You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by bp...@apache.org on 2016/11/09 02:11:00 UTC

svn commit: r1768814 - /db/derby/docs/trunk/build.xml

Author: bpendleton
Date: Wed Nov  9 02:11:00 2016
New Revision: 1768814

URL: http://svn.apache.org/viewvc?rev=1768814&view=rev
Log:
DERBY-6899: Improve docs build.xml to check for correct CLASSPATH

This change modifies the html.dita target to invoke the check.fop
classpath-checking target, just as is currently done for the
pdf.dita target, because some of the code paths that html.dita
takes also require that the fop/avalon/batik classes are present.


Modified:
    db/derby/docs/trunk/build.xml

Modified: db/derby/docs/trunk/build.xml
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/build.xml?rev=1768814&r1=1768813&r2=1768814&view=diff
==============================================================================
--- db/derby/docs/trunk/build.xml (original)
+++ db/derby/docs/trunk/build.xml Wed Nov  9 02:11:00 2016
@@ -141,6 +141,7 @@ limitations under the License.
 
   <target name="html.dita">
     <!-- replace tokens with release variables -->
+    <antcall target="check.fop"/>
     <antcall target="preprocess"/>
 
     <!-- build to temp directory, then move the files over to the correct -->