aboutsummaryrefslogtreecommitdiff
path: root/website2/templates/setup/gwt.html
diff options
context:
space:
mode:
Diffstat (limited to 'website2/templates/setup/gwt.html')
-rw-r--r--website2/templates/setup/gwt.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/website2/templates/setup/gwt.html b/website2/templates/setup/gwt.html
new file mode 100644
index 00000000..142362ac
--- /dev/null
+++ b/website2/templates/setup/gwt.html
@@ -0,0 +1,16 @@
+<#import "_setup.html" as s>
+
+<@s.scaffold title="GWT">
+ <@s.introduction>
+ <p>
+ <a href="http://www.gwtproject.org/">GWT (Google Web Toolkit)</a> is compatible with lombok.
+ </p><p>
+ Edit your <code>proj-debug</code> and <code>proj-compile</code> batch scripts to add the following VM arguments:
+<pre>
+java <strong>-javaagent:lombok.jar=ECJ</strong> <em>(rest of arguments)</em>
+</pre>
+ </p><p>
+ Thanks to Stephen Haberman for figuring this out.
+ </p>
+ </@s.introduction>
+</@s.scaffold>