Bug 146872 - Problems with org.eclipse.birt.sdk_2.1.0.N20060609-1710 feature
Summary: Problems with org.eclipse.birt.sdk_2.1.0.N20060609-1710 feature
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: 2.1.0   Edit
Hardware: PC Windows XP
: P1 normal (vote)
Target Milestone: 2.1.0 RC5   Edit
Assignee: Xiaoying Gu CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-13 13:11 EDT by Nalini Ganapati CLA
Modified: 2006-06-14 04:30 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nalini Ganapati CLA 2006-06-13 13:11:13 EDT
There are two problems with the org.eclipse.birt.sdk_2.1.0.N20060609-1710 feature.

1. The feature.xml for org.eclipse.birt.sdk_2.1.0.N20060609-1710 has this includes tag 
     <includes
         id="org.apache.xerces"
         version="2.8.0.N20060609-1710"/>
However, the feature id for org.apache.xerces_2.8.0.N20060609-1710 is "org.apache.xerces.feature". This is causing some eclipse update tools to fail and can be rectified by changing the includes tag to 
     <includes
         id="org.apache.xerces.feature"
         version="2.8.0.N20060609-1710"/>

2. Feature.xml for this feature includes <includes
         id="org.apache.batik.pdf"
         version="1.6.0.N20060609-1710"/> and this version of the feature is not packaged with the birt sdk zip.
Comment 1 Nalini Ganapati CLA 2006-06-13 16:12:48 EDT
Another problem with birt.sdk : org.apache.derby.core 10.1.2.1 is packaged as an orphan plugin, i.e. it is not included as part of any feature. It is necessary for all plugins to be included with one parent feature to aid eclipse components in installation and maintenance.
Comment 2 Xiaoying Gu CLA 2006-06-14 04:30:10 EDT
org.apache.derby.core would be put under the root dir of update site, like other 3rd party features, so does org.apache.xerces.feature. 

They will show up at the same level of org.eclipse.birt.sdk. So user can check the checkbox of all 3rd party features and org.eclipse.birt.sdk when using update manager.