> Hi Steven, > > The JAR file you committed is Java 6 and has a too new class file format for > Java 5. Hudson fails to build now! Can you fix or should I revert for now? > (as it seems to be a SVN build, maybe the build file of noggit does not > correctly specify -source/-target?)
...which is strange: http://svn.apache.org/repos/asf/labs/noggit/pom.xml > > -----Original Message----- > > From: [email protected] [mailto:[email protected]] > > Sent: Wednesday, January 19, 2011 3:56 AM > > To: [email protected] > > Subject: svn commit: r1060662 - in /lucene/dev/branches/branch_3x: > > dev- tools/eclipse/dot.classpath solr/build.xml > > solr/lib/apache-solr-noggit- r730138.jar > > solr/lib/apache-solr-noggit-r944541.jar > > > > Author: sarowe > > Date: Wed Jan 19 02:55:33 2011 > > New Revision: 1060662 > > > > URL: http://svn.apache.org/viewvc?rev=1060662&view=rev > > Log: > > SOLR-2319: Upgrade the noggit jar on branch_3x to the same version as > > on trunk > > > > Added: > > > > lucene/dev/branches/branch_3x/solr/lib/apache-solr-noggit-r944541.jar > > (with props) > > Removed: > > > > lucene/dev/branches/branch_3x/solr/lib/apache-solr-noggit-r730138.jar > > Modified: > > lucene/dev/branches/branch_3x/dev-tools/eclipse/dot.classpath > > lucene/dev/branches/branch_3x/solr/build.xml > > > > Modified: > > lucene/dev/branches/branch_3x/dev-tools/eclipse/dot.classpath > > URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/dev- > > > tools/eclipse/dot.classpath?rev=1060662&r1=1060661&r2=1060662&view=dif > > f > > > ========================================================== > > ==================== > > --- lucene/dev/branches/branch_3x/dev-tools/eclipse/dot.classpath > > (original) > > +++ lucene/dev/branches/branch_3x/dev-tools/eclipse/dot.classpath > Wed > > Jan 19 02:55:33 2011 > > @@ -89,7 +89,7 @@ > > <classpathentry kind="lib" path="lucene/contrib/icu/lib/icu4j- > > 4_6.jar"/> > > <classpathentry kind="lib" path="lucene/contrib/lucli/lib/jline.jar"/> > > <classpathentry kind="lib" path="lucene/contrib/queries/lib/jakarta- > > regexp-1.4.jar"/> > > - <classpathentry kind="lib" path="solr/lib/apache-solr-noggit- > > r730138.jar"/> > > + <classpathentry kind="lib" path="solr/lib/apache-solr-noggit- > > r944541.jar"/> > > <classpathentry kind="lib" path="solr/lib/commons-beanutils- > > 1.7.0.jar"/> > > <classpathentry kind="lib" path="solr/lib/commons-codec-1.4.jar"/> > > <classpathentry kind="lib" path="solr/lib/commons-collections- > > 3.2.1.jar"/> > > > > Modified: lucene/dev/branches/branch_3x/solr/build.xml > > URL: > > http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/build. > > x ml?rev=1060662&r1=1060661&r2=1060662&view=diff > > > ========================================================== > > ==================== > > --- lucene/dev/branches/branch_3x/solr/build.xml (original) > > +++ lucene/dev/branches/branch_3x/solr/build.xml Wed Jan 19 02:55:33 > > 2011 > > @@ -868,7 +868,7 @@ > > <!-- ========== SOLR ARTIFACTS ========== --> > > > > <m2-deploy pom.xml="lib/apache-solr-noggit-pom.xml.template" > > - jar.file="lib/apache-solr-noggit-r730138.jar" /> > > + jar.file="lib/apache-solr-noggit-r944541.jar" /> > > > > <m2-deploy pom.xml="contrib/dataimporthandler/solr- > > dataimporthandler-pom.xml.template" > > > > jar.file="${dist}/apache-solr-dataimporthandler-${version}.jar"> > > > > Added: lucene/dev/branches/branch_3x/solr/lib/apache-solr-noggit- > > r944541.jar > > URL: > > > http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/lib/ap > > a che-solr-noggit-r944541.jar?rev=1060662&view=auto > > > ========================================================== > > ==================== > > Binary file - no diff available. > > > > > > --------------------------------------------------------------------- > 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]
