debugging ant build files

H

Harald Kirsch

What is the way to really see ant working?
I tried 'ant -v' but the output is something like
this:

Build sequence for target `compile' is [purgeClasses, compile]
Complete build sequence is [purgeClasses, compile]

purgeClasses:
[dependset] Deleting all target files.

compile:

BUILD SUCCESSFUL

Haha. I see that it did not compile anything, but I knew this
before. But why did it not compile?

I know there must be something wrong with my use of patternset and
fileset, but how can I see which fileset it is actually working with?

Is there a way to pass a fileset to the "echo" task or to "exec"?

Thanks,
Harald.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,527
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top