]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
More fo.examples overridable properties, working on bug #5335 comment #14
authorBertrand Delacretaz <bdelacretaz@apache.org>
Thu, 21 Sep 2006 13:05:13 +0000 (13:05 +0000)
committerBertrand Delacretaz <bdelacretaz@apache.org>
Thu, 21 Sep 2006 13:05:13 +0000 (13:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@448543 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index e4a74c18b35910e56f10879bca8ff1842854556f..159794cf14e173544acacbd9836f4741d5c7c06c 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -168,7 +168,9 @@ list of possible build targets.
   <property name="src.viewer.images.dir" value="${src.java.dir}/org/apache/fop/render/awt/viewer/images"/>
   <property name="xdocs.dir" value="${src.dir}/documentation/content/xdocs"/>
   <property name="fo.examples.dir" value="${basedir}/examples/fo/basic"/>
+  <property name="fo.examples.userconfig" value="conf/fop.xconf"/>
   <property name="fo.examples.include" value="**/*.fo"/>
+  <property name="fo.examples.force" value="false"/>
   <property name="lib.dir" value="${basedir}/lib"/>
   <property name="user.hyph.dir" value="${basedir}/hyph"/>
 
@@ -1202,7 +1204,8 @@ NOTE:
              classpathref="libs-run-classpath"/>
     <mkdir dir="${build.examples.dir}"/>
     <fop format="${build.property.examples.mime.type}" outdir="${build.examples.dir}"
-         messagelevel="debug" basedir="${fo.examples.dir}">
+         messagelevel="debug" basedir="${fo.examples.dir}" userconfig="${fo.examples.userconfig}"
+         force="${fo.examples.force}">
       <fileset dir="${fo.examples.dir}">
         <include name="${fo.examples.include}"/>
       </fileset>