Versions Compared

Key

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

...

No Format
mkdir -p src/org/lcsim

A test directory should also be created.

No Format

mkdir -p test/org/lcsim
Tip
titleSource Control

It is always a good idea to store your projects in a source control system, such as CVS. Contact your local system administrator for instructions on setting up a module for your project.

Build Files

The project's root directory needs to contain three Maven configuration files.

...

The org.lcsim JAR is not currently maintained as a downloadable dependency. Each project user needs to compile and build this program themselves in order to install it to the local repository.

...

titleSource Control

...

.

Basic Build Command

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

...