Talk:Stendhal on Eclipse: Difference between revisions

From Arianne
Jump to navigation Jump to search
Content deleted Content added
imported>Seather
my eclipse advice
imported>Seather
mNo edit summary
Line 1: Line 1:
I ran into some dead ends by following two steps and selecting the wrong options
I ran into some dead ends by following the following two steps and selecting the wrong options
"Create new 'Java Project'
"Create new 'Java Project'
Get stendhal from CVS. "
Get stendhal from CVS. "

Revision as of 02:43, 2 April 2007

I ran into some dead ends by following the following two steps and selecting the wrong options "Create new 'Java Project' Get stendhal from CVS. " For those who want to play it safe I suggest this:

  1. "New Project..."
  2. "CVS" -> "Project from CVS"
  3. If you have a non-anonymous cvs account select "extssh" as your "Connection Type"
  4. "Check out as a project configured using the New Project Wizard" ("Check out as a project in the workspace" will leave you with a difficult to configure project that will miss many important configuration options)
  5. You will be in another "New Project...", select "Java Project" this time
  6. In the "Project Layout" box select "Configure Default"
  7. Set 'src' as your source folder, and set 'classes' as your output folder
  8. I followed StendhalonEclipse guide enough so that I only get warnings and use the cmd line + ant to build.

feel free to merge this into the main article if you think it should be there --Seather 19:43, 1 April 2007 (PDT)