This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 89205

Summary: junit tests run UI cannot be reused by maven based project
Product: java Reporter: Milos Kleint <mkleint>
Component: JUnitAssignee: Theofanis Oikonomou <theofanis>
Status: RESOLVED WORKSFORME    
Severity: blocker CC: pjiricka
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 89008    

Description Milos Kleint 2006-11-13 13:50:11 UTC
junit tests run UI cannot be reused by maven based project. it currently uses
AntLogger to construct the data for the UI. That approach fails for maven based
projects. 2 possible solutions. either emulate what ant is passing to the
AntLoggers or introduce some api and write an additional maven-junit bridge.
Comment 1 Milos Kleint 2012-07-26 10:48:57 UTC
I think this one is already either obsolete or done..