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
- RE: output logs Mark Hewitt
- RE: output logs Jay Glanville
