Versions Compared

Key

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

...

No Format
setenv CVSROOT :pserver:anonymous@cvs.freehep.org:/cvs/lcd
cvs login (just hit enter when promted for password)
cvs co GeomConverter
cvs co lcsim
cd GeomConverter
maven
cd ../lcsim
maven

Testing the installation

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

target/test-reports/

If you wish to build without testing, issue the following command, but do this at your own risk:

No Format

maven -Dmaven.test.skip=true

To execute a single test case:

No Format

maven test:single -Dtestcase=org.lcsim.recon.cluster.fixedcone.FixedConeClustererTest

Building org.lcsim with netbeans

...