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 - junit tests run UI cannot be reused by maven based project
Summary: junit tests run UI cannot be reused by maven based project
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 3 votes (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks: 89008
  Show dependency tree
 
Reported: 2006-11-13 13:50 UTC by Milos Kleint
Modified: 2012-07-26 10:48 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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..