Skip to content

Commit beb7ed9

Browse files
committed
Polish
Issue: SPR-15592
1 parent 42d1ba0 commit beb7ed9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: import-into-idea.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The following has been tested against IntelliJ IDEA 2016.2.2
44

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

7-
1. Precompile `spring-oxm` with `./gradlew cleanIdea :spring-oxm:compileTestJava`
7+
1. Precompile `spring-oxm` with `./gradlew :spring-oxm:compileTestJava`
88
2. Import into IntelliJ (File -> New -> Project from Existing Sources -> Navigate to directory -> Select build.gradle)
99
3. When prompted exclude the `spring-aspects` module (or after the import via File-> Project Structure -> Modules)
1010
4. Code away
@@ -20,6 +20,8 @@ IntelliJ IDEA. See http://youtrack.jetbrains.com/issue/IDEA-64446 for details. I
2020
IntelliJ IDEA. Resolving this is a work in progress. If attempting to run all JUnit tests from within
2121
IntelliJ IDEA, you will likely need to set the following VM options to avoid out of memory errors:
2222
-XX:MaxPermSize=2048m -Xmx2048m -XX:MaxHeapSize=2048m
23+
4. If you invoke "Rebuild Project" in the IDE, you'll have to generate some test
24+
resources of the `spring-oxm` module again (`./gradlew :spring-oxm:compileTestJava`)
2325

2426

2527
## Tips

0 commit comments

Comments
 (0)