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
-8-<---8-<---8-<---8-<---8-<---8-<---8-<---8-< > -Ursprüngliche Nachricht- > Von: Henning Waack [mailto:[EMAIL PROTECTED] > Gesendet am: Samstag, 5. Februar 2005 11:52 > An: Ant Users List > Betreff: Re: XML and copy directories > &g

Re: XML and copy directories

2005-02-07 Thread Brian Agnew
You should be able to do the XML parsing using XMLTask (http://www.oopsconsultancy.com/software/xmltask) and the instruction that it provides. I can provide more specific pointers offline if you require. Brian Henning Waack wrote: Hello all. I am new to Ant, I have no experience with it. I nee

Re: XML and copy directories

2005-02-05 Thread Henning Waack
Hello all. Thanks again for your input, I will evaluate if it is worth to learn Ant for the coming project. Normally I would say yes, but I have a tight schedule, so I don't know if I can afford to learn something new. One minute... ALL (ok, almost) of us, using Ant know Java! Ant was designed

Re: XML and copy directories

2005-02-04 Thread Alan Gutierrez
* Nat Gross <[EMAIL PROTECTED]> [2005-02-04 11:07]: > Henning Waack wrote: > > >Hello James and Ninju. > > > >James Fuller wrote: > > > >>Ninju Bohra wrote: > >> > >>>Well, > >>> > >>>The safe answer is yes and no... > >> > > > >> > >>btw you could just load up an xml file using which > >>does g

Re: XML and copy directories

2005-02-04 Thread Nat Gross
Matt Benson wrote: --- Nat Gross <[EMAIL PROTECTED]> wrote: [SNIP] One minute... ALL (ok, almost) of us, using Ant know Java! Ant was designed mainly for programmers. There is tons of stuff Ant will automate, that will take you much longer to write in Java. It's worth spending some time learn

Re: XML and copy directories

2005-02-04 Thread Matt Benson
--- Nat Gross <[EMAIL PROTECTED]> wrote: [SNIP] > One minute... ALL (ok, almost) of us, using Ant know > Java! Ant was > designed mainly for programmers. There is tons of > stuff Ant will > automate, that will take you much longer to write in > Java. It's worth > spending some time learning Ant.

Re: XML and copy directories

2005-02-04 Thread Nat Gross
Henning Waack wrote: Hello James and Ninju. James Fuller wrote: Ninju Bohra wrote: Well, The safe answer is yes and no... btw you could just load up an xml file using which does give you access to value encapsulated by elements and attributes...additionally there are a few existing 3rd party X

Re: XML and copy directories

2005-02-04 Thread Ninju Bohra
Though remember that ANT is written is JAVA and it rather easy to take whatever JAVA code you write (if any) and make it a task that can be called from an ANT build file... Good luck.. Henning Waack <[EMAIL PROTECTED]> wrote: Hello James and Ninju. James Fuller wrote: > Ninju Bohra wrote: >

Re: XML and copy directories

2005-02-04 Thread Henning Waack
Hello James and Ninju. James Fuller wrote: Ninju Bohra wrote: Well, The safe answer is yes and no... btw you could just load up an xml file using which does give you access to value encapsulated by elements and attributes...additionally there are a few existing 3rd party XML tasks for assistin

Re: XML and copy directories

2005-02-04 Thread James Fuller
Ninju Bohra wrote: Well, The safe answer is yes and no... Out of the box, the ANT distribution (along with the ant-contrib project) comes with a number of concepts (tasks and structures) that would be helpful (, , , etc...) to accomplish MOST of what you want. The one area that is not currently p

Re: XML and copy directories

2005-02-03 Thread Ninju Bohra
Well, The safe answer is yes and no... Out of the box, the ANT distribution (along with the ant-contrib project) comes with a number of concepts (tasks and structures) that would be helpful (, , , etc...) to accomplish MOST of what you want. The one area that is not currently pre-built is t

XML and copy directories

2005-02-03 Thread Henning Waack
Hello all. I am new to Ant, I have no experience with it. I need to evaluate if Ant can be used for a project I work on. Since I have some difficulties getting the information I need from the web, I would like to give you a rough overview of my demands and ask you to tell me, if this is possible. I