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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5400

Improvements to facilitate custom task  development

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2001-12-12 19:43 -------
Perhaps the problem is in your task code
        try{
            xmlc.compile( args );
        }catch( Exception x ){
            throw new BuildException( x.getMessage() );
        }

Use this instead

throw new BuildException(x)

and then run ant with -verbose to see the full stack trace. Actually, if you 
could show us the output when run under -debug it might also give us more info 
on the problem.

I'm going to clase this - reopen if you still have problems

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

Reply via email to