Re: GET ANT task parameters...

2005-09-12 Thread Steve Loughran
Marcello Sales wrote: Hello Everyone, I'm still with no answers to this... I need to express the values of parameters in the URL for the GET ant task... there is an extended httpget task in Ant's SVN repository that does all of this, alongside an HttpPost. You'd need to check out and build

Re: GET ANT task parameters...

2005-09-12 Thread Dominique Devienne
You did get an excellent suggestion by James! & is a reserved charaster in XML documents (like <, >, ", '). You need to escape it using & which means the amp character entity (built-in to XML). --DD - To unsubscribe, e-mail: [EMA

RE: GET ANT task parameters...

2005-09-12 Thread Marcello Sales
Hello Everyone, I'm still with no answers to this... I need to express the values of parameters in the URL for the GET ant task... Regards, Marcello -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, September 09, 2005 11:04 AM To: user@ant.apache.org S

Re: GET ANT task parameters...

2005-09-09 Thread James Abley
On Fri, 2005-09-09 at 16:04, [EMAIL PROTECTED] wrote: > Hello all, > > I'm trying to download a website using the GET ant task but I'm facing > some problems... > > 1. Can't use URL variables and values as parameters... > Using Eclipse facility, I can't write down the full address with > variable