Changes between Version 2 and Version 3 of EclipseConfiguration


Ignore:
Timestamp:
09/22/09 14:36:05 (15 years ago)
Author:
sach01
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EclipseConfiguration

    v2 v3  
    3535 
    3636 
    37 2. Verify/adapt a number of general settings in Eclipse. From the Eclipse 
     37 
     38'''Common instructions for Eclipse configuration:''' 
     39 
     40 
     411. Verify/adapt a number of general settings in Eclipse. From the Eclipse 
    3842   menu, select "Windows"->"Preferences...". In the dialogue window that opens, 
    3943   verify/adapt the following settings: 
     
    4145     must be UTF-8 (Note: may be under "General"->"Editors"->"Text file encoding" 
    4246     on the Linux version of Eclipse) 
    43    - Java version used: "Java"->"installed JREs" must be 1.4 or 1.5 
     47   - Java version used: "Java"->"installed JREs" must be 1.5 
    4448   - Java source compatibility: "Java"->"Compiler"->"Compliance and Classfiles" 
    4549     "Use default compliance settings" must NOT be ticked; all of the following 
    46      must be set to 1.4: 
     50     must be set to 1.5: 
    4751     "Compiler compliance level" 
    4852     "Generated .class files compatibility" 
    4953     "Source compatibility" 
    5054 
    51 3. Import the MARY-project in Eclipse: 
     552. Import the MARY-project in Eclipse: 
    5256   In Eclipse, select from the "File" menu "Import", then click on 
    5357   "Existing Project into Workspace". 
    54    Click "Next", then "Browse" and select the mary directory MARY_BASE  
    55    (for example "/home/myself/MARY TTS"). 
     58   Click "Next", then "Browse" and select the mary directory $MARY_BASE  
     59   (for example "/home/myself/MARY_TTS"). 
    5660   Then click "Finish". 
    5761   If you get errors about jar files missing, verify the project settings 
     
    6468Eclipse (e.g., for quick debugging). 
    6569 
    66 4. Define a number of environment variables. 
    67 a) Under linux, add to the file ~/.bashrc: 
     70{{{ 
     71#!comment 
     72 
     733. Define a number of environment variables. 
     74 a) Under linux, add to the file ~/.bashrc: 
    6875      export MARY_BASE=/home/myself/MARY TTS 
    6976      export SHPROT_BASE=$MARY_BASE/lib/modules/shprot 
     
    7784    content of the Path variable, append the following: 
    7885       ;c:\Program Files\MARY TTS\bin;c:\Program Files\MARY TTS\lib\windows 
     86}}} 
    7987 
    80 5. To define a run target: From the menu, select "Run"->"Run...". 
     883. To define a run target: From the menu, select "Run"->"Run configurations..". 
    8189   Click "New" in order to add a Mary process: 
    8290   Name=Mary, "Main"->"Main class"=de.dfki.lt.mary.Mary 
     
    102110   Click "Apply" to save these settings. 
    103111 
    104 6. If you click on "Run" now, the process will start. 
     1124. If you click on "Run" now, the process will start. 
    105113    
    106 7. Start the MARY GUI client by double-clicking the MARY client icon on the desktop 
     1145. Start the MARY GUI client by double-clicking the MARY client icon on the desktop 
    107115   (or from the command line in MARY_BASE/bin/maryclient).