Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] [eclipse-build]Build N20071106-0010 (Timestamp: 200711060010):Compile errors in build

Build N20071106-0010 (Timestamp: 200711060010):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.swt.tools_3.4.0

Compiler log for org.eclipse.swt.tools_3.4.0 : swttools.jar.bin.xml

TOTAL : ERRORS: 3, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/JNI Generation/org/eclipse/swt/tools/internal/MacGenerator.java : 3 errors :

1. ERROR in /JNI Generation/org/eclipse/swt/tools/internal/MacGenerator.java
 (at line 7)
import com.sun.org.apache.xerces.internal.parsers.DOMParser;
The import com.sun.org.apache cannot be resolved
2. ERROR in /JNI Generation/org/eclipse/swt/tools/internal/MacGenerator.java
 (at line 299)
DOMParser parser = new DOMParser();
DOMParser cannot be resolved to a type
3. ERROR in /JNI Generation/org/eclipse/swt/tools/internal/MacGenerator.java
 (at line 299)
DOMParser parser = new DOMParser();
DOMParser 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