Page 1 of 1

IntelliJ IDEA & Maven

PostPosted: Thu Feb 20, 2014 5:15 am
by wtejas
Hi Jason,

We are trying to use the docx4j 3.0.1 with IntelliJ IDEA 13.0.2, jdk1.7.0_51 and Mavon.

For a below statement too it throws the error - "Couldn't get [Content_Types].xml from ZipFile"
WordprocessingMLPackage.load(new java.io.File("c:/temp/test.docx"));

We have got the dependency for the docx4j-MOXy-JAXBContext too.
Please guide.

Tejas

Re: IntelliJ IDEA & Maven

PostPosted: Thu Feb 20, 2014 7:05 pm
by jason
Do you have the dependency

Syntax: [ Download ] [ Hide ]
Using xml Syntax Highlighting
                        <dependency>
                                <groupId>org.eclipse.persistence</groupId>
                                <artifactId>org.eclipse.persistence.moxy</artifactId>
                                <version>2.5.1</version>
                        </dependency>
 
Parsed in 0.000 seconds, using GeSHi 1.0.8.4