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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org