Thursday, September 25, 2008

Ant debug mode

To view more information while running ant, type
ant -d ...
Then ant will run in debug mode.

For example, if you are using ant java task with a couple of parameters, ant will not display the command line it generated even verbose=true. If you run it like "ant -d ...", it will display more information for you. It is much helpful.

No comments:

Post a Comment