Dev Create Eclipse Project

From ADF Docs
Revision as of 17:42, 24 November 2010 by Rwest (talk | contribs) (Reverted edits by Ecaxabu (Talk) to last revision by Renee.mckechnie)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Overview

To develop an application and commit the updates back to the SVN repository, the project needs to be set up through an IDE.

The following steps set up an ADF app to update and commit the latest code to the SVN repository.

Steps

  • Follow the instructions to set up the Development Environment.
  • Install the Subclipse plug-in into Eclipse.
  • In Eclipse, in the Project Explorer view, create a new project.
  • In the New Project dialog, select either Project or CFML Project.
  • Enter the project name in the text field. Uncheck the Use default location and enter the path for the SVN checked out app that was setup through the Development Environment.
    • Svn apps eclipse 01.jpg
  • In the Project References dialog, do not select any other projects and click finish.
  • In the Project Explorer view, you will now see the project and that it is connected to the SVN App's repository. You can also see your working copy from the SVN repository.
    • Svn apps eclipse 02.jpg