X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5f0a20a11dc5241c3c397b89d732a38adfc1f3cc..5388ef6910cafc858fc38edcbee0566c07ea5ed1:/buildtools/Cmake/test_java.sh diff --git a/buildtools/Cmake/test_java.sh b/buildtools/Cmake/test_java.sh deleted file mode 100755 index f126228583..0000000000 --- a/buildtools/Cmake/test_java.sh +++ /dev/null @@ -1,11 +0,0 @@ -#! /bin/sh -export LD_LIBRARY_PATH="../src/.libs:$LD_LIBRARY_PATH" -export CLASSPATH=".:../src/simgrid.jar:$CLASSPATH" -cd $1 -if [ ! -e $2.class ] ; then - rm classnoinst.stamp - make classnoinst.stamp -fi -pwd -echo LD_LIBRARY_PATH="../../../src/.libs:$LD_LIBRARY_PATH" java -cp ".:../../../src/simgrid.jar:$CLASSPATH" $options $2 *platform.xml *deployment.xml -LD_LIBRARY_PATH="../../../src/.libs:$LD_LIBRARY_PATH" java -cp ".:../../../src/simgrid.jar:$CLASSPATH" $options $2 *platform.xml *deployment.xml \ No newline at end of file