Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 14488 invoked from network); 29 May 2002 11:13:56 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 29 May 2002 11:13:56 -0000 Received: (qmail 21565 invoked by uid 97); 29 May 2002 11:13:52 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 21500 invoked by uid 97); 29 May 2002 11:13:51 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 21488 invoked by uid 97); 29 May 2002 11:13:50 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Date: 29 May 2002 11:13:45 -0000 Message-ID: <20020529111345.13592.qmail@icarus.apache.org> From: ehatcher@apache.org To: jakarta-ant-cvs@apache.org Subject: cvs commit: jakarta-ant/docs/manual/OptionalTasks script.html X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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 Library Dependencies for more information.

All items (tasks, targets, etc) of the running project are accessible from the script, using either their name or -id attributes. The name "project" is a pre-defined reference to the Project, which can be used instead of the project name.

+id 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.

+

BeanShell users: This task now natively supports the BeanShell +scripting language, using language="beanshell". The BeanShell engine is +still required. +

Scripts can do almost anything a task written in Java could do.

Parameters

-- To unsubscribe, e-mail: For additional commands, e-mail: