AW: XML

2009-03-09 Thread Jan.Materne
>Is it possible to iterate over a XML file? How can this be done? It is a very long time ago that I have seen a PropertyHelper implementation for XPath. With that and AntContrib you could do something like The buildfile contains these targets: @{target} >have you looked at x

AW: XML Schema for build.xml

2009-01-11 Thread Jan.Materne
No - because you can extend Ant by custom tasks. Jan >-Ursprüngliche Nachricht- >Von: Tejash Shah [mailto:tejash.s...@sparta-systems.com] >Gesendet: Freitag, 9. Januar 2009 17:56 >An: user@ant.apache.org >Betreff: XML Schema for build.xml > >Is there an XML Schema for the build.xml? >

AW: XML question

2005-06-29 Thread Jan.Materne
An xml is also "simple" text file. So you could try or s. You know the xmltask (see external page)? Jan >-Ursprüngliche Nachricht- >Von: Kees van Dieren [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 29. Juni 2005 11:48 >An: 'Ant Users List' >Betreff: RE: XML question > >You can try

Re: AW: XML and copy directories

2005-02-08 Thread Henning Waack
Hello Jan. [EMAIL PROTECTED] wrote: Maybe that is a good start for your work... Jan Thanks very much for your help, this looks great to me! :) Right now, I am still not sure if I will use Ant, but this seems to be a good start! bye Henning build.xml ---8-<---8-<---8-<---8-<---8-<

AW: XML and copy directories

2005-02-08 Thread Jan . Materne
Maybe that is a good start for your work... Jan build.xml ---8-<---8-<---8-<---8-<---8-<---8-<---8-<---8-<

AW: XML to Java

2004-12-22 Thread Jan . Materne
There is a possibility to iterate over a DOM using XPath. But only as proposal. And it´s old - so you have to investigate a little bit work there :) http://cvs.apache.org/viewcvs.cgi/ant/proposal/embed/ Or transform the xml to a properties file and use Ant-Contrib for iterating. Jan > -Ur

AW: XML Schema/DTD/RelaxNG for ant buildfile

2003-09-29 Thread Antoine Levy-Lambert
Hi Michael, there is an ant task called which generates a DTD based on the ant distribution and the dependencies you have installed. If I understand well, it will document all the tasks which can be instantiated on your site (the optional tasks for which you have installed the dependencies in the