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,
On Thu, 06 Nov 2008, Tassilo Horn <[EMAIL PROTECTED]> wrote:
> 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
Mark Salter <[EMAIL PROTECTED]> writes:
Hi Mark,
>> Yes, it looks like it would do. But I think I cannot force everybody
>> working on that project to install ant-contrib...
>
> It might be easier than getting them to install something else?
>
> The installation ( http://ant-contrib.sourceforge.
Tassilo Horn wrote:
> Yes, it looks like it would do. But I think I cannot force everybody
> working on that project to install ant-contrib...
It might be easier than getting them to install something else?
The installation ( http://ant-contrib.sourceforge.net/#install )looks
very straightforwar
Mark Salter <[EMAIL PROTECTED]> writes:
Hi Mark,
>> 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?
>
> Ant-contrib has a Foreach task, perhaps that will do you?
Yes, it looks like it would do. But I think I cannot
Tassilo Horn wrote:
> 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?
Ant-contrib has a Foreach task, perhaps that will do you?
--
Mark
-
To unsubsc
Hi all,
currently I have this target in my ant file:
--8<---cut here---start->8---
generateschema started
generateschemas finished
--8<---cut here---end--->8---
What I really w