[jbosstools-builds] [Still Failing] jbosstools-nightly-3.1.x #78

jboss-qa-internal at redhat.com jboss-qa-internal at redhat.com
Fri May 7 16:16:46 EDT 2010


Public: 
https://hudson.jboss.org/hudson//job/jbosstools-nightly-3.1.x/78
https://hudson.jboss.org/hudson//job/jbosstools-nightly-3.1.x/78/testReport
https://hudson.jboss.org/hudson//job/jbosstools-nightly-3.1.x/78/changes
https://hudson.jboss.org/hudson//job/jbosstools-nightly-3.1.x/78/console

Internal:
http://hudson.qa.jboss.com/hudson/job/jbosstools-nightly-3.1.x/78/
http://hudson.qa.jboss.com/hudson/job/jbosstools-nightly-3.1.x/78//testReport
http://hudson.qa.jboss.com/hudson/job/jbosstools-nightly-3.1.x/78//changes
http://hudson.qa.jboss.com/hudson/job/jbosstools-nightly-3.1.x/78//console

--------------------------------------------------

Failed Tests:

No tests ran.

--------------------------------------------------

Changes:

[scabanovich] https://jira.jboss.org/jira/browse/JBIDE-6164

[scabanovich] https://jira.jboss.org/jira/browse/JBIDE-6164

[dgolovin] https://jira.jboss.org/jira/browse/JBDS-1217 Uninstall Shortcut from JBoss Developer Studio3 group start JBDS instead of installer
weird issue, because all what was changed to fix it is just an order of attributes, it could be NanoXML related issue.

[dgolovin] https://jira.jboss.org/jira/browse/JBDS-1218 Desktop Shortcut Icon has white color on the edge
white color border removed



--------------------------------------------------

Console log:

