Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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.
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