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 268371 - Opening multiple maven projects at once opens many times the same project
Summary: Opening multiple maven projects at once opens many times the same project
Status: RESOLVED INVALID
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.2
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-06 08:13 UTC by Giuseppe.Tino
Modified: 2016-10-06 09:01 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 Giuseppe.Tino 2016-10-06 08:13:40 UTC
Product Version: NetBeans IDE 8.2 (Build 201609300101)
Java: 1.8.0_66; Java HotSpot(TM) 64-Bit Server VM 25.66-b18
Runtime: Java(TM) SE Runtime Environment 1.8.0_66-b18
System: Windows 7 version 6.1 running on amd64; Cp1252; en_IE (nb)
User directory: D:\Netbeans\8.2\userdir
Cache directory: D:\Netbeans\8.2\cachedir


Hi,
I have the following problem opening multiple maven project at once

Scenario to reproduce:
1. Start Netbeans
2. Select File -> Open project
3. In the "Open project" dialog choose 2 projects holding the CTRL key
4. Click on the button "Open project" to confirm


Expected behavior
The two selected project are opened at once.

Actual behavior
The first selected project is opened twice the second selected project is not opened
Comment 1 Giuseppe.Tino 2016-10-06 08:33:38 UTC
Sorry I will investigate more on this one,
the issue could be caused by something wrong in the maven project and not by Netbeans. I will eventually reopen it
Comment 2 Giuseppe.Tino 2016-10-06 09:01:43 UTC
Yes, I can confirm it was my fault, the maven project was corrupted. 
Sorry for the inconvenience