Versions Compared

Key

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

...

  1. Checkout GeomConverter and org.lcsim.
  2. In each project directory, execute this (Unix/Linux) command:
    No Format
    ln -s pom2.xml pom.xml
  3. Build GeomConverter, first, and then org.lcsim with the mvn command. (This ensures that all the lcsim dependencies are built/downloaded before we start messing with Eclipse.)
  4. If either build complains about missing lcsim-base, then checkout that project from SLAC CVS and build it, too.

...