Skip to content
Eugen Kiss edited this page Jun 12, 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:exec: run the project
  • mvn javadoc:javadoc: create JavaDocs in target/site/apidocs
  • mvn package: create an executable jar in target

Notes

High-level Code Structure

  • The provisional JavaDocs can currently be found at http://eugenkiss.github.io/conexp2/. The JavaDocs must manually be created and then committed to and pushed from the gh-pages branch in order for them to be accessible from this url. When the project goes public the url will probably change to the new repository owner rjoberon.

TODO

File Format

TODO

Contributing

TODO

  • Please only spaces no tabs

ConExp-NG

Clone this wiki locally