vgritsenko 2002/07/14 09:57:21 Modified: . Tag: cocoon_2_0_3_branch build.xml Log: fix javadoc generation Revision Changes Path No revision No revision 1.196.2.9 +2 -2 xml-cocoon2/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/build.xml,v retrieving revision 1.196.2.8 retrieving revision 1.196.2.9 diff -u -r1.196.2.8 -r1.196.2.9 --- build.xml 12 Jul 2002 10:38:59 -0000 1.196.2.8 +++ build.xml 14 Jul 2002 16:57:21 -0000 1.196.2.9 @@ -1445,7 +1445,7 @@ <!-- =================================================================== --> <!-- Creates the API documentation for pre JDK 1.4 --> <!-- =================================================================== --> - <target name="javadocs13" unless="jdbc3.present"> + <target name="javadocs13" depends="init" unless="jdbc3.present"> <javadoc packagenames="${packages}.*" sourcepath="${build.src}" destdir="${build.javadocs}" @@ -1464,7 +1464,7 @@ <!-- =================================================================== --> <!-- Creates the API documentation for JDK 1.4 --> <!-- =================================================================== --> - <target name="javadocs14" if="jdbc3.present"> + <target name="javadocs14" depends="init" if="jdbc3.present"> <javadoc additionalparam="-subpackages ${packages}" sourcepath="${build.src}" destdir="${build.javadocs}"
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]