Issue Details (XML | Word | Printable)

Key: MAVEN-1816
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Lukas Theussl
Reporter: Lukas Theussl
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 1

Confusing console output on test failures

Created: 07/Nov/06 07:51 AM   Updated: 11/Mar/07 02:41 PM   Resolved: 11/Mar/07 02:41 PM
Component/s: None
Affects Version/s: 1.1-rc1
Fix Version/s: 1.1-rc1

Time Tracking:
Not Specified


 Description  « Hide

This is a consequence of the fix for MAVEN-1482: a simple test failure now leads to the following console output:

=====
BUILD FAILED

Errors stack :
>> Unable to obtain goal [test:test]
>> File...... file:/home/lukas/.maven/cache/maven-test-plugin-1.8.1-SNAPSHOT/plugin.jelly
>> Element... junit
>> Line...... 155
>> Column.... 49
>> Tests failed

You have encountered an unknown error running Maven.
Please help us to correct this problem by following these simple steps:

Especially the part 'You have encountered an unknown error...' is not appropriate here.



Arnaud Heritier added a comment - 07/Nov/06 08:18 AM

that's right
I'll improve it.
I certainly made an error in the choice to display or not this error message