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: