You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2006/04/27 22:00:28 UTC

svn commit: r397622 - /beehive/trunk/controls/test/webapps/build.xml

Author: ekoneil
Date: Thu Apr 27 13:00:26 2006
New Revision: 397622

URL: http://svn.apache.org/viewcvs?rev=397622&view=rev
Log:
Remove a dependency on "_init" from the "clean" command to stop getting these silly "can't create directory errors".

BB: self
Test: Controls pass


Modified:
    beehive/trunk/controls/test/webapps/build.xml

Modified: beehive/trunk/controls/test/webapps/build.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/controls/test/webapps/build.xml?rev=397622&r1=397621&r2=397622&view=diff
==============================================================================
--- beehive/trunk/controls/test/webapps/build.xml (original)
+++ beehive/trunk/controls/test/webapps/build.xml Thu Apr 27 13:00:26 2006
@@ -43,8 +43,6 @@
     <property name="sourcegen.dir" location="${webapp.build.dir}/WEB-INF/.tmpbeansrc"/>
 
     <target name="_init">
-        <available file="${webapp.dir}" property="webapp.dir.present"/>
-
         <mkdir dir="${webapp.build.dir}"/>
 
         <condition property="do.inject.netui">
@@ -231,7 +229,7 @@
         </copy>
     </target>
 
-    <target name="clean" description="Clean webapp" depends="_init" if="webapp.dir.present">
+    <target name="clean" description="Clean webapp">
         <echo message="---------------------------------------------------------------"/>
         <echo message="|     Controls ${context.path} clean starting                 |"/>
         <echo message="---------------------------------------------------------------"/>