You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Mark Hewitt <MH...@Armature.com> on 2001/03/16 16:26:22 UTC

output logs

A good way of compressing messages in this list
would be to have a single token represent the 
string "Is there a way to"...

So ITAWT specify an output log file for a task 
using token expansion?  Something like:

<parameter name="log.file" value="${build.dir}/${ant.project.name}.log"/>
<target name="compile" logfile="${log.file}" ...>
   ...
</target>

then, one could:

<mail ... files="${log.file}" ... />

and other good things.

#!/mjh