From b422ef90ad4c64d2f0296f7b95a71143d2bec3f2 Mon Sep 17 00:00:00 2001 From: fros4943 Date: Wed, 10 Mar 2010 14:49:47 +0000 Subject: [PATCH] updated help --- tools/cooja/build.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tools/cooja/build.xml b/tools/cooja/build.xml index 47fc78853..06deb516e 100644 --- a/tools/cooja/build.xml +++ b/tools/cooja/build.xml @@ -28,11 +28,13 @@ The COOJA Simulator Start COOJA without GUI and run simulation in sim.csc > java -mx512m -jar dist/cooja.jar -nogui=sim.csc - Build executable simulation JAR from current projects and simulation in sim.csc + Build executable simulation JAR sim.jar from current projects and simulation in sim.csc > ant jar > cd build - build/> java -cp ".;../lib/jdom.jar;../lib/log4j.jar" se.sics.cooja.util.ExecuteJAR "/home/user/sim.csc" - + build/> java -cp ".:../lib/jdom.jar:../lib/log4j.jar" se.sics.cooja.util.ExecuteJAR "/home/user/sim.csc" sim.jar + or + build/> java -cp ".;../lib/jdom.jar;../lib/log4j.jar" se.sics.cooja.util.ExecuteJAR "C:/home/sim.csc" sim.jar + The output JAR is in build/sim.jar