You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eugen Kiss edited this page May 22, 2013
·
35 revisions
Setting up the Environment
If you want to use Eclipse for the development of Context Explorer 2 you need to install m2eclipse and import the project as an "Existing Maven Project". Create the following
run configuration in order to make it easy to run the project from within eclipse:
The following Maven commands are available:
mvn exec:java: run the project
mvn javadoc:javadoc: create JavaDocs in target/site/apidocs
Notes
If you encounter the following annoying error "Failed to load class org.slf4j.impl.StaticLoggerBinder" then take a look at this Stackoverflow suggestion (be sure to read stefan.at.wpf's comments).
In general, you should not use m2eclipse's embedded maven, but your external