Author: stevel Date: Fri Apr 27 07:17:08 2007 New Revision: 533110 URL: http://svn.apache.org/viewvc?view=rev&rev=533110 Log: bsf reference
Modified: ant/core/trunk/docs/manual/OptionalTasks/script.html Modified: ant/core/trunk/docs/manual/OptionalTasks/script.html URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/OptionalTasks/script.html?view=diff&rev=533110&r1=533109&r2=533110 ============================================================================== --- ant/core/trunk/docs/manual/OptionalTasks/script.html (original) +++ ant/core/trunk/docs/manual/OptionalTasks/script.html Fri Apr 27 07:17:08 2007 @@ -52,7 +52,7 @@ <a href="../api/index.html">JavaDoc</a> (especially for <a href="../api/org/apache/tools/ant/Project.html">Project</a> and <a href="../api/org/apache/tools/ant/taskdefs/optional/Script.html">Script</a>) for more information.</p> -<p>If you are using JavaScript a good resource is <a target="_blank" href="http://www.mozilla.org/rhino/doc.html"> +<p>If you are using JavaScript under BSF, a good resource is <a target="_blank" href="http://www.mozilla.org/rhino/doc.html"> http://www.mozilla.org/rhino/doc.html</a> as we are using their JavaScript interpreter.</p> <p>Scripts can do almost anything a task written in Java could do.</p> <p>Rhino provides a special construct - the <i>JavaAdapter</i>. With that you can --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]