Does rake suppress the stack trace of any errors or exceptions raised some
levels deep from the rakefile? I seem to get only the line number in the
rake file.
Thanks
Does rake suppress the stack trace of any errors or exceptions raised some
levels deep from the rakefile? I seem to get only the line number in the
rake file.
Thanks
Invoke rake with the -t (trace) option to get a full backtrace.
Hmmm ... I suppose someone should document this ![]()
On Monday 03 January 2005 06:51 pm, itsme213 wrote:
Does rake suppress the stack trace of any errors or exceptions raised some
levels deep from the rakefile? I seem to get only the line number in the
rake file.
--
-- Jim Weirich jim@weirichhouse.org http://onestepback.org
-----------------------------------------------------------------
"Beware of bugs in the above code; I have only proved it correct,
not tried it." -- Donald Knuth (in a memo to Peter van Emde Boas)