You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2009/01/18 19:49:40 UTC

svn commit: r735518 - in /incubator/click/trunk/tools/docbook: ./ build.xml project.properties

Author: sabob
Date: Sun Jan 18 10:49:40 2009
New Revision: 735518

URL: http://svn.apache.org/viewvc?rev=735518&view=rev
Log:
update docbook build process

Modified:
    incubator/click/trunk/tools/docbook/   (props changed)
    incubator/click/trunk/tools/docbook/build.xml
    incubator/click/trunk/tools/docbook/project.properties

Propchange: incubator/click/trunk/tools/docbook/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sun Jan 18 10:49:40 2009
@@ -0,0 +1 @@
+target

Modified: incubator/click/trunk/tools/docbook/build.xml
URL: http://svn.apache.org/viewvc/incubator/click/trunk/tools/docbook/build.xml?rev=735518&r1=735517&r2=735518&view=diff
==============================================================================
--- incubator/click/trunk/tools/docbook/build.xml (original)
+++ incubator/click/trunk/tools/docbook/build.xml Sun Jan 18 10:49:40 2009
@@ -34,7 +34,7 @@
     <available file="${dbf.basedir}" property="isDBFAvail"/>
     <fail message="The Docbook framework is not installed correctly. The specified
 Docbook installation refers to the folder, '${dbf.basedir}', which does not exist.
-Set the property 'dbf.basedir' in project.properties to the correct Docbook installation.">
+Set the property 'dbf.basedir' in project.properties to the correct Docbook installation folder.">
         <condition>
             <or>
                 <isfalse value="${isDBFAvail}"/>
@@ -42,12 +42,13 @@
         </condition>
     </fail>
 
-    <available file="${dbf.basedir}/fop-lib/fop.jar" property="isFop095Avail"/>
-    <fail message="The JAR '${dbf.basedir}/fop-lib/fop.lib' is not available. To resolve this,
-download the FOP 0.95 distribution and add the new jars to the folder ${dbf.basedir}/fop-lib.">
+    <available file="${fop.basedir}" property="isFopAvail"/>
+    <fail message="The FOP framework is not installed correctly. The specified
+FOP installation refers to the folder, '${fop.basedir}', which does not exist.
+Set the property 'fop.basedir' in project.properties to the correct FOP installation folder.">
         <condition>
             <or>
-                <isfalse value="${isFop095Avail}"/>
+                <isfalse value="${isFopAvail}"/>
             </or>
         </condition>
     </fail>

Modified: incubator/click/trunk/tools/docbook/project.properties
URL: http://svn.apache.org/viewvc/incubator/click/trunk/tools/docbook/project.properties?rev=735518&r1=735517&r2=735518&view=diff
==============================================================================
--- incubator/click/trunk/tools/docbook/project.properties (original)
+++ incubator/click/trunk/tools/docbook/project.properties Sun Jan 18 10:49:40 2009
@@ -18,5 +18,8 @@
 # Basedir for the docbook framework
 dbf.basedir = ../dbf
 
+# Basedir for the FOP framework
+fop.basedir = ../fop-0.95
+
 # The size of the PDF pages.
 paper.type= Letter