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

...

Code Block
mvn -Dmaven.test.skip=true
Panelinfo

Note that Maven 2 also automatically updates the JAS3 plugins

...

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.