From: Patrick W. <pat...@ny...> - 2008-08-05 03:54:57
|
Michelle, That change breaks it. Failonerror is an attribute of the java task. Without a fail on error, the pde build forks and prints errors but doesn't hold up the outer build.xml. I've rolled it back. -- Patrick On Mon, 2008-08-04 at 23:04 -0400, Michelle S Osborne wrote: > I notice the build is back to reporting as successful even if tests > fail - didn't we just have this working? I removed a > failonerror="true" from the jar task in the pde-build target, because > failonerror isn't a supported attribute of 'jar'. I can't imagine that > would be the problem, but I don't know what else has changed. I can > look into this but may not get the chance in the next day or so. > > Michelle > > ----- Original Message ----- > From: osp...@ny... > Date: Monday, August 4, 2008 9:58 pm > Subject: [Gitclipse-build] [cc] gitclipse build.108 Build Successful > To: git...@li... > > > View results here -> http://linserv3.cims.nyu.edu:33333?log=log20080804215512Lbuild.108 > > > > > > BUILD COMPLETE - > > build.108 > > > > > > > > Date of build: > > 08/04/2008 21:55:12 > > > > > > Time to build: > > 2 minutes 1 second > > > > > > Last changed: > > 08/04/2008 21:53:40 > > > > > > Last log entry: > > Uhh okay.. somehow this got deleted? > > > > > > > > > > > > > > > > > > > > > > > > Errors/Warnings: (7) > > > > > > > > > > Java Result: 13 > > > > > > BUILD > > FAILED/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/build.xml:28: > > The following error occurred while executing this > > line:/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/build.xml:112: > > The following error occurred while executing this > > line:/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/customTargets.xml:140: > > The following error occurred while executing this > > line:/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/customTargets.xml:194: > > Java returned: 13Total time: 1 minute 46 seconds > > > > > > > > > > > > > > > > Unit Tests: (5) > > > > > > > > > > > > > > > > > > failure > > > > > > testRefresh > > AllTests > > > > > > > > > > > > > > > > > > > > > > Unit Test Error Details: (1) > > > > > > > > > > > > > > > > Test: > > testRefresh > > > > > > Class: > > AllTests > > > > > > > > > > > > > > > > > > > > junit.framework.AssertionFailedError > > > > > > > > > > > > at > > edu.nyu.cs.gitclipse.ui.DecoratorTest.testRefresh(Unknown Source) > > > > > > > > > > > > at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) > > > > > > > > > > > > at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) > > > > > > > > > > > > at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195) > > > > > > > > > > > > at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) > > > > > > > > > > > > at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:129) > > > > > > > > > > > > at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3296) > > > > > > > > > > > > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2974) > > > > > > > > > > > > at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) > > > > > > > > > > > > at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) > > > > > > > > > > > > at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) > > > > > > > > > > > > at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) > > > > > > > > > > > > at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) > > > > > > > > > > > > at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) > > > > > > > > > > > > at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) > > > > > > > > > > > > at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) > > > > > > > > > > > > at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138) > > > > > > > > > > > > at org.eclipse.test.UITestApplication.run(UITestApplication.java:60) > > > > > > > > > > > > at org.eclipse.test.UITestApplication.start(UITestApplication.java:210) > > > > > > > > > > > > at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169) > > > > > > > > > > > > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) > > > > > > > > > > > > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) > > > > > > > > > > > > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) > > > > > > > > > > > > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) > > > > > > > > > > > > at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508) > > > > > > > > > > > > at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447) > > > > > > > > > > > > at org.eclipse.equinox.launcher.Main.run(Main.java:1173) > > > > > > > > > > > > at org.eclipse.equinox.launcher.Main.main(Main.java:1148) > > > > > > > > > > > > at org.eclipse.core.launcher.Main.main(Main.java:30) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Modifications since last successful build: > > (1) > > > > > > > > > > added > > mso206 > > /gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/status/GitStatusAdapter.java > > 08/04/2008 21:53:40 > > Uhh okay.. somehow this got deleted? > > > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > > Build the coolest Linux based applications with Moblin SDK & win great > > prizes > > Grand prize is a trip for two to an Open Source event anywhere in the > > world > > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > > _______________________________________________ > > Gitclipse-build mailing list > > Git...@li... > > https://lists.sourceforge.net/lists/listinfo/gitclipse-build > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Gitclipse-build mailing list > Git...@li... > https://lists.sourceforge.net/lists/listinfo/gitclipse-build |