See <https://build.eclipse.org/hudson/job/cbi-atf-0.3-nightly/582/>
------------------------------------------ [...truncated 806 lines...] all.features: all.plugins: properties: init: clean: properties: init: clean: properties: init: clean: properties: init: clean: properties: init: clean: properties: init: clean: properties: init: clean: update.feature: all.children: all.plugins: properties: init: clean: update.feature: all.children: buildExtra.xml: process: preProcess: buildExtra.xml: allElements: allElementsDelegator: init: processElement: processViaFeature: processFlat: main: properties: init: build.jars: properties: init: @dot: [mkdir] Created dir: <https://build.eclipse.org/hudson/job/cbi-atf-0.3-nightly/582/artifact/build/N201008011916/eclipse/plugins/org.eclipse.atf.mozilla.swt.browser/@dot> [javac] Compiling 1 source file to <https://build.eclipse.org/hudson/job/cbi-atf-0.3-nightly/582/artifact/build/N201008011916/eclipse/plugins/org.eclipse.atf.mozilla.swt.browser/@dot> [javac] ---------- [javac] 1. ERROR in <https://build.eclipse.org/hudson/job/cbi-atf-0.3-nightly/582/artifact/build/N201008011916/eclipse/plugins/org.eclipse.atf.mozilla.swt.browser/src/org/eclipse/swt/browser/XULRunnerInitializer.java> (at line 1) [javac] /******************************************************************************* [javac] ^ [javac] The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files [javac] ---------- [javac] 2. ERROR in <https://build.eclipse.org/hudson/job/cbi-atf-0.3-nightly/582/artifact/build/N201008011916/eclipse/plugins/org.eclipse.atf.mozilla.swt.browser/src/org/eclipse/swt/browser/XULRunnerInitializer.java> (at line 1) [javac] /******************************************************************************* [javac] ^ [javac] The type java.lang.String cannot be resolved. It is indirectly referenced from required .class files [javac] ---------- [javac] 3. ERROR in <https://build.eclipse.org/hudson/job/cbi-atf-0.3-nightly/582/artifact/build/N201008011916/eclipse/plugins/org.eclipse.atf.mozilla.swt.browser/src/org/eclipse/swt/browser/XULRunnerInitializer.java> (at line 1) [javac] /******************************************************************************* [javac] ^ [javac] The type java.lang.Throwable cannot be resolved. It is indirectly referenced from required .class files [javac] ---------- [javac] 4. ERROR in <https://build.eclipse.org/hudson/job/cbi-atf-0.3-nightly/582/artifact/build/N201008011916/eclipse/plugins/org.eclipse.atf.mozilla.swt.browser/src/org/eclipse/swt/browser/XULRunnerInitializer.java> (at line 13) [javac] import java.io.File; [javac] ^^^^^^^ [javac] The import java.io cannot be resolved [javac] ---------- [javac] 5. ERROR in <https://build.eclipse.org/hudson/job/cbi-atf-0.3-nightly/582/artifact/build/N201008011916/eclipse/plugins/org.eclipse.atf.mozilla.swt.browser/src/org/eclipse/swt/browser/XULRunnerInitializer.java> (at line 14) [javac] import java.io.IOException; [javac] ^^^^^^^ [javac] The import java.io cannot be resolved [javac] ---------- [javac] 6. ERROR in <https://build.eclipse.org/hudson/job/cbi-atf-0.3-nightly/582/artifact/build/N201008011916/eclipse/plugins/org.eclipse.atf.mozilla.swt.browser/src/org/eclipse/swt/browser/XULRunnerInitializer.java> (at line 23) [javac] public class XULRunnerInitializer { [javac] ^^^^^^^^^^^^^^^^^^^^ [javac] Implicit super constructor Object() is undefined for default constructor. Must define an explicit constructor [javac] ---------- [javac] 7. ERROR in <https://build.eclipse.org/hudson/job/cbi-atf-0.3-nightly/582/artifact/build/N201008011916/eclipse/plugins/org.eclipse.atf.mozilla.swt.browser/src/org/eclipse/swt/browser/XULRunnerInitializer.java> (at line 25) [javac] static String[] bundles = { "org.mozilla.xulrunner", "org.mozilla.xulrunner.win32.win32.x86", "org.mozilla.xulrunner.carbon.macosx", "org.mozilla.xulrunner.gtk.linux.x86" }; [javac] ^^^^^^ [javac] String cannot be resolved to a type [javac] ---------- [javac] 8. ERROR in <https://build.eclipse.org/hudson/job/cbi-atf-0.3-nightly/582/artifact/build/N201008011916/eclipse/plugins/org.eclipse.atf.mozilla.swt.browser/src/org/eclipse/swt/browser/XULRunnerInitializer.java> (at line 27) [javac] static final String PLUGIN_ID = "org.eclipse.atf.mozilla.swt.browser"; [javac] ^^^^^^ [javac] String cannot be resolved to a type [javac] ---------- [javac] 9. ERROR in <https://build.eclipse.org/hudson/job/cbi-atf-0.3-nightly/582/artifact/build/N201008011916/eclipse/plugins/org.eclipse.atf.mozilla.swt.browser/src/org/eclipse/swt/browser/XULRunnerInitializer.java> (at line 28) [javac] static final String XULRUNNER_PATH = "org.eclipse.swt.browser.XULRunnerPath"; //$NON-NLS-1$ [javac] ^^^^^^ [javac] String cannot be resolved to a type [javac] ---------- [javac] 10. ERROR in <https://build.eclipse.org/hudson/job/cbi-atf-0.3-nightly/582/artifact/build/N201008011916/eclipse/plugins/org.eclipse.atf.mozilla.swt.browser/src/org/eclipse/swt/browser/XULRunnerInitializer.java> (at line 40) [javac] for (int i = 0; i < bundles.length && url == null; i++) { [javac] ^^^^^^^ [javac] String cannot be resolved to a type [javac] ---------- [javac] 11. ERROR in <https://build.eclipse.org/hudson/job/cbi-atf-0.3-nightly/582/artifact/build/N201008011916/eclipse/plugins/org.eclipse.atf.mozilla.swt.browser/src/org/eclipse/swt/browser/XULRunnerInitializer.java> (at line 41) [javac] Bundle bundle = Platform.getBundle(bundles[i]); [javac] ^^^^^^^ [javac] String cannot be resolved to a type [javac] ---------- [javac] 12. ERROR in <https://build.eclipse.org/hudson/job/cbi-atf-0.3-nightly/582/artifact/build/N201008011916/eclipse/plugins/org.eclipse.atf.mozilla.swt.browser/src/org/eclipse/swt/browser/XULRunnerInitializer.java> (at line 43) [javac] url = bundle.getResource("/xulrunner"); [javac] ^^^^^^^^^^^ [javac] The method getResource(String) from the type Bundle refers to the missing type String [javac] ---------- [javac] 13. ERROR in <https://build.eclipse.org/hudson/job/cbi-atf-0.3-nightly/582/artifact/build/N201008011916/eclipse/plugins/org.eclipse.atf.mozilla.swt.browser/src/org/eclipse/swt/browser/XULRunnerInitializer.java> (at line 47) [javac] log(new Status(IStatus.ERROR, PLUGIN_ID, "XULRunner not found", null)); [javac] ^^^^^^^^^ [javac] String cannot be resolved to a type [javac] ---------- [javac] 14. ERROR in <https://build.eclipse.org/hudson/job/cbi-atf-0.3-nightly/582/artifact/build/N201008011916/eclipse/plugins/org.eclipse.atf.mozilla.swt.browser/src/org/eclipse/swt/browser/XULRunnerInitializer.java> (at line 51) [javac] File xulRunnerRoot = null; [javac] ^^^^ [javac] File cannot be resolved to a type [javac] ---------- [javac] 15. ERROR in <https://build.eclipse.org/hudson/job/cbi-atf-0.3-nightly/582/artifact/build/N201008011916/eclipse/plugins/org.eclipse.atf.mozilla.swt.browser/src/org/eclipse/swt/browser/XULRunnerInitializer.java> (at line 53) [javac] URL localPath = FileLocator.resolve(url); [javac] ^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The type java.io.IOException cannot be resolved. It is indirectly referenced from required .class files [javac] ---------- [javac] 16. ERROR in <https://build.eclipse.org/hudson/job/cbi-atf-0.3-nightly/582/artifact/build/N201008011916/eclipse/plugins/org.eclipse.atf.mozilla.swt.browser/src/org/eclipse/swt/browser/XULRunnerInitializer.java> (at line 53) [javac] URL localPath = FileLocator.resolve(url); [javac] ^^^^^^^ [javac] The method resolve(URL) from the type FileLocator refers to the missing type IOException [javac] ---------- [javac] 17. ERROR in <https://build.eclipse.org/hudson/job/cbi-atf-0.3-nightly/582/artifact/build/N201008011916/eclipse/plugins/org.eclipse.atf.mozilla.swt.browser/src/org/eclipse/swt/browser/XULRunnerInitializer.java> (at line 54) [javac] xulRunnerRoot = new File(FileLocator.toFileURL(localPath).getFile()); [javac] ^^^^ [javac] File cannot be resolved to a type [javac] ---------- [javac] 18. ERROR in <https://build.eclipse.org/hudson/job/cbi-atf-0.3-nightly/582/artifact/build/N201008011916/eclipse/plugins/org.eclipse.atf.mozilla.swt.browser/src/org/eclipse/swt/browser/XULRunnerInitializer.java> (at line 54) [javac] xulRunnerRoot = new File(FileLocator.toFileURL(localPath).getFile()); [javac] ^^^^^^^^^ [javac] The method toFileURL(URL) from the type FileLocator refers to the missing type IOException [javac] ---------- [javac] 19. ERROR in <https://build.eclipse.org/hudson/job/cbi-atf-0.3-nightly/582/artifact/build/N201008011916/eclipse/plugins/org.eclipse.atf.mozilla.swt.browser/src/org/eclipse/swt/browser/XULRunnerInitializer.java> (at line 54) [javac] xulRunnerRoot = new File(FileLocator.toFileURL(localPath).getFile()); [javac] ^^^^^^^ [javac] The method getFile() from the type URL refers to the missing type String [javac] ---------- [javac] 20. ERROR in <https://build.eclipse.org/hudson/job/cbi-atf-0.3-nightly/582/artifact/build/N201008011916/eclipse/plugins/org.eclipse.atf.mozilla.swt.browser/src/org/eclipse/swt/browser/XULRunnerInitializer.java> (at line 55) [javac] } catch (IOException e) { [javac] ^^^^^^^^^^^ [javac] IOException cannot be resolved to a type [javac] ---------- [javac] 21. ERROR in <https://build.eclipse.org/hudson/job/cbi-atf-0.3-nightly/582/artifact/build/N201008011916/eclipse/plugins/org.eclipse.atf.mozilla.swt.browser/src/org/eclipse/swt/browser/XULRunnerInitializer.java> (at line 56) [javac] log(new Status(IStatus.ERROR, PLUGIN_ID, e.getMessage(), e)); [javac] ^^^^^^^^^ [javac] String cannot be resolved to a type [javac] ---------- [javac] 22. ERROR in <https://build.eclipse.org/hudson/job/cbi-atf-0.3-nightly/582/artifact/build/N201008011916/eclipse/plugins/org.eclipse.atf.mozilla.swt.browser/src/org/eclipse/swt/browser/XULRunnerInitializer.java> (at line 60) [javac] System.setProperty(XULRUNNER_PATH, xulRunnerRoot.getAbsolutePath()); [javac] ^^^^^^ [javac] System cannot be resolved [javac] ---------- [javac] 23. ERROR in <https://build.eclipse.org/hudson/job/cbi-atf-0.3-nightly/582/artifact/build/N201008011916/eclipse/plugins/org.eclipse.atf.mozilla.swt.browser/src/org/eclipse/swt/browser/XULRunnerInitializer.java> (at line 60) [javac] System.setProperty(XULRUNNER_PATH, xulRunnerRoot.getAbsolutePath()); [javac] ^^^^^^^^^^^^^^ [javac] String cannot be resolved to a type [javac] ---------- [javac] 24. ERROR in <https://build.eclipse.org/hudson/job/cbi-atf-0.3-nightly/582/artifact/build/N201008011916/eclipse/plugins/org.eclipse.atf.mozilla.swt.browser/src/org/eclipse/swt/browser/XULRunnerInitializer.java> (at line 65) [javac] Bundle bundle = Platform.getBundle(PLUGIN_ID); [javac] ^^^^^^^^^ [javac] String cannot be resolved to a type [javac] ---------- [javac] 24 problems (24 errors) [javac] Compilation failed. Compiler errors are available in <https://build.eclipse.org/hudson/job/cbi-atf-0.3-nightly/582/artifact/build/N201008011916/eclipse/plugins/org.eclipse.atf.mozilla.swt.browser/@dot.log> BUILD FAILED <https://build.eclipse.org/hudson/job/cbi-atf-0.3-nightly/ws/build/org.eclipse.dash.common.releng/buildAll.xml>:378: The following error occurred while executing this line: <https://build.eclipse.org/hudson/job/cbi-atf-0.3-nightly/ws/build/org.eclipse.dash.common.releng/buildAll.xml>:419: The following error occurred while executing this line: <https://build.eclipse.org/hudson/job/cbi-atf-0.3-nightly/ws/build/org.eclipse.dash.common.releng/tools/scripts/buildAllHelper.xml>:833: The following error occurred while executing this line: <https://build.eclipse.org/hudson/job/cbi-atf-0.3-nightly/ws/build/org.eclipse.dash.common.releng/tools/scripts/buildAllHelper.xml>:1242: The following error occurred while executing this line: <https://build.eclipse.org/hudson/job/cbi-atf-0.3-nightly/ws/build/org.eclipse.dash.common.releng/build.xml>:199: The following error occurred while executing this line: /opt/public/cbi/build/org.eclipse.releng.basebuilder_r35x_v20090811/plugins/org.eclipse.pde.build_3.5.0.v20090527-1800/scripts/build.xml:36: The following error occurred while executing this line: /opt/public/cbi/build/org.eclipse.releng.basebuilder_r35x_v20090811/plugins/org.eclipse.pde.build_3.5.0.v20090527-1800/scripts/build.xml:105: The following error occurred while executing this line: <https://build.eclipse.org/hudson/job/cbi-atf-0.3-nightly/ws/build/org.eclipse.dash.common.releng/builder/all/customTargets.xml>:12: The following error occurred while executing this line: <https://build.eclipse.org/hudson/job/cbi-atf-0.3-nightly/ws/build/org.eclipse.dash.common.releng/builder/all/allElements.xml>:29: The following error occurred while executing this line: /opt/public/cbi/build/org.eclipse.releng.basebuilder_r35x_v20090811/plugins/org.eclipse.pde.build_3.5.0.v20090527-1800/scripts/genericTargets.xml:114: The following error occurred while executing this line: /opt/public/cbi/build/org.eclipse.releng.basebuilder_r35x_v20090811/plugins/org.eclipse.pde.build_3.5.0.v20090527-1800/scripts/genericTargets.xml:124: The following error occurred while executing this line: <https://build.eclipse.org/hudson/job/cbi-atf-0.3-nightly/582/artifact/build/N201008011916/eclipse/compile.org.eclipse.atf.feature.xml>:5: The following error occurred while executing this line: <https://build.eclipse.org/hudson/job/cbi-atf-0.3-nightly/582/artifact/build/N201008011916/eclipse/plugins/org.eclipse.atf.mozilla.swt.browser/build.xml>:146: The following error occurred while executing this line: <https://build.eclipse.org/hudson/job/cbi-atf-0.3-nightly/582/artifact/build/N201008011916/eclipse/plugins/org.eclipse.atf.mozilla.swt.browser/build.xml>:107: Compile failed; see the compiler error output for details. Total time: 3 minutes 34 seconds [start] [19:20:38] start.sh finished. ++ rm -f <https://build.eclipse.org/hudson/job/cbi-atf-0.3-nightly/ws/build/.cvspass> +++ date '+%Y/%m/%d %H:%M' ++ echo '[2010/08/01 19:20] Hudson job build #582 (2010-08-01_19-16-36) done.' [2010/08/01 19:20] Hudson job build #582 (2010-08-01_19-16-36) done. Archiving artifacts Checking console output /opt/users/hudsonbuild/.hudson/jobs/cbi-atf-0.3-nightly/builds/2010-08-01_19-16-36/log: BUILD FAILED _______________________________________________ atf-dev mailing list atf-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/atf-dev