File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ The following has been tested against IntelliJ IDEA 2016.2.2
4
4
5
5
_ Within your locally cloned spring-framework working directory:_
6
6
7
- 1 . Precompile ` spring-oxm ` with ` ./gradlew cleanIdea :spring-oxm:compileTestJava `
7
+ 1 . Precompile ` spring-oxm ` with ` ./gradlew :spring-oxm:compileTestJava `
8
8
2 . Import into IntelliJ (File -> New -> Project from Existing Sources -> Navigate to directory -> Select build.gradle)
9
9
3 . When prompted exclude the ` spring-aspects ` module (or after the import via File-> Project Structure -> Modules)
10
10
4 . Code away
@@ -20,6 +20,8 @@ IntelliJ IDEA. See http://youtrack.jetbrains.com/issue/IDEA-64446 for details. I
20
20
IntelliJ IDEA. Resolving this is a work in progress. If attempting to run all JUnit tests from within
21
21
IntelliJ IDEA, you will likely need to set the following VM options to avoid out of memory errors:
22
22
-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 ` )
23
25
24
26
25
27
## Tips
You can’t perform that action at this time.
0 commit comments