[...truncated 116164 lines...]
     [java]     [javac] 22. WARNING in /mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/eclipse/plugins/org.jboss.tools.cdi.text.ext.test/src/org/jboss/tools/cdi/text/ext/test/InjectedPointHyperlinkDetectorTest.java (at line 194)
     [java]     [javac] 	return "[" + getOffset() + "-" + (getOffset() + getLength() - 1) + ":" + getType() + ":" + getContentType() +  "]";
     [java]     [javac] 	                           ^^^
     [java]     [javac] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
     [java]     [javac] ----------
     [java]     [javac] 23. WARNING in /mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/eclipse/plugins/org.jboss.tools.cdi.text.ext.test/src/org/jboss/tools/cdi/text/ext/test/InjectedPointHyperlinkDetectorTest.java (at line 194)
     [java]     [javac] 	return "[" + getOffset() + "-" + (getOffset() + getLength() - 1) + ":" + getType() + ":" + getContentType() +  "]";
     [java]     [javac] 	                                                                   ^^^
     [java]     [javac] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
     [java]     [javac] ----------
     [java]     [javac] 24. WARNING in /mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/eclipse/plugins/org.jboss.tools.cdi.text.ext.test/src/org/jboss/tools/cdi/text/ext/test/InjectedPointHyperlinkDetectorTest.java (at line 194)
     [java]     [javac] 	return "[" + getOffset() + "-" + (getOffset() + getLength() - 1) + ":" + getType() + ":" + getContentType() +  "]";
     [java]     [javac] 	                                                                                     ^^^
     [java]     [javac] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
     [java]     [javac] ----------
     [java]     [javac] 25. WARNING in /mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/eclipse/plugins/org.jboss.tools.cdi.text.ext.test/src/org/jboss/tools/cdi/text/ext/test/InjectedPointHyperlinkDetectorTest.java (at line 194)
     [java]     [javac] 	return "[" + getOffset() + "-" + (getOffset() + getLength() - 1) + ":" + getType() + ":" + getContentType() +  "]";
     [java]     [javac] 	                                                                                                               ^^^
     [java]     [javac] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
     [java]     [javac] ----------
     [java]     [javac] 25 problems (25 warnings)
     [java] 
     [java] checkCompilationResults:
     [java]       [jar] Building jar: /mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/eclipse/plugins/org.jboss.tools.cdi.text.ext.test/cdi-text-ext-tests.jar
     [java]    [delete] Deleting directory /mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/eclipse/plugins/org.jboss.tools.cdi.text.ext.test/temp.folder/cdi-text-ext-tests.jar.bin
     [java]     [javac] ----------
     [java]     [javac] 1. WARNING in /mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/eclipse/plugins/org.jboss.tools.jst.web.test/src/org/jboss/tools/jst/web/test/WebContentAssistProviderTest.java (at line 47)
     [java]     [javac] 	List tldList = webPromptingProvider.getList(projectModel, WebPromptingProvider.JSF_GET_TAGLIBS, "", null);
     [java]     [javac] 	                                                                                                ^^
     [java]     [javac] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
     [java]     [javac] ----------
     [java]     [javac] 2. WARNING in /mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/eclipse/plugins/org.jboss.tools.jst.web.test/src/org/jboss/tools/jst/web/test/WebContentAssistProviderTest.java (at line 48)
     [java]     [javac] 	assertTrue("TLD list does not contain expected TLD in XModel.", tldList.contains("http://jboss.com/products/seam/taglib"));
     [java]     [javac] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     [java]     [javac] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
     [java]     [javac] ----------
     [java]     [javac] 3. WARNING in /mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/eclipse/plugins/org.jboss.tools.jst.web.test/src/org/jboss/tools/jst/web/test/WebContentAssistProviderTest.java (at line 48)
     [java]     [javac] 	assertTrue("TLD list does not contain expected TLD in XModel.", tldList.contains("http://jboss.com/products/seam/taglib"));
     [java]     [javac] 	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     [java]     [javac] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
     [java]     [javac] ----------
     [java]     [javac] 4. WARNING in /mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/eclipse/plugins/org.jboss.tools.jst.web.test/src/org/jboss/tools/jst/web/test/WebContentAssistProviderTest.java (at line 53)
     [java]     [javac] 	List beanList = webPromptingProvider.getList(projectModel, WebPromptingProvider.JSF_BEAN_PROPERTIES, "facesManagedBean", new Properties());
     [java]     [javac] 	                                                                                                     ^^^^^^^^^^^^^^^^^^
     [java]     [javac] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
     [java]     [javac] ----------
     [java]     [javac] 5. WARNING in /mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/eclipse/plugins/org.jboss.tools.jst.web.test/src/org/jboss/tools/jst/web/test/WebContentAssistProviderTest.java (at line 54)
     [java]     [javac] 	assertTrue("Bean property list does not contain Managed bean property in XModel.", beanList.contains("property1"));
     [java]     [javac] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     [java]     [javac] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
     [java]     [javac] ----------
     [java]     [javac] 6. WARNING in /mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/eclipse/plugins/org.jboss.tools.jst.web.test/src/org/jboss/tools/jst/web/test/WebContentAssistProviderTest.java (at line 54)
     [java]     [javac] 	assertTrue("Bean property list does not contain Managed bean property in XModel.", beanList.contains("property1"));
     [java]     [javac] 	                                                                                                     ^^^^^^^^^^^
     [java]     [javac] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
     [java]     [javac] ----------
     [java]     [javac] 7. WARNING in /mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/eclipse/plugins/org.jboss.tools.jst.web.test/src/org/jboss/tools/jst/web/test/WebContentAssistProviderTest.java (at line 59)
     [java]     [javac] 	List bundleList = webPromptingProvider.getList(projectModel, WebPromptingProvider.JSF_BUNDLES, "", null);
     [java]     [javac] 	                                                                                               ^^
     [java]     [javac] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
     [java]     [javac] ----------
     [java]     [javac] 8. WARNING in /mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/eclipse/plugins/org.jboss.tools.jst.web.test/src/org/jboss/tools/jst/web/test/WebContentAssistProviderTest.java (at line 60)
     [java]     [javac] 	assertTrue("Bundle name list does not contain expected name in XModel.", bundleList.contains("org.jboss.seam.example.numberguess.test"));
     [java]     [javac] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     [java]     [javac] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
     [java]     [javac] ----------
     [java]     [javac] 9. WARNING in /mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/eclipse/plugins/org.jboss.tools.jst.web.test/src/org/jboss/tools/jst/web/test/WebContentAssistProviderTest.java (at line 60)
     [java]     [javac] 	assertTrue("Bundle name list does not contain expected name in XModel.", bundleList.contains("org.jboss.seam.example.numberguess.test"));
     [java]     [javac] 	                                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     [java]     [javac] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
     [java]     [javac] ----------
     [java]     [javac] 10. WARNING in /mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/eclipse/plugins/org.jboss.tools.jst.web.test/src/org/jboss/tools/jst/web/test/WebContentAssistProviderTest.java (at line 62)
     [java]     [javac] 	List bundlePropertyList = webPromptingProvider.getList(projectModel, WebPromptingProvider.JSF_BUNDLE_PROPERTIES, "org.jboss.seam.example.numberguess.test", null);
     [java]     [javac] 	                                                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     [java]     [javac] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
     [java]     [javac] ----------
     [java]     [javac] 11. WARNING in /mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/eclipse/plugins/org.jboss.tools.jst.web.test/src/org/jboss/tools/jst/web/test/WebContentAssistProviderTest.java (at line 63)
     [java]     [javac] 	assertTrue("Bundle property list does not contain expected property in XModel.", bundlePropertyList.contains("bundleProperty1"));
     [java]     [javac] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     [java]     [javac] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
     [java]     [javac] ----------
     [java]     [javac] 12. WARNING in /mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/eclipse/plugins/org.jboss.tools.jst.web.test/src/org/jboss/tools/jst/web/test/WebContentAssistProviderTest.java (at line 63)
     [java]     [javac] 	assertTrue("Bundle property list does not contain expected property in XModel.", bundlePropertyList.contains("bundleProperty1"));
     [java]     [javac] 	                                                                                                             ^^^^^^^^^^^^^^^^^
     [java]     [javac] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
     [java]     [javac] ----------
     [java]     [javac] 13. WARNING in /mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/eclipse/plugins/org.jboss.tools.jst.web.test/src/org/jboss/tools/jst/web/test/WebContentAssistProviderTest.java (at line 67)
     [java]     [javac] 	provider = new TestProjectProvider("org.jboss.tools.jst.web.test", null, "TestsWebArtefacts", makeCopy); 
     [java]     [javac] 	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     [java]     [javac] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
     [java]     [javac] ----------
     [java]     [javac] 14. WARNING in /mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/eclipse/plugins/org.jboss.tools.jst.web.test/src/org/jboss/tools/jst/web/test/WebContentAssistProviderTest.java (at line 67)
     [java]     [javac] 	provider = new TestProjectProvider("org.jboss.tools.jst.web.test", null, "TestsWebArtefacts", makeCopy); 
     [java]     [javac] 	                                                                         ^^^^^^^^^^^^^^^^^^^
     [java]     [javac] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
     [java]     [javac] ----------
     [java]     [javac] 15. WARNING in /mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/eclipse/plugins/org.jboss.tools.jst.web.test/src/org/jboss/tools/jst/web/test/WebContentAssistProviderTest.java (at line 72)
     [java]     [javac] 	assertNotNull("Can't get XModel Object for test project.", xmo);
     [java]     [javac] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     [java]     [javac] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
     [java]     [javac] ----------
     [java]     [javac] 16. WARNING in /mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/eclipse/plugins/org.jboss.tools.jst.web.test/src/org/jboss/tools/jst/web/test/WebContentAssistProviderTest.java (at line 76)
     [java]     [javac] 	assertNotNull("Can't get XModel for test project.", projectModel);
     [java]     [javac] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     [java]     [javac] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
     [java]     [javac] ----------
     [java]     [javac] 16 problems (16 warnings)
     [java] 
     [java] checkCompilationResults:
     [java]       [jar] Building jar: /mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/eclipse/plugins/org.jboss.tools.jst.web.test/jst-web-tests.jar
     [java]    [delete] Deleting directory /mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/eclipse/plugins/org.jboss.tools.jst.web.test/temp.folder/jst-web-tests.jar.bin
     [java]     [javac] ----------
     [java]     [javac] 1. WARNING in /mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/eclipse/plugins/org.jboss.tools.vpe.ui.test/src/org/jboss/tools/vpe/editor/menu/VpePopupMenuTest.java (at line 48)
     [java]     [javac] 	VpeUIMessages.ATTRIBUTES_MENU_ITEM, "h:outputText"),
     [java]     [javac] 	                                    ^^^^^^^^^^^^^^
     [java]     [javac] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
     [java]     [javac] ----------
     [java]     [javac] 2. WARNING in /mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/eclipse/plugins/org.jboss.tools.vpe.ui.test/src/org/jboss/tools/vpe/editor/menu/VpePopupMenuTest.java (at line 50)
     [java]     [javac] 	VpeUIMessages.PARENT_TAG_MENU_ITEM, "h3"),
     [java]     [javac] 	                                    ^^^^
     [java]     [javac] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
     [java]     [javac] ----------
     [java]     [javac] ----------
     [java]     [javac] 3. WARNING in /mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/eclipse/plugins/org.jboss.tools.vpe.ui.test/src/org/jboss/tools/vpe/ui/test/TestUtil.java (at line 443)
     [java]     [javac] 	Assert.fail("Test case was fail "+t.getMessage()+":"+t);
     [java]     [javac] 	            ^^^^^^^^^^^^^^^^^^^^^
     [java]     [javac] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
     [java]     [javac] ----------
     [java]     [javac] 4. WARNING in /mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/eclipse/plugins/org.jboss.tools.vpe.ui.test/src/org/jboss/tools/vpe/ui/test/TestUtil.java (at line 443)
     [java]     [javac] 	Assert.fail("Test case was fail "+t.getMessage()+":"+t);
     [java]     [javac] 	                                                 ^^^
     [java]     [javac] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
     [java]     [javac] ----------
     [java]     [javac] ----------
     [java]     [javac] 5. WARNING in /mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/eclipse/plugins/org.jboss.tools.vpe.ui.test/src/org/jboss/tools/vpe/ui/test/VPETestPlugin.java (at line 27)
     [java]     [javac] 	public static final String PLUGIN_ID = "org.jboss.tools.vpe.ui.test";
     [java]     [javac] 	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     [java]     [javac] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
     [java]     [javac] ----------
     [java]     [javac] ----------
     [java]     [javac] 6. WARNING in /mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/eclipse/plugins/org.jboss.tools.vpe.ui.test/src/org/jboss/tools/vpe/ui/test/preferences/VpeEditorPreferencesPageTest.java (at line 23)
     [java]     [javac] 	doDefaultTest(VpeEditorPreferencesPage.ID, VpeEditorPreferencesPage.class); //$NON-NLS-1$
     [java]     [javac] 	                                                                            ^^^^^^^^^^^^^
     [java]     [javac] Unnecessary $NON-NLS$ tag
     [java]     [javac] ----------
     [java]     [javac] 7. WARNING in /mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/eclipse/plugins/org.jboss.tools.vpe.ui.test/src/org/jboss/tools/vpe/ui/test/preferences/VpeEditorPreferencesPageTest.java (at line 27)
     [java]     [javac] 	doDefaultTest(ELVariablesPreferencePage.ID, ELVariablesPreferencePage.class); //$NON-NLS-1$
     [java]     [javac] 	                                                                              ^^^^^^^^^^^^^
     [java]     [javac] Unnecessary $NON-NLS$ tag
     [java]     [javac] ----------
     [java]     [javac] 7 problems (7 warnings)
     [java] 
     [java] checkCompilationResults:
     [java]       [jar] Building jar: /mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/eclipse/plugins/org.jboss.tools.vpe.ui.test/vpe-ui-test.jar
     [java]    [delete] Deleting directory /mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/eclipse/plugins/org.jboss.tools.vpe.ui.test/temp.folder/vpe-ui-test.jar.bin
     [java] Java Result: 13

