Update of /var/cvs/all/maven-base
In directory james.mmbase.org:/tmp/cvs-serv9757/maven-base

Modified Files:
        maven.xml 
Log Message:
only do docbook generation when directory is present


See also: http://cvs.mmbase.org/viewcvs/all/maven-base


Index: maven.xml
===================================================================
RCS file: /var/cvs/all/maven-base/maven.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- maven.xml   25 Mar 2008 21:03:08 -0000      1.11
+++ maven.xml   27 Mar 2008 20:53:38 -0000      1.12
@@ -176,7 +176,9 @@
   </preGoal>
 
     <preGoal name="site">
+        <util:available file="${maven.sdocbook.src.dir}">    
         <attainGoal name="sdocbook:generate-html"/>
+        </util:available>
     </preGoal>
 
     <postGoal name="sdocbook:prepare-filesystem">
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to