Re: Extracting common ide features from IvyDE

2008-07-24 Thread Nicolas Lalevée
Le 23 juil. 08 à 19:58, Xavier Hanin a écrit : On Wed, Jul 23, 2008 at 5:52 PM, Nicolas Lalevée [EMAIL PROTECTED] wrote: Le lundi 14 juillet 2008, Xavier Hanin a écrit : On Fri, Jul 11, 2008 at 1:55 PM, Nicolas Lalevée [EMAIL PROTECTED] wrote: Le vendredi 11 juillet 2008, Xavier Hanin a

Re: Extracting common ide features from IvyDE

2008-07-24 Thread Xavier Hanin
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. I don't now really what would be the new features of common.ide. But as you are

Re: Ivy junit tests

2008-07-24 Thread Xavier Hanin
On Thu, Jul 24, 2008 at 12:31 AM, Maarten Coene [EMAIL PROTECTED] wrote: For some reason, not all junit tests were executed when running ant test. I've changed this, but now the ChainResolverTest fails (something with the cache?). Good catch! I don't know if we broke something or if 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 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=679119view=rev Log: IVYDE-105 : Retrieve after resolve feature does not clean target directory first - added a button in the

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=679208view=rev Log: Attempt to fix connection leak reported in IVY-854 by caching the HttpClient instance. Modified:

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

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=679119view=rev Log: IVYDE-105 : Retrieve after resolve feature does not

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. I don't now really what

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. But

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:

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

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 code

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: 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 success.

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