On Tue, 04 Mar 2003, Adam M. <[EMAIL PROTECTED]> wrote: > I've looked at the Ant task documentation and I don't see a way of > providing any of the ant options, like -quiet, -debug, or > -logger.
You can't. As for -quiet/-debug, subbuilds inherit the logger (actually *all* listeners) from the parent build, so whatever you've used on your command line applies to the child build. If you want a different loglevel in your child build, you may want to look into the <record> task. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
