From 1e409137af8887af2c609a284820f9656510a0ff Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Fri, 27 Apr 2007 14:17:08 +0000 Subject: [PATCH] bsf reference git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@533110 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/OptionalTasks/script.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/OptionalTasks/script.html b/docs/manual/OptionalTasks/script.html index 502f72a22..d67116a4a 100644 --- a/docs/manual/OptionalTasks/script.html +++ b/docs/manual/OptionalTasks/script.html @@ -52,7 +52,7 @@ JavaDoc (especially for Project and Script) for more information.

-

If you are using JavaScript a good resource is +

If you are using JavaScript under BSF, a good resource is http://www.mozilla.org/rhino/doc.html as we are using their JavaScript interpreter.

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

Rhino provides a special construct - the JavaAdapter. With that you can