Versions Compared

Key

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

...

Before proceeding with this tutorial you must have already installed Netbeans and mevenide, and must have already checked out and built GeomConverter and org.lscimlcsim. Next you must build org.lcsim with two special targets:

jas:install

This copies the latest version of org.lcsim into the JAS3 plugins directory

jar:install

This copied the latest version of org.lcsim into the maven repository so it can be found by the example project described below

To execute a custom goal select the org.lcsim project, from the popup menu select "Execute Custom Goal", "More Goals...", then from the dialog choose "jar:install" and then "jas:install". Selecting the toggle "Add to Favorite Goals" will make repeating this in future easier.

Checking out the example project

...