: Thanks to all who provided feedback in the first attempt of 0.2 releases. : This release vote is based on a new 0.2 release branch based on the current : trunk following the discussions on the development list.
this looks pretty good, two small things concern me... 1) the pom.xml file still refers to broken @incubator addresses for subscribe, unsubscribe, and post, as well as listing the main url as http://incubator.apache.org/tika/ How do these get used by maven? Will they confuse people? (FWIW: I'd put a patch for all of these in TIKA-178) 2) I see the updated gettingstarted guide no longer refers to the "standalone" jar, but now it says that the main tika jar can be used as a command line util. When i try that i get a claspath issue... $ java -jar target/tika-0.2.jar --help Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/log4j/Layout is this expected? (it makes sense given the dependencies listed, but i want to double check since the command line section suggests that it should work) -Hoss