BUILD FAILED
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/org.jboss.ide.eclipse.releng/builders/buildRelease.xml:29: The following error occurred while executing this line:
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/org.jboss.ide.eclipse.releng/builders/build.xml:88: The following error occurred while executing this line:
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/org.jboss.ide.eclipse.releng/builders/build.xml:27: The following error occurred while executing this line:
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/org.jboss.ide.eclipse.releng/builders/build.xml:39: The following error occurred while executing this line:
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/org.jboss.ide.eclipse.releng/builders/product/productBuild.xml:106: The following error occurred while executing this line:
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/org.jboss.ide.eclipse.releng/builders/product/productBuild.xml:120: The following error occurred while executing this line:
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/org.jboss.ide.eclipse.releng/builders/builder-wrap.xml:337: [exec] Result: 127
[eclipse.fetch] Missing directory entry: plugin at org.mozilla.xpcom.
[eclipse.fetch] Missing directory entry: bundle at org.mozilla.xpcom.
[eclipse.fetch] Missing directory entry: plugin at org.mozilla.xulrunner.carbon.macosx.
[eclipse.fetch] Missing directory entry: bundle at org.mozilla.xulrunner.carbon.macosx.
[eclipse.fetch] Missing directory entry: plugin at org.mozilla.xulrunner.cocoa.macosx.
[eclipse.fetch] Missing directory entry: bundle at org.mozilla.xulrunner.cocoa.macosx.
[eclipse.fetch] Missing directory entry: plugin at org.mozilla.xulrunner.gtk.linux.x86.
[eclipse.fetch] Missing directory entry: bundle at org.mozilla.xulrunner.gtk.linux.x86.
[eclipse.fetch] Missing directory entry: plugin at org.mozilla.xulrunner.gtk.linux.x86_64.
[eclipse.fetch] Missing directory entry: bundle at org.mozilla.xulrunner.gtk.linux.x86_64.
[eclipse.fetch] Missing directory entry: plugin at org.mozilla.xulrunner.win32.win32.x86.
[eclipse.fetch] Missing directory entry: bundle at org.mozilla.xulrunner.win32.win32.x86.
[eclipse.fetch] Missing directory entry: fragment at org.eclipse.ant.optional.junit.
[eclipse.fetch] Missing directory entry: bundle at org.eclipse.ant.optional.junit.
[eclipse.fetch] Missing directory entry: plugin at org.eclipse.test.
[eclipse.fetch] Missing directory entry: bundle at org.eclipse.test.
[eclipse.fetch] Missing directory entry: fragment at org.eclipse.ant.optional.junit.
[eclipse.fetch] Missing directory entry: bundle at org.eclipse.ant.optional.junit.
[eclipse.fetch] Missing directory entry: plugin at org.eclipse.test.
[eclipse.fetch] Missing directory entry: bundle at org.eclipse.test.

