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 I20070208-2030 (Timestamp: 200702082030):Compile errors in build


Sorry, this was a change that I made after Carolyn left last night, and was necessary to fix a higher-level component.  I know this is the worst time to break a build like this, especially for the groups in Europe wanting to test today.
   
The fix is released and the map file is updated.  Kim indicated to me in mail that a rebuild would probably wait on receiving test status from some groups on an earlier build.
   
Grant




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

02/08/2007 09:36 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 I20070208-2030        (Timestamp: 200702082030):Compile errors in build





Build I20070208-2030 (Timestamp: 200702082030):  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.swt.carbon.macosx_3.3.0.v3325

Compiler log for org.eclipse.swt.carbon.macosx_3.3.0.v3325 : @dot.bin.xml

TOTAL : ERRORS: 7, WARNINGS: 0

/builds/I200702082030/src/plugins/org.eclipse.swt/Eclipse SWT Mozilla/carbon/org/eclipse/swt/browser/MozillaDelegate.java : 7 errors :

1. ERROR in /builds/I200702082030/src/plugins/org.eclipse.swt/Eclipse SWT Mozilla/carbon/org/eclipse/swt/browser/MozillaDelegate.java
 (at line 17)
import org.eclipse.swt.internal.LONG;
The import org.eclipse.swt.internal.LONG cannot be resolved
2. ERROR in /builds/I200702082030/src/plugins/org.eclipse.swt/Eclipse SWT Mozilla/carbon/org/eclipse/swt/browser/MozillaDelegate.java
 (at line 33)
LONG value = (LONG)handles.get (new LONG (handle));
LONG cannot be resolved to a type
3. ERROR in /builds/I200702082030/src/plugins/org.eclipse.swt/Eclipse SWT Mozilla/carbon/org/eclipse/swt/browser/MozillaDelegate.java
 (at line 33)
LONG value = (LONG)handles.get (new LONG (handle));
LONG cannot be resolved to a type
4. ERROR in /builds/I200702082030/src/plugins/org.eclipse.swt/Eclipse SWT Mozilla/carbon/org/eclipse/swt/browser/MozillaDelegate.java
 (at line 33)
LONG value = (LONG)handles.get (new LONG (handle));
LONG cannot be resolved to a type
5. ERROR in /builds/I200702082030/src/plugins/org.eclipse.swt/Eclipse SWT Mozilla/carbon/org/eclipse/swt/browser/MozillaDelegate.java
 (at line 123)
handles.put (new LONG (embedHandle), new LONG (browser.handle));
LONG cannot be resolved to a type
6. ERROR in /builds/I200702082030/src/plugins/org.eclipse.swt/Eclipse SWT Mozilla/carbon/org/eclipse/swt/browser/MozillaDelegate.java
 (at line 123)
handles.put (new LONG (embedHandle), new LONG (browser.handle));
LONG cannot be resolved to a type
7. ERROR in /builds/I200702082030/src/plugins/org.eclipse.swt/Eclipse SWT Mozilla/carbon/org/eclipse/swt/browser/MozillaDelegate.java
 (at line 132)
handles.remove (new LONG (embedHandle));
LONG cannot be resolved to a type

Back to the top