What, you don't trust the hardworking Ant to always do the right thing?
8-)
Try either of:
build.sh/.bat -help ---> will give help on Ant's options
or:
build.sh/.bat -projecthelp ---> will give help on some of Xalan's
build targets (the description attr of various <target...> elems)
Some combo of build [target] -verbose or -debug will give you what you
want. It's a lot of output, so you might add -logfile build.out as well
to capture it all.
Also, you can ask on the [EMAIL PROTECTED] list, which is very
active and is archived at
http://marc.theaimsgroup.com/?l=ant-user&r=1&w=2&b=200106, but be sure to
specify you're working on Ant 1.3, since they have 1.4 and 2.0 in the works
somewhere over the anthill...
- Shane