jar target compiles mspsim and mrm
This commit is contained in:
parent
3dcc90d9c0
commit
cbb68a71f6
|
@ -81,8 +81,8 @@ The COOJA Simulator
|
|||
</java>
|
||||
</target>
|
||||
|
||||
<target name="jar_all" depends="init">
|
||||
<ant antfile="build.xml" dir="." target="jar" inheritAll="false"/>
|
||||
<target name="jar" depends="init">
|
||||
<ant antfile="build.xml" dir="." target="jar_cooja" inheritAll="false"/>
|
||||
<ant antfile="build.xml" dir="apps/mrm" target="jar" inheritAll="false"/>
|
||||
<ant antfile="build.xml" dir="apps/mspsim" target="jar" inheritAll="false"/>
|
||||
</target>
|
||||
|
@ -108,7 +108,13 @@ The COOJA Simulator
|
|||
</exec>
|
||||
</target>
|
||||
|
||||
<target name="jar" depends="init, clean, compile, copy configs">
|
||||
<target name="java_version" depends="init">
|
||||
<exec executable="javac" dir="${build}">
|
||||
<arg value="-version"/>
|
||||
</exec>
|
||||
</target>
|
||||
|
||||
<target name="jar_cooja" depends="init, clean, compile, copy configs">
|
||||
<mkdir dir="${dist}"/>
|
||||
<jar destfile="${dist}/cooja.jar" basedir="${build}">
|
||||
<manifest>
|
||||
|
|
Loading…
Reference in a new issue