[jboss-svn-commits] JBL Code SVN: r36543 - in labs/jbosstm/trunk: docs and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Jan 17 10:46:11 EST 2011


Author: jhalliday
Date: 2011-01-17 10:46:11 -0500 (Mon, 17 Jan 2011)
New Revision: 36543

Modified:
   labs/jbosstm/trunk/build.xml
   labs/jbosstm/trunk/docs/build.xml
Log:
Fix (not) building release notes when publican is missing.


Modified: labs/jbosstm/trunk/build.xml
===================================================================
--- labs/jbosstm/trunk/build.xml	2011-01-17 02:54:04 UTC (rev 36542)
+++ labs/jbosstm/trunk/build.xml	2011-01-17 15:46:11 UTC (rev 36543)
@@ -142,6 +142,7 @@
         </if>
 
         <ant dir="atsintegration" target="clean"/>
+        <ant dir="docs" target="clean"/>
 
         <delete dir="build"/>
         <delete dir="install"/>

Modified: labs/jbosstm/trunk/docs/build.xml
===================================================================
--- labs/jbosstm/trunk/docs/build.xml	2011-01-17 02:54:04 UTC (rev 36542)
+++ labs/jbosstm/trunk/docs/build.xml	2011-01-17 15:46:11 UTC (rev 36543)
@@ -40,12 +40,12 @@
                     <arg value="--langs=en-US"/>
                     <arg value="--formats=pdf,html"/>
                 </exec>
+                <copy todir="${dest.dir}/release_notes" overwrite="true" flatten="true">
+                    <fileset dir="${build.dir}" includes="*/en-US/pdf/*.pdf"/>
+                </copy>
             </then>
         </if>
 
-        <copy todir="${dest.dir}/release_notes" overwrite="true" flatten="true">
-            <fileset dir="${build.dir}" includes="*/en-US/pdf/*.pdf"/>
-        </copy>
 
     </target>
 



More information about the jboss-svn-commits mailing list