-
TestClassScanner catches NoClassDefFoundErrors in loadBundleClass(String className). Unfortunately this particular NoClassDefFoundError comes from IsJUnit4TestFilter.accept(Class) which invokes Class.getMethods()..
Maybe a try-catch in IsJUnit4TestFilter.accept() would suffice to fix the problem.
2009-07-15 15:27:25 UTC in Plug-in Builder
-
Attachment pbuilder.trace contains the complete stack trace.
2009-07-15 14:36:28 UTC in Plug-in Builder
-
I have a plug-in that has dom4j-1.6.1.jar (among others) in its bundle classpath. The plug-in is accompanied by a fragment that contains some unit tests. When I run Plugin-Builder I get a NoClassDefFoundError: org/jaxen/VariableContext.
It appears that PluginBuilder looks into dom4j-1.6.1.jar for unit tests. The error occurs because Dom4j has an optional dependency on Jaxen.
The dependency...
2009-07-15 14:33:45 UTC in Plug-in Builder
-
I have attached a patch for iText 2.1.5.
2009-05-13 12:18:33 UTC in iText, a JAVA-PDF library
-
PdfStamperImp.close() updates existing xmp:ModifyDate elements but it does not add a new element if it is missing.
For example OpenOffice creates PDF files that contain an xmp:CreateDate element but not an xmp:ModifyDate element. Stamping such a document should add a new xmp:ModifyDate element.
This is crucial for PDF/A support because PDF/A requires that the value of xmp:ModifyDate is...
2009-05-13 12:17:32 UTC in iText, a JAVA-PDF library
-
mwiederkehr committed revision 686 to the Plug-in Builder SVN repository, changing 14 files.
2008-05-13 10:16:26 UTC in Plug-in Builder
-
mwiederkehr committed revision 545 to the Plug-in Builder SVN repository, changing 7 files.
2008-05-07 11:56:52 UTC in Plug-in Builder
-
mwiederkehr committed revision 544 to the Plug-in Builder SVN repository, changing 1 files.
2008-05-06 22:27:32 UTC in Plug-in Builder
-
mwiederkehr committed revision 543 to the Plug-in Builder SVN repository, changing 4 files.
2008-05-06 12:31:36 UTC in Plug-in Builder
-
mwiederkehr committed revision 542 to the Plug-in Builder SVN repository, changing 1 files.
2008-05-06 11:01:39 UTC in Plug-in Builder