I committed another fix fort he Maven-ANT artifact creation. This problem is still there, but I ignored it from my side.
----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen <http://www.thetaphi.de/> http://www.thetaphi.de eMail: [email protected] From: Steve Rowe [mailto:[email protected]] Sent: Wednesday, December 12, 2012 1:32 PM To: lucene dev Subject: RE: svn commit: r1420580 - /lucene/dev/trunk/build.xml Thanks Uwe, I'll look into it. On Dec 12, 2012 4:30 AM, "Uwe Schindler" <[email protected]> wrote: Hi, I committed the reorder of the checks. The dependency validation task fails in Solr: [licenses] MISSING sha1 checksum file for: C:\Users\Uwe Schindler\.m2\repository\org\jboss\netty\netty\3.2.2.Final\netty-3.2.2.Fina l.jar [licenses] Scanned 30 JAR file(s) for licenses (in 0.27s.), 1 error(s). So it looks like Maven-ANT-build adds an extra dependency to Solr that is not used in the conventional-ANT-build (trunk). I have no idea how to fix this. ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: [email protected] > -----Original Message----- > From: [email protected] [mailto:[email protected]] > Sent: Wednesday, December 12, 2012 10:20 AM > To: [email protected] > Subject: svn commit: r1420580 - /lucene/dev/trunk/build.xml > > Author: uschindler > Date: Wed Dec 12 09:19:55 2012 > New Revision: 1420580 > > URL: http://svn.apache.org/viewvc?rev=1420580 > <http://svn.apache.org/viewvc?rev=1420580&view=rev> &view=rev > Log: > change order of jenkins-maven job > > Modified: > lucene/dev/trunk/build.xml > > Modified: lucene/dev/trunk/build.xml > URL: > http://svn.apache.org/viewvc/lucene/dev/trunk/build.xml?rev=1420580 > <http://svn.apache.org/viewvc/lucene/dev/trunk/build.xml?rev=1420580&r1> &r1 > =1420579&r2=1420580&view=diff > ========================================================== > ==================== > --- lucene/dev/trunk/build.xml (original) > +++ lucene/dev/trunk/build.xml Wed Dec 12 09:19:55 2012 > @@ -368,7 +368,7 @@ > <!-- Jenkins tasks --> > <target name="jenkins-hourly" depends="clean,test-with- > heapdumps,validate,documentation-lint,jar-checksums,check-svn-working- > copy"/> > > - <target name="jenkins-maven-nightly" depends="clean,remove-maven- > artifacts,generate-maven-artifacts,run-maven-build,validate-maven- > dependencies"/> > + <target name="jenkins-maven-nightly" > + depends="clean,remove-maven-artifacts,generate-maven-artifacts,validat > + e-maven-dependencies,run-maven-build"/> > > <target name="jenkins-clover" depends="run-clover"/> </project> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
