From fe6517e3c59bcc1b4a939b712bdedb7aeb7d63ac Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Wed, 2 Mar 2005 19:26:09 +0000 Subject: [PATCH] remove reference to jruby 0.7.0 as jruby 0.8.0 has been released git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277764 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/OptionalTasks/script.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/manual/OptionalTasks/script.html b/docs/manual/OptionalTasks/script.html index dc1c247dd..a902c9d36 100644 --- a/docs/manual/OptionalTasks/script.html +++ b/docs/manual/OptionalTasks/script.html @@ -94,11 +94,6 @@ print "message is %s" % message </script> -

- Note that due to a limitation in the current version of jruby (0.7.0), - $project.log("Hello World") does not work (most likely because there are - two log methods on Project), this is fixed in the current CVS version of jruby. -

The same example in groovy is: