diff options
author | Damjan Jovanovic <damjan@apache.org> | 2018-08-17 16:28:12 +0000 |
---|---|---|
committer | Damjan Jovanovic <damjan@apache.org> | 2018-08-17 16:28:12 +0000 |
commit | 37428128bdbe3a3f65d5a6a79f061040aa2228c5 (patch) | |
tree | 6f6d9be9945b3c06de2e912ed83607bbc14ccfac /ridljar | |
parent | 870f47795d6675d28ea2277e2e7cba64ebcee32b (diff) |
Move smoketestdoc to the top-level test directory. This is where all
integration tests are meant to be; a binary copy of the smoketest was
there already.
Delete the smoketestoo_native module whose only purpose was to run
the smoketest, something that is done in the Java bvt test now.
Delete the old smoketest binary copy in test/ and use this one built
from source.
Build an .odt file for the smoketest instead of the legacy .sxw.
Note that we now require main/ built to build test/, as
the Ant build files required to build smoketest's Java component
are in main/.
Patch by: me
Notes
Notes:
ignore: aoo
Diffstat (limited to 'ridljar')
-rw-r--r-- | ridljar/java/ridl/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ridljar/java/ridl/build.xml b/ridljar/java/ridl/build.xml index 8ecc91ed71e8..f4fcab15a901 100644 --- a/ridljar/java/ridl/build.xml +++ b/ridljar/java/ridl/build.xml @@ -44,8 +44,8 @@ <target name="javamaker-udkapi" depends="check-javamaker-udkapi" extensionOf="pre-compile" unless="${javamaker.udkapi.skip}"> <mkdir dir="${main.build.dir}"/> <javamaker - input-rdb="${OUTDIR}/bin/udkapi.rdb" - output-directory="${main.build.dir}"/> + inputRdb="${OUTDIR}/bin/udkapi.rdb" + outputDirectory="${main.build.dir}"/> <touch file="${javamaker.udkapi.flag}"/> </target> |