
msv.testharness.build.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jaxb1-impl Show documentation
Show all versions of jaxb1-impl Show documentation
JAXB (JSR 222) reference implementation - JAXB1 build
The newest version!
<?xml version="1.0"?> <project name="testHarness" basedir="." default="binary"> <!-- import the global configuration file --> <property file="../shared/ant.config"/> <!-- compile Java source files --> <target name="binary"> <mkdir dir="./bin"/> <javac srcdir="./src" destdir="./bin" debug="on" optimize="off" classpath="${xerces.jar}:${junit.jar}:${saxon.jar}" /> </target> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy