Why doesn't target support verbose/debug attributes?

2006-08-28 Thread Robert Nicholson
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

Re: How do to conditional javac executable fork?

2006-04-27 Thread Robert Nicholson
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

How do to conditional javac executable fork?

2006-04-27 Thread Robert Nicholson
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