Hello, How can I disable or minimized (cut) stacktrace output for both failure and error results. I tried this within my ant file : <junit printsummary="no" filtertrace="on" haltonfailure="no" haltonerror="no" fork="yes" > and it only works whenever i extend TestCase in my test class (doesn't work with ServletTestCase/JspTestCase extended).
thanks, Alan __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
