Re: [jira] (IVY-1197) OutOfMemoryError during ivy:publish

2015-04-12 Thread Antoine Levy Lambert
Coene [mailto:maarten_co...@yahoo.com.INVALID] Sent: Thursday, April 09, 2015 7:51 AM To: Ant Developers List Subject: Re: [jira] (IVY-1197) OutOfMemoryError during ivy:publish I'm not a fan of this proposal, I like it that Ivy doesn't has any dependencies when using standard resolvers

RE: [jira] (IVY-1197) OutOfMemoryError during ivy:publish

2015-04-09 Thread Loren Kratzke
, 2015 7:51 AM To: Ant Developers List Subject: Re: [jira] (IVY-1197) OutOfMemoryError during ivy:publish I'm not a fan of this proposal, I like it that Ivy doesn't has any dependencies when using standard resolvers. Perhaps it could be added to the documentation that if you use the URLresolver

Re: [jira] (IVY-1197) OutOfMemoryError during ivy:publish

2015-04-09 Thread Maarten Coene
bericht - Van: Antoine Levy Lambert anto...@gmx.de Aan: Ant Developers List dev@ant.apache.org Cc: Verzonden: donderdag 9 april 3:50 2015 Onderwerp: Re: [jira] (IVY-1197) OutOfMemoryError during ivy:publish Also, I wonder whether we should not make the use of httpclient with ivy compulsory, since

Re: [jira] (IVY-1197) OutOfMemoryError during ivy:publish

2015-04-09 Thread Nicolas Lalevée
List dev@ant.apache.org Cc: Verzonden: donderdag 9 april 3:50 2015 Onderwerp: Re: [jira] (IVY-1197) OutOfMemoryError during ivy:publish Also, I wonder whether we should not make the use of httpclient with ivy compulsory, since Loren says that the HttpUrlConnection of the JDK is always

Re: [jira] (IVY-1197) OutOfMemoryError during ivy:publish

2015-04-08 Thread Antoine Levy Lambert
Also, I wonder whether we should not make the use of httpclient with ivy compulsory, since Loren says that the HttpUrlConnection of the JDK is always copying the full file into a ByteArray when authentication is performed. That would make the code more simple. Regards, Antoine On Apr 7, 2015,

Re: [jira] (IVY-1197) OutOfMemoryError during ivy:publish

2015-04-07 Thread Antoine Levy Lambert
Hi, I wonder whether we should not upgrade ivy to use the latest http client library too ? Regards, Antoine On Apr 7, 2015, at 12:46 PM, Loren Kratzke (JIRA) j...@apache.org wrote: [