Target Addressing in Ant

2008-07-24 Thread Oran Fry
Hello List, I have added a feature to Ant that I call Target Addressing, to help us make releases of our open source project (greenstone). I want to know if it's worth tidying up my changes and checking them back into Ant itself. Having this feature has made my life a lot easier in developing

RE: Still not able to unsubscribe

2008-07-24 Thread Matt Benson
FWIW, Rob, I've been trying to catch somebody from ASF infra on IRC to help with this, but have been unsuccessful as yet. Sorry you're having so much trouble. -Matt --- "Anderson, Rob (Global Trade)" <[EMAIL PROTECTED]> wrote: > Still no response? I am have tried and tried again > with no succe

RE: Still not able to unsubscribe

2008-07-24 Thread Anderson, Rob (Global Trade)
Still no response? I am have tried and tried again with no success. Can the list admin please help? -Rob A From: Anderson, Rob (Global Trade) Sent: Wednesday, July 23, 2008 10:06 AM To: 'Ant Users List'; 'Ant Developers List' Subject: Still not able to

Re: Ivy, IvyDE and thread safety?

2008-07-24 Thread Nicolas Lalevée
Le jeudi 24 juillet 2008, Gilles Scokart a écrit : > Up to now, I think Ivy has mostly be used in a single thread. When > used from ant, even if it is possible to have multiple tasks running > in parallel, I doubdt it has ever been extensively used. > > There is thus a risk that some part of the c

Ivy, IvyDE and thread safety?

2008-07-24 Thread Gilles Scokart
Up to now, I think Ivy has mostly be used in a single thread. When used from ant, even if it is possible to have multiple tasks running in parallel, I doubdt it has ever been extensively used. There is thus a risk that some part of the code are not thread safe. I'm wondering what is actually the

Re: svn commit: r679119 - in /ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse: ./ src/java/org/apache/ivyde/eclipse/cpcontainer/ src/java/org/apache/ivyde/eclipse/ui/preferences/

2008-07-24 Thread Xavier Hanin
On Thu, Jul 24, 2008 at 9:42 AM, Nicolas Lalevée <[EMAIL PROTECTED]> wrote: > Le jeudi 24 juillet 2008, Xavier Hanin a écrit : > > On Wed, Jul 23, 2008 at 6:03 PM, <[EMAIL PROTECTED]> wrote: > > > Author: hibou > > > Date: Wed Jul 23 09:03:45 2008 > > > New Revision: 679119 > > > > > > URL: http:/

Re: svn commit: r679208 - /ant/ivy/core/trunk/src/java/org/apache/ivy/util/url/HttpClientHandler.java

2008-07-24 Thread Xavier Hanin
On Thu, Jul 24, 2008 at 9:25 AM, Maarten Coene <[EMAIL PROTECTED]> wrote: > I agree, > > The goal is to have one single instance of HttpClient here to be able to > reuse the connections. > At the moment, the HttpClientHandler isn't a singleton, so the easiest way > for me was to make it static. >

Re: Extracting common ide features from IvyDE

2008-07-24 Thread Nicolas Lalevée
Le jeudi 24 juillet 2008, Xavier Hanin a écrit : > On Thu, Jul 24, 2008 at 8:13 AM, Nicolas Lalevée > <[EMAIL PROTECTED]> > > wrote: > > [...] > > > > > > The main problem IMO > > > >> is that it would then have the same release cycles, whilst the evolution > >> needs may be very different. > > >

Re: svn commit: r679119 - in /ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse: ./ src/java/org/apache/ivyde/eclipse/cpcontainer/ src/java/org/apache/ivyde/eclipse/ui/preferences/

2008-07-24 Thread Nicolas Lalevée
Le jeudi 24 juillet 2008, Xavier Hanin a écrit : > On Wed, Jul 23, 2008 at 6:03 PM, <[EMAIL PROTECTED]> wrote: > > Author: hibou > > Date: Wed Jul 23 09:03:45 2008 > > New Revision: 679119 > > > > URL: http://svn.apache.org/viewvc?rev=679119&view=rev > > Log: > > IVYDE-105 : Retrieve after resolve

Re: svn commit: r679208 - /ant/ivy/core/trunk/src/java/org/apache/ivy/util/url/HttpClientHandler.java

2008-07-24 Thread Maarten Coene
I agree, The goal is to have one single instance of HttpClient here to be able to reuse the connections. At the moment, the HttpClientHandler isn't a singleton, so the easiest way for me was to make it static. But maybe we can wait to see if the change solves the problem. If it doesn't, we can

Re: svn commit: r679208 - /ant/ivy/core/trunk/src/java/org/apache/ivy/util/url/HttpClientHandler.java

2008-07-24 Thread Xavier Hanin
On Thu, Jul 24, 2008 at 12:06 AM, <[EMAIL PROTECTED]> wrote: > Author: maartenc > Date: Wed Jul 23 15:06:48 2008 > New Revision: 679208 > > URL: http://svn.apache.org/viewvc?rev=679208&view=rev > Log: > Attempt to fix connection leak reported in IVY-854 by caching the > HttpClient instance. > > Mo

Re: svn commit: r679119 - in /ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse: ./ src/java/org/apache/ivyde/eclipse/cpcontainer/ src/java/org/apache/ivyde/eclipse/ui/preferences/

2008-07-24 Thread Xavier Hanin
On Wed, Jul 23, 2008 at 6:03 PM, <[EMAIL PROTECTED]> wrote: > Author: hibou > Date: Wed Jul 23 09:03:45 2008 > New Revision: 679119 > > URL: http://svn.apache.org/viewvc?rev=679119&view=rev > Log: > IVYDE-105 : Retrieve after resolve feature does not clean target directory > first > - added a but