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 166654 - Cannot stop a Maven project
Summary: Cannot stop a Maven project
Status: RESOLVED DUPLICATE of bug 135475
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-05 23:18 UTC by psecheresse
Modified: 2009-06-08 07:32 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 psecheresse 2009-06-05 23:18:31 UTC
Cannot stop the job when using a Maven project even using the red square or the small close button in the progress bar.
To reproduce, create a new project as Maven Quick Start Archetype project and use some code like:
public class App 
{
    public static void main( String[] args ) throws InterruptedException
    {
        Thread.sleep(Long.MAX_VALUE);
    }
}
Comment 1 Milos Kleint 2009-06-08 07:32:22 UTC
duplicate of #135475

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