RE: cant run ant in background on linux?

2005-09-09 Thread Geoff Meakin
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

cant run ant in background on linux?

2005-09-09 Thread Geoff Meakin
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

filtersets problem

2005-09-01 Thread Geoff Meakin
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