From c2f4ea47a16b38391928eaca32b23d3b1d4041fb Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 15 Oct 2018 21:13:19 +0200 Subject: [website] Updated documentation on how to use Lombok and GWT together. --- website/templates/setup/gwt.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'website/templates') diff --git a/website/templates/setup/gwt.html b/website/templates/setup/gwt.html index ac6659a5..ce45fe7f 100644 --- a/website/templates/setup/gwt.html +++ b/website/templates/setup/gwt.html @@ -18,7 +18,7 @@ java -javaagent:lombok.jar=ECJ (rest of arguments)

To use the GWT plugin in eclipse together with Lombok:
Install lombok into eclipse as normal (start lombok.jar as an application).
- Download the JDT variant that GWT uses. This is the most recent org.eclipse.jdt.core_VERSION-CUSTOM-GWT jar found on the lib/eclipse section GWT's github page. As of October 2018, that would be org.eclipse.jdt.core_3.13.50-CUSTOM-GWT-20171215.jar.
+ Download the JDT variant that GWT uses. For GWT v2.8.2 you'll need org.eclipse.jdt.core 3.11.2; for the current GWT development snapshot, this is org.eclipse.jdt.core 3.13.50. For more versions, search for jar files matching 'org.eclipse.jdt.core-{VERSION}-CUSTOM-GWT-{date}.jar in the lib/eclipse section GWT's github page.
Configure the 'GWT/Compile' option in the eclipse GWT plugin; in the advanced section, add the following VM arguments:

-javaagent:/path/to/lombok.jar=ECJ
 -Xbootclasspath/p:/path/to/lombok.jar:/path/to/org.eclipse.jdt.core_fromPreviousStep.jar
-- cgit