jhm         2004/08/05 23:55:01

  Modified:    docs     external.html
               xdocs    external.xml
  Log:
  external JudoScript task
  
  Revision  Changes    Path
  1.177     +53 -0     ant/docs/external.html
  
  Index: external.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/external.html,v
  retrieving revision 1.176
  retrieving revision 1.177
  diff -u -r1.176 -r1.177
  --- external.html     4 Aug 2004 07:48:46 -0000       1.176
  +++ external.html     6 Aug 2004 06:55:01 -0000       1.177
  @@ -3095,6 +3095,59 @@
         </tr>
           </table>
                                                       <h4 class="subsection">
  +        <a name="JudoScript Ant Task"></a>
  +        JudoScript Ant Task
  +      </h4>
  +                        <p>The &lt;judoscript&gt; task is an easy way to 
embed JudoScript
  +           code in the Ant build script. The tag format is quite simple. You 
can
  +           either embed code directly, or can specify an external JudoScript 
program
  +           file as the <code>src</code> attribute value. Parameters can be 
specified
  +           as the <code>params</code> attribute; this is applicable to both 
embedded
  +           code and external files.
  +        </p>
  +                                      <table class="externals" 
cellspacing="1" cellpadding="4">
  +              <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Compatibility:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Ant 1.5 or higher
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          URL:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          <a 
href="http://www.judoscript.com/articles/ant.html";>http://www.judoscript.com/articles/ant.html</a>
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Contact:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          <a href="mailto:[EMAIL PROTECTED]">James Jianbo Huang</a>
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          License:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Lesser GNU Public License
  +      </td>
  +      </tr>
  +        </table>
  +                                                    <h4 class="subsection">
           <a name="Just4log Ant Task"></a>
           Just4log Ant Task
         </h4>
  
  
  
  1.138     +31 -0     ant/xdocs/external.xml
  
  Index: external.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/external.xml,v
  retrieving revision 1.137
  retrieving revision 1.138
  diff -u -r1.137 -r1.138
  --- external.xml      4 Aug 2004 07:48:46 -0000       1.137
  +++ external.xml      6 Aug 2004 06:55:01 -0000       1.138
  @@ -1666,6 +1666,37 @@
           </table>
         </subsection>
   
  +      <subsection name="JudoScript Ant Task">
  +
  +        <p>The &lt;judoscript&gt; task is an easy way to embed JudoScript
  +           code in the Ant build script. The tag format is quite simple. You 
can
  +           either embed code directly, or can specify an external JudoScript 
program
  +           file as the <code>src</code> attribute value. Parameters can be 
specified
  +           as the <code>params</code> attribute; this is applicable to both 
embedded
  +           code and external files.
  +        </p>
  +
  +        <table class="externals">
  +          <tr>
  +            <th>Compatibility:</th>
  +            <td>Ant 1.5 or higher</td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <td><a
  +              
href="http://www.judoscript.com/articles/ant.html";>http://www.judoscript.com/articles/ant.html</a></td>
  +          </tr>
  +          <tr>
  +            <th>Contact:</th>
  +            <td><a href="mailto:[EMAIL PROTECTED]">James Jianbo 
Huang</a></td>
  +          </tr>
  +          <tr>
  +            <th>License:</th>
  +            <td>Lesser GNU Public License</td>
  +          </tr>
  +        </table>
  +      </subsection>
  +
         <subsection name="Just4log Ant Task">
   
           <p>Just4log is a ant task to optimize JVM bytecode with regards
  
  
  

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

Reply via email to