Versions Compared

Key

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

...

No Format
man cvs

knows more

Installing Custom JARs into JAS3

Developers of org.lcsim may want to use a version in JAS3 that is more up-to-date than the distributed plugin.

Execute the following from the lcsim checkout directory to install the lcsim target JAR into the JAS3 extensions directory, overwriting the JAR that was automatically downloaded.

No Format

maven jas:install

This will copy the lcsim and GeomConverter jars to ~/.JAS3/extensions.

Testing the installation

Note
titleTest Directory

By default, maven will also run the JUnit tests associated with this distribution.
Test reports are written to

No Format
target/test-reports/

...

Note
titleExternal Dependencies

When building the project outside of Eclipse, Maven secretly downloads a plethora of external libraries. If you want to build the project inside of Eclipse, you have to add those libraries to the build path. This can be done by right-clicking on the project and selecting "Properties". The JAS libraries can be used alternatively.

Installing Custom JARs into JAS3

Developers of org.lcsim may want to use a version in JAS3 that is more up-to-date than the distributed plugin.

Execute the following from the lcsim checkout directory to install the lcsim target JAR into the JAS3 extensions directory, overwriting the JAR that was automatically downloaded.

No Format

maven jas:install

...

.