Ignore:
Timestamp:
08/26/10 06:27:13 (21 months ago)
Author:
jharrop
Message:

Ensure docx4j can be built using either ant or maven, with only one of the JAXB implementations (Java 6 or RI) required

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/build.xml

    r1187 r1196  
    5656        <pathelement location="${m2Repository}/org/apache/commons/commons-vfs-patched/1.9.1/commons-vfs-patched-1.9.1.jar"/> 
    5757        <pathelement location="${m2Repository}/net/arnx/wmf2svg/0.8.3/wmf2svg-0.8.3.jar"/> 
     58         
     59        <pathelement location="${m2Repository}//com/sun/xml/jaxb-NamespacePrefixMapper-interfaces/2.0.0/jaxb-NamespacePrefixMapper-interfaces-2.0.0.jar"/> 
    5860    </path> 
    5961    <path id="docx4j.classpath"> 
     
    9294            <src path="src/xslfo"/> 
    9395            <classpath refid="docx4j.classpath"/> 
    94             <!--  nb, you need JAXB RI, for example, in jre/lib/endorsed --> 
    9596        </javac> 
    9697         
Note: See TracChangeset for help on using the changeset viewer.