Skip to Content.
Sympa Menu

idok-commit - [idok-commit] idok commit r239 - branches/rest/sites/psi/scripts/admin/gwt

idok-commit AT lists.psi.ch

Subject: Commit emails of the iDok project

List archive

[idok-commit] idok commit r239 - branches/rest/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 r239 - branches/rest/sites/psi/scripts/admin/gwt
  • Date: Wed, 24 Sep 2008 14:38:20 +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: Wed Sep 24 14:38:20 2008
New Revision: 239

Log:
Added compile and shell scripts for GWT code

Added:
branches/rest/sites/psi/scripts/admin/gwt/
branches/rest/sites/psi/scripts/admin/gwt/IdokSearchTwikiMashup-compile
(contents, props changed)
branches/rest/sites/psi/scripts/admin/gwt/IdokSearchTwikiMashup-shell
(contents, props changed)

Added: branches/rest/sites/psi/scripts/admin/gwt/IdokSearchTwikiMashup-compile
==============================================================================
--- (empty file)
+++ branches/rest/sites/psi/scripts/admin/gwt/IdokSearchTwikiMashup-compile
Wed Sep 24 14:38:20 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.IdokSearchTwikiMashup;

Added: branches/rest/sites/psi/scripts/admin/gwt/IdokSearchTwikiMashup-shell
==============================================================================
--- (empty file)
+++ branches/rest/sites/psi/scripts/admin/gwt/IdokSearchTwikiMashup-shell
Wed Sep 24 14:38:20 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 r239 - branches/rest/sites/psi/scripts/admin/gwt, AFS account Roman Geus, 09/24/2008

Archive powered by MHonArc 2.6.19.

Top of Page