X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6683debe0efeb6371e0cbafb4f0d461325dd59a5..3c1410cbe922ae6914af6ecc7cd6b63ec1bf7a64:/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