summaryrefslogtreecommitdiffstats
path: root/build/bin
diff options
context:
space:
mode:
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>2007-06-05 14:09:17 +0000
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>2007-06-05 14:09:17 +0000
commit3cfca007a6d81e05492ddfafeab1fda94d55e05d (patch)
tree1fa60757b0c862a2c7b24c23e8825f672b86b0f7 /build/bin
parent32bf9e36bd16ed69a98779f6d707888743d08483 (diff)
downloadvaadin-framework-3cfca007a6d81e05492ddfafeab1fda94d55e05d.tar.gz
vaadin-framework-3cfca007a6d81e05492ddfafeab1fda94d55e05d.zip
Compile script for compiling GWT-parts to javascript
svn changeset:1596/svn branch:trunk
Diffstat (limited to 'build/bin')
-rwxr-xr-xbuild/bin/compile-gwt-components2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/bin/compile-gwt-components b/build/bin/compile-gwt-components
new file mode 100755
index 0000000000..bbb0c5261d
--- /dev/null
+++ b/build/bin/compile-gwt-components
@@ -0,0 +1,2 @@
+#!/bin/sh
+java -XstartOnFirstThread -cp "../../src:$APPDIR/bin:../gwt/gwt-mac-1.4.10/gwt-user.jar:../gwt/gwt-mac-1.4.10/gwt-dev-mac.jar" com.google.gwt.dev.GWTCompiler -out "../../WebContent/gwt" "$@" com.itmill.toolkit.terminal.gwt.Client;