I now have a workaround which is:
Ant < /dev/null &
However this strikes me as very odd, and any light shed upon the
situation would be good :-)
Cheers
-Geoff
-Original Message-
From: Geoff Meakin [mailto:[EMAIL PROTECTED]
Sent: 09 September 2005 10:19
To: Ant Users List
Hi, I wonder if anybody has experienced the same?
I'm on a unix/linux system, and trying to run simply:
I have a foreach task calling a target:
that target calls a java as follows:
When I run ant, it works as expected
When I run ant & (i.e. in the background), it does not work
The
Hi all,
Hoping someone can help me with this frustrating problem.
I have:
1) a file to be copied with a @TOKEN1@ in it,
2) a property: , and
3) a filter to connect them:
Hey presto it works, and @TOKEN1@ gets replaces with foo
However, Im trying to use a filterset as defined in a file, i