Apparently, ant doesn't care of whatever you put in the commande line.
Just a stupid idea: try specifying the extension for the ant script
(ant.bat or ant.cmd)
ant.bat -debug clean
or
ant.cmd -debug clean
Safak Ökmen wrote:
Hi!
It is really strange. -debug doesn't work either.
Look at this:
__________
D:\programme\ant\bin>ant -debug clean
Buildfile: build.xml
one:
BUILD SUCCESSFUL
Total time: 1 second
__________
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]