Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] Fw: [eclipse-build]Build N20090423-2000 (Timestamp: 200904232000):Compile errors in build


This was a problem with the project setup.  I have released a fix for this.

The compile error is hard to reproduce in the workspace because the workspace build is not as strict as headless build.  For some reason the Java Build Path settings, Order and Export tab will not let me deselect source folders that should not be visible to dependent projects.

-Andrew


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

04/24/2009 11:52 AM

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

To
platform-releng-dev@xxxxxxxxxxx
cc
Subject
[platform-releng-dev] Fw: [eclipse-build]Build N20090423-2000 (Timestamp: 200904232000):Compile errors in build






The nightly build had a compile error in org.eclipse.equinox.p2.repository.tools.  


This wasn't  detected by the build because of a problem in the build scripts which I've since fixed.  Equinox team, could you please address the compile errror.


The SDKs couldn't be provisioned because this bundle wasn't published to the repo. Therefore, the tests won't run.


Kim




----- Forwarded by Kim Moir/Ottawa/IBM on 04/24/2009 11:47 AM -----
eclipse-releng@xxxxxxxxxxx

04/24/2009 11:46 AM


To
Kim Moir/Ottawa/IBM@IBMCA
cc
Subject
[eclipse-build]Build N20090423-2000 (Timestamp:  200904232000):Compile errors in build







Build N20090423-2000 (Timestamp: 200904232000):  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 lib

Compiler log for lib : repository-tools-ant.jar.bin.xml

TOTAL : ERRORS: 4, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/builds/N200904232000/src/plugins/org.eclipse.equinox.p2.repository.tools/src_ant/org/eclipse/equinox/p2/internal/repository/tools/tasks/AbstractRepositoryTask.java : 2 errors :

1. ERROR in /builds/N200904232000/src/plugins/org.eclipse.equinox.p2.repository.tools/src_ant/org/eclipse/equinox/p2/internal/repository/tools/tasks/AbstractRepositoryTask.java
 (at line 21)
import org.eclipse.equinox.internal.p2.artifact.repository.ant.AntMirrorLog;
The import org.eclipse.equinox.internal.p2.artifact.repository.ant cannot be resolved
2. ERROR in /builds/N200904232000/src/plugins/org.eclipse.equinox.p2.repository.tools/src_ant/org/eclipse/equinox/p2/internal/repository/tools/tasks/AbstractRepositoryTask.java
 (at line 183)
new AntMirrorLog(this).log(status);
AntMirrorLog cannot be resolved to a type

/builds/N200904232000/src/plugins/org.eclipse.equinox.p2.repository.tools/src_ant/org/eclipse/equinox/p2/internal/repository/tools/tasks/MirrorTask.java : 2 errors :

1. ERROR in /builds/N200904232000/src/plugins/org.eclipse.equinox.p2.repository.tools/src_ant/org/eclipse/equinox/p2/internal/repository/tools/tasks/MirrorTask.java
 (at line 17)
import org.eclipse.equinox.internal.p2.artifact.repository.ant.AntMirrorLog;
The import org.eclipse.equinox.internal.p2.artifact.repository.ant cannot be resolved
2. ERROR in /builds/N200904232000/src/plugins/org.eclipse.equinox.p2.repository.tools/src_ant/org/eclipse/equinox/p2/internal/repository/tools/tasks/MirrorTask.java
 (at line 36)
((MirrorApplication) application).setLog(new AntMirrorLog(this));
AntMirrorLog cannot be resolved to a type

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