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/Milestone 1.0.0M8"

(Setup)
(Objectives)
Line 20: Line 20:
  
 
== Objectives ==
 
== Objectives ==
 
=== Mylar Integration ===
 
* Capture mylar action information and collect on server - Bug [http://bugs.eclipse.org/bugs/show_bug.cgi?id=166134 166134]
 
* Define new Mylar actions for user actions on Repositories - Bug [http://bugs.eclipse.org/bugs/show_bug.cgi?id=166135 166135]
 
* Define new Mylar actions for user actions on Containers - Bug [http://bugs.eclipse.org/bugs/show_bug.cgi?id=166136 166136]
 
* Support Mylar Landmarks on Container / Repository Resources - Bug [http://bugs.eclipse.org/bugs/show_bug.cgi?id=166137 166137]
 
* aggregate Mylar actions information - Bug [http://bugs.eclipse.org/bugs/show_bug.cgi?id=166138 166138]
 
** most used resources in Container
 
** type user action for a member role (what each role spent most time doing)
 
** number of tasks associated with a container
 
** Show grouping of Mylar actions by Container | User | Task | Resources
 
* automatically create relationships between resources based upon Mylar actions - Bug [http://bugs.eclipse.org/bugs/show_bug.cgi?id=166139 166139]
 
** first implementation using Jackrabbit
 
** later implementation using RDF
 
  
 
=== Lucene Integration - [http://bugs.eclipse.org/bugs/show_bug.cgi?id=166131 bug 166131]===
 
=== Lucene Integration - [http://bugs.eclipse.org/bugs/show_bug.cgi?id=166131 bug 166131]===

Revision as of 14:45, 16 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

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

Europa M5

  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


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