|
From: Alef A. <al...@jt...> - 2004-06-15 08:10:29
|
I've recently added a couple of extra servers and apps to the build = (tomcat4 & 5, jetty4 & 5, some of them running apptest and some of them = running jpetstore). I had to change a couple of things (default = portnumber in the apptest application e.g.) to make it work and this = probably causes the problem. I'm in the middle of a major refactoring of a huge codebase at the = moment so I don't have much time to spend on this till after Thursday. = I'll spend more time on reporting next weekend. Alef > -----Original Message----- > From: spr...@li... > [mailto:spr...@li...] On = Behalf > Of Darren Davison > Sent: Tuesday, June 15, 2004 3:16 AM > To: spr...@li... > Subject: Re: [Springframework-developer] spring build.25 Build = Successful >=20 > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 > On Monday 14 June 2004 23:30, al...@jt... wrote: >=20 > > failure > > testHomePage > > org.springframework.apptests.buildtest.AllTests > > =A0Unit Test Error Details:=A0(1) > > > > > > Test:=A0testHomePage > > > > > > Class:=A0org.springframework.apptests.buildtest.AllTests > > > > > > Type: junit.framework.AssertionFailedError > > > > > > Message: Exception while testing URL > > http://localhost:13084/buildtest:java.io.IOException > > > > > > junit.framework.AssertionFailedError: Exception while testing URL > > http://localhost:13084/buildtest:java.io.IOException at > > org.springframework.apptests.buildtest.AllTests.testHomePage(Unknown > > Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native = Method) > > at > > > = sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java= > >:39) at > > > = sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI= > >mpl.java:25) >=20 > any idea what's causing this failure? I'm still without any CVS = access to > sourceforge, so I can't get latest copies. My local sources pass the > test. >=20 > - -- > Darren Davison > Public Key: http://www.davison.uk.net/pages/key.htm > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.4 (GNU/Linux) >=20 > iD8DBQFAzkjeKLMLAN01aw0RAqndAJ9RWo6fUq6ZtGdYuhx/SqkDAqKs9ACfcTl9 > lITsyXnL4eUzAx8QWAdARdI=3D > =3D+K5G > -----END PGP SIGNATURE----- >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference > Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer > Conference, June 28 - July 1 at the Moscone Center in San Francisco, = CA > REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code = NWMGYKND > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer >=20 >=20 |
|
From: Alef A. <al...@jt...> - 2004-06-15 12:12:45
|
In build.xml there are a couple of targets related to the automated build. They all begin with mb and mention the server tests executed during the build. If those succeed, the build should succeed as well. And if you commit stuff, it'll automatically be picked up by the build machine (there's a slight delay since the code is pulled from anonymous CVS). Alef > -----Original Message----- > From: spr...@li... > [mailto:spr...@li...] On Behalf > Of Darren Davison > Sent: Tuesday, June 15, 2004 12:46 PM > To: spr...@li... > Subject: Re: [Springframework-developer] spring build.25 Build Successful >=20 > Alef Arendsen wrote: >=20 > > I've recently added a couple of extra servers and apps to the build > (tomcat4 & 5, jetty4 & 5, some of them running apptest and some of them > running jpetstore). I had to change a couple of things (default portnumber > in the apptest application e.g.) to make it work and this probably causes > the problem. > > > > I'm in the middle of a major refactoring of a huge codebase at the > moment so I don't have much time to spend on this till after Thursday. > I'll spend more time on reporting next weekend. >=20 > work does have this annoying habit of getting in the way of everything > doesn't it? >=20 > I've fixed my CVS issue so I'll have a look at it soon. >=20 > -- > Darren Davison > Public Key: http://www.davison.uk.net/pages/key.htm >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference > Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer > Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA > REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer >=20 >=20 |
|
From: Darren D. <da...@da...> - 2004-06-15 10:37:55
|
Alef Arendsen wrote: > I've recently added a couple of extra servers and apps to the build (tomcat4 & 5, jetty4 & 5, some of them running apptest and some of them running jpetstore). I had to change a couple of things (default portnumber in the apptest application e.g.) to make it work and this probably causes the problem. > > I'm in the middle of a major refactoring of a huge codebase at the moment so I don't have much time to spend on this till after Thursday. I'll spend more time on reporting next weekend. work does have this annoying habit of getting in the way of everything doesn't it? I've fixed my CVS issue so I'll have a look at it soon. -- Darren Davison Public Key: http://www.davison.uk.net/pages/key.htm |
|
From: Darren D. <da...@da...> - 2004-06-15 16:23:13
|
Alef Arendsen wrote: > I've recently added a couple of extra servers and apps to the build (tomcat4 & 5, jetty4 & 5, some of them running apptest and some of them running jpetstore). I had to change a couple of things (default portnumber in the apptest application e.g.) to make it work and this probably causes the problem. looks like a change to the way Resin 3.0.8 expects to be started (not documented but then autobuilds starts Resin in a non-standard fashion anyway due to platform dependencies in the resin code). This is fixed, but now webapps don't appear to be getting deployed even though the logs say they are so the tests on resin3 will still fail. I'll take another look later. -- Darren Davison Public Key: http://www.davison.uk.net/pages/key.htm |