Hey Jukka, i found what whas the error. I have installed old jars of pdfbox1.0.0 and other jars in my lib/ext of java home directory.
I removed them from there and it compiled, but i can't still get compiled at all. Now I have this error: ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.pdfbox.TestAll Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.318 sec Running org.apache.pdfbox.util.TestTextStripper Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 7.515 sec <<< FAILURE! Results : Failed tests: testExtract(org.apache.pdfbox.util.TestTextStripper) Tests run: 10, Failures: 1, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] There are test failures. Please refer to /Users/ochiyean/Downloads/java/pdfbox-1.1.0/pdfbox/target/surefire-reports for the individual test results. [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 34 seconds [INFO] Finished at: Wed Apr 21 09:40:24 CDT 2010 [INFO] Final Memory: 33M/63M [INFO] ------------------------------------------------------------------------ This is the new downloaded source without modifications... Do you now any issue of this?? Tnx in advance.

