nicolaken 2002/11/28 08:25:20 Modified: . .cvsignore build.xml changes.xml Log: <action dev="NKB" type="fix" fixes-bug="14795"> Added useexternalfile="yes" attribute makes Ant collect all package names in a temporary file and give that to Javadoc, thus going round the Wintel long command truncation issue. </action> Revision Changes Path 1.8 +1 -0 xml-cocoon2/.cvsignore Index: .cvsignore =================================================================== RCS file: /home/cvs/xml-cocoon2/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 6 Nov 2002 15:42:11 -0000 1.7 +++ .cvsignore 28 Nov 2002 16:25:19 -0000 1.8 @@ -5,3 +5,4 @@ dist prj.el tools/anttasks +javadoc* 1.285 +4 -2 xml-cocoon2/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/build.xml,v retrieving revision 1.284 retrieving revision 1.285 diff -u -r1.284 -r1.285 --- build.xml 28 Nov 2002 08:41:53 -0000 1.284 +++ build.xml 28 Nov 2002 16:25:19 -0000 1.285 @@ -1635,7 +1635,8 @@ windowtitle="${Name} API (${version}, ${TODAY})" doctitle="${Name}" bottom="Copyright © ${year} Apache Software Foundation. All Rights Reserved." - stylesheetfile="${resource.dir}/javadoc.css"> + stylesheetfile="${resource.dir}/javadoc.css" + useexternalfile="yes"> <fileset dir="${build.dir}"> <include name="src/**/*.java"/> <include name="blocks/**/*.java"/> @@ -1659,7 +1660,8 @@ windowtitle="${Name} API (${version}, ${TODAY})" doctitle="${Name}" bottom="Copyright © ${year} Apache Software Foundation. All Rights Reserved." - stylesheetfile="${resource.dir}/javadoc.css"> + stylesheetfile="${resource.dir}/javadoc.css" + useexternalfile="yes"> <fileset dir="${build.dir}"> <include name="src/**/*.java"/> <include name="blocks/**/*.java"/> 1.292 +5 -1 xml-cocoon2/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/changes.xml,v retrieving revision 1.291 retrieving revision 1.292 diff -u -r1.291 -r1.292 --- changes.xml 28 Nov 2002 15:12:32 -0000 1.291 +++ changes.xml 28 Nov 2002 16:25:20 -0000 1.292 @@ -40,6 +40,10 @@ </devs> <release version="@version@" date="@date@"> + <action dev="NKB" type="fix" fixes-bug="14795"> + Added useexternalfile="yes" attribute makes Ant collect all package names in a temporary + file and give that to Javadoc, thus going round the Wintel long command truncation issue. + </action> <action dev="NKB" type="update"> Moved LDAPTransformer to a block called "naming". </action>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]