"copy" Being Ignored

2007-01-28 Thread Jason Ferguson
I need help. My build.xml script seems to be ignoring a copy that would copy my third-party jar files to WEB-INF/lib. Running ant in regular and verbose mode does not give me any error messages that I can see (although Im a newbie with ant and just modifying my instructor's pre-created script). S

Re: "copy" Being Ignored

2007-01-28 Thread Mathieu Champlon
Hello, Does the following do what you expect ? Why are you using patternset ? You probably dont need this in your build file... Take a look at the fileset documentation : http://ant.apache.org/manual/CoreTypes/fileset.html MAT. Jason Ferguson a écrit : I need help. My build.xml

Re: General Question on nested element of tasks

2007-01-28 Thread Scot P. Floess
You can get similar type functionality using macrodefs... macrodef's allow nested elements... Mikael Sitruk wrote: Hi Is it possible to have a global declaration of nested element of a task and reference them later in the container task? For example: I have a task mytask with nest

using ant and ddd(jdb)

2007-01-28 Thread elekis
hi all, I try to use ddd(jdb) with ant on that project http://download.gna.org/televidilo/televidilo-0.7.a.tar.bz2 there is the build.xml who is in the tar.bz2 (see after) -

Re: General Question on nested element of tasks

2007-01-28 Thread Dominique Devienne
On 1/28/07, Mikael Sitruk <[EMAIL PROTECTED]> wrote: Is it possible to have a global declaration of nested element of a task and reference them later in the container task? Yes. Your nested elements need to support a refid attribute of course, but also have logic for all other attributes/eleme

Re: Can Ant Parse a Property

2007-01-28 Thread Ninju Bohra
What do you exact mean by "parse the property in the build file"? If you want to have access to the value of a key defined in the property file, you can load the property file via the and assuming the file conforms to JAVA property file standards the properties will be loaded into the ANT sess