1. When I download and run "mvn compile" or "mvn test" from the top directory, I get:
<snip>
Missing:
----------
1) org.apache.tika:tika-core:jar:0.4

  Try downloading the file manually from the project website.

  Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.tika - DartifactId=tika-core -Dversion=0.4 -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.apache.tika - DartifactId=tika-core -Dversion=0.4 -Dpackaging=jar -Dfile=/path/to/ file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
        1) org.apache.tika:tika-parsers:bundle:0.4
        2) org.apache.tika:tika-core:jar:0.4

----------
1 required artifact is missing.
</snip>

Not a show stopper, but not exactly a good out of the box experience, especially given reading READMEs is not likely to happen.

Note, this, to me, is a big Maven problem and we have the same issue over in Mahout. How is it that Maven can get all the other dependencies, but it isn't smart enough to know when a dependency is in a local module? Someone once pointed me at a means to make sure module dependencies build first, but I've never implemented it.

2. While not required, it would be good to publish your public key on a key server such as http://pgp.mit.edu:11371/ and also to get your key signed by someone else at the ASF.

3. Did something change such that CONTENT_LANGUAGE is now not being set for HTML? We have a test in Solr that looks for that attribute, and it was passing with 0.3 but is now not passing in 0.4.

As of now, +0 due to #3 above.

-Grant


On Jul 15, 2009, at 12:45 AM, Mattmann, Chris A wrote:

Hi Folks,

I have posted a second release candidate for the Apache Tika 0.4 release at

http://people.apache.org/~mattmann/apache-tika-0.4/rc2/

This release candidate addresses Karl's comments regarding the src tarball unpacking to an apache-tika-0.4 directory rather than just unpacking itself
in the current working directory.

See the included CHANGES.txt file for details on release contents and latest
changes. The release candidate was made from the 0.4 branch at:

http://svn.apache.org/repos/asf/lucene/tika/branches/0.4/

Please vote on releasing these packages as Apache Tika 0.4. The vote is open for the next 72 hours. Only votes from Lucene PMC are binding, but everyone
is welcome to check the release candidate and voice their approval or
disapproval. The vote passes if at least three binding +1 votes are cast.

[ ] +1 Release the packages as Apache Tika 0.4.

[ ] -1 Do not release the packages because...

Thanks!

Cheers,
Chris

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Chris Mattmann, Ph.D.
Senior Computer Scientist
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 171-266B, Mailstop: 171-246
Email: chris.mattm...@jpl.nasa.gov
WWW:   http://sunset.usc.edu/~mattmann/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adjunct Assistant Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Reply via email to