| 64 | | 1. update docx4j (see next heading), then do svn update in the docx4all project (in Eclipse, right click on docx4all, then choose Team > Update) [[br]] |
| 65 | | 2. in Eclipse, in the docx4j project's build path, Order and Export tab, select all, so that docx4all can see them [[br]] |
| 66 | | 3. in Eclipse, add the jars in docx4all project's lib dir to docx4all's build path [[br]] |
| 67 | | 4. in Eclipse, remove now missing jars core-renderer.jar, and PDFRenderer.jar from docx4all's build path (Libraries tab). [[br]] |
| 68 | | 5. in Eclipse, re docx4all's build path, on the Order and Export tab, make sure "Maven Dependencies" is listed before doc4j (otherwise, when you run docx4all from within Eclipse, it won't find docx4all's Maven Dependencies (which will result in an error jaxen not found) [[br]] |
| 69 | | 6. now it should run happily [[br]] |
| 70 | | 7. to verify, navigate to workspace/docx4all/sample-docs then open docx4all-fonts-bolditalic.docx. You might want to [wiki:VirtualApplianceFonts install some fonts]. |
| | 64 | 1. do svn update in the docx4all project (in Eclipse, right click on docx4all, then choose Team > Update) [[br]] |
| | 65 | 2. Build Path > Configure Build Path > Java Build Path > Source tab; Remove the existing entries, and: [[br]] |
| | 66 | Add src/main/java [[br]] |
| | 67 | Add src/main/resources [[br]] |
| | 68 | 3. in Eclipse, in docx4all project's build path, remove all the jars on the Libraries tab, since Maven now handles these. Also, remove the AppFramework and docx4j projects, since they are also packaged as Maven dependencies. [[br]] |
| | 69 | 4. now it should run happily [[br]] |
| | 70 | 5. to verify, navigate to workspace/docx4all/sample-docs then open docx4all-fonts-bolditalic.docx. You might want to [wiki:VirtualApplianceFonts install some fonts]. |