aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/all-deploy-webstarttest.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-04-28 05:55:38 +0200
committerSven Gothel <[email protected]>2010-04-28 05:55:38 +0200
commite5720ee629fba06bc266265b42eb559150f7d7a3 (patch)
tree767e3da76d48ed46879c1b78a186d1b5d44ca2e2 /make/scripts/all-deploy-webstarttest.sh
parenta08c3c054a6b9cfe892d2516c66362083dc72290 (diff)
Integrate deployment scripts. jar: copy-repack200-sign-pack200. jnlp: copy-filter
Diffstat (limited to 'make/scripts/all-deploy-webstarttest.sh')
-rwxr-xr-xmake/scripts/all-deploy-webstarttest.sh23
1 files changed, 21 insertions, 2 deletions
diff --git a/make/scripts/all-deploy-webstarttest.sh b/make/scripts/all-deploy-webstarttest.sh
index e3ee24a6d..e947c3f3d 100755
--- a/make/scripts/all-deploy-webstarttest.sh
+++ b/make/scripts/all-deploy-webstarttest.sh
@@ -33,6 +33,25 @@ if [ ! -e $wsdir ] ; then
fi
sh scripts/deploy-jars-webstarttest.sh $joglbuilddir $wsdir
-# sh scripts/deploy-jars-webstarttest_pack200.sh $wsdir
+#
+# repack it .. so the signed jars can be pack200'ed
+# sh scripts/deploy-jars-repack200.sh $wsdir
+#
+# sign it
+# sh scripts/deploy-jars-sign.sh $wsdir KEY_STORE_FILE STORE_PASSWORD SOME_ARGUMENT
+#
+# pack200
+# sh scripts/deploy-jars-pack200.sh $wsdir
+#
sh scripts/deploy-jnlp-webstarttest.sh $url $joglbuilddir $wsdir
-sh scripts/deploy-jnlp-webstarttest-filter.sh $wsdir
+#
+# In case you don't sign it ..
+#
+# sh scripts/deploy-jnlp-webstarttest-filter.sh $wsdir
+#
+# Add to HOME/.java.policy
+#
+# grant codeBase "file:////usr/local/projects/JOGL/webstart/-" {
+# permission java.security.AllPermission;
+# };
+