Ivy should work without the <setproxy> task, could you create a JIRA issue?
Maarten ----- Original Message ---- From: Dan North <[EMAIL PROTECTED]> To: [email protected] 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 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 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 via ANT_OPTS, it also registers a > java.net.Authenticator - the later seems to be what your proxy > required for Java to work. > > Stefan >
