Browse Source

external JudoScript task

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276760 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 21 years ago
parent
commit
3d29d200b8
2 changed files with 84 additions and 0 deletions
  1. +53
    -0
      docs/external.html
  2. +31
    -0
      xdocs/external.xml

+ 53
- 0
docs/external.html View File

@@ -3092,6 +3092,59 @@
valign="top" align="left">
Commercial
</td>
</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:judoscript@hotmail.com">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">


+ 31
- 0
xdocs/external.xml View File

@@ -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:judoscript@hotmail.com">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


Loading…
Cancel
Save