Versions Compared

Key

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

...

  • Effectively, you can only develop MPSGui inside Eclipse on lcls-builder.
  • Check out the CVS module mps/mpsgui
  • To run
    • Select mpsgui/src/edu.stanford.slac.mpsgui/MpsGuiLauncher
    • Right-click => select Run As... => Java Application
    • If you run the app for the first time, it should fail
      • Go to Run in the Window menu
      • Select "Open Run Dialog..."
      • Select "MpsGuiLauncher" in the window on the left
      • Select the "Arguments" tab
      • Enter
        code
        jdbc:sqlite:/usr/local/lcls/epics/iocTop/MachineProtection/mpsConfiguration/database/
        jdbc:sqlite:/usr/local/lcls/epics/iocTop/MachineProtection/mpsConfiguration/algorithm/
        jdbc:oracle:thin:MPS_HISTORY/INFIN1TY!@mccqa.slac.stanford.edu:1521:MCCQA
        code
        in the Program arguments area.
      • Press "Run"

Dependencies

(See paths in the scripts mpsgui/mpsgui or mpsgui/mpscud)

...