Re: Pass Quotes to arg line

2008-07-16 Thread JimCant
The ant manual, of all things, says the following: It is highly recommended to avoid the line version when possible. Ant will try to split the command line in a way similar to what a (Unix) shell would do, but may create something that is v different from what you expect under some

Can force a target to run whenever ant in invoked to do setup without 'depends' in each target

2008-06-25 Thread JimCant
How can I ensure that a given target will always run before any others regardless of what is specifed on the command line? I have a build file that depends on a single parameter (property) to define output directories and other properties. I'd like to be able to check that this property has been