Ignore:
Timestamp:
11/01/11 09:56:15 (7 months ago)
Author:
jharrop
Message:

Basic XHTML import proof of concept, using modified flying saucer library. No support for images or tables yet.
WARNING: Until the modified flying saucer jar is in Maven Central, you'll need to satisfy this dependency yourself,
by building the jar from the source code which is available from  https://github.com/plutext/flyingsaucer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/build.xml

    r1671 r1700  
    3232        <pathelement location="${m2Repository}/org/antlr/antlr-runtime/3.3/antlr-runtime-3.3.jar"/>     
    3333        <pathelement location="${m2Repository}/antlr/antlr/2.7.7/antlr-2.7.7.jar"/>     
    34         <pathelement location="${m2Repository}/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1.jar"/>     
     34        <pathelement location="${m2Repository}/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1.jar"/>  
     35         
     36        <pathelement location="${m2Repository}/org/docx4j/xhtmlrenderer/1.0.0-SNAPSHOT/xhtmlrenderer-1.0.0-SNAPSHOT.jar"/>     
     37         
    3538 
    3639        <!--<pathelement location="${m2Repository}/junit/junit/4.8/junit-4.8.jar"/>--> 
Note: See TracChangeset for help on using the changeset viewer.