From: Patrick W. <pat...@ny...> - 2008-08-03 01:41:15
|
Yah put those in test.local.properties. Because we have all these nested ant calls the properties get wiped at successive levels. It's hard to follow, but in the test target I make sure to load test.local.properties at the beginning. > -----Original Message----- > From: Michelle S Osborne [mailto:ms...@ny...] > Sent: Saturday, August 02, 2008 9:28 PM > To: Patrick Winters > Cc: git...@li... > Subject: Re: RE: RE: RE: Testing and Publishing to Update Site > > Eek sorry about that, I forgot to revert my changes. The build is still > failing, but check this out: > > BootLoader constants: OS=${os}, ARCH=${arch}, WS=${ws}, NL=en_US > Framework arguments: -application org.eclipse.test.uitestapplication > formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFo > rmatter,/home/mso206/cruisecontrol/gitclipse- > test/eclipse/edu.nyu.cs.gitclipse.test.AllTests.xml -testPluginName > edu.nyu.cs.gitclipse.test -className edu.nyu.cs.gitclipse.test.AllTests > Command-line arguments: -application > org.eclipse.test.uitestapplication -data > /home/mso206/cruisecontrol/gitclipse-test > formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFo > rmatter,/home/mso206/cruisecontrol/gitclipse- > test/eclipse/edu.nyu.cs.gitclipse.test.AllTests.xml -testPluginName > edu.nyu.cs.gitclipse.test -className edu.nyu.cs.gitclipse.test.AllTests > -os ${os} -ws ${ws} -arch ${arch} -consolelog > > It seems like those properties aren't being picked up, even though > they're in build.local.properties. Do you remember at what point in the > build they're supposed to be defined? > > I'm going to try hard-coding those properties again in customTargets to > see if your additional changes will help. I'll revert afterwards this > time.. > > Michelle > > ----- Original Message ----- > From: Patrick Winters <pat...@ny...> > Date: Saturday, August 2, 2008 9:08 pm > Subject: RE: RE: RE: Testing and Publishing to Update Site > To: 'Michelle S Osborne' <ms...@ny...> > Cc: git...@li... > > > Michelle, > > I'm so sorry I just noticed the test target in customTargets.xml > has > > the > > os, arch, and ws hard coded. This was my carelessness. > > > > This seems to be related to the problem I had. I think it's trying > to > > open > > a GTK handle, but can't because there's no display or the DISPLAY > > environment variable is blank. If this is running as a cron job or > some > > kind of system job, this might be the problem. > > > > I bet you if you open a shell with X11 forwarding and run this > > manually it > > would work now. I just committed in the test target adding "<env > > key="DISPLAY" value=":1.0"/>" nested in the java call. But our > changes > > conflict. Will you merge them in your CC directory and see if this > > does it? > > > > This is only slightly related. > > http://linux.derkeiler.com/Newsgroups/alt.os.linux.suse/2004- > 01/3983.html > > > > -- > > Patrick > > > > > > > > > -----Original Message----- > > > From: Michelle S Osborne [mailto:ms...@ny...] > > > Sent: Saturday, August 02, 2008 8:40 PM > > > To: Patrick Winters > > > Cc: git...@li... > > > Subject: Re: RE: RE: Testing and Publishing to Update Site > > > > > > It seems like it could be the arch, because I also noticed this: > > > !MESSAGE Platform filter did not match: (& (osgi.ws=gtk) > > > (osgi.os=linux) (osgi.arch=x86_64)) > > > > > > The description of that error seems to be 'a bundle could not be > > > resolved because a platform filter did not match the runtime > > > environment.' > > > > > > I set the arch property in customTargets to be x86_64 (directly on > the > > > build machine for now) and got this different stacktrace: > > > > > > Total time: 1 minute 14 seconds > > > [linserv3] ~/cruisecontrol $ vi > /home/mso206/cruisecontrol/gitclipse- > > > test/eclipse/results/edu.nyu.cs.gitclipse.test.AllTests.txt > > > > > > Framework arguments: -application > org.eclipse.test.uitestapplication > > > > formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFo > > > rmatter,/home/mso206/cruisecontrol/gitclipse- > > > test/eclipse/edu.nyu.cs.gitclipse.test.AllTests.xml -testPluginName > > > edu.nyu.cs.gitclipse.test -className > edu.nyu.cs.gitclipse.test.AllTests > > > Command-line arguments: -application > > > org.eclipse.test.uitestapplication -data > > > /home/mso206/cruisecontrol/gitclipse-test > > > > formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFo > > > rmatter,/home/mso206/cruisecontrol/gitclipse- > > > test/eclipse/edu.nyu.cs.gitclipse.test.AllTests.xml -testPluginName > > > edu.nyu.cs.gitclipse.test -className > edu.nyu.cs.gitclipse.test.AllTests > > > -os linux -ws gtk -arch x86_64 -consolelog > > > > > > !ENTRY org.eclipse.osgi 4 0 2008-08-02 20:37:11.017 > > > !MESSAGE Application error > > > !STACK 1 > > > org.eclipse.swt.SWTError: No more handles [gtk_init_check() failed] > > > at org.eclipse.swt.SWT.error(SWT.java:3589) > > > at > > > org.eclipse.swt.widgets.Display.createDisplay(Display.java:836) > > > at org.eclipse.swt.widgets.Display.create(Display.java:824) > > > at org.eclipse.swt.graphics.Device.<init>(Device.java:152) > > > at org.eclipse.swt.widgets.Display.<init>(Display.java:472) > > > at org.eclipse.swt.widgets.Display.<init>(Display.java:463) > > > at > > > org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:498) > > > at > org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:161) > > > at > > > > org.eclipse.ui.internal.ide.application.IDEApplication.createDisplay(ID > > > EApplication.java:133) > > > at > > > > org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplica > > > tion.java:86) > > > at > > > > org.eclipse.test.UITestApplication.runApplication(UITestApplication.jav > > > a: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.runApplica > > > tion(EclipseAppLauncher.java:106) > > > at > > > > org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ecli > > > pseAppLauncher.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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) > > > at > > > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja > > > va:39) > > > at > > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso > > > rImpl.java:25) > > > at java.lang.reflect.Method.invoke(Method.java:597) > > > 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) > > > > > > ================================================================ > > > > > > ----- Original Message ----- > > > From: Patrick Winters <pat...@ny...> > > > Date: Saturday, August 2, 2008 7:19 pm > > > Subject: RE: RE: Testing and Publishing to Update Site > > > To: 'Michelle S Osborne' <ms...@ny...> > > > Cc: git...@li... > > > > > > > K. This isn't exactly the relevant part though. In CC, if you > look > > > > at the > > > > AllTests.log artifact you see it's failing to load the UI. I'm > not > > > sure > > > > why. Look down at the bottom, it's not getting SWT for some > reason, > > > which > > > > is a platform specific JAR. Something is screwy here with the > > > architecture > > > > and the platform specific bundle loaders. > > > > > > > > This is from CC at the top... Look here it seems to be running > with > > > x86 > > > > arch. > > > > > > > > !SESSION 2008-08-02 17:47:35.325 > > > > ----------------------------------------------- > > > > eclipse.buildId=M20080221-1800 > > > > java.version=1.6.0_05 > > > > java.vendor=Sun Microsystems Inc. > > > > BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US > > > > > > > > And this is one of a couple entries at the bottom that aren't > > > resolving. > > > > > > > > !ENTRY org.eclipse.osgi 2 0 2008-08-02 17:47:39.742 > > > > !MESSAGE The following is a complete list of bundles which are > not > > > resolved, > > > > see the prior log entry for the root cause if it exists: > > > > !SUBENTRY 1 org.eclipse.osgi 2 0 2008-08-02 17:47:39.743 > > > > !MESSAGE Bundle > > > > > > > > update@plugins/org.eclipse.core.filesystem.linux.x86_64_1.0.100.v200705 > > > 10.ja > > > > r [15] was not resolved. > > > > !SUBENTRY 2 org.eclipse.core.filesystem.linux.x86_64 2 0 2008-08- > 02 > > > > 17:47:39.743 > > > > > > > > Is there a problem with the $ECLIPSE_HOME variable? Or do we > need > > to > > > > specifically set the ARCH to be x86_64? > > > > > > > > > > > > > -----Original Message----- > > > > > From: Michelle S Osborne [mailto:ms...@ny...] > > > > > Sent: Saturday, August 02, 2008 6:20 PM > > > > > To: Patrick Winters > > > > > Cc: git...@li... > > > > > Subject: Re: RE: Testing and Publishing to Update Site > > > > > > > > > > It's failing at the command line too, here's the relevant part > of > > > the > > > > > output: > > > > > > > > > > [java] [java] java-test: > > > > > [java] [java] [echo] Running > > > > > edu.nyu.cs.gitclipse.test.AllTests. Result file: > > > > > /home/mso206/cruisecontrol/gitclipse- > > > > > test/eclipse/results/edu.nyu.cs.gitclipse.test.AllTests.xml. > > > > > [java] [java] [java] Java Result: 13 > > > > > [java] [java] > > > > > [java] [java] collect-results: > > > > > [java] [java] [style] Warning: the task name > <style> > > > is > > > > > deprecated. Use <xslt> instead. > > > > > [java] [java] [style] Transforming into > > > > > /home/mso206/cruisecontrol/gitclipse-test/eclipse/results > > > > > [java] [java] > > > > > [java] [java] BUILD FAILED > > > > > [java] [java] /home/mso206/cruisecontrol/gitclipse- > > > > > build/plugins/edu.nyu.cs.gitclipse.test/test.xml:23: The > following > > > > > error occurred while executing this line: > > > > > [java] [java] /home/mso206/cruisecontrol/gitclipse- > > > > > test/eclipse/plugins/org.eclipse.test_3.2.0/library.xml:56: The > > > > > following error occurred while executing this line: > > > > > [java] [java] /home/mso206/cruisecontrol/gitclipse- > > > > > test/eclipse/plugins/org.eclipse.test_3.2.0/library.xml:97: > Test > > > > > Failure: edu.nyu.cs.gitclipse.test.AllTests > > > > > [java] [java] > > > > > [java] [java] Total time: 6 seconds > > > > > > > > > > [java] BUILD FAILED > > > > > [java] > > > > > > > > > /home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scri > > > > > pts/build.xml:28: The following error occurred while executing > this > > > > > line: > > > > > [java] > > > > > > > > > /home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scri > > > > > pts/build.xml:112: The following error occurred while executing > > > this > > > > > line: > > > > > [java] > > > > > > > > > /home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.buil > > > > > d/customTargets.xml:140: The following error occurred while > > > executing > > > > > this line: > > > > > [java] > > > > > > > > > /home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.buil > > > > > d/customTargets.xml:194: Java returned: 13 > > > > > > > > > > ----- Original Message ----- > > > > > From: Patrick Winters <pat...@ny...> > > > > > Date: Saturday, August 2, 2008 6:11 pm > > > > > Subject: RE: Testing and Publishing to Update Site > > > > > To: 'Michelle S Osborne' <ms...@ny...> > > > > > Cc: git...@li... > > > > > > > > > > > BTW. I noticed the build is failing due to tests runner > failure. > > > > > I'm > > > > > > not > > > > > > sure what's going on there, but I wonder if it's related to > the > > > > > annoying > > > > > > headless eclipse problem I had awhile back and never > resolved. > > > > > > > > > > > > Try opening a shell to linserv and running the build > manually. > > I > > > > > > wonder if > > > > > > it's a DISPLAY related problem. > > > > > > > > > > > > > -----Original Message----- > > > > > > > From: Michelle S Osborne [mailto:ms...@ny...] > > > > > > > Sent: Saturday, August 02, 2008 5:56 PM > > > > > > > To: pat...@ny... > > > > > > > Cc: git...@li... > > > > > > > Subject: Re: Testing and Publishing to Update Site > > > > > > > > > > > > > > Patrick, > > > > > > > > > > > > > > The ant jar is added and the test framework plugin is up- > to- > > > date. > > > > > > > > > > > > > > Right now build.local.properties is under version control - > > all > > > > of > > > > > the > > > > > > > CC files are at > > > https://subversive.cims.nyu.edu/osp/cruisecontrol/. > > > > > > If > > > > > > > there has to be a password in the file, should we make a > new > > > > > > > sourceforge user just for this purpose? Does the updateUser > > > need > > > > > any > > > > > > > kind of privilege that we wouldn't want anyone who checks > our > > > build > > > > > > > scripts out of version control to be able to access? If so > then > > > > > I'll > > > > > > > take the properties file out of svn and use my sourceforge > > > info. > > > > > > > > > > > > > > Michelle > > > > > > > > > > > > > > ----- Original Message ----- > > > > > > > From: Patrick Winters <pat...@ny...> > > > > > > > Date: Saturday, August 2, 2008 4:47 pm > > > > > > > Subject: Testing and Publishing to Update Site > > > > > > > To: Michelle S Osborne <ms...@ny...> > > > > > > > Cc: git...@li... > > > > > > > > > > > > > > > Okay, > > > > > > > > It took awhile but this should all be working now. > > > > > > > > > > > > > > > > You need to add that jar for the optional SCP task > > > somewhere > > > > in > > > > > > > your > > > > > > > > ant lib. Again, you should add it to ~/.ant/lib/ > > > > > > > > http://prdownloads.sourceforge.net/jsch/jsch- > > > 0.1.39.jar?download > > > > > > > > Build.local.properties has three more entries if you > want > > > it > > > > to > > > > > > > > publish. If you have any entry for "publish" it will > think > > > you > > > > > want > > > > > > > to, > > > > > > > > because it only checks that the property is set. > > > > > > > > > > > > > > > > updateUser=sourceforgeUser > > > > > > > > updatePassword=yourPassword > > > > > > > > publish=true > > > > > > > > > > > > > > > > Testing should also work now, and fail the build with a > > > junit > > > > > xml > > > > > > > > report in the usual place. > > > > > > > > -- > > > > > > > > Patrick > > > > > > > > > > > > > > > > On Sat, 2008-08-02 at 14:52 -0400, Michelle S Osborne > wrote: > > > > > > > > > i noticed this line in the build log: > > > > > > > > > > > > > > > > > > [java] > > > > > > > > /home/mso206/cruisecontrol/gitclipse- > > > > > > > build/plugins/edu.nyu.cs.gitclipse.test/test.xml:11: > > > > > > > > Basedir > > > > > > > > /home/mso206/cruisecontrol/gitclipse- > > > > > > > build/plugins/edu.nyu.cs.gitclipse.test/${eclipse-test- > home} > > > > > > > > does not exist > > > > > > > > > > > > > > > > > > That doesn't make sense for a couple of reasons. One is > > > that > > > > > > > > eclipse-test-home definitely is defined in > > > test.local.properties, > > > > > > and > > > > > > > > the second is that eclipse-test-home is the directory > that > > > the > > > > > > > version > > > > > > > > of eclipse we're running tests against gets expanded to. > That > > > > > should > > > > > > > > be completely separate from the gitclipse-build > directory, > > > which > > > > > is > > > > > > > > where the project gets built. > > > > > > > > > > > > > > > > > > Michelle > > > > > > > > > > > > > > > > > > ----- Original Message ----- > > > > > > > > > From: osp...@ny... > > > > > > > > > Date: Saturday, August 2, 2008 2:09 pm > > > > > > > > > Subject: [Gitclipse-build] [cc] gitclipse Build Failed > > > > > > > > > To: git...@li... > > > > > > > > > > > > > > > > > > > View results here -> > > > > > > > http://linserv3.cims.nyu.edu:33333?log=log20080802140739 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > BUILD FAILED > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Ant Error Message: > > > > > > > > > > > /home/mso206/cruisecontrol/build_gitclipse.xml:18: > > > The > > > > > > > > following > > > > > > > > > > error occurred while executing this line: > > > > > > > > > > > > > > > > /home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.buil > > > > > > > d/build.xml:106: > > > > > > > > > > Java returned: 13 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Date of build: > > > > > > > > > > 08/02/2008 14:07:39 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Time to build: > > > > > > > > > > 1 minute 19 seconds > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Last changed: > > > > > > > > > > 08/02/2008 14:04:22 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Last log entry: > > > > > > > > > > Added publishing for update site. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Errors/Warnings: (6) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > BUILD > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > FAILED/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v2007101 > > > > > > > 9/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:139: > > > > > > > > > > > > > > > > > > The following error occurred while executing this > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > line:/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse > > > > > > > .build/customTargets.xml:186: > > > > > > > > > > > > > > > > > > Java returned: 13Total time: 1 minute 5 seconds > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Unit Tests: (0) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > No Tests Run > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > This project doesn't have any tests > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Modifications since last successful > build: > > > > > > > > > > (4) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > modified > > > > > > > > > > pcw216 > > > > > > > > > > > > > > > > > > /gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml > > > > > > > > > > 08/02/2008 14:04:22 > > > > > > > > > > Added publishing for update site. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > modified > > > > > > > > > > pcw216 > > > > > > > > > > > > > > > > > /gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml > > > > > > > > > > 08/02/2008 14:04:20 > > > > > > > > > > Added publishing for update site. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > modified > > > > > > > > > > pcw216 > > > > > > > > > > > > > /gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml > > > > > > > > > > 08/02/2008 14:04:19 > > > > > > > > > > Added publishing for update site. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > modified > > > > > > > > > > pcw216 > > > > > > > > > > > > > /gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml > > > > > > > > > > 08/02/2008 02:44:25 > > > > > > > > > > Fail the test runner after all tests have > run. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ----------------------------------------------------- > ---- > > > ---- > > > > > ---- > > > > > > > -------- > > > > > > > > > > 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 > > > > > > > > > > > > > > > > > > > > |
From: Michelle S O. <ms...@ny...> - 2008-08-03 02:49:51
|
Sorry, my Internet connection flaked out for a while. We're still getting this error: org.eclipse.swt.SWTError: No more handles [gtk_init_check() failed] >From looking online, it looks like people using Google Web Toolkit and trying to run automated builds on linux ran into the same problem. ----- Original Message ----- From: Patrick Winters <pat...@ny...> Date: Saturday, August 2, 2008 9:41 pm Subject: RE: RE: RE: RE: Testing and Publishing to Update Site To: 'Michelle S Osborne' <ms...@ny...> Cc: git...@li... > Yah put those in test.local.properties. > Because we have all these nested ant calls the properties get wiped at > successive levels. It's hard to follow, but in the test target I make > sure > to load test.local.properties at the beginning. > > > -----Original Message----- > > From: Michelle S Osborne [mailto:ms...@ny...] > > Sent: Saturday, August 02, 2008 9:28 PM > > To: Patrick Winters > > Cc: git...@li... > > Subject: Re: RE: RE: RE: Testing and Publishing to Update Site > > > > Eek sorry about that, I forgot to revert my changes. The build is still > > failing, but check this out: > > > > BootLoader constants: OS=${os}, ARCH=${arch}, WS=${ws}, NL=en_US > > Framework arguments: -application org.eclipse.test.uitestapplication > > formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFo > > rmatter,/home/mso206/cruisecontrol/gitclipse- > > test/eclipse/edu.nyu.cs.gitclipse.test.AllTests.xml -testPluginName > > edu.nyu.cs.gitclipse.test -className edu.nyu.cs.gitclipse.test.AllTests > > Command-line arguments: -application > > org.eclipse.test.uitestapplication -data > > /home/mso206/cruisecontrol/gitclipse-test > > formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFo > > rmatter,/home/mso206/cruisecontrol/gitclipse- > > test/eclipse/edu.nyu.cs.gitclipse.test.AllTests.xml -testPluginName > > edu.nyu.cs.gitclipse.test -className edu.nyu.cs.gitclipse.test.AllTests > > -os ${os} -ws ${ws} -arch ${arch} -consolelog > > > > It seems like those properties aren't being picked up, even though > > they're in build.local.properties. Do you remember at what point in > the > > build they're supposed to be defined? > > > > I'm going to try hard-coding those properties again in customTargets > to > > see if your additional changes will help. I'll revert afterwards this > > time.. > > > > Michelle > > > > ----- Original Message ----- > > From: Patrick Winters <pat...@ny...> > > Date: Saturday, August 2, 2008 9:08 pm > > Subject: RE: RE: RE: Testing and Publishing to Update Site > > To: 'Michelle S Osborne' <ms...@ny...> > > Cc: git...@li... > > > > > Michelle, > > > I'm so sorry I just noticed the test target in customTargets.xml > > has > > > the > > > os, arch, and ws hard coded. This was my carelessness. > > > > > > This seems to be related to the problem I had. I think it's trying > > to > > > open > > > a GTK handle, but can't because there's no display or the DISPLAY > > > environment variable is blank. If this is running as a cron job or > > some > > > kind of system job, this might be the problem. > > > > > > I bet you if you open a shell with X11 forwarding and run this > > > manually it > > > would work now. I just committed in the test target adding "<env > > > key="DISPLAY" value=":1.0"/>" nested in the java call. But our > > changes > > > conflict. Will you merge them in your CC directory and see if this > > > does it? > > > > > > This is only slightly related. > > > http://linux.derkeiler.com/Newsgroups/alt.os.linux.suse/2004- > > 01/3983.html > > > > > > -- > > > Patrick > > > > > > > > > > > > > -----Original Message----- > > > > From: Michelle S Osborne [mailto:ms...@ny...] > > > > Sent: Saturday, August 02, 2008 8:40 PM > > > > To: Patrick Winters > > > > Cc: git...@li... > > > > Subject: Re: RE: RE: Testing and Publishing to Update Site > > > > > > > > It seems like it could be the arch, because I also noticed this: > > > > !MESSAGE Platform filter did not match: (& (osgi.ws=gtk) > > > > (osgi.os=linux) (osgi.arch=x86_64)) > > > > > > > > The description of that error seems to be 'a bundle could not be > > > > resolved because a platform filter did not match the runtime > > > > environment.' > > > > > > > > I set the arch property in customTargets to be x86_64 (directly > on > > the > > > > build machine for now) and got this different stacktrace: > > > > > > > > Total time: 1 minute 14 seconds > > > > [linserv3] ~/cruisecontrol $ vi > > /home/mso206/cruisecontrol/gitclipse- > > > > test/eclipse/results/edu.nyu.cs.gitclipse.test.AllTests.txt > > > > > > > > Framework arguments: -application > > org.eclipse.test.uitestapplication > > > > > > formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFo > > > > rmatter,/home/mso206/cruisecontrol/gitclipse- > > > > test/eclipse/edu.nyu.cs.gitclipse.test.AllTests.xml -testPluginName > > > > edu.nyu.cs.gitclipse.test -className > > edu.nyu.cs.gitclipse.test.AllTests > > > > Command-line arguments: -application > > > > org.eclipse.test.uitestapplication -data > > > > /home/mso206/cruisecontrol/gitclipse-test > > > > > > formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFo > > > > rmatter,/home/mso206/cruisecontrol/gitclipse- > > > > test/eclipse/edu.nyu.cs.gitclipse.test.AllTests.xml -testPluginName > > > > edu.nyu.cs.gitclipse.test -className > > edu.nyu.cs.gitclipse.test.AllTests > > > > -os linux -ws gtk -arch x86_64 -consolelog > > > > > > > > !ENTRY org.eclipse.osgi 4 0 2008-08-02 20:37:11.017 > > > > !MESSAGE Application error > > > > !STACK 1 > > > > org.eclipse.swt.SWTError: No more handles [gtk_init_check() failed] > > > > at org.eclipse.swt.SWT.error(SWT.java:3589) > > > > at > > > > org.eclipse.swt.widgets.Display.createDisplay(Display.java:836) > > > > at org.eclipse.swt.widgets.Display.create(Display.java:824) > > > > at org.eclipse.swt.graphics.Device.<init>(Device.java:152) > > > > at org.eclipse.swt.widgets.Display.<init>(Display.java:472) > > > > at org.eclipse.swt.widgets.Display.<init>(Display.java:463) > > > > at > > > > org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:498) > > > > at > > org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:161) > > > > at > > > > > > org.eclipse.ui.internal.ide.application.IDEApplication.createDisplay(ID > > > > EApplication.java:133) > > > > at > > > > > > org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplica > > > > tion.java:86) > > > > at > > > > > > org.eclipse.test.UITestApplication.runApplication(UITestApplication.jav > > > > a: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.runApplica > > > > tion(EclipseAppLauncher.java:106) > > > > at > > > > > > org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ecli > > > > pseAppLauncher.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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native > > Method) > > > > at > > > > > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja > > > > va:39) > > > > at > > > > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso > > > > rImpl.java:25) > > > > at java.lang.reflect.Method.invoke(Method.java:597) > > > > 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) > > > > > > > > ================================================================ > > > > > > > > ----- Original Message ----- > > > > From: Patrick Winters <pat...@ny...> > > > > Date: Saturday, August 2, 2008 7:19 pm > > > > Subject: RE: RE: Testing and Publishing to Update Site > > > > To: 'Michelle S Osborne' <ms...@ny...> > > > > Cc: git...@li... > > > > > > > > > K. This isn't exactly the relevant part though. In CC, if you > > look > > > > > at the > > > > > AllTests.log artifact you see it's failing to load the UI. I'm > > not > > > > sure > > > > > why. Look down at the bottom, it's not getting SWT for some > > reason, > > > > which > > > > > is a platform specific JAR. Something is screwy here with the > > > > architecture > > > > > and the platform specific bundle loaders. > > > > > > > > > > This is from CC at the top... Look here it seems to be running > > with > > > > x86 > > > > > arch. > > > > > > > > > > !SESSION 2008-08-02 17:47:35.325 > > > > > ----------------------------------------------- > > > > > eclipse.buildId=M20080221-1800 > > > > > java.version=1.6.0_05 > > > > > java.vendor=Sun Microsystems Inc. > > > > > BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US > > > > > > > > > > And this is one of a couple entries at the bottom that aren't > > > > resolving. > > > > > > > > > > !ENTRY org.eclipse.osgi 2 0 2008-08-02 17:47:39.742 > > > > > !MESSAGE The following is a complete list of bundles which are > > not > > > > resolved, > > > > > see the prior log entry for the root cause if it exists: > > > > > !SUBENTRY 1 org.eclipse.osgi 2 0 2008-08-02 17:47:39.743 > > > > > !MESSAGE Bundle > > > > > > > > > > > update@plugins/org.eclipse.core.filesystem.linux.x86_64_1.0.100.v200705 > > > > 10.ja > > > > > r [15] was not resolved. > > > > > !SUBENTRY 2 org.eclipse.core.filesystem.linux.x86_64 2 0 2008-08- > > 02 > > > > > 17:47:39.743 > > > > > > > > > > Is there a problem with the $ECLIPSE_HOME variable? Or do we > > need > > > to > > > > > specifically set the ARCH to be x86_64? > > > > > > > > > > > > > > > > -----Original Message----- > > > > > > From: Michelle S Osborne [mailto:ms...@ny...] > > > > > > Sent: Saturday, August 02, 2008 6:20 PM > > > > > > To: Patrick Winters > > > > > > Cc: git...@li... > > > > > > Subject: Re: RE: Testing and Publishing to Update Site > > > > > > > > > > > > It's failing at the command line too, here's the relevant part > > of > > > > the > > > > > > output: > > > > > > > > > > > > [java] [java] java-test: > > > > > > [java] [java] [echo] Running > > > > > > edu.nyu.cs.gitclipse.test.AllTests. Result file: > > > > > > /home/mso206/cruisecontrol/gitclipse- > > > > > > test/eclipse/results/edu.nyu.cs.gitclipse.test.AllTests.xml. > > > > > > [java] [java] [java] Java Result: 13 > > > > > > [java] [java] > > > > > > [java] [java] collect-results: > > > > > > [java] [java] [style] Warning: the task name > > <style> > > > > is > > > > > > deprecated. Use <xslt> instead. > > > > > > [java] [java] [style] Transforming into > > > > > > /home/mso206/cruisecontrol/gitclipse-test/eclipse/results > > > > > > [java] [java] > > > > > > [java] [java] BUILD FAILED > > > > > > [java] [java] /home/mso206/cruisecontrol/gitclipse- > > > > > > build/plugins/edu.nyu.cs.gitclipse.test/test.xml:23: The > > following > > > > > > error occurred while executing this line: > > > > > > [java] [java] /home/mso206/cruisecontrol/gitclipse- > > > > > > test/eclipse/plugins/org.eclipse.test_3.2.0/library.xml:56: > The > > > > > > following error occurred while executing this line: > > > > > > [java] [java] /home/mso206/cruisecontrol/gitclipse- > > > > > > test/eclipse/plugins/org.eclipse.test_3.2.0/library.xml:97: > > Test > > > > > > Failure: edu.nyu.cs.gitclipse.test.AllTests > > > > > > [java] [java] > > > > > > [java] [java] Total time: 6 seconds > > > > > > > > > > > > [java] BUILD FAILED > > > > > > [java] > > > > > > > > > > > > /home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scri > > > > > > pts/build.xml:28: The following error occurred while executing > > this > > > > > > line: > > > > > > [java] > > > > > > > > > > > > /home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scri > > > > > > pts/build.xml:112: The following error occurred while executing > > > > this > > > > > > line: > > > > > > [java] > > > > > > > > > > > > /home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.buil > > > > > > d/customTargets.xml:140: The following error occurred while > > > > executing > > > > > > this line: > > > > > > [java] > > > > > > > > > > > > /home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.buil > > > > > > d/customTargets.xml:194: Java returned: 13 > > > > > > > > > > > > ----- Original Message ----- > > > > > > From: Patrick Winters <pat...@ny...> > > > > > > Date: Saturday, August 2, 2008 6:11 pm > > > > > > Subject: RE: Testing and Publishing to Update Site > > > > > > To: 'Michelle S Osborne' <ms...@ny...> > > > > > > Cc: git...@li... > > > > > > > > > > > > > BTW. I noticed the build is failing due to tests runner > > failure. > > > > > > I'm > > > > > > > not > > > > > > > sure what's going on there, but I wonder if it's related to > > the > > > > > > annoying > > > > > > > headless eclipse problem I had awhile back and never > > resolved. > > > > > > > > > > > > > > Try opening a shell to linserv and running the build > > manually. > > > I > > > > > > > wonder if > > > > > > > it's a DISPLAY related problem. > > > > > > > > > > > > > > > -----Original Message----- > > > > > > > > From: Michelle S Osborne [mailto:ms...@ny...] > > > > > > > > Sent: Saturday, August 02, 2008 5:56 PM > > > > > > > > To: pat...@ny... > > > > > > > > Cc: git...@li... > > > > > > > > Subject: Re: Testing and Publishing to Update Site > > > > > > > > > > > > > > > > Patrick, > > > > > > > > > > > > > > > > The ant jar is added and the test framework plugin is up- > > to- > > > > date. > > > > > > > > > > > > > > > > Right now build.local.properties is under version > control - > > > all > > > > > of > > > > > > the > > > > > > > > CC files are at > > > > https://subversive.cims.nyu.edu/osp/cruisecontrol/. > > > > > > > If > > > > > > > > there has to be a password in the file, should we make a > > new > > > > > > > > sourceforge user just for this purpose? Does the updateUser > > > > need > > > > > > any > > > > > > > > kind of privilege that we wouldn't want anyone who checks > > our > > > > build > > > > > > > > scripts out of version control to be able to access? If > so > > then > > > > > > I'll > > > > > > > > take the properties file out of svn and use my sourceforge > > > > info. > > > > > > > > > > > > > > > > Michelle > > > > > > > > > > > > > > > > ----- Original Message ----- > > > > > > > > From: Patrick Winters <pat...@ny...> > > > > > > > > Date: Saturday, August 2, 2008 4:47 pm > > > > > > > > Subject: Testing and Publishing to Update Site > > > > > > > > To: Michelle S Osborne <ms...@ny...> > > > > > > > > Cc: git...@li... > > > > > > > > > > > > > > > > > Okay, > > > > > > > > > It took awhile but this should all be working now. > > > > > > > > > > > > > > > > > > You need to add that jar for the optional SCP task > > > > somewhere > > > > > in > > > > > > > > your > > > > > > > > > ant lib. Again, you should add it to ~/.ant/lib/ > > > > > > > > > http://prdownloads.sourceforge.net/jsch/jsch- > > > > 0.1.39.jar?download > > > > > > > > > Build.local.properties has three more entries if you > > want > > > > it > > > > > to > > > > > > > > > publish. If you have any entry for "publish" it will > > think > > > > you > > > > > > want > > > > > > > > to, > > > > > > > > > because it only checks that the property is set. > > > > > > > > > > > > > > > > > > updateUser=sourceforgeUser > > > > > > > > > updatePassword=yourPassword > > > > > > > > > publish=true > > > > > > > > > > > > > > > > > > Testing should also work now, and fail the build > with a > > > > junit > > > > > > xml > > > > > > > > > report in the usual place. > > > > > > > > > -- > > > > > > > > > Patrick > > > > > > > > > > > > > > > > > > On Sat, 2008-08-02 at 14:52 -0400, Michelle S Osborne > > wrote: > > > > > > > > > > i noticed this line in the build log: > > > > > > > > > > > > > > > > > > > > [java] > > > > > > > > > /home/mso206/cruisecontrol/gitclipse- > > > > > > > > build/plugins/edu.nyu.cs.gitclipse.test/test.xml:11: > > > > > > > > > Basedir > > > > > > > > > /home/mso206/cruisecontrol/gitclipse- > > > > > > > > build/plugins/edu.nyu.cs.gitclipse.test/${eclipse-test- > > home} > > > > > > > > > does not exist > > > > > > > > > > > > > > > > > > > > That doesn't make sense for a couple of reasons. One > is > > > > that > > > > > > > > > eclipse-test-home definitely is defined in > > > > test.local.properties, > > > > > > > and > > > > > > > > > the second is that eclipse-test-home is the directory > > that > > > > the > > > > > > > > version > > > > > > > > > of eclipse we're running tests against gets expanded to. > > That > > > > > > should > > > > > > > > > be completely separate from the gitclipse-build > > directory, > > > > which > > > > > > is > > > > > > > > > where the project gets built. > > > > > > > > > > > > > > > > > > > > Michelle > > > > > > > > > > > > > > > > > > > > ----- Original Message ----- > > > > > > > > > > From: osp...@ny... > > > > > > > > > > Date: Saturday, August 2, 2008 2:09 pm > > > > > > > > > > Subject: [Gitclipse-build] [cc] gitclipse Build Failed > > > > > > > > > > To: git...@li... > > > > > > > > > > > > > > > > > > > > > View results here -> > > > > > > > > http://linserv3.cims.nyu.edu:33333?log=log20080802140739 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > BUILD FAILED > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Ant Error Message: > > > > > > > > > > > > > /home/mso206/cruisecontrol/build_gitclipse.xml:18: > > > > The > > > > > > > > > following > > > > > > > > > > > error occurred while executing this line: > > > > > > > > > > > > > > > > > > > > /home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.buil > > > > > > > > d/build.xml:106: > > > > > > > > > > > Java returned: 13 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Date of build: > > > > > > > > > > > 08/02/2008 14:07:39 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Time to build: > > > > > > > > > > > 1 minute 19 seconds > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Last changed: > > > > > > > > > > > 08/02/2008 14:04:22 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Last log entry: > > > > > > > > > > > Added publishing for update site. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Errors/Warnings: (6) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > BUILD > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > FAILED/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v2007101 > > > > > > > > 9/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:139: > > > > > > > > > > > > > > > > > > > > The following error occurred while executing this > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > line:/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse > > > > > > > > .build/customTargets.xml:186: > > > > > > > > > > > > > > > > > > > > Java returned: 13Total time: 1 minute 5 seconds > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Unit Tests: (0) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > No Tests Run > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > This project doesn't have any tests > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Modifications since last successful > > build: > > > > > > > > > > > (4) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > modified > > > > > > > > > > > pcw216 > > > > > > > > > > > > > > > > > > > > > /gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml > > > > > > > > > > > 08/02/2008 14:04:22 > > > > > > > > > > > Added publishing for update site. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > modified > > > > > > > > > > > pcw216 > > > > > > > > > > > > > > > > > > > /gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml > > > > > > > > > > > 08/02/2008 14:04:20 > > > > > > > > > > > Added publishing for update site. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > modified > > > > > > > > > > > pcw216 > > > > > > > > > > > > > > > /gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml > > > > > > > > > > > 08/02/2008 14:04:19 > > > > > > > > > > > Added publishing for update site. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > modified > > > > > > > > > > > pcw216 > > > > > > > > > > > > > > > /gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml > > > > > > > > > > > 08/02/2008 02:44:25 > > > > > > > > > > > Fail the test runner after all tests have > > run. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ----------------------------------------------------- > > ---- > > > > ---- > > > > > > ---- > > > > > > > > -------- > > > > > > > > > > > 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 > > > > > > > > > > > > > > > > > > > > > > > > > |
From: Patrick W. <pat...@ny...> - 2008-08-03 03:07:31
|
Have you tried this yet? Look at the last thread. http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/a29ba d57c0c92268 Reproduced below ----- I finally used Xvfb, adding the following lines to the script that starts cruisecontrol: """ Xvfb :1 -ac -screen 0 1024x768x8 & export DISPLAY=:1 (...) /usr/local/lib/cruisecontrol/cruisecontrol.sh (...) """ And it has been working as expected during the last two weeks. > -----Original Message----- > From: Michelle S Osborne [mailto:ms...@ny...] > Sent: Saturday, August 02, 2008 10:50 PM > To: Patrick Winters > Cc: git...@li... > Subject: Re: RE: RE: RE: RE: Testing and Publishing to Update Site > > Sorry, my Internet connection flaked out for a while. > > We're still getting this error: org.eclipse.swt.SWTError: No more > handles [gtk_init_check() failed] > > From looking online, it looks like people using Google Web Toolkit and > trying to run automated builds on linux ran into the same problem. > > ----- Original Message ----- > From: Patrick Winters <pat...@ny...> > Date: Saturday, August 2, 2008 9:41 pm > Subject: RE: RE: RE: RE: Testing and Publishing to Update Site > To: 'Michelle S Osborne' <ms...@ny...> > Cc: git...@li... > > > Yah put those in test.local.properties. > > Because we have all these nested ant calls the properties get wiped > at > > successive levels. It's hard to follow, but in the test target I > make > > sure > > to load test.local.properties at the beginning. > > > > > -----Original Message----- > > > From: Michelle S Osborne [mailto:ms...@ny...] > > > Sent: Saturday, August 02, 2008 9:28 PM > > > To: Patrick Winters > > > Cc: git...@li... > > > Subject: Re: RE: RE: RE: Testing and Publishing to Update Site > > > > > > Eek sorry about that, I forgot to revert my changes. The build is > still > > > failing, but check this out: > > > > > > BootLoader constants: OS=${os}, ARCH=${arch}, WS=${ws}, NL=en_US > > > Framework arguments: -application > org.eclipse.test.uitestapplication > > > > formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFo > > > rmatter,/home/mso206/cruisecontrol/gitclipse- > > > test/eclipse/edu.nyu.cs.gitclipse.test.AllTests.xml -testPluginName > > > edu.nyu.cs.gitclipse.test -className > edu.nyu.cs.gitclipse.test.AllTests > > > Command-line arguments: -application > > > org.eclipse.test.uitestapplication -data > > > /home/mso206/cruisecontrol/gitclipse-test > > > > formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFo > > > rmatter,/home/mso206/cruisecontrol/gitclipse- > > > test/eclipse/edu.nyu.cs.gitclipse.test.AllTests.xml -testPluginName > > > edu.nyu.cs.gitclipse.test -className > edu.nyu.cs.gitclipse.test.AllTests > > > -os ${os} -ws ${ws} -arch ${arch} -consolelog > > > > > > It seems like those properties aren't being picked up, even though > > > they're in build.local.properties. Do you remember at what point in > > the > > > build they're supposed to be defined? > > > > > > I'm going to try hard-coding those properties again in > customTargets > > to > > > see if your additional changes will help. I'll revert afterwards > this > > > time.. > > > > > > Michelle > > > > > > ----- Original Message ----- > > > From: Patrick Winters <pat...@ny...> > > > Date: Saturday, August 2, 2008 9:08 pm > > > Subject: RE: RE: RE: Testing and Publishing to Update Site > > > To: 'Michelle S Osborne' <ms...@ny...> > > > Cc: git...@li... > > > > > > > Michelle, > > > > I'm so sorry I just noticed the test target in > customTargets.xml > > > has > > > > the > > > > os, arch, and ws hard coded. This was my carelessness. > > > > > > > > This seems to be related to the problem I had. I think it's > trying > > > to > > > > open > > > > a GTK handle, but can't because there's no display or the DISPLAY > > > > environment variable is blank. If this is running as a cron job > or > > > some > > > > kind of system job, this might be the problem. > > > > > > > > I bet you if you open a shell with X11 forwarding and run this > > > > manually it > > > > would work now. I just committed in the test target adding "<env > > > > key="DISPLAY" value=":1.0"/>" nested in the java call. But our > > > changes > > > > conflict. Will you merge them in your CC directory and see if > this > > > > does it? > > > > > > > > This is only slightly related. > > > > http://linux.derkeiler.com/Newsgroups/alt.os.linux.suse/2004- > > > 01/3983.html > > > > > > > > -- > > > > Patrick > > > > > > > > > > > > > > > > > -----Original Message----- > > > > > From: Michelle S Osborne [mailto:ms...@ny...] > > > > > Sent: Saturday, August 02, 2008 8:40 PM > > > > > To: Patrick Winters > > > > > Cc: git...@li... > > > > > Subject: Re: RE: RE: Testing and Publishing to Update Site > > > > > > > > > > It seems like it could be the arch, because I also noticed > this: > > > > > !MESSAGE Platform filter did not match: (& (osgi.ws=gtk) > > > > > (osgi.os=linux) (osgi.arch=x86_64)) > > > > > > > > > > The description of that error seems to be 'a bundle could not > be > > > > > resolved because a platform filter did not match the runtime > > > > > environment.' > > > > > > > > > > I set the arch property in customTargets to be x86_64 (directly > > on > > > the > > > > > build machine for now) and got this different stacktrace: > > > > > > > > > > Total time: 1 minute 14 seconds > > > > > [linserv3] ~/cruisecontrol $ vi > > > /home/mso206/cruisecontrol/gitclipse- > > > > > test/eclipse/results/edu.nyu.cs.gitclipse.test.AllTests.txt > > > > > > > > > > Framework arguments: -application > > > org.eclipse.test.uitestapplication > > > > > > > > > formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFo > > > > > rmatter,/home/mso206/cruisecontrol/gitclipse- > > > > > test/eclipse/edu.nyu.cs.gitclipse.test.AllTests.xml - > testPluginName > > > > > edu.nyu.cs.gitclipse.test -className > > > edu.nyu.cs.gitclipse.test.AllTests > > > > > Command-line arguments: -application > > > > > org.eclipse.test.uitestapplication -data > > > > > /home/mso206/cruisecontrol/gitclipse-test > > > > > > > > > formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFo > > > > > rmatter,/home/mso206/cruisecontrol/gitclipse- > > > > > test/eclipse/edu.nyu.cs.gitclipse.test.AllTests.xml - > testPluginName > > > > > edu.nyu.cs.gitclipse.test -className > > > edu.nyu.cs.gitclipse.test.AllTests > > > > > -os linux -ws gtk -arch x86_64 -consolelog > > > > > > > > > > !ENTRY org.eclipse.osgi 4 0 2008-08-02 20:37:11.017 > > > > > !MESSAGE Application error > > > > > !STACK 1 > > > > > org.eclipse.swt.SWTError: No more handles [gtk_init_check() > failed] > > > > > at org.eclipse.swt.SWT.error(SWT.java:3589) > > > > > at > > > > > org.eclipse.swt.widgets.Display.createDisplay(Display.java:836) > > > > > at > org.eclipse.swt.widgets.Display.create(Display.java:824) > > > > > at > org.eclipse.swt.graphics.Device.<init>(Device.java:152) > > > > > at > org.eclipse.swt.widgets.Display.<init>(Display.java:472) > > > > > at > org.eclipse.swt.widgets.Display.<init>(Display.java:463) > > > > > at > > > > > > org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:498) > > > > > at > > > org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:161) > > > > > at > > > > > > > > > org.eclipse.ui.internal.ide.application.IDEApplication.createDisplay(ID > > > > > EApplication.java:133) > > > > > at > > > > > > > > > org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplica > > > > > tion.java:86) > > > > > at > > > > > > > > > org.eclipse.test.UITestApplication.runApplication(UITestApplication.jav > > > > > a: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.runApplica > > > > > tion(EclipseAppLauncher.java:106) > > > > > at > > > > > > > > > org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ecli > > > > > pseAppLauncher.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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native > > > Method) > > > > > at > > > > > > > > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja > > > > > va:39) > > > > > at > > > > > > > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso > > > > > rImpl.java:25) > > > > > at java.lang.reflect.Method.invoke(Method.java:597) > > > > > 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) > > > > > > > > > > > ================================================================ > > > > > > > > > > ----- Original Message ----- > > > > > From: Patrick Winters <pat...@ny...> > > > > > Date: Saturday, August 2, 2008 7:19 pm > > > > > Subject: RE: RE: Testing and Publishing to Update Site > > > > > To: 'Michelle S Osborne' <ms...@ny...> > > > > > Cc: git...@li... > > > > > > > > > > > K. This isn't exactly the relevant part though. In CC, if > you > > > look > > > > > > at the > > > > > > AllTests.log artifact you see it's failing to load the UI. > I'm > > > not > > > > > sure > > > > > > why. Look down at the bottom, it's not getting SWT for some > > > reason, > > > > > which > > > > > > is a platform specific JAR. Something is screwy here with > the > > > > > architecture > > > > > > and the platform specific bundle loaders. > > > > > > > > > > > > This is from CC at the top... Look here it seems to be > running > > > with > > > > > x86 > > > > > > arch. > > > > > > > > > > > > !SESSION 2008-08-02 17:47:35.325 > > > > > > ----------------------------------------------- > > > > > > eclipse.buildId=M20080221-1800 > > > > > > java.version=1.6.0_05 > > > > > > java.vendor=Sun Microsystems Inc. > > > > > > BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US > > > > > > > > > > > > And this is one of a couple entries at the bottom that aren't > > > > > resolving. > > > > > > > > > > > > !ENTRY org.eclipse.osgi 2 0 2008-08-02 17:47:39.742 > > > > > > !MESSAGE The following is a complete list of bundles which > are > > > not > > > > > resolved, > > > > > > see the prior log entry for the root cause if it exists: > > > > > > !SUBENTRY 1 org.eclipse.osgi 2 0 2008-08-02 17:47:39.743 > > > > > > !MESSAGE Bundle > > > > > > > > > > > > > > > update@plugins/org.eclipse.core.filesystem.linux.x86_64_1.0.100.v200705 > > > > > 10.ja > > > > > > r [15] was not resolved. > > > > > > !SUBENTRY 2 org.eclipse.core.filesystem.linux.x86_64 2 0 > 2008-08- > > > 02 > > > > > > 17:47:39.743 > > > > > > > > > > > > Is there a problem with the $ECLIPSE_HOME variable? Or do we > > > need > > > > to > > > > > > specifically set the ARCH to be x86_64? > > > > > > > > > > > > > > > > > > > -----Original Message----- > > > > > > > From: Michelle S Osborne [mailto:ms...@ny...] > > > > > > > Sent: Saturday, August 02, 2008 6:20 PM > > > > > > > To: Patrick Winters > > > > > > > Cc: git...@li... > > > > > > > Subject: Re: RE: Testing and Publishing to Update Site > > > > > > > > > > > > > > It's failing at the command line too, here's the relevant > part > > > of > > > > > the > > > > > > > output: > > > > > > > > > > > > > > [java] [java] java-test: > > > > > > > [java] [java] [echo] Running > > > > > > > edu.nyu.cs.gitclipse.test.AllTests. Result file: > > > > > > > /home/mso206/cruisecontrol/gitclipse- > > > > > > > > test/eclipse/results/edu.nyu.cs.gitclipse.test.AllTests.xml. > > > > > > > [java] [java] [java] Java Result: 13 > > > > > > > [java] [java] > > > > > > > [java] [java] collect-results: > > > > > > > [java] [java] [style] Warning: the task name > > > <style> > > > > > is > > > > > > > deprecated. Use <xslt> instead. > > > > > > > [java] [java] [style] Transforming into > > > > > > > /home/mso206/cruisecontrol/gitclipse-test/eclipse/results > > > > > > > [java] [java] > > > > > > > [java] [java] BUILD FAILED > > > > > > > [java] [java] > /home/mso206/cruisecontrol/gitclipse- > > > > > > > build/plugins/edu.nyu.cs.gitclipse.test/test.xml:23: The > > > following > > > > > > > error occurred while executing this line: > > > > > > > [java] [java] > /home/mso206/cruisecontrol/gitclipse- > > > > > > > test/eclipse/plugins/org.eclipse.test_3.2.0/library.xml:56: > > The > > > > > > > following error occurred while executing this line: > > > > > > > [java] [java] > /home/mso206/cruisecontrol/gitclipse- > > > > > > > test/eclipse/plugins/org.eclipse.test_3.2.0/library.xml:97: > > > Test > > > > > > > Failure: edu.nyu.cs.gitclipse.test.AllTests > > > > > > > [java] [java] > > > > > > > [java] [java] Total time: 6 seconds > > > > > > > > > > > > > > [java] BUILD FAILED > > > > > > > [java] > > > > > > > > > > > > > > > > /home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scri > > > > > > > pts/build.xml:28: The following error occurred while > executing > > > this > > > > > > > line: > > > > > > > [java] > > > > > > > > > > > > > > > > /home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scri > > > > > > > pts/build.xml:112: The following error occurred while > executing > > > > > this > > > > > > > line: > > > > > > > [java] > > > > > > > > > > > > > > > > /home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.buil > > > > > > > d/customTargets.xml:140: The following error occurred while > > > > > executing > > > > > > > this line: > > > > > > > [java] > > > > > > > > > > > > > > > > /home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.buil > > > > > > > d/customTargets.xml:194: Java returned: 13 > > > > > > > > > > > > > > ----- Original Message ----- > > > > > > > From: Patrick Winters <pat...@ny...> > > > > > > > Date: Saturday, August 2, 2008 6:11 pm > > > > > > > Subject: RE: Testing and Publishing to Update Site > > > > > > > To: 'Michelle S Osborne' <ms...@ny...> > > > > > > > Cc: git...@li... > > > > > > > > > > > > > > > BTW. I noticed the build is failing due to tests runner > > > failure. > > > > > > > I'm > > > > > > > > not > > > > > > > > sure what's going on there, but I wonder if it's related > to > > > the > > > > > > > annoying > > > > > > > > headless eclipse problem I had awhile back and never > > > resolved. > > > > > > > > > > > > > > > > Try opening a shell to linserv and running the build > > > manually. > > > > I > > > > > > > > wonder if > > > > > > > > it's a DISPLAY related problem. > > > > > > > > > > > > > > > > > -----Original Message----- > > > > > > > > > From: Michelle S Osborne [mailto:ms...@ny...] > > > > > > > > > Sent: Saturday, August 02, 2008 5:56 PM > > > > > > > > > To: pat...@ny... > > > > > > > > > Cc: git...@li... > > > > > > > > > Subject: Re: Testing and Publishing to Update Site > > > > > > > > > > > > > > > > > > Patrick, > > > > > > > > > > > > > > > > > > The ant jar is added and the test framework plugin is > up- > > > to- > > > > > date. > > > > > > > > > > > > > > > > > > Right now build.local.properties is under version > > control - > > > > all > > > > > > of > > > > > > > the > > > > > > > > > CC files are at > > > > > https://subversive.cims.nyu.edu/osp/cruisecontrol/. > > > > > > > > If > > > > > > > > > there has to be a password in the file, should we make > a > > > new > > > > > > > > > sourceforge user just for this purpose? Does the > updateUser > > > > > need > > > > > > > any > > > > > > > > > kind of privilege that we wouldn't want anyone who > checks > > > our > > > > > build > > > > > > > > > scripts out of version control to be able to access? If > > so > > > then > > > > > > > I'll > > > > > > > > > take the properties file out of svn and use my > sourceforge > > > > > info. > > > > > > > > > > > > > > > > > > Michelle > > > > > > > > > > > > > > > > > > ----- Original Message ----- > > > > > > > > > From: Patrick Winters <pat...@ny...> > > > > > > > > > Date: Saturday, August 2, 2008 4:47 pm > > > > > > > > > Subject: Testing and Publishing to Update Site > > > > > > > > > To: Michelle S Osborne <ms...@ny...> > > > > > > > > > Cc: git...@li... > > > > > > > > > > > > > > > > > > > Okay, > > > > > > > > > > It took awhile but this should all be working now. > > > > > > > > > > > > > > > > > > > > You need to add that jar for the optional SCP task > > > > > somewhere > > > > > > in > > > > > > > > > your > > > > > > > > > > ant lib. Again, you should add it to ~/.ant/lib/ > > > > > > > > > > http://prdownloads.sourceforge.net/jsch/jsch- > > > > > 0.1.39.jar?download > > > > > > > > > > Build.local.properties has three more entries if > you > > > want > > > > > it > > > > > > to > > > > > > > > > > publish. If you have any entry for "publish" it will > > > think > > > > > you > > > > > > > want > > > > > > > > > to, > > > > > > > > > > because it only checks that the property is set. > > > > > > > > > > > > > > > > > > > > updateUser=sourceforgeUser > > > > > > > > > > updatePassword=yourPassword > > > > > > > > > > publish=true > > > > > > > > > > > > > > > > > > > > Testing should also work now, and fail the build > > with a > > > > > junit > > > > > > > xml > > > > > > > > > > report in the usual place. > > > > > > > > > > -- > > > > > > > > > > Patrick > > > > > > > > > > > > > > > > > > > > On Sat, 2008-08-02 at 14:52 -0400, Michelle S Osborne > > > wrote: > > > > > > > > > > > i noticed this line in the build log: > > > > > > > > > > > > > > > > > > > > > > [java] > > > > > > > > > > /home/mso206/cruisecontrol/gitclipse- > > > > > > > > > build/plugins/edu.nyu.cs.gitclipse.test/test.xml:11: > > > > > > > > > > Basedir > > > > > > > > > > /home/mso206/cruisecontrol/gitclipse- > > > > > > > > > build/plugins/edu.nyu.cs.gitclipse.test/${eclipse-test- > > > home} > > > > > > > > > > does not exist > > > > > > > > > > > > > > > > > > > > > > That doesn't make sense for a couple of reasons. > One > > is > > > > > that > > > > > > > > > > eclipse-test-home definitely is defined in > > > > > test.local.properties, > > > > > > > > and > > > > > > > > > > the second is that eclipse-test-home is the directory > > > that > > > > > the > > > > > > > > > version > > > > > > > > > > of eclipse we're running tests against gets expanded > to. > > > That > > > > > > > should > > > > > > > > > > be completely separate from the gitclipse-build > > > directory, > > > > > which > > > > > > > is > > > > > > > > > > where the project gets built. > > > > > > > > > > > > > > > > > > > > > > Michelle > > > > > > > > > > > > > > > > > > > > > > ----- Original Message ----- > > > > > > > > > > > From: osp...@ny... > > > > > > > > > > > Date: Saturday, August 2, 2008 2:09 pm > > > > > > > > > > > Subject: [Gitclipse-build] [cc] gitclipse Build > Failed > > > > > > > > > > > To: git...@li... > > > > > > > > > > > > > > > > > > > > > > > View results here -> > > > > > > > > > > http://linserv3.cims.nyu.edu:33333?log=log20080802140739 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > BUILD FAILED > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Ant Error Message: > > > > > > > > > > > > > > > /home/mso206/cruisecontrol/build_gitclipse.xml:18: > > > > > The > > > > > > > > > > following > > > > > > > > > > > > error occurred while executing this line: > > > > > > > > > > > > > > > > > > > > > > > > > /home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.buil > > > > > > > > > d/build.xml:106: > > > > > > > > > > > > Java returned: 13 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Date of build: > > > > > > > > > > > > 08/02/2008 14:07:39 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Time to build: > > > > > > > > > > > > 1 minute 19 seconds > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Last changed: > > > > > > > > > > > > 08/02/2008 14:04:22 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Last log entry: > > > > > > > > > > > > Added publishing for update site. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Errors/Warnings: (6) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > BUILD > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > FAILED/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v2007101 > > > > > > > > > 9/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:139: > > > > > > > > > > > > > > > > > > > > > > The following error occurred while executing this > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > line:/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse > > > > > > > > > .build/customTargets.xml:186: > > > > > > > > > > > > > > > > > > > > > > Java returned: 13Total time: 1 minute 5 seconds > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Unit Tests: (0) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > No Tests Run > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > This project doesn't have any tests > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Modifications since last successful > > > build: > > > > > > > > > > > > (4) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > modified > > > > > > > > > > > > pcw216 > > > > > > > > > > > > > > > > > > > > > > > > /gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml > > > > > > > > > > > > 08/02/2008 14:04:22 > > > > > > > > > > > > Added publishing for update site. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > modified > > > > > > > > > > > > pcw216 > > > > > > > > > > > > > > > > > > > > > > /gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml > > > > > > > > > > > > 08/02/2008 14:04:20 > > > > > > > > > > > > Added publishing for update site. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > modified > > > > > > > > > > > > pcw216 > > > > > > > > > > > > > > > > > /gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml > > > > > > > > > > > > 08/02/2008 14:04:19 > > > > > > > > > > > > Added publishing for update site. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > modified > > > > > > > > > > > > pcw216 > > > > > > > > > > > > > > > > > /gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml > > > > > > > > > > > > 08/02/2008 02:44:25 > > > > > > > > > > > > Fail the test runner after all tests > have > > > run. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------- > ---- > > > ---- > > > > > ---- > > > > > > > ---- > > > > > > > > > -------- > > > > > > > > > > > > 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 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > |
From: Michelle S O. <ms...@ny...> - 2008-08-03 03:25:20
|
I think we're getting there.. the latest stacktrace looks like it's coming from within our code: org.osgi.framework.BundleException: Exception in edu.nyu.cs.gitclipse.ui.GitUIActivator.stop() of bundle edu.nyu.cs.gitclipse.ui. at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:1056) at org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHost.java:457) at org.eclipse.osgi.framework.internal.core.AbstractBundle.suspend(AbstractBundle.java:526) at org.eclipse.osgi.framework.internal.core.Framework.suspendBundle(Framework.java:1148) at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:675) at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:291) at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:261) at org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(SystemBundle.java:188) at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:622) at org.eclipse.osgi.framework.internal.core.Framework.close(Framework.java:525) at org.eclipse.osgi.framework.internal.core.OSGi.close(OSGi.java:41) at org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(EclipseStarter.java:399) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:197) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) 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) Caused by: java.lang.NullPointerException at edu.nyu.cs.gitclipse.ui.GitUIActivator.stop(Unknown Source) at org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(BundleContextImpl.java:1040) at java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:1036) ... 21 more Root exception: java.lang.NullPointerException at edu.nyu.cs.gitclipse.ui.GitUIActivator.stop(Unknown Source) at org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(BundleContextImpl.java:1040) at java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:1036) at org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHost.java:457) at org.eclipse.osgi.framework.internal.core.AbstractBundle.suspend(AbstractBundle.java:526) at org.eclipse.osgi.framework.internal.core.Framework.suspendBundle(Framework.java:1148) at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:675) at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:291) at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:261) at org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(SystemBundle.java:188) at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:622) at org.eclipse.osgi.framework.internal.core.Framework.close(Framework.java:525) at org.eclipse.osgi.framework.internal.core.OSGi.close(OSGi.java:41) at org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(EclipseStarter.java:399) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:197) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) 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) ----- Original Message ----- From: Patrick Winters <pat...@ny...> Date: Saturday, August 2, 2008 11:07 pm Subject: RE: RE: RE: RE: RE: Testing and Publishing to Update Site To: 'Michelle S Osborne' <ms...@ny...> Cc: git...@li... > Have you tried this yet? Look at the last thread. > http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/a29ba > d57c0c92268 > > Reproduced below > ----- > I finally used Xvfb, adding the following lines to the script that starts > cruisecontrol: > > """ > Xvfb :1 -ac -screen 0 1024x768x8 & > > export DISPLAY=:1 > > (...) > /usr/local/lib/cruisecontrol/cruisecontrol.sh (...) > """ > > And it has been working as expected during the last two weeks. > > > > -----Original Message----- > > From: Michelle S Osborne [mailto:ms...@ny...] > > Sent: Saturday, August 02, 2008 10:50 PM > > To: Patrick Winters > > Cc: git...@li... > > Subject: Re: RE: RE: RE: RE: Testing and Publishing to Update Site > > > > Sorry, my Internet connection flaked out for a while. > > > > We're still getting this error: org.eclipse.swt.SWTError: No more > > handles [gtk_init_check() failed] > > > > From looking online, it looks like people using Google Web Toolkit and > > trying to run automated builds on linux ran into the same problem. > > > > ----- Original Message ----- > > From: Patrick Winters <pat...@ny...> > > Date: Saturday, August 2, 2008 9:41 pm > > Subject: RE: RE: RE: RE: Testing and Publishing to Update Site > > To: 'Michelle S Osborne' <ms...@ny...> > > Cc: git...@li... > > > > > Yah put those in test.local.properties. > > > Because we have all these nested ant calls the properties get wiped > > at > > > successive levels. It's hard to follow, but in the test target I > > make > > > sure > > > to load test.local.properties at the beginning. > > > > > > > -----Original Message----- > > > > From: Michelle S Osborne [mailto:ms...@ny...] > > > > Sent: Saturday, August 02, 2008 9:28 PM > > > > To: Patrick Winters > > > > Cc: git...@li... > > > > Subject: Re: RE: RE: RE: Testing and Publishing to Update Site > > > > > > > > Eek sorry about that, I forgot to revert my changes. The build is > > still > > > > failing, but check this out: > > > > > > > > BootLoader constants: OS=${os}, ARCH=${arch}, WS=${ws}, NL=en_US > > > > Framework arguments: -application > > org.eclipse.test.uitestapplication > > > > > > formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFo > > > > rmatter,/home/mso206/cruisecontrol/gitclipse- > > > > test/eclipse/edu.nyu.cs.gitclipse.test.AllTests.xml -testPluginName > > > > edu.nyu.cs.gitclipse.test -className > > edu.nyu.cs.gitclipse.test.AllTests > > > > Command-line arguments: -application > > > > org.eclipse.test.uitestapplication -data > > > > /home/mso206/cruisecontrol/gitclipse-test > > > > > > formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFo > > > > rmatter,/home/mso206/cruisecontrol/gitclipse- > > > > test/eclipse/edu.nyu.cs.gitclipse.test.AllTests.xml -testPluginName > > > > edu.nyu.cs.gitclipse.test -className > > edu.nyu.cs.gitclipse.test.AllTests > > > > -os ${os} -ws ${ws} -arch ${arch} -consolelog > > > > > > > > It seems like those properties aren't being picked up, even though > > > > they're in build.local.properties. Do you remember at what point > in > > > the > > > > build they're supposed to be defined? > > > > > > > > I'm going to try hard-coding those properties again in > > customTargets > > > to > > > > see if your additional changes will help. I'll revert afterwards > > this > > > > time.. > > > > > > > > Michelle > > > > > > > > ----- Original Message ----- > > > > From: Patrick Winters <pat...@ny...> > > > > Date: Saturday, August 2, 2008 9:08 pm > > > > Subject: RE: RE: RE: Testing and Publishing to Update Site > > > > To: 'Michelle S Osborne' <ms...@ny...> > > > > Cc: git...@li... > > > > > > > > > Michelle, > > > > > I'm so sorry I just noticed the test target in > > customTargets.xml > > > > has > > > > > the > > > > > os, arch, and ws hard coded. This was my carelessness. > > > > > > > > > > This seems to be related to the problem I had. I think it's > > trying > > > > to > > > > > open > > > > > a GTK handle, but can't because there's no display or the DISPLAY > > > > > environment variable is blank. If this is running as a cron job > > or > > > > some > > > > > kind of system job, this might be the problem. > > > > > > > > > > I bet you if you open a shell with X11 forwarding and run this > > > > > manually it > > > > > would work now. I just committed in the test target adding "<env > > > > > key="DISPLAY" value=":1.0"/>" nested in the java call. But our > > > > changes > > > > > conflict. Will you merge them in your CC directory and see if > > this > > > > > does it? > > > > > > > > > > This is only slightly related. > > > > > http://linux.derkeiler.com/Newsgroups/alt.os.linux.suse/2004- > > > > 01/3983.html > > > > > > > > > > -- > > > > > Patrick > > > > > > > > > > > > > > > > > > > > > -----Original Message----- > > > > > > From: Michelle S Osborne [mailto:ms...@ny...] > > > > > > Sent: Saturday, August 02, 2008 8:40 PM > > > > > > To: Patrick Winters > > > > > > Cc: git...@li... > > > > > > Subject: Re: RE: RE: Testing and Publishing to Update Site > > > > > > > > > > > > It seems like it could be the arch, because I also noticed > > this: > > > > > > !MESSAGE Platform filter did not match: (& (osgi.ws=gtk) > > > > > > (osgi.os=linux) (osgi.arch=x86_64)) > > > > > > > > > > > > The description of that error seems to be 'a bundle could not > > be > > > > > > resolved because a platform filter did not match the runtime > > > > > > environment.' > > > > > > > > > > > > I set the arch property in customTargets to be x86_64 (directly > > > on > > > > the > > > > > > build machine for now) and got this different stacktrace: > > > > > > > > > > > > Total time: 1 minute 14 seconds > > > > > > [linserv3] ~/cruisecontrol $ vi > > > > /home/mso206/cruisecontrol/gitclipse- > > > > > > test/eclipse/results/edu.nyu.cs.gitclipse.test.AllTests.txt > > > > > > > > > > > > Framework arguments: -application > > > > org.eclipse.test.uitestapplication > > > > > > > > > > > > formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFo > > > > > > rmatter,/home/mso206/cruisecontrol/gitclipse- > > > > > > test/eclipse/edu.nyu.cs.gitclipse.test.AllTests.xml - > > testPluginName > > > > > > edu.nyu.cs.gitclipse.test -className > > > > edu.nyu.cs.gitclipse.test.AllTests > > > > > > Command-line arguments: -application > > > > > > org.eclipse.test.uitestapplication -data > > > > > > /home/mso206/cruisecontrol/gitclipse-test > > > > > > > > > > > > formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFo > > > > > > rmatter,/home/mso206/cruisecontrol/gitclipse- > > > > > > test/eclipse/edu.nyu.cs.gitclipse.test.AllTests.xml - > > testPluginName > > > > > > edu.nyu.cs.gitclipse.test -className > > > > edu.nyu.cs.gitclipse.test.AllTests > > > > > > -os linux -ws gtk -arch x86_64 -consolelog > > > > > > > > > > > > !ENTRY org.eclipse.osgi 4 0 2008-08-02 20:37:11.017 > > > > > > !MESSAGE Application error > > > > > > !STACK 1 > > > > > > org.eclipse.swt.SWTError: No more handles [gtk_init_check() > > failed] > > > > > > at org.eclipse.swt.SWT.error(SWT.java:3589) > > > > > > at > > > > > > org.eclipse.swt.widgets.Display.createDisplay(Display.java:836) > > > > > > at > > org.eclipse.swt.widgets.Display.create(Display.java:824) > > > > > > at > > org.eclipse.swt.graphics.Device.<init>(Device.java:152) > > > > > > at > > org.eclipse.swt.widgets.Display.<init>(Display.java:472) > > > > > > at > > org.eclipse.swt.widgets.Display.<init>(Display.java:463) > > > > > > at > > > > > > > > org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:498) > > > > > > at > > > > org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:161) > > > > > > at > > > > > > > > > > > > org.eclipse.ui.internal.ide.application.IDEApplication.createDisplay(ID > > > > > > EApplication.java:133) > > > > > > at > > > > > > > > > > > > org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplica > > > > > > tion.java:86) > > > > > > at > > > > > > > > > > > > org.eclipse.test.UITestApplication.runApplication(UITestApplication.jav > > > > > > a: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.runApplica > > > > > > tion(EclipseAppLauncher.java:106) > > > > > > at > > > > > > > > > > > > org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ecli > > > > > > pseAppLauncher.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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native > > > > Method) > > > > > > at > > > > > > > > > > > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja > > > > > > va:39) > > > > > > at > > > > > > > > > > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso > > > > > > rImpl.java:25) > > > > > > at java.lang.reflect.Method.invoke(Method.java:597) > > > > > > 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) > > > > > > > > > > > > > > ================================================================ > > > > > > > > > > > > ----- Original Message ----- > > > > > > From: Patrick Winters <pat...@ny...> > > > > > > Date: Saturday, August 2, 2008 7:19 pm > > > > > > Subject: RE: RE: Testing and Publishing to Update Site > > > > > > To: 'Michelle S Osborne' <ms...@ny...> > > > > > > Cc: git...@li... > > > > > > > > > > > > > K. This isn't exactly the relevant part though. In CC, if > > you > > > > look > > > > > > > at the > > > > > > > AllTests.log artifact you see it's failing to load the UI. > > I'm > > > > not > > > > > > sure > > > > > > > why. Look down at the bottom, it's not getting SWT for some > > > > reason, > > > > > > which > > > > > > > is a platform specific JAR. Something is screwy here with > > the > > > > > > architecture > > > > > > > and the platform specific bundle loaders. > > > > > > > > > > > > > > This is from CC at the top... Look here it seems to be > > running > > > > with > > > > > > x86 > > > > > > > arch. > > > > > > > > > > > > > > !SESSION 2008-08-02 17:47:35.325 > > > > > > > ----------------------------------------------- > > > > > > > eclipse.buildId=M20080221-1800 > > > > > > > java.version=1.6.0_05 > > > > > > > java.vendor=Sun Microsystems Inc. > > > > > > > BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US > > > > > > > > > > > > > > And this is one of a couple entries at the bottom that aren't > > > > > > resolving. > > > > > > > > > > > > > > !ENTRY org.eclipse.osgi 2 0 2008-08-02 17:47:39.742 > > > > > > > !MESSAGE The following is a complete list of bundles which > > are > > > > not > > > > > > resolved, > > > > > > > see the prior log entry for the root cause if it exists: > > > > > > > !SUBENTRY 1 org.eclipse.osgi 2 0 2008-08-02 17:47:39.743 > > > > > > > !MESSAGE Bundle > > > > > > > > > > > > > > > > > > > update@plugins/org.eclipse.core.filesystem.linux.x86_64_1.0.100.v200705 > > > > > > 10.ja > > > > > > > r [15] was not resolved. > > > > > > > !SUBENTRY 2 org.eclipse.core.filesystem.linux.x86_64 2 0 > > 2008-08- > > > > 02 > > > > > > > 17:47:39.743 > > > > > > > > > > > > > > Is there a problem with the $ECLIPSE_HOME variable? Or do > we > > > > need > > > > > to > > > > > > > specifically set the ARCH to be x86_64? > > > > > > > > > > > > > > > > > > > > > > -----Original Message----- > > > > > > > > From: Michelle S Osborne [mailto:ms...@ny...] > > > > > > > > Sent: Saturday, August 02, 2008 6:20 PM > > > > > > > > To: Patrick Winters > > > > > > > > Cc: git...@li... > > > > > > > > Subject: Re: RE: Testing and Publishing to Update Site > > > > > > > > > > > > > > > > It's failing at the command line too, here's the relevant > > part > > > > of > > > > > > the > > > > > > > > output: > > > > > > > > > > > > > > > > [java] [java] java-test: > > > > > > > > [java] [java] [echo] Running > > > > > > > > edu.nyu.cs.gitclipse.test.AllTests. Result file: > > > > > > > > /home/mso206/cruisecontrol/gitclipse- > > > > > > > > > > test/eclipse/results/edu.nyu.cs.gitclipse.test.AllTests.xml. > > > > > > > > [java] [java] [java] Java Result: 13 > > > > > > > > [java] [java] > > > > > > > > [java] [java] collect-results: > > > > > > > > [java] [java] [style] Warning: the task name > > > > <style> > > > > > > is > > > > > > > > deprecated. Use <xslt> instead. > > > > > > > > [java] [java] [style] Transforming into > > > > > > > > /home/mso206/cruisecontrol/gitclipse-test/eclipse/results > > > > > > > > [java] [java] > > > > > > > > [java] [java] BUILD FAILED > > > > > > > > [java] [java] > > /home/mso206/cruisecontrol/gitclipse- > > > > > > > > build/plugins/edu.nyu.cs.gitclipse.test/test.xml:23: The > > > > following > > > > > > > > error occurred while executing this line: > > > > > > > > [java] [java] > > /home/mso206/cruisecontrol/gitclipse- > > > > > > > > test/eclipse/plugins/org.eclipse.test_3.2.0/library.xml:56: > > > The > > > > > > > > following error occurred while executing this line: > > > > > > > > [java] [java] > > /home/mso206/cruisecontrol/gitclipse- > > > > > > > > test/eclipse/plugins/org.eclipse.test_3.2.0/library.xml:97: > > > > Test > > > > > > > > Failure: edu.nyu.cs.gitclipse.test.AllTests > > > > > > > > [java] [java] > > > > > > > > [java] [java] Total time: 6 seconds > > > > > > > > > > > > > > > > [java] BUILD FAILED > > > > > > > > [java] > > > > > > > > > > > > > > > > > > > > /home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scri > > > > > > > > pts/build.xml:28: The following error occurred while > > executing > > > > this > > > > > > > > line: > > > > > > > > [java] > > > > > > > > > > > > > > > > > > > > /home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scri > > > > > > > > pts/build.xml:112: The following error occurred while > > executing > > > > > > this > > > > > > > > line: > > > > > > > > [java] > > > > > > > > > > > > > > > > > > > > /home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.buil > > > > > > > > d/customTargets.xml:140: The following error occurred while > > > > > > executing > > > > > > > > this line: > > > > > > > > [java] > > > > > > > > > > > > > > > > > > > > /home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.buil > > > > > > > > d/customTargets.xml:194: Java returned: 13 > > > > > > > > > > > > > > > > ----- Original Message ----- > > > > > > > > From: Patrick Winters <pat...@ny...> > > > > > > > > Date: Saturday, August 2, 2008 6:11 pm > > > > > > > > Subject: RE: Testing and Publishing to Update Site > > > > > > > > To: 'Michelle S Osborne' <ms...@ny...> > > > > > > > > Cc: git...@li... > > > > > > > > > > > > > > > > > BTW. I noticed the build is failing due to tests runner > > > > failure. > > > > > > > > I'm > > > > > > > > > not > > > > > > > > > sure what's going on there, but I wonder if it's related > > to > > > > the > > > > > > > > annoying > > > > > > > > > headless eclipse problem I had awhile back and never > > > > resolved. > > > > > > > > > > > > > > > > > > Try opening a shell to linserv and running the build > > > > manually. > > > > > I > > > > > > > > > wonder if > > > > > > > > > it's a DISPLAY related problem. > > > > > > > > > > > > > > > > > > > -----Original Message----- > > > > > > > > > > From: Michelle S Osborne [mailto:ms...@ny...] > > > > > > > > > > Sent: Saturday, August 02, 2008 5:56 PM > > > > > > > > > > To: pat...@ny... > > > > > > > > > > Cc: git...@li... > > > > > > > > > > Subject: Re: Testing and Publishing to Update Site > > > > > > > > > > > > > > > > > > > > Patrick, > > > > > > > > > > > > > > > > > > > > The ant jar is added and the test framework plugin is > > up- > > > > to- > > > > > > date. > > > > > > > > > > > > > > > > > > > > Right now build.local.properties is under version > > > control - > > > > > all > > > > > > > of > > > > > > > > the > > > > > > > > > > CC files are at > > > > > > https://subversive.cims.nyu.edu/osp/cruisecontrol/. > > > > > > > > > If > > > > > > > > > > there has to be a password in the file, should we make > > a > > > > new > > > > > > > > > > sourceforge user just for this purpose? Does the > > updateUser > > > > > > need > > > > > > > > any > > > > > > > > > > kind of privilege that we wouldn't want anyone who > > checks > > > > our > > > > > > build > > > > > > > > > > scripts out of version control to be able to access? > If > > > so > > > > then > > > > > > > > I'll > > > > > > > > > > take the properties file out of svn and use my > > sourceforge > > > > > > info. > > > > > > > > > > > > > > > > > > > > Michelle > > > > > > > > > > > > > > > > > > > > ----- Original Message ----- > > > > > > > > > > From: Patrick Winters <pat...@ny...> > > > > > > > > > > Date: Saturday, August 2, 2008 4:47 pm > > > > > > > > > > Subject: Testing and Publishing to Update Site > > > > > > > > > > To: Michelle S Osborne <ms...@ny...> > > > > > > > > > > Cc: git...@li... > > > > > > > > > > > > > > > > > > > > > Okay, > > > > > > > > > > > It took awhile but this should all be working now. > > > > > > > > > > > > > > > > > > > > > > You need to add that jar for the optional SCP task > > > > > > somewhere > > > > > > > in > > > > > > > > > > your > > > > > > > > > > > ant lib. Again, you should add it to ~/.ant/lib/ > > > > > > > > > > > http://prdownloads.sourceforge.net/jsch/jsch- > > > > > > 0.1.39.jar?download > > > > > > > > > > > Build.local.properties has three more entries if > > you > > > > want > > > > > > it > > > > > > > to > > > > > > > > > > > publish. If you have any entry for "publish" it will > > > > think > > > > > > you > > > > > > > > want > > > > > > > > > > to, > > > > > > > > > > > because it only checks that the property is set. > > > > > > > > > > > > > > > > > > > > > > updateUser=sourceforgeUser > > > > > > > > > > > updatePassword=yourPassword > > > > > > > > > > > publish=true > > > > > > > > > > > > > > > > > > > > > > Testing should also work now, and fail the build > > > with a > > > > > > junit > > > > > > > > xml > > > > > > > > > > > report in the usual place. > > > > > > > > > > > -- > > > > > > > > > > > Patrick > > > > > > > > > > > > > > > > > > > > > > On Sat, 2008-08-02 at 14:52 -0400, Michelle S Osborne > > > > wrote: > > > > > > > > > > > > i noticed this line in the build log: > > > > > > > > > > > > > > > > > > > > > > > > [java] > > > > > > > > > > > /home/mso206/cruisecontrol/gitclipse- > > > > > > > > > > build/plugins/edu.nyu.cs.gitclipse.test/test.xml:11: > > > > > > > > > > > Basedir > > > > > > > > > > > /home/mso206/cruisecontrol/gitclipse- > > > > > > > > > > build/plugins/edu.nyu.cs.gitclipse.test/${eclipse-test- > > > > home} > > > > > > > > > > > does not exist > > > > > > > > > > > > > > > > > > > > > > > > That doesn't make sense for a couple of reasons. > > One > > > is > > > > > > that > > > > > > > > > > > eclipse-test-home definitely is defined in > > > > > > test.local.properties, > > > > > > > > > and > > > > > > > > > > > the second is that eclipse-test-home is the directory > > > > that > > > > > > the > > > > > > > > > > version > > > > > > > > > > > of eclipse we're running tests against gets expanded > > to. > > > > That > > > > > > > > should > > > > > > > > > > > be completely separate from the gitclipse-build > > > > directory, > > > > > > which > > > > > > > > is > > > > > > > > > > > where the project gets built. > > > > > > > > > > > > > > > > > > > > > > > > Michelle > > > > > > > > > > > > > > > > > > > > > > > > ----- Original Message ----- > > > > > > > > > > > > From: osp...@ny... > > > > > > > > > > > > Date: Saturday, August 2, 2008 2:09 pm > > > > > > > > > > > > Subject: [Gitclipse-build] [cc] gitclipse Build > > Failed > > > > > > > > > > > > To: git...@li... > > > > > > > > > > > > > > > > > > > > > > > > > View results here -> > > > > > > > > > > > > http://linserv3.cims.nyu.edu:33333?log=log20080802140739 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > BUILD FAILED > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Ant Error Message: > > > > > > > > > > > > > > > > > /home/mso206/cruisecontrol/build_gitclipse.xml:18: > > > > > > The > > > > > > > > > > > following > > > > > > > > > > > > > error occurred while executing this line: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > /home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.buil > > > > > > > > > > d/build.xml:106: > > > > > > > > > > > > > Java returned: 13 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Date of build: > > > > > > > > > > > > > 08/02/2008 14:07:39 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Time to build: > > > > > > > > > > > > > 1 minute 19 seconds > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Last changed: > > > > > > > > > > > > > 08/02/2008 14:04:22 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Last log entry: > > > > > > > > > > > > > Added publishing for update site. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Errors/Warnings: (6) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > BUILD > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > FAILED/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v2007101 > > > > > > > > > > 9/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:139: > > > > > > > > > > > > > > > > > > > > > > > > The following error occurred while executing this > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > line:/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse > > > > > > > > > > .build/customTargets.xml:186: > > > > > > > > > > > > > > > > > > > > > > > > Java returned: 13Total time: 1 minute 5 seconds > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Unit Tests: (0) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > No Tests Run > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > This project doesn't have any tests > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Modifications since last successful > > > > build: > > > > > > > > > > > > > (4) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > modified > > > > > > > > > > > > > pcw216 > > > > > > > > > > > > > > > > > > > > > > > > > > > /gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml > > > > > > > > > > > > > 08/02/2008 14:04:22 > > > > > > > > > > > > > Added publishing for update site. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > modified > > > > > > > > > > > > > pcw216 > > > > > > > > > > > > > > > > > > > > > > > > > /gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml > > > > > > > > > > > > > 08/02/2008 14:04:20 > > > > > > > > > > > > > Added publishing for update site. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > modified > > > > > > > > > > > > > pcw216 > > > > > > > > > > > > > > > > > > > /gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml > > > > > > > > > > > > > 08/02/2008 14:04:19 > > > > > > > > > > > > > Added publishing for update site. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > modified > > > > > > > > > > > > > pcw216 > > > > > > > > > > > > > > > > > > > /gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml > > > > > > > > > > > > > 08/02/2008 02:44:25 > > > > > > > > > > > > > Fail the test runner after all tests > > have > > > > run. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------- > > ---- > > > > ---- > > > > > > ---- > > > > > > > > ---- > > > > > > > > > > -------- > > > > > > > > > > > > > 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 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > |
From: Patrick W. <pat...@ny...> - 2008-08-03 03:44:11
|
We're there. Would you make sure you commit necessary changes to the build script? As an aside, have any idea why the line number isn't showing up for our NullPointer? > -----Original Message----- > From: Michelle S Osborne [mailto:ms...@ny...] > Sent: Saturday, August 02, 2008 11:25 PM > To: Patrick Winters > Cc: git...@li... > Subject: Re: RE: RE: RE: RE: RE: Testing and Publishing to Update Site > > I think we're getting there.. the latest stacktrace looks like it's > coming from within our code: > > org.osgi.framework.BundleException: Exception in > edu.nyu.cs.gitclipse.ui.GitUIActivator.stop() of bundle > edu.nyu.cs.gitclipse.ui. > at > org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleC > ontextImpl.java:1056) > at > org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHo > st.java:457) > at > org.eclipse.osgi.framework.internal.core.AbstractBundle.suspend(Abstrac > tBundle.java:526) > at > org.eclipse.osgi.framework.internal.core.Framework.suspendBundle(Framew > ork.java:1148) > at > org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(Star > tLevelManager.java:675) > at > org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLe > vel(StartLevelManager.java:291) > at > org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(Sta > rtLevelManager.java:261) > at > org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(SystemBun > dle.java:188) > at > org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.j > ava:622) > at > org.eclipse.osgi.framework.internal.core.Framework.close(Framework.java > :525) > at > org.eclipse.osgi.framework.internal.core.OSGi.close(OSGi.java:41) > at > org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(EclipseStarter > .java:399) > at > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java > :197) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja > va:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso > rImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > 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) > Caused by: java.lang.NullPointerException > at edu.nyu.cs.gitclipse.ui.GitUIActivator.stop(Unknown Source) > at > org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(Bundle > ContextImpl.java:1040) > at java.security.AccessController.doPrivileged(Native Method) > at > org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleC > ontextImpl.java:1036) > ... 21 more > Root exception: > java.lang.NullPointerException > at edu.nyu.cs.gitclipse.ui.GitUIActivator.stop(Unknown Source) > at > org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(Bundle > ContextImpl.java:1040) > at java.security.AccessController.doPrivileged(Native Method) > at > org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleC > ontextImpl.java:1036) > at > org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHo > st.java:457) > at > org.eclipse.osgi.framework.internal.core.AbstractBundle.suspend(Abstrac > tBundle.java:526) > at > org.eclipse.osgi.framework.internal.core.Framework.suspendBundle(Framew > ork.java:1148) > at > org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(Star > tLevelManager.java:675) > at > org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLe > vel(StartLevelManager.java:291) > at > org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(Sta > rtLevelManager.java:261) > at > org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(SystemBun > dle.java:188) > at > org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.j > ava:622) > at > org.eclipse.osgi.framework.internal.core.Framework.close(Framework.java > :525) > at > org.eclipse.osgi.framework.internal.core.OSGi.close(OSGi.java:41) > at > org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(EclipseStarter > .java:399) > at > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java > :197) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja > va:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso > rImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > 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) > > > ----- Original Message ----- > From: Patrick Winters <pat...@ny...> > Date: Saturday, August 2, 2008 11:07 pm > Subject: RE: RE: RE: RE: RE: Testing and Publishing to Update Site > To: 'Michelle S Osborne' <ms...@ny...> > Cc: git...@li... > > > Have you tried this yet? Look at the last thread. > > http://groups.google.com/group/Google-Web- > Toolkit/browse_thread/thread/a29ba > > d57c0c92268 > > > > Reproduced below > > ----- > > I finally used Xvfb, adding the following lines to the script that > starts > > cruisecontrol: > > > > """ > > Xvfb :1 -ac -screen 0 1024x768x8 & > > > > export DISPLAY=:1 > > > > (...) > > /usr/local/lib/cruisecontrol/cruisecontrol.sh (...) > > """ > > > > And it has been working as expected during the last two weeks. > > > > > > > -----Original Message----- > > > From: Michelle S Osborne [mailto:ms...@ny...] > > > Sent: Saturday, August 02, 2008 10:50 PM > > > To: Patrick Winters > > > Cc: git...@li... > > > Subject: Re: RE: RE: RE: RE: Testing and Publishing to Update Site > > > > > > Sorry, my Internet connection flaked out for a while. > > > > > > We're still getting this error: org.eclipse.swt.SWTError: No more > > > handles [gtk_init_check() failed] > > > > > > From looking online, it looks like people using Google Web Toolkit > and > > > trying to run automated builds on linux ran into the same problem. > > > > > > ----- Original Message ----- > > > From: Patrick Winters <pat...@ny...> > > > Date: Saturday, August 2, 2008 9:41 pm > > > Subject: RE: RE: RE: RE: Testing and Publishing to Update Site > > > To: 'Michelle S Osborne' <ms...@ny...> > > > Cc: git...@li... > > > > > > > Yah put those in test.local.properties. > > > > Because we have all these nested ant calls the properties get > wiped > > > at > > > > successive levels. It's hard to follow, but in the test target I > > > make > > > > sure > > > > to load test.local.properties at the beginning. > > > > > > > > > -----Original Message----- > > > > > From: Michelle S Osborne [mailto:ms...@ny...] > > > > > Sent: Saturday, August 02, 2008 9:28 PM > > > > > To: Patrick Winters > > > > > Cc: git...@li... > > > > > Subject: Re: RE: RE: RE: Testing and Publishing to Update Site > > > > > > > > > > Eek sorry about that, I forgot to revert my changes. The build > is > > > still > > > > > failing, but check this out: > > > > > > > > > > BootLoader constants: OS=${os}, ARCH=${arch}, WS=${ws}, > NL=en_US > > > > > Framework arguments: -application > > > org.eclipse.test.uitestapplication > > > > > > > > > formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFo > > > > > rmatter,/home/mso206/cruisecontrol/gitclipse- > > > > > test/eclipse/edu.nyu.cs.gitclipse.test.AllTests.xml - > testPluginName > > > > > edu.nyu.cs.gitclipse.test -className > > > edu.nyu.cs.gitclipse.test.AllTests > > > > > Command-line arguments: -application > > > > > org.eclipse.test.uitestapplication -data > > > > > /home/mso206/cruisecontrol/gitclipse-test > > > > > > > > > formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFo > > > > > rmatter,/home/mso206/cruisecontrol/gitclipse- > > > > > test/eclipse/edu.nyu.cs.gitclipse.test.AllTests.xml - > testPluginName > > > > > edu.nyu.cs.gitclipse.test -className > > > edu.nyu.cs.gitclipse.test.AllTests > > > > > -os ${os} -ws ${ws} -arch ${arch} -consolelog > > > > > > > > > > It seems like those properties aren't being picked up, even > though > > > > > they're in build.local.properties. Do you remember at what > point > > in > > > > the > > > > > build they're supposed to be defined? > > > > > > > > > > I'm going to try hard-coding those properties again in > > > customTargets > > > > to > > > > > see if your additional changes will help. I'll revert > afterwards > > > this > > > > > time.. > > > > > > > > > > Michelle > > > > > > > > > > ----- Original Message ----- > > > > > From: Patrick Winters <pat...@ny...> > > > > > Date: Saturday, August 2, 2008 9:08 pm > > > > > Subject: RE: RE: RE: Testing and Publishing to Update Site > > > > > To: 'Michelle S Osborne' <ms...@ny...> > > > > > Cc: git...@li... > > > > > > > > > > > Michelle, > > > > > > I'm so sorry I just noticed the test target in > > > customTargets.xml > > > > > has > > > > > > the > > > > > > os, arch, and ws hard coded. This was my carelessness. > > > > > > > > > > > > This seems to be related to the problem I had. I think it's > > > trying > > > > > to > > > > > > open > > > > > > a GTK handle, but can't because there's no display or the > DISPLAY > > > > > > environment variable is blank. If this is running as a cron > job > > > or > > > > > some > > > > > > kind of system job, this might be the problem. > > > > > > > > > > > > I bet you if you open a shell with X11 forwarding and run > this > > > > > > manually it > > > > > > would work now. I just committed in the test target adding > "<env > > > > > > key="DISPLAY" value=":1.0"/>" nested in the java call. But > our > > > > > changes > > > > > > conflict. Will you merge them in your CC directory and see > if > > > this > > > > > > does it? > > > > > > > > > > > > This is only slightly related. > > > > > > http://linux.derkeiler.com/Newsgroups/alt.os.linux.suse/2004- > > > > > 01/3983.html > > > > > > > > > > > > -- > > > > > > Patrick > > > > > > > > > > > > > > > > > > > > > > > > > -----Original Message----- > > > > > > > From: Michelle S Osborne [mailto:ms...@ny...] > > > > > > > Sent: Saturday, August 02, 2008 8:40 PM > > > > > > > To: Patrick Winters > > > > > > > Cc: git...@li... > > > > > > > Subject: Re: RE: RE: Testing and Publishing to Update Site > > > > > > > > > > > > > > It seems like it could be the arch, because I also noticed > > > this: > > > > > > > !MESSAGE Platform filter did not match: (& (osgi.ws=gtk) > > > > > > > (osgi.os=linux) (osgi.arch=x86_64)) > > > > > > > > > > > > > > The description of that error seems to be 'a bundle could > not > > > be > > > > > > > resolved because a platform filter did not match the > runtime > > > > > > > environment.' > > > > > > > > > > > > > > I set the arch property in customTargets to be x86_64 > (directly > > > > on > > > > > the > > > > > > > build machine for now) and got this different stacktrace: > > > > > > > > > > > > > > Total time: 1 minute 14 seconds > > > > > > > [linserv3] ~/cruisecontrol $ vi > > > > > /home/mso206/cruisecontrol/gitclipse- > > > > > > > test/eclipse/results/edu.nyu.cs.gitclipse.test.AllTests.txt > > > > > > > > > > > > > > Framework arguments: -application > > > > > org.eclipse.test.uitestapplication > > > > > > > > > > > > > > > > formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFo > > > > > > > rmatter,/home/mso206/cruisecontrol/gitclipse- > > > > > > > test/eclipse/edu.nyu.cs.gitclipse.test.AllTests.xml - > > > testPluginName > > > > > > > edu.nyu.cs.gitclipse.test -className > > > > > edu.nyu.cs.gitclipse.test.AllTests > > > > > > > Command-line arguments: -application > > > > > > > org.eclipse.test.uitestapplication -data > > > > > > > /home/mso206/cruisecontrol/gitclipse-test > > > > > > > > > > > > > > > > formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFo > > > > > > > rmatter,/home/mso206/cruisecontrol/gitclipse- > > > > > > > test/eclipse/edu.nyu.cs.gitclipse.test.AllTests.xml - > > > testPluginName > > > > > > > edu.nyu.cs.gitclipse.test -className > > > > > edu.nyu.cs.gitclipse.test.AllTests > > > > > > > -os linux -ws gtk -arch x86_64 -consolelog > > > > > > > > > > > > > > !ENTRY org.eclipse.osgi 4 0 2008-08-02 20:37:11.017 > > > > > > > !MESSAGE Application error > > > > > > > !STACK 1 > > > > > > > org.eclipse.swt.SWTError: No more handles [gtk_init_check() > > > failed] > > > > > > > at org.eclipse.swt.SWT.error(SWT.java:3589) > > > > > > > at > > > > > > > > org.eclipse.swt.widgets.Display.createDisplay(Display.java:836) > > > > > > > at > > > org.eclipse.swt.widgets.Display.create(Display.java:824) > > > > > > > at > > > org.eclipse.swt.graphics.Device.<init>(Device.java:152) > > > > > > > at > > > org.eclipse.swt.widgets.Display.<init>(Display.java:472) > > > > > > > at > > > org.eclipse.swt.widgets.Display.<init>(Display.java:463) > > > > > > > at > > > > > > > > > > org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:498) > > > > > > > at > > > > > org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:161) > > > > > > > at > > > > > > > > > > > > > > > > org.eclipse.ui.internal.ide.application.IDEApplication.createDisplay(ID > > > > > > > EApplication.java:133) > > > > > > > at > > > > > > > > > > > > > > > > org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplica > > > > > > > tion.java:86) > > > > > > > at > > > > > > > > > > > > > > > > org.eclipse.test.UITestApplication.runApplication(UITestApplication.jav > > > > > > > a: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.runApplica > > > > > > > tion(EclipseAppLauncher.java:106) > > > > > > > at > > > > > > > > > > > > > > > > org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ecli > > > > > > > pseAppLauncher.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 > sun.reflect.NativeMethodAccessorImpl.invoke0(Native > > > > > Method) > > > > > > > at > > > > > > > > > > > > > > > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja > > > > > > > va:39) > > > > > > > at > > > > > > > > > > > > > > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso > > > > > > > rImpl.java:25) > > > > > > > at java.lang.reflect.Method.invoke(Method.java:597) > > > > > > > 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) > > > > > > > > > > > > > > > > > ================================================================ > > > > > > > > > > > > > > ----- Original Message ----- > > > > > > > From: Patrick Winters <pat...@ny...> > > > > > > > Date: Saturday, August 2, 2008 7:19 pm > > > > > > > Subject: RE: RE: Testing and Publishing to Update Site > > > > > > > To: 'Michelle S Osborne' <ms...@ny...> > > > > > > > Cc: git...@li... > > > > > > > > > > > > > > > K. This isn't exactly the relevant part though. In CC, > if > > > you > > > > > look > > > > > > > > at the > > > > > > > > AllTests.log artifact you see it's failing to load the > UI. > > > I'm > > > > > not > > > > > > > sure > > > > > > > > why. Look down at the bottom, it's not getting SWT for > some > > > > > reason, > > > > > > > which > > > > > > > > is a platform specific JAR. Something is screwy here > with > > > the > > > > > > > architecture > > > > > > > > and the platform specific bundle loaders. > > > > > > > > > > > > > > > > This is from CC at the top... Look here it seems to be > > > running > > > > > with > > > > > > > x86 > > > > > > > > arch. > > > > > > > > > > > > > > > > !SESSION 2008-08-02 17:47:35.325 > > > > > > > > ----------------------------------------------- > > > > > > > > eclipse.buildId=M20080221-1800 > > > > > > > > java.version=1.6.0_05 > > > > > > > > java.vendor=Sun Microsystems Inc. > > > > > > > > BootLoader constants: OS=linux, ARCH=x86, WS=gtk, > NL=en_US > > > > > > > > > > > > > > > > And this is one of a couple entries at the bottom that > aren't > > > > > > > resolving. > > > > > > > > > > > > > > > > !ENTRY org.eclipse.osgi 2 0 2008-08-02 17:47:39.742 > > > > > > > > !MESSAGE The following is a complete list of bundles > which > > > are > > > > > not > > > > > > > resolved, > > > > > > > > see the prior log entry for the root cause if it exists: > > > > > > > > !SUBENTRY 1 org.eclipse.osgi 2 0 2008-08-02 17:47:39.743 > > > > > > > > !MESSAGE Bundle > > > > > > > > > > > > > > > > > > > > > > > > update@plugins/org.eclipse.core.filesystem.linux.x86_64_1.0.100.v200705 > > > > > > > 10.ja > > > > > > > > r [15] was not resolved. > > > > > > > > !SUBENTRY 2 org.eclipse.core.filesystem.linux.x86_64 2 0 > > > 2008-08- > > > > > 02 > > > > > > > > 17:47:39.743 > > > > > > > > > > > > > > > > Is there a problem with the $ECLIPSE_HOME variable? Or > do > > we > > > > > need > > > > > > to > > > > > > > > specifically set the ARCH to be x86_64? > > > > > > > > > > > > > > > > > > > > > > > > > -----Original Message----- > > > > > > > > > From: Michelle S Osborne [mailto:ms...@ny...] > > > > > > > > > Sent: Saturday, August 02, 2008 6:20 PM > > > > > > > > > To: Patrick Winters > > > > > > > > > Cc: git...@li... > > > > > > > > > Subject: Re: RE: Testing and Publishing to Update Site > > > > > > > > > > > > > > > > > > It's failing at the command line too, here's the > relevant > > > part > > > > > of > > > > > > > the > > > > > > > > > output: > > > > > > > > > > > > > > > > > > [java] [java] java-test: > > > > > > > > > [java] [java] [echo] Running > > > > > > > > > edu.nyu.cs.gitclipse.test.AllTests. Result file: > > > > > > > > > /home/mso206/cruisecontrol/gitclipse- > > > > > > > > > > > > test/eclipse/results/edu.nyu.cs.gitclipse.test.AllTests.xml. > > > > > > > > > [java] [java] [java] Java Result: 13 > > > > > > > > > [java] [java] > > > > > > > > > [java] [java] collect-results: > > > > > > > > > [java] [java] [style] Warning: the task > name > > > > > <style> > > > > > > > is > > > > > > > > > deprecated. Use <xslt> instead. > > > > > > > > > [java] [java] [style] Transforming into > > > > > > > > > /home/mso206/cruisecontrol/gitclipse- > test/eclipse/results > > > > > > > > > [java] [java] > > > > > > > > > [java] [java] BUILD FAILED > > > > > > > > > [java] [java] > > > /home/mso206/cruisecontrol/gitclipse- > > > > > > > > > build/plugins/edu.nyu.cs.gitclipse.test/test.xml:23: > The > > > > > following > > > > > > > > > error occurred while executing this line: > > > > > > > > > [java] [java] > > > /home/mso206/cruisecontrol/gitclipse- > > > > > > > > > > test/eclipse/plugins/org.eclipse.test_3.2.0/library.xml:56: > > > > The > > > > > > > > > following error occurred while executing this line: > > > > > > > > > [java] [java] > > > /home/mso206/cruisecontrol/gitclipse- > > > > > > > > > > test/eclipse/plugins/org.eclipse.test_3.2.0/library.xml:97: > > > > > Test > > > > > > > > > Failure: edu.nyu.cs.gitclipse.test.AllTests > > > > > > > > > [java] [java] > > > > > > > > > [java] [java] Total time: 6 seconds > > > > > > > > > > > > > > > > > > [java] BUILD FAILED > > > > > > > > > [java] > > > > > > > > > > > > > > > > > > > > > > > > > /home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scri > > > > > > > > > pts/build.xml:28: The following error occurred while > > > executing > > > > > this > > > > > > > > > line: > > > > > > > > > [java] > > > > > > > > > > > > > > > > > > > > > > > > > /home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scri > > > > > > > > > pts/build.xml:112: The following error occurred while > > > executing > > > > > > > this > > > > > > > > > line: > > > > > > > > > [java] > > > > > > > > > > > > > > > > > > > > > > > > > /home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.buil > > > > > > > > > d/customTargets.xml:140: The following error occurred > while > > > > > > > executing > > > > > > > > > this line: > > > > > > > > > [java] > > > > > > > > > > > > > > > > > > > > > > > > > /home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.buil > > > > > > > > > d/customTargets.xml:194: Java returned: 13 > > > > > > > > > > > > > > > > > > ----- Original Message ----- > > > > > > > > > From: Patrick Winters <pat...@ny...> > > > > > > > > > Date: Saturday, August 2, 2008 6:11 pm > > > > > > > > > Subject: RE: Testing and Publishing to Update Site > > > > > > > > > To: 'Michelle S Osborne' <ms...@ny...> > > > > > > > > > Cc: git...@li... > > > > > > > > > > > > > > > > > > > BTW. I noticed the build is failing due to tests > runner > > > > > failure. > > > > > > > > > I'm > > > > > > > > > > not > > > > > > > > > > sure what's going on there, but I wonder if it's > related > > > to > > > > > the > > > > > > > > > annoying > > > > > > > > > > headless eclipse problem I had awhile back and never > > > > > resolved. > > > > > > > > > > > > > > > > > > > > Try opening a shell to linserv and running the build > > > > > manually. > > > > > > I > > > > > > > > > > wonder if > > > > > > > > > > it's a DISPLAY related problem. > > > > > > > > > > > > > > > > > > > > > -----Original Message----- > > > > > > > > > > > From: Michelle S Osborne [mailto:ms...@ny...] > > > > > > > > > > > Sent: Saturday, August 02, 2008 5:56 PM > > > > > > > > > > > To: pat...@ny... > > > > > > > > > > > Cc: git...@li... > > > > > > > > > > > Subject: Re: Testing and Publishing to Update Site > > > > > > > > > > > > > > > > > > > > > > Patrick, > > > > > > > > > > > > > > > > > > > > > > The ant jar is added and the test framework plugin > is > > > up- > > > > > to- > > > > > > > date. > > > > > > > > > > > > > > > > > > > > > > Right now build.local.properties is under version > > > > control - > > > > > > all > > > > > > > > of > > > > > > > > > the > > > > > > > > > > > CC files are at > > > > > > > https://subversive.cims.nyu.edu/osp/cruisecontrol/. > > > > > > > > > > If > > > > > > > > > > > there has to be a password in the file, should we > make > > > a > > > > > new > > > > > > > > > > > sourceforge user just for this purpose? Does the > > > updateUser > > > > > > > need > > > > > > > > > any > > > > > > > > > > > kind of privilege that we wouldn't want anyone who > > > checks > > > > > our > > > > > > > build > > > > > > > > > > > scripts out of version control to be able to > access? > > If > > > > so > > > > > then > > > > > > > > > I'll > > > > > > > > > > > take the properties file out of svn and use my > > > sourceforge > > > > > > > info. > > > > > > > > > > > > > > > > > > > > > > Michelle > > > > > > > > > > > > > > > > > > > > > > ----- Original Message ----- > > > > > > > > > > > From: Patrick Winters <pat...@ny...> > > > > > > > > > > > Date: Saturday, August 2, 2008 4:47 pm > > > > > > > > > > > Subject: Testing and Publishing to Update Site > > > > > > > > > > > To: Michelle S Osborne <ms...@ny...> > > > > > > > > > > > Cc: git...@li... > > > > > > > > > > > > > > > > > > > > > > > Okay, > > > > > > > > > > > > It took awhile but this should all be working > now. > > > > > > > > > > > > > > > > > > > > > > > > You need to add that jar for the optional SCP > task > > > > > > > somewhere > > > > > > > > in > > > > > > > > > > > your > > > > > > > > > > > > ant lib. Again, you should add it to ~/.ant/lib/ > > > > > > > > > > > > http://prdownloads.sourceforge.net/jsch/jsch- > > > > > > > 0.1.39.jar?download > > > > > > > > > > > > Build.local.properties has three more entries > if > > > you > > > > > want > > > > > > > it > > > > > > > > to > > > > > > > > > > > > publish. If you have any entry for "publish" it > will > > > > > think > > > > > > > you > > > > > > > > > want > > > > > > > > > > > to, > > > > > > > > > > > > because it only checks that the property is set. > > > > > > > > > > > > > > > > > > > > > > > > updateUser=sourceforgeUser > > > > > > > > > > > > updatePassword=yourPassword > > > > > > > > > > > > publish=true > > > > > > > > > > > > > > > > > > > > > > > > Testing should also work now, and fail the > build > > > > with a > > > > > > > junit > > > > > > > > > xml > > > > > > > > > > > > report in the usual place. > > > > > > > > > > > > -- > > > > > > > > > > > > Patrick > > > > > > > > > > > > > > > > > > > > > > > > On Sat, 2008-08-02 at 14:52 -0400, Michelle S > Osborne > > > > > wrote: > > > > > > > > > > > > > i noticed this line in the build log: > > > > > > > > > > > > > > > > > > > > > > > > > > [java] > > > > > > > > > > > > /home/mso206/cruisecontrol/gitclipse- > > > > > > > > > > > > build/plugins/edu.nyu.cs.gitclipse.test/test.xml:11: > > > > > > > > > > > > Basedir > > > > > > > > > > > > /home/mso206/cruisecontrol/gitclipse- > > > > > > > > > > > build/plugins/edu.nyu.cs.gitclipse.test/${eclipse- > test- > > > > > home} > > > > > > > > > > > > does not exist > > > > > > > > > > > > > > > > > > > > > > > > > > That doesn't make sense for a couple of > reasons. > > > One > > > > is > > > > > > > that > > > > > > > > > > > > eclipse-test-home definitely is defined in > > > > > > > test.local.properties, > > > > > > > > > > and > > > > > > > > > > > > the second is that eclipse-test-home is the > directory > > > > > that > > > > > > > the > > > > > > > > > > > version > > > > > > > > > > > > of eclipse we're running tests against gets > expanded > > > to. > > > > > That > > > > > > > > > should > > > > > > > > > > > > be completely separate from the gitclipse-build > > > > > directory, > > > > > > > which > > > > > > > > > is > > > > > > > > > > > > where the project gets built. > > > > > > > > > > > > > > > > > > > > > > > > > > Michelle > > > > > > > > > > > > > > > > > > > > > > > > > > ----- Original Message ----- > > > > > > > > > > > > > From: osp...@ny... > > > > > > > > > > > > > Date: Saturday, August 2, 2008 2:09 pm > > > > > > > > > > > > > Subject: [Gitclipse-build] [cc] gitclipse Build > > > Failed > > > > > > > > > > > > > To: git...@li... > > > > > > > > > > > > > > > > > > > > > > > > > > > View results here -> > > > > > > > > > > > > > > http://linserv3.cims.nyu.edu:33333?log=log20080802140739 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > BUILD FAILED > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Ant Error Message: > > > > > > > > > > > > > > > > > > > /home/mso206/cruisecontrol/build_gitclipse.xml:18: > > > > > > > The > > > > > > > > > > > > following > > > > > > > > > > > > > > error occurred while executing this line: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > /home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.buil > > > > > > > > > > > d/build.xml:106: > > > > > > > > > > > > > > Java returned: 13 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Date of build: > > > > > > > > > > > > > > 08/02/2008 14:07:39 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Time to build: > > > > > > > > > > > > > > 1 minute 19 seconds > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Last changed: > > > > > > > > > > > > > > 08/02/2008 14:04:22 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Last log entry: > > > > > > > > > > > > > > Added publishing for update site. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Errors/Warnings: (6) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > BUILD > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > FAILED/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v2007101 > > > > > > > > > > > 9/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:139: > > > > > > > > > > > > > > > > > > > > > > > > > > The following error occurred while executing > this > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > line:/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse > > > > > > > > > > > .build/customTargets.xml:186: > > > > > > > > > > > > > > > > > > > > > > > > > > Java returned: 13Total time: 1 minute 5 > seconds > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Unit Tests: (0) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > No Tests Run > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > This project doesn't have any > tests > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Modifications since last > successful > > > > > build: > > > > > > > > > > > > > > (4) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > modified > > > > > > > > > > > > > > pcw216 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > /gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml > > > > > > > > > > > > > > 08/02/2008 14:04:22 > > > > > > > > > > > > > > Added publishing for update site. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > modified > > > > > > > > > > > > > > pcw216 > > > > > > > > > > > > > > > > > > > > > > > > > > > > /gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml > > > > > > > > > > > > > > 08/02/2008 14:04:20 > > > > > > > > > > > > > > Added publishing for update site. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > modified > > > > > > > > > > > > > > pcw216 > > > > > > > > > > > > > > > > > > > > > /gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml > > > > > > > > > > > > > > 08/02/2008 14:04:19 > > > > > > > > > > > > > > Added publishing for update site. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > modified > > > > > > > > > > > > > > pcw216 > > > > > > > > > > > > > > > > > > > > > /gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml > > > > > > > > > > > > > > 08/02/2008 02:44:25 > > > > > > > > > > > > > > Fail the test runner after all tests > > > have > > > > > run. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --------------------------------------------- > ---- > > > ---- > > > > > ---- > > > > > > > ---- > > > > > > > > > ---- > > > > > > > > > > > -------- > > > > > > > > > > > > > > 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 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > |
From: Michelle S O. <ms...@ny...> - 2008-08-03 04:01:40
|
The only changes I checked in from the CC machine were to test.local.properties. The startup script I'm using isn't in svn, although I guess it should be now that it has something important (before it was just to save typing a long path). I have no idea why the line number doesn't show up, that's weird. : / I'm going to sleep - good night all. Michelle PS - the subject of this email has become epic! ----- Original Message ----- From: Patrick Winters <pat...@ny...> Date: Saturday, August 2, 2008 11:44 pm Subject: RE: RE: RE: RE: RE: RE: Testing and Publishing to Update Site To: 'Michelle S Osborne' <ms...@ny...> Cc: git...@li... > We're there. Would you make sure you commit necessary changes to the > build > script? > > As an aside, have any idea why the line number isn't showing up for our > NullPointer? > > > -----Original Message----- > > From: Michelle S Osborne [mailto:ms...@ny...] > > Sent: Saturday, August 02, 2008 11:25 PM > > To: Patrick Winters > > Cc: git...@li... > > Subject: Re: RE: RE: RE: RE: RE: Testing and Publishing to Update Site > > > > I think we're getting there.. the latest stacktrace looks like it's > > coming from within our code: > > > > org.osgi.framework.BundleException: Exception in > > edu.nyu.cs.gitclipse.ui.GitUIActivator.stop() of bundle > > edu.nyu.cs.gitclipse.ui. > > at > > org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleC > > ontextImpl.java:1056) > > at > > org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHo > > st.java:457) > > at > > org.eclipse.osgi.framework.internal.core.AbstractBundle.suspend(Abstrac > > tBundle.java:526) > > at > > org.eclipse.osgi.framework.internal.core.Framework.suspendBundle(Framew > > ork.java:1148) > > at > > org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(Star > > tLevelManager.java:675) > > at > > org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLe > > vel(StartLevelManager.java:291) > > at > > org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(Sta > > rtLevelManager.java:261) > > at > > org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(SystemBun > > dle.java:188) > > at > > org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.j > > ava:622) > > at > > org.eclipse.osgi.framework.internal.core.Framework.close(Framework.java > > :525) > > at > > org.eclipse.osgi.framework.internal.core.OSGi.close(OSGi.java:41) > > at > > org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(EclipseStarter > > .java:399) > > at > > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java > > :197) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja > > va:39) > > at > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso > > rImpl.java:25) > > at java.lang.reflect.Method.invoke(Method.java:597) > > 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) > > Caused by: java.lang.NullPointerException > > at edu.nyu.cs.gitclipse.ui.GitUIActivator.stop(Unknown Source) > > at > > org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(Bundle > > ContextImpl.java:1040) > > at java.security.AccessController.doPrivileged(Native Method) > > at > > org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleC > > ontextImpl.java:1036) > > ... 21 more > > Root exception: > > java.lang.NullPointerException > > at edu.nyu.cs.gitclipse.ui.GitUIActivator.stop(Unknown Source) > > at > > org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(Bundle > > ContextImpl.java:1040) > > at java.security.AccessController.doPrivileged(Native Method) > > at > > org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleC > > ontextImpl.java:1036) > > at > > org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHo > > st.java:457) > > at > > org.eclipse.osgi.framework.internal.core.AbstractBundle.suspend(Abstrac > > tBundle.java:526) > > at > > org.eclipse.osgi.framework.internal.core.Framework.suspendBundle(Framew > > ork.java:1148) > > at > > org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(Star > > tLevelManager.java:675) > > at > > org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLe > > vel(StartLevelManager.java:291) > > at > > org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(Sta > > rtLevelManager.java:261) > > at > > org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(SystemBun > > dle.java:188) > > at > > org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.j > > ava:622) > > at > > org.eclipse.osgi.framework.internal.core.Framework.close(Framework.java > > :525) > > at > > org.eclipse.osgi.framework.internal.core.OSGi.close(OSGi.java:41) > > at > > org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(EclipseStarter > > .java:399) > > at > > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java > > :197) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja > > va:39) > > at > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso > > rImpl.java:25) > > at java.lang.reflect.Method.invoke(Method.java:597) > > 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) > > > > > > ----- Original Message ----- > > From: Patrick Winters <pat...@ny...> > > Date: Saturday, August 2, 2008 11:07 pm > > Subject: RE: RE: RE: RE: RE: Testing and Publishing to Update Site > > To: 'Michelle S Osborne' <ms...@ny...> > > Cc: git...@li... > > > > > Have you tried this yet? Look at the last thread. > > > http://groups.google.com/group/Google-Web- > > Toolkit/browse_thread/thread/a29ba > > > d57c0c92268 > > > > > > Reproduced below > > > ----- > > > I finally used Xvfb, adding the following lines to the script that > > starts > > > cruisecontrol: > > > > > > """ > > > Xvfb :1 -ac -screen 0 1024x768x8 & > > > > > > export DISPLAY=:1 > > > > > > (...) > > > /usr/local/lib/cruisecontrol/cruisecontrol.sh (...) > > > """ > > > > > > And it has been working as expected during the last two weeks. > > > > > > > > > > -----Original Message----- > > > > From: Michelle S Osborne [mailto:ms...@ny...] > > > > Sent: Saturday, August 02, 2008 10:50 PM > > > > To: Patrick Winters > > > > Cc: git...@li... > > > > Subject: Re: RE: RE: RE: RE: Testing and Publishing to Update Site > > > > > > > > Sorry, my Internet connection flaked out for a while. > > > > > > > > We're still getting this error: org.eclipse.swt.SWTError: No more > > > > handles [gtk_init_check() failed] > > > > > > > > From looking online, it looks like people using Google Web Toolkit > > and > > > > trying to run automated builds on linux ran into the same problem. > > > > > > > > ----- Original Message ----- > > > > From: Patrick Winters <pat...@ny...> > > > > Date: Saturday, August 2, 2008 9:41 pm > > > > Subject: RE: RE: RE: RE: Testing and Publishing to Update Site > > > > To: 'Michelle S Osborne' <ms...@ny...> > > > > Cc: git...@li... > > > > > > > > > Yah put those in test.local.properties. > > > > > Because we have all these nested ant calls the properties get > > wiped > > > > at > > > > > successive levels. It's hard to follow, but in the test > target I > > > > make > > > > > sure > > > > > to load test.local.properties at the beginning. > > > > > > > > > > > -----Original Message----- > > > > > > From: Michelle S Osborne [mailto:ms...@ny...] > > > > > > Sent: Saturday, August 02, 2008 9:28 PM > > > > > > To: Patrick Winters > > > > > > Cc: git...@li... > > > > > > Subject: Re: RE: RE: RE: Testing and Publishing to Update Site > > > > > > > > > > > > Eek sorry about that, I forgot to revert my changes. The build > > is > > > > still > > > > > > failing, but check this out: > > > > > > > > > > > > BootLoader constants: OS=${os}, ARCH=${arch}, WS=${ws}, > > NL=en_US > > > > > > Framework arguments: -application > > > > org.eclipse.test.uitestapplication > > > > > > > > > > > > formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFo > > > > > > rmatter,/home/mso206/cruisecontrol/gitclipse- > > > > > > test/eclipse/edu.nyu.cs.gitclipse.test.AllTests.xml - > > testPluginName > > > > > > edu.nyu.cs.gitclipse.test -className > > > > edu.nyu.cs.gitclipse.test.AllTests > > > > > > Command-line arguments: -application > > > > > > org.eclipse.test.uitestapplication -data > > > > > > /home/mso206/cruisecontrol/gitclipse-test > > > > > > > > > > > > formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFo > > > > > > rmatter,/home/mso206/cruisecontrol/gitclipse- > > > > > > test/eclipse/edu.nyu.cs.gitclipse.test.AllTests.xml - > > testPluginName > > > > > > edu.nyu.cs.gitclipse.test -className > > > > edu.nyu.cs.gitclipse.test.AllTests > > > > > > -os ${os} -ws ${ws} -arch ${arch} -consolelog > > > > > > > > > > > > It seems like those properties aren't being picked up, even > > though > > > > > > they're in build.local.properties. Do you remember at what > > point > > > in > > > > > the > > > > > > build they're supposed to be defined? > > > > > > > > > > > > I'm going to try hard-coding those properties again in > > > > customTargets > > > > > to > > > > > > see if your additional changes will help. I'll revert > > afterwards > > > > this > > > > > > time.. > > > > > > > > > > > > Michelle > > > > > > > > > > > > ----- Original Message ----- > > > > > > From: Patrick Winters <pat...@ny...> > > > > > > Date: Saturday, August 2, 2008 9:08 pm > > > > > > Subject: RE: RE: RE: Testing and Publishing to Update Site > > > > > > To: 'Michelle S Osborne' <ms...@ny...> > > > > > > Cc: git...@li... > > > > > > > > > > > > > Michelle, > > > > > > > I'm so sorry I just noticed the test target in > > > > customTargets.xml > > > > > > has > > > > > > > the > > > > > > > os, arch, and ws hard coded. This was my carelessness. > > > > > > > > > > > > > > This seems to be related to the problem I had. I think it's > > > > trying > > > > > > to > > > > > > > open > > > > > > > a GTK handle, but can't because there's no display or the > > DISPLAY > > > > > > > environment variable is blank. If this is running as a cron > > job > > > > or > > > > > > some > > > > > > > kind of system job, this might be the problem. > > > > > > > > > > > > > > I bet you if you open a shell with X11 forwarding and run > > this > > > > > > > manually it > > > > > > > would work now. I just committed in the test target adding > > "<env > > > > > > > key="DISPLAY" value=":1.0"/>" nested in the java call. But > > our > > > > > > changes > > > > > > > conflict. Will you merge them in your CC directory and see > > if > > > > this > > > > > > > does it? > > > > > > > > > > > > > > This is only slightly related. > > > > > > > http://linux.derkeiler.com/Newsgroups/alt.os.linux.suse/2004- > > > > > > 01/3983.html > > > > > > > > > > > > > > -- > > > > > > > Patrick > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -----Original Message----- > > > > > > > > From: Michelle S Osborne [mailto:ms...@ny...] > > > > > > > > Sent: Saturday, August 02, 2008 8:40 PM > > > > > > > > To: Patrick Winters > > > > > > > > Cc: git...@li... > > > > > > > > Subject: Re: RE: RE: Testing and Publishing to Update Site > > > > > > > > > > > > > > > > It seems like it could be the arch, because I also noticed > > > > this: > > > > > > > > !MESSAGE Platform filter did not match: (& (osgi.ws=gtk) > > > > > > > > (osgi.os=linux) (osgi.arch=x86_64)) > > > > > > > > > > > > > > > > The description of that error seems to be 'a bundle could > > not > > > > be > > > > > > > > resolved because a platform filter did not match the > > runtime > > > > > > > > environment.' > > > > > > > > > > > > > > > > I set the arch property in customTargets to be x86_64 > > (directly > > > > > on > > > > > > the > > > > > > > > build machine for now) and got this different stacktrace: > > > > > > > > > > > > > > > > Total time: 1 minute 14 seconds > > > > > > > > [linserv3] ~/cruisecontrol $ vi > > > > > > /home/mso206/cruisecontrol/gitclipse- > > > > > > > > test/eclipse/results/edu.nyu.cs.gitclipse.test.AllTests.txt > > > > > > > > > > > > > > > > Framework arguments: -application > > > > > > org.eclipse.test.uitestapplication > > > > > > > > > > > > > > > > > > > > formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFo > > > > > > > > rmatter,/home/mso206/cruisecontrol/gitclipse- > > > > > > > > test/eclipse/edu.nyu.cs.gitclipse.test.AllTests.xml - > > > > testPluginName > > > > > > > > edu.nyu.cs.gitclipse.test -className > > > > > > edu.nyu.cs.gitclipse.test.AllTests > > > > > > > > Command-line arguments: -application > > > > > > > > org.eclipse.test.uitestapplication -data > > > > > > > > /home/mso206/cruisecontrol/gitclipse-test > > > > > > > > > > > > > > > > > > > > formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFo > > > > > > > > rmatter,/home/mso206/cruisecontrol/gitclipse- > > > > > > > > test/eclipse/edu.nyu.cs.gitclipse.test.AllTests.xml - > > > > testPluginName > > > > > > > > edu.nyu.cs.gitclipse.test -className > > > > > > edu.nyu.cs.gitclipse.test.AllTests > > > > > > > > -os linux -ws gtk -arch x86_64 -consolelog > > > > > > > > > > > > > > > > !ENTRY org.eclipse.osgi 4 0 2008-08-02 20:37:11.017 > > > > > > > > !MESSAGE Application error > > > > > > > > !STACK 1 > > > > > > > > org.eclipse.swt.SWTError: No more handles [gtk_init_check() > > > > failed] > > > > > > > > at org.eclipse.swt.SWT.error(SWT.java:3589) > > > > > > > > at > > > > > > > > > > org.eclipse.swt.widgets.Display.createDisplay(Display.java:836) > > > > > > > > at > > > > org.eclipse.swt.widgets.Display.create(Display.java:824) > > > > > > > > at > > > > org.eclipse.swt.graphics.Device.<init>(Device.java:152) > > > > > > > > at > > > > org.eclipse.swt.widgets.Display.<init>(Display.java:472) > > > > > > > > at > > > > org.eclipse.swt.widgets.Display.<init>(Display.java:463) > > > > > > > > at > > > > > > > > > > > > org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:498) > > > > > > > > at > > > > > > org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:161) > > > > > > > > at > > > > > > > > > > > > > > > > > > > > org.eclipse.ui.internal.ide.application.IDEApplication.createDisplay(ID > > > > > > > > EApplication.java:133) > > > > > > > > at > > > > > > > > > > > > > > > > > > > > org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplica > > > > > > > > tion.java:86) > > > > > > > > at > > > > > > > > > > > > > > > > > > > > org.eclipse.test.UITestApplication.runApplication(UITestApplication.jav > > > > > > > > a: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.runApplica > > > > > > > > tion(EclipseAppLauncher.java:106) > > > > > > > > at > > > > > > > > > > > > > > > > > > > > org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ecli > > > > > > > > pseAppLauncher.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 > > sun.reflect.NativeMethodAccessorImpl.invoke0(Native > > > > > > Method) > > > > > > > > at > > > > > > > > > > > > > > > > > > > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja > > > > > > > > va:39) > > > > > > > > at > > > > > > > > > > > > > > > > > > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso > > > > > > > > rImpl.java:25) > > > > > > > > at java.lang.reflect.Method.invoke(Method.java:597) > > > > > > > > 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) > > > > > > > > > > > > > > > > > > > > ================================================================ > > > > > > > > > > > > > > > > ----- Original Message ----- > > > > > > > > From: Patrick Winters <pat...@ny...> > > > > > > > > Date: Saturday, August 2, 2008 7:19 pm > > > > > > > > Subject: RE: RE: Testing and Publishing to Update Site > > > > > > > > To: 'Michelle S Osborne' <ms...@ny...> > > > > > > > > Cc: git...@li... > > > > > > > > > > > > > > > > > K. This isn't exactly the relevant part though. In CC, > > if > > > > you > > > > > > look > > > > > > > > > at the > > > > > > > > > AllTests.log artifact you see it's failing to load the > > UI. > > > > I'm > > > > > > not > > > > > > > > sure > > > > > > > > > why. Look down at the bottom, it's not getting SWT for > > some > > > > > > reason, > > > > > > > > which > > > > > > > > > is a platform specific JAR. Something is screwy here > > with > > > > the > > > > > > > > architecture > > > > > > > > > and the platform specific bundle loaders. > > > > > > > > > > > > > > > > > > This is from CC at the top... Look here it seems to be > > > > running > > > > > > with > > > > > > > > x86 > > > > > > > > > arch. > > > > > > > > > > > > > > > > > > !SESSION 2008-08-02 17:47:35.325 > > > > > > > > > ----------------------------------------------- > > > > > > > > > eclipse.buildId=M20080221-1800 > > > > > > > > > java.version=1.6.0_05 > > > > > > > > > java.vendor=Sun Microsystems Inc. > > > > > > > > > BootLoader constants: OS=linux, ARCH=x86, WS=gtk, > > NL=en_US > > > > > > > > > > > > > > > > > > And this is one of a couple entries at the bottom that > > aren't > > > > > > > > resolving. > > > > > > > > > > > > > > > > > > !ENTRY org.eclipse.osgi 2 0 2008-08-02 17:47:39.742 > > > > > > > > > !MESSAGE The following is a complete list of bundles > > which > > > > are > > > > > > not > > > > > > > > resolved, > > > > > > > > > see the prior log entry for the root cause if it exists: > > > > > > > > > !SUBENTRY 1 org.eclipse.osgi 2 0 2008-08-02 17:47:39.743 > > > > > > > > > !MESSAGE Bundle > > > > > > > > > > > > > > > > > > > > > > > > > > > > > update@plugins/org.eclipse.core.filesystem.linux.x86_64_1.0.100.v200705 > > > > > > > > 10.ja > > > > > > > > > r [15] was not resolved. > > > > > > > > > !SUBENTRY 2 org.eclipse.core.filesystem.linux.x86_64 2 > 0 > > > > 2008-08- > > > > > > 02 > > > > > > > > > 17:47:39.743 > > > > > > > > > > > > > > > > > > Is there a problem with the $ECLIPSE_HOME variable? Or > > do > > > we > > > > > > need > > > > > > > to > > > > > > > > > specifically set the ARCH to be x86_64? > > > > > > > > > > > > > > > > > > > > > > > > > > > > -----Original Message----- > > > > > > > > > > From: Michelle S Osborne [mailto:ms...@ny...] > > > > > > > > > > Sent: Saturday, August 02, 2008 6:20 PM > > > > > > > > > > To: Patrick Winters > > > > > > > > > > Cc: git...@li... > > > > > > > > > > Subject: Re: RE: Testing and Publishing to Update Site > > > > > > > > > > > > > > > > > > > > It's failing at the command line too, here's the > > relevant > > > > part > > > > > > of > > > > > > > > the > > > > > > > > > > output: > > > > > > > > > > > > > > > > > > > > [java] [java] java-test: > > > > > > > > > > [java] [java] [echo] Running > > > > > > > > > > edu.nyu.cs.gitclipse.test.AllTests. Result file: > > > > > > > > > > /home/mso206/cruisecontrol/gitclipse- > > > > > > > > > > > > > > test/eclipse/results/edu.nyu.cs.gitclipse.test.AllTests.xml. > > > > > > > > > > [java] [java] [java] Java Result: 13 > > > > > > > > > > [java] [java] > > > > > > > > > > [java] [java] collect-results: > > > > > > > > > > [java] [java] [style] Warning: the task > > name > > > > > > <style> > > > > > > > > is > > > > > > > > > > deprecated. Use <xslt> instead. > > > > > > > > > > [java] [java] [style] Transforming into > > > > > > > > > > /home/mso206/cruisecontrol/gitclipse- > > test/eclipse/results > > > > > > > > > > [java] [java] > > > > > > > > > > [java] [java] BUILD FAILED > > > > > > > > > > [java] [java] > > > > /home/mso206/cruisecontrol/gitclipse- > > > > > > > > > > build/plugins/edu.nyu.cs.gitclipse.test/test.xml:23: > > The > > > > > > following > > > > > > > > > > error occurred while executing this line: > > > > > > > > > > [java] [java] > > > > /home/mso206/cruisecontrol/gitclipse- > > > > > > > > > > > > test/eclipse/plugins/org.eclipse.test_3.2.0/library.xml:56: > > > > > The > > > > > > > > > > following error occurred while executing this line: > > > > > > > > > > [java] [java] > > > > /home/mso206/cruisecontrol/gitclipse- > > > > > > > > > > > > test/eclipse/plugins/org.eclipse.test_3.2.0/library.xml:97: > > > > > > Test > > > > > > > > > > Failure: edu.nyu.cs.gitclipse.test.AllTests > > > > > > > > > > [java] [java] > > > > > > > > > > [java] [java] Total time: 6 seconds > > > > > > > > > > > > > > > > > > > > [java] BUILD FAILED > > > > > > > > > > [java] > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > /home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scri > > > > > > > > > > pts/build.xml:28: The following error occurred while > > > > executing > > > > > > this > > > > > > > > > > line: > > > > > > > > > > [java] > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > /home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scri > > > > > > > > > > pts/build.xml:112: The following error occurred while > > > > executing > > > > > > > > this > > > > > > > > > > line: > > > > > > > > > > [java] > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > /home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.buil > > > > > > > > > > d/customTargets.xml:140: The following error occurred > > while > > > > > > > > executing > > > > > > > > > > this line: > > > > > > > > > > [java] > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > /home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.buil > > > > > > > > > > d/customTargets.xml:194: Java returned: 13 > > > > > > > > > > > > > > > > > > > > ----- Original Message ----- > > > > > > > > > > From: Patrick Winters <pat...@ny...> > > > > > > > > > > Date: Saturday, August 2, 2008 6:11 pm > > > > > > > > > > Subject: RE: Testing and Publishing to Update Site > > > > > > > > > > To: 'Michelle S Osborne' <ms...@ny...> > > > > > > > > > > Cc: git...@li... > > > > > > > > > > > > > > > > > > > > > BTW. I noticed the build is failing due to tests > > runner > > > > > > failure. > > > > > > > > > > I'm > > > > > > > > > > > not > > > > > > > > > > > sure what's going on there, but I wonder if it's > > related > > > > to > > > > > > the > > > > > > > > > > annoying > > > > > > > > > > > headless eclipse problem I had awhile back and never > > > > > > resolved. > > > > > > > > > > > > > > > > > > > > > > Try opening a shell to linserv and running the build > > > > > > manually. > > > > > > > I > > > > > > > > > > > wonder if > > > > > > > > > > > it's a DISPLAY related problem. > > > > > > > > > > > > > > > > > > > > > > > -----Original Message----- > > > > > > > > > > > > From: Michelle S Osborne [mailto:ms...@ny...] > > > > > > > > > > > > Sent: Saturday, August 02, 2008 5:56 PM > > > > > > > > > > > > To: pat...@ny... > > > > > > > > > > > > Cc: git...@li... > > > > > > > > > > > > Subject: Re: Testing and Publishing to Update Site > > > > > > > > > > > > > > > > > > > > > > > > Patrick, > > > > > > > > > > > > > > > > > > > > > > > > The ant jar is added and the test framework plugin > > is > > > > up- > > > > > > to- > > > > > > > > date. > > > > > > > > > > > > > > > > > > > > > > > > Right now build.local.properties is under version > > > > > control - > > > > > > > all > > > > > > > > > of > > > > > > > > > > the > > > > > > > > > > > > CC files are at > > > > > > > > https://subversive.cims.nyu.edu/osp/cruisecontrol/. > > > > > > > > > > > If > > > > > > > > > > > > there has to be a password in the file, should we > > make > > > > a > > > > > > new > > > > > > > > > > > > sourceforge user just for this purpose? Does the > > > > updateUser > > > > > > > > need > > > > > > > > > > any > > > > > > > > > > > > kind of privilege that we wouldn't want anyone who > > > > checks > > > > > > our > > > > > > > > build > > > > > > > > > > > > scripts out of version control to be able to > > access? > > > If > > > > > so > > > > > > then > > > > > > > > > > I'll > > > > > > > > > > > > take the properties file out of svn and use my > > > > sourceforge > > > > > > > > info. > > > > > > > > > > > > > > > > > > > > > > > > Michelle > > > > > > > > > > > > > > > > > > > > > > > > ----- Original Message ----- > > > > > > > > > > > > From: Patrick Winters <pat...@ny...> > > > > > > > > > > > > Date: Saturday, August 2, 2008 4:47 pm > > > > > > > > > > > > Subject: Testing and Publishing to Update Site > > > > > > > > > > > > To: Michelle S Osborne <ms...@ny...> > > > > > > > > > > > > Cc: git...@li... > > > > > > > > > > > > > > > > > > > > > > > > > Okay, > > > > > > > > > > > > > It took awhile but this should all be working > > now. > > > > > > > > > > > > > > > > > > > > > > > > > > You need to add that jar for the optional SCP > > task > > > > > > > > somewhere > > > > > > > > > in > > > > > > > > > > > > your > > > > > > > > > > > > > ant lib. Again, you should add it to ~/.ant/lib/ > > > > > > > > > > > > > http://prdownloads.sourceforge.net/jsch/jsch- > > > > > > > > 0.1.39.jar?download > > > > > > > > > > > > > Build.local.properties has three more entries > > if > > > > you > > > > > > want > > > > > > > > it > > > > > > > > > to > > > > > > > > > > > > > publish. If you have any entry for "publish" > it > > will > > > > > > think > > > > > > > > you > > > > > > > > > > want > > > > > > > > > > > > to, > > > > > > > > > > > > > because it only checks that the property is set. > > > > > > > > > > > > > > > > > > > > > > > > > > updateUser=sourceforgeUser > > > > > > > > > > > > > updatePassword=yourPassword > > > > > > > > > > > > > publish=true > > > > > > > > > > > > > > > > > > > > > > > > > > Testing should also work now, and fail the > > build > > > > > with a > > > > > > > > junit > > > > > > > > > > xml > > > > > > > > > > > > > report in the usual place. > > > > > > > > > > > > > -- > > > > > > > > > > > > > Patrick > > > > > > > > > > > > > > > > > > > > > > > > > > On Sat, 2008-08-02 at 14:52 -0400, Michelle S > > Osborne > > > > > > wrote: > > > > > > > > > > > > > > i noticed this line in the build log: > > > > > > > > > > > > > > > > > > > > > > > > > > > > [java] > > > > > > > > > > > > > /home/mso206/cruisecontrol/gitclipse- > > > > > > > > > > > > > > build/plugins/edu.nyu.cs.gitclipse.test/test.xml:11: > > > > > > > > > > > > > Basedir > > > > > > > > > > > > > /home/mso206/cruisecontrol/gitclipse- > > > > > > > > > > > > build/plugins/edu.nyu.cs.gitclipse.test/${eclipse- > > test- > > > > > > home} > > > > > > > > > > > > > does not exist > > > > > > > > > > > > > > > > > > > > > > > > > > > > That doesn't make sense for a couple of > > reasons. > > > > One > > > > > is > > > > > > > > that > > > > > > > > > > > > > eclipse-test-home definitely is defined in > > > > > > > > test.local.properties, > > > > > > > > > > > and > > > > > > > > > > > > > the second is that eclipse-test-home is the > > directory > > > > > > that > > > > > > > > the > > > > > > > > > > > > version > > > > > > > > > > > > > of eclipse we're running tests against gets > > expanded > > > > to. > > > > > > That > > > > > > > > > > should > > > > > > > > > > > > > be completely separate from the gitclipse-build > > > > > > directory, > > > > > > > > which > > > > > > > > > > is > > > > > > > > > > > > > where the project gets built. > > > > > > > > > > > > > > > > > > > > > > > > > > > > Michelle > > > > > > > > > > > > > > > > > > > > > > > > > > > > ----- Original Message ----- > > > > > > > > > > > > > > From: osp...@ny... > > > > > > > > > > > > > > Date: Saturday, August 2, 2008 2:09 pm > > > > > > > > > > > > > > Subject: [Gitclipse-build] [cc] gitclipse Build > > > > Failed > > > > > > > > > > > > > > To: git...@li... > > > > > > > > > > > > > > > > > > > > > > > > > > > > > View results here -> > > > > > > > > > > > > > > > > http://linserv3.cims.nyu.edu:33333?log=log20080802140739 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > BUILD FAILED > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Ant Error Message: > > > > > > > > > > > > > > > > > > > > > /home/mso206/cruisecontrol/build_gitclipse.xml:18: > > > > > > > > The > > > > > > > > > > > > > following > > > > > > > > > > > > > > > error occurred while executing this line: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > /home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.buil > > > > > > > > > > > > d/build.xml:106: > > > > > > > > > > > > > > > Java returned: 13 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Date of build: > > > > > > > > > > > > > > > 08/02/2008 14:07:39 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Time to build: > > > > > > > > > > > > > > > 1 minute 19 seconds > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Last changed: > > > > > > > > > > > > > > > 08/02/2008 14:04:22 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Last log entry: > > > > > > > > > > > > > > > Added publishing for update site. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Errors/Warnings: (6) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > BUILD > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > FAILED/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v2007101 > > > > > > > > > > > > 9/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:139: > > > > > > > > > > > > > > > > > > > > > > > > > > > > The following error occurred while executing > > this > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > line:/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse > > > > > > > > > > > > .build/customTargets.xml:186: > > > > > > > > > > > > > > > > > > > > > > > > > > > > Java returned: 13Total time: 1 minute 5 > > seconds > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Unit Tests: (0) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > No Tests Run > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > This project doesn't have any > > tests > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Modifications since last > > successful > > > > > > build: > > > > > > > > > > > > > > > (4) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > modified > > > > > > > > > > > > > > > pcw216 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > /gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml > > > > > > > > > > > > > > > 08/02/2008 14:04:22 > > > > > > > > > > > > > > > Added publishing for update site. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > modified > > > > > > > > > > > > > > > pcw216 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > /gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml > > > > > > > > > > > > > > > 08/02/2008 14:04:20 > > > > > > > > > > > > > > > Added publishing for update site. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > modified > > > > > > > > > > > > > > > pcw216 > > > > > > > > > > > > > > > > > > > > > > > /gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml > > > > > > > > > > > > > > > 08/02/2008 14:04:19 > > > > > > > > > > > > > > > Added publishing for update site. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > modified > > > > > > > > > > > > > > > pcw216 > > > > > > > > > > > > > > > > > > > > > > > /gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml > > > > > > > > > > > > > > > 08/02/2008 02:44:25 > > > > > > > > > > > > > > > Fail the test runner after all tests > > > > have > > > > > > run. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --------------------------------------------- > > ---- > > > > ---- > > > > > > ---- > > > > > > > > ---- > > > > > > > > > > ---- > > > > > > > > > > > > -------- > > > > > > > > > > > > > > > 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 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > |
From: <osp...@ny...> - 2008-08-02 20:45:46
|
<html><head> <base href="http://linserv3.cims.nyu.edu:33333"> <style> .white { color:#FFFFFF } .index { background-color:#FFFFFF } .index-passed { color:#004400 } .index-failed { color:#FF0000; font-weight:bold } .index-header { font-weight:bold } .link { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; text-decoration:none; } .tab-table { margin: 0em 0em 0.5em 0em; } .tabs { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding: 0em 2em; background-color:#EEEEEE; } .tabs-link { color:#000000; text-decoration:none; } .tabs-link:visited { color:#000000; text-decoration:none; } .tabs-selected { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding: 0em 2em; } .tabs-selected { border: inset; } table.header { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#000000; } table.header th { text-align:left; vertical-align:top; white-space:nowrap; } table.header th.big { font-size:12pt; } .modifications-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .modifications-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .modifications-oddrow { background-color:#CCCCCC } .modifications-evenrow { background-color:#FFFFCC } .changelists-oddrow { background-color:#CCCCCC } .changelists-evenrow { background-color:#FFFFCC } .changelists-file-spacer { background-color:#FFFFFF } .changelists-file-evenrow { background-color:#EEEEEE } .changelists-file-oddrow { background-color:#FFFFEE } .changelists-file-header { background-color:#666666; font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FFFFFF; } .compile-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .compile-error-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .compile-warn-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#CC9900; } .compile-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .distributables-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .distributables-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .distributables-oddrow { background-color:#CCCCCC } .unittests-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .unittests-oddrow { background-color:#CCCCCC } .unittests-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .unittests-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#901090; } .unittests-failure { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .unittests-title { font-family:arial,helvetica,sans-serif; font-size:9pt; font-weight: bold; color:#000080; background-color:#CCDDDD; } .unittests-error-title { font-family:arial,helvetica,sans-serif; font-size:9pt; font-weight: bold; color:#901090; background-color:#CCDDDD; } .unittests-failure-title { font-family:arial,helvetica,sans-serif; font-size:9pt; color:#FF0000; font-weight: bold; background-color:#CCDDDD; } .checkstyle-oddrow { background-color:#CCCCCC } .checkstyle-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .checkstyle-warning { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .checkstyle-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .checkstyle-fileheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; font-weight:bold; color:#FFFFFF; } .checkstyle-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .macker-oddrow { background-color:#CCCCCC } .macker-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .macker-data-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .macker-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } a img { border: 0 } .hidden { visibility: hidden } .config-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .config-result-message { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FF0000; } .differences-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .differences-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .differences-oddrow { background-color:#CCCCCC } .differences-evenrow { background-color:#FFFFCC } .testresults-output-div { border:solid 1px; font-size: 9pt; font-family:monospace; overflow: auto; } </style> </head><body> View results here -> <a href="http://linserv3.cims.nyu.edu:33333?log=log20080802164433">http://linserv3.cims.nyu.edu:33333?log=log20080802164433</a><p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" class="header" width="98%"> <tr> <th class="big" colspan="2">BUILD FAILED</th> </tr> <tr> <th>Ant Error Message:</th> <td>/home/mso206/cruisecontrol/build_gitclipse.xml:18: The following error occurred while executing this line: /home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/build.xml:112: Java returned: 13 </td> </tr> <tr> <th>Date of build:</th> <td>08/02/2008 16:44:33</td> </tr> <tr> <th>Time to build:</th> <td>1 minute 14 seconds</td> </tr> <tr> <th>Last changed:</th> <td>08/02/2008 16:40:53</td> </tr> <tr> <th>Last log entry:</th> <td>Build fails with tests now. Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> </table><p> <p></p> <p></p> <p></p> <p></p> <p></p> <p> <table xmlns="http://www.w3.org/TR/html4/strict.dtd" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="compile-sectionheader" colspan="4"> Errors/Warnings: (6) </td> </tr> <tr> <td><pre class="compile-data">BUILD FAILED<br class="none"></br>/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/build.xml:28: The following error occurred while executing this line:<br class="none"></br>/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/build.xml:112: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/customTargets.xml:140: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/customTargets.xml:194: Java returned: 13<br class="none"></br>Total time: 1 minute 0 seconds<br class="none"></br></pre></td> </tr> </table> </p> <p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="unittests-sectionheader" colspan="4"> Unit Tests: (0) </td> </tr> <tr> <td colspan="2" class="unittests-data"> No Tests Run </td> </tr> <tr> <td colspan="2" class="unittests-error"> This project doesn't have any tests </td> </tr> <tr> <td> <table align="center" cellpadding="2" cellspacing="0" border="0" width="98%"></table> </td> </tr> <tr></tr> <tr> <td colspan="2"> </td> </tr> </table> </p> <p></p> <p> <table align="center" cellpadding="2" cellspacing="1" border="0" width="98%"> <tr> <td class="modifications-sectionheader" colspan="6"> Modifications since last successful build: (9) </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.update-site/site.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/build.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml</td> <td class="modifications-data">08/02/2008 14:04:22</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml</td> <td class="modifications-data">08/02/2008 14:04:20</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 14:04:19</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 02:44:25</td> <td class="modifications-data">Fail the test runner after all tests have run.</td> </tr> </table> </p> <p></p> <p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"></table> </p> </body></html> |
From: <osp...@ny...> - 2008-08-02 21:47:41
|
<html><head> <base href="http://linserv3.cims.nyu.edu:33333"> <style> .white { color:#FFFFFF } .index { background-color:#FFFFFF } .index-passed { color:#004400 } .index-failed { color:#FF0000; font-weight:bold } .index-header { font-weight:bold } .link { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; text-decoration:none; } .tab-table { margin: 0em 0em 0.5em 0em; } .tabs { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding: 0em 2em; background-color:#EEEEEE; } .tabs-link { color:#000000; text-decoration:none; } .tabs-link:visited { color:#000000; text-decoration:none; } .tabs-selected { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding: 0em 2em; } .tabs-selected { border: inset; } table.header { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#000000; } table.header th { text-align:left; vertical-align:top; white-space:nowrap; } table.header th.big { font-size:12pt; } .modifications-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .modifications-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .modifications-oddrow { background-color:#CCCCCC } .modifications-evenrow { background-color:#FFFFCC } .changelists-oddrow { background-color:#CCCCCC } .changelists-evenrow { background-color:#FFFFCC } .changelists-file-spacer { background-color:#FFFFFF } .changelists-file-evenrow { background-color:#EEEEEE } .changelists-file-oddrow { background-color:#FFFFEE } .changelists-file-header { background-color:#666666; font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FFFFFF; } .compile-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .compile-error-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .compile-warn-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#CC9900; } .compile-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .distributables-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .distributables-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .distributables-oddrow { background-color:#CCCCCC } .unittests-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .unittests-oddrow { background-color:#CCCCCC } .unittests-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .unittests-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#901090; } .unittests-failure { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .unittests-title { font-family:arial,helvetica,sans-serif; font-size:9pt; font-weight: bold; color:#000080; background-color:#CCDDDD; } .unittests-error-title { font-family:arial,helvetica,sans-serif; font-size:9pt; font-weight: bold; color:#901090; background-color:#CCDDDD; } .unittests-failure-title { font-family:arial,helvetica,sans-serif; font-size:9pt; color:#FF0000; font-weight: bold; background-color:#CCDDDD; } .checkstyle-oddrow { background-color:#CCCCCC } .checkstyle-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .checkstyle-warning { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .checkstyle-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .checkstyle-fileheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; font-weight:bold; color:#FFFFFF; } .checkstyle-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .macker-oddrow { background-color:#CCCCCC } .macker-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .macker-data-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .macker-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } a img { border: 0 } .hidden { visibility: hidden } .config-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .config-result-message { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FF0000; } .differences-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .differences-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .differences-oddrow { background-color:#CCCCCC } .differences-evenrow { background-color:#FFFFCC } .testresults-output-div { border:solid 1px; font-size: 9pt; font-family:monospace; overflow: auto; } </style> </head><body> View results here -> <a href="http://linserv3.cims.nyu.edu:33333?log=log20080802174603">http://linserv3.cims.nyu.edu:33333?log=log20080802174603</a><p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" class="header" width="98%"> <tr> <th class="big" colspan="2">BUILD FAILED</th> </tr> <tr> <th>Ant Error Message:</th> <td>/home/mso206/cruisecontrol/build_gitclipse.xml:18: The following error occurred while executing this line: /home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/build.xml:112: Java returned: 13 </td> </tr> <tr> <th>Date of build:</th> <td>08/02/2008 17:46:03</td> </tr> <tr> <th>Time to build:</th> <td>1 minute 38 seconds</td> </tr> <tr> <th>Last changed:</th> <td>08/02/2008 17:45:48</td> </tr> <tr> <th>Last log entry:</th> <td>repository view git branch, git checkout implemented</td> </tr> </table><p> <p></p> <p></p> <p></p> <p></p> <p></p> <p> <table xmlns="http://www.w3.org/TR/html4/strict.dtd" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="compile-sectionheader" colspan="4"> Errors/Warnings: (6) </td> </tr> <tr> <td><pre class="compile-data">BUILD FAILED<br class="none"></br>/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/build.xml:28: The following error occurred while executing this line:<br class="none"></br>/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/build.xml:112: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/customTargets.xml:140: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/customTargets.xml:194: Java returned: 13<br class="none"></br>Total time: 1 minute 21 seconds<br class="none"></br></pre></td> </tr> </table> </p> <p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="unittests-sectionheader" colspan="4"> Unit Tests: (0) </td> </tr> <tr> <td colspan="2" class="unittests-data"> No Tests Run </td> </tr> <tr> <td colspan="2" class="unittests-error"> This project doesn't have any tests </td> </tr> <tr> <td> <table align="center" cellpadding="2" cellspacing="0" border="0" width="98%"></table> </td> </tr> <tr></tr> <tr> <td colspan="2"> </td> </tr> </table> </p> <p></p> <p> <table align="center" cellpadding="2" cellspacing="1" border="0" width="98%"> <tr> <td class="modifications-sectionheader" colspan="6"> Modifications since last successful build: (26) </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/IGitDirEntry.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RemoteResource.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/importWizards/GitLocationArea.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryResourcesManager.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/JavaGitClient.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/GitUrl.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryManager.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/plugin.xml</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repository.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/META-INF/MANIFEST.MF</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repositories.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RemoteFolder.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/JavaGitDirEntry.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/listeners/IRepositoryListener.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/importWizards/ImportRepositoryWizardPage.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">added</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/actions/GitCheckoutAction.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/views/GitRepositoryView.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.update-site/site.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/build.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml</td> <td class="modifications-data">08/02/2008 14:04:22</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml</td> <td class="modifications-data">08/02/2008 14:04:20</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 14:04:19</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 02:44:25</td> <td class="modifications-data">Fail the test runner after all tests have run.</td> </tr> </table> </p> <p></p> <p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"></table> </p> </body></html> |
From: <osp...@ny...> - 2008-08-03 01:04:26
|
<html><head> <base href="http://linserv3.cims.nyu.edu:33333"> <style> .white { color:#FFFFFF } .index { background-color:#FFFFFF } .index-passed { color:#004400 } .index-failed { color:#FF0000; font-weight:bold } .index-header { font-weight:bold } .link { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; text-decoration:none; } .tab-table { margin: 0em 0em 0.5em 0em; } .tabs { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding: 0em 2em; background-color:#EEEEEE; } .tabs-link { color:#000000; text-decoration:none; } .tabs-link:visited { color:#000000; text-decoration:none; } .tabs-selected { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding: 0em 2em; } .tabs-selected { border: inset; } table.header { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#000000; } table.header th { text-align:left; vertical-align:top; white-space:nowrap; } table.header th.big { font-size:12pt; } .modifications-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .modifications-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .modifications-oddrow { background-color:#CCCCCC } .modifications-evenrow { background-color:#FFFFCC } .changelists-oddrow { background-color:#CCCCCC } .changelists-evenrow { background-color:#FFFFCC } .changelists-file-spacer { background-color:#FFFFFF } .changelists-file-evenrow { background-color:#EEEEEE } .changelists-file-oddrow { background-color:#FFFFEE } .changelists-file-header { background-color:#666666; font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FFFFFF; } .compile-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .compile-error-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .compile-warn-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#CC9900; } .compile-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .distributables-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .distributables-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .distributables-oddrow { background-color:#CCCCCC } .unittests-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .unittests-oddrow { background-color:#CCCCCC } .unittests-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .unittests-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#901090; } .unittests-failure { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .unittests-title { font-family:arial,helvetica,sans-serif; font-size:9pt; font-weight: bold; color:#000080; background-color:#CCDDDD; } .unittests-error-title { font-family:arial,helvetica,sans-serif; font-size:9pt; font-weight: bold; color:#901090; background-color:#CCDDDD; } .unittests-failure-title { font-family:arial,helvetica,sans-serif; font-size:9pt; color:#FF0000; font-weight: bold; background-color:#CCDDDD; } .checkstyle-oddrow { background-color:#CCCCCC } .checkstyle-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .checkstyle-warning { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .checkstyle-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .checkstyle-fileheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; font-weight:bold; color:#FFFFFF; } .checkstyle-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .macker-oddrow { background-color:#CCCCCC } .macker-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .macker-data-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .macker-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } a img { border: 0 } .hidden { visibility: hidden } .config-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .config-result-message { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FF0000; } .differences-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .differences-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .differences-oddrow { background-color:#CCCCCC } .differences-evenrow { background-color:#FFFFCC } .testresults-output-div { border:solid 1px; font-size: 9pt; font-family:monospace; overflow: auto; } </style> </head><body> View results here -> <a href="http://linserv3.cims.nyu.edu:33333?log=log20080802210325">http://linserv3.cims.nyu.edu:33333?log=log20080802210325</a><p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" class="header" width="98%"> <tr> <th class="big" colspan="2">BUILD FAILED</th> </tr> <tr> <th>Ant Error Message:</th> <td>/home/mso206/cruisecontrol/build_gitclipse.xml:18: The following error occurred while executing this line: /home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/build.xml:112: Java returned: 13 </td> </tr> <tr> <th>Date of build:</th> <td>08/02/2008 21:03:25</td> </tr> <tr> <th>Time to build:</th> <td>1 minute 1 second</td> </tr> <tr> <th>Last changed:</th> <td>08/02/2008 20:58:35</td> </tr> <tr> <th>Last log entry:</th> <td>Stab in the dark at fixing the test problems</td> </tr> </table><p> <p></p> <p></p> <p></p> <p></p> <p></p> <p> <table xmlns="http://www.w3.org/TR/html4/strict.dtd" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="compile-sectionheader" colspan="4"> Errors/Warnings: (6) </td> </tr> <tr> <td><pre class="compile-data">BUILD FAILED<br class="none"></br>/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/build.xml:28: The following error occurred while executing this line:<br class="none"></br>/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/build.xml:112: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/customTargets.xml:140: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/customTargets.xml:194: The <java> type doesn't support nested text data (">>>>>>> .r638").<br class="none"></br>Total time: 49 seconds<br class="none"></br></pre></td> </tr> </table> </p> <p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="unittests-sectionheader" colspan="4"> Unit Tests: (0) </td> </tr> <tr> <td colspan="2" class="unittests-data"> No Tests Run </td> </tr> <tr> <td colspan="2" class="unittests-error"> This project doesn't have any tests </td> </tr> <tr> <td> <table align="center" cellpadding="2" cellspacing="0" border="0" width="98%"></table> </td> </tr> <tr></tr> <tr> <td colspan="2"> </td> </tr> </table> </p> <p></p> <p> <table align="center" cellpadding="2" cellspacing="1" border="0" width="98%"> <tr> <td class="modifications-sectionheader" colspan="6"> Modifications since last successful build: (27) </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml</td> <td class="modifications-data">08/02/2008 20:58:35</td> <td class="modifications-data">Stab in the dark at fixing the test problems</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/IGitDirEntry.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RemoteResource.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/importWizards/GitLocationArea.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryResourcesManager.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/JavaGitClient.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/GitUrl.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryManager.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/plugin.xml</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repository.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/META-INF/MANIFEST.MF</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repositories.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RemoteFolder.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/JavaGitDirEntry.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/listeners/IRepositoryListener.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/importWizards/ImportRepositoryWizardPage.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">added</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/actions/GitCheckoutAction.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/views/GitRepositoryView.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.update-site/site.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/build.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml</td> <td class="modifications-data">08/02/2008 14:04:22</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml</td> <td class="modifications-data">08/02/2008 14:04:20</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 14:04:19</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 02:44:25</td> <td class="modifications-data">Fail the test runner after all tests have run.</td> </tr> </table> </p> <p></p> <p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"></table> </p> </body></html> |
From: <osp...@ny...> - 2008-08-03 02:16:01
|
<html><head> <base href="http://linserv3.cims.nyu.edu:33333"> <style> .white { color:#FFFFFF } .index { background-color:#FFFFFF } .index-passed { color:#004400 } .index-failed { color:#FF0000; font-weight:bold } .index-header { font-weight:bold } .link { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; text-decoration:none; } .tab-table { margin: 0em 0em 0.5em 0em; } .tabs { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding: 0em 2em; background-color:#EEEEEE; } .tabs-link { color:#000000; text-decoration:none; } .tabs-link:visited { color:#000000; text-decoration:none; } .tabs-selected { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding: 0em 2em; } .tabs-selected { border: inset; } table.header { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#000000; } table.header th { text-align:left; vertical-align:top; white-space:nowrap; } table.header th.big { font-size:12pt; } .modifications-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .modifications-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .modifications-oddrow { background-color:#CCCCCC } .modifications-evenrow { background-color:#FFFFCC } .changelists-oddrow { background-color:#CCCCCC } .changelists-evenrow { background-color:#FFFFCC } .changelists-file-spacer { background-color:#FFFFFF } .changelists-file-evenrow { background-color:#EEEEEE } .changelists-file-oddrow { background-color:#FFFFEE } .changelists-file-header { background-color:#666666; font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FFFFFF; } .compile-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .compile-error-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .compile-warn-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#CC9900; } .compile-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .distributables-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .distributables-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .distributables-oddrow { background-color:#CCCCCC } .unittests-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .unittests-oddrow { background-color:#CCCCCC } .unittests-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .unittests-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#901090; } .unittests-failure { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .unittests-title { font-family:arial,helvetica,sans-serif; font-size:9pt; font-weight: bold; color:#000080; background-color:#CCDDDD; } .unittests-error-title { font-family:arial,helvetica,sans-serif; font-size:9pt; font-weight: bold; color:#901090; background-color:#CCDDDD; } .unittests-failure-title { font-family:arial,helvetica,sans-serif; font-size:9pt; color:#FF0000; font-weight: bold; background-color:#CCDDDD; } .checkstyle-oddrow { background-color:#CCCCCC } .checkstyle-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .checkstyle-warning { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .checkstyle-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .checkstyle-fileheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; font-weight:bold; color:#FFFFFF; } .checkstyle-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .macker-oddrow { background-color:#CCCCCC } .macker-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .macker-data-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .macker-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } a img { border: 0 } .hidden { visibility: hidden } .config-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .config-result-message { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FF0000; } .differences-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .differences-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .differences-oddrow { background-color:#CCCCCC } .differences-evenrow { background-color:#FFFFCC } .testresults-output-div { border:solid 1px; font-size: 9pt; font-family:monospace; overflow: auto; } </style> </head><body> View results here -> <a href="http://linserv3.cims.nyu.edu:33333?log=log20080802221444">http://linserv3.cims.nyu.edu:33333?log=log20080802221444</a><p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" class="header" width="98%"> <tr> <th class="big" colspan="2">BUILD FAILED</th> </tr> <tr> <th>Ant Error Message:</th> <td>/home/mso206/cruisecontrol/build_gitclipse.xml:18: The following error occurred while executing this line: /home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/build.xml:112: Java returned: 13 </td> </tr> <tr> <th>Date of build:</th> <td>08/02/2008 22:14:44</td> </tr> <tr> <th>Time to build:</th> <td>1 minute 18 seconds</td> </tr> <tr> <th>Last changed:</th> <td>08/02/2008 22:11:07</td> </tr> <tr> <th>Last log entry:</th> <td>Fixed the broken commit status text</td> </tr> </table><p> <p></p> <p></p> <p></p> <p></p> <p></p> <p> <table xmlns="http://www.w3.org/TR/html4/strict.dtd" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="compile-sectionheader" colspan="4"> Errors/Warnings: (6) </td> </tr> <tr> <td><pre class="compile-data">BUILD FAILED<br class="none"></br>/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/build.xml:28: The following error occurred while executing this line:<br class="none"></br>/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/build.xml:112: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/customTargets.xml:140: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/customTargets.xml:194: Java returned: 13<br class="none"></br>Total time: 1 minute 2 seconds<br class="none"></br></pre></td> </tr> </table> </p> <p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="unittests-sectionheader" colspan="4"> Unit Tests: (0) </td> </tr> <tr> <td colspan="2" class="unittests-data"> No Tests Run </td> </tr> <tr> <td colspan="2" class="unittests-error"> This project doesn't have any tests </td> </tr> <tr> <td> <table align="center" cellpadding="2" cellspacing="0" border="0" width="98%"></table> </td> </tr> <tr></tr> <tr> <td colspan="2"> </td> </tr> </table> </p> <p></p> <p> <table align="center" cellpadding="2" cellspacing="1" border="0" width="98%"> <tr> <td class="modifications-sectionheader" colspan="6"> Modifications since last successful build: (29) </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/viewers/CommitResourceLabelProvider.java</td> <td class="modifications-data">08/02/2008 22:11:07</td> <td class="modifications-data">Fixed the broken commit status text</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.javagit/.classpath</td> <td class="modifications-data">08/02/2008 22:11:07</td> <td class="modifications-data">Fixed the broken commit status text</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml</td> <td class="modifications-data">08/02/2008 20:58:35</td> <td class="modifications-data">Stab in the dark at fixing the test problems</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/IGitDirEntry.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RemoteResource.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/importWizards/GitLocationArea.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryResourcesManager.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/JavaGitClient.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/GitUrl.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryManager.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/plugin.xml</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repository.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/META-INF/MANIFEST.MF</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repositories.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RemoteFolder.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/JavaGitDirEntry.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/listeners/IRepositoryListener.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/importWizards/ImportRepositoryWizardPage.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">added</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/actions/GitCheckoutAction.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/views/GitRepositoryView.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.update-site/site.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/build.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml</td> <td class="modifications-data">08/02/2008 14:04:22</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml</td> <td class="modifications-data">08/02/2008 14:04:20</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 14:04:19</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 02:44:25</td> <td class="modifications-data">Fail the test runner after all tests have run.</td> </tr> </table> </p> <p></p> <p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"></table> </p> </body></html> |
From: <osp...@ny...> - 2008-08-03 02:22:20
|
<html><head> <base href="http://linserv3.cims.nyu.edu:33333"> <style> .white { color:#FFFFFF } .index { background-color:#FFFFFF } .index-passed { color:#004400 } .index-failed { color:#FF0000; font-weight:bold } .index-header { font-weight:bold } .link { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; text-decoration:none; } .tab-table { margin: 0em 0em 0.5em 0em; } .tabs { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding: 0em 2em; background-color:#EEEEEE; } .tabs-link { color:#000000; text-decoration:none; } .tabs-link:visited { color:#000000; text-decoration:none; } .tabs-selected { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding: 0em 2em; } .tabs-selected { border: inset; } table.header { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#000000; } table.header th { text-align:left; vertical-align:top; white-space:nowrap; } table.header th.big { font-size:12pt; } .modifications-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .modifications-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .modifications-oddrow { background-color:#CCCCCC } .modifications-evenrow { background-color:#FFFFCC } .changelists-oddrow { background-color:#CCCCCC } .changelists-evenrow { background-color:#FFFFCC } .changelists-file-spacer { background-color:#FFFFFF } .changelists-file-evenrow { background-color:#EEEEEE } .changelists-file-oddrow { background-color:#FFFFEE } .changelists-file-header { background-color:#666666; font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FFFFFF; } .compile-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .compile-error-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .compile-warn-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#CC9900; } .compile-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .distributables-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .distributables-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .distributables-oddrow { background-color:#CCCCCC } .unittests-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .unittests-oddrow { background-color:#CCCCCC } .unittests-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .unittests-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#901090; } .unittests-failure { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .unittests-title { font-family:arial,helvetica,sans-serif; font-size:9pt; font-weight: bold; color:#000080; background-color:#CCDDDD; } .unittests-error-title { font-family:arial,helvetica,sans-serif; font-size:9pt; font-weight: bold; color:#901090; background-color:#CCDDDD; } .unittests-failure-title { font-family:arial,helvetica,sans-serif; font-size:9pt; color:#FF0000; font-weight: bold; background-color:#CCDDDD; } .checkstyle-oddrow { background-color:#CCCCCC } .checkstyle-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .checkstyle-warning { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .checkstyle-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .checkstyle-fileheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; font-weight:bold; color:#FFFFFF; } .checkstyle-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .macker-oddrow { background-color:#CCCCCC } .macker-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .macker-data-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .macker-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } a img { border: 0 } .hidden { visibility: hidden } .config-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .config-result-message { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FF0000; } .differences-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .differences-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .differences-oddrow { background-color:#CCCCCC } .differences-evenrow { background-color:#FFFFCC } .testresults-output-div { border:solid 1px; font-size: 9pt; font-family:monospace; overflow: auto; } </style> </head><body> View results here -> <a href="http://linserv3.cims.nyu.edu:33333?log=log20080802222106">http://linserv3.cims.nyu.edu:33333?log=log20080802222106</a><p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" class="header" width="98%"> <tr> <th class="big" colspan="2">BUILD FAILED</th> </tr> <tr> <th>Ant Error Message:</th> <td>/home/mso206/cruisecontrol/build_gitclipse.xml:18: The following error occurred while executing this line: /home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/build.xml:112: Java returned: 13 </td> </tr> <tr> <th>Date of build:</th> <td>08/02/2008 22:21:06</td> </tr> <tr> <th>Time to build:</th> <td>1 minute 15 seconds</td> </tr> <tr> <th>Last changed:</th> <td>08/02/2008 22:17:54</td> </tr> <tr> <th>Last log entry:</th> <td>updated GitStatusAdapter now that javagit finished adding Iterable methods</td> </tr> </table><p> <p></p> <p></p> <p></p> <p></p> <p></p> <p> <table xmlns="http://www.w3.org/TR/html4/strict.dtd" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="compile-sectionheader" colspan="4"> Errors/Warnings: (6) </td> </tr> <tr> <td><pre class="compile-data">BUILD FAILED<br class="none"></br>/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/build.xml:28: The following error occurred while executing this line:<br class="none"></br>/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/build.xml:112: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/customTargets.xml:140: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/customTargets.xml:194: Java returned: 13<br class="none"></br>Total time: 1 minute 3 seconds<br class="none"></br></pre></td> </tr> </table> </p> <p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="unittests-sectionheader" colspan="4"> Unit Tests: (0) </td> </tr> <tr> <td colspan="2" class="unittests-data"> No Tests Run </td> </tr> <tr> <td colspan="2" class="unittests-error"> This project doesn't have any tests </td> </tr> <tr> <td> <table align="center" cellpadding="2" cellspacing="0" border="0" width="98%"></table> </td> </tr> <tr></tr> <tr> <td colspan="2"> </td> </tr> </table> </p> <p></p> <p> <table align="center" cellpadding="2" cellspacing="1" border="0" width="98%"> <tr> <td class="modifications-sectionheader" colspan="6"> Modifications since last successful build: (30) </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/status/GitStatusAdapter.java</td> <td class="modifications-data">08/02/2008 22:17:54</td> <td class="modifications-data">updated GitStatusAdapter now that javagit finished adding Iterable methods</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/viewers/CommitResourceLabelProvider.java</td> <td class="modifications-data">08/02/2008 22:11:07</td> <td class="modifications-data">Fixed the broken commit status text</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.javagit/.classpath</td> <td class="modifications-data">08/02/2008 22:11:07</td> <td class="modifications-data">Fixed the broken commit status text</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml</td> <td class="modifications-data">08/02/2008 20:58:35</td> <td class="modifications-data">Stab in the dark at fixing the test problems</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/IGitDirEntry.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RemoteResource.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/importWizards/GitLocationArea.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryResourcesManager.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/JavaGitClient.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/GitUrl.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryManager.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/plugin.xml</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repository.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/META-INF/MANIFEST.MF</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repositories.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RemoteFolder.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/JavaGitDirEntry.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/listeners/IRepositoryListener.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/importWizards/ImportRepositoryWizardPage.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">added</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/actions/GitCheckoutAction.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/views/GitRepositoryView.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.update-site/site.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/build.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml</td> <td class="modifications-data">08/02/2008 14:04:22</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml</td> <td class="modifications-data">08/02/2008 14:04:20</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 14:04:19</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 02:44:25</td> <td class="modifications-data">Fail the test runner after all tests have run.</td> </tr> </table> </p> <p></p> <p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"></table> </p> </body></html> |
From: <osp...@ny...> - 2008-08-03 02:44:00
|
<html><head> <base href="http://linserv3.cims.nyu.edu:33333"> <style> .white { color:#FFFFFF } .index { background-color:#FFFFFF } .index-passed { color:#004400 } .index-failed { color:#FF0000; font-weight:bold } .index-header { font-weight:bold } .link { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; text-decoration:none; } .tab-table { margin: 0em 0em 0.5em 0em; } .tabs { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding: 0em 2em; background-color:#EEEEEE; } .tabs-link { color:#000000; text-decoration:none; } .tabs-link:visited { color:#000000; text-decoration:none; } .tabs-selected { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding: 0em 2em; } .tabs-selected { border: inset; } table.header { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#000000; } table.header th { text-align:left; vertical-align:top; white-space:nowrap; } table.header th.big { font-size:12pt; } .modifications-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .modifications-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .modifications-oddrow { background-color:#CCCCCC } .modifications-evenrow { background-color:#FFFFCC } .changelists-oddrow { background-color:#CCCCCC } .changelists-evenrow { background-color:#FFFFCC } .changelists-file-spacer { background-color:#FFFFFF } .changelists-file-evenrow { background-color:#EEEEEE } .changelists-file-oddrow { background-color:#FFFFEE } .changelists-file-header { background-color:#666666; font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FFFFFF; } .compile-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .compile-error-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .compile-warn-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#CC9900; } .compile-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .distributables-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .distributables-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .distributables-oddrow { background-color:#CCCCCC } .unittests-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .unittests-oddrow { background-color:#CCCCCC } .unittests-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .unittests-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#901090; } .unittests-failure { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .unittests-title { font-family:arial,helvetica,sans-serif; font-size:9pt; font-weight: bold; color:#000080; background-color:#CCDDDD; } .unittests-error-title { font-family:arial,helvetica,sans-serif; font-size:9pt; font-weight: bold; color:#901090; background-color:#CCDDDD; } .unittests-failure-title { font-family:arial,helvetica,sans-serif; font-size:9pt; color:#FF0000; font-weight: bold; background-color:#CCDDDD; } .checkstyle-oddrow { background-color:#CCCCCC } .checkstyle-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .checkstyle-warning { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .checkstyle-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .checkstyle-fileheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; font-weight:bold; color:#FFFFFF; } .checkstyle-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .macker-oddrow { background-color:#CCCCCC } .macker-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .macker-data-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .macker-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } a img { border: 0 } .hidden { visibility: hidden } .config-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .config-result-message { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FF0000; } .differences-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .differences-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .differences-oddrow { background-color:#CCCCCC } .differences-evenrow { background-color:#FFFFCC } .testresults-output-div { border:solid 1px; font-size: 9pt; font-family:monospace; overflow: auto; } </style> </head><body> View results here -> <a href="http://linserv3.cims.nyu.edu:33333?log=log20080802224229">http://linserv3.cims.nyu.edu:33333?log=log20080802224229</a><p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" class="header" width="98%"> <tr> <th class="big" colspan="2">BUILD FAILED</th> </tr> <tr> <th>Ant Error Message:</th> <td>/home/mso206/cruisecontrol/build_gitclipse.xml:18: The following error occurred while executing this line: /home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/build.xml:112: Java returned: 13 </td> </tr> <tr> <th>Date of build:</th> <td>08/02/2008 22:42:29</td> </tr> <tr> <th>Time to build:</th> <td>1 minute 28 seconds</td> </tr> <tr> <th>Last changed:</th> <td>08/02/2008 22:38:35</td> </tr> <tr> <th>Last log entry:</th> <td>GitCheckout Action refresh and project refresh</td> </tr> </table><p> <p></p> <p></p> <p></p> <p></p> <p></p> <p> <table xmlns="http://www.w3.org/TR/html4/strict.dtd" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="compile-sectionheader" colspan="4"> Errors/Warnings: (6) </td> </tr> <tr> <td><pre class="compile-data">BUILD FAILED<br class="none"></br>/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/build.xml:28: The following error occurred while executing this line:<br class="none"></br>/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/build.xml:112: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/customTargets.xml:140: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/customTargets.xml:194: Java returned: 13<br class="none"></br>Total time: 1 minute 13 seconds<br class="none"></br></pre></td> </tr> </table> </p> <p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="unittests-sectionheader" colspan="4"> Unit Tests: (0) </td> </tr> <tr> <td colspan="2" class="unittests-data"> No Tests Run </td> </tr> <tr> <td colspan="2" class="unittests-error"> This project doesn't have any tests </td> </tr> <tr> <td> <table align="center" cellpadding="2" cellspacing="0" border="0" width="98%"></table> </td> </tr> <tr></tr> <tr> <td colspan="2"> </td> </tr> </table> </p> <p></p> <p> <table align="center" cellpadding="2" cellspacing="1" border="0" width="98%"> <tr> <td class="modifications-sectionheader" colspan="6"> Modifications since last successful build: (44) </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/GitUIActivator.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repository.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryResourcesManager.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/IGitRepositoryLocation.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/GitUrl.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repositories.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/actions/GitCheckoutAction.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/importWizards/ImportRepositoryWizard.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryManager.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/views/GitRepositoryView.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">added</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Util.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/utils/Policy.java</td> <td class="modifications-data">08/02/2008 22:37:38</td> <td class="modifications-data">added some messages for git repository view, some more methods added for GitException and policy</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/GitException.java</td> <td class="modifications-data">08/02/2008 22:37:38</td> <td class="modifications-data">added some messages for git repository view, some more methods added for GitException and policy</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/messages.properties</td> <td class="modifications-data">08/02/2008 22:37:38</td> <td class="modifications-data">added some messages for git repository view, some more methods added for GitException and policy</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/status/GitStatusAdapter.java</td> <td class="modifications-data">08/02/2008 22:17:54</td> <td class="modifications-data">updated GitStatusAdapter now that javagit finished adding Iterable methods</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/viewers/CommitResourceLabelProvider.java</td> <td class="modifications-data">08/02/2008 22:11:07</td> <td class="modifications-data">Fixed the broken commit status text</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.javagit/.classpath</td> <td class="modifications-data">08/02/2008 22:11:07</td> <td class="modifications-data">Fixed the broken commit status text</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml</td> <td class="modifications-data">08/02/2008 20:58:35</td> <td class="modifications-data">Stab in the dark at fixing the test problems</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/IGitDirEntry.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RemoteResource.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/importWizards/GitLocationArea.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryResourcesManager.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/JavaGitClient.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/GitUrl.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryManager.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/plugin.xml</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repository.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/META-INF/MANIFEST.MF</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repositories.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RemoteFolder.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/JavaGitDirEntry.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/listeners/IRepositoryListener.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/importWizards/ImportRepositoryWizardPage.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">added</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/actions/GitCheckoutAction.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/views/GitRepositoryView.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.update-site/site.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/build.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml</td> <td class="modifications-data">08/02/2008 14:04:22</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml</td> <td class="modifications-data">08/02/2008 14:04:20</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 14:04:19</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 02:44:25</td> <td class="modifications-data">Fail the test runner after all tests have run.</td> </tr> </table> </p> <p></p> <p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"></table> </p> </body></html> |
From: <osp...@ny...> - 2008-08-03 03:54:38
|
<html><head> <base href="http://linserv3.cims.nyu.edu:33333"> <style> .white { color:#FFFFFF } .index { background-color:#FFFFFF } .index-passed { color:#004400 } .index-failed { color:#FF0000; font-weight:bold } .index-header { font-weight:bold } .link { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; text-decoration:none; } .tab-table { margin: 0em 0em 0.5em 0em; } .tabs { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding: 0em 2em; background-color:#EEEEEE; } .tabs-link { color:#000000; text-decoration:none; } .tabs-link:visited { color:#000000; text-decoration:none; } .tabs-selected { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding: 0em 2em; } .tabs-selected { border: inset; } table.header { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#000000; } table.header th { text-align:left; vertical-align:top; white-space:nowrap; } table.header th.big { font-size:12pt; } .modifications-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .modifications-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .modifications-oddrow { background-color:#CCCCCC } .modifications-evenrow { background-color:#FFFFCC } .changelists-oddrow { background-color:#CCCCCC } .changelists-evenrow { background-color:#FFFFCC } .changelists-file-spacer { background-color:#FFFFFF } .changelists-file-evenrow { background-color:#EEEEEE } .changelists-file-oddrow { background-color:#FFFFEE } .changelists-file-header { background-color:#666666; font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FFFFFF; } .compile-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .compile-error-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .compile-warn-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#CC9900; } .compile-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .distributables-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .distributables-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .distributables-oddrow { background-color:#CCCCCC } .unittests-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .unittests-oddrow { background-color:#CCCCCC } .unittests-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .unittests-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#901090; } .unittests-failure { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .unittests-title { font-family:arial,helvetica,sans-serif; font-size:9pt; font-weight: bold; color:#000080; background-color:#CCDDDD; } .unittests-error-title { font-family:arial,helvetica,sans-serif; font-size:9pt; font-weight: bold; color:#901090; background-color:#CCDDDD; } .unittests-failure-title { font-family:arial,helvetica,sans-serif; font-size:9pt; color:#FF0000; font-weight: bold; background-color:#CCDDDD; } .checkstyle-oddrow { background-color:#CCCCCC } .checkstyle-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .checkstyle-warning { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .checkstyle-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .checkstyle-fileheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; font-weight:bold; color:#FFFFFF; } .checkstyle-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .macker-oddrow { background-color:#CCCCCC } .macker-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .macker-data-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .macker-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } a img { border: 0 } .hidden { visibility: hidden } .config-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .config-result-message { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FF0000; } .differences-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .differences-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .differences-oddrow { background-color:#CCCCCC } .differences-evenrow { background-color:#FFFFCC } .testresults-output-div { border:solid 1px; font-size: 9pt; font-family:monospace; overflow: auto; } </style> </head><body> View results here -> <a href="http://linserv3.cims.nyu.edu:33333?log=log20080802235309">http://linserv3.cims.nyu.edu:33333?log=log20080802235309</a><p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" class="header" width="98%"> <tr> <th class="big" colspan="2">BUILD FAILED</th> </tr> <tr> <th>Ant Error Message:</th> <td>/home/mso206/cruisecontrol/build_gitclipse.xml:18: The following error occurred while executing this line: /home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/build.xml:112: Java returned: 13 </td> </tr> <tr> <th>Date of build:</th> <td>08/02/2008 23:53:09</td> </tr> <tr> <th>Time to build:</th> <td>1 minute 29 seconds</td> </tr> <tr> <th>Last changed:</th> <td>08/02/2008 23:52:05</td> </tr> <tr> <th>Last log entry:</th> <td>You should stop the bundle once you've removed listeners and handled your business. super.stop() is going to do a lot of cleanup. </td> </tr> </table><p> <p></p> <p></p> <p></p> <p></p> <p></p> <p> <table xmlns="http://www.w3.org/TR/html4/strict.dtd" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="compile-sectionheader" colspan="4"> Errors/Warnings: (6) </td> </tr> <tr> <td><pre class="compile-data">BUILD FAILED<br class="none"></br>/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/build.xml:28: The following error occurred while executing this line:<br class="none"></br>/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/build.xml:112: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/customTargets.xml:140: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/customTargets.xml:194: Java returned: 13<br class="none"></br>Total time: 1 minute 17 seconds<br class="none"></br></pre></td> </tr> </table> </p> <p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="unittests-sectionheader" colspan="4"> Unit Tests: (5) </td> </tr> <tr> <td> <table align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="unittests-data" width="50"> error </td> <td class="unittests-data" width="300">testIsAssociated</td> <td class="unittests-data" width="400">AllTests</td> </tr> <tr> <td class="unittests-data" width="50"> failure </td> <td class="unittests-data" width="300">testRefresh</td> <td class="unittests-data" width="400">AllTests</td> </tr> </table> </td> </tr> <tr></tr> <tr> <td colspan="2"> </td> </tr> <tr> <td class="unittests-sectionheader" colspan="4"> Unit Test Error Details: (2) </td> </tr> <tr> <td colspan="2"> <table width="100%" border="0" cellspacing="0"> <tr class="unittests-title"> <td width="50">Test: </td> <td>testIsAssociated</td> </tr> <tr class="unittests-data"> <td>Class: </td> <td>AllTests</td> </tr> <tr> <td></td> <td> <table width="100%" border="1" cellspacing="0" cellpadding="2"> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr class="unittests-error"> <td colspan="2">java.lang.NullPointerException </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.core.internal.DotGitMonitor.<init>(Unknown Source) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.core.GitTeamProvider.startDotGitMonitor(Unknown Source) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.core.GitTeamProvider.configureProject(Unknown Source) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.team.core.RepositoryProvider.configure(RepositoryProvider.java:334) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.team.core.RepositoryProvider.map(RepositoryProvider.java:129) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.core.GitProviderPlugin.map(Unknown Source) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.core.GitProviderPluginTest.testIsAssociated(Unknown Source) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:129) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3296) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2974) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.run(UITestApplication.java:60) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.start(UITestApplication.java:210) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.run(Main.java:1173) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.main(Main.java:1148) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.launcher.Main.main(Main.java:30)</td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td colspan="2"> <table width="100%" border="0" cellspacing="0"> <tr class="unittests-title"> <td width="50">Test: </td> <td>testRefresh</td> </tr> <tr class="unittests-data"> <td>Class: </td> <td>AllTests</td> </tr> <tr> <td></td> <td> <table width="100%" border="1" cellspacing="0" cellpadding="2"> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr class="unittests-failure"> <td colspan="2">junit.framework.AssertionFailedError </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.ui.DecoratorTest.testRefresh(Unknown Source) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:129) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3296) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2974) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.run(UITestApplication.java:60) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.start(UITestApplication.java:210) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.run(Main.java:1173) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.main(Main.java:1148) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.launcher.Main.main(Main.java:30)</td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </p> <p></p> <p> <table align="center" cellpadding="2" cellspacing="1" border="0" width="98%"> <tr> <td class="modifications-sectionheader" colspan="6"> Modifications since last successful build: (45) </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/GitUIActivator.java</td> <td class="modifications-data">08/02/2008 23:52:05</td> <td class="modifications-data">You should stop the bundle once you've removed listeners and handled your business. super.stop() is going to do a lot of cleanup. </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/GitUIActivator.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repository.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryResourcesManager.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/IGitRepositoryLocation.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/GitUrl.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repositories.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/actions/GitCheckoutAction.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/importWizards/ImportRepositoryWizard.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryManager.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/views/GitRepositoryView.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">added</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Util.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/utils/Policy.java</td> <td class="modifications-data">08/02/2008 22:37:38</td> <td class="modifications-data">added some messages for git repository view, some more methods added for GitException and policy</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/GitException.java</td> <td class="modifications-data">08/02/2008 22:37:38</td> <td class="modifications-data">added some messages for git repository view, some more methods added for GitException and policy</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/messages.properties</td> <td class="modifications-data">08/02/2008 22:37:38</td> <td class="modifications-data">added some messages for git repository view, some more methods added for GitException and policy</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/status/GitStatusAdapter.java</td> <td class="modifications-data">08/02/2008 22:17:54</td> <td class="modifications-data">updated GitStatusAdapter now that javagit finished adding Iterable methods</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/viewers/CommitResourceLabelProvider.java</td> <td class="modifications-data">08/02/2008 22:11:07</td> <td class="modifications-data">Fixed the broken commit status text</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.javagit/.classpath</td> <td class="modifications-data">08/02/2008 22:11:07</td> <td class="modifications-data">Fixed the broken commit status text</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml</td> <td class="modifications-data">08/02/2008 20:58:35</td> <td class="modifications-data">Stab in the dark at fixing the test problems</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/IGitDirEntry.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RemoteResource.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/importWizards/GitLocationArea.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryResourcesManager.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/JavaGitClient.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/GitUrl.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryManager.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/plugin.xml</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repository.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/META-INF/MANIFEST.MF</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repositories.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RemoteFolder.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/JavaGitDirEntry.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/listeners/IRepositoryListener.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/importWizards/ImportRepositoryWizardPage.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">added</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/actions/GitCheckoutAction.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/views/GitRepositoryView.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.update-site/site.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/build.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml</td> <td class="modifications-data">08/02/2008 14:04:22</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml</td> <td class="modifications-data">08/02/2008 14:04:20</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 14:04:19</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 02:44:25</td> <td class="modifications-data">Fail the test runner after all tests have run.</td> </tr> </table> </p> <p></p> <p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"></table> </p> </body></html> |
From: <osp...@ny...> - 2008-08-03 04:56:32
|
<html><head> <base href="http://linserv3.cims.nyu.edu:33333"> <style> .white { color:#FFFFFF } .index { background-color:#FFFFFF } .index-passed { color:#004400 } .index-failed { color:#FF0000; font-weight:bold } .index-header { font-weight:bold } .link { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; text-decoration:none; } .tab-table { margin: 0em 0em 0.5em 0em; } .tabs { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding: 0em 2em; background-color:#EEEEEE; } .tabs-link { color:#000000; text-decoration:none; } .tabs-link:visited { color:#000000; text-decoration:none; } .tabs-selected { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding: 0em 2em; } .tabs-selected { border: inset; } table.header { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#000000; } table.header th { text-align:left; vertical-align:top; white-space:nowrap; } table.header th.big { font-size:12pt; } .modifications-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .modifications-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .modifications-oddrow { background-color:#CCCCCC } .modifications-evenrow { background-color:#FFFFCC } .changelists-oddrow { background-color:#CCCCCC } .changelists-evenrow { background-color:#FFFFCC } .changelists-file-spacer { background-color:#FFFFFF } .changelists-file-evenrow { background-color:#EEEEEE } .changelists-file-oddrow { background-color:#FFFFEE } .changelists-file-header { background-color:#666666; font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FFFFFF; } .compile-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .compile-error-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .compile-warn-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#CC9900; } .compile-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .distributables-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .distributables-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .distributables-oddrow { background-color:#CCCCCC } .unittests-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .unittests-oddrow { background-color:#CCCCCC } .unittests-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .unittests-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#901090; } .unittests-failure { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .unittests-title { font-family:arial,helvetica,sans-serif; font-size:9pt; font-weight: bold; color:#000080; background-color:#CCDDDD; } .unittests-error-title { font-family:arial,helvetica,sans-serif; font-size:9pt; font-weight: bold; color:#901090; background-color:#CCDDDD; } .unittests-failure-title { font-family:arial,helvetica,sans-serif; font-size:9pt; color:#FF0000; font-weight: bold; background-color:#CCDDDD; } .checkstyle-oddrow { background-color:#CCCCCC } .checkstyle-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .checkstyle-warning { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .checkstyle-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .checkstyle-fileheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; font-weight:bold; color:#FFFFFF; } .checkstyle-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .macker-oddrow { background-color:#CCCCCC } .macker-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .macker-data-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .macker-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } a img { border: 0 } .hidden { visibility: hidden } .config-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .config-result-message { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FF0000; } .differences-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .differences-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .differences-oddrow { background-color:#CCCCCC } .differences-evenrow { background-color:#FFFFCC } .testresults-output-div { border:solid 1px; font-size: 9pt; font-family:monospace; overflow: auto; } </style> </head><body> View results here -> <a href="http://linserv3.cims.nyu.edu:33333?log=log20080803005455">http://linserv3.cims.nyu.edu:33333?log=log20080803005455</a><p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" class="header" width="98%"> <tr> <th class="big" colspan="2">BUILD FAILED</th> </tr> <tr> <th>Ant Error Message:</th> <td>/home/mso206/cruisecontrol/build_gitclipse.xml:18: The following error occurred while executing this line: /home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/build.xml:112: Java returned: 13 </td> </tr> <tr> <th>Date of build:</th> <td>08/03/2008 00:54:55</td> </tr> <tr> <th>Time to build:</th> <td>1 minute 38 seconds</td> </tr> <tr> <th>Last changed:</th> <td>08/03/2008 00:51:51</td> </tr> <tr> <th>Last log entry:</th> <td>Trying to resolve the unknown source problems for stack traces. It might be because the test cases were resolved using reflection.</td> </tr> </table><p> <p></p> <p></p> <p></p> <p></p> <p></p> <p> <table xmlns="http://www.w3.org/TR/html4/strict.dtd" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="compile-sectionheader" colspan="4"> Errors/Warnings: (6) </td> </tr> <tr> <td><pre class="compile-data">BUILD FAILED<br class="none"></br>/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/build.xml:28: The following error occurred while executing this line:<br class="none"></br>/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/build.xml:112: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/customTargets.xml:140: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/customTargets.xml:194: Java returned: 13<br class="none"></br>Total time: 1 minute 26 seconds<br class="none"></br></pre></td> </tr> </table> </p> <p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="unittests-sectionheader" colspan="4"> Unit Tests: (5) </td> </tr> <tr> <td> <table align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="unittests-data" width="50"> error </td> <td class="unittests-data" width="300">testIsAssociated</td> <td class="unittests-data" width="400">AllTests</td> </tr> <tr> <td class="unittests-data" width="50"> failure </td> <td class="unittests-data" width="300">testRefresh</td> <td class="unittests-data" width="400">AllTests</td> </tr> </table> </td> </tr> <tr></tr> <tr> <td colspan="2"> </td> </tr> <tr> <td class="unittests-sectionheader" colspan="4"> Unit Test Error Details: (2) </td> </tr> <tr> <td colspan="2"> <table width="100%" border="0" cellspacing="0"> <tr class="unittests-title"> <td width="50">Test: </td> <td>testIsAssociated</td> </tr> <tr class="unittests-data"> <td>Class: </td> <td>AllTests</td> </tr> <tr> <td></td> <td> <table width="100%" border="1" cellspacing="0" cellpadding="2"> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr class="unittests-error"> <td colspan="2">java.lang.NullPointerException </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.core.internal.DotGitMonitor.<init>(Unknown Source) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.core.GitTeamProvider.startDotGitMonitor(Unknown Source) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.core.GitTeamProvider.configureProject(Unknown Source) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.team.core.RepositoryProvider.configure(RepositoryProvider.java:334) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.team.core.RepositoryProvider.map(RepositoryProvider.java:129) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.core.GitProviderPlugin.map(Unknown Source) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.core.GitProviderPluginTest.testIsAssociated(Unknown Source) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:129) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3296) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2974) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.run(UITestApplication.java:60) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.start(UITestApplication.java:210) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.run(Main.java:1173) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.main(Main.java:1148) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.launcher.Main.main(Main.java:30)</td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td colspan="2"> <table width="100%" border="0" cellspacing="0"> <tr class="unittests-title"> <td width="50">Test: </td> <td>testRefresh</td> </tr> <tr class="unittests-data"> <td>Class: </td> <td>AllTests</td> </tr> <tr> <td></td> <td> <table width="100%" border="1" cellspacing="0" cellpadding="2"> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr class="unittests-failure"> <td colspan="2">junit.framework.AssertionFailedError </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.ui.DecoratorTest.testRefresh(Unknown Source) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:129) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3296) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2974) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.run(UITestApplication.java:60) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.start(UITestApplication.java:210) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.run(Main.java:1173) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.main(Main.java:1148) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.launcher.Main.main(Main.java:30)</td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </p> <p></p> <p> <table align="center" cellpadding="2" cellspacing="1" border="0" width="98%"> <tr> <td class="modifications-sectionheader" colspan="6"> Modifications since last successful build: (46) </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/src/edu/nyu/cs/gitclipse/test/AllTests.java</td> <td class="modifications-data">08/03/2008 00:51:51</td> <td class="modifications-data">Trying to resolve the unknown source problems for stack traces. It might be because the test cases were resolved using reflection.</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/GitUIActivator.java</td> <td class="modifications-data">08/02/2008 23:52:05</td> <td class="modifications-data">You should stop the bundle once you've removed listeners and handled your business. super.stop() is going to do a lot of cleanup. </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/GitUIActivator.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repository.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryResourcesManager.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/IGitRepositoryLocation.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/GitUrl.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repositories.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/actions/GitCheckoutAction.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/importWizards/ImportRepositoryWizard.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryManager.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/views/GitRepositoryView.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">added</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Util.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/utils/Policy.java</td> <td class="modifications-data">08/02/2008 22:37:38</td> <td class="modifications-data">added some messages for git repository view, some more methods added for GitException and policy</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/GitException.java</td> <td class="modifications-data">08/02/2008 22:37:38</td> <td class="modifications-data">added some messages for git repository view, some more methods added for GitException and policy</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/messages.properties</td> <td class="modifications-data">08/02/2008 22:37:38</td> <td class="modifications-data">added some messages for git repository view, some more methods added for GitException and policy</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/status/GitStatusAdapter.java</td> <td class="modifications-data">08/02/2008 22:17:54</td> <td class="modifications-data">updated GitStatusAdapter now that javagit finished adding Iterable methods</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/viewers/CommitResourceLabelProvider.java</td> <td class="modifications-data">08/02/2008 22:11:07</td> <td class="modifications-data">Fixed the broken commit status text</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.javagit/.classpath</td> <td class="modifications-data">08/02/2008 22:11:07</td> <td class="modifications-data">Fixed the broken commit status text</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml</td> <td class="modifications-data">08/02/2008 20:58:35</td> <td class="modifications-data">Stab in the dark at fixing the test problems</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/IGitDirEntry.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RemoteResource.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/importWizards/GitLocationArea.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryResourcesManager.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/JavaGitClient.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/GitUrl.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryManager.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/plugin.xml</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repository.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/META-INF/MANIFEST.MF</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repositories.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RemoteFolder.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/JavaGitDirEntry.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/listeners/IRepositoryListener.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/importWizards/ImportRepositoryWizardPage.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">added</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/actions/GitCheckoutAction.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/views/GitRepositoryView.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.update-site/site.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/build.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml</td> <td class="modifications-data">08/02/2008 14:04:22</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml</td> <td class="modifications-data">08/02/2008 14:04:20</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 14:04:19</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 02:44:25</td> <td class="modifications-data">Fail the test runner after all tests have run.</td> </tr> </table> </p> <p></p> <p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"></table> </p> </body></html> |
From: <osp...@ny...> - 2008-08-03 05:58:21
|
<html><head> <base href="http://linserv3.cims.nyu.edu:33333"> <style> .white { color:#FFFFFF } .index { background-color:#FFFFFF } .index-passed { color:#004400 } .index-failed { color:#FF0000; font-weight:bold } .index-header { font-weight:bold } .link { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; text-decoration:none; } .tab-table { margin: 0em 0em 0.5em 0em; } .tabs { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding: 0em 2em; background-color:#EEEEEE; } .tabs-link { color:#000000; text-decoration:none; } .tabs-link:visited { color:#000000; text-decoration:none; } .tabs-selected { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding: 0em 2em; } .tabs-selected { border: inset; } table.header { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#000000; } table.header th { text-align:left; vertical-align:top; white-space:nowrap; } table.header th.big { font-size:12pt; } .modifications-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .modifications-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .modifications-oddrow { background-color:#CCCCCC } .modifications-evenrow { background-color:#FFFFCC } .changelists-oddrow { background-color:#CCCCCC } .changelists-evenrow { background-color:#FFFFCC } .changelists-file-spacer { background-color:#FFFFFF } .changelists-file-evenrow { background-color:#EEEEEE } .changelists-file-oddrow { background-color:#FFFFEE } .changelists-file-header { background-color:#666666; font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FFFFFF; } .compile-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .compile-error-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .compile-warn-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#CC9900; } .compile-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .distributables-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .distributables-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .distributables-oddrow { background-color:#CCCCCC } .unittests-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .unittests-oddrow { background-color:#CCCCCC } .unittests-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .unittests-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#901090; } .unittests-failure { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .unittests-title { font-family:arial,helvetica,sans-serif; font-size:9pt; font-weight: bold; color:#000080; background-color:#CCDDDD; } .unittests-error-title { font-family:arial,helvetica,sans-serif; font-size:9pt; font-weight: bold; color:#901090; background-color:#CCDDDD; } .unittests-failure-title { font-family:arial,helvetica,sans-serif; font-size:9pt; color:#FF0000; font-weight: bold; background-color:#CCDDDD; } .checkstyle-oddrow { background-color:#CCCCCC } .checkstyle-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .checkstyle-warning { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .checkstyle-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .checkstyle-fileheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; font-weight:bold; color:#FFFFFF; } .checkstyle-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .macker-oddrow { background-color:#CCCCCC } .macker-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .macker-data-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .macker-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } a img { border: 0 } .hidden { visibility: hidden } .config-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .config-result-message { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FF0000; } .differences-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .differences-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .differences-oddrow { background-color:#CCCCCC } .differences-evenrow { background-color:#FFFFCC } .testresults-output-div { border:solid 1px; font-size: 9pt; font-family:monospace; overflow: auto; } </style> </head><body> View results here -> <a href="http://linserv3.cims.nyu.edu:33333?log=log20080803015649">http://linserv3.cims.nyu.edu:33333?log=log20080803015649</a><p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" class="header" width="98%"> <tr> <th class="big" colspan="2">BUILD FAILED</th> </tr> <tr> <th>Ant Error Message:</th> <td>/home/mso206/cruisecontrol/build_gitclipse.xml:18: The following error occurred while executing this line: /home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/build.xml:112: Java returned: 13 </td> </tr> <tr> <th>Date of build:</th> <td>08/03/2008 01:56:49</td> </tr> <tr> <th>Time to build:</th> <td>1 minute 33 seconds</td> </tr> <tr> <th>Last changed:</th> <td>08/03/2008 01:55:05</td> </tr> <tr> <th>Last log entry:</th> <td>Adding Copyright/License information and updating the description to something a bit more meaningful to laymen.</td> </tr> </table><p> <p></p> <p></p> <p></p> <p></p> <p></p> <p> <table xmlns="http://www.w3.org/TR/html4/strict.dtd" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="compile-sectionheader" colspan="4"> Errors/Warnings: (6) </td> </tr> <tr> <td><pre class="compile-data">BUILD FAILED<br class="none"></br>/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/build.xml:28: The following error occurred while executing this line:<br class="none"></br>/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/build.xml:112: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/customTargets.xml:140: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/customTargets.xml:194: Java returned: 13<br class="none"></br>Total time: 1 minute 22 seconds<br class="none"></br></pre></td> </tr> </table> </p> <p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="unittests-sectionheader" colspan="4"> Unit Tests: (5) </td> </tr> <tr> <td> <table align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="unittests-data" width="50"> error </td> <td class="unittests-data" width="300">testIsAssociated</td> <td class="unittests-data" width="400">AllTests</td> </tr> <tr> <td class="unittests-data" width="50"> failure </td> <td class="unittests-data" width="300">testRefresh</td> <td class="unittests-data" width="400">AllTests</td> </tr> </table> </td> </tr> <tr></tr> <tr> <td colspan="2"> </td> </tr> <tr> <td class="unittests-sectionheader" colspan="4"> Unit Test Error Details: (2) </td> </tr> <tr> <td colspan="2"> <table width="100%" border="0" cellspacing="0"> <tr class="unittests-title"> <td width="50">Test: </td> <td>testIsAssociated</td> </tr> <tr class="unittests-data"> <td>Class: </td> <td>AllTests</td> </tr> <tr> <td></td> <td> <table width="100%" border="1" cellspacing="0" cellpadding="2"> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr class="unittests-error"> <td colspan="2">java.lang.NullPointerException </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.core.internal.DotGitMonitor.<init>(Unknown Source) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.core.GitTeamProvider.startDotGitMonitor(Unknown Source) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.core.GitTeamProvider.configureProject(Unknown Source) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.team.core.RepositoryProvider.configure(RepositoryProvider.java:334) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.team.core.RepositoryProvider.map(RepositoryProvider.java:129) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.core.GitProviderPlugin.map(Unknown Source) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.core.GitProviderPluginTest.testIsAssociated(Unknown Source) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:129) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3296) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2974) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.run(UITestApplication.java:60) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.start(UITestApplication.java:210) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.run(Main.java:1173) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.main(Main.java:1148) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.launcher.Main.main(Main.java:30)</td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td colspan="2"> <table width="100%" border="0" cellspacing="0"> <tr class="unittests-title"> <td width="50">Test: </td> <td>testRefresh</td> </tr> <tr class="unittests-data"> <td>Class: </td> <td>AllTests</td> </tr> <tr> <td></td> <td> <table width="100%" border="1" cellspacing="0" cellpadding="2"> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr class="unittests-failure"> <td colspan="2">junit.framework.AssertionFailedError </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.ui.DecoratorTest.testRefresh(Unknown Source) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:129) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3296) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2974) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.run(UITestApplication.java:60) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.start(UITestApplication.java:210) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.run(Main.java:1173) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.main(Main.java:1148) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.launcher.Main.main(Main.java:30)</td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </p> <p></p> <p> <table align="center" cellpadding="2" cellspacing="1" border="0" width="98%"> <tr> <td class="modifications-sectionheader" colspan="6"> Modifications since last successful build: (47) </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">acase</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml</td> <td class="modifications-data">08/03/2008 01:55:05</td> <td class="modifications-data">Adding Copyright/License information and updating the description to something a bit more meaningful to laymen.</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/src/edu/nyu/cs/gitclipse/test/AllTests.java</td> <td class="modifications-data">08/03/2008 00:51:51</td> <td class="modifications-data">Trying to resolve the unknown source problems for stack traces. It might be because the test cases were resolved using reflection.</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/GitUIActivator.java</td> <td class="modifications-data">08/02/2008 23:52:05</td> <td class="modifications-data">You should stop the bundle once you've removed listeners and handled your business. super.stop() is going to do a lot of cleanup. </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/GitUIActivator.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repository.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryResourcesManager.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/IGitRepositoryLocation.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/GitUrl.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repositories.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/actions/GitCheckoutAction.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/importWizards/ImportRepositoryWizard.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryManager.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/views/GitRepositoryView.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">added</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Util.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/utils/Policy.java</td> <td class="modifications-data">08/02/2008 22:37:38</td> <td class="modifications-data">added some messages for git repository view, some more methods added for GitException and policy</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/GitException.java</td> <td class="modifications-data">08/02/2008 22:37:38</td> <td class="modifications-data">added some messages for git repository view, some more methods added for GitException and policy</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/messages.properties</td> <td class="modifications-data">08/02/2008 22:37:38</td> <td class="modifications-data">added some messages for git repository view, some more methods added for GitException and policy</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/status/GitStatusAdapter.java</td> <td class="modifications-data">08/02/2008 22:17:54</td> <td class="modifications-data">updated GitStatusAdapter now that javagit finished adding Iterable methods</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/viewers/CommitResourceLabelProvider.java</td> <td class="modifications-data">08/02/2008 22:11:07</td> <td class="modifications-data">Fixed the broken commit status text</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.javagit/.classpath</td> <td class="modifications-data">08/02/2008 22:11:07</td> <td class="modifications-data">Fixed the broken commit status text</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml</td> <td class="modifications-data">08/02/2008 20:58:35</td> <td class="modifications-data">Stab in the dark at fixing the test problems</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/IGitDirEntry.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RemoteResource.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/importWizards/GitLocationArea.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryResourcesManager.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/JavaGitClient.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/GitUrl.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryManager.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/plugin.xml</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repository.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/META-INF/MANIFEST.MF</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repositories.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RemoteFolder.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/JavaGitDirEntry.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/listeners/IRepositoryListener.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/importWizards/ImportRepositoryWizardPage.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">added</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/actions/GitCheckoutAction.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/views/GitRepositoryView.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.update-site/site.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/build.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml</td> <td class="modifications-data">08/02/2008 14:04:22</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml</td> <td class="modifications-data">08/02/2008 14:04:20</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 14:04:19</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 02:44:25</td> <td class="modifications-data">Fail the test runner after all tests have run.</td> </tr> </table> </p> <p></p> <p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"></table> </p> </body></html> |
From: <osp...@ny...> - 2008-08-03 06:03:53
|
<html><head> <base href="http://linserv3.cims.nyu.edu:33333"> <style> .white { color:#FFFFFF } .index { background-color:#FFFFFF } .index-passed { color:#004400 } .index-failed { color:#FF0000; font-weight:bold } .index-header { font-weight:bold } .link { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; text-decoration:none; } .tab-table { margin: 0em 0em 0.5em 0em; } .tabs { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding: 0em 2em; background-color:#EEEEEE; } .tabs-link { color:#000000; text-decoration:none; } .tabs-link:visited { color:#000000; text-decoration:none; } .tabs-selected { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding: 0em 2em; } .tabs-selected { border: inset; } table.header { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#000000; } table.header th { text-align:left; vertical-align:top; white-space:nowrap; } table.header th.big { font-size:12pt; } .modifications-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .modifications-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .modifications-oddrow { background-color:#CCCCCC } .modifications-evenrow { background-color:#FFFFCC } .changelists-oddrow { background-color:#CCCCCC } .changelists-evenrow { background-color:#FFFFCC } .changelists-file-spacer { background-color:#FFFFFF } .changelists-file-evenrow { background-color:#EEEEEE } .changelists-file-oddrow { background-color:#FFFFEE } .changelists-file-header { background-color:#666666; font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FFFFFF; } .compile-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .compile-error-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .compile-warn-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#CC9900; } .compile-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .distributables-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .distributables-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .distributables-oddrow { background-color:#CCCCCC } .unittests-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .unittests-oddrow { background-color:#CCCCCC } .unittests-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .unittests-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#901090; } .unittests-failure { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .unittests-title { font-family:arial,helvetica,sans-serif; font-size:9pt; font-weight: bold; color:#000080; background-color:#CCDDDD; } .unittests-error-title { font-family:arial,helvetica,sans-serif; font-size:9pt; font-weight: bold; color:#901090; background-color:#CCDDDD; } .unittests-failure-title { font-family:arial,helvetica,sans-serif; font-size:9pt; color:#FF0000; font-weight: bold; background-color:#CCDDDD; } .checkstyle-oddrow { background-color:#CCCCCC } .checkstyle-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .checkstyle-warning { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .checkstyle-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .checkstyle-fileheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; font-weight:bold; color:#FFFFFF; } .checkstyle-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .macker-oddrow { background-color:#CCCCCC } .macker-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .macker-data-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .macker-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } a img { border: 0 } .hidden { visibility: hidden } .config-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .config-result-message { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FF0000; } .differences-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .differences-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .differences-oddrow { background-color:#CCCCCC } .differences-evenrow { background-color:#FFFFCC } .testresults-output-div { border:solid 1px; font-size: 9pt; font-family:monospace; overflow: auto; } </style> </head><body> View results here -> <a href="http://linserv3.cims.nyu.edu:33333?log=log20080803020327">http://linserv3.cims.nyu.edu:33333?log=log20080803020327</a><p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" class="header" width="98%"> <tr> <th class="big" colspan="2">BUILD FAILED</th> </tr> <tr> <th>Ant Error Message:</th> <td>/home/mso206/cruisecontrol/build_gitclipse.xml:18: The following error occurred while executing this line: /home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/build.xml:112: Java returned: 13 </td> </tr> <tr> <th>Date of build:</th> <td>08/03/2008 02:03:27</td> </tr> <tr> <th>Time to build:</th> <td>25 seconds</td> </tr> <tr> <th>Last changed:</th> <td>08/03/2008 01:57:21</td> </tr> <tr> <th>Last log entry:</th> <td>Ripped out code that shouldn't be here (we'll want to use CoreMessages anyway). We're still waiting on javagit to implement this first before anything is really flushed out. </td> </tr> </table><p> <p></p> <p></p> <p></p> <p></p> <p></p> <p> <table xmlns="http://www.w3.org/TR/html4/strict.dtd" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="compile-sectionheader" colspan="4"> Errors/Warnings: (11) </td> </tr> <tr> <td><pre class="compile-data">BUILD FAILED<br class="none"></br>/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/build.xml:25: The following error occurred while executing this line:<br class="none"></br>/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/build.xml:78: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/customTargets.xml:10: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/allElements.xml:12: The following error occurred while executing this line:<br class="none"></br>/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/genericTargets.xml:92: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/gitclipse-build/features/edu.nyu.cs.gitclipse.feature/build.xml:30: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/gitclipse-build/features/edu.nyu.cs.gitclipse.feature/build.xml:14: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/gitclipse-build/plugins/edu.nyu.cs.gitclipse.ui/build.xml:169: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/gitclipse-build/plugins/edu.nyu.cs.gitclipse.ui/build.xml:136: Compile failed; see the compiler error output for details.<br class="none"></br>Total time: 11 seconds<br class="none"></br></pre></td> </tr> </table> </p> <p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="unittests-sectionheader" colspan="4"> Unit Tests: (5) </td> </tr> <tr> <td> <table align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="unittests-data" width="50"> error </td> <td class="unittests-data" width="300">testIsAssociated</td> <td class="unittests-data" width="400">AllTests</td> </tr> <tr> <td class="unittests-data" width="50"> failure </td> <td class="unittests-data" width="300">testRefresh</td> <td class="unittests-data" width="400">AllTests</td> </tr> </table> </td> </tr> <tr></tr> <tr> <td colspan="2"> </td> </tr> <tr> <td class="unittests-sectionheader" colspan="4"> Unit Test Error Details: (2) </td> </tr> <tr> <td colspan="2"> <table width="100%" border="0" cellspacing="0"> <tr class="unittests-title"> <td width="50">Test: </td> <td>testIsAssociated</td> </tr> <tr class="unittests-data"> <td>Class: </td> <td>AllTests</td> </tr> <tr> <td></td> <td> <table width="100%" border="1" cellspacing="0" cellpadding="2"> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr class="unittests-error"> <td colspan="2">java.lang.NullPointerException </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.core.internal.DotGitMonitor.<init>(Unknown Source) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.core.GitTeamProvider.startDotGitMonitor(Unknown Source) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.core.GitTeamProvider.configureProject(Unknown Source) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.team.core.RepositoryProvider.configure(RepositoryProvider.java:334) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.team.core.RepositoryProvider.map(RepositoryProvider.java:129) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.core.GitProviderPlugin.map(Unknown Source) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.core.GitProviderPluginTest.testIsAssociated(Unknown Source) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:129) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3296) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2974) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.run(UITestApplication.java:60) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.start(UITestApplication.java:210) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.run(Main.java:1173) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.main(Main.java:1148) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.launcher.Main.main(Main.java:30)</td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td colspan="2"> <table width="100%" border="0" cellspacing="0"> <tr class="unittests-title"> <td width="50">Test: </td> <td>testRefresh</td> </tr> <tr class="unittests-data"> <td>Class: </td> <td>AllTests</td> </tr> <tr> <td></td> <td> <table width="100%" border="1" cellspacing="0" cellpadding="2"> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr class="unittests-failure"> <td colspan="2">junit.framework.AssertionFailedError </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.ui.DecoratorTest.testRefresh(Unknown Source) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:129) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3296) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2974) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.run(UITestApplication.java:60) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.start(UITestApplication.java:210) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.run(Main.java:1173) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.main(Main.java:1148) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.launcher.Main.main(Main.java:30)</td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </p> <p></p> <p> <table align="center" cellpadding="2" cellspacing="1" border="0" width="98%"> <tr> <td class="modifications-sectionheader" colspan="6"> Modifications since last successful build: (49) </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">acase</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/operations/GitPull.java</td> <td class="modifications-data">08/03/2008 01:57:21</td> <td class="modifications-data">Ripped out code that shouldn't be here (we'll want to use CoreMessages anyway). We're still waiting on javagit to implement this first before anything is really flushed out. </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">acase</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/operations/GitPush.java</td> <td class="modifications-data">08/03/2008 01:57:21</td> <td class="modifications-data">Ripped out code that shouldn't be here (we'll want to use CoreMessages anyway). We're still waiting on javagit to implement this first before anything is really flushed out. </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">acase</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml</td> <td class="modifications-data">08/03/2008 01:55:05</td> <td class="modifications-data">Adding Copyright/License information and updating the description to something a bit more meaningful to laymen.</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/src/edu/nyu/cs/gitclipse/test/AllTests.java</td> <td class="modifications-data">08/03/2008 00:51:51</td> <td class="modifications-data">Trying to resolve the unknown source problems for stack traces. It might be because the test cases were resolved using reflection.</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/GitUIActivator.java</td> <td class="modifications-data">08/02/2008 23:52:05</td> <td class="modifications-data">You should stop the bundle once you've removed listeners and handled your business. super.stop() is going to do a lot of cleanup. </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/GitUIActivator.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repository.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryResourcesManager.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/IGitRepositoryLocation.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/GitUrl.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repositories.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/actions/GitCheckoutAction.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/importWizards/ImportRepositoryWizard.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryManager.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/views/GitRepositoryView.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">added</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Util.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/utils/Policy.java</td> <td class="modifications-data">08/02/2008 22:37:38</td> <td class="modifications-data">added some messages for git repository view, some more methods added for GitException and policy</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/GitException.java</td> <td class="modifications-data">08/02/2008 22:37:38</td> <td class="modifications-data">added some messages for git repository view, some more methods added for GitException and policy</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/messages.properties</td> <td class="modifications-data">08/02/2008 22:37:38</td> <td class="modifications-data">added some messages for git repository view, some more methods added for GitException and policy</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/status/GitStatusAdapter.java</td> <td class="modifications-data">08/02/2008 22:17:54</td> <td class="modifications-data">updated GitStatusAdapter now that javagit finished adding Iterable methods</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/viewers/CommitResourceLabelProvider.java</td> <td class="modifications-data">08/02/2008 22:11:07</td> <td class="modifications-data">Fixed the broken commit status text</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.javagit/.classpath</td> <td class="modifications-data">08/02/2008 22:11:07</td> <td class="modifications-data">Fixed the broken commit status text</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml</td> <td class="modifications-data">08/02/2008 20:58:35</td> <td class="modifications-data">Stab in the dark at fixing the test problems</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/IGitDirEntry.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RemoteResource.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/importWizards/GitLocationArea.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryResourcesManager.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/JavaGitClient.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/GitUrl.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryManager.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/plugin.xml</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repository.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/META-INF/MANIFEST.MF</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repositories.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RemoteFolder.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/JavaGitDirEntry.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/listeners/IRepositoryListener.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/importWizards/ImportRepositoryWizardPage.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">added</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/actions/GitCheckoutAction.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/views/GitRepositoryView.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.update-site/site.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/build.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml</td> <td class="modifications-data">08/02/2008 14:04:22</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml</td> <td class="modifications-data">08/02/2008 14:04:20</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 14:04:19</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 02:44:25</td> <td class="modifications-data">Fail the test runner after all tests have run.</td> </tr> </table> </p> <p></p> <p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"></table> </p> </body></html> |
From: <osp...@ny...> - 2008-08-04 16:31:20
|
<html><head> <base href="http://linserv3.cims.nyu.edu:33333"> <style> .white { color:#FFFFFF } .index { background-color:#FFFFFF } .index-passed { color:#004400 } .index-failed { color:#FF0000; font-weight:bold } .index-header { font-weight:bold } .link { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; text-decoration:none; } .tab-table { margin: 0em 0em 0.5em 0em; } .tabs { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding: 0em 2em; background-color:#EEEEEE; } .tabs-link { color:#000000; text-decoration:none; } .tabs-link:visited { color:#000000; text-decoration:none; } .tabs-selected { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding: 0em 2em; } .tabs-selected { border: inset; } table.header { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#000000; } table.header th { text-align:left; vertical-align:top; white-space:nowrap; } table.header th.big { font-size:12pt; } .modifications-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .modifications-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .modifications-oddrow { background-color:#CCCCCC } .modifications-evenrow { background-color:#FFFFCC } .changelists-oddrow { background-color:#CCCCCC } .changelists-evenrow { background-color:#FFFFCC } .changelists-file-spacer { background-color:#FFFFFF } .changelists-file-evenrow { background-color:#EEEEEE } .changelists-file-oddrow { background-color:#FFFFEE } .changelists-file-header { background-color:#666666; font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FFFFFF; } .compile-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .compile-error-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .compile-warn-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#CC9900; } .compile-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .distributables-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .distributables-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .distributables-oddrow { background-color:#CCCCCC } .unittests-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .unittests-oddrow { background-color:#CCCCCC } .unittests-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .unittests-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#901090; } .unittests-failure { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .unittests-title { font-family:arial,helvetica,sans-serif; font-size:9pt; font-weight: bold; color:#000080; background-color:#CCDDDD; } .unittests-error-title { font-family:arial,helvetica,sans-serif; font-size:9pt; font-weight: bold; color:#901090; background-color:#CCDDDD; } .unittests-failure-title { font-family:arial,helvetica,sans-serif; font-size:9pt; color:#FF0000; font-weight: bold; background-color:#CCDDDD; } .checkstyle-oddrow { background-color:#CCCCCC } .checkstyle-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .checkstyle-warning { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .checkstyle-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .checkstyle-fileheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; font-weight:bold; color:#FFFFFF; } .checkstyle-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .macker-oddrow { background-color:#CCCCCC } .macker-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .macker-data-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .macker-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } a img { border: 0 } .hidden { visibility: hidden } .config-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .config-result-message { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FF0000; } .differences-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .differences-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .differences-oddrow { background-color:#CCCCCC } .differences-evenrow { background-color:#FFFFCC } .testresults-output-div { border:solid 1px; font-size: 9pt; font-family:monospace; overflow: auto; } </style> </head><body> View results here -> <a href="http://linserv3.cims.nyu.edu:33333?log=log20080804123055">http://linserv3.cims.nyu.edu:33333?log=log20080804123055</a><p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" class="header" width="98%"> <tr> <th class="big" colspan="2">BUILD FAILED</th> </tr> <tr> <th>Ant Error Message:</th> <td>/home/mso206/cruisecontrol/build_gitclipse.xml:18: The following error occurred while executing this line: /home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/build.xml:112: Java returned: 13 </td> </tr> <tr> <th>Date of build:</th> <td>08/04/2008 12:30:55</td> </tr> <tr> <th>Time to build:</th> <td>25 seconds</td> </tr> <tr> <th>Last changed:</th> <td>08/04/2008 12:28:14</td> </tr> <tr> <th>Last log entry:</th> <td>fixed GitStatusAdapter to be in sync with the current GitStatusResponse</td> </tr> </table><p> <p></p> <p></p> <p></p> <p></p> <p></p> <p> <table xmlns="http://www.w3.org/TR/html4/strict.dtd" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="compile-sectionheader" colspan="4"> Errors/Warnings: (11) </td> </tr> <tr> <td><pre class="compile-data">BUILD FAILED<br class="none"></br>/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/build.xml:25: The following error occurred while executing this line:<br class="none"></br>/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/build.xml:78: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/customTargets.xml:10: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/allElements.xml:12: The following error occurred while executing this line:<br class="none"></br>/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/genericTargets.xml:92: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/gitclipse-build/features/edu.nyu.cs.gitclipse.feature/build.xml:30: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/gitclipse-build/features/edu.nyu.cs.gitclipse.feature/build.xml:14: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/gitclipse-build/plugins/edu.nyu.cs.gitclipse.ui/build.xml:169: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/gitclipse-build/plugins/edu.nyu.cs.gitclipse.ui/build.xml:136: Compile failed; see the compiler error output for details.<br class="none"></br>Total time: 11 seconds<br class="none"></br></pre></td> </tr> </table> </p> <p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="unittests-sectionheader" colspan="4"> Unit Tests: (5) </td> </tr> <tr> <td> <table align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="unittests-data" width="50"> error </td> <td class="unittests-data" width="300">testIsAssociated</td> <td class="unittests-data" width="400">AllTests</td> </tr> <tr> <td class="unittests-data" width="50"> failure </td> <td class="unittests-data" width="300">testRefresh</td> <td class="unittests-data" width="400">AllTests</td> </tr> </table> </td> </tr> <tr></tr> <tr> <td colspan="2"> </td> </tr> <tr> <td class="unittests-sectionheader" colspan="4"> Unit Test Error Details: (2) </td> </tr> <tr> <td colspan="2"> <table width="100%" border="0" cellspacing="0"> <tr class="unittests-title"> <td width="50">Test: </td> <td>testIsAssociated</td> </tr> <tr class="unittests-data"> <td>Class: </td> <td>AllTests</td> </tr> <tr> <td></td> <td> <table width="100%" border="1" cellspacing="0" cellpadding="2"> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr class="unittests-error"> <td colspan="2">java.lang.NullPointerException </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.core.internal.DotGitMonitor.<init>(Unknown Source) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.core.GitTeamProvider.startDotGitMonitor(Unknown Source) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.core.GitTeamProvider.configureProject(Unknown Source) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.team.core.RepositoryProvider.configure(RepositoryProvider.java:334) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.team.core.RepositoryProvider.map(RepositoryProvider.java:129) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.core.GitProviderPlugin.map(Unknown Source) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.core.GitProviderPluginTest.testIsAssociated(Unknown Source) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:129) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3296) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2974) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.run(UITestApplication.java:60) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.start(UITestApplication.java:210) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.run(Main.java:1173) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.main(Main.java:1148) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.launcher.Main.main(Main.java:30)</td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td colspan="2"> <table width="100%" border="0" cellspacing="0"> <tr class="unittests-title"> <td width="50">Test: </td> <td>testRefresh</td> </tr> <tr class="unittests-data"> <td>Class: </td> <td>AllTests</td> </tr> <tr> <td></td> <td> <table width="100%" border="1" cellspacing="0" cellpadding="2"> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr class="unittests-failure"> <td colspan="2">junit.framework.AssertionFailedError </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.ui.DecoratorTest.testRefresh(Unknown Source) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:129) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3296) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2974) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.run(UITestApplication.java:60) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.start(UITestApplication.java:210) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.run(Main.java:1173) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.main(Main.java:1148) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.launcher.Main.main(Main.java:30)</td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </p> <p></p> <p> <table align="center" cellpadding="2" cellspacing="1" border="0" width="98%"> <tr> <td class="modifications-sectionheader" colspan="6"> Modifications since last successful build: (50) </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/status/GitStatusAdapter.java</td> <td class="modifications-data">08/04/2008 12:28:14</td> <td class="modifications-data">fixed GitStatusAdapter to be in sync with the current GitStatusResponse</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">acase</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/operations/GitPull.java</td> <td class="modifications-data">08/03/2008 01:57:21</td> <td class="modifications-data">Ripped out code that shouldn't be here (we'll want to use CoreMessages anyway). We're still waiting on javagit to implement this first before anything is really flushed out. </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">acase</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/operations/GitPush.java</td> <td class="modifications-data">08/03/2008 01:57:21</td> <td class="modifications-data">Ripped out code that shouldn't be here (we'll want to use CoreMessages anyway). We're still waiting on javagit to implement this first before anything is really flushed out. </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">acase</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml</td> <td class="modifications-data">08/03/2008 01:55:05</td> <td class="modifications-data">Adding Copyright/License information and updating the description to something a bit more meaningful to laymen.</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/src/edu/nyu/cs/gitclipse/test/AllTests.java</td> <td class="modifications-data">08/03/2008 00:51:51</td> <td class="modifications-data">Trying to resolve the unknown source problems for stack traces. It might be because the test cases were resolved using reflection.</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/GitUIActivator.java</td> <td class="modifications-data">08/02/2008 23:52:05</td> <td class="modifications-data">You should stop the bundle once you've removed listeners and handled your business. super.stop() is going to do a lot of cleanup. </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/GitUIActivator.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repository.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryResourcesManager.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/IGitRepositoryLocation.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/GitUrl.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repositories.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/actions/GitCheckoutAction.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/importWizards/ImportRepositoryWizard.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryManager.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/views/GitRepositoryView.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">added</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Util.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/utils/Policy.java</td> <td class="modifications-data">08/02/2008 22:37:38</td> <td class="modifications-data">added some messages for git repository view, some more methods added for GitException and policy</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/GitException.java</td> <td class="modifications-data">08/02/2008 22:37:38</td> <td class="modifications-data">added some messages for git repository view, some more methods added for GitException and policy</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/messages.properties</td> <td class="modifications-data">08/02/2008 22:37:38</td> <td class="modifications-data">added some messages for git repository view, some more methods added for GitException and policy</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/status/GitStatusAdapter.java</td> <td class="modifications-data">08/02/2008 22:17:54</td> <td class="modifications-data">updated GitStatusAdapter now that javagit finished adding Iterable methods</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/viewers/CommitResourceLabelProvider.java</td> <td class="modifications-data">08/02/2008 22:11:07</td> <td class="modifications-data">Fixed the broken commit status text</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.javagit/.classpath</td> <td class="modifications-data">08/02/2008 22:11:07</td> <td class="modifications-data">Fixed the broken commit status text</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml</td> <td class="modifications-data">08/02/2008 20:58:35</td> <td class="modifications-data">Stab in the dark at fixing the test problems</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/IGitDirEntry.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RemoteResource.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/importWizards/GitLocationArea.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryResourcesManager.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/JavaGitClient.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/GitUrl.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryManager.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/plugin.xml</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repository.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/META-INF/MANIFEST.MF</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repositories.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RemoteFolder.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/JavaGitDirEntry.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/listeners/IRepositoryListener.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/importWizards/ImportRepositoryWizardPage.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">added</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/actions/GitCheckoutAction.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/views/GitRepositoryView.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.update-site/site.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/build.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml</td> <td class="modifications-data">08/02/2008 14:04:22</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml</td> <td class="modifications-data">08/02/2008 14:04:20</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 14:04:19</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 02:44:25</td> <td class="modifications-data">Fail the test runner after all tests have run.</td> </tr> </table> </p> <p></p> <p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"></table> </p> </body></html> |
From: <osp...@ny...> - 2008-08-04 16:38:09
|
<html><head> <base href="http://linserv3.cims.nyu.edu:33333"> <style> .white { color:#FFFFFF } .index { background-color:#FFFFFF } .index-passed { color:#004400 } .index-failed { color:#FF0000; font-weight:bold } .index-header { font-weight:bold } .link { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; text-decoration:none; } .tab-table { margin: 0em 0em 0.5em 0em; } .tabs { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding: 0em 2em; background-color:#EEEEEE; } .tabs-link { color:#000000; text-decoration:none; } .tabs-link:visited { color:#000000; text-decoration:none; } .tabs-selected { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding: 0em 2em; } .tabs-selected { border: inset; } table.header { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#000000; } table.header th { text-align:left; vertical-align:top; white-space:nowrap; } table.header th.big { font-size:12pt; } .modifications-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .modifications-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .modifications-oddrow { background-color:#CCCCCC } .modifications-evenrow { background-color:#FFFFCC } .changelists-oddrow { background-color:#CCCCCC } .changelists-evenrow { background-color:#FFFFCC } .changelists-file-spacer { background-color:#FFFFFF } .changelists-file-evenrow { background-color:#EEEEEE } .changelists-file-oddrow { background-color:#FFFFEE } .changelists-file-header { background-color:#666666; font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FFFFFF; } .compile-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .compile-error-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .compile-warn-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#CC9900; } .compile-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .distributables-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .distributables-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .distributables-oddrow { background-color:#CCCCCC } .unittests-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .unittests-oddrow { background-color:#CCCCCC } .unittests-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .unittests-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#901090; } .unittests-failure { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .unittests-title { font-family:arial,helvetica,sans-serif; font-size:9pt; font-weight: bold; color:#000080; background-color:#CCDDDD; } .unittests-error-title { font-family:arial,helvetica,sans-serif; font-size:9pt; font-weight: bold; color:#901090; background-color:#CCDDDD; } .unittests-failure-title { font-family:arial,helvetica,sans-serif; font-size:9pt; color:#FF0000; font-weight: bold; background-color:#CCDDDD; } .checkstyle-oddrow { background-color:#CCCCCC } .checkstyle-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .checkstyle-warning { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .checkstyle-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .checkstyle-fileheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; font-weight:bold; color:#FFFFFF; } .checkstyle-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .macker-oddrow { background-color:#CCCCCC } .macker-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .macker-data-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .macker-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } a img { border: 0 } .hidden { visibility: hidden } .config-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .config-result-message { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FF0000; } .differences-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .differences-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .differences-oddrow { background-color:#CCCCCC } .differences-evenrow { background-color:#FFFFCC } .testresults-output-div { border:solid 1px; font-size: 9pt; font-family:monospace; overflow: auto; } </style> </head><body> View results here -> <a href="http://linserv3.cims.nyu.edu:33333?log=log20080804123626">http://linserv3.cims.nyu.edu:33333?log=log20080804123626</a><p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" class="header" width="98%"> <tr> <th class="big" colspan="2">BUILD FAILED</th> </tr> <tr> <th>Ant Error Message:</th> <td>/home/mso206/cruisecontrol/build_gitclipse.xml:18: The following error occurred while executing this line: /home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/build.xml:112: Java returned: 13 </td> </tr> <tr> <th>Date of build:</th> <td>08/04/2008 12:36:26</td> </tr> <tr> <th>Time to build:</th> <td>1 minute 45 seconds</td> </tr> <tr> <th>Last changed:</th> <td>08/04/2008 12:35:06</td> </tr> <tr> <th>Last log entry:</th> <td>fixed PushPage/PullPage to work with the changes made to corresponding core.operations classes</td> </tr> </table><p> <p></p> <p></p> <p></p> <p></p> <p></p> <p> <table xmlns="http://www.w3.org/TR/html4/strict.dtd" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="compile-sectionheader" colspan="4"> Errors/Warnings: (6) </td> </tr> <tr> <td><pre class="compile-data">BUILD FAILED<br class="none"></br>/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/build.xml:28: The following error occurred while executing this line:<br class="none"></br>/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/build.xml:112: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/customTargets.xml:140: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/customTargets.xml:194: Java returned: 13<br class="none"></br>Total time: 1 minute 32 seconds<br class="none"></br></pre></td> </tr> </table> </p> <p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="unittests-sectionheader" colspan="4"> Unit Tests: (5) </td> </tr> <tr> <td> <table align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="unittests-data" width="50"> error </td> <td class="unittests-data" width="300">testIsAssociated</td> <td class="unittests-data" width="400">AllTests</td> </tr> <tr> <td class="unittests-data" width="50"> failure </td> <td class="unittests-data" width="300">testRefresh</td> <td class="unittests-data" width="400">AllTests</td> </tr> </table> </td> </tr> <tr></tr> <tr> <td colspan="2"> </td> </tr> <tr> <td class="unittests-sectionheader" colspan="4"> Unit Test Error Details: (2) </td> </tr> <tr> <td colspan="2"> <table width="100%" border="0" cellspacing="0"> <tr class="unittests-title"> <td width="50">Test: </td> <td>testIsAssociated</td> </tr> <tr class="unittests-data"> <td>Class: </td> <td>AllTests</td> </tr> <tr> <td></td> <td> <table width="100%" border="1" cellspacing="0" cellpadding="2"> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr class="unittests-error"> <td colspan="2">java.lang.NullPointerException </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.core.internal.DotGitMonitor.<init>(Unknown Source) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.core.GitTeamProvider.startDotGitMonitor(Unknown Source) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.core.GitTeamProvider.configureProject(Unknown Source) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.team.core.RepositoryProvider.configure(RepositoryProvider.java:334) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.team.core.RepositoryProvider.map(RepositoryProvider.java:129) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.core.GitProviderPlugin.map(Unknown Source) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.core.GitProviderPluginTest.testIsAssociated(Unknown Source) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:129) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3296) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2974) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.run(UITestApplication.java:60) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.start(UITestApplication.java:210) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.run(Main.java:1173) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.main(Main.java:1148) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.launcher.Main.main(Main.java:30)</td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td colspan="2"> <table width="100%" border="0" cellspacing="0"> <tr class="unittests-title"> <td width="50">Test: </td> <td>testRefresh</td> </tr> <tr class="unittests-data"> <td>Class: </td> <td>AllTests</td> </tr> <tr> <td></td> <td> <table width="100%" border="1" cellspacing="0" cellpadding="2"> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr class="unittests-failure"> <td colspan="2">junit.framework.AssertionFailedError </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.ui.DecoratorTest.testRefresh(Unknown Source) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:129) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3296) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2974) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.run(UITestApplication.java:60) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.start(UITestApplication.java:210) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.run(Main.java:1173) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.main(Main.java:1148) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.launcher.Main.main(Main.java:30)</td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </p> <p></p> <p> <table align="center" cellpadding="2" cellspacing="1" border="0" width="98%"> <tr> <td class="modifications-sectionheader" colspan="6"> Modifications since last successful build: (52) </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/dialogs/PushPage.java</td> <td class="modifications-data">08/04/2008 12:35:06</td> <td class="modifications-data">fixed PushPage/PullPage to work with the changes made to corresponding core.operations classes</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/dialogs/PullPage.java</td> <td class="modifications-data">08/04/2008 12:35:06</td> <td class="modifications-data">fixed PushPage/PullPage to work with the changes made to corresponding core.operations classes</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/status/GitStatusAdapter.java</td> <td class="modifications-data">08/04/2008 12:28:14</td> <td class="modifications-data">fixed GitStatusAdapter to be in sync with the current GitStatusResponse</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">acase</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/operations/GitPull.java</td> <td class="modifications-data">08/03/2008 01:57:21</td> <td class="modifications-data">Ripped out code that shouldn't be here (we'll want to use CoreMessages anyway). We're still waiting on javagit to implement this first before anything is really flushed out. </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">acase</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/operations/GitPush.java</td> <td class="modifications-data">08/03/2008 01:57:21</td> <td class="modifications-data">Ripped out code that shouldn't be here (we'll want to use CoreMessages anyway). We're still waiting on javagit to implement this first before anything is really flushed out. </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">acase</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml</td> <td class="modifications-data">08/03/2008 01:55:05</td> <td class="modifications-data">Adding Copyright/License information and updating the description to something a bit more meaningful to laymen.</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/src/edu/nyu/cs/gitclipse/test/AllTests.java</td> <td class="modifications-data">08/03/2008 00:51:51</td> <td class="modifications-data">Trying to resolve the unknown source problems for stack traces. It might be because the test cases were resolved using reflection.</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/GitUIActivator.java</td> <td class="modifications-data">08/02/2008 23:52:05</td> <td class="modifications-data">You should stop the bundle once you've removed listeners and handled your business. super.stop() is going to do a lot of cleanup. </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/GitUIActivator.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repository.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryResourcesManager.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/IGitRepositoryLocation.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/GitUrl.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repositories.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/actions/GitCheckoutAction.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/importWizards/ImportRepositoryWizard.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryManager.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/views/GitRepositoryView.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">added</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Util.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/utils/Policy.java</td> <td class="modifications-data">08/02/2008 22:37:38</td> <td class="modifications-data">added some messages for git repository view, some more methods added for GitException and policy</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/GitException.java</td> <td class="modifications-data">08/02/2008 22:37:38</td> <td class="modifications-data">added some messages for git repository view, some more methods added for GitException and policy</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/messages.properties</td> <td class="modifications-data">08/02/2008 22:37:38</td> <td class="modifications-data">added some messages for git repository view, some more methods added for GitException and policy</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/status/GitStatusAdapter.java</td> <td class="modifications-data">08/02/2008 22:17:54</td> <td class="modifications-data">updated GitStatusAdapter now that javagit finished adding Iterable methods</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/viewers/CommitResourceLabelProvider.java</td> <td class="modifications-data">08/02/2008 22:11:07</td> <td class="modifications-data">Fixed the broken commit status text</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.javagit/.classpath</td> <td class="modifications-data">08/02/2008 22:11:07</td> <td class="modifications-data">Fixed the broken commit status text</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml</td> <td class="modifications-data">08/02/2008 20:58:35</td> <td class="modifications-data">Stab in the dark at fixing the test problems</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/IGitDirEntry.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RemoteResource.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/importWizards/GitLocationArea.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryResourcesManager.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/JavaGitClient.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/GitUrl.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryManager.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/plugin.xml</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repository.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/META-INF/MANIFEST.MF</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repositories.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RemoteFolder.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/JavaGitDirEntry.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/listeners/IRepositoryListener.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/importWizards/ImportRepositoryWizardPage.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">added</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/actions/GitCheckoutAction.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/views/GitRepositoryView.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.update-site/site.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/build.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml</td> <td class="modifications-data">08/02/2008 14:04:22</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml</td> <td class="modifications-data">08/02/2008 14:04:20</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 14:04:19</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 02:44:25</td> <td class="modifications-data">Fail the test runner after all tests have run.</td> </tr> </table> </p> <p></p> <p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"></table> </p> </body></html> |
From: <osp...@ny...> - 2008-08-04 18:00:27
|
<html><head> <base href="http://linserv3.cims.nyu.edu:33333"> <style> .white { color:#FFFFFF } .index { background-color:#FFFFFF } .index-passed { color:#004400 } .index-failed { color:#FF0000; font-weight:bold } .index-header { font-weight:bold } .link { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; text-decoration:none; } .tab-table { margin: 0em 0em 0.5em 0em; } .tabs { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding: 0em 2em; background-color:#EEEEEE; } .tabs-link { color:#000000; text-decoration:none; } .tabs-link:visited { color:#000000; text-decoration:none; } .tabs-selected { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding: 0em 2em; } .tabs-selected { border: inset; } table.header { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#000000; } table.header th { text-align:left; vertical-align:top; white-space:nowrap; } table.header th.big { font-size:12pt; } .modifications-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .modifications-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .modifications-oddrow { background-color:#CCCCCC } .modifications-evenrow { background-color:#FFFFCC } .changelists-oddrow { background-color:#CCCCCC } .changelists-evenrow { background-color:#FFFFCC } .changelists-file-spacer { background-color:#FFFFFF } .changelists-file-evenrow { background-color:#EEEEEE } .changelists-file-oddrow { background-color:#FFFFEE } .changelists-file-header { background-color:#666666; font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FFFFFF; } .compile-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .compile-error-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .compile-warn-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#CC9900; } .compile-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .distributables-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .distributables-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .distributables-oddrow { background-color:#CCCCCC } .unittests-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .unittests-oddrow { background-color:#CCCCCC } .unittests-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .unittests-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#901090; } .unittests-failure { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .unittests-title { font-family:arial,helvetica,sans-serif; font-size:9pt; font-weight: bold; color:#000080; background-color:#CCDDDD; } .unittests-error-title { font-family:arial,helvetica,sans-serif; font-size:9pt; font-weight: bold; color:#901090; background-color:#CCDDDD; } .unittests-failure-title { font-family:arial,helvetica,sans-serif; font-size:9pt; color:#FF0000; font-weight: bold; background-color:#CCDDDD; } .checkstyle-oddrow { background-color:#CCCCCC } .checkstyle-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .checkstyle-warning { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .checkstyle-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .checkstyle-fileheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; font-weight:bold; color:#FFFFFF; } .checkstyle-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .macker-oddrow { background-color:#CCCCCC } .macker-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .macker-data-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .macker-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } a img { border: 0 } .hidden { visibility: hidden } .config-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .config-result-message { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FF0000; } .differences-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .differences-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .differences-oddrow { background-color:#CCCCCC } .differences-evenrow { background-color:#FFFFCC } .testresults-output-div { border:solid 1px; font-size: 9pt; font-family:monospace; overflow: auto; } </style> </head><body> View results here -> <a href="http://linserv3.cims.nyu.edu:33333?log=log20080804135831">http://linserv3.cims.nyu.edu:33333?log=log20080804135831</a><p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" class="header" width="98%"> <tr> <th class="big" colspan="2">BUILD FAILED</th> </tr> <tr> <th>Ant Error Message:</th> <td>/home/mso206/cruisecontrol/build_gitclipse.xml:18: The following error occurred while executing this line: /home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/build.xml:118: Java returned: 13 </td> </tr> <tr> <th>Date of build:</th> <td>08/04/2008 13:58:31</td> </tr> <tr> <th>Time to build:</th> <td>1 minute 55 seconds</td> </tr> <tr> <th>Last changed:</th> <td>08/04/2008 13:55:16</td> </tr> <tr> <th>Last log entry:</th> <td>Fixed the Decorator UI Test, and added support for proxy variables for anyone behind a firewall in the build</td> </tr> </table><p> <p></p> <p></p> <p></p> <p></p> <p></p> <p> <table xmlns="http://www.w3.org/TR/html4/strict.dtd" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="compile-sectionheader" colspan="4"> Errors/Warnings: (6) </td> </tr> <tr> <td><pre class="compile-data">BUILD FAILED<br class="none"></br>/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/build.xml:28: The following error occurred while executing this line:<br class="none"></br>/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/build.xml:112: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/customTargets.xml:140: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/customTargets.xml:194: Java returned: 13<br class="none"></br>Total time: 1 minute 39 seconds<br class="none"></br></pre></td> </tr> </table> </p> <p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="unittests-sectionheader" colspan="4"> Unit Tests: (5) </td> </tr> <tr> <td> <table align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="unittests-data" width="50"> error </td> <td class="unittests-data" width="300">testIsAssociated</td> <td class="unittests-data" width="400">AllTests</td> </tr> <tr> <td class="unittests-data" width="50"> failure </td> <td class="unittests-data" width="300">testRefresh</td> <td class="unittests-data" width="400">AllTests</td> </tr> </table> </td> </tr> <tr></tr> <tr> <td colspan="2"> </td> </tr> <tr> <td class="unittests-sectionheader" colspan="4"> Unit Test Error Details: (2) </td> </tr> <tr> <td colspan="2"> <table width="100%" border="0" cellspacing="0"> <tr class="unittests-title"> <td width="50">Test: </td> <td>testIsAssociated</td> </tr> <tr class="unittests-data"> <td>Class: </td> <td>AllTests</td> </tr> <tr> <td></td> <td> <table width="100%" border="1" cellspacing="0" cellpadding="2"> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr class="unittests-error"> <td colspan="2">java.lang.NullPointerException </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.core.internal.DotGitMonitor.<init>(Unknown Source) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.core.GitTeamProvider.startDotGitMonitor(Unknown Source) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.core.GitTeamProvider.configureProject(Unknown Source) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.team.core.RepositoryProvider.configure(RepositoryProvider.java:334) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.team.core.RepositoryProvider.map(RepositoryProvider.java:129) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.core.GitProviderPlugin.map(Unknown Source) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.core.GitProviderPluginTest.testIsAssociated(Unknown Source) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:129) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3296) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2974) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.run(UITestApplication.java:60) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.start(UITestApplication.java:210) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.run(Main.java:1173) </td> </tr> <tr class="unittests-error"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.main(Main.java:1148) </td> </tr> <tr class="unittests-error" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.launcher.Main.main(Main.java:30)</td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td colspan="2"> <table width="100%" border="0" cellspacing="0"> <tr class="unittests-title"> <td width="50">Test: </td> <td>testRefresh</td> </tr> <tr class="unittests-data"> <td>Class: </td> <td>AllTests</td> </tr> <tr> <td></td> <td> <table width="100%" border="1" cellspacing="0" cellpadding="2"> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr class="unittests-failure"> <td colspan="2">junit.framework.AssertionFailedError </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.ui.DecoratorTest.testRefresh(Unknown Source) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:129) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3296) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2974) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.run(UITestApplication.java:60) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.start(UITestApplication.java:210) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.run(Main.java:1173) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.main(Main.java:1148) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.launcher.Main.main(Main.java:30)</td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </p> <p></p> <p> <table align="center" cellpadding="2" cellspacing="1" border="0" width="98%"> <tr> <td class="modifications-sectionheader" colspan="6"> Modifications since last successful build: (55) </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui.test/src/edu/nyu/cs/gitclipse/ui/DecoratorTest.java</td> <td class="modifications-data">08/04/2008 13:55:16</td> <td class="modifications-data">Fixed the Decorator UI Test, and added support for proxy variables for anyone behind a firewall in the build</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/status/GitStatusAdapter.java</td> <td class="modifications-data">08/04/2008 13:55:16</td> <td class="modifications-data">Fixed the Decorator UI Test, and added support for proxy variables for anyone behind a firewall in the build</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/build.xml</td> <td class="modifications-data">08/04/2008 13:55:16</td> <td class="modifications-data">Fixed the Decorator UI Test, and added support for proxy variables for anyone behind a firewall in the build</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/dialogs/PushPage.java</td> <td class="modifications-data">08/04/2008 12:35:06</td> <td class="modifications-data">fixed PushPage/PullPage to work with the changes made to corresponding core.operations classes</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/dialogs/PullPage.java</td> <td class="modifications-data">08/04/2008 12:35:06</td> <td class="modifications-data">fixed PushPage/PullPage to work with the changes made to corresponding core.operations classes</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/status/GitStatusAdapter.java</td> <td class="modifications-data">08/04/2008 12:28:14</td> <td class="modifications-data">fixed GitStatusAdapter to be in sync with the current GitStatusResponse</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">acase</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/operations/GitPull.java</td> <td class="modifications-data">08/03/2008 01:57:21</td> <td class="modifications-data">Ripped out code that shouldn't be here (we'll want to use CoreMessages anyway). We're still waiting on javagit to implement this first before anything is really flushed out. </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">acase</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/operations/GitPush.java</td> <td class="modifications-data">08/03/2008 01:57:21</td> <td class="modifications-data">Ripped out code that shouldn't be here (we'll want to use CoreMessages anyway). We're still waiting on javagit to implement this first before anything is really flushed out. </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">acase</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml</td> <td class="modifications-data">08/03/2008 01:55:05</td> <td class="modifications-data">Adding Copyright/License information and updating the description to something a bit more meaningful to laymen.</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/src/edu/nyu/cs/gitclipse/test/AllTests.java</td> <td class="modifications-data">08/03/2008 00:51:51</td> <td class="modifications-data">Trying to resolve the unknown source problems for stack traces. It might be because the test cases were resolved using reflection.</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/GitUIActivator.java</td> <td class="modifications-data">08/02/2008 23:52:05</td> <td class="modifications-data">You should stop the bundle once you've removed listeners and handled your business. super.stop() is going to do a lot of cleanup. </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/GitUIActivator.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repository.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryResourcesManager.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/IGitRepositoryLocation.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/GitUrl.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repositories.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/actions/GitCheckoutAction.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/importWizards/ImportRepositoryWizard.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryManager.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/views/GitRepositoryView.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">added</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Util.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/utils/Policy.java</td> <td class="modifications-data">08/02/2008 22:37:38</td> <td class="modifications-data">added some messages for git repository view, some more methods added for GitException and policy</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/GitException.java</td> <td class="modifications-data">08/02/2008 22:37:38</td> <td class="modifications-data">added some messages for git repository view, some more methods added for GitException and policy</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/messages.properties</td> <td class="modifications-data">08/02/2008 22:37:38</td> <td class="modifications-data">added some messages for git repository view, some more methods added for GitException and policy</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/status/GitStatusAdapter.java</td> <td class="modifications-data">08/02/2008 22:17:54</td> <td class="modifications-data">updated GitStatusAdapter now that javagit finished adding Iterable methods</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/viewers/CommitResourceLabelProvider.java</td> <td class="modifications-data">08/02/2008 22:11:07</td> <td class="modifications-data">Fixed the broken commit status text</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.javagit/.classpath</td> <td class="modifications-data">08/02/2008 22:11:07</td> <td class="modifications-data">Fixed the broken commit status text</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml</td> <td class="modifications-data">08/02/2008 20:58:35</td> <td class="modifications-data">Stab in the dark at fixing the test problems</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/IGitDirEntry.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RemoteResource.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/importWizards/GitLocationArea.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryResourcesManager.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/JavaGitClient.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/GitUrl.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryManager.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/plugin.xml</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repository.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/META-INF/MANIFEST.MF</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repositories.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RemoteFolder.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/JavaGitDirEntry.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/listeners/IRepositoryListener.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/importWizards/ImportRepositoryWizardPage.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">added</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/actions/GitCheckoutAction.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/views/GitRepositoryView.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.update-site/site.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/build.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml</td> <td class="modifications-data">08/02/2008 14:04:22</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml</td> <td class="modifications-data">08/02/2008 14:04:20</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 14:04:19</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 02:44:25</td> <td class="modifications-data">Fail the test runner after all tests have run.... [truncated message content] |
From: <osp...@ny...> - 2008-08-04 18:53:31
|
<html><head> <base href="http://linserv3.cims.nyu.edu:33333"> <style> .white { color:#FFFFFF } .index { background-color:#FFFFFF } .index-passed { color:#004400 } .index-failed { color:#FF0000; font-weight:bold } .index-header { font-weight:bold } .link { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; text-decoration:none; } .tab-table { margin: 0em 0em 0.5em 0em; } .tabs { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding: 0em 2em; background-color:#EEEEEE; } .tabs-link { color:#000000; text-decoration:none; } .tabs-link:visited { color:#000000; text-decoration:none; } .tabs-selected { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding: 0em 2em; } .tabs-selected { border: inset; } table.header { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#000000; } table.header th { text-align:left; vertical-align:top; white-space:nowrap; } table.header th.big { font-size:12pt; } .modifications-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .modifications-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .modifications-oddrow { background-color:#CCCCCC } .modifications-evenrow { background-color:#FFFFCC } .changelists-oddrow { background-color:#CCCCCC } .changelists-evenrow { background-color:#FFFFCC } .changelists-file-spacer { background-color:#FFFFFF } .changelists-file-evenrow { background-color:#EEEEEE } .changelists-file-oddrow { background-color:#FFFFEE } .changelists-file-header { background-color:#666666; font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FFFFFF; } .compile-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .compile-error-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .compile-warn-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#CC9900; } .compile-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .distributables-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .distributables-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .distributables-oddrow { background-color:#CCCCCC } .unittests-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .unittests-oddrow { background-color:#CCCCCC } .unittests-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .unittests-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#901090; } .unittests-failure { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .unittests-title { font-family:arial,helvetica,sans-serif; font-size:9pt; font-weight: bold; color:#000080; background-color:#CCDDDD; } .unittests-error-title { font-family:arial,helvetica,sans-serif; font-size:9pt; font-weight: bold; color:#901090; background-color:#CCDDDD; } .unittests-failure-title { font-family:arial,helvetica,sans-serif; font-size:9pt; color:#FF0000; font-weight: bold; background-color:#CCDDDD; } .checkstyle-oddrow { background-color:#CCCCCC } .checkstyle-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .checkstyle-warning { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .checkstyle-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .checkstyle-fileheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; font-weight:bold; color:#FFFFFF; } .checkstyle-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .macker-oddrow { background-color:#CCCCCC } .macker-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .macker-data-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .macker-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } a img { border: 0 } .hidden { visibility: hidden } .config-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .config-result-message { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FF0000; } .differences-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .differences-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .differences-oddrow { background-color:#CCCCCC } .differences-evenrow { background-color:#FFFFCC } .testresults-output-div { border:solid 1px; font-size: 9pt; font-family:monospace; overflow: auto; } </style> </head><body> View results here -> <a href="http://linserv3.cims.nyu.edu:33333?log=log20080804145136">http://linserv3.cims.nyu.edu:33333?log=log20080804145136</a><p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" class="header" width="98%"> <tr> <th class="big" colspan="2">BUILD FAILED</th> </tr> <tr> <th>Ant Error Message:</th> <td>/home/mso206/cruisecontrol/build_gitclipse.xml:18: The following error occurred while executing this line: /home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/build.xml:118: Java returned: 13 </td> </tr> <tr> <th>Date of build:</th> <td>08/04/2008 14:51:36</td> </tr> <tr> <th>Time to build:</th> <td>1 minute 54 seconds</td> </tr> <tr> <th>Last changed:</th> <td>08/04/2008 14:50:48</td> </tr> <tr> <th>Last log entry:</th> <td>Fixed the provider.map function to throw TeamException when appropriate\nfixed the GitProviderPluginTest to do what was originally intended\n </td> </tr> </table><p> <p></p> <p></p> <p></p> <p></p> <p></p> <p> <table xmlns="http://www.w3.org/TR/html4/strict.dtd" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="compile-sectionheader" colspan="4"> Errors/Warnings: (6) </td> </tr> <tr> <td><pre class="compile-data">BUILD FAILED<br class="none"></br>/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/build.xml:28: The following error occurred while executing this line:<br class="none"></br>/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/build.xml:112: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/customTargets.xml:140: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/customTargets.xml:194: Java returned: 13<br class="none"></br>Total time: 1 minute 39 seconds<br class="none"></br></pre></td> </tr> </table> </p> <p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="unittests-sectionheader" colspan="4"> Unit Tests: (5) </td> </tr> <tr> <td> <table align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="unittests-data" width="50"> failure </td> <td class="unittests-data" width="300">testRefresh</td> <td class="unittests-data" width="400">AllTests</td> </tr> </table> </td> </tr> <tr></tr> <tr> <td colspan="2"> </td> </tr> <tr> <td class="unittests-sectionheader" colspan="4"> Unit Test Error Details: (1) </td> </tr> <tr> <td colspan="2"> <table width="100%" border="0" cellspacing="0"> <tr class="unittests-title"> <td width="50">Test: </td> <td>testRefresh</td> </tr> <tr class="unittests-data"> <td>Class: </td> <td>AllTests</td> </tr> <tr> <td></td> <td> <table width="100%" border="1" cellspacing="0" cellpadding="2"> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr class="unittests-failure"> <td colspan="2">junit.framework.AssertionFailedError </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.ui.DecoratorTest.testRefresh(Unknown Source) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:129) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3296) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2974) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.run(UITestApplication.java:60) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.start(UITestApplication.java:210) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.run(Main.java:1173) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.main(Main.java:1148) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.launcher.Main.main(Main.java:30)</td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </p> <p></p> <p> <table align="center" cellpadding="2" cellspacing="1" border="0" width="98%"> <tr> <td class="modifications-sectionheader" colspan="6"> Modifications since last successful build: (60) </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core.test/src/edu/nyu/cs/gitclipse/core/GitProviderPluginTest.java</td> <td class="modifications-data">08/04/2008 14:50:48</td> <td class="modifications-data">Fixed the provider.map function to throw TeamException when appropriate\nfixed the GitProviderPluginTest to do what was originally intended\n </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/GitProviderPlugin.java</td> <td class="modifications-data">08/04/2008 14:50:48</td> <td class="modifications-data">Fixed the provider.map function to throw TeamException when appropriate\nfixed the GitProviderPluginTest to do what was originally intended\n </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/internal/DotGitMonitor.java</td> <td class="modifications-data">08/04/2008 14:50:48</td> <td class="modifications-data">Fixed the provider.map function to throw TeamException when appropriate\nfixed the GitProviderPluginTest to do what was originally intended\n </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/messages.properties</td> <td class="modifications-data">08/04/2008 14:50:48</td> <td class="modifications-data">Fixed the provider.map function to throw TeamException when appropriate\nfixed the GitProviderPluginTest to do what was originally intended\n </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/GitTeamProvider.java</td> <td class="modifications-data">08/04/2008 14:50:48</td> <td class="modifications-data">Fixed the provider.map function to throw TeamException when appropriate\nfixed the GitProviderPluginTest to do what was originally intended\n </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui.test/src/edu/nyu/cs/gitclipse/ui/DecoratorTest.java</td> <td class="modifications-data">08/04/2008 13:55:16</td> <td class="modifications-data">Fixed the Decorator UI Test, and added support for proxy variables for anyone behind a firewall in the build</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/status/GitStatusAdapter.java</td> <td class="modifications-data">08/04/2008 13:55:16</td> <td class="modifications-data">Fixed the Decorator UI Test, and added support for proxy variables for anyone behind a firewall in the build</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/build.xml</td> <td class="modifications-data">08/04/2008 13:55:16</td> <td class="modifications-data">Fixed the Decorator UI Test, and added support for proxy variables for anyone behind a firewall in the build</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/dialogs/PushPage.java</td> <td class="modifications-data">08/04/2008 12:35:06</td> <td class="modifications-data">fixed PushPage/PullPage to work with the changes made to corresponding core.operations classes</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/dialogs/PullPage.java</td> <td class="modifications-data">08/04/2008 12:35:06</td> <td class="modifications-data">fixed PushPage/PullPage to work with the changes made to corresponding core.operations classes</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/status/GitStatusAdapter.java</td> <td class="modifications-data">08/04/2008 12:28:14</td> <td class="modifications-data">fixed GitStatusAdapter to be in sync with the current GitStatusResponse</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">acase</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/operations/GitPull.java</td> <td class="modifications-data">08/03/2008 01:57:21</td> <td class="modifications-data">Ripped out code that shouldn't be here (we'll want to use CoreMessages anyway). We're still waiting on javagit to implement this first before anything is really flushed out. </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">acase</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/operations/GitPush.java</td> <td class="modifications-data">08/03/2008 01:57:21</td> <td class="modifications-data">Ripped out code that shouldn't be here (we'll want to use CoreMessages anyway). We're still waiting on javagit to implement this first before anything is really flushed out. </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">acase</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml</td> <td class="modifications-data">08/03/2008 01:55:05</td> <td class="modifications-data">Adding Copyright/License information and updating the description to something a bit more meaningful to laymen.</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/src/edu/nyu/cs/gitclipse/test/AllTests.java</td> <td class="modifications-data">08/03/2008 00:51:51</td> <td class="modifications-data">Trying to resolve the unknown source problems for stack traces. It might be because the test cases were resolved using reflection.</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/GitUIActivator.java</td> <td class="modifications-data">08/02/2008 23:52:05</td> <td class="modifications-data">You should stop the bundle once you've removed listeners and handled your business. super.stop() is going to do a lot of cleanup. </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/GitUIActivator.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repository.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryResourcesManager.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/IGitRepositoryLocation.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/GitUrl.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repositories.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/actions/GitCheckoutAction.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/importWizards/ImportRepositoryWizard.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryManager.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/views/GitRepositoryView.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">added</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Util.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/utils/Policy.java</td> <td class="modifications-data">08/02/2008 22:37:38</td> <td class="modifications-data">added some messages for git repository view, some more methods added for GitException and policy</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/GitException.java</td> <td class="modifications-data">08/02/2008 22:37:38</td> <td class="modifications-data">added some messages for git repository view, some more methods added for GitException and policy</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/messages.properties</td> <td class="modifications-data">08/02/2008 22:37:38</td> <td class="modifications-data">added some messages for git repository view, some more methods added for GitException and policy</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/status/GitStatusAdapter.java</td> <td class="modifications-data">08/02/2008 22:17:54</td> <td class="modifications-data">updated GitStatusAdapter now that javagit finished adding Iterable methods</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/viewers/CommitResourceLabelProvider.java</td> <td class="modifications-data">08/02/2008 22:11:07</td> <td class="modifications-data">Fixed the broken commit status text</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.javagit/.classpath</td> <td class="modifications-data">08/02/2008 22:11:07</td> <td class="modifications-data">Fixed the broken commit status text</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml</td> <td class="modifications-data">08/02/2008 20:58:35</td> <td class="modifications-data">Stab in the dark at fixing the test problems</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/IGitDirEntry.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RemoteResource.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/importWizards/GitLocationArea.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryResourcesManager.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/JavaGitClient.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/GitUrl.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryManager.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/plugin.xml</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repository.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/META-INF/MANIFEST.MF</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repositories.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RemoteFolder.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/JavaGitDirEntry.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/listeners/IRepositoryListener.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/importWizards/ImportRepositoryWizardPage.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">added</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/actions/GitCheckoutAction.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/views/GitRepositoryView.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.update-site/site.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/build.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml</td> <td class="modifications-data">08/02/2008 14:04:22</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml</td> <td class="modifications-data">08/02/2008 14:04:20</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 14:04:19</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 02:44:25</td> <td class="modifications-data">Fail the test runner after all tests have run.</td> </tr> </table> </p> <p></p> <p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"></table> </p> </body></html> |
From: <osp...@ny...> - 2008-08-04 23:33:13
|
<html><head> <base href="http://linserv3.cims.nyu.edu:33333"> <style> .white { color:#FFFFFF } .index { background-color:#FFFFFF } .index-passed { color:#004400 } .index-failed { color:#FF0000; font-weight:bold } .index-header { font-weight:bold } .link { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; text-decoration:none; } .tab-table { margin: 0em 0em 0.5em 0em; } .tabs { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding: 0em 2em; background-color:#EEEEEE; } .tabs-link { color:#000000; text-decoration:none; } .tabs-link:visited { color:#000000; text-decoration:none; } .tabs-selected { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding: 0em 2em; } .tabs-selected { border: inset; } table.header { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#000000; } table.header th { text-align:left; vertical-align:top; white-space:nowrap; } table.header th.big { font-size:12pt; } .modifications-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .modifications-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .modifications-oddrow { background-color:#CCCCCC } .modifications-evenrow { background-color:#FFFFCC } .changelists-oddrow { background-color:#CCCCCC } .changelists-evenrow { background-color:#FFFFCC } .changelists-file-spacer { background-color:#FFFFFF } .changelists-file-evenrow { background-color:#EEEEEE } .changelists-file-oddrow { background-color:#FFFFEE } .changelists-file-header { background-color:#666666; font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FFFFFF; } .compile-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .compile-error-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .compile-warn-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#CC9900; } .compile-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .distributables-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .distributables-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .distributables-oddrow { background-color:#CCCCCC } .unittests-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .unittests-oddrow { background-color:#CCCCCC } .unittests-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .unittests-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#901090; } .unittests-failure { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .unittests-title { font-family:arial,helvetica,sans-serif; font-size:9pt; font-weight: bold; color:#000080; background-color:#CCDDDD; } .unittests-error-title { font-family:arial,helvetica,sans-serif; font-size:9pt; font-weight: bold; color:#901090; background-color:#CCDDDD; } .unittests-failure-title { font-family:arial,helvetica,sans-serif; font-size:9pt; color:#FF0000; font-weight: bold; background-color:#CCDDDD; } .checkstyle-oddrow { background-color:#CCCCCC } .checkstyle-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .checkstyle-warning { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .checkstyle-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .checkstyle-fileheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; font-weight:bold; color:#FFFFFF; } .checkstyle-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .macker-oddrow { background-color:#CCCCCC } .macker-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .macker-data-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .macker-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } a img { border: 0 } .hidden { visibility: hidden } .config-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .config-result-message { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FF0000; } .differences-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .differences-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .differences-oddrow { background-color:#CCCCCC } .differences-evenrow { background-color:#FFFFCC } .testresults-output-div { border:solid 1px; font-size: 9pt; font-family:monospace; overflow: auto; } </style> </head><body> View results here -> <a href="http://linserv3.cims.nyu.edu:33333?log=log20080804193119">http://linserv3.cims.nyu.edu:33333?log=log20080804193119</a><p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" class="header" width="98%"> <tr> <th class="big" colspan="2">BUILD FAILED</th> </tr> <tr> <th>Ant Error Message:</th> <td>/home/mso206/cruisecontrol/build_gitclipse.xml:18: The following error occurred while executing this line: /home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/build.xml:118: Java returned: 13 </td> </tr> <tr> <th>Date of build:</th> <td>08/04/2008 19:31:19</td> </tr> <tr> <th>Time to build:</th> <td>1 minute 54 seconds</td> </tr> <tr> <th>Last changed:</th> <td>08/04/2008 19:28:14</td> </tr> <tr> <th>Last log entry:</th> <td>fixed NullPointer noticed in the build logs in stop, also made getRepositoryManager synchronized as it initializes a multi-threaded field </td> </tr> </table><p> <p></p> <p></p> <p></p> <p></p> <p></p> <p> <table xmlns="http://www.w3.org/TR/html4/strict.dtd" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="compile-sectionheader" colspan="4"> Errors/Warnings: (6) </td> </tr> <tr> <td><pre class="compile-data">BUILD FAILED<br class="none"></br>/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/build.xml:28: The following error occurred while executing this line:<br class="none"></br>/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/build.xml:112: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/customTargets.xml:140: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/customTargets.xml:194: Java returned: 13<br class="none"></br>Total time: 1 minute 39 seconds<br class="none"></br></pre></td> </tr> </table> </p> <p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="unittests-sectionheader" colspan="4"> Unit Tests: (5) </td> </tr> <tr> <td> <table align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="unittests-data" width="50"> failure </td> <td class="unittests-data" width="300">testRefresh</td> <td class="unittests-data" width="400">AllTests</td> </tr> </table> </td> </tr> <tr></tr> <tr> <td colspan="2"> </td> </tr> <tr> <td class="unittests-sectionheader" colspan="4"> Unit Test Error Details: (1) </td> </tr> <tr> <td colspan="2"> <table width="100%" border="0" cellspacing="0"> <tr class="unittests-title"> <td width="50">Test: </td> <td>testRefresh</td> </tr> <tr class="unittests-data"> <td>Class: </td> <td>AllTests</td> </tr> <tr> <td></td> <td> <table width="100%" border="1" cellspacing="0" cellpadding="2"> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr class="unittests-failure"> <td colspan="2">junit.framework.AssertionFailedError </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.ui.DecoratorTest.testRefresh(Unknown Source) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:129) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3296) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2974) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.run(UITestApplication.java:60) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.start(UITestApplication.java:210) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.run(Main.java:1173) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.main(Main.java:1148) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.launcher.Main.main(Main.java:30)</td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </p> <p></p> <p> <table align="center" cellpadding="2" cellspacing="1" border="0" width="98%"> <tr> <td class="modifications-sectionheader" colspan="6"> Modifications since last successful build: (61) </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/GitUIActivator.java</td> <td class="modifications-data">08/04/2008 19:28:14</td> <td class="modifications-data">fixed NullPointer noticed in the build logs in stop, also made getRepositoryManager synchronized as it initializes a multi-threaded field </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core.test/src/edu/nyu/cs/gitclipse/core/GitProviderPluginTest.java</td> <td class="modifications-data">08/04/2008 14:50:48</td> <td class="modifications-data">Fixed the provider.map function to throw TeamException when appropriate\nfixed the GitProviderPluginTest to do what was originally intended\n </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/GitProviderPlugin.java</td> <td class="modifications-data">08/04/2008 14:50:48</td> <td class="modifications-data">Fixed the provider.map function to throw TeamException when appropriate\nfixed the GitProviderPluginTest to do what was originally intended\n </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/internal/DotGitMonitor.java</td> <td class="modifications-data">08/04/2008 14:50:48</td> <td class="modifications-data">Fixed the provider.map function to throw TeamException when appropriate\nfixed the GitProviderPluginTest to do what was originally intended\n </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/messages.properties</td> <td class="modifications-data">08/04/2008 14:50:48</td> <td class="modifications-data">Fixed the provider.map function to throw TeamException when appropriate\nfixed the GitProviderPluginTest to do what was originally intended\n </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/GitTeamProvider.java</td> <td class="modifications-data">08/04/2008 14:50:48</td> <td class="modifications-data">Fixed the provider.map function to throw TeamException when appropriate\nfixed the GitProviderPluginTest to do what was originally intended\n </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui.test/src/edu/nyu/cs/gitclipse/ui/DecoratorTest.java</td> <td class="modifications-data">08/04/2008 13:55:16</td> <td class="modifications-data">Fixed the Decorator UI Test, and added support for proxy variables for anyone behind a firewall in the build</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/status/GitStatusAdapter.java</td> <td class="modifications-data">08/04/2008 13:55:16</td> <td class="modifications-data">Fixed the Decorator UI Test, and added support for proxy variables for anyone behind a firewall in the build</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/build.xml</td> <td class="modifications-data">08/04/2008 13:55:16</td> <td class="modifications-data">Fixed the Decorator UI Test, and added support for proxy variables for anyone behind a firewall in the build</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/dialogs/PushPage.java</td> <td class="modifications-data">08/04/2008 12:35:06</td> <td class="modifications-data">fixed PushPage/PullPage to work with the changes made to corresponding core.operations classes</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/dialogs/PullPage.java</td> <td class="modifications-data">08/04/2008 12:35:06</td> <td class="modifications-data">fixed PushPage/PullPage to work with the changes made to corresponding core.operations classes</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/status/GitStatusAdapter.java</td> <td class="modifications-data">08/04/2008 12:28:14</td> <td class="modifications-data">fixed GitStatusAdapter to be in sync with the current GitStatusResponse</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">acase</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/operations/GitPull.java</td> <td class="modifications-data">08/03/2008 01:57:21</td> <td class="modifications-data">Ripped out code that shouldn't be here (we'll want to use CoreMessages anyway). We're still waiting on javagit to implement this first before anything is really flushed out. </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">acase</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/operations/GitPush.java</td> <td class="modifications-data">08/03/2008 01:57:21</td> <td class="modifications-data">Ripped out code that shouldn't be here (we'll want to use CoreMessages anyway). We're still waiting on javagit to implement this first before anything is really flushed out. </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">acase</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml</td> <td class="modifications-data">08/03/2008 01:55:05</td> <td class="modifications-data">Adding Copyright/License information and updating the description to something a bit more meaningful to laymen.</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/src/edu/nyu/cs/gitclipse/test/AllTests.java</td> <td class="modifications-data">08/03/2008 00:51:51</td> <td class="modifications-data">Trying to resolve the unknown source problems for stack traces. It might be because the test cases were resolved using reflection.</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/GitUIActivator.java</td> <td class="modifications-data">08/02/2008 23:52:05</td> <td class="modifications-data">You should stop the bundle once you've removed listeners and handled your business. super.stop() is going to do a lot of cleanup. </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/GitUIActivator.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repository.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryResourcesManager.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/IGitRepositoryLocation.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/GitUrl.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repositories.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/actions/GitCheckoutAction.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/importWizards/ImportRepositoryWizard.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryManager.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/views/GitRepositoryView.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">added</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Util.java</td> <td class="modifications-data">08/02/2008 22:38:35</td> <td class="modifications-data">GitCheckout Action refresh and project refresh</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/utils/Policy.java</td> <td class="modifications-data">08/02/2008 22:37:38</td> <td class="modifications-data">added some messages for git repository view, some more methods added for GitException and policy</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/GitException.java</td> <td class="modifications-data">08/02/2008 22:37:38</td> <td class="modifications-data">added some messages for git repository view, some more methods added for GitException and policy</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/messages.properties</td> <td class="modifications-data">08/02/2008 22:37:38</td> <td class="modifications-data">added some messages for git repository view, some more methods added for GitException and policy</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core/src/edu/nyu/cs/gitclipse/core/status/GitStatusAdapter.java</td> <td class="modifications-data">08/02/2008 22:17:54</td> <td class="modifications-data">updated GitStatusAdapter now that javagit finished adding Iterable methods</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/viewers/CommitResourceLabelProvider.java</td> <td class="modifications-data">08/02/2008 22:11:07</td> <td class="modifications-data">Fixed the broken commit status text</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.javagit/.classpath</td> <td class="modifications-data">08/02/2008 22:11:07</td> <td class="modifications-data">Fixed the broken commit status text</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml</td> <td class="modifications-data">08/02/2008 20:58:35</td> <td class="modifications-data">Stab in the dark at fixing the test problems</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/IGitDirEntry.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RemoteResource.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/importWizards/GitLocationArea.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryResourcesManager.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/JavaGitClient.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/GitUrl.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RepositoryManager.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/plugin.xml</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repository.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/META-INF/MANIFEST.MF</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/Repositories.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/repository/RemoteFolder.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/model/JavaGitDirEntry.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/listeners/IRepositoryListener.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/importWizards/ImportRepositoryWizardPage.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">added</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/actions/GitCheckoutAction.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">cq254</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui/src/edu/nyu/cs/gitclipse/ui/views/GitRepositoryView.java</td> <td class="modifications-data">08/02/2008 17:45:48</td> <td class="modifications-data">repository view git branch, git checkout implemented</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.update-site/site.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/build.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 16:40:53</td> <td class="modifications-data">Build fails with tests now.<br>Added optional update-site publishing to "http://gitclipse.org/update". </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/customTargets.xml</td> <td class="modifications-data">08/02/2008 14:04:22</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.feature/feature.xml</td> <td class="modifications-data">08/02/2008 14:04:20</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 14:04:19</td> <td class="modifications-data">Added publishing for update site.</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.test/test.xml</td> <td class="modifications-data">08/02/2008 02:44:25</td> <td class="modifications-data">Fail the test runner after all tests have run.</td> </tr> </table> </p> <p></p> <p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"></table> </p> </body></html> |
From: <osp...@ny...> - 2008-08-05 03:55:10
|
<html><head> <base href="http://linserv3.cims.nyu.edu:33333"> <style> .white { color:#FFFFFF } .index { background-color:#FFFFFF } .index-passed { color:#004400 } .index-failed { color:#FF0000; font-weight:bold } .index-header { font-weight:bold } .link { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; text-decoration:none; } .tab-table { margin: 0em 0em 0.5em 0em; } .tabs { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding: 0em 2em; background-color:#EEEEEE; } .tabs-link { color:#000000; text-decoration:none; } .tabs-link:visited { color:#000000; text-decoration:none; } .tabs-selected { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding: 0em 2em; } .tabs-selected { border: inset; } table.header { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#000000; } table.header th { text-align:left; vertical-align:top; white-space:nowrap; } table.header th.big { font-size:12pt; } .modifications-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .modifications-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .modifications-oddrow { background-color:#CCCCCC } .modifications-evenrow { background-color:#FFFFCC } .changelists-oddrow { background-color:#CCCCCC } .changelists-evenrow { background-color:#FFFFCC } .changelists-file-spacer { background-color:#FFFFFF } .changelists-file-evenrow { background-color:#EEEEEE } .changelists-file-oddrow { background-color:#FFFFEE } .changelists-file-header { background-color:#666666; font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FFFFFF; } .compile-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .compile-error-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .compile-warn-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#CC9900; } .compile-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .distributables-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .distributables-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .distributables-oddrow { background-color:#CCCCCC } .unittests-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .unittests-oddrow { background-color:#CCCCCC } .unittests-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .unittests-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#901090; } .unittests-failure { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .unittests-title { font-family:arial,helvetica,sans-serif; font-size:9pt; font-weight: bold; color:#000080; background-color:#CCDDDD; } .unittests-error-title { font-family:arial,helvetica,sans-serif; font-size:9pt; font-weight: bold; color:#901090; background-color:#CCDDDD; } .unittests-failure-title { font-family:arial,helvetica,sans-serif; font-size:9pt; color:#FF0000; font-weight: bold; background-color:#CCDDDD; } .checkstyle-oddrow { background-color:#CCCCCC } .checkstyle-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .checkstyle-warning { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .checkstyle-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .checkstyle-fileheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; font-weight:bold; color:#FFFFFF; } .checkstyle-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .macker-oddrow { background-color:#CCCCCC } .macker-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .macker-data-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .macker-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } a img { border: 0 } .hidden { visibility: hidden } .config-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .config-result-message { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FF0000; } .differences-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .differences-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .differences-oddrow { background-color:#CCCCCC } .differences-evenrow { background-color:#FFFFCC } .testresults-output-div { border:solid 1px; font-size: 9pt; font-family:monospace; overflow: auto; } </style> </head><body> View results here -> <a href="http://linserv3.cims.nyu.edu:33333?log=log20080804235323">http://linserv3.cims.nyu.edu:33333?log=log20080804235323</a><p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" class="header" width="98%"> <tr> <th class="big" colspan="2">BUILD FAILED</th> </tr> <tr> <th>Ant Error Message:</th> <td>/home/mso206/cruisecontrol/build_gitclipse.xml:18: The following error occurred while executing this line: /home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/build.xml:118: Java returned: 13 </td> </tr> <tr> <th>Date of build:</th> <td>08/04/2008 23:53:23</td> </tr> <tr> <th>Time to build:</th> <td>1 minute 47 seconds</td> </tr> <tr> <th>Last changed:</th> <td>08/04/2008 23:52:48</td> </tr> <tr> <th>Last log entry:</th> <td>Rollback the java target to fail on error.</td> </tr> </table><p> <p></p> <p></p> <p></p> <p></p> <p></p> <p> <table xmlns="http://www.w3.org/TR/html4/strict.dtd" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="compile-sectionheader" colspan="4"> Errors/Warnings: (6) </td> </tr> <tr> <td><pre class="compile-data">BUILD FAILED<br class="none"></br>/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/build.xml:28: The following error occurred while executing this line:<br class="none"></br>/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/build.xml:112: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/customTargets.xml:140: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/customTargets.xml:194: Java returned: 13<br class="none"></br>Total time: 1 minute 34 seconds<br class="none"></br></pre></td> </tr> </table> </p> <p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="unittests-sectionheader" colspan="4"> Unit Tests: (5) </td> </tr> <tr> <td> <table align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="unittests-data" width="50"> failure </td> <td class="unittests-data" width="300">testRefresh</td> <td class="unittests-data" width="400">AllTests</td> </tr> </table> </td> </tr> <tr></tr> <tr> <td colspan="2"> </td> </tr> <tr> <td class="unittests-sectionheader" colspan="4"> Unit Test Error Details: (1) </td> </tr> <tr> <td colspan="2"> <table width="100%" border="0" cellspacing="0"> <tr class="unittests-title"> <td width="50">Test: </td> <td>testRefresh</td> </tr> <tr class="unittests-data"> <td>Class: </td> <td>AllTests</td> </tr> <tr> <td></td> <td> <table width="100%" border="1" cellspacing="0" cellpadding="2"> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr class="unittests-failure"> <td colspan="2">junit.framework.AssertionFailedError </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.ui.DecoratorTest.testRefresh(Unknown Source) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:129) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3296) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2974) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.run(UITestApplication.java:60) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.start(UITestApplication.java:210) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.run(Main.java:1173) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.main(Main.java:1148) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.launcher.Main.main(Main.java:30)</td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </p> <p></p> <p> <table align="center" cellpadding="2" cellspacing="1" border="0" width="98%"> <tr> <td class="modifications-sectionheader" colspan="6"> Modifications since last successful build: (1) </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/build.xml</td> <td class="modifications-data">08/04/2008 23:52:48</td> <td class="modifications-data">Rollback the java target to fail on error.</td> </tr> </table> </p> <p></p> <p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"></table> </p> </body></html> |
From: <osp...@ny...> - 2008-08-05 05:52:35
|
<html><head> <base href="http://linserv3.cims.nyu.edu:33333"> <style> .white { color:#FFFFFF } .index { background-color:#FFFFFF } .index-passed { color:#004400 } .index-failed { color:#FF0000; font-weight:bold } .index-header { font-weight:bold } .link { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; text-decoration:none; } .tab-table { margin: 0em 0em 0.5em 0em; } .tabs { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding: 0em 2em; background-color:#EEEEEE; } .tabs-link { color:#000000; text-decoration:none; } .tabs-link:visited { color:#000000; text-decoration:none; } .tabs-selected { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding: 0em 2em; } .tabs-selected { border: inset; } table.header { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#000000; } table.header th { text-align:left; vertical-align:top; white-space:nowrap; } table.header th.big { font-size:12pt; } .modifications-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .modifications-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .modifications-oddrow { background-color:#CCCCCC } .modifications-evenrow { background-color:#FFFFCC } .changelists-oddrow { background-color:#CCCCCC } .changelists-evenrow { background-color:#FFFFCC } .changelists-file-spacer { background-color:#FFFFFF } .changelists-file-evenrow { background-color:#EEEEEE } .changelists-file-oddrow { background-color:#FFFFEE } .changelists-file-header { background-color:#666666; font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FFFFFF; } .compile-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .compile-error-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .compile-warn-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#CC9900; } .compile-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .distributables-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .distributables-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .distributables-oddrow { background-color:#CCCCCC } .unittests-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .unittests-oddrow { background-color:#CCCCCC } .unittests-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .unittests-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#901090; } .unittests-failure { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .unittests-title { font-family:arial,helvetica,sans-serif; font-size:9pt; font-weight: bold; color:#000080; background-color:#CCDDDD; } .unittests-error-title { font-family:arial,helvetica,sans-serif; font-size:9pt; font-weight: bold; color:#901090; background-color:#CCDDDD; } .unittests-failure-title { font-family:arial,helvetica,sans-serif; font-size:9pt; color:#FF0000; font-weight: bold; background-color:#CCDDDD; } .checkstyle-oddrow { background-color:#CCCCCC } .checkstyle-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .checkstyle-warning { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .checkstyle-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .checkstyle-fileheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; font-weight:bold; color:#FFFFFF; } .checkstyle-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .macker-oddrow { background-color:#CCCCCC } .macker-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .macker-data-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .macker-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } a img { border: 0 } .hidden { visibility: hidden } .config-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .config-result-message { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FF0000; } .differences-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .differences-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .differences-oddrow { background-color:#CCCCCC } .differences-evenrow { background-color:#FFFFCC } .testresults-output-div { border:solid 1px; font-size: 9pt; font-family:monospace; overflow: auto; } </style> </head><body> View results here -> <a href="http://linserv3.cims.nyu.edu:33333?log=log20080805015038">http://linserv3.cims.nyu.edu:33333?log=log20080805015038</a><p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" class="header" width="98%"> <tr> <th class="big" colspan="2">BUILD FAILED</th> </tr> <tr> <th>Ant Error Message:</th> <td>/home/mso206/cruisecontrol/build_gitclipse.xml:18: The following error occurred while executing this line: /home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/build.xml:118: Java returned: 13 </td> </tr> <tr> <th>Date of build:</th> <td>08/05/2008 01:50:38</td> </tr> <tr> <th>Time to build:</th> <td>1 minute 58 seconds</td> </tr> <tr> <th>Last changed:</th> <td>08/05/2008 01:48:04</td> </tr> <tr> <th>Last log entry:</th> <td>Verified temporary folder creation and external project management. Renamed addProject to newProject. </td> </tr> </table><p> <p></p> <p></p> <p></p> <p></p> <p></p> <p> <table xmlns="http://www.w3.org/TR/html4/strict.dtd" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="compile-sectionheader" colspan="4"> Errors/Warnings: (6) </td> </tr> <tr> <td><pre class="compile-data">BUILD FAILED<br class="none"></br>/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/build.xml:28: The following error occurred while executing this line:<br class="none"></br>/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/build.xml:112: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/customTargets.xml:140: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/customTargets.xml:194: Java returned: 13<br class="none"></br>Total time: 1 minute 41 seconds<br class="none"></br></pre></td> </tr> </table> </p> <p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="unittests-sectionheader" colspan="4"> Unit Tests: (5) </td> </tr> <tr> <td> <table align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="unittests-data" width="50"> failure </td> <td class="unittests-data" width="300">testIsAssociated</td> <td class="unittests-data" width="400">AllTests</td> </tr> <tr class="unittests-oddrow"> <td class="unittests-data" width="50"> failure </td> <td class="unittests-data" width="300">testRefresh</td> <td class="unittests-data" width="400">AllTests</td> </tr> </table> </td> </tr> <tr></tr> <tr> <td colspan="2"> </td> </tr> <tr> <td class="unittests-sectionheader" colspan="4"> Unit Test Error Details: (2) </td> </tr> <tr> <td colspan="2"> <table width="100%" border="0" cellspacing="0"> <tr class="unittests-title"> <td width="50">Test: </td> <td>testIsAssociated</td> </tr> <tr class="unittests-data"> <td>Class: </td> <td>AllTests</td> </tr> <tr> <td></td> <td> <table width="100%" border="1" cellspacing="0" cellpadding="2"> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr class="unittests-failure"> <td colspan="2">junit.framework.AssertionFailedError </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.core.GitProviderPluginTest.testIsAssociated(Unknown Source) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:129) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3296) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2974) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.run(UITestApplication.java:60) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.start(UITestApplication.java:210) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.run(Main.java:1173) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.main(Main.java:1148) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.launcher.Main.main(Main.java:30)</td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td colspan="2"> <table width="100%" border="0" cellspacing="0"> <tr class="unittests-title"> <td width="50">Test: </td> <td>testRefresh</td> </tr> <tr class="unittests-data"> <td>Class: </td> <td>AllTests</td> </tr> <tr> <td></td> <td> <table width="100%" border="1" cellspacing="0" cellpadding="2"> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr class="unittests-failure"> <td colspan="2">junit.framework.AssertionFailedError </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.ui.DecoratorTest.testRefresh(Unknown Source) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:129) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3296) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2974) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.run(UITestApplication.java:60) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.start(UITestApplication.java:210) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.run(Main.java:1173) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.main(Main.java:1148) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.launcher.Main.main(Main.java:30)</td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </p> <p></p> <p> <table align="center" cellpadding="2" cellspacing="1" border="0" width="98%"> <tr> <td class="modifications-sectionheader" colspan="6"> Modifications since last successful build: (4) </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core.test/src/edu/nyu/cs/gitclipse/core/GitProviderPluginTest.java</td> <td class="modifications-data">08/05/2008 01:48:04</td> <td class="modifications-data">Verified temporary folder creation and external project management.<br>Renamed addProject to newProject. </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core.test/src/edu/nyu/cs/gitclipse/core/AbstractProjectTestCase.java</td> <td class="modifications-data">08/05/2008 01:48:04</td> <td class="modifications-data">Verified temporary folder creation and external project management.<br>Renamed addProject to newProject. </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core.test/src/edu/nyu/cs/gitclipse/core/GitAutoAssociateTest.java</td> <td class="modifications-data">08/05/2008 01:48:04</td> <td class="modifications-data">Verified temporary folder creation and external project management.<br>Renamed addProject to newProject. </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/build.xml</td> <td class="modifications-data">08/04/2008 23:52:48</td> <td class="modifications-data">Rollback the java target to fail on error.</td> </tr> </table> </p> <p></p> <p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"></table> </p> </body></html> |
From: <osp...@ny...> - 2008-08-05 06:14:34
|
<html><head> <base href="http://linserv3.cims.nyu.edu:33333"> <style> .white { color:#FFFFFF } .index { background-color:#FFFFFF } .index-passed { color:#004400 } .index-failed { color:#FF0000; font-weight:bold } .index-header { font-weight:bold } .link { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; text-decoration:none; } .tab-table { margin: 0em 0em 0.5em 0em; } .tabs { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding: 0em 2em; background-color:#EEEEEE; } .tabs-link { color:#000000; text-decoration:none; } .tabs-link:visited { color:#000000; text-decoration:none; } .tabs-selected { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding: 0em 2em; } .tabs-selected { border: inset; } table.header { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#000000; } table.header th { text-align:left; vertical-align:top; white-space:nowrap; } table.header th.big { font-size:12pt; } .modifications-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .modifications-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .modifications-oddrow { background-color:#CCCCCC } .modifications-evenrow { background-color:#FFFFCC } .changelists-oddrow { background-color:#CCCCCC } .changelists-evenrow { background-color:#FFFFCC } .changelists-file-spacer { background-color:#FFFFFF } .changelists-file-evenrow { background-color:#EEEEEE } .changelists-file-oddrow { background-color:#FFFFEE } .changelists-file-header { background-color:#666666; font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FFFFFF; } .compile-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .compile-error-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .compile-warn-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#CC9900; } .compile-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .distributables-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .distributables-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .distributables-oddrow { background-color:#CCCCCC } .unittests-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .unittests-oddrow { background-color:#CCCCCC } .unittests-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .unittests-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#901090; } .unittests-failure { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .unittests-title { font-family:arial,helvetica,sans-serif; font-size:9pt; font-weight: bold; color:#000080; background-color:#CCDDDD; } .unittests-error-title { font-family:arial,helvetica,sans-serif; font-size:9pt; font-weight: bold; color:#901090; background-color:#CCDDDD; } .unittests-failure-title { font-family:arial,helvetica,sans-serif; font-size:9pt; color:#FF0000; font-weight: bold; background-color:#CCDDDD; } .checkstyle-oddrow { background-color:#CCCCCC } .checkstyle-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .checkstyle-warning { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .checkstyle-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .checkstyle-fileheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; font-weight:bold; color:#FFFFFF; } .checkstyle-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .macker-oddrow { background-color:#CCCCCC } .macker-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .macker-data-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .macker-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } a img { border: 0 } .hidden { visibility: hidden } .config-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .config-result-message { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FF0000; } .differences-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .differences-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .differences-oddrow { background-color:#CCCCCC } .differences-evenrow { background-color:#FFFFCC } .testresults-output-div { border:solid 1px; font-size: 9pt; font-family:monospace; overflow: auto; } </style> </head><body> View results here -> <a href="http://linserv3.cims.nyu.edu:33333?log=log20080805021244">http://linserv3.cims.nyu.edu:33333?log=log20080805021244</a><p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" class="header" width="98%"> <tr> <th class="big" colspan="2">BUILD FAILED</th> </tr> <tr> <th>Ant Error Message:</th> <td>/home/mso206/cruisecontrol/build_gitclipse.xml:18: The following error occurred while executing this line: /home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/build.xml:118: Java returned: 13 </td> </tr> <tr> <th>Date of build:</th> <td>08/05/2008 02:12:44</td> </tr> <tr> <th>Time to build:</th> <td>1 minute 49 seconds</td> </tr> <tr> <th>Last changed:</th> <td>08/05/2008 02:11:13</td> </tr> <tr> <th>Last log entry:</th> <td>This was a terrible test, and would never happen in practice.</td> </tr> </table><p> <p></p> <p></p> <p></p> <p></p> <p></p> <p> <table xmlns="http://www.w3.org/TR/html4/strict.dtd" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="compile-sectionheader" colspan="4"> Errors/Warnings: (6) </td> </tr> <tr> <td><pre class="compile-data">BUILD FAILED<br class="none"></br>/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/build.xml:28: The following error occurred while executing this line:<br class="none"></br>/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/build.xml:112: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/customTargets.xml:140: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/customTargets.xml:194: Java returned: 13<br class="none"></br>Total time: 1 minute 36 seconds<br class="none"></br></pre></td> </tr> </table> </p> <p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="unittests-sectionheader" colspan="4"> Unit Tests: (5) </td> </tr> <tr> <td> <table align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="unittests-data" width="50"> failure </td> <td class="unittests-data" width="300">testRefresh</td> <td class="unittests-data" width="400">AllTests</td> </tr> </table> </td> </tr> <tr></tr> <tr> <td colspan="2"> </td> </tr> <tr> <td class="unittests-sectionheader" colspan="4"> Unit Test Error Details: (1) </td> </tr> <tr> <td colspan="2"> <table width="100%" border="0" cellspacing="0"> <tr class="unittests-title"> <td width="50">Test: </td> <td>testRefresh</td> </tr> <tr class="unittests-data"> <td>Class: </td> <td>AllTests</td> </tr> <tr> <td></td> <td> <table width="100%" border="1" cellspacing="0" cellpadding="2"> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr class="unittests-failure"> <td colspan="2">junit.framework.AssertionFailedError </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.ui.DecoratorTest.testRefresh(Unknown Source) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:129) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3296) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2974) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.run(UITestApplication.java:60) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.start(UITestApplication.java:210) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.run(Main.java:1173) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.main(Main.java:1148) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.launcher.Main.main(Main.java:30)</td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </p> <p></p> <p> <table align="center" cellpadding="2" cellspacing="1" border="0" width="98%"> <tr> <td class="modifications-sectionheader" colspan="6"> Modifications since last successful build: (6) </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core.test/src/edu/nyu/cs/gitclipse/core/GitProviderPluginTest.java</td> <td class="modifications-data">08/05/2008 02:11:13</td> <td class="modifications-data">This was a terrible test, and would never happen in practice.</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core.test/src/edu/nyu/cs/gitclipse/core/GitProviderPluginTest.java</td> <td class="modifications-data">08/05/2008 02:08:53</td> <td class="modifications-data">Assertion messages should pinpoint the failure.</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core.test/src/edu/nyu/cs/gitclipse/core/GitProviderPluginTest.java</td> <td class="modifications-data">08/05/2008 01:48:04</td> <td class="modifications-data">Verified temporary folder creation and external project management.<br>Renamed addProject to newProject. </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core.test/src/edu/nyu/cs/gitclipse/core/AbstractProjectTestCase.java</td> <td class="modifications-data">08/05/2008 01:48:04</td> <td class="modifications-data">Verified temporary folder creation and external project management.<br>Renamed addProject to newProject. </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core.test/src/edu/nyu/cs/gitclipse/core/GitAutoAssociateTest.java</td> <td class="modifications-data">08/05/2008 01:48:04</td> <td class="modifications-data">Verified temporary folder creation and external project management.<br>Renamed addProject to newProject. </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/build.xml</td> <td class="modifications-data">08/04/2008 23:52:48</td> <td class="modifications-data">Rollback the java target to fail on error.</td> </tr> </table> </p> <p></p> <p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"></table> </p> </body></html> |
From: <osp...@ny...> - 2008-08-05 13:58:21
|
<html><head> <base href="http://linserv3.cims.nyu.edu:33333"> <style> .white { color:#FFFFFF } .index { background-color:#FFFFFF } .index-passed { color:#004400 } .index-failed { color:#FF0000; font-weight:bold } .index-header { font-weight:bold } .link { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; text-decoration:none; } .tab-table { margin: 0em 0em 0.5em 0em; } .tabs { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding: 0em 2em; background-color:#EEEEEE; } .tabs-link { color:#000000; text-decoration:none; } .tabs-link:visited { color:#000000; text-decoration:none; } .tabs-selected { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding: 0em 2em; } .tabs-selected { border: inset; } table.header { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#000000; } table.header th { text-align:left; vertical-align:top; white-space:nowrap; } table.header th.big { font-size:12pt; } .modifications-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .modifications-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .modifications-oddrow { background-color:#CCCCCC } .modifications-evenrow { background-color:#FFFFCC } .changelists-oddrow { background-color:#CCCCCC } .changelists-evenrow { background-color:#FFFFCC } .changelists-file-spacer { background-color:#FFFFFF } .changelists-file-evenrow { background-color:#EEEEEE } .changelists-file-oddrow { background-color:#FFFFEE } .changelists-file-header { background-color:#666666; font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FFFFFF; } .compile-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .compile-error-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .compile-warn-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#CC9900; } .compile-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .distributables-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .distributables-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .distributables-oddrow { background-color:#CCCCCC } .unittests-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .unittests-oddrow { background-color:#CCCCCC } .unittests-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .unittests-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#901090; } .unittests-failure { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .unittests-title { font-family:arial,helvetica,sans-serif; font-size:9pt; font-weight: bold; color:#000080; background-color:#CCDDDD; } .unittests-error-title { font-family:arial,helvetica,sans-serif; font-size:9pt; font-weight: bold; color:#901090; background-color:#CCDDDD; } .unittests-failure-title { font-family:arial,helvetica,sans-serif; font-size:9pt; color:#FF0000; font-weight: bold; background-color:#CCDDDD; } .checkstyle-oddrow { background-color:#CCCCCC } .checkstyle-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .checkstyle-warning { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .checkstyle-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .checkstyle-fileheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; font-weight:bold; color:#FFFFFF; } .checkstyle-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .macker-oddrow { background-color:#CCCCCC } .macker-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .macker-data-error { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#FF0000; } .macker-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } a img { border: 0 } .hidden { visibility: hidden } .config-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .config-result-message { font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FF0000; } .differences-sectionheader { background-color:#000066; font-family:arial,helvetica,sans-serif; font-size:10pt; color:#FFFFFF; } .differences-data { font-family:arial,helvetica,sans-serif; font-size:8pt; color:#000000; } .differences-oddrow { background-color:#CCCCCC } .differences-evenrow { background-color:#FFFFCC } .testresults-output-div { border:solid 1px; font-size: 9pt; font-family:monospace; overflow: auto; } </style> </head><body> View results here -> <a href="http://linserv3.cims.nyu.edu:33333?log=log20080805095610">http://linserv3.cims.nyu.edu:33333?log=log20080805095610</a><p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" class="header" width="98%"> <tr> <th class="big" colspan="2">BUILD FAILED</th> </tr> <tr> <th>Ant Error Message:</th> <td>/home/mso206/cruisecontrol/build_gitclipse.xml:18: The following error occurred while executing this line: /home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/build.xml:118: Java returned: 13 </td> </tr> <tr> <th>Date of build:</th> <td>08/05/2008 09:56:10</td> </tr> <tr> <th>Time to build:</th> <td>2 minutes 11 seconds</td> </tr> <tr> <th>Last changed:</th> <td>08/05/2008 09:55:07</td> </tr> <tr> <th>Last log entry:</th> <td>Added failure strings to DecoratorTest trying to figure out where it fails on the server</td> </tr> </table><p> <p></p> <p></p> <p></p> <p></p> <p></p> <p> <table xmlns="http://www.w3.org/TR/html4/strict.dtd" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="compile-sectionheader" colspan="4"> Errors/Warnings: (6) </td> </tr> <tr> <td><pre class="compile-data">BUILD FAILED<br class="none"></br>/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/build.xml:28: The following error occurred while executing this line:<br class="none"></br>/home/mso206/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/build.xml:112: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/customTargets.xml:140: The following error occurred while executing this line:<br class="none"></br>/home/mso206/cruisecontrol/checkout/gitclipse/edu.nyu.cs.gitclipse.build/customTargets.xml:194: Java returned: 13<br class="none"></br>Total time: 1 minute 55 seconds<br class="none"></br></pre></td> </tr> </table> </p> <p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="unittests-sectionheader" colspan="4"> Unit Tests: (5) </td> </tr> <tr> <td> <table align="center" cellpadding="2" cellspacing="0" border="0" width="98%"> <tr> <td class="unittests-data" width="50"> failure </td> <td class="unittests-data" width="300">testRefresh</td> <td class="unittests-data" width="400">AllTests</td> </tr> </table> </td> </tr> <tr></tr> <tr> <td colspan="2"> </td> </tr> <tr> <td class="unittests-sectionheader" colspan="4"> Unit Test Error Details: (1) </td> </tr> <tr> <td colspan="2"> <table width="100%" border="0" cellspacing="0"> <tr class="unittests-title"> <td width="50">Test: </td> <td>testRefresh</td> </tr> <tr class="unittests-data"> <td>Class: </td> <td>AllTests</td> </tr> <tr> <td></td> <td> <table width="100%" border="1" cellspacing="0" cellpadding="2"> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr class="unittests-failure"> <td colspan="2">junit.framework.AssertionFailedError: returned status is:UNTRACKED expected: MODIFIED </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.ui.DecoratorTest.statusAssert(Unknown Source) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at edu.nyu.cs.gitclipse.ui.DecoratorTest.testRefresh(Unknown Source) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:129) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3296) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2974) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.run(UITestApplication.java:60) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.test.UITestApplication.start(UITestApplication.java:210) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.run(Main.java:1173) </td> </tr> <tr class="unittests-failure" bgcolor="#EEEEEE"> <td width="30"></td> <td> at org.eclipse.equinox.launcher.Main.main(Main.java:1148) </td> </tr> <tr class="unittests-failure"> <td width="30"></td> <td> at org.eclipse.core.launcher.Main.main(Main.java:30)</td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </p> <p></p> <p> <table align="center" cellpadding="2" cellspacing="1" border="0" width="98%"> <tr> <td class="modifications-sectionheader" colspan="6"> Modifications since last successful build: (7) </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pmb309</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.ui.test/src/edu/nyu/cs/gitclipse/ui/DecoratorTest.java</td> <td class="modifications-data">08/05/2008 09:55:07</td> <td class="modifications-data">Added failure strings to DecoratorTest trying to figure out where it fails on the server</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core.test/src/edu/nyu/cs/gitclipse/core/GitProviderPluginTest.java</td> <td class="modifications-data">08/05/2008 02:11:13</td> <td class="modifications-data">This was a terrible test, and would never happen in practice.</td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core.test/src/edu/nyu/cs/gitclipse/core/GitProviderPluginTest.java</td> <td class="modifications-data">08/05/2008 02:08:53</td> <td class="modifications-data">Assertion messages should pinpoint the failure.</td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core.test/src/edu/nyu/cs/gitclipse/core/GitProviderPluginTest.java</td> <td class="modifications-data">08/05/2008 01:48:04</td> <td class="modifications-data">Verified temporary folder creation and external project management.<br>Renamed addProject to newProject. </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core.test/src/edu/nyu/cs/gitclipse/core/AbstractProjectTestCase.java</td> <td class="modifications-data">08/05/2008 01:48:04</td> <td class="modifications-data">Verified temporary folder creation and external project management.<br>Renamed addProject to newProject. </td> </tr> <tr class="modifications-oddrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.core.test/src/edu/nyu/cs/gitclipse/core/GitAutoAssociateTest.java</td> <td class="modifications-data">08/05/2008 01:48:04</td> <td class="modifications-data">Verified temporary folder creation and external project management.<br>Renamed addProject to newProject. </td> </tr> <tr class="modifications-evenrow"> <td class="modifications-data">modified</td> <td class="modifications-data">pcw216</td> <td class="modifications-data">/gitclipse/trunk/edu.nyu.cs.gitclipse.build/build.xml</td> <td class="modifications-data">08/04/2008 23:52:48</td> <td class="modifications-data">Rollback the java target to fail on error.</td> </tr> </table> </p> <p></p> <p> <table xmlns:lxslt="http://xml.apache.org/xslt" align="center" cellpadding="2" cellspacing="0" border="0" width="98%"></table> </p> </body></html> |