Talk:Stendhal on Eclipse: Difference between revisions
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:
- "New Project..."
- "CVS" -> "Project from CVS"
- If you have a non-anonymous cvs account select "extssh" as your "Connection Type"
- "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)
- You will be in another "New Project...", select "Java Project" this time
- In the "Project Layout" box select "Configure Default"
- Set 'src' as your source folder, and set 'classes' as your output folder
- 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)