Difference between revisions of "Dev Create Eclipse Project"

From ADF Docs
Jump to: navigation, search
(Created page with '== Overview == To develop an application and have the updates committed back to the SVN the project needs to setup through an IDE. The following steps are to connect an ADF ap…')
(No difference)

Revision as of 17:22, 18 December 2009

Overview

To develop an application and have the updates committed back to the SVN the project needs to setup through an IDE.

The following steps are to connect an ADF app from the SVN to update and commit the latest code.

Steps

  • Follow the instructions to setup 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 what is your working copy from the SVN repository.
    • Svn apps eclipse 02.jpg