Author: thomas.heute(a)jboss.com
Date: 2007-10-18 16:41:25 -0400 (Thu, 18 Oct 2007)
New Revision: 8703
Modified:
tools/docbook/support/support.xml
Log:
Don't fail if common directory doesn't exist
Modified: tools/docbook/support/support.xml
===================================================================
--- tools/docbook/support/support.xml 2007-10-18 20:30:45 UTC (rev 8702)
+++ tools/docbook/support/support.xml 2007-10-18 20:41:25 UTC (rev 8703)
@@ -104,7 +104,7 @@
will be removed later. -->
<!-- "rebuild" the build.dir variable, in case ${basedir} has been
overridden -->
- <copy todir="${basedir}/${build.dir}/${lang}/pdf/images">
+ <copy todir="${basedir}/${build.dir}/${lang}/pdf/images"
failonerror="false">
<fileset dir="${basedir}/${lang}/images">
<include name="**/*.png"/>
<include name="**/*.svg"/>
@@ -158,7 +158,7 @@
<mkdir dir="${basedir}/${build.dir}/${lang}/html/"/>
<!-- Copy all the images to the output location -->
- <copy todir="${basedir}/${build.dir}/${lang}/html/images">
+ <copy todir="${basedir}/${build.dir}/${lang}/html/images"
failonerror="false">
<fileset dir="${basedir}/${lang}/images">
<include name="**/*.png"/>
<include name="**/*.gif"/>
@@ -188,7 +188,7 @@
<mkdir dir="${basedir}/${build.dir}/${lang}/html_single/"/>
<!-- Copy all the images to the output location -->
- <copy
todir="${basedir}/${build.dir}/${lang}/html_single/images">
+ <copy todir="${basedir}/${build.dir}/${lang}/html_single/images"
failonerror="false">
<fileset dir="${basedir}/${lang}/images">
<include name="**/*.png"/>
<include name="**/*.gif"/>
Show replies by date