BUILD FAILED
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/org.jboss.ide.eclipse.releng/builders/product/productBuild.xml:493: The following error occurred while executing this line:
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/org.jboss.ide.eclipse.releng/builders/product/productBuild.xml:495: The following error occurred while executing this line:
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/org.jboss.ide.eclipse.releng/builders/product/productBuild.xml:429: The following error occurred while executing this line:
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/org.jboss.ide.eclipse.releng/builders/builder-wrap.xml:107: The following error occurred while executing this line:
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/org.jboss.ide.eclipse.releng/builders/builder-wrap.xml:199: The following error occurred while executing this line:
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.5.0.v20090527-1800/scripts/build.xml:36: The following error occurred while executing this line:
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.5.0.v20090527-1800/scripts/build.xml:105: The following error occurred while executing this line:
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/org.jboss.ide.eclipse.releng/builders/tests/customTargets.xml:13: The following error occurred while executing this line:
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/org.jboss.ide.eclipse.releng/builders/tests/customTargets.xml:15: The following error occurred while executing this line:
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.5.0.v20090527-1800/scripts/genericTargets.xml:114: The following error occurred while executing this line:
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.5.0.v20090527-1800/scripts/genericTargets.xml:124: The following error occurred while executing this line:
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/eclipse/compile.org.jboss.tools.all.test.feature.xml:43: The following error occurred while executing this line:
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/eclipse/plugins/org.jboss.tools.jsf.text.ext.test/build.xml:390: The following error occurred while executing this line:
/mnt/hudson_workspace/workspace/jbosstools-nightly-3.1.x/jbds-build/eclipse/plugins/org.jboss.tools.jsf.text.ext.test/build.xml:348: Compile failed; see the compiler error output for details.

Total time: 21 minutes 22 seconds

Total time: 29 minutes 21 seconds
Terminating xvnc.
[jbosstools-nightly-3.1.x] $ vncserver -kill :18
Killing Xvnc process ID 21280
Recording test results
Description not found.
Recording Emma reports jbds-build/coverage.xml
Recording plot data
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/archives/lines.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/as/lines.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/hibernate-tools/lines.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/jbpm-convert/lines.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/jmx/lines.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/bpel/lines.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/common/lines.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/struts/lines.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/jsf/lines.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/jst/lines.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/seam/lines.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/drools-ide/lines.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/vpe/lines.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/esb/lines.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/freemarker/lines.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/birt/lines.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/smooks/lines.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/archives/classes.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/as/classes.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/hibernate-tools/classes.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/jbpm-convert/classes.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/jmx/classes.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/bpel/classes.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/common/classes.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/struts/classes.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/jsf/classes.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/jst/classes.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/seam/classes.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/drools-ide/classes.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/vpe/classes.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/esb/classes.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/freemarker/classes.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/birt/classes.properties
No plot data file found: jbds-build/*/*/tests/test-results/emma-coverage/smooks/classes.properties
Email was triggered for: Failure
There are 1 triggered emails.
Sending email for trigger: Failure


--------------------------------------------------



More information about the jbosstools-builds mailing list