Re: How do I share data between custom Ant tasks?

2010-10-26 Thread Stefan Bodewig
On 2010-10-25, Dominique Devienne wrote: > I don't remember the details, but it's likely your two independent > that force using separate class loaders. Using either a > single taskdef loading a .properties file, or using a classpathref > might use the same classloader instead. The loaderref att

Re: How do I share data between custom Ant tasks?

2010-10-25 Thread mattf
ttp://ant.1045680.n5.nabble.com/How-do-I-share-data-between-custom-Ant-tasks-tp3235670p3236384.html Sent from the Ant - Dev mailing list archive at Nabble.com. - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additio

Re: How do I share data between custom Ant tasks?

2010-10-25 Thread Dominique Devienne
On Mon, Oct 25, 2010 at 11:19 AM, Kevin Connor Arpe wrote: > I wrote a StackOverflow.com post, but was unable to get help on this issue. SO is great, but the official user and dev lists is the best place to ask Ant questions. > > >             description="test the custom task" >   > >      

Re: How do I share data between custom Ant tasks?

2010-10-25 Thread Jeffrey E Care
Kevin Connor Arpe wrote on 10/25/2010 12:19:06 PM: > I wrote a StackOverflow.com post, but was unable to get help on this issue. > I realise this is not a simple issue. To encourage others to take a > look, I am willing to contribute a patch if someone can explain the > bug (if it is one). > >

How do I share data between custom Ant tasks?

2010-10-25 Thread Kevin Connor Arpe
/questions/3977049/how-do-i-share-data-between-custom-ant-tasks I wrote two different custom Ant tasks. They are trying to share data through a static member in a base class. This is not working for me. I assume I am using static members correctly within Java. I think this is a dynamic