From d09752f807b74752dbd4e80e75bc8f6493671a42 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Tue, 12 Jun 2018 17:53:15 +0100 Subject: [PATCH] More detailed instructions for Eclipse import. --- Build-from-Source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build-from-Source.md b/Build-from-Source.md index 869f05e..3c3ef60 100644 --- a/Build-from-Source.md +++ b/Build-from-Source.md @@ -44,5 +44,5 @@ To install all Spring Framework jars into your local Maven cache (note that "-x" ### Import Into Your IDE Ensure JDK 8 is configured properly in the IDE. Then follow the instructions: -* For Eclipse run `./import-into-eclipse.sh`. +* For Eclipse run `./gradlew compileTestJava install -x javadoc` and import using Buildship (`Import -> Gradle...`). You will need AJDT to compile `spring-aspects` (or you can just delete that project from the workspace since nothing depends on it). You also need Java 9 (or 10) to build `spring-core` and `spring-web`. To build `spring-oxm` you need to manually add the 2 folders in `build/generated-sources` to the build path. * For IntelliJ IDEA, a straight-up import will not work. Please read [import-into-idea.md](https://github.com/spring-projects/spring-framework/blob/master/import-into-idea.md).