- Open Eclipse and load your Sakai workspace
- Switch to Java perspective if not already there (Window -> Open Perspective -> Java)
- Create a new project folder
- File -> New -> Project...
- Select "Java Project" Wizard and click "Next"
- Name project "tasklist"
- Under "Contents", select "Create project from existing source"
- For the "Directory", Browse to your root sakai source folder and create a new folder called "tasklist"
- Click "Finish"
- You may see "The new project 'tasklist' was created in a subversion controlled directory. Would you like to automatically add it to source control?" - choose "No"
- If you're using a working set, you'll need to edit the working set to get your tool to show up.
Comments (2)
Aug 16, 2006
Roger Cheung says:
Are Sakai workspace and sakai source folder referring to "sakaisrc"? I am not pr...Are Sakai workspace and sakai source folder referring to "sakai-src"? I am not prompted at the end of the third steps. In addition, in next chapter, I can't add servletapi in the "tasklist" project folder, there is no such option. Are these problems related?
Aug 16, 2006
Mike Osterman says:
Hi Roger, These are referring to Development Environment Setup Walkthrough "Sak...Hi Roger,
These are referring to Development Environment Setup Walkthrough - "Sakai workspace" is from step 17.2, and the "sakai source folder" is from step 8.
I'll check on the servletapi issue and post later.