docx4j - configuring log4j
docx4j's log4j files can be found in src/main/resources.
To configure log4j within Eclipse:
1. ensure src/main/resources is on docx4j's build path
2. in the run dialog for the class you want to run, set the following VM Argument:
-Dlog4j.properties=src/main/resources/log4j.xml
