buildr should print the class of an exception, not just its message
-------------------------------------------------------------------
Key: BUILDR-232
URL: https://issues.apache.org/jira/browse/BUILDR-232
Project: Buildr
Issue Type: Wish
Affects Versions: 1.3.2
Reporter: Ittay Dror
Fix For: 1.3.4
In Java in particular, the class of the exception may mean more than it's
message (e.g., NullPointerException has no message). but in
standard_exception_handling only the message is printed. (my scenario was that
trying to run javac resulted in a message: com/sun/tools/javac/Main which was
meaningless to me. adding a print of the class showed it was
NoClassDefFoundError, which explained that the environment is not set up
correctly)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.