Re: Problems while Installing Ant in fedora 9

2010-03-20 Thread Scot P. Floess
D'oh - you said install ;) I have never installed ant in this fashion (meaning runant.pl). Have you considered just using the tar.bz2 download (or is it tar.gz) - heck or even the zip file? All you have to do is stand in the directory where you want to install...and unzip or untar/gunzip/bu

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