Versions Compared

Key

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

...

Release with Eclipse

  • Add a note in $MPSGUI$ZPLOT_ROOT/RELEASE_NOTES
    • Increment the tag version accordingly
  • Commit to CVS
  • Tag with mpsconfigbeamlineZplot-R#-#-#
  • Check out the tagged version into production
    Code Block
    cd $PHYSICS_TOP/release
    cvs co -r mpsconfigbeamlineZplot-R#-#-# -d mpsconfigbeamlineZplot-R#-#-# physics/mps/mpsconfigbeamlineZplot
    
  • Select File => New Java project => Create project from existing source
  • Select $PHYSICS_TOP/release/mpsconfigbeamlineZplot-R#-#-#
  • Name the project mpsconfigbeamlineZplot-R#-#-#
  • Press "Finish"
  • Right-click on the new project mpsconfigbeamlineZplot-R#-#-# => Export...
  • Select Java => JAR file
  • Check mpsconfigbeamlineZplot-R#-#-# in "Resources to export"
  • Check "Export generated class files and resources"
  • As the export destination, type (and/or select)
    Code Block
    $PHYSICS_TOP/release/mpsconfigbeamlineZplot-R#-#-#/jar/mpsconfigbeamlineZplot.jar
    
  • Press "Finish"
  • Move the symbolic link
    Code Block
    cd $PHYSICS_TOP/
    rm -rf mpsconfigbeamlineZplot; ln -s release/mpsconfigbeamlineZplot-R#-#-# mpsconfig
    
    Launch MPS GUI from lclshome
  • MPS Global => MPS GUI...
  • MPS Global => MPS CUD...
    beamlineZplot