Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse.org-planning-council] RE: [cross-project-issues-dev] Europa build FAILED Red due to BIRT

Bjorn,

 

Sorry for the mistake and inconvenience.

I have updated site.xml on update site.

Please start the build again!

 

Thanks,

Xiaoying Gu

 


From: cross-project-issues-dev-bounces@xxxxxxxxxxx [mailto:cross-project-issues-dev-bounces@xxxxxxxxxxx] On Behalf Of Bjorn Freeman-Benson
Sent: Friday, June 22, 2007 10:56 AM
To: eclipse.org-planning-council; cross-project-issues-dev@xxxxxxxxxxx
Subject: [cross-project-issues-dev] Europa build FAILED Red due to BIRT

 

The Europa-matic RC4 build is current failed RED due to BIRT. Specifically, the BIRT update site site.xml file contains these lines:

    <feature url="" id="org.eclipse.birt" version="org.eclipse.birt_2.2.0.v20070529-7M7M-3aOvPNTlqymXkL-_OpNYRL7">
        <category name="BIRT2.2" />
    </feature>

You'll notice that the feature version attribute incorrectly includes the plug-in id. These lines should be:

    <feature url="" id="org.eclipse.birt" version="2.2.0.v20070529-7M7M-3aOvPNTlqymXkL-_OpNYRL7">
        <category name="BIRT2.2" />
    </feature>

Unfortunately, this file is on the BIRT update site and thus read-only to me so I cannot fix this problem. Someone from BIRT, please fix this problem so that the Europa RC4 build can succeed.

Thanks,
Bjorn


Back to the top