AW: Reading and writing xml files

2009-04-24 Thread Jan.Materne
You also could use : Args4J : ${args4j.version} Hudson : ${hudson.version} Jan >-Ursprüngliche Nachricht- >Von: Brian Agnew [mailto:br...@oopsconsultancy.com]

Re: Reading and writing xml files

2009-04-24 Thread Brian Agnew
If you're looking to extract values from the XML file rather than transform it, I'd take a look at XMLTask. http://www.oopsconsultancy.com/software/xmltask Brian jhoomshar...@netscape.net wrote: Hi All I want to read lots of pom.xml file to pick node, and than write the content to another x

Calling ant programatically

2009-04-24 Thread Ashley Williams
Hi, I would like to know how to start a batch file in a new dos window without blocking the java process and so naturally I tried the following that does work: However I need to be able to do this from java and so I used t

Reading and writing xml files

2009-04-24 Thread jhoomsharabi
Hi All I want to read lots of pom.xml file to pick node, and than write the content to another xml file, can it be possible with ANT XSLT to do so? Thanks, Jhoom

Re: Copy and Include Issues in Apache Ant.

2009-04-24 Thread Peter Reilly
Because does not split up the name using ',' You need to have : etc.. Peter On Fri, Apr 24, 2009 at 11:22 AM, Rajesh Kumar (IN4774) wrote: > Question: Why Copy in ant is not working if I am putting includes separately? > Ant version: Apache Ant version 1.5.4 compiled on January 8 20

Copy and Include Issues in Apache Ant.

2009-04-24 Thread Rajesh Kumar (IN4774)
Question: Why Copy in ant is not working if I am putting includes separately? Ant version: Apache Ant version 1.5.4 compiled on January 8 2005. Program 1 is not working and Program 2 is working. I guess both programs are correct.. Program1: