So I want to have only one target verbose/debug because I know that's
where an error is. Why is it not possible to specify verbose or debug
on a target level?
If I'm not mistaken I have to use -verbose -debug at the command line
but in this case I'm not launching Ant I only control the build.xml
f
On Apr 27, 2006, at 10:58 PM, Stefan Bodewig wrote:
On Thu, 27 Apr 2006, Robert Nicholson <[EMAIL PROTECTED]> wrote:
If I write a javac task in Ant 1.5 that uses executable and I use a
property to detemine the path of the executable. What will javac do
if there's no property se
If I write a javac task in Ant 1.5 that uses executable and I use a
property to detemine the path of the executable. What will javac do
if there's no property set? Will it use the jvm that's running ant to
do the compile? I suppose I would also need to control fork based on
the property to