DeveloperResources
To checkout trunk: svn checkout https://svn.apache.org/repos/asf/tika/trunk tika.trunk
To run all tests: mvn test
To run a single test: mvn test -Dtest=RTFParserTest -DfailIfNoTests=false
Maven (Surefire plugin) by default suppresses the stack trace when you hit a failure; if you want to see it add -Dsurefire.useFile=false to the command-line.