Versions Compared

Key

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

...

Wiki Markup
*3)* Once the above .bashrc lines have been executed, from a linux workstation, type:
> eclipse
You'll need to do a one-time setup of CVS. Open the "CVS Repository Exploring" perspective (select Window \-> Open Perspective \-> CVS Repository Exploring).
Right-click in the "CVS Repositories" view at the left (empty white space), and select New \-> Repository Location.
Supply the following values:
Host:            localhost  (use "lcls-prod02mcclogin" here when setting up on production)
Repository path: /afs/slac/g/lcls/cvs
User:            \[your AFS user name\]
Password:        \[****\]
Connection type: extssh    // note this is different than what Chris recommends...T
Leave the "Use default port" option selected.
Now you can find and check out various repositories. For example, you can explore the repository by expanding HEAD \-> physics \-> xal4lcls 
Right click on xal4lcls and select "Check out".
* *

...

5) Setup Run Dialog.
Open Run | Open Run Dialog | Java Application. If you do not already have a configuration for your project, right click on Java Application and select New. Type in a name appropriate for your project if this is the first time.  If using AIDA, to the VM arguments on Arguments tab (Run | Open Run Dialog | Arguments - VM arguments), for development add:
-Xbootclasspath/p:/afs/slac.stanford.edu/package/iona/orbacus/JOB-4.2.2/lib/OB.jar -DAIDA_DATABASE_USERID=AIDAPROD -DAIDA_NAMESERVER_IOR_URL=http://www.slac.stanford.edu/grp/cd/soft/slaconly/aida/NameServerPROD.ior -Xmx256M -XX:MaxPermSize=256M
For production (running from softegr@lcls-builder, or equiv) add :
-Xbootclasspath/p:/afs/slac.stanford.edu/package/iona/orbacus/JOB-4.2.2/lib/OB.jar -DAIDA_DATABASE_USERID=AIDAPROD -DAIDA_NAMESERVER_IOR_URL=http://mccas0.slac.stanford.edu/aida/NameServerPROD.ior -Xmx256M -XX:MaxPermSize=256M

6) Oracle Wallet setup