DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=42928>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=42928

           Summary: when we wrap an Error in a BuildException, we should
                    include the stack trace
           Product: Ant
           Version: 1.7Alpha (nightly)
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core
        AssignedTo: dev@ant.apache.org
        ReportedBy: [EMAIL PROTECTED]


I have a gump build failing: 

maybe-ivy-resolve:
[ivy:resolve] :: loading settings :: file =
/srv/gump/public/workspace/smartfrog/antbuild/ivy/ivyconf.xml
[ivy:resolve] DEPRECATED: 'ivyconf' element is deprecated, use 'ivysettings'
instead (file:/srv/gump/public/workspace/smartfrog/antbuild/ivy/ivyconf.xml)
[ivy:resolve] :: resolving dependencies :: [ org.smartfrog | sf-tasks |
[EMAIL PROTECTED] ]
[ivy:resolve]   confs: [default, build, compile, daemon, test, master, redist,
runtime, documentation]
[ivy:resolve]   found [ org.smartfrog | smartfrog | 18072007 ] in local
[ivy:resolve]   [18072007] [ org.smartfrog | smartfrog | latest.integration ]

BUILD FAILED
/srv/gump/public/workspace/smartfrog/common.xml:1776:
java.lang.NoClassDefFoundError: org/apache/commons/codec/DecoderException

We can see there is an error, but no line in the ivy lib where it is surfacing. 

Should we perhaps report stack traces when any error gets wrapped, on the
assumption that this is pretty low level.

alternatively, make this an option we can somehow enable

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to