Creating WAR by referring to pathelement?

2008-11-07 Thread hezjing
Hi I have defined the following paths, Both of the above compile and runtime JARs are bundled in a WAR like this, Do you have any idea of how should I simply this, so that the WAR task is able to retrieve the files specified by compile.class.pat

Re: Run an ant task for each file in a directory

2008-11-07 Thread Tassilo Horn
Stefan Bodewig <[EMAIL PROTECTED]> writes: Hi Stefan, >> What I really want is to execute the given `java' task for each and >> every *.tg file in ${schema.dir}/. How would I do that? > > You can use and set up the java command line correctly, > something like Thanks, that did the trick! Bye,

Re: Using Ant Tasks programmatically - SignJar Tasl

2008-11-07 Thread Daniele Development-ML
Yes, Peter, I totally agree with you. However, I would expect that the XML elements and attributes are matched against some Java classes and calling them in the same order as does the Ant parser does, it would work. And actually it does with the above suggested statements. Of course, it depends on