Re: Issue with Ivy custome resolver

2010-06-08 Thread Maarten Coene
: Shaikh Almas eralm...@gmail.com To: ivy-user@ant.apache.org Sent: Tue, June 8, 2010 6:34:26 PM Subject: Re: Issue with Ivy custome resolver Hi Maarten, For below mentioned issue, here is the ivysettings.xml (Issue #1 is given in my below mail and ivysettings.xml is for the same) *Issue #1

Re: Issue with Ivy custome resolver

2010-06-08 Thread Archie Cobbs
On Tue, Jun 8, 2010 at 11:34 AM, Shaikh Almas eralm...@gmail.com wrote: *Issue #4* I am using packager resolver and that packager resolver resolves the zip file, unzip it, extracts the jar file from it in temp build file, but it stays temporarily and only the jar file which i specified as a

Issue with Ivy custome resolver

2010-06-06 Thread Shaikh Almas
Hi, Can anyone help me with creating custom ivy resolver. I wish to extend URLResolver, such that it will have a new class say called ProxyURLResolver where i will set the proxy, resolve the artifact and then remove the proxy setting. I tried extending URLResolver directly before calling

Re: Issue with Ivy custome resolver

2010-06-06 Thread Geoff Clitheroe
Are you trying to do something that you can't do with the existing Ant or JVM proxy options? Check the FAQ and search for proxy http://ant.apache.org/ivy/faq.html Also http://ant.apache.org/manual/proxy.html Cheers, Geoff On Sun, Jun 6, 2010 at 9:24 PM, Shaikh Almas eralm...@gmail.com wrote:

Re: Issue with Ivy custome resolver

2010-06-06 Thread Maarten Coene
Can you post your settings.xml so we can see what you already have done? Maarten - Original Message From: Shaikh Almas eralm...@gmail.com To: ivy-user@ant.apache.org Sent: Sun, June 6, 2010 11:24:06 AM Subject: Issue with Ivy custome resolver Hi, Can anyone help me with creating