Marauroa on Eclipse

From Arianne
Revision as of 08:03, 21 February 2010 by imported>Kymara (I checked out marauroa this morning on eclipse and here were the steps)
Jump to navigation Jump to search

First Steps

  1. First of all open the view called Package Explorer.
  2. "New Project..."
  3. "CVS" -> "Project from CVS"
  4. Get marauroa from CVS. (Connection type: pserver, User: anonymous, Password - leave blank, Host:arianne.cvs.sourceforge.net, Repository: /cvsroot/arianne module marauroa)
  5. file-> new -> project -> project-> from cvs
    click next
    
    check  "create new repository"
    click next
    
    host : arianne.cvs.sourceforge.net
    repository path : /cvsroot/arianne
    user : anonymous
    connection Type: pserver
    click next
    
    check "use an existing module"
    click directory: marauroa
    click next
    
    checkout as a project configured using the new project wizard
    click next
    
    click finish (ignoring the rest)
    
    The next dialog says 'New Project'
    select a wizard: java project and click next
    project Name: marauroa  ( or whatever you like to call it )
    make sure in jre a java version 1.5 or higher is selected
    click finish
    

Eclipse should be able to compile the source code now. There could be a little yellow sign (signalling warning messages) before your project folder but there must not be red X (error messages). The package explorer should now display the "src" folder below the root folder with a different icon, the icon is like a small grid.

Trouble Shooting

menu Windows | Preferences | Java | Installed JREs

  • there should be at least one entry with a valid JAVA_HOME path

See also

StendhalonEclipse