On Tue, 23 Mar 2004, Ray Tayek <rtayek@freightgate.com> wrote:
> I can turn on -verbose and -debug from the command line. How do I do
> this from within ant?
You can't.
You can either attach an extra listener that uses a different
verbosity (not sure whether that's possible using Eclipse) or use
<record> to create a logfile with information at whatever level you'd
like.
Stefan
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
|