aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-12-11 06:42:20 +0100
committerSven Gothel <[email protected]>2010-12-11 06:42:20 +0100
commitf3512c700b2b3161eb773e77d0d41567acb710be (patch)
tree6f936efce946076320d6ea4b8fec9d50d8f056b6 /make
parentc8807f6847e34d599b8bc9a476c84785e1925c8a (diff)
Add javaws test scripts
Diffstat (limited to 'make')
-rw-r--r--make/scripts/tests-javaws-x64.bat9
-rw-r--r--make/scripts/tests-javaws.sh8
2 files changed, 17 insertions, 0 deletions
diff --git a/make/scripts/tests-javaws-x64.bat b/make/scripts/tests-javaws-x64.bat
new file mode 100644
index 000000000..5990d06a1
--- /dev/null
+++ b/make/scripts/tests-javaws-x64.bat
@@ -0,0 +1,9 @@
+set JRE_PATH=C:\jre1.6.0_22_x64\bin
+%JRE_PATH%\javaws -uninstall
+
+set JNLP=Gears.jnlp
+REM set JNLP=TextCube.jnlp
+REM set JNLP=JRefractNoOGL.jnlp
+
+%JRE_PATH%\javaws -J-verbose:class -J-verbose:jni -J-Dsun.java2d.noddraw=true -J-Dsun.awt.noerasebackground=true -J-Dsun.java2d.opengl=false -J-Djnlp.jogl.debug=all http://risa/deployment/test/jau01s/jogl-demos/%JNLP% > tests-javaws.log 2>&1
+
diff --git a/make/scripts/tests-javaws.sh b/make/scripts/tests-javaws.sh
new file mode 100644
index 000000000..467b9255d
--- /dev/null
+++ b/make/scripts/tests-javaws.sh
@@ -0,0 +1,8 @@
+javaws -uninstall
+
+JNLP=Gears.jnlp
+# JNLP=TextCube.jnlp
+# JNLP=JRefractNoOGL.jnlp
+
+javaws -J-verbose:class -J-verbose:jni -J-Dsun.java2d.noddraw=true -J-Dsun.awt.noerasebackground=true -J-Dsun.java2d.opengl=false -J-Djnlp.jogl.debug=all http://risa/deployment/test/jau01s/jogl-demos/$JNLP 2>&1 | tee tests-javaws.log
+