Hi,
ant takes the default target defined in the first line:
<project name="HelloWOrld" default="build" basedir=".">
Per default it's the "build" target.
The "build" target depends on other targets:
<target name="build"
depends="setProps,init.build,build.woapp,war,ssdd"/>
WOProject 1.1 has a new task to modify the connection dictionary of a
EOModel. You can grap a copy from the cvs to use it.
Ulrich
Am 10.05.2004 um 18:13 schrieb James Cicenia:
> Hello -
>
> I am a bit new to ant, and while I have programmed in Eclipse for 3
> months, I have not
> done much with builds.
>
> Anyway, somehow, I actually have Eclipse doing 2 builds at once...
> which is sort of what I wanted.
> Actually, I wanted to be able to build for dev, and then separately
> build for production. The two builds
> at once does it but not explicitly.
>
> My questions are :
>
> 1) How did it know to do 2 builds?
> 2) How can I change it so that I control the build
> 3) How can I build with a different EOModel? The only difference in
> the model is the database it points to.
>
> Thanks again.
> James Cicenia
>
> PS: Eclipse and WOLips is soooo much better than Xcode... however, how
> do I make it so that *all* my edits
> via WOBuilder are incrementally compiled.. It seems if I modify a wod
> in WOBuilder I have to rebuild my project
> which now is starting to get very slow.
>
This archive was generated by hypermail 2.0.0 : Wed May 12 2004 - 09:41:14 EDT