|
|
@@ -29,7 +29,7 @@ |
|
|
|
<p>Execute a script in a |
|
|
|
<a href="http://jakarta.apache.org/bsf" target="_top">Apache BSF</a> |
|
|
|
or |
|
|
|
<a href="https://scripting.dev.java.net">JSR 233</a> supported language. |
|
|
|
<a href="https://scripting.dev.java.net">JSR 223</a> supported language. |
|
|
|
</p> |
|
|
|
<p><b>Note:</b> |
|
|
|
This task depends on external libraries not included in the Ant distribution. |
|
|
@@ -37,9 +37,9 @@ |
|
|
|
for more information. |
|
|
|
</p> |
|
|
|
<p> |
|
|
|
The task may use the BSF scripting manager or the JSR 233 manager that |
|
|
|
The task may use the BSF scripting manager or the JSR 223 manager that |
|
|
|
is included in JDK6 and higher. This is controlled by the <code>manager</code> |
|
|
|
attribute. The JSR 233 scripting manager is indicated by "javax". |
|
|
|
attribute. The JSR 223 scripting manager is indicated by "javax". |
|
|
|
</p> |
|
|
|
<p>All items (tasks, targets, etc) of the running project are |
|
|
|
accessible from the script, using either their <code>name</code> or |
|
|
|