ST - Setting up your tool as an Eclipse project

  1. Open Eclipse and load your Sakai workspace
  2. Switch to Java perspective if not already there (Window -> Open Perspective -> Java)
  3. 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"
  4. If you're using a working set, you'll need to edit the working set to get your tool to show up.
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
  1. 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?

    1. 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.