ehatcher 02/05/29 04:13:45 Modified: docs/manual/OptionalTasks Tag: ANT_15_BRANCH script.html Log: document the BeanShell support (sorry for the multiple commits - getting lock errors) Revision Changes Path No revision No revision 1.8.2.2 +8 -1 jakarta-ant/docs/manual/OptionalTasks/script.html Index: script.html =================================================================== RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/script.html,v retrieving revision 1.8.2.1 retrieving revision 1.8.2.2 diff -u -r1.8.2.1 -r1.8.2.2 --- script.html 3 May 2002 09:40:31 -0000 1.8.2.1 +++ script.html 29 May 2002 11:13:45 -0000 1.8.2.2 @@ -15,7 +15,14 @@ See <a href="../install.html#librarydependencies">Library Dependencies</a> for more information.</p> <p>All items (tasks, targets, etc) of the running project are accessible from the script, using either their <code>name</code> or -<code>id</code> attributes. The name "project" is a pre-defined reference to the Project, which can be used instead of the project name.</p> +<code>id</code> attributes (as long as their names are considered +valid Java identifiers, that is). +The name "project" is a pre-defined reference to the Project, which can be +used instead of the project name.</p> +<p><b>BeanShell users:</b> This task now natively supports the BeanShell +scripting language, using language="beanshell". The BeanShell engine is +still required. +</p> <p>Scripts can do almost anything a task written in Java could do.</p> <h3>Parameters</h3> <table border="1" cellpadding="2" cellspacing="0">
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
