Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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/Milestone 1.0.0M8"

m (Corona Server for Win32)
m (Setup)
Line 30: Line 30:
  
 
== Setup ==
 
== Setup ==
 +
 +
=== System Requirements ===
 +
* JVM 1.5
 +
* Eclipse v3.3
 +
* EMF 2.3
 +
* ECF 1.0
  
 
=== Europa M5 ===
 
=== Europa M5 ===

Revision as of 10:46, 21 February 2007

Eclipse Home Wiki Home Development 1.0.0M7 1.0.0M9

Theme

The theme for this milestone is EclipseCon. Emphasis will be placed on preparing Corona for presentation and demo at EclipseCon.

Schedule

Europa Planned Date Feb 23, 2007

The list of items scheduled for this release are defined within Bugzilla

Objectives

Lucene Integration - bug 166131

  • index content on server
    • index from keyword to resource uri
    • repository updates event listener starts indexing

Europa Integration

  • Continue enhancing release engineering to participate in Europa

Setup

System Requirements

  • JVM 1.5
  • Eclipse v3.3
  • EMF 2.3
  • ECF 1.0

Europa M5

The following is the steps needed to setup a Windows based Eclipse v3.3 environment for Corona.

Development Environment

  1. Unzip eclipse-SDK-3.3M5-win32.zip
    1. linux
    2. windows
  2. Unzip eclipse-equinox-SDK-3.3M5.zip
  3. Unzip emf-sdo-xsd-SDK-2.3.0M4.zip
  4. Unzip org.eclipse.ecf.sdk-0.9.6.S20070113.zip
  5. Import team project set
  6. Import PDE Workaround
  7. Update org.eclipse.corona.axis2.handler.sdo project's properties (Java Build Path)
    1. Remove required project(s)
      1. org.apache.axiom.impl
      2. org.apache.axis2.databinding
    2. Add required project(s)
      1. org.eclipse.corona.pde.workaround

Corona Server for Win32

  1. Download the Corona Server all-in-one for Win32
  2. Unzip the Corona Server
  3. Run the server by executing the command: corona.bat

Notes

  • Do not install the Apache plugin.zip into the Eclipse plugin folder.
    • These 3rd party libraries are now part of Corona's CVS repository. They can be defined within the workspace.
  • There appears to be an issue with the Orbit plug-in org.apache.xerces
    • The MANIFEST attempts to export the the package META-INF.services. This location should be defined as part of the plugin's runtime classpath.
    • This is NOT a problem even though it is reported as a PDE Problem. See 166680

Back to the top