Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

You can now build org.lcsim with maven2.

Code Block

mvn

If you want to skip the tests, use

Code Block

mvn -Dmaven.test.skip=true
Info

Note that Maven 2 also automatically updates the JAS3 plugins

Eclipse integration

First, create a new project with the existing sources for GeomConverter and lcsim. If you have checked out the two projects from cvs, Eclipse will recognize that, so that you have all the cvs commands available within the IDE.

...

If you now create a new project, have it depend on the lcsim project in Eclipse. In the properties of the lcsim project, in the build path settings, export the dependencies of the lcsim project, so that they are automatically passed down to the new dependent project. Then code completion should also work in the new project that you just created.

Troubleshooting

If everything is screwed up in eclipse (e.g. your programs don't compile any more because of some dependency problems) try:

Code Block

mvn eclipse:clean
mvn eclipse:eclipse

 in the directory where you have installed lcsim.