Page 1 of 1

Building - log4j missing?

PostPosted: Fri Jun 22, 2012 1:20 am
by sledwich
I have followed the GIT instructions to download 2.8.0 and I am getting Docx4jProperties.java:6: package org.apache.log4j does not exist. I have checked my maven folders and the apache log4j appears to be there, I dont understand why its not being added to the build path.

Any help much appreciated. Thanks

Re: Problem building Docx4j

PostPosted: Fri Jun 22, 2012 10:12 am
by jason
Is it from within Eclipse you are getting that error?

Is the version of log4j listed in pom.xml in your Maven folder?

Try running mvn install from a command line.

Re: Building - log4j missing?

PostPosted: Fri Jun 22, 2012 8:36 pm
by sledwich
Thank you for your help. I was running it through eclipse and found that a recent java upgrade had broken the jre system library on the build path. Thanks again.