Skip to Content.
Sympa Menu

idok-commit - [idok-commit] idok commit r283 - trunk/sites/psi/scripts/admin/gwt

idok-commit AT lists.psi.ch

Subject: Commit emails of the iDok project

List archive

[idok-commit] idok commit r283 - trunk/sites/psi/scripts/admin/gwt


Chronological Thread 
  • From: "AFS account Roman Geus" <geus AT savannah.psi.ch>
  • To: idok-commit AT lists.psi.ch
  • Subject: [idok-commit] idok commit r283 - trunk/sites/psi/scripts/admin/gwt
  • Date: Fri, 17 Oct 2008 12:19:06 +0200
  • List-archive: <https://lists.web.psi.ch/pipermail/idok-commit/>
  • List-id: Commit emails of the iDok project <idok-commit.lists.psi.ch>

Author: geus
Date: Fri Oct 17 12:19:05 2008
New Revision: 283

Log:
Added admin scripts for GWT module IdokSearchTwikiInclude


Added:
trunk/sites/psi/scripts/admin/gwt/IdokSearchTwikiInclude-compile
(contents, props changed)
trunk/sites/psi/scripts/admin/gwt/IdokSearchTwikiInclude-shell
(contents, props changed)

Added: trunk/sites/psi/scripts/admin/gwt/IdokSearchTwikiInclude-compile
==============================================================================
--- (empty file)
+++ trunk/sites/psi/scripts/admin/gwt/IdokSearchTwikiInclude-compile Fri
Oct 17 12:19:05 2008
@@ -0,0 +1,3 @@
+#!/bin/sh
+APPDIR=`dirname $0`/../../../../..;
+java -Xmx256M -cp
"$APPDIR/sites/psi/java:$APPDIR/bin:$APPDIR/lib/gwt-user.jar:$APPDIR/lib/gwt-dev-linux.jar"
com.google.gwt.dev.GWTCompiler -out "$APPDIR/www" "$@"
ch.psi.idok.gwt.twiki.IdokSearchTwikiInclude;

Added: trunk/sites/psi/scripts/admin/gwt/IdokSearchTwikiInclude-shell
==============================================================================
--- (empty file)
+++ trunk/sites/psi/scripts/admin/gwt/IdokSearchTwikiInclude-shell Fri
Oct 17 12:19:05 2008
@@ -0,0 +1,7 @@
+#!/bin/sh
+#
+# the GWTDIR variable must point to a full GWT installation
+
+APPDIR=`dirname $0`/../../../../..;
+GWTDIR=/afs/psi.ch/user/g/geus/opt/linux/gwt-linux-1.5.2
+java -Xmx256M -cp
"$APPDIR/sites/psi/java:$APPDIR/bin:$APPDIR/lib/gwt-user.jar:$GWTDIR/gwt-dev-linux.jar"
com.google.gwt.dev.GWTShell -out "$APPDIR/www" "$@"
ch.psi.idok.gwt.twiki.IdokSearchTwikiMashup/IdokSearchTwikiMashup.html;



  • [idok-commit] idok commit r283 - trunk/sites/psi/scripts/admin/gwt, AFS account Roman Geus, 10/17/2008

Archive powered by MHonArc 2.6.19.

Top of Page