You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by ad...@apache.org on 2002/05/08 12:20:12 UTC

cvs commit: jakarta-ant-myrmidon/site/docs project-descriptor.html ant1compat.html buildfile.html classloader.html configuring.html differences.html getinvolved.html index.html librarys.html subprojects.html task.html todo.html user.html vfs.html

adammurdoch    02/05/08 03:20:12

  Modified:    site/docs ant1compat.html buildfile.html classloader.html
                        configuring.html differences.html getinvolved.html
                        index.html librarys.html subprojects.html task.html
                        todo.html user.html vfs.html
  Added:       site/docs project-descriptor.html
  Log:
  Regen docs.
  
  Revision  Changes    Path
  1.3       +2 -0      jakarta-ant-myrmidon/site/docs/ant1compat.html
  
  Index: ant1compat.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant-myrmidon/site/docs/ant1compat.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ant1compat.html	22 Apr 2002 06:24:28 -0000	1.2
  +++ ant1compat.html	8 May 2002 10:20:11 -0000	1.3
  @@ -74,6 +74,8 @@
       <ul>
             <li>      <a href="./subprojects.html">Sub Projects</a>
     </li>
  +          <li>      <a href="./project-descriptor.html">The Build System</a>
  +  </li>
           </ul>
               </td>
             <td align="left" valign="top">
  
  
  
  1.3       +6 -4      jakarta-ant-myrmidon/site/docs/buildfile.html
  
  Index: buildfile.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant-myrmidon/site/docs/buildfile.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- buildfile.html	22 Apr 2002 06:24:28 -0000	1.2
  +++ buildfile.html	8 May 2002 10:20:11 -0000	1.3
  @@ -74,6 +74,8 @@
       <ul>
             <li>      <a href="./subprojects.html">Sub Projects</a>
     </li>
  +          <li>      <a href="./project-descriptor.html">The Build System</a>
  +  </li>
           </ul>
               </td>
             <td align="left" valign="top">
  @@ -327,8 +329,8 @@
       </td></tr>
       <tr><td>
         <blockquote>
  -                        <p>Library imports allow the project to import the tasks and data-types from an
  -antlib.  An <code>&lt;import&gt;</code> element takes the following attributes:</p>
  +                        <p>Library imports allow the project to import tasks and types from an antlib.
  +An <code>&lt;import&gt;</code> element takes the following attributes:</p>
                                     <table>
                 <tr>
                     <td bgcolor="#039acc" colspan="" rowspan="" 
  @@ -460,8 +462,8 @@
       </td></tr>
       <tr><td>
         <blockquote>
  -                        <p>Initialisation tasks are run before any of the project's targets are run, and
  -are used to initialise the project.  Any task can be used as an initialization
  +                        <p>Initialization tasks are run before any of the project's targets are run, and
  +are used to initialize the project.  Any task can be used as an initialization
   task, including <code>&lt;property&gt;</code> and data-type instances.  An example:</p>
                                     <div align="left">
       <table cellspacing="4" cellpadding="0" border="0">
  
  
  
  1.3       +2 -0      jakarta-ant-myrmidon/site/docs/classloader.html
  
  Index: classloader.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant-myrmidon/site/docs/classloader.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- classloader.html	22 Apr 2002 06:24:28 -0000	1.2
  +++ classloader.html	8 May 2002 10:20:11 -0000	1.3
  @@ -74,6 +74,8 @@
       <ul>
             <li>      <a href="./subprojects.html">Sub Projects</a>
     </li>
  +          <li>      <a href="./project-descriptor.html">The Build System</a>
  +  </li>
           </ul>
               </td>
             <td align="left" valign="top">
  
  
  
  1.3       +2 -0      jakarta-ant-myrmidon/site/docs/configuring.html
  
  Index: configuring.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant-myrmidon/site/docs/configuring.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- configuring.html	22 Apr 2002 06:24:28 -0000	1.2
  +++ configuring.html	8 May 2002 10:20:11 -0000	1.3
  @@ -74,6 +74,8 @@
       <ul>
             <li>      <a href="./subprojects.html">Sub Projects</a>
     </li>
  +          <li>      <a href="./project-descriptor.html">The Build System</a>
  +  </li>
           </ul>
               </td>
             <td align="left" valign="top">
  
  
  
  1.3       +2 -0      jakarta-ant-myrmidon/site/docs/differences.html
  
  Index: differences.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant-myrmidon/site/docs/differences.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- differences.html	22 Apr 2002 06:24:28 -0000	1.2
  +++ differences.html	8 May 2002 10:20:11 -0000	1.3
  @@ -74,6 +74,8 @@
       <ul>
             <li>      <a href="./subprojects.html">Sub Projects</a>
     </li>
  +          <li>      <a href="./project-descriptor.html">The Build System</a>
  +  </li>
           </ul>
               </td>
             <td align="left" valign="top">
  
  
  
  1.3       +2 -0      jakarta-ant-myrmidon/site/docs/getinvolved.html
  
  Index: getinvolved.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant-myrmidon/site/docs/getinvolved.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- getinvolved.html	22 Apr 2002 06:24:28 -0000	1.2
  +++ getinvolved.html	8 May 2002 10:20:11 -0000	1.3
  @@ -74,6 +74,8 @@
       <ul>
             <li>      <a href="./subprojects.html">Sub Projects</a>
     </li>
  +          <li>      <a href="./project-descriptor.html">The Build System</a>
  +  </li>
           </ul>
               </td>
             <td align="left" valign="top">
  
  
  
  1.3       +2 -0      jakarta-ant-myrmidon/site/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant-myrmidon/site/docs/index.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.html	22 Apr 2002 06:24:28 -0000	1.2
  +++ index.html	8 May 2002 10:20:11 -0000	1.3
  @@ -74,6 +74,8 @@
       <ul>
             <li>      <a href="./subprojects.html">Sub Projects</a>
     </li>
  +          <li>      <a href="./project-descriptor.html">The Build System</a>
  +  </li>
           </ul>
               </td>
             <td align="left" valign="top">
  
  
  
  1.3       +2 -0      jakarta-ant-myrmidon/site/docs/librarys.html
  
  Index: librarys.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant-myrmidon/site/docs/librarys.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- librarys.html	22 Apr 2002 06:24:28 -0000	1.2
  +++ librarys.html	8 May 2002 10:20:11 -0000	1.3
  @@ -74,6 +74,8 @@
       <ul>
             <li>      <a href="./subprojects.html">Sub Projects</a>
     </li>
  +          <li>      <a href="./project-descriptor.html">The Build System</a>
  +  </li>
           </ul>
               </td>
             <td align="left" valign="top">
  
  
  
  1.2       +2 -0      jakarta-ant-myrmidon/site/docs/subprojects.html
  
  Index: subprojects.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant-myrmidon/site/docs/subprojects.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- subprojects.html	22 Apr 2002 06:24:28 -0000	1.1
  +++ subprojects.html	8 May 2002 10:20:11 -0000	1.2
  @@ -74,6 +74,8 @@
       <ul>
             <li>      <a href="./subprojects.html">Sub Projects</a>
     </li>
  +          <li>      <a href="./project-descriptor.html">The Build System</a>
  +  </li>
           </ul>
               </td>
             <td align="left" valign="top">
  
  
  
  1.3       +2 -0      jakarta-ant-myrmidon/site/docs/task.html
  
  Index: task.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant-myrmidon/site/docs/task.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- task.html	22 Apr 2002 06:24:28 -0000	1.2
  +++ task.html	8 May 2002 10:20:11 -0000	1.3
  @@ -74,6 +74,8 @@
       <ul>
             <li>      <a href="./subprojects.html">Sub Projects</a>
     </li>
  +          <li>      <a href="./project-descriptor.html">The Build System</a>
  +  </li>
           </ul>
               </td>
             <td align="left" valign="top">
  
  
  
  1.3       +2 -0      jakarta-ant-myrmidon/site/docs/todo.html
  
  Index: todo.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant-myrmidon/site/docs/todo.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- todo.html	22 Apr 2002 06:24:28 -0000	1.2
  +++ todo.html	8 May 2002 10:20:11 -0000	1.3
  @@ -76,6 +76,8 @@
       <ul>
             <li>      <a href="./subprojects.html">Sub Projects</a>
     </li>
  +          <li>      <a href="./project-descriptor.html">The Build System</a>
  +  </li>
           </ul>
               </td>
             <td align="left" valign="top">
  
  
  
  1.3       +2 -0      jakarta-ant-myrmidon/site/docs/user.html
  
  Index: user.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant-myrmidon/site/docs/user.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- user.html	22 Apr 2002 06:24:28 -0000	1.2
  +++ user.html	8 May 2002 10:20:11 -0000	1.3
  @@ -74,6 +74,8 @@
       <ul>
             <li>      <a href="./subprojects.html">Sub Projects</a>
     </li>
  +          <li>      <a href="./project-descriptor.html">The Build System</a>
  +  </li>
           </ul>
               </td>
             <td align="left" valign="top">
  
  
  
  1.3       +2 -0      jakarta-ant-myrmidon/site/docs/vfs.html
  
  Index: vfs.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant-myrmidon/site/docs/vfs.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- vfs.html	22 Apr 2002 06:24:28 -0000	1.2
  +++ vfs.html	8 May 2002 10:20:11 -0000	1.3
  @@ -74,6 +74,8 @@
       <ul>
             <li>      <a href="./subprojects.html">Sub Projects</a>
     </li>
  +          <li>      <a href="./project-descriptor.html">The Build System</a>
  +  </li>
           </ul>
               </td>
             <td align="left" valign="top">
  
  
  
  1.1                  jakarta-ant-myrmidon/site/docs/project-descriptor.html
  
  Index: project-descriptor.html
  ===================================================================
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  
  <!-- Content Stylesheet for Site -->
  
      
  <!-- start the processing -->
      <html>
      <head>
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
    
                        <meta name="author" value="Adam Murdoch">
    <meta name="email" value="adammurdoch@apache.org">
          
        <title>Apache Myrmidon - Project Descriptor</title>
      </head>
    
      <body bgcolor="#ffffff" text="#000000" link="#525D76">    
        <table border="0" width="100%" cellspacing="0">
          <!-- TOP IMAGE -->
          <tr>
            <td>      <td colspan="2">
      <a href="http://jakarta.apache.org"><img src="http://jakarta.apache.org/images/jakarta-logo.gif" align="left" border="0"/></a>
      </td>
    </td>
            <td valign="bottom"><div align="right"><b><font size="+3" color="#525D76">Apache Myrmidon</font></b></div></td>
          </tr>
        </table>
        <table border="0" width="100%" cellspacing="4">
          <tr><td colspan="2">
            <hr noshade="" size="1"/>
          </td></tr>
          
          <tr>
            <!-- LEFT SIDE NAVIGATION -->
            <td valign="top" nowrap="true">
                  <p><strong>Myrmidon</strong></p>
      <ul>
            <li>      <a href="./index.html">Introduction</a>
    </li>
            <li>      <a href="./getinvolved.html">Get Involved</a>
    </li>
            <li>      <a href="./user.html">Building Myrmidon</a>
    </li>
            <li>      <a href="./todo.html">Todo List</a>
    </li>
          </ul>
        <p><strong>User Guide</strong></p>
      <ul>
            <li>      <a href="./buildfile.html">Project File</a>
    </li>
            <li>      <a href="./vfs.html">Virtual File System</a>
    </li>
            <li>      <a href="./ant1compat.html">Ant 1 Compatibility Layer</a>
    </li>
            <li>      <a href="./differences.html">Differences to Ant 1</a>
    </li>
            <li>      <a href="./task.html">My First Task</a>
    </li>
          </ul>
        <p><strong>Extending Ant</strong></p>
      <ul>
            <li>      <a href="./configuring.html">Configuration HOWTO</a>
    </li>
            <li>      <a href="./converter.html">Converter HOWTO</a>
    </li>
            <li>      <a href="./type.html">Type HOWTO</a>
    </li>
            <li>      <a href="./classloader.html">ClassLoader HOWTO</a>
    </li>
            <li>      <a href="./librarys.html">Library HOWTO</a>
    </li>
          </ul>
        <p><strong>Developers Guide</strong></p>
      <ul>
            <li>      <a href="./subprojects.html">Sub Projects</a>
    </li>
            <li>      <a href="./project-descriptor.html">The Build System</a>
    </li>
          </ul>
              </td>
            <td align="left" valign="top">
          <table border="0" cellspacing="0" cellpadding="2" width="100%">
      <tr><td bgcolor="#525D76">
        <font color="#ffffff" face="arial,helvetica,sanserif">
                      <a name="Project Descriptor"><strong>Project Descriptor</strong></a>
        </font>
      </td></tr>
      <tr><td>
        <blockquote>
                          <p>Each Myrmidon sub-project has a project descriptor associated with it.
              This is an xml file that provides meta-information about the project,
              such as the name of the project, its current version, where the
              source can be found, and so on.  The descriptor is used to generate
              the project's build file.
          </p>
                                  <p>The root element of the project descriptor must be a
              <code>&lt;project&gt;</code> element.  The <code>&lt;project&gt;</code>
              element may contain the following elements:
          </p>
                                    <table>
                <tr>
                    <td bgcolor="#039acc" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            Element
          </font>
    </td>
                        <td bgcolor="#039acc" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            Description
          </font>
    </td>
                        <td bgcolor="#039acc" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            Multivalued
          </font>
    </td>
        </tr>
                    <tr>
                    <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            <a href="#build">build</a>
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            The details of how to compile the project and assemble it
                  into jar files.
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            no
          </font>
    </td>
        </tr>
                    <tr>
                    <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            classpath
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            The project classpath, used for compiling the project
                  source, and unit tests.  This is an Ant <code>&lt;path&gt;</code>
                  data-type.
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            no
          </font>
    </td>
        </tr>
                    <tr>
                    <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            copyrightYear
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            The year(s) that the project was copyrighted in.
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            no
          </font>
    </td>
        </tr>
                    <tr>
                    <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            currentVersion
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            The version number for the project.
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            no
          </font>
    </td>
        </tr>
                    <tr>
                    <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            dist
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            The additional Ant tasks for preparing the distribution.
                  By default, the project's jar files and Javadocs are copied
                  into the distribution directory.  Use this element to perform
                  extra tasks to assemble the distribution.
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            no
          </font>
    </td>
        </tr>
                    <tr>
                    <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            id
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            The identifier for the project.  Used in generated file
                  and directory names.
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            no
          </font>
    </td>
        </tr>
                    <tr>
                    <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            name
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            The descriptive name of the project.  Used as the title
                  for the project's Javadocs.
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            no
          </font>
    </td>
        </tr>
                    <tr>
                    <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            package
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            The root Java package for the project.  Used to generate the
                  project's Javadocs.
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            yes
          </font>
    </td>
        </tr>
                    <tr>
                    <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            property
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            A global build property.  This is an Ant
                  <code>&lt;property&gt;</code> task.
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            yes
          </font>
    </td>
        </tr>
                    <tr>
                    <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            target
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            An additional target to add to the build file.  This is
                  an Ant target, and is copied directly into the generated build
                  file.
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            yes
          </font>
    </td>
        </tr>
                    <tr>
                    <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            <a href="#unittest">unitTest</a>
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            The details of how to compile and execute the unit tests.
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            no
          </font>
    </td>
        </tr>
          </table>
                                    <table border="0" cellspacing="0" cellpadding="2" width="100%">
      <tr><td bgcolor="#828DA6">
        <font color="#ffffff" face="arial,helvetica,sanserif">
                          <a name="build"><strong>Build Definition</strong></a>
        </font>
      </td></tr>
      <tr><td>
        <blockquote>
                          <p>The <code>&lt;build&gt;</code> element describes how to compile the
              project and assemble it into Jar files.  The <code>&lt;build&gt;</code>
              element may contain the following nested elements:</p>
                                    <table>
                <tr>
                    <td bgcolor="#039acc" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            Element
          </font>
    </td>
                        <td bgcolor="#039acc" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            Description
          </font>
    </td>
                        <td bgcolor="#039acc" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            Multivalued
          </font>
    </td>
        </tr>
                    <tr>
                    <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            <a href="#jar">antlib</a>
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            Defines an antlib output file.
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            yes
          </font>
    </td>
        </tr>
                    <tr>
                    <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            classpath
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            The classpath to use for compiling the project source.
                      This is appended to the project classpath.  This is
                      an Ant <code>&lt;path&gt;</code> data-type.
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            no
          </font>
    </td>
        </tr>
                    <tr>
                    <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            compilePatterns
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            The patternset to use when compiling the project source.
                      This is an Ant <code>&lt;patternset&gt;</code>.
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            yes
          </font>
    </td>
        </tr>
                    <tr>
                    <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            <a href="#jar">jar</a>
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            Defines a Jar output file.
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            yes
          </font>
    </td>
        </tr>
                    <tr>
                    <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            prepare
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            Additional Ant tasks to perform before compiling
                      the source.  This can be used, for example, to check for
                      the availability of various libraries.
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            no
          </font>
    </td>
        </tr>
                    <tr>
                    <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            sourceDirectory
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            The directory containing the project's Java source files.
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            yes
          </font>
    </td>
        </tr>
          </table>
                      </blockquote>
      </td></tr>
    </table>
                                    <table border="0" cellspacing="0" cellpadding="2" width="100%">
      <tr><td bgcolor="#828DA6">
        <font color="#ffffff" face="arial,helvetica,sanserif">
                          <a name="unittest"><strong>Unit Test Definition</strong></a>
        </font>
      </td></tr>
      <tr><td>
        <blockquote>
                          <p>The <code>&lt;unitTest&gt;</code> element defines how to compile
              and execute the project's unit tests.  The <code>&lt;unitTest&gt;</code>
              element may contain the following nested elements:</p>
                                    <table>
                <tr>
                    <td bgcolor="#039acc" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            Element
          </font>
    </td>
                        <td bgcolor="#039acc" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            Description
          </font>
    </td>
                        <td bgcolor="#039acc" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            Multivalued
          </font>
    </td>
        </tr>
                    <tr>
                    <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            classpath
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            The classpath to use for compiling and executing the
                      project unit tests.  This is appended to the project
                      classpath.  This is an Ant <code>&lt;path&gt;</code> data-type.
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            no
          </font>
    </td>
        </tr>
                    <tr>
                    <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            compilePatterns
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            The patternset to use when compiling the unit tests.
                      This is an Ant <code>&lt;patternset&gt;</code>.  This
                      is combined with the compile patternset.
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            yes
          </font>
    </td>
        </tr>
                    <tr>
                    <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            includeDescriptors
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            Controls whether antlib descriptors are generated for
                      the unit tests.  Descriptors are generated by default.
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            no
          </font>
    </td>
        </tr>
                    <tr>
                    <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            prepare
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            Additional Ant tasks to perform before executing the
                      unit tests.
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            no
          </font>
    </td>
        </tr>
                    <tr>
                    <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            sourceDirectory
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            The directory containing the project's unit test source files.
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            no
          </font>
    </td>
        </tr>
                    <tr>
                    <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            unitTestPatterns
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            The patternset to use to select the unit tests to execute.
                      This is an Ant <code>&lt;patternset&gt;</code> datatype.
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            no
          </font>
    </td>
        </tr>
          </table>
                      </blockquote>
      </td></tr>
    </table>
                                    <table border="0" cellspacing="0" cellpadding="2" width="100%">
      <tr><td bgcolor="#828DA6">
        <font color="#ffffff" face="arial,helvetica,sanserif">
                          <a name="jar"><strong>Jar Definition</strong></a>
        </font>
      </td></tr>
      <tr><td>
        <blockquote>
                          <p>The <code>&lt;antlib&gt;</code> and <code>&lt;jar&gt;</code> elements
              define antlib and jar output files, respectively.  There is no
              difference between these elements, except the output file name.
              A manifest and antlib descriptors are generated for the output file.
              The <code>&lt;antlib&gt;</code> and <code>&lt;jar&gt;</code> elements
              may take the following nested elements:</p>
                                    <table>
                <tr>
                    <td bgcolor="#039acc" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            Element
          </font>
    </td>
                        <td bgcolor="#039acc" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            Description
          </font>
    </td>
                        <td bgcolor="#039acc" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            Multivalued
          </font>
    </td>
        </tr>
                    <tr>
                    <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            attribute
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            Defines an attribute to add to the main section of
                      the manifest.
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            yes
          </font>
    </td>
        </tr>
                    <tr>
                    <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            depends
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            Defines the extensions which the output file depends on.
                      Used to generate the manifest.
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            no
          </font>
    </td>
        </tr>
                    <tr>
                    <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            extension
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            Defines an extension.  Used to generate the manifest.
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            no
          </font>
    </td>
        </tr>
                    <tr>
                    <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            fileset
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            Additional files to include in the output file.  This
                      is an Ant <code>&lt;fileset&gt;</code> datatype.
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            yes
          </font>
    </td>
        </tr>
                    <tr>
                    <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            id
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            A unique short name for the output file.  This is used
                      in the output file name, and the names of generated files.
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            no
          </font>
    </td>
        </tr>
                    <tr>
                    <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            includeDescriptors
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            Controls whether antlib descriptors are generated for
                      the output file.  Descriptors are generated by default.
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            no
          </font>
    </td>
        </tr>
                    <tr>
                    <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            metainf
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            See the <code>&lt;jar&gt;</code> Ant task.
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            yes
          </font>
    </td>
        </tr>
                    <tr>
                    <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            name
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            Specifies the name of the output file.  By default, the
                      name is generated from the id and current version.
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            no
          </font>
    </td>
        </tr>
                    <tr>
                    <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            patternset
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            Specifies which classes to include in the output file.
                      This is an Ant <code>&lt;patternset&gt;</code>.
          </font>
    </td>
                        <td bgcolor="#a0ddf0" colspan="" rowspan="" 
        valign="top" align="left">
      <font color="#000000" size="-1" face="arial,helvetica,sanserif">
            no
          </font>
    </td>
        </tr>
          </table>
                      </blockquote>
      </td></tr>
    </table>
                      </blockquote>
      </td></tr>
    </table>
                </td>
          </tr>
  
          <!-- FOOTER -->
          <tr><td colspan="2">
            <hr noshade="" size="1"/>
          </td></tr>
          <tr><td colspan="2">
            <div align="center"><font color="#525D76" size="-1"><em>
            Copyright &#169; 2000-2002, Apache Software Foundation
            </em></font></div>
          </td></tr>
        </table>
      </body>
    </html>
  <!-- end the processing -->
  
  
  
  
  
  
  

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