suppress exception in xml logger output

2007-08-07 Thread stanS
When I run the ant command line with xmllogger specified, and when the build has some kind of trivial build errors, like [javac] fails out of compilation error, the end of the xml output contains the stack trace.

Re: Getting classpath attribute of custom task

2007-07-30 Thread stanS
y be in a system classpath, or other classpath - in which > case, the classloader seen will not be the classloader used by > > - there must be other means to achive the same goal. >- for example keep a reference to the path use use this refernce for >the task. > > P

Getting classpath attribute of custom task

2007-07-30 Thread stanS
Lets say I have a taskdef in the build.xml How do I get the 'classpath' part in the custom task that derived from Ant Task class? Could you point me to the right API? I want to use that classpath back with a 'java' task. Thanks Stan. -- View this message in context: http://www.nabble.co