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 I20080522-0800 (Timestamp: 200805220800):Compile errors in build


In case this wasn't clear from Kim's previous email, this compile error is expected and doesn't affect the quality of the build apart from the PDE target provisioning from repositories. This compile error has been in the builds since before RC1, and is just awating PMC approval for the fix.




eclipse-releng@xxxxxxxxxxx
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx

05/22/2008 09:14 AM

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 I20080522-0800        (Timestamp: 200805220800):Compile errors in build





Build I20080522-0800 (Timestamp: 200805220800):  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.pde.p2.ui_1.0.0.v20080521-1400

Compiler log for org.eclipse.pde.p2.ui_1.0.0.v20080521-1400 : @dot.bin.xml

TOTAL : ERRORS: 2, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/pde/internal/p2/ui/provisioner/P2TargetProvisionerWizard.java : 2 errors :

1. ERROR in /src/org/eclipse/pde/internal/p2/ui/provisioner/P2TargetProvisionerWizard.java
 (at line 32)
import org.eclipse.pde.ui.IProvisionerWizard;
The import org.eclipse.pde.ui cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/p2/ui/provisioner/P2TargetProvisionerWizard.java
 (at line 44)
public class P2TargetProvisionerWizard extends Wizard implements IProvisionerWizard {
IProvisionerWizard 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