Re: Can I edit web.xml from an ANT script

2010-03-20 Thread Brian Agnew
To follow up on this with more detail, XMLTask can do precisely the below (enabling a commented-out section in a config) with the subtask. On 18/03/2010 20:13, Brian Agnew wrote: XMLTask is what you want. It was specifically designed for such things. http://www.oopsconsultancy.com/software/x

RE: Can I edit web.xml from an ANT script

2010-03-19 Thread Martin Gainty
es email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Thu, 18 Mar 2010 14:48:27 -0700 > Subject: Re: Can I edit web.xml from an ANT script > From: rtan...@linfield.edu > To: br...@oopsconsultancy.com;

Re: Can I edit web.xml from an ANT script

2010-03-18 Thread Rob Tanner
Brian, Thanks. I'm having some newbie issues using it but I also found that there's an xmltask-users email list, so I've posted my problem there. Again, thanks. -- Rob On 3/18/10 1:13 PM, "Brian Agnew" wrote: > XMLTask is what you want. It was specifically designed for such things. > > ht

Re: Can I edit web.xml from an ANT script

2010-03-18 Thread reno
Or you can try this: http://ant.apache.org/manual/CoreTasks/replace.html (@Brian: i will have a look to XMl Task this week ;-) ) S. XMLTask is what you want. It was specifically designed for such things. http://www.oopsconsultancy.com/software/xmltask Brian On 18/03/2010 18:52, Rob Tanner wr

Re: Can I edit web.xml from an ANT script

2010-03-18 Thread Brian Agnew
XMLTask is what you want. It was specifically designed for such things. http://www.oopsconsultancy.com/software/xmltask Brian On 18/03/2010 18:52, Rob Tanner wrote: Hi, I¹m starting to build applications using the Google Web Toolkit (GWT) in Eclipse. When moved to the production server, web.

Can I edit web.xml from an ANT script

2010-03-18 Thread Rob Tanner
Hi, I¹m starting to build applications using the Google Web Toolkit (GWT) in Eclipse. When moved to the production server, web.xml needs to have a security-constraint so as to require SSL, but in development, GWT¹s hosted mode doesn¹t understand the security-constraint. The GWT compile does not