Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-releng] WTP Build status ... no joy

I think the build machine is still too sluggish to use for our final build. I'll try again on the weekend. (I have heard "the QoS rules are being adjusted and the lost NSF Disk Array rebuilt [with content]" ... so ... maybe later today it'll be closer to normal?

On the plus side, I was actually able to build and test it on my "local" machine and the unit tests finished about as usual. (Jars are not signed, and there's some tests we can't run, on my local setup). Only failure I don't recall seeing before I'll past below. Maybe its normal ... but, if there's a way to test JSPEL "manually" to see if you get the right "request" that might be good. I'd hope it was just a timing issue or something ... but, thought I'd point it out if anyone finds it useful.



This is from org.eclipse.jst.jsp.ui.tests



testELProposals_1FailureThe expected proposal "request" was not given

junit.framework.AssertionFailedError: The expected proposal "request" was not given
at org.eclipse.jst.jsp.ui.tests.contentassist.JSPELContentAssistTest.verifyProposals(JSPELContentAssistTest.java:242)
at org.eclipse.jst.jsp.ui.tests.contentassist.JSPELContentAssistTest.testELProposals_1(JSPELContentAssistTest.java:134)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3561)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3210)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)



Back to the top