Well, it was pretty related. I needed to add the checksums to commit this, or 'ant validate' would fail and jenkins would have been very angry!
So i had to fix jar-checksums in order to commit! On Thu, Jul 12, 2012 at 6:47 AM, Uwe Schindler <[email protected]> wrote: > You committed this without documenting it anywhere. Sorry. If you want this > fixed, open issue and commit it separately. But not together with unrelated > stuff. > > ----- > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: [email protected] > > >> -----Original Message----- >> From: Robert Muir [mailto:[email protected]] >> Sent: Thursday, July 12, 2012 12:40 PM >> To: [email protected] >> Subject: Re: svn commit: r1360619 - in /lucene/dev/trunk/lucene: build.xml >> common-build.xml tools/ivy.xml tools/lib/apache-rat-0.8.jar.sha1 >> tools/lib/apache-rat-LICENSE-ASL.txt tools/lib/apache-rat-NOTICE.txt >> >> On Thu, Jul 12, 2012 at 6:34 AM, <[email protected]> wrote: >> > Author: uschindler >> > Date: Thu Jul 12 10:34:11 2012 >> > New Revision: 1360619 >> > >> > URL: http://svn.apache.org/viewvc?rev=1360619&view=rev >> > Log: >> > LUCENE-3950: Use ivy.cachepath for Apache RAT >> > >> > Removed: >> > lucene/dev/trunk/lucene/tools/lib/apache-rat-0.8.jar.sha1 >> > lucene/dev/trunk/lucene/tools/lib/apache-rat-LICENSE-ASL.txt >> > lucene/dev/trunk/lucene/tools/lib/apache-rat-NOTICE.txt >> > Modified: >> > lucene/dev/trunk/lucene/build.xml >> > lucene/dev/trunk/lucene/common-build.xml >> > lucene/dev/trunk/lucene/tools/ivy.xml >> > >> > Modified: lucene/dev/trunk/lucene/build.xml >> > URL: >> > http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/build.xml?rev=136 >> > 0619&r1=1360618&r2=1360619&view=diff >> > >> ================================================================ >> ====== >> > ======== >> > --- lucene/dev/trunk/lucene/build.xml (original) >> > +++ lucene/dev/trunk/lucene/build.xml Thu Jul 12 10:34:11 2012 >> > @@ -227,7 +227,7 @@ >> > </forbidden-apis> >> > </target> >> > >> > - <target name="resolve" depends="resolve-tools"> >> > + <target name="resolve"> >> > <sequential> >> > <ant dir="test-framework" target="resolve" inheritall="false"> >> > <propertyset refid="uptodate.and.compiled.properties"/> >> > >> >> This part of the commit is a bug, it should go back to depending upon >> resolve- >> tools (or please remove the ASM.jar!!!!!!!) >> >> Its easy to see the bug, try 'ant jar-checksums' from top-level and watch >> what >> happens. >> >> -- >> lucidimagination.com >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] For additional >> commands, e-mail: [email protected] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- lucidimagination.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
