fixed nogui-argument
This commit is contained in:
parent
3e6113be72
commit
7712b7e1ed
|
@ -167,7 +167,7 @@ The COOJA Simulator
|
||||||
|
|
||||||
<target name="run_nogui" depends="init, compile, jar, copy configs">
|
<target name="run_nogui" depends="init, compile, jar, copy configs">
|
||||||
<java fork="yes" dir="${build}" classname="se.sics.cooja.GUI" maxmemory="512m">
|
<java fork="yes" dir="${build}" classname="se.sics.cooja.GUI" maxmemory="512m">
|
||||||
<arg line="-nogui ${args}"/>
|
<arg line="-nogui=${args}"/>
|
||||||
<env key="LD_LIBRARY_PATH" value="."/>
|
<env key="LD_LIBRARY_PATH" value="."/>
|
||||||
<classpath>
|
<classpath>
|
||||||
<pathelement path="${build}"/>
|
<pathelement path="${build}"/>
|
||||||
|
|
Loading…
Reference in a new issue