I'm testing a dummy project which checks out a basic simple project out of Subversion and echoes bunch of paths. The purpose of this project is to see if I can force loading different property fiels at the command line via Anthill. Basically, I would like to use the same project 3x but each time tell Anthill to load a different prop.file from a different location. This works nicely and fine at the command line by executing

cd scripts
ant -propertyfile path/path/.build.properties

and I don't specify -property file, the .build.properties in c:\ is automatically used. But this doesn't work in anthill unless I force two lines in the "Parameters to be passed to Ant during the build process." field in the project property sheet:

anthill.build.ant.params -propertyfile c:\scripts\common\.build.properties delete
anthill.build.ant.params ant -propertyfile common\.build.properties delete

If I omit the 2nd line starting with ant, anthill crashes and worn't work.


My project in svn has 3 fiels in it:

/scripts which has the subfolder common, and build.xml and version.txt

-common (subfolder) which has .build.properties

_________________________________________________________________
Dave vs. Carl: The Insignificant Championship Series.  Who will win? http://clk.atdmt.com/MSN/go/msnnkwsp0070000001msn/direct/01/?href=http://davevscarl.spaces.live.com/?icid=T001MSN38C07001


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to