No luck Daniel, the jar isn't created in the target directory... Need to be all compiled and tested...
2010/4/21 Omar Chiyean <[email protected]> > Ok Daniel... > I will probe if there no are errors in use... > > Tnx!! > > 2010/4/21 Daniel Wilson <[email protected]> > > Omar, you did get it to compile if it ran the tests. >> >> The test failed ... whether due to missing test case files or something >> else, I'm not sure. >> >> But if you just need the compiled JAR file, you now have it. >> >> Daniel >> >> On Wed, Apr 21, 2010 at 10:44 AM, Omar Chiyean <[email protected] >> >wrote: >> >> > 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. >> > >> > >

