Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Step1: Check out the latest (trunk) version of orgof org-lsst-ccs-ui package. This version includes a new class org.lsst.ccs.plugin.jas3.Tracer2 which creates a tracer based on Bernard's method of adding a StatusListener. It also illustrates how to add an extra item to the popup menu associated with the tracer (although the extra items does not do anything useful yet).

Build
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

No Format
mvn -PcopyDependencies install

...