Changes between Version 1 and Version 2 of EclipseConfiguration


Ignore:
Timestamp:
09/22/09 14:18:10 (15 years ago)
Author:
sach01
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EclipseConfiguration

    v1 v2  
    33---- 
    44 
     5This document describes how to import the MARY source code as a project into Eclipse.  
     6These steps are written based on Eclipse 3.5.  
     7They should work under linux and, with minor adaptations, under windows. 
     8 
     9'''Dependencies:''' 
     10  
     11 
     12 - JRE 1.5 (JRE 5)       
     13 - JDK 1.5       (JDK 5) 
     14 - Eclipse (http://www.eclipse.org/downloads/) 
     15 - svn (tested with svn version 1.4.6) 
    516 
    617 
    7 This file describes how to import the MARY source code as a project into 
    8 Eclipse. These steps are written based on Eclipse 3.0, by Stephanie Becker and 
    9 Marc Schroeder. They should work under linux and, with minor adaptations, under windows. 
     18There are two possibilities to get access to the MARY source code:  
    1019 
    11 1. Precondition: You must have installed the MARY TTS system including the 
    12 "source" package. We will refer to the installation directory  
    13 (e.g., "/home/myself/MARY TTS" on linux or "c:\Program Files\MARY TTS" on windows) 
    14 as MARY_BASE. 
     20 - '''From the installed version of MARY TTS system'''  
     21 
     22    '''Precondition:''' You must have installed the MARY TTS system including the "source" package. We will refer to the installation directory (e.g., "/home/myself/MARY_TTS" on linux or "c:\Program Files\MARY_TTS" on windows) as $MARY_BASE. 
     23 
     24 - '''From the 'svn' repository available at [http://mary.opendfki.de/wiki]''' 
     25 
     26    '''Precondition:''' Checkout OpenMary from current trunk (Lets say checkout directory as $MARY_BASE ) 
     27{{{ 
     28$ svn checkout https://mary.opendfki.de/repos/trunk $MARY_BASE  
     29}}} 
     30 
     31    Ex: 
     32{{{ 
     33$ svn checkout https://mary.opendfki.de/repos/trunk /home/myself/openmary  
     34}}} 
     35 
    1536 
    16372. Verify/adapt a number of general settings in Eclipse. From the Eclipse