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 N20060127-0010 (Timestamp: 200601270010):Compile errors in build


To save others some digging, there are three separate issues that caused the compile error in plugins from various components:

1) The class org.eclipse.core.commands.util.ListenerList was removed. The plugins org.eclipse.ui.intro and org.eclipse.jdt.launching.macosx still have references to the class. It appears that the class was added in 3.2 and then removed since Core/Runtime has similar API so the plugins in question can use that class instead.

2) The UI/Workbench introduced an interface called IDocument. This made the reference to the UI/Text IDocument class ambiguous in plugins org.eclipse.pde.ui and org.eclipse.team.cvs.ui.

3) The refactoring tests reference a method that was removed from Core/Resources. The reference was removed from the JDT/LTK plugins but the tests were missed.

For CVS, the only affected funtionality is the Show Annotation command. I can't say what the effects of the other errors would be on the quality of the build.

Michael



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

01/27/2006 02:15 AM

Please respond to
"Eclipse platform release engineering list."

To
platform-releng-dev@xxxxxxxxxxx
cc
Subject
[platform-releng-dev] [eclipse-build]Build N20060127-0010        (Timestamp: 200601270010):Compile errors in build





Build N20060127-0010 (Timestamp: 200601270010):  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

Attachment: /builds/transfer/files/master/downloads/drops/N20060127-0010/compilelogs/plugins/org.eclipse.ui.intro_3.2.0.N20060127-0010/@dot.bin.log
Description: Binary data

Attachment: /builds/transfer/files/master/downloads/drops/N20060127-0010/compilelogs/plugins/org.eclipse.jdt.launching.macosx_3.1.100.N20060127-0010/@dot.bin.log
Description: Binary data

Attachment: /builds/transfer/files/master/downloads/drops/N20060127-0010/compilelogs/plugins/org.eclipse.pde.ui_3.2.0.N20060127-0010/@dot.bin.log
Description: Binary data

Attachment: /builds/transfer/files/master/downloads/drops/N20060127-0010/compilelogs/plugins/org.eclipse.team.cvs.ui_3.2.0.N20060127-0010/@dot.bin.log
Description: Binary data

Attachment: /builds/transfer/files/master/downloads/drops/N20060127-0010/compilelogs/plugins/org.eclipse.jdt.ui.tests.refactoring_3.1.0/refactoringtests.jar.bin.log
Description: Binary data


Back to the top