1 --- qadevOOo/build.xml.ark 2005-08-22 12:57:17.000000000 +0000
2 +++ qadevOOo/build.xml 2005-08-22 12:59:38.000000000 +0000
5 <!-- target for building the runner -->
6 <target name="qadevOOo_runner_build">
7 - <javac srcdir="${qadevOOo.runner}" destdir="${qadevOOo.class}" includes="**/*.java" debug="${debug}" source="${build.source}">
8 + <javac srcdir="${qadevOOo.runner}" destdir="${qadevOOo.class}" includes="**/*.java" debug="${debug}" source="${build.source}" encoding="utf-8" fork="true">
10 <pathelement location="${qadevOOo.class}"/>
11 <fileset dir="${qadevOOo.office_jars}">