You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2006/10/06 18:21:36 UTC

svn commit: r453659 - /james/server/trunk/build.xml

Author: norman
Date: Fri Oct  6 09:21:35 2006
New Revision: 453659

URL: http://svn.apache.org/viewvc?view=rev&rev=453659
Log:
Fix www folder creation. See JAMES-630

Modified:
    james/server/trunk/build.xml

Modified: james/server/trunk/build.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/build.xml?view=diff&rev=453659&r1=453658&r2=453659
==============================================================================
--- james/server/trunk/build.xml (original)
+++ james/server/trunk/build.xml Fri Oct  6 09:21:35 2006
@@ -400,6 +400,7 @@
     <target name="website" depends="xdocs,javadocs">
 
         <echo message="preparing website in ${www.dir}"/>
+    	<mkdir dir='${www.dir}'/>
         <delete>
             <fileset dir="${www.dir}">
                 <exclude name="rfclist/**"/>
@@ -407,7 +408,7 @@
                 <exclude name="mailet/**"/>
             </fileset>
         </delete>
-        <mkdir dir="${www.dir}"/>
+
         <copy todir="${www.dir}" filtering="no">
             <fileset dir="${build.docs}"/>
         </copy>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org