Can't build javadocs for 1.2 API site docs

2012-07-16 Thread Mattmann, Chris A (388J)
Hey Guys, When I run mvn javadoc:aggregate which normally works fine and builds the API docs for the website for me to push up to the site publish directory, in 1.2 I now get an error: /Users/mattmann/tmp/tika1.2/tika-xmp/src/main/java/org/apache/tika/xmp/XMPMetadata.java:75: warning - Tag @see

[ANNOUNCE] Apache Tika 1.2 released

2012-07-16 Thread Mattmann, Chris A (388J)
(...apologies for the cross posting...) The Apache Tika project is pleased to announce the release of Apache Tika 1.2. The release contents have been pushed out to the main Apache release site and to the Maven Central sync, so the releases should be available as soon as the mirrors get the syncs.

[jira] [Commented] (TIKA-950) Wrong Office Open XML detection in ZipContainerDetector

2012-07-16 Thread Nick Burch (JIRA)
[ https://issues.apache.org/jira/browse/TIKA-950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13415444#comment-13415444 ] Nick Burch commented on TIKA-950: - Sounds like you might have hit a JVM bug then. Does it wo

[jira] [Created] (TIKA-955) Unable to extract "Track Changes" metadata from a microsoft word document

2012-07-16 Thread Priya Kujur (JIRA)
Priya Kujur created TIKA-955: Summary: Unable to extract "Track Changes" metadata from a microsoft word document Key: TIKA-955 URL: https://issues.apache.org/jira/browse/TIKA-955 Project: Tika I

Re: Fixing the problem of TIKA-895 and TIKA-914

2012-07-16 Thread John M
I'm using the command line and the Tika-app jar, as are the creators of Tika-895 and 914so Java 6 with a latest Tika build; nothing more I suppose I got the JDK from Oracle's website. Does the problem not exist in an older version of Tika, or with a different version of Java that you know of?

[jira] [Commented] (TIKA-950) Wrong Office Open XML detection in ZipContainerDetector

2012-07-16 Thread Marco Quaranta (JIRA)
[ https://issues.apache.org/jira/browse/TIKA-950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13415104#comment-13415104 ] Marco Quaranta commented on TIKA-950: - The file is ok, I can list it with unzip. unzip

[RESULT] [VOTE] Apache Tika 1.2 release rc #1

2012-07-16 Thread Mattmann, Chris A (388J)
Hi Everyone, This VOTE has passed with the following tallies: +1 Chris Mattmann* Alex Ott Mike McCandless* Zabrane Mickael Joerg Ehrlich Dave Meikle* Jukka Zitting* Oleg Tikhonov* Ken Krugler* I'll push the bits out and announce the release. Thanks to all who VOTEd! Cheers, Chris * - indicat

Re: Fixing the problem of TIKA-895 and TIKA-914

2012-07-16 Thread Jukka Zitting
Hi, On Sun, Jul 15, 2012 at 5:29 PM, John M wrote: > So, is it a bug in the SAX library: that the line > "super.characters(new char[0], 0, 0);" in the XHTMLContentHandler > should work (but doesn't)? Yes, or the SAX library you're using could treat that as a feature (automatically ignoring empty

[jira] [Commented] (TIKA-950) Wrong Office Open XML detection in ZipContainerDetector

2012-07-16 Thread Nick Burch (JIRA)
[ https://issues.apache.org/jira/browse/TIKA-950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13415009#comment-13415009 ] Nick Burch commented on TIKA-950: - Are you sure the file isn't corrupt? That error is coming

[jira] [Comment Edited] (TIKA-950) Wrong Office Open XML detection in ZipContainerDetector

2012-07-16 Thread Marco Quaranta (JIRA)
[ https://issues.apache.org/jira/browse/TIKA-950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13414957#comment-13414957 ] Marco Quaranta edited comment on TIKA-950 at 7/16/12 9:36 AM: --

[jira] [Commented] (TIKA-950) Wrong Office Open XML detection in ZipContainerDetector

2012-07-16 Thread Marco Quaranta (JIRA)
[ https://issues.apache.org/jira/browse/TIKA-950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13414957#comment-13414957 ] Marco Quaranta commented on TIKA-950: - Sadly I cannot write a unit test using the proble