You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alexandria-dev@jakarta.apache.org by ru...@apache.org on 2001/10/31 15:18:46 UTC

cvs commit: jakarta-alexandria/proposal/gump/site/xdocs workspace.xml

rubys       01/10/31 06:18:45

  Modified:    proposal/gump/site/xdocs workspace.xml
  Log:
  Add some info about the new javadoc capabilities
  
  Revision  Changes    Path
  1.7       +33 -0     jakarta-alexandria/proposal/gump/site/xdocs/workspace.xml
  
  Index: workspace.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/site/xdocs/workspace.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- workspace.xml	2001/10/29 02:07:57	1.6
  +++ workspace.xml	2001/10/31 14:18:45	1.7
  @@ -212,6 +212,39 @@
         </table>
       </subsection>
   
  +
  +    <subsection name="javadoc">
  +      <p>Enables publishing of a summary page linking all of the javadocs
  +      produced in the process.  This will be placed in the workspace log
  +      directory with the name "javadoc.html".</p>
  +
  +      <table>
  +        <tr>
  +          <th>Attribute</th>
  +          <th>Description</th>
  +          <th>Required?</th>
  +        </tr>
  +        <tr>
  +          <td>url</td>
  +          <td>The prefix to be used for hrefs on the javadoc.html page.
  +          This can be used to point directly into the build directory or
  +          used in conjunction with the <code>dir</code> attribute described
  +          below.  If this attribute is not specified, <code>file:///</code>
  +          urls will be generated - this is generally only suitable for
  +          viewing on the local machine.</td>
  +          <td>No</td>
  +        </tr>
  +        <tr>
  +          <td>dir</td>
  +          <td>This attribute tells where the physical directory associated with
  +          the url can be found.  <b>Note:</b> the code which copies the
  +          javadocs to this directory is currently not integrated into Gump.
  +          This will be corrected shortly.</td>
  +          <td>No</td>
  +        </tr>
  +      </table>
  +    </subsection>
  +
     </section>
   </body>
   </document>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>