You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Uwe Schindler <uw...@thetaphi.de> on 2011/01/19 09:19:58 UTC

RE: 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

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?)

Uwe

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de


> -----Original Message-----
> From: sarowe@apache.org [mailto:sarowe@apache.org]
> Sent: Wednesday, January 19, 2011 3:56 AM
> To: commits@lucene.apache.org
> 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/apa
> che-solr-noggit-r944541.jar?rev=1060662&view=auto
> ==========================================================
> ====================
> Binary file - no diff available.
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


RE: 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

Posted by Uwe Schindler <uw...@thetaphi.de>.
I reverted it until it's fixe das the builds and my computer fail (java 5 in 3.x):

At revision: 1060713

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de


> -----Original Message-----
> From: Uwe Schindler [mailto:uwe@thetaphi.de]
> Sent: Wednesday, January 19, 2011 9:24 AM
> To: dev@lucene.apache.org
> Subject: RE: 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
> 
> > 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: sarowe@apache.org [mailto:sarowe@apache.org]
> > > Sent: Wednesday, January 19, 2011 3:56 AM
> > > To: commits@lucene.apache.org
> > > 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.ja
> > > r
> > > (with props)
> > > Removed:
> > >
> > > lucene/dev/branches/branch_3x/solr/lib/apache-solr-noggit-r730138.ja
> > > r
> > > 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: dev-unsubscribe@lucene.apache.org For
> > additional commands, e-mail: dev-help@lucene.apache.org
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional
> commands, e-mail: dev-help@lucene.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


RE: 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

Posted by Uwe Schindler <uw...@thetaphi.de>.
> 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: sarowe@apache.org [mailto:sarowe@apache.org]
> > Sent: Wednesday, January 19, 2011 3:56 AM
> > To: commits@lucene.apache.org
> > 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: dev-unsubscribe@lucene.apache.org For additional
> commands, e-mail: dev-help@lucene.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org