X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/73964e0702f4c60d487bad44f6be8fd472680485..1c0c3cf7b4d851516edbc3d1fa7ea7dd5389c28b:/buildtools/Cmake/Scripts/java_bundle.sh diff --git a/buildtools/Cmake/Scripts/java_bundle.sh b/buildtools/Cmake/Scripts/java_bundle.sh index c0d51ce6be..38f663fa03 100755 --- a/buildtools/Cmake/Scripts/java_bundle.sh +++ b/buildtools/Cmake/Scripts/java_bundle.sh @@ -9,8 +9,8 @@ Usage: $0 simgrid.jar java_command strip_command [-so file.so...] [-txt file.txt simgrid.jar SimGrid jar file java_command path to the Java runtime strip_command path to the command used to strip libraries - file.so library file to stript and bundle into the archive - file.txt other file to bundle into the archive + file.so library file to strip and bundle into the archive + file.txt other file to bundle into the archive EOF exit 1 fi @@ -20,7 +20,7 @@ JAVA=$2 STRIP=$3 shift 3 -JSG_BUNDLE=$("$JAVA" -classpath "$SIMGRID_JAR" org.simgrid.NativeLib) +JSG_BUNDLE=$("$JAVA" -classpath "$SIMGRID_JAR" org.simgrid.NativeLib --quiet) # sanity check case "$JSG_BUNDLE" in