You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2010/02/02 21:52:18 UTC

svn commit: r905789 - /tomcat/trunk/build.xml

Author: markt
Date: Tue Feb  2 20:52:15 2010
New Revision: 905789

URL: http://svn.apache.org/viewvc?rev=905789&view=rev
Log:
Enable direct building of the javadoc

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=905789&r1=905788&r2=905789&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Tue Feb  2 20:52:15 2010
@@ -867,6 +867,7 @@
   <target name="extras-prepare" >
     <mkdir dir="${tomcat.extras}"/>
     <mkdir dir="${tomcat.embed}"/>
+    <mkdir dir="${tomcat.extras}/webservices"/>
   </target>
 
   <target name="extras-commons-logging"
@@ -965,8 +966,6 @@
           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 @@
     
   </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"



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