bodewig     2004/03/16 00:53:32

  Modified:    src/documentation/content/xdocs/metadata project.xml
  Log:
  Add docs for <noclasspath/>
  
  Revision  Changes    Path
  1.8       +15 -3     gump/src/documentation/content/xdocs/metadata/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/gump/src/documentation/content/xdocs/metadata/project.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- project.xml       27 Feb 2004 09:38:56 -0000      1.7
  +++ project.xml       16 Mar 2004 08:53:32 -0000      1.8
  @@ -132,7 +132,13 @@
   
         <p>For both script and ant based builds, any jars defined by the
         specified project as outputs are added to the CLASSPATH prior to
  -      invoking the build operation.</p>
  +      invoking the build operation, unless you nest a
  +      &lt;noclasspath&gt; element into the &lt;depend&gt; element.</p>
  +
  +     <warning>
  +          <link href="../python/index.html">Python Gump</link> does
  +          NOT (currently) support the &lt;noclasspath&gt; feature.
  +     </warning>
   
         <table>
           <tr>
  @@ -180,8 +186,14 @@
   
         <p>For both script and ant based builds, any jars defined by the
         specified project as outputs are added to the CLASSPATH prior to
  -      invoking the build operation.  If the files are not present,
  -      this will have little effect.</p>
  +      invoking the build operation, unless you nest a
  +      &lt;noclasspath&gt; element into the &lt;option&gt; element.  If
  +      the files are not present, this will have little effect.</p>
  +
  +     <warning>
  +          <link href="../python/index.html">Python Gump</link> does
  +          NOT (currently) support the &lt;noclasspath&gt; feature.
  +     </warning>
   
         <table>
           <tr>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to