Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
Issue: SPR-15592
  • Loading branch information
snicoll committed May 29, 2017
1 parent 42d1ba0 commit beb7ed9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion import-into-idea.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The following has been tested against IntelliJ IDEA 2016.2.2

_Within your locally cloned spring-framework working directory:_

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


## Tips
Expand Down

0 comments on commit beb7ed9

Please sign in to comment.