Re: [DISCUSS] Should Tika require Java6? (was Re: Build failed in Jenkins: Tika-trunk #977)

2013-02-12 Thread Michael McCandless
OK, Thanks Chris. I committed, and also re-enabled those two @Overrides to make sure it "really" worked :) Mike McCandless http://blog.mikemccandless.com On Tue, Feb 12, 2013 at 11:30 AM, Mattmann, Chris A (388J) wrote: > Mike, you could have fooled me! > > +1 to commit it, we're good. I think

Re: [DISCUSS] Should Tika require Java6? (was Re: Build failed in Jenkins: Tika-trunk #977)

2013-02-12 Thread Mattmann, Chris A (388J)
Mike, you could have fooled me! +1 to commit it, we're good. I think there haven't been any objections and the discussion has sort of died down. Let's commit it! Cheers, Chris On 2/12/13 3:15 AM, "Michael McCandless" wrote: >Seems like this passes? > >Is this just a matter of changing tika-p

Re: [DISCUSS] Should Tika require Java6? (was Re: Build failed in Jenkins: Tika-trunk #977)

2013-02-12 Thread Michael McCandless
Seems like this passes? Is this just a matter of changing tika-parent/pom.xml from: 1.5 1.5 ${project.build.sourceEncoding} to: 1.6 1.6 ${project.build.sourceEncoding} ? I have precious little Maven experience... Mike McCandless http://blog.mikemccandle

Re: [DISCUSS] Should Tika require Java6? (was Re: Build failed in Jenkins: Tika-trunk #977)

2013-02-09 Thread Dave Meikle
+1 from me. Cheers, Dave On 8 Feb 2013, at 17:49, Michael McCandless wrote: > +1 > > Mike McCandless > > http://blog.mikemccandless.com > > > > On Fri, Feb 8, 2013 at 12:33 PM, Oleg Tikhonov wrote: >> Back to the "future". Aha moment !!! >> Here is mine +1. >> >> According to Oracle "In

Re: [DISCUSS] Should Tika require Java6? (was Re: Build failed in Jenkins: Tika-trunk #977)

2013-02-08 Thread Michael McCandless
+1 Mike McCandless http://blog.mikemccandless.com On Fri, Feb 8, 2013 at 12:33 PM, Oleg Tikhonov wrote: > Back to the "future". Aha moment !!! > Here is mine +1. > > According to Oracle "In February 2011 Oracle announced the End of Public > Updates for their Java SE 6 products for July 2012.

Re: [DISCUSS] Should Tika require Java6? (was Re: Build failed in Jenkins: Tika-trunk #977)

2013-02-08 Thread Oleg Tikhonov
Back to the "future". Aha moment !!! Here is mine +1. According to Oracle "In February 2011 Oracle announced the End of Public Updates for their Java SE 6 products for July 2012. In February 2012 Oracle extended the End of Public Updates for 4 months, to November 2012. ". Oleg On Fri, Feb 8, 2

Re: [DISCUSS] Should Tika require Java6? (was Re: Build failed in Jenkins: Tika-trunk #977)

2013-02-08 Thread Jukka Zitting
Hi, On Fri, Feb 8, 2013 at 6:54 PM, Mattmann, Chris A (388J) wrote: > I'm +1 for it. Seems like so is Mike, and also Ken K. Any objections from > others to require Java6? +1 to drop Java 5. If anyone is still in production with Java 5, it's high time to start planning for the upgrade. BR, Jukk

[DISCUSS] Should Tika require Java6? (was Re: Build failed in Jenkins: Tika-trunk #977)

2013-02-08 Thread Mattmann, Chris A (388J)
Hey Guys, Just to summarize, the question on the table is whether or not Tika should require Java6. We had some discussions on this previously (if I get time, will dig up the threads -- ok found time ;) ): https://issues.apache.org/jira/browse/TIKA-888 http://mail-archives.apache.org/mod_mbox/ti

Re: Build failed in Jenkins: Tika-trunk #977

2013-02-08 Thread Ken Krugler
On Feb 8, 2013, at 3:54am, Michael McCandless wrote: > On Thu, Feb 7, 2013 at 3:51 PM, Nick Burch wrote: >> On Thu, 7 Feb 2013, Michael McCandless wrote: >>> >>> Hmm it looks like the Tika build is failing on Jenkins due to this: >>> >>> [ERROR] >>> /home/jenkins/jenkins-slave/workspace/Tika-t

Re: Build failed in Jenkins: Tika-trunk #977

2013-02-08 Thread Michael McCandless
On Thu, Feb 7, 2013 at 3:51 PM, Nick Burch wrote: > On Thu, 7 Feb 2013, Michael McCandless wrote: >> >> Hmm it looks like the Tika build is failing on Jenkins due to this: >> >> [ERROR] >> /home/jenkins/jenkins-slave/workspace/Tika-trunk/trunk/tika-server/src/main/java/org/apache/tika/server/CSVMe

Re: Build failed in Jenkins: Tika-trunk #977

2013-02-07 Thread Nick Burch
On Thu, 7 Feb 2013, Michael McCandless wrote: Hmm it looks like the Tika build is failing on Jenkins due to this: [ERROR] /home/jenkins/jenkins-slave/workspace/Tika-trunk/trunk/tika-server/src/main/java/org/apache/tika/server/CSVMessageBodyWriter.java:[51,3] method does not override a method fr

Re: Build failed in Jenkins: Tika-trunk #977

2013-02-07 Thread Mattmann, Chris A (388J)
Hey Mike, Weird. I did notice in the patch for: https://issues.apache.org/jira/browse/TIKA-1047 That there were some JDK7 stuff -- I went ahead and fixed it to be JDK6 compat and updated the patch and committed that version as I noted in the issue comments. I wonder if there was something I mis

Re: Build failed in Jenkins: Tika-trunk #977

2013-02-07 Thread Michael McCandless
Hmm it looks like the Tika build is failing on Jenkins due to this: [ERROR] /home/jenkins/jenkins-slave/workspace/Tika-trunk/trunk/tika-server/src/main/java/org/apache/tika/server/CSVMessageBodyWriter.java:[51,3] method does not override a method from its superclass [ERROR] /home/jenkins/jenkins

Build failed in Jenkins: Tika-trunk #977

2013-02-07 Thread Apache Jenkins Server
See Changes: [mikemccand] TIKA-1053: upgrade to ASM 4.1 -- [...truncated 799 lines...] [INFO] Installing to /home/jenkins/jenkins-