[Red5commits] [1440] fixed javadoc issue by adding useexternalfile=true to shorten the commandlineth

pgregoire luke at codegent.com
Wed Sep 27 14:00:05 EDT 2006


fixed javadoc issue by adding useexternalfile=true to shorten the commandline
this seems to be a 'little' know option


Timestamp: 09/27/06 12:56:34 EST (less than one hour ago) 
Change: 1440 
Author: pgregoire

Files (see diff or trac for details): 
java/server/trunk/build.xml


Trac: http://mirror1.cvsdude.com/trac/osflash/red5/changeset/1440

Index: /java/server/trunk/build.xml
===================================================================
--- /java/server/trunk/build.xml (revision 1432)
+++ /java/server/trunk/build.xml (revision 1440)
@@ -240,5 +240,9 @@
 
 	<target name="javadoc" description="Generate JavaDoc">
+	    <echo message="Path: ${env.Path}" />
 		<javadoc
+		        useexternalfile="true"
+		        failonerror="false"
+		        verbose="false"
 				classpathref="full.classpath"
 				destdir="${javadoc.dir}"
@@ -265,5 +269,4 @@
 			<link href="http://java.sun.com/j2se/1.5.0/docs/api"/>
 			<link href="http://jetty.mortbay.org/apidocs"/>
-			<link href="http://java.sun.com/j2se/1.5.0/docs/api"/>
 			<link href="http://directory.apache.org/subprojects/mina/apidocs"/>
 			<link href="http://www.springframework.org/docs/api"/>


Note:
Diffs are chopped if more than 25k.
This is to get past the limit on the mailing list.



More information about the Red5commits mailing list