|
From: <jue...@we...> - 2004-11-14 09:04:07
|
Why did we do that update of xjavadoc? I mean, no problem in principle, = but we need to adapt all build scripts now - the latest nightly = obviously build broke because of it... =20 Juergen =20 ________________________________ Von: spr...@li... im Auftrag = von Thomas Risberg Gesendet: So 14.11.2004 00:11 An: spr...@li... Betreff: Re: [Springframework-developer] Eclipse .classpath = xjavadoc-1.1.jar I did a few hours ago - might not have replicated to mirrors yet. Thomas katentim @hotmail.com wrote: > Can someone update the Eclipse classpath to use the new version of > xjavadoc > > Cheers. > > > > RCS file: /cvsroot/springframework/spring/.classpath,v > retrieving revision 1.73 > diff -u -r1.73 .classpath > --- .classpath 8 Nov 2004 07:47:12 -0000 1.73 > +++ .classpath 13 Nov 2004 23:05:51 -0000 > @@ -46,7 +46,7 @@ > <classpathentry kind=3D"lib" path=3D"lib/jdom/jdom.jar"/> > <classpathentry kind=3D"lib" path=3D"lib/httpunit/Tidy.jar"/> > <classpathentry kind=3D"lib" path=3D"lib/j2ee/jaxrpc.jar"/> > - <classpathentry kind=3D"lib" = path=3D"lib/xdoclet/xjavadoc-1.0.jar"/> > + <classpathentry kind=3D"lib" = path=3D"lib/xdoclet/xjavadoc-1.1.jar"/> > <classpathentry kind=3D"lib" path=3D"lib/axis/axis.jar"/> > <classpathentry kind=3D"lib" path=3D"lib/j2ee/jstl.jar"/> > <classpathentry kind=3D"lib" = path=3D"lib/jakarta-taglibs/standard.jar"/> > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: InterSystems CACHE > FREE OODBMS DOWNLOAD - A multidimensional database that combines > robust object and relational technologies, making it a perfect match > for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > ------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |
|
From: <jue...@we...> - 2004-11-14 09:37:46
|
OK, I've just noticed that all build scripts are already updated. I = wonder why the nightly build failed then... =20 It probably was about time to update XDoclet anyway; I've been wondering = why the Commons Attributes guys ship the old 1.0 version myself. =20 However, it would be great if we could do such things earlier than one = day before a release... =20 Juergen =20 ________________________________ Von: spr...@li... im Auftrag = von j=FCrgen h=F6ller [werk3AT] Gesendet: So 14.11.2004 10:05 An: spr...@li... Betreff: Re: [Springframework-developer] Eclipse .classpath = xjavadoc-1.1.jar Why did we do that update of xjavadoc? I mean, no problem in principle, = but we need to adapt all build scripts now - the latest nightly = obviously build broke because of it... Juergen ________________________________ Von: spr...@li... im Auftrag = von Thomas Risberg Gesendet: So 14.11.2004 00:11 An: spr...@li... Betreff: Re: [Springframework-developer] Eclipse .classpath = xjavadoc-1.1.jar I did a few hours ago - might not have replicated to mirrors yet. Thomas katentim @hotmail.com wrote: > Can someone update the Eclipse classpath to use the new version of > xjavadoc > > Cheers. > > > > RCS file: /cvsroot/springframework/spring/.classpath,v > retrieving revision 1.73 > diff -u -r1.73 .classpath > --- .classpath 8 Nov 2004 07:47:12 -0000 1.73 > +++ .classpath 13 Nov 2004 23:05:51 -0000 > @@ -46,7 +46,7 @@ > <classpathentry kind=3D"lib" path=3D"lib/jdom/jdom.jar"/> > <classpathentry kind=3D"lib" path=3D"lib/httpunit/Tidy.jar"/> > <classpathentry kind=3D"lib" path=3D"lib/j2ee/jaxrpc.jar"/> > - <classpathentry kind=3D"lib" = path=3D"lib/xdoclet/xjavadoc-1.0.jar"/> > + <classpathentry kind=3D"lib" = path=3D"lib/xdoclet/xjavadoc-1.1.jar"/> > <classpathentry kind=3D"lib" path=3D"lib/axis/axis.jar"/> > <classpathentry kind=3D"lib" path=3D"lib/j2ee/jstl.jar"/> > <classpathentry kind=3D"lib" = path=3D"lib/jakarta-taglibs/standard.jar"/> > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: InterSystems CACHE > FREE OODBMS DOWNLOAD - A multidimensional database that combines > robust object and relational technologies, making it a perfect match > for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > ------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer ------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |
|
From: katentim @hotmail.c. <kat...@ho...> - 2004-11-14 10:02:54
|
If the build script uses Maven and ibiblio, xjavadoc 1.1 isn't there yet. You'll need to update the project.properties to use the local copy. -------------------------------------------------------------------------------------------------- >OK, I've just noticed that all build scripts are already updated. I wonder >why the nightly build failed then... >It probably was about time to update XDoclet anyway; I've been wondering >why the Commons Attributes guys ship the old 1.0 version myself. >However, it would be great if we could do such things earlier than one day >before a release... >Juergen ________________________________ Von: spr...@li... im Auftrag von jürgen höller [werk3AT] Gesendet: So 14.11.2004 10:05 An: spr...@li... Betreff: Re: [Springframework-developer] Eclipse .classpath xjavadoc-1.1.jar Why did we do that update of xjavadoc? I mean, no problem in principle, but we need to adapt all build scripts now - the latest nightly obviously build broke because of it... Juergen ________________________________ Von: spr...@li... im Auftrag von Thomas Risberg Gesendet: So 14.11.2004 00:11 An: spr...@li... Betreff: Re: [Springframework-developer] Eclipse .classpath xjavadoc-1.1.jar I did a few hours ago - might not have replicated to mirrors yet. Thomas katentim @hotmail.com wrote: >>Can someone update the Eclipse classpath to use the new version of >>xjavadoc >> >>Cheers. >> >> >> >>RCS file: /cvsroot/springframework/spring/.classpath,v >>retrieving revision 1.73 >>diff -u -r1.73 .classpath >>--- .classpath 8 Nov 2004 07:47:12 -0000 1.73 >>+++ .classpath 13 Nov 2004 23:05:51 -0000 >>@@ -46,7 +46,7 @@ >> <classpathentry kind="lib" path="lib/jdom/jdom.jar"/> >> <classpathentry kind="lib" path="lib/httpunit/Tidy.jar"/> >> <classpathentry kind="lib" path="lib/j2ee/jaxrpc.jar"/> >>- <classpathentry kind="lib" path="lib/xdoclet/xjavadoc-1.0.jar"/> >>+ <classpathentry kind="lib" path="lib/xdoclet/xjavadoc-1.1.jar"/> >> <classpathentry kind="lib" path="lib/axis/axis.jar"/> >> <classpathentry kind="lib" path="lib/j2ee/jstl.jar"/> >> <classpathentry kind="lib" path="lib/jakarta-taglibs/standard.jar"/> >> >> >> >> >>------------------------------------------------------- >>This SF.Net email is sponsored by: InterSystems CACHE >>FREE OODBMS DOWNLOAD - A multidimensional database that combines >>robust object and relational technologies, making it a perfect match >>for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 >>_______________________________________________ >>Springframework-developer mailing list >>Spr...@li... >>https://lists.sourceforge.net/lists/listinfo/springframework-developer >> >> >> ------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer ------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer ------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 |
|
From: Alef A. <al...@jt...> - 2004-11-14 10:40:59
|
Modification checking is done by cruisecontrol, but the CVS update = command is done by build.xml, which (by default) isn't updated before = the build starts... So the nightly builds always used an old copy = build.xml (if I would trigger the build now, it would succeed). Anyway, I've added build.xml and project.properties to the bootstrap = list, so they get updated always. Alef > -----Original Message----- > From: spr...@li...=20 > [mailto:spr...@li...] > On Behalf Of j=FCrgen h=F6ller [werk3AT] > Sent: Sunday, November 14, 2004 10:46 AM > To: spr...@li... > Subject: Re: [Springframework-developer] Eclipse .classpath=20 > xjavadoc-1.1.jar >=20 > OK, I've just noticed that all build scripts are already=20 > updated. I wonder why the nightly build failed then... > =20 > It probably was about time to update XDoclet anyway; I've=20 > been wondering why the Commons Attributes guys ship the old=20 > 1.0 version myself. > =20 > However, it would be great if we could do such things earlier=20 > than one day before a release... > =20 > Juergen > =20 >=20 > ________________________________ >=20 > Von: spr...@li... im=20 > Auftrag von j=FCrgen h=F6ller [werk3AT] > Gesendet: So 14.11.2004 10:05 > An: spr...@li... > Betreff: Re: [Springframework-developer] Eclipse .classpath=20 > xjavadoc-1.1.jar >=20 >=20 >=20 > Why did we do that update of xjavadoc? I mean, no problem in=20 > principle, but we need to adapt all build scripts now - the=20 > latest nightly obviously build broke because of it... >=20 > Juergen >=20 >=20 > ________________________________ >=20 > Von: spr...@li... im=20 > Auftrag von Thomas Risberg > Gesendet: So 14.11.2004 00:11 > An: spr...@li... > Betreff: Re: [Springframework-developer] Eclipse .classpath=20 > xjavadoc-1.1.jar >=20 >=20 >=20 > I did a few hours ago - might not have replicated to mirrors yet. >=20 > Thomas >=20 >=20 > katentim @hotmail.com wrote: >=20 > > Can someone update the Eclipse classpath to use the new version of=20 > > xjavadoc > > > > Cheers. > > > > > > > > RCS file: /cvsroot/springframework/spring/.classpath,v > > retrieving revision 1.73 > > diff -u -r1.73 .classpath > > --- .classpath 8 Nov 2004 07:47:12 -0000 1.73 > > +++ .classpath 13 Nov 2004 23:05:51 -0000 > > @@ -46,7 +46,7 @@ > > <classpathentry kind=3D"lib" path=3D"lib/jdom/jdom.jar"/> > > <classpathentry kind=3D"lib" path=3D"lib/httpunit/Tidy.jar"/> > > <classpathentry kind=3D"lib" path=3D"lib/j2ee/jaxrpc.jar"/> > > - <classpathentry kind=3D"lib"=20 > path=3D"lib/xdoclet/xjavadoc-1.0.jar"/> > > + <classpathentry kind=3D"lib"=20 > path=3D"lib/xdoclet/xjavadoc-1.1.jar"/> > > <classpathentry kind=3D"lib" path=3D"lib/axis/axis.jar"/> > > <classpathentry kind=3D"lib" path=3D"lib/j2ee/jstl.jar"/> > > <classpathentry kind=3D"lib"=20 > > path=3D"lib/jakarta-taglibs/standard.jar"/> > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS=20 > > DOWNLOAD - A multidimensional database that combines robust=20 > object and=20 > > relational technologies, making it a perfect match for=20 > Java, C++,COM,=20 > > XML, ODBC and JDBC. www.intersystems.com/match8=20 > > _______________________________________________ > > Springframework-developer mailing list=20 > > Spr...@li... > >=20 > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > > > >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by: InterSystems CACHE FREE=20 > OODBMS DOWNLOAD - A multidimensional database that combines=20 > robust object and relational technologies, making it a=20 > perfect match for Java, C++,COM, XML, ODBC and JDBC.=20 > www.intersystems.com/match8=20 > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer >=20 >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by: InterSystems CACHE FREE=20 > OODBMS DOWNLOAD - A multidimensional database that combines=20 > robust object and relational technologies, making it a=20 > perfect match for Java, C++,COM, XML, ODBC and JDBC.=20 > www.intersystems.com/match8=20 > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer >=20 >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by: InterSystems CACHE FREE=20 > OODBMS DOWNLOAD - A multidimensional database that combines=20 > robust object and relational technologies, making it a=20 > perfect match for Java, C++,COM, XML, ODBC and JDBC.=20 > www.intersystems.com/match8=20 > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer >=20 >=20 >=20 >=20 |
|
From: Colin S. <col...@ex...> - 2004-11-14 13:29:37
|
I'm the guilty party who upgraded it. I had updated all the build scripts, but didn't know the nightly build wouldn't pick those up the first night... As for changing xjavadoc itself, all tests passed, so it seemed fairly innocent. In retrospect, I agree a couple of days before the release probably wasn't the best time. Colin Alef Arendsen wrote: >Modification checking is done by cruisecontrol, but the CVS update command is done by build.xml, which (by default) isn't updated before the build starts... So the nightly builds always used an old copy build.xml (if I would trigger the build now, it would succeed). > >Anyway, I've added build.xml and project.properties to the bootstrap list, so they get updated always. > >Alef > > > > >>-----Original Message----- >>From: spr...@li... >>[mailto:spr...@li...] >> On Behalf Of jürgen höller [werk3AT] >>Sent: Sunday, November 14, 2004 10:46 AM >>To: spr...@li... >>Subject: Re: [Springframework-developer] Eclipse .classpath >>xjavadoc-1.1.jar >> >>OK, I've just noticed that all build scripts are already >>updated. I wonder why the nightly build failed then... >> >>It probably was about time to update XDoclet anyway; I've >>been wondering why the Commons Attributes guys ship the old >>1.0 version myself. >> >>However, it would be great if we could do such things earlier >>than one day before a release... >> >>Juergen >> >> >>________________________________ >> >>Von: spr...@li... im >>Auftrag von jürgen höller [werk3AT] >>Gesendet: So 14.11.2004 10:05 >>An: spr...@li... >>Betreff: Re: [Springframework-developer] Eclipse .classpath >>xjavadoc-1.1.jar >> >> >> >>Why did we do that update of xjavadoc? I mean, no problem in >>principle, but we need to adapt all build scripts now - the >>latest nightly obviously build broke because of it... >> >>Juergen >> >> >>________________________________ >> >>Von: spr...@li... im >>Auftrag von Thomas Risberg >>Gesendet: So 14.11.2004 00:11 >>An: spr...@li... >>Betreff: Re: [Springframework-developer] Eclipse .classpath >>xjavadoc-1.1.jar >> >> >> >>I did a few hours ago - might not have replicated to mirrors yet. >> >>Thomas >> >> >>katentim @hotmail.com wrote: >> >> >> >>>Can someone update the Eclipse classpath to use the new version of >>>xjavadoc >>> >>>Cheers. >>> >>> >>> >>>RCS file: /cvsroot/springframework/spring/.classpath,v >>>retrieving revision 1.73 >>>diff -u -r1.73 .classpath >>>--- .classpath 8 Nov 2004 07:47:12 -0000 1.73 >>>+++ .classpath 13 Nov 2004 23:05:51 -0000 >>>@@ -46,7 +46,7 @@ >>> <classpathentry kind="lib" path="lib/jdom/jdom.jar"/> >>> <classpathentry kind="lib" path="lib/httpunit/Tidy.jar"/> >>> <classpathentry kind="lib" path="lib/j2ee/jaxrpc.jar"/> >>>- <classpathentry kind="lib" >>> >>> >>path="lib/xdoclet/xjavadoc-1.0.jar"/> >> >> >>>+ <classpathentry kind="lib" >>> >>> >>path="lib/xdoclet/xjavadoc-1.1.jar"/> >> >> >>> <classpathentry kind="lib" path="lib/axis/axis.jar"/> >>> <classpathentry kind="lib" path="lib/j2ee/jstl.jar"/> >>> <classpathentry kind="lib" >>>path="lib/jakarta-taglibs/standard.jar"/> >>> >>> >>> >>> >>>------------------------------------------------------- >>>This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS >>>DOWNLOAD - A multidimensional database that combines robust >>> >>> >>object and >> >> >>>relational technologies, making it a perfect match for >>> >>> >>Java, C++,COM, >> >> >>>XML, ODBC and JDBC. www.intersystems.com/match8 >>>_______________________________________________ >>>Springframework-developer mailing list >>>Spr...@li... >>> >>> |