Enable direct building of the javadoc
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 2 Feb 2010 20:52:15 +0000 (20:52 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 2 Feb 2010 20:52:15 +0000 (20:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@905789 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index c73c08d..c861cbc 100644 (file)
--- a/build.xml
+++ b/build.xml
   <target name="extras-prepare" >
     <mkdir dir="${tomcat.extras}"/>
     <mkdir dir="${tomcat.embed}"/>
+    <mkdir dir="${tomcat.extras}/webservices"/>
   </target>
 
   <target name="extras-commons-logging"
           depends="extras-prepare,compile,build-manifests"
           description="Build web services extras package">
 
-    <mkdir dir="${tomcat.extras}/webservices"/>
-
     <antcall target="downloadfile">
       <param name="sourcefile" value="${jaxrpc-src.loc}"/>
       <param name="destfile" value="${tomcat.extras}/webservices/jaxrpc.jar"/>
@@ -1142,7 +1141,7 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform.
     
   </target>
 
-  <target name="javadoc" depends="dist-source"
+  <target name="javadoc" depends="dist-source,extras-prepare"
     description="Create the Tomcat javadoc" >
     <javadoc packagenames="org.apache.*"
       sourcepath="${tomcat.dist}/src/java"