Question: [closed] tool.xml : current working directory ?
0
plindenbaum • 90 wrote:
I want to use the current working directory as the tmp directory in a java tool.
<command> java -Dtmp.io.dir=${DIR??} -jar mytool.jar ...</command>
Is there a predefined environment variable for this directory ?