From 8d37ed015ea8e033135dbdfe2c80685f819319d2 Mon Sep 17 00:00:00 2001 From: krasimir Date: Wed, 29 Sep 2010 13:32:23 +0000 Subject: added compilation scripts for the editor --- src/ui/gwt/Editor-compile.bat | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/ui/gwt/Editor-compile.bat (limited to 'src/ui/gwt/Editor-compile.bat') diff --git a/src/ui/gwt/Editor-compile.bat b/src/ui/gwt/Editor-compile.bat new file mode 100644 index 000000000..2c9b77f4e --- /dev/null +++ b/src/ui/gwt/Editor-compile.bat @@ -0,0 +1,7 @@ +@echo off + +set APPDIR=. +set GWT_DIR=C:\Program Files\eclipse\plugins\com.google.gwt.eclipse.sdkbundle.2.0.4_2.0.4.v201006301254\gwt-2.0.4 +set GWT_CLASSPATH=%GWT_DIR%\gwt-user.jar;%GWT_DIR%\gwt-dev.jar + +java %GWT_JAVA_OPTS% -Xmx256M -cp "%APPDIR%\src;%GWT_CLASSPATH%" com.google.gwt.dev.Compiler -war "%APPDIR%\www\editor" org.grammaticalframework.ui.gwt.EditorApp -style PRETTY -- cgit v1.2.3