diff options
author | Sven Gothel <[email protected]> | 2010-11-10 11:22:29 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-10 11:22:29 +0100 |
commit | 0893339854e3f4a4fab7b19e073304973e763b10 (patch) | |
tree | 1addee3c461fb636b7752bdff13a501e7e760682 /etc | |
parent | 4ea473a2cbf59fcbd8e82d26da389cd8c2b4a291 (diff) |
Use GlueGen VersionUtil to dump full Manifest version
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/test.bat | 4 | ||||
-rwxr-xr-x | etc/test.sh | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/etc/test.bat b/etc/test.bat index e1bbbbde7..23e4bb560 100755 --- a/etc/test.bat +++ b/etc/test.bat @@ -9,6 +9,8 @@ set X_ARGS="-Dsun.java2d.noddraw=true" "-Dsun.awt.noerasebackground=true" REM java -classpath %CP_ALL% "-Djava.library.path=%LIB_DIR%" %X_ARGS% javax.media.opengl.awt.GLCanvas > java-win64.log 2>&1
-java -classpath %CP_ALL% "-Djava.library.path=%LIB_DIR%" %X_ARGS% com.jogamp.newt.opengl.GLWindow > test.log 2>&1
+java -classpath %CP_ALL% "-Djava.library.path=%LIB_DIR%" %X_ARGS% com.jogamp.opengl.util.VersionInfo > test.log 2>&1
+REM java -classpath %CP_ALL% "-Djava.library.path=%LIB_DIR%" %X_ARGS% com.jogamp.newt.opengl.GLCanvas >> test.log 2>&1
+java -classpath %CP_ALL% "-Djava.library.path=%LIB_DIR%" %X_ARGS% com.jogamp.newt.opengl.GLWindow >> test.log 2>&1
type test.log
diff --git a/etc/test.sh b/etc/test.sh index d86687316..b03fd8d3a 100755 --- a/etc/test.sh +++ b/etc/test.sh @@ -39,6 +39,7 @@ echo # D_ARGS="-Djogl.debug=all" X_ARGS="-Dsun.java2d.noddraw=true -Dsun.java2d.opengl=false" +java $X_ARGS $ARGS_AWT $D_ARGS com.jogamp.opengl.util.VersionInfo 2>&1 | tee -a $logfile #java $X_ARGS $ARGS_AWT $D_ARGS javax.media.opengl.awt.GLCanvas 2>&1 | tee -a $logfile java $X_ARGS $ARGS_NEWT $D_ARGS com.jogamp.newt.opengl.GLWindow 2>&1 | tee -a $logfile |