Versions Compared

Key

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

Check out the trunk version of org-lsst-ccs-ui
Build with mvn -PcopyDependencies install
This will copy all of the LSST jars required to run the JAS/Console into ~/.JAS3/extensions
Download latest version of JAS:
wget "http://java.freehep.org/maven2/org/freehep/jas-assembly/3.0.0-alpha.5/jas-assembly-3.0.0-alpha.5-distribution.tar.gz"
tar -xzvf jas-assembly-3.0.0-alpha.5-distribution.tar.gz
cd jas-assembly-3.0.0-alpha.5/
./jas3
JAS should start up:
Open a tracer window with: File->New->LSST Tracer (Tracer window opens at bottom of JAS window) 
Right click in tracer window, see that a "Set Filter..." item appears in the popup menu.
Step1: Check out latest (trunk) version of org-lsst-ccs-ui package. Build with

...