I'm a novice ANT user, I would like to configure ANT so that it tells
me 'what' files it compiled rather than telling me 'how many' it compiled.
How do I do that? I am using the 'build.sh' build script in xml-xalan/java.
Here is an example of the output I am seeing:
% build.sh xsltc.compile
Xalan-J 2.x Build
-------------
Starting Ant with targets: xsltc.compile
...trucated...
Outputting lexical analyzer code.
[echo] JLex move output file
[move] Moving 1 files to
/net/bigblock/files18/tmiller/xml-xalan/java/src/org/apache/xalan/xsltc/compiler
[echo] Compiling remaining XSLTC classes
[javac] Compiling 4 source files to <===== WHAT 4 FILES???
/net/bigblock/files18/tmiller/xml-xalan/java/build/classes
... truncated...
Thanks for any help,
Todd
=======================================================================
G. Todd Miller Sun Microsystems Computer Company
Software Systems Engineer 2 Network Drive, MS UBUR02-201
GE&IS XML Tech Center Burlington, MA 01803-0903
781 442-0176
781 442-1437 (fax)
[EMAIL PROTECTED]
How can I get ANT to tell me what compiled????
G. Todd Miller - XML Tech Ctr - Development Tue, 12 Jun 2001 09:52:23 -0700
- Re: How can I get ANT to tell ... G. Todd Miller - XML Tech Ctr - Development
- Re: How can I get ANT to ... Shane_Curcuru
