Versions Compared

Key

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

...

org.lcsim is not maintained as a downloadable JAR file. Each project user should compile and build this program themselves.

Source code should be put into a src/ directory. Probably the directory path for source code should be org/lcsim,.

Basic Build Command

The project can be build from the command line with this simple command.

No Format

maven

This builds the default jar target, installing project JARs into the ~/.maven/repository directory under lcsim.

Alternately, you can use the Netbeans IDE to build your Maven projectsOnce the above steps are performed, typing maven should build the project into the target/ directory.

Run Plugin

The FreeHep Run Plugin can generate a run script for your project.

...