|
|
37c724 |
--- build.xml.sav 2007-02-16 01:51:43.000000000 -0500
|
|
|
37c724 |
+++ build.xml 2007-02-16 02:07:51.000000000 -0500
|
|
|
37c724 |
@@ -9,6 +9,11 @@
|
|
|
37c724 |
</fileset>
|
|
|
37c724 |
</path>
|
|
|
37c724 |
|
|
|
37c724 |
+ <path id="boot.compile.classpath">
|
|
|
37c724 |
+ <pathelement location="/usr/share/java/jaxp12.jar"/>
|
|
|
37c724 |
+ <pathelement location="/usr/lib/jvm/java/jre/lib/rt.jar"/>
|
|
|
37c724 |
+ </path>
|
|
|
37c724 |
+
|
|
|
37c724 |
<path id="endorsed.classpath">
|
|
|
37c724 |
<fileset dir="./lib/endorsed">
|
|
|
37c724 |
<include name="*.jar" />
|
|
|
37c724 |
@@ -145,7 +150,8 @@
|
|
|
37c724 |
target="1.3"
|
|
|
37c724 |
source="1.3"
|
|
|
37c724 |
deprecation="${deprecation}"
|
|
|
37c724 |
- classpathref="compile.classpath">
|
|
|
37c724 |
+ classpathref="compile.classpath"
|
|
|
37c724 |
+ bootclasspathref="boot.compile.classpath">
|
|
|
37c724 |
</javac>
|
|
|
37c724 |
</target>
|
|
|
37c724 |
|
|
|
37c724 |
@@ -191,6 +197,7 @@
|
|
|
37c724 |
|
|
|
37c724 |
sourcepath="${build.src}"
|
|
|
37c724 |
destdir="${build.javadocs}"
|
|
|
37c724 |
+ classpathref="compile.classpath"
|
|
|
37c724 |
author="true"
|
|
|
37c724 |
version="true"
|
|
|
37c724 |
use="true"
|
|
|
37c724 |
@@ -210,6 +217,7 @@
|
|
|
37c724 |
|
|
|
37c724 |
sourcepath="${build.src}"
|
|
|
37c724 |
destdir="${build.javadocs}"
|
|
|
37c724 |
+ classpathref="compile.classpath"
|
|
|
37c724 |
author="true"
|
|
|
37c724 |
version="true"
|
|
|
37c724 |
use="true"
|
|
|
37c724 |
@@ -227,6 +235,7 @@
|
|
|
37c724 |
|
|
|
37c724 |
sourcepath="${build.src}"
|
|
|
37c724 |
destdir="${build.apidocs}"
|
|
|
37c724 |
+ classpathref="compile.classpath"
|
|
|
37c724 |
author="true"
|
|
|
37c724 |
version="true"
|
|
|
37c724 |
use="true"
|
|
|
37c724 |
@@ -335,10 +344,10 @@
|
|
|
37c724 |
|
|
|
37c724 |
<target name="prepare-jaxb" depends="prepare-samples">
|
|
|
37c724 |
<path id="classpath.jaxb">
|
|
|
37c724 |
- <pathelement location="./lib/tools/jaxme-0.3.jar"/>
|
|
|
37c724 |
- <pathelement location="./lib/tools/jaxme-js-0.3.jar"/>
|
|
|
37c724 |
- <pathelement location="./lib/tools/jaxme-xs-0.3.jar"/>
|
|
|
37c724 |
- <pathelement location="./lib/jaxme-api-0.3.jar"/>
|
|
|
37c724 |
+ <pathelement location="./lib/tools/jaxme2.jar"/>
|
|
|
37c724 |
+ <pathelement location="./lib/tools/jaxmejs.jar"/>
|
|
|
37c724 |
+ <pathelement location="./lib/tools/jaxmexs.jar"/>
|
|
|
37c724 |
+ <pathelement location="./lib/jaxmeapi.jar"/>
|
|
|
37c724 |
</path>
|
|
|
37c724 |
|
|
|
37c724 |
<taskdef name="xjc" classname="org.apache.ws.jaxme.generator.XJCTask">
|