-
Notifications
You must be signed in to change notification settings - Fork 54
Frequently Asked Questions
Bennet Schulz edited this page Jan 8, 2018
·
11 revisions
All my tests are throwing a NullPointerException and I'm getting a "Cannot load resource: /idea/IdeaApplicationInfo.xml" message. What do I have to do?
- Maybe you are using IntelliJ IDEA Ultimate and forgot to use the 'ultimate' profile when building the appplication: mvn clean install -P ultimate.
What do I have to do when IntelliJ IDEA doesn't start anymore after adding a new version of Camel IDEA Plugin?
- You have to delete installed plugin manually:
- cd /Users/bennet/Library/Application\ Support/IntelliJIdea2017.2/)
- rm -rf camel-idea-plugin/
Maven can't find IntelliJ IDEA artifacts in version x.y.z. How do I fix this?
- Maybe you are using the Ultimate Edition of IDEA and the idea.version property in the maven pom.xml refers to a IDEA community edition build number. Please check this link and edit the version number to the correct IDEA version you are using: http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html