Developer’s Quick Start Guide

     Previous  Next    Open TOC in new window    View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Starting from an Existing Project

If your project has already been created, start here.

This chapter includes the following topics:

 


Check Out Projects from Source Control

Check out your projects from source control.

 


Importing Existing Projects

To import an existing project:

  1. Start Workshop for WebLogic.
  2. If needed, create a workspace in Workshop for WebLogic.
Tip: Create your workspace in the same place as your other working files, but not within the project directories. See Creating a Workspace.
  1. From the menu bar, select File > Import.
  2. In the Select dialog box, select General > Existing Projects into Workspace, and then click Next.
  3. Select the top-level project directory (the one that contains all the EJB, WAR, and other project folders). If no common root directory exists, select each project individually.
  4. In the Projects list, make sure you select all the projects and import them.
  5. Note: Do not select the Copy projects into workspace check box; leave them where they were checked out.
  6. After importing, right-click each project and select Team > Share Project for each project.
  7. This associates your projects with your source control. See Using Source Control.

 


Related Information

The following topics provide more detail for starting from an existing project:


  Back to Top       Previous  Next