--- Mike Duffy <[EMAIL PROTECTED]> wrote: > When I compile with Ant I can display the following message: > > [javac] Compiling 1 source file to C:\BaseDir\build > > Is there a way to display a list of the source files that are being > compiled (I did not see anything in the docs for this)?
There's a new 'listfiles' attribute in Ant1.5 -- for 1.4.1, you'll need to run 'ant -verbose'. Diane ===== ([EMAIL PROTECTED]) __________________________________________________ Do You Yahoo!? Yahoo! Health - your guide to health and wellness http://health.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
