Changes between Version 2 and Version 3 of Eclipse


Ignore:
Timestamp:
01/18/10 15:54:12 (14 years ago)
Author:
vijay
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Eclipse

    v2 v3  
    3939 * '''Name=Mary''' 
    4040 
    41  * In '''"Main", Tab → "Main class"= marytts.server.Mary;  “Project”= !OpenMary''' 
     41 
     42 * In '''"Main", Tab → "Main class"= marytts.server.Mary;  “Project”= OpenMary''' 
    4243 
    4344 * In the '''"Arguments"''' tab, add the following lines into the '''"VM Arguments"''' field: 
     
    5354 * Click "Apply" to save these settings. 
    5455 
    55  * Run it from Run configuration window. It should run by this time. 
     56'''''Running MARY TTS Installer to Install Voice:'''''  
     57 
     58 * Run command window and go to the location where SVN is being checked out 
     59   {{{ 
     60       the path is usually: ''home/workspace/OpenMary'' 
     61   }}} 
     62 
     63 * Now run the command "ant jars" and once successfull, it  displays "BUILD SUCCESSFULL" 
     64 
     65 * Now change your directory to bin, using '''''"cd bin"''''' under OpenMary 
     66 
     67 * If you are using Windows, then run the command 
     68   {{{ 
     69       ./mary-component-installer.bat 
     70   }}} 
     71   Under linux you should run 
     72   {{{ 
     73       ./mary-component-installer 
     74   }}} 
     75 
     76 * Now you can see the MARY TTS installer being popped up 
     77 
     78 * Click on the updates to get list of languages and voices 
     79 
     80 * Slect the language and voice of your choice and install them. 
     81 
     82With all the above setups and configurations, you should be able to run Mary TTS from Eclipse. 
    5683 
    5784If you want to start a MARY Client, open following link in web browser,