mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
all run target depend on jar
This commit is contained in:
parent
ebeb0b1452
commit
205b9f8bc4
@ -84,7 +84,7 @@ The COOJA Simulator
|
||||
</java>
|
||||
</target>
|
||||
|
||||
<target name="run_bigmem" depends="init, compile, copy configs">
|
||||
<target name="run_bigmem" depends="init, compile, jar, copy configs">
|
||||
<java fork="yes" dir="${build}" classname="se.sics.cooja.GUI" maxmemory="512m">
|
||||
<arg line="${args}"/>
|
||||
<env key="LD_LIBRARY_PATH" value="."/>
|
||||
@ -101,7 +101,7 @@ The COOJA Simulator
|
||||
<ant antfile="build.xml" dir="apps/mspsim" target="jar" inheritAll="false"/>
|
||||
</target>
|
||||
|
||||
<target name="run_nogui" depends="init, compile, copy configs">
|
||||
<target name="run_nogui" depends="init, compile, jar, copy configs">
|
||||
<java fork="yes" dir="${build}" classname="se.sics.cooja.GUI" maxmemory="512m">
|
||||
<arg line="-nogui ${args}"/>
|
||||
<env key="LD_LIBRARY_PATH" value="."/>
|
||||
@ -113,7 +113,7 @@ The COOJA Simulator
|
||||
</java>
|
||||
</target>
|
||||
|
||||
<target name="run_applet" depends="init, compile, copy configs">
|
||||
<target name="run_applet" depends="init, compile, jar, copy configs">
|
||||
<exec executable="appletviewer" dir="${build}">
|
||||
<arg value="-J-Djava.security.policy=cooja.policy"/>
|
||||
<arg value="cooja.html"/>
|
||||
|
Loading…
Reference in New Issue
Block a user