-
Notifications
You must be signed in to change notification settings - Fork 241
Closed as not planned
Labels
bugSomething isn't workingSomething isn't working
Description
Affected version
1.0.2 and 2.0.0-rc3
Bug description
When you set mvnd as the build system in NetBeans IDE, the test result output window stays in a mode that indicates that it is waiting for some kind of event (file, output) that does not occur.
Running mvnd and mvn appear to produce the same output.
How to reproduce:
- Have a (recent) version of NetBeans IDE installed.
- set mvnd as the maven implementation in options> Java> maven>
- Make sure the test results window is visuble
- test the project
Notice how the test result status/buttons are not enabled, and that the marching ants keep marching.
Test result window.
I have filed this as an issue with apache netbeans too, and do not know who is to blame/how to solve.
Maybe it is the way in which an inferior java session is started and signalled as completed, since the daemon should will stay alive, and only the client stops.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

