Re: Making listener visible to Ant

2008-07-11 Thread wheleph
Thanks, Stefan. -lib option works like a charm. -- View this message in context: http://www.nabble.com/Making-listener-visible-to-Ant-tp18380479p18397932.html Sent from the Ant - Dev mailing list archive at Nabble.com. - To

Re: Making listener visible to Ant

2008-07-10 Thread Stefan Bodewig
On Thu, 10 Jul 2008, <[EMAIL PROTECTED]> wrote: > Hello everyone. I've created my own listener CustomXmlLogger that > is a child of XmlLogger and packed it in VCS.jar. I don't want to > copy it to ANT_HOME/lib so I tried to include a reference to the > archive in my Ant call. But I've got a prob

Making listener visible to Ant

2008-07-10 Thread wheleph
} setMessageOutputLevel(level); } } } -- View this message in context: http://www.nabble.com/Making-listener-visible-to-Ant-tp18380479p18380479.html Sent from the Ant - Dev mailing list archive at Nabble.com. --