Skip to main content

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


Bjorn, I don't understand what the issue is....

This is the version in cvs features-ep.xml

<ant antfile="updateMirrorProject.xml">
             <property
                     name="featureId"
                value="org.eclipse.platform" />
             <property
               name="version"
               value="3.3.0.v20070530a-_19REnTF-XsdF8OaOj3B" />
        </ant>                

This is the same version that's on the filesystem.
kmoir@node1:/home/www/eclipse/updates/3.3milestones/features> ls -l *3.3.0.v20070530a-_19REnTF-XsdF8OaOj3B*
-rw-r--r-- 1 sdimitro eclipseadmin 29020 2007-06-11 09:11 org.eclipse.platform_3.3.0.v20070530a-_19REnTF-XsdF8OaOj3B.jar
-rw-r--r-- 1 sdimitro eclipseadmin 26308 2007-06-11 09:11 org.eclipse.platform_3.3.0.v20070530a-_19REnTF-XsdF8OaOj3B.jar.pack.gz
-rw-r--r-- 1 sdimitro eclipseadmin 28259 2007-06-11 09:11 org.eclipse.platform.source_3.3.0.v20070530a-_19REnTF-XsdF8OaOj3B.jar
-rw-r--r-- 1 sdimitro eclipseadmin 25459 2007-06-11 09:11 org.eclipse.platform.source_3.3.0.v20070530a-_19REnTF-XsdF8OaOj3B.jar.pack.gz


Kim



Bjorn Freeman-Benson <bjorn.freeman-benson@xxxxxxxxxxx>

06/11/2007 01:17 PM

To
"eclipse.org-planning-council" <eclipse.org-planning-council@xxxxxxxxxxx>, Cross project issues <cross-project-issues-dev@xxxxxxxxxxx>, Mik Kersten <beatmik@xxxxxxx>, Kim Moir/Ottawa/IBM@IBMCA
cc
Subject
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="">nTF-XsdF8OaOj3B.jar" 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