@@ -53,7 +53,9 @@ limitations under the License.
5353 <target name =" compile" depends =" static" description =" Compile shareable components" >
5454 <javac srcdir =" ${ source.home } " destdir =" ${ build.home } /classes"
5555 source =" ${ compile.source } " target =" ${ compile.target } "
56- debug =" ${ compile.debug } " deprecation =" ${ compile.deprecation } " optimize =" ${ compile.optimize } " >
56+ debug =" ${ compile.debug } " deprecation =" ${ compile.deprecation } " optimize =" ${ compile.optimize } "
57+ includeantruntime=" ${ compile.includeantruntime } "
58+ encoding=" ${ compile.encoding } " >
5759 <classpath refid =" compile.classpath" />
5860 </javac >
5961 <copy todir =" ${ build.home } /classes" filtering =" on" >
@@ -87,7 +89,8 @@ limitations under the License.
8789 windowtitle =" ${ component.title } (Version ${ component.version } )"
8890 bottom =" ${ component.name } version ${ component.version } - Copyright &copy; 2002-${ current.year } - Apache Software Foundation"
8991 use =" true"
90- link =" http://java.sun.com/products/jdk/1.3/docs/api/" >
92+ link =" http://download.oracle.com/javase/1.4.2/docs/api/"
93+ encoding=" ${ compile.encoding } " >
9194 <classpath refid =" compile.classpath" />
9295 </javadoc >
9396 </target >
@@ -186,7 +189,9 @@ limitations under the License.
186189 <target name =" compile.tests" depends =" compile" description =" Compile unit test cases" >
187190 <javac srcdir =" ${ test.home } " destdir =" ${ build.home } /tests"
188191 source =" ${ compile.source } " target =" ${ compile.target } "
189- debug =" ${ compile.debug } " deprecation =" ${ compile.deprecation } " optimize =" ${ compile.optimize } " >
192+ debug =" ${ compile.debug } " deprecation =" ${ compile.deprecation } " optimize =" ${ compile.optimize } "
193+ includeantruntime=" ${ compile.includeantruntime } "
194+ encoding=" ${ compile.encoding } " >
190195 <classpath refid =" test.classpath" />
191196 </javac >
192197 <copy todir =" ${ build.home } /tests" filtering =" on" >
0 commit comments