Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Corona Development Environment"

m (Added Equinox add-on bundles to dev env)
(Projects Javadoc Configuration)
Line 42: Line 42:
 
The root of Corona's CVS repository is '''not''' an Eclipse Workbench IDE project.  IDE project's can be checked-out from CVS.  Each folder under the CVS ''plugins'' folder corresponds to an IDE project.
 
The root of Corona's CVS repository is '''not''' an Eclipse Workbench IDE project.  IDE project's can be checked-out from CVS.  Each folder under the CVS ''plugins'' folder corresponds to an IDE project.
  
==== Projects Javadoc Configuration ====
+
=== Projects Javadoc Configuration ===
Default javadoc configuration for all Corona projects should look as follows:
+
Default javadoc configuration ( Window -> Preferences... -> Java -> Compiler -> Javadoc ) for all Corona projects should look as follows:
  
 
[[Image:Javadoc_setting.JPG]]
 
[[Image:Javadoc_setting.JPG]]

Revision as of 05:29, 20 October 2006

Eclipse Home Wiki Home Development

Development Environment

  • Corona is based upon Eclipse v3.2 (or later).
  • All bundles and plugins should be compiled for JDK 1.5

IDE Setup

The Eclipse Workbench IDE should include the following:

CVS Structure

The name of Corona's CVS's repository is org.eclipse.corona. This location contains all of Corona's artifacts. The structure for Corona's CVS repository is:

org.eclipse.corona
+---build
+---doc
+---examples
+---features
+---maps
+---plugins
|   +---org.eclipse.corona
|   +---org.eclipse.corona.collaboration
|   +---org.eclipse.corona.collaboration.project
|   +---...
+---tests

IDE Projects

The root of Corona's CVS repository is not an Eclipse Workbench IDE project. IDE project's can be checked-out from CVS. Each folder under the CVS plugins folder corresponds to an IDE project.

Projects Javadoc Configuration

Default javadoc configuration ( Window -> Preferences... -> Java -> Compiler -> Javadoc ) for all Corona projects should look as follows:

Javadoc setting.JPG

Back to the top