Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] Europa RC3+0 build failed due to Platform and Mylyn

The Europa RC3+0 build is failing RED because of:
  • Platform - the build number in the features-ep.xml file does not match the build number in the Platform's update site.xml file.
downloads/eclipse/updates/3.3milestones/site.xml:
        <feature url="" patch="false" id="org.eclipse.platform" version="3.3.0.v20070530a-_19REnTF-XsdF8OaOj3B">
                <category name="3.3RC3"/>
        </feature>

features-ep.xml:
             <property
                name="featureId"
                value="org.eclipse.platform" />
             <property
               name="version"
               value="3.3.0.v20070523a-_19REikF-XqdF6OcySRD" />

  • Mylyn - the rename from Mylar to Mylyn has left the update site inconsistent. We await Mik's repair on the situation.
Status: http://dash.eclipse.org/~bfreeman/europa/


Back to the top