You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Aubin Mahé <au...@wanadoo.fr> on 2002/12/13 14:44:44 UTC

How escaping '*' ?

I wish to run a jar with this target:
   <target ...  >
      <java ... fork = "true" >
         <arg line  = "-l MainTrace -o 1 -select *" />
      </java>
   </target>

The '*' after 'select' will be expanded and replaced by the files in the
current directory.
Before, I used 'make':

go: $(JAR_TARGET)
	$JAVA) -jar $(JAR_TARGET) -l MainTrace -o 1 -select '*'

Info: <arg value="*" /> give the same result.

Anybody has an idea?



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>