Author: kentam
Date: Tue Nov  2 12:37:15 2004
New Revision: 56413

Modified:
   incubator/beehive/branches/v1/alpha/build.xml
Log:
Fix distribution build: "ant clean build.dist build.dist.archives test.dist" 
works again.
There's an odd problem with recursive building that happens when docs targets 
depend on "deploy".



Modified: incubator/beehive/branches/v1/alpha/build.xml
==============================================================================
--- incubator/beehive/branches/v1/alpha/build.xml       (original)
+++ incubator/beehive/branches/v1/alpha/build.xml       Tue Nov  2 12:37:15 2004
@@ -202,7 +202,7 @@
     <!--                                               -->
     <!-- ============================================= -->
 
-    <target name="docs" depends="deploy" description="Generate the Beehive 
documentation">
+    <target name="docs" description="Generate the Beehive documentation">
         <ant dir="controls" target="docs" inheritAll="false"/>
         <ant dir="netui" target="docs" inheritAll="false"/>
         <ant dir="wsm" target="docs" inheritAll="false"/>
@@ -426,7 +426,7 @@
         <tar destfile="build/jars/${dist.name}.tar.gz" 
basedir="${dist.base.dir}" compression="gzip"/>
     </target>
 
-    <target name="build.dist.docs.jar" depends="build.dist" 
description="Builds a Beehive distribution docs JAR">
+    <target name="build.dist.docs.jar" description="Builds a Beehive 
distribution docs JAR">
 <!--        <fail unless="beehive.version" message="Could not build 
distribution archive; beehive.version was not specified"/> -->
 
         <mkdir dir="build/jars"/>

Reply via email to