Download by using a proxy

2008-06-17 Thread Fred
Hi, I'm trying to run the very first ivy tutorial described at [1]. When I execute ant with the provided build.xml, I'm getting http error 407 (proxy authentication required). [1] http://ant.apache.org/ivy/history/latest-milestone/tutorial.html Note that I set ANT_OPTS as described in the FAQ;

Re: Download by using a proxy

2008-06-17 Thread Stefan Bodewig
On Tue, 17 Jun 2008, [EMAIL PROTECTED] wrote: I'm trying to run the very first ivy tutorial described at [1]. When I execute ant with the provided build.xml, I'm getting http error 407 (proxy authentication required). Do you know what sort of Proxy you are using? I've had serious trouble

Re: Download by using a proxy

2008-06-17 Thread Fred
On Tue, 17 Jun 2008, [EMAIL PROTECTED] wrote: I'm trying to run the very first ivy tutorial described at [1]. When I execute ant with the provided build.xml, I'm getting http error 407 (proxy authentication required). Do you know what sort of Proxy you are using? I've had serious trouble

Re: Download by using a proxy

2008-06-17 Thread Stefan Bodewig
On Tue, 17 Jun 2008, [EMAIL PROTECTED] wrote: So... If I'm not wrong, you should update you build.xml by adding setproxy and set the value of the task attributes with the value of properties given as parameters... setproxy does a little bit more than just setting the system properties you set

Re: Download by using a proxy

2008-06-17 Thread Dan North
When I first tried Ivy I spent about a day and a half fighting the proxy settings (and blaming Ivy). The setproxy task is definitely the way to go. Cheers, Dan 2008/6/17 Stefan Bodewig [EMAIL PROTECTED]: On Tue, 17 Jun 2008, [EMAIL PROTECTED] wrote: So... If I'm not wrong, you should update

Re: Download by using a proxy

2008-06-17 Thread Maarten Coene
Ivy should work without the setproxy task, could you create a JIRA issue? Maarten - Original Message From: Dan North [EMAIL PROTECTED] To: ivy-user@ant.apache.org Sent: Tuesday, June 17, 2008 3:50:45 PM Subject: Re: Download by using a proxy When I first tried Ivy I spent about a day

Re: Download by using a proxy

2008-06-17 Thread Stefan Bodewig
On Tue, 17 Jun 2008, Maarten Coene [EMAIL PROTECTED] wrote: Ivy should work without the setproxy task, Maybe. But Java's built-in proxy handling is broken and there will always be cases where Ivy won't work and it will not be Ivy's fault. Stefan

any plans for a public ivy repository?

2008-06-17 Thread Dan North
Hi folks. Firstly, thanks to the ivy team - ivy is exactly what I was looking for. Especially the transitive dependencies - it's perfect for describing multiple use cases. I am wondering what your plans are for something like jayasoft's old ivyrep repository? I would love to have somewhere to

Re: Download by using a proxy

2008-06-17 Thread Dan North
I agree. I think it's a clean - and valid - separation to have the ant runtime manage the proxy so the ivy tasks can assume it Just Works. As long as it is clearly documented in the examples. Cheers, Dan 2008/6/17 Stefan Bodewig [EMAIL PROTECTED]: On Tue, 17 Jun 2008, Maarten Coene [EMAIL

Re: any plans for a public ivy repository?

2008-06-17 Thread Archie Cobbs
On Tue, Jun 17, 2008 at 10:15 AM, Dan North [EMAIL PROTECTED] wrote: I am wondering what your plans are for something like jayasoft's old ivyrep repository? I would love to have somewhere to read (and publish) ivy files, both for pre-existing open source libraries and my own projects. Dan, My

Re: How to use Ivy to publish artifacts to archiva or arifactory?

2008-06-17 Thread Jason Southern
I've also been trying to determine how to publish ivy.xml and modules to Archiva using ivy:publish and found this thread. I read the posts from MarkMail and I didn't see any issue in JIRA directly related to webdav support. Will this be supported in Ivy 2.0? Giles mentions using Slide, although

Re: Download by using a proxy

2008-06-17 Thread Maarten Coene
Ivy uses the authenticator as well, AFAIK Ivy does more or less the same already than the setproxy task. This is necessary because Ivy can also be used from the command-line or from other non-Ant environments (like IvyDE). Could you please post the debug output here (ant -v) when you are NOT

publishing artifact

2008-06-17 Thread sagun
Hi, I'm new in ivy world so bear with me. I'm trying to publish an artifact to a local repository. For the version number I'm using the svn version number as the 'pubrevision' number. But when I run my publish target I get: publish: [property] Loading /build/classes/revisiontag.properties