HI all
When i try to implement the docx4j inside my hibernate based web application i get below error, can some one please help me.
the project works fine if its as Java Project in myeclipse.
Line 137 on CompareDocuments.java is >> newerPackage.setFontMapper(new IdentityPlusMapper());
Exception in thread "main" java.lang.NoSuchMethodError: org.apache.commons.io.filefilter.FileFilterUtils.fileFileFilter()Lorg/apache/commons/io/filefilter/IOFileFilter;
at org.docx4j.fonts.fop.fonts.autodetect.FontFileFinder.getFileFilter(FontFileFinder.java:85)
at org.docx4j.fonts.fop.fonts.autodetect.FontFileFinder.<init>(FontFileFinder.java:58)
at org.docx4j.fonts.PhysicalFonts.discoverPhysicalFonts(PhysicalFonts.java:106)
at org.docx4j.fonts.IdentityPlusMapper.<clinit>(IdentityPlusMapper.java:72)
at org.savinirs.mtqats.util.CompareDocuments.main(CompareDocuments.java:137)