|
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... >>> >>> |