Hi Jan
Your comments have been very valuable.
I didn't know the existence of the apply task.
I use it with parallel="true" and works if I use in addition this:
maxparallel="15"
I also use relative="true" for avoiding reaching the command line length
limit.
Now I get much less console windows an
Hi Peter,
It is a regular console Windows app. I've taken from
http://sourceforge.net/project/shownotes.php?release_id=325693&group_id=23617
It is the xgettext exec that is creating the window -
were did you get it from ?
--
View this message in context:
http://www.nabble.com/Exec-task-not-
Hi Benjamin,
Of course:
This is in a loop where I call
Hi,
I have an Ant build.xml script that calls many times (hundreds) the exec
task which invokes a console executable under windows.
I would like not to see a lot of console windows appearing and disappearing.
It prevents me for working while waiting for the completion of the job, and
slows down