From 6e9205a5706f1caba39402a62318693ebff2426a Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 30 May 2011 23:50:32 +0200 Subject: Updated the download page for the website, which now includes a list with instructions for many platforms. --- website/setup/gwt.html | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 website/setup/gwt.html (limited to 'website/setup/gwt.html') diff --git a/website/setup/gwt.html b/website/setup/gwt.html new file mode 100644 index 00000000..bb4b68a4 --- /dev/null +++ b/website/setup/gwt.html @@ -0,0 +1,68 @@ + + + + + + + + + Project Lombok + + + Fork me on GitHub +
+

Project Lombok - gwt instructions

+ +
+ gwt (Google Web Toolkit) is compatible with lombok. +

+ Edit your proj-debug and proj-compile batch scripts to add the following VM arguments: +

+java -javaagent:lombok.jar=ECJ -Xbootclasspath/p:lombok.jar -jar gwt.jar (rest of arguments)
+			
+

+ Thanks to Stephan Habermann for figuring this out. +

+
+
+ +
+ + + -- cgit