Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] [eclipse-build]Build I20111213-1038 (Timestamp: 201112131038):Compile errors in build

This was fixed in master yesterday but was never merged into integration. I am working on fixing this up with DJ.


John



Kim Moir/Ottawa/IBM@IBMCA
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx

12/13/2011 01:45 PM

Please respond to
"Eclipse platform release engineering list."        <platform-releng-dev@xxxxxxxxxxx>

To
platform-releng-dev@xxxxxxxxxxx
cc
Subject
[platform-releng-dev] [eclipse-build]Build I20111213-1038        (Timestamp: 201112131038):Compile errors in build





Build I20111213-1038 (Timestamp: 201112131038):  Compile errors in build.  See attached compile logs._______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev

Title: Compiler log for org.eclipse.equinox.p2.director.app_1.0.300.v20111126-0054

Compiler log for org.eclipse.equinox.p2.director.app_1.0.300.v20111126-0054 : @dot.xml

TOTAL : ERRORS: 2, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/equinox/internal/p2/director/app/DirectorApplication.java : 2 errors :

1. ERROR in /src/org/eclipse/equinox/internal/p2/director/app/DirectorApplication.java
 (at line 217)
IQuery<IInstallableUnit> query = new PrettyQuery<IInstallableUnit>(QueryUtil.createIUQuery(vId.getId(), Version.emptyVersion.equals(v) ? VersionRange.emptyRange : new VersionRange(v, true, v, true)), roots[i]);
The type VersionRange is ambiguous
2. ERROR in /src/org/eclipse/equinox/internal/p2/director/app/DirectorApplication.java
 (at line 217)
IQuery<IInstallableUnit> query = new PrettyQuery<IInstallableUnit>(QueryUtil.createIUQuery(vId.getId(), Version.emptyVersion.equals(v) ? VersionRange.emptyRange : new VersionRange(v, true, v, true)), roots[i]);
The type VersionRange is ambiguous

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

Back to the top