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 149445 - Can't kill maven process
Summary: Can't kill maven process
Status: RESOLVED DUPLICATE of bug 135475
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P4 blocker with 1 vote (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-08 05:40 UTC by rezaalavi
Modified: 2008-11-28 15:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rezaalavi 2008-10-08 05:40:44 UTC
I reported issue 148928 a few days ago and was told that the problem was solved in 6.5
I know use the development build of 6.5 but I still have some similar problem.
When I run a appfuse application with netbean (mvn jetty:run-war) I can nit kill the process in netbeans.
clicking on the process list and then selecting the kill process simply does nothing and I have to restart netbeans.
Comment 1 Milos Kleint 2008-11-28 15:17:27 UTC
possibly a duplicate of #135475.
if the jetty:run-war goal creates an external process using java.lang.Process(), then killing the maven build will not
kill the spawned child process.


*** This issue has been marked as a duplicate of 135475 ***