----- Original Message ----- From: "Steve Loughran" <[EMAIL PROTECTED]> To: "Ant Developers List" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, May 03, 2002 10:16 AM Subject: Re: Using proxy with <get>
> > ----- Original Message ----- > From: "jean-frederic clere" <[EMAIL PROTECTED]> > To: "Ant-Dev" <[EMAIL PROTECTED]> > Sent: Friday, May 03, 2002 9:27 AM > Subject: Using proxy with <get> > > > > Hi, > > > > I am trying to use <get> to download from the internet but I need to > specify a > > proxy. > > Is this possible? > > <setproxy> is in ant1.5 for this very purpose > except of course while the code is in there, it aint in the defaults.properties. oops. you need to add it yourself <tasdef name="setproxy" classname="org.apache.tools.ant.taskdefs.optional.net.SetProxy" /> pending beta2 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
