Skip to content

Commit eb193ae

Browse files
committed
IDEA -> IntelliJ IDEA
1 parent 57cb7c7 commit eb193ae

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

import-into-idea.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ The following has been tested against Intellij IDEA 13.1
55
_Within your locally cloned spring-framework working directory:_
66

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

1313
## Known issues
1414

1515
1. `spring-oxm` should be pre-compiled since it's using repackaged dependencies (see *RepackJar tasks)
16-
2. `spring-aspects` does not compile out of the box due to references to aspect types unknown to IDEA.
17-
See http://youtrack.jetbrains.com/issue/IDEA-64446 for details. In the meantime, the 'spring-aspects'
18-
should be excluded from the overall project to avoid compilation errors.
19-
3. While all JUnit tests pass from the command line with Gradle, many will fail when run from IDEA.
20-
Resolving this is a work in progress. If attempting to run all JUnit tests from within IDEA, you will
21-
likely need to set the following VM options to avoid out of memory errors:
16+
2. `spring-aspects` does not compile out of the box due to references to aspect types unknown to
17+
IntelliJ IDEA. See http://youtrack.jetbrains.com/issue/IDEA-64446 for details. In the meantime, the
18+
'spring-aspects' should be excluded from the overall project to avoid compilation errors.
19+
3. While all JUnit tests pass from the command line with Gradle, many will fail when run from
20+
IntelliJ IDEA. Resolving this is a work in progress. If attempting to run all JUnit tests from within
21+
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
2323

2424
## Tips
@@ -28,6 +28,6 @@ You'll notice these files are already intentionally in .gitignore. The same poli
2828

2929
## FAQ
3030

31-
Q. What about IDEA's own [Gradle support](http://confluence.jetbrains.net/display/IDEADEV/Gradle+integration)?
31+
Q. What about IntelliJ IDEA's own [Gradle support](http://confluence.jetbrains.net/display/IDEADEV/Gradle+integration)?
3232

3333
A. Keep an eye on http://youtrack.jetbrains.com/issue/IDEA-53476

0 commit comments

Comments
 (0)