Thanks Uwe, I'll look into it.
On Dec 12, 2012 4:30 AM, "Uwe Schindler" <u...@thetaphi.de> 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: u...@thetaphi.de
>
>
> > -----Original Message-----
> > From: uschind...@apache.org [mailto:uschind...@apache.org]
> > Sent: Wednesday, December 12, 2012 10:20 AM
> > To: comm...@lucene.apache.org
> > 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&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&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: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org
>
>

Reply via email to