From bb85d799b3ba549c8a29afab0b246cb13b10507a Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Fri, 6 Jan 2017 01:20:48 +0100 Subject: setup pages added. --- website2/templates/setup/gwt.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 website2/templates/setup/gwt.html (limited to 'website2/templates/setup/gwt.html') 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> +

+ 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 (rest of arguments)
+
+

+ Thanks to Stephen Haberman for figuring this out. +

+ + -- cgit