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.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 produce a warfile so I produce it myself using jar, but I¹m having to manually add the security-constraint so that web.xml in the warfile has the constraint but the copy that hosted mode uses does not. Obviously I can use ANT to build the warfile, but can I get ANT to add the security-constaint, perhaps replacing a comment line such as<!-- security constraint --> with the actual XML? Thanks, Rob Rob Tanner JAVA Developer Linfield College, McMinnville Oregon
-- Brian Agnew http://www.oopsconsultancy.com OOPS Consultancy Ltd Tel: +44 (0)7720 397526 Fax: +44 (0)20 8682 0012 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
