"err" lines in output of rake command

151 views
Skip to first unread message

leivoset

unread,
Feb 22, 2011, 12:45:17 PM2/22/11
to Capistrano
See my Stack Overflow question for details (http://stackoverflow.com/
questions/5044992/capistrano-error-with-successfully-copied-files).

Basically, I'm deploying a Rails application and using a plugin that
comes with a rake task to generate cache files. I'm trying to get the
cache files to generate automatically on deploy via Capistrano, so I
added a method to my deploy.rb. When I do the deploy the rake task
executes and properly copies all the files into place, but when
Capistrano reports the copies happening, the lines start with "***
[err :: servername]". What could be causing Capistrano to report these
as erroneous when the copies are succeeding?

Thanks in advance!

Patrick Reagan

unread,
Feb 22, 2011, 6:59:08 PM2/22/11
to capis...@googlegroups.com
All those lines mean is that the output is being returned on STDERR (as opposed to STDOUT).

p.

> --
> * You received this message because you are subscribed to the Google Groups "Capistrano" group.
> * To post to this group, send email to capis...@googlegroups.com
> * To unsubscribe from this group, send email to capistrano+...@googlegroups.com For more options, visit this group at http://groups.google.com/group/capistrano?hl=en

--
Patrick Reagan <reag...@gmail.com>

Lee Hambley

unread,
Feb 23, 2011, 5:43:12 AM2/23/11
to capis...@googlegroups.com
Patrick is right, you should contact the author of the plugin, and make him fix it. In the forthcoming major release of Capistrano text written to stderr will be considered a warning, and will have move serious behaviour. (There will still be a way to silence it.)

- Lee

leivoset

unread,
Feb 23, 2011, 2:04:02 PM2/23/11
to Capistrano
Thanks, will do!
Reply all
Reply to author
Forward
0 new messages