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=1360619&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]
