Author: steveh
Date: Fri Aug  6 14:19:09 2004
New Revision: 36049

Modified:
   incubator/beehive/trunk/netui/ant/javadoc.xml
Log:
Cleaning up the netui doc build targets.

Modified: incubator/beehive/trunk/netui/ant/javadoc.xml
==============================================================================
--- incubator/beehive/trunk/netui/ant/javadoc.xml       (original)
+++ incubator/beehive/trunk/netui/ant/javadoc.xml       Fri Aug  6 14:19:09 2004
@@ -29,22 +29,11 @@
       <echo message="|                                  Usage                  
                     |"/> 
       <echo 
message="================================================================================"/>
 
       <echo message="build - Cleans and builds all doc, copies the result to 
the forrest site.    "/> 
-      <echo message="        When calling the 'build' (or 
'generate-taglib-ref-html') target,     "/>
-      <echo message="        you must add the following flag to the command 
line:                 "/>
-      <echo message="            -lib 
%BEEHIVE_HOME%\netui\test\external\xalan-241.jar            "/>
-      <echo message="        Your call to the 'build' target should look like 
the following:      "/>
-      <echo message="            prompt>ant -f javadoc.xml build -lib 
%BEEHIVE_HOME%\netui\test\external\xalan-241.jar"/>
       <echo message="clean - Deletes the built netui docs and associated temp 
files."/>
       <echo message="generate-taglib-ref - Generates the netui Tag Library 
reference."/>
-      <echo message="generate-class-ref - Generates the Page Flow class 
reference,"/>
-      <echo message="                     using the standard Javadoc doclet."/>
+      <echo message="generate-class-ref - Generates the Page Flow class 
reference, using the standard Javadoc doclet."/>
       <echo message="generate-taglib-ref-xml - sub task for generating the 
netui Tag Library reference"/>
       <echo message="generate-taglib-ref-html - sub task for generating the 
netui Tag Library reference"/>
-      <echo message="        When calling the 'generate-taglib-ref-html' (or 
'build') target,"/>
-      <echo message="        you must add the following flag to the command 
line:"/>
-      <echo message="            -lib 
%BEEHIVE_HOME%\netui\test\external\xalan-241.jar"/>
-      <echo message="        Calls to the 'generate=taglib-ref-html' target 
should look like the following:"/>
-      <echo message="            prompt>ant -f javadoc.xml 
generate-taglib-ref-html -lib 
%BEEHIVE_HOME%\netui\test\external\xalan-241.jar"/>
       <echo message="generate-conceptual-doc - not yet implemented"/>
       <echo message="copy-to-forrest - Copies the built netui docs to the 
forrest site."/>
       <echo 
message="================================================================================"/>
 
@@ -181,21 +170,19 @@
       <param name="taglibLocation" expression="${docs.build.dir}/taglib"/>
     </xslt> 
     <!-- ... the taglib-frame pages (displayed in lower-left frame when 
upper-left frame links are clicked) -->
-    <!-- ******** Depends on xalan-241.jar!
-         ******** You must call the 'build' and 'generate-taglib-ref-html' 
targets with the following command line flag
-         ********   -lib %BEEHIVE_HOME%\netui\test\external\xalan-241.jar  -->
+    <!-- Note that this task depends on xalan-241.jar -->
     <xslt in="${docs.dir}/temp/xml/tagref/overview.xml"
           out="${docs.build.dir}/taglib/taglib-frame-ignore.html"
-          style="${docs.dir}/tools/xslt/taglib-frame.xslt">
+          style="${docs.dir}/tools/xslt/taglib-frame.xslt"
+          classpath="${os.BEEHIVE_HOME}/netui/test/external/xalan-241.jar">
       <param name="taglibLocation" expression="${docs.build.dir}/taglib"/>
     </xslt>
     <!-- ... the taglib-summary pages (displayed in right-hand frame when 'tag 
library' links in the tag topics are clicked) -->
-    <!-- ******** Depends on xalan-241.jar! 
-         ******** You must call the 'build' and 'generate-taglib-ref-html' 
targets with the following command line flag: 
-         ********   -lib %BEEHIVE_HOME%\netui\test\external\xalan-241.jar  -->
+    <!-- Note that this task depends on xalan-241.jar -->
     <xslt in="${docs.dir}/temp/xml/tagref/overview.xml"
           out="${docs.build.dir}/taglib/taglib-summary-ignore.html"
-          style="${docs.dir}/tools/xslt/taglib-summary.xslt">
+          style="${docs.dir}/tools/xslt/taglib-summary.xslt"
+          classpath="${os.BEEHIVE_HOME}/netui/test/external/xalan-241.jar">
       <param name="taglibLocation" expression="${docs.build.dir}/taglib"/>
     </xslt>
     <!-- ... the individual tag topics -->

Reply via email to