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 2005/10/21 22:14:26 UTC

svn commit: r327261 - /beehive/trunk/wsm/test/build.xml

Author: ekoneil
Date: Fri Oct 21 13:14:21 2005
New Revision: 327261

URL: http://svn.apache.org/viewcvs?rev=327261&view=rev
Log:
Attempt to fix failing WSM DRTs by fixing a problem with inheritance of the basedir in the WSM webapp build.xml file.

BB: self
DRT: WSM pass


Modified:
    beehive/trunk/wsm/test/build.xml

Modified: beehive/trunk/wsm/test/build.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/wsm/test/build.xml?rev=327261&r1=327260&r2=327261&view=diff
==============================================================================
--- beehive/trunk/wsm/test/build.xml (original)
+++ beehive/trunk/wsm/test/build.xml Fri Oct 21 13:14:21 2005
@@ -236,11 +236,11 @@
     </target>
 
     <target name="build.webapp">
-        <ant dir="webapp/" target="build"/>
+        <ant dir="webapp/" target="build" inheritAll="false"/>
     </target>
 
     <target name="clean.webapp">
-        <ant dir="webapp/" target="clean"/>
+        <ant dir="webapp/" target="clean" inheritAll="false"/>
     </target>
 
     <!-- ================================================================ -->