You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-cvs@xml.apache.org by cr...@apache.org on 2006/04/19 05:41:12 UTC

svn commit: r395120 - /xml/commons/trunk/java/resolver.xml

Author: crossley
Date: Tue Apr 18 20:41:10 2006
New Revision: 395120

URL: http://svn.apache.org/viewcvs?rev=395120&view=rev
Log:
Don't fail if the built docs do not exist. This means that it is now
possible to build a release that is missing the docs for Resolver.
Follow the notes in xml/commons/trunk/readme-build.txt

Modified:
    xml/commons/trunk/java/resolver.xml

Modified: xml/commons/trunk/java/resolver.xml
URL: http://svn.apache.org/viewcvs/xml/commons/trunk/java/resolver.xml?rev=395120&r1=395119&r2=395120&view=diff
==============================================================================
--- xml/commons/trunk/java/resolver.xml (original)
+++ xml/commons/trunk/java/resolver.xml Tue Apr 18 20:41:10 2006
@@ -202,16 +202,11 @@
       <arg value="${docbook.dir}/html/docbook.xsl"/>
     </java>
 
-    <!-- Copy the docs that Forrest built.
-     The top-level build has already executed the forrest site target. -->
-    <!-- Uhm, no. The forrest targets aren't actually working in the top-level
-         build; so let's not stop this target from working, eh?
-         ndw, 2006-04-14 
-    <copy todir="${build.dir}/docs">
+    <!-- Copy the docs that Forrest built. -->
+    <copy todir="${build.dir}/docs" failonerror="false">
       <fileset dir="${docs.site.dir}/components/resolver"
                includes="resolver-*.html"/>
     </copy>
-    -->
   </target>
 
   <target name="dist"