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 u
Hi,
As you may already know I'm currently working on Ivybeans [1], a kind of
IvyDE for Netbeans for which we have won a grant from Sun [2].
In this plugin I need to implement features very similar to what has been
done in IvyDE, like code completion for Ivy files. I also need to implement
some fe
Le vendredi 11 juillet 2008, Xavier Hanin a écrit :
> Hi,
>
> As you may already know I'm currently working on Ivybeans [1], a kind of
> IvyDE for Netbeans for which we have won a grant from Sun [2].
>
> In this plugin I need to implement features very similar to what has been
> done in IvyDE, like
On Fri, 11 Jul 2008, <[EMAIL PROTECTED]> wrote:
> XmlLogger could lose messages when parallel is used.
Since DOM is not thread safe (something I didn't fully realize) our
XMLLogger implementation failed to add a few elements when parallel
was used. I've now synchronized all appendChild calls and
I spent a lot of time & effort writing a thread-safe logger for our own
internal use. If there's sufficient interest I'd be willing to get the
ball rolling on getting the contribution approved by our internal IP
folks...
__
Interesting... you're depending on ant.jar only? So
optional tasks from other jars wouldn't be present?
The short term fix is to use the full battery of ant
jars Long-term it seems like it would be prudent
for Ant to move the optional task definitions to a
secondary file that can be loaded wi