Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] 0.13.0->0.14.1 tycho-surefire-plugin stacktrace

I'm afraid trimStackTrace is hardCoded to true for now [1].
Open an enhancement request if you want this configurable as in surefire [2].
Patches welcome, see [3].

Jan

[1] http://git.eclipse.org/c/tycho/org.eclipse.tycho.git/tree/tycho-surefire/org.eclipse.tycho.surefire.osgibooter/src/main/java/org/eclipse/tycho/surefire/osgibooter/OsgiSurefireBooter.java#n59 
[2] http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html#trimStackTrace
[3] http://wiki.eclipse.org/Tycho/Contributor_Guide 



From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Reiner Fäth
Sent: Montag, 7. Mai 2012 14:25
To: tycho-user@xxxxxxxxxxx
Subject: Re: [tycho-user] 0.13.0->0.14.1 tycho-surefire-plugin stacktrace

Thank you Mykola, but the setting: redirectTestOutputToFile does not help.
Still getting the sacktrace only with the surfire-report files :-(

Is there any other option/setting to get a view lines of stack trace back on the console?

Thx in advance


Back to the top