rake fileutils don't print to stdout
------------------------------------
Key: JRUBY-2229
URL: http://jira.codehaus.org/browse/JRUBY-2229
Project: JRuby
Issue Type: Bug
Reporter: Stefan Lang
Assignee: Thomas E Enebo
rake file utils work, but they don't print to stdout:
{noformat}
$ cat Rakefile
task :default do
touch "foo"
mv "foo", "bar"
rm "bar"
end
$ ruby -S rake --version
rake, version 0.8.1
$ ruby -S rake
(in /home/stefan/tmp/jraket)
touch foo
mv foo bar
rm bar
$ jruby -S rake --version
rake, version 0.8.1
$ jruby -S rake
(in /home/stefan/tmp/jraket)
$
{noformat}
(Empty lines added for readability.)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email