Skip to content

Commit 5a1b7c6

Browse files
committed
Update IDEA guidelines
* propdeps-plugin is now in version 0.0.6 * Using IntelliJ 13.1
1 parent 6551aa6 commit 5a1b7c6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

import-into-idea.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
The following has been tested against Intellij IDEA 12.0
1+
The following has been tested against Intellij IDEA 13.1
22

33
## Steps
44

55
_Within your locally cloned spring-framework working directory:_
66

7-
1. Generate IDEA metadata with `./gradlew :spring-oxm:compileTestJava cleanIdea idea`
8-
2. Import into IDEA as usual
9-
3. Set the Project JDK as appropriate
10-
4. Add git support
7+
1. Pre-compile `spring-oxm` with `./gradlew cleanIdea :spring-oxm:compileTestJava`
8+
2. Import into IDEA (File->import project->import from external model->Gradle)
9+
3. Set the Project JDK as appropriate (1.8+)
10+
4. Exclude the `spring-aspects` module (Go to File->Project Structure->Modules)
1111
5. Code away
1212

1313
## Known issues
1414

15-
1. Those steps don't work currently for Intellij IDEA 13+
15+
1. `spring-oxm` should be pre-compiled since it's using repackaged dependencies (see *RepackJar tasks)
1616
2. `spring-aspects` does not compile out of the box due to references to aspect types unknown to IDEA.
1717
See http://youtrack.jetbrains.com/issue/IDEA-64446 for details. In the meantime, the 'spring-aspects'
18-
module has been excluded from the overall project to avoid compilation errors.
18+
should be excluded from the overall project to avoid compilation errors.
1919
3. While all JUnit tests pass from the command line with Gradle, many will fail when run from IDEA.
2020
Resolving this is a work in progress. If attempting to run all JUnit tests from within IDEA, you will
2121
likely need to set the following VM options to avoid out of memory errors:

0 commit comments

Comments
 (0)