diff options
author | Bernhard Rosenkraenzer <bero@arklinux.org> | 2011-03-31 18:52:01 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2011-03-31 18:52:01 +0200 |
commit | 065da5b04a22cbd896620a12d750f72c6bdd09c7 (patch) | |
tree | 930db802570ede0401068c0ff0c20f5b65138955 /qadevOOo | |
parent | 4fee8060d39d387e0f2447b73c5a5a15ede4f70c (diff) |
avoid gcj compilation error
set encoding="utf-8" fork="true" to avoid known gcj error
Diffstat (limited to 'qadevOOo')
-rwxr-xr-x | qadevOOo/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/build.xml b/qadevOOo/build.xml index f00746a2a6b8..de822a150caa 100755 --- a/qadevOOo/build.xml +++ b/qadevOOo/build.xml @@ -19,7 +19,7 @@ <!-- target for building the runner --> <target name="qadevOOo_runner_build"> - <javac srcdir="${qadevOOo.runner}" destdir="${qadevOOo.class}" includes="**/*.java" debug="${debug}" source="${build.source}"> + <javac srcdir="${qadevOOo.runner}" destdir="${qadevOOo.class}" includes="**/*.java" debug="${debug}" source="${build.source}" encoding="utf-8" fork="true"> <classpath> <pathelement location="${qadevOOo.class}"/> <fileset dir="${qadevOOo.office_jars}"> |