Ahmad, If you got to a test failure, you got the Java source to build. Whether the XMPSchemaTest's results matter for your application is another issue ... but you may very well be able to do everything you need with the JAR's you built.
hth, Daniel On Mon, Oct 10, 2011 at 3:35 PM, ahmad ajiloo <[email protected]>wrote: > Hi > I can't build pdfbox source by Maven and Ant. > _________________________________ > Ant gave me this error when i wanted to run snapshot file which is in > the pdfbox/target directory: > Failed to load Main-Class manifest attribute from > pdfbox-1.6.0-SNAPSHOT.jar > _________________________________ > Maven gave me this failure: > Test set: org.apache.jempbox.xmp.XMPSchemaTest > ------------------------------------ > Tests run: 8, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.093 > sec <<< FAILURE! > testDateList(org.apache.jempbox.xmp.XMPSchemaTest) Time elapsed: > 0.005 sec <<< FAILURE! > junit.framework.AssertionFailedError: expected:<12600000> but > was:<10860000> > at junit.framework.Assert.fail(Assert.java:47) > at junit.framework.Assert.failNotEquals(Assert.java:283) > at junit.framework.Assert.assertEquals(Assert.java:64) > ... >

