diff options
author | Jeremias Maerki <jeremias@apache.org> | 2005-01-06 19:20:37 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2005-01-06 19:20:37 +0000 |
commit | 68bf7a4b39b7f4dfb869508ee5e3b60a5df9bf57 (patch) | |
tree | 84bb61b733d3f2147cdf96691a1222133e69efdd /build.properties | |
parent | ff621479067fd6847bfc0ce2db82797e851633c8 (diff) | |
download | xmlgraphics-fop-68bf7a4b39b7f4dfb869508ee5e3b60a5df9bf57.tar.gz xmlgraphics-fop-68bf7a4b39b7f4dfb869508ee5e3b60a5df9bf57.zip |
Fork JUnit test in new VM. (Maybe this fixes classpath problems with commons-logging when Xalan compiles again).
Added layout engine tests specifying a default exclusion file.
To disable the exclusion file add the following line to your build-local.properties:
layoutengine.disabled=
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198243 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.properties')
-rw-r--r-- | build.properties | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build.properties b/build.properties index 0bd20366b..e88b5e024 100644 --- a/build.properties +++ b/build.properties @@ -4,6 +4,12 @@ # output format for "ant examples" build.property.examples.mime.type = application/pdf +# decides if JUnit test shall be forked +junit.fork = on + +# specifies the default file that contains a list of disabled layout engine tests. +layoutengine.disabled=test/layoutengine/disabled-testcases.txt + # directory for optional-lib (so there is no need to copy the jar into # the fop/lib directory # optional.lib.dir = <Optional Lib Directory>
\ No newline at end of file |