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: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>