Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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