Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Use the File->Import menu in Eclipse to start the Import, then choose the Checkout Projects from SVN option

(If you are wondering why we did not use the "Check out Maven projects from SCM" option, it does not work. See this issue for MNGECLIPSE-2596 details.

Choose the create new repository option

...

Building and running Roller

To build all of the Roller code, right-click on the roller-project project, choose Run As and then choose "Maven install." If you change anything in a project, you'll have run Maven Install on the project before you attempt Roller.

The Eclipse Maven The Maven plugin in Eclipse will automatically build Roller for you. The plugin can also run Roller for you and will start both the Jetty web service and the Derby database for Roller. To start run Roller, use Eclipse's Run->Run Configurations to create a launcher for Roller. Create a new launcher under Maven Build, set these fields:

...