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 238256 - project loaded twice
Summary: project loaded twice
Status: RESOLVED DUPLICATE of bug 203222
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-12 06:28 UTC by kalle1
Modified: 2013-11-12 06:42 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 kalle1 2013-11-12 06:28:24 UTC
If a maven project (folder) is loaded is opened once under location x, then closed and the project moved to location y and reopened again, the projects will be loaded twice (once with soucres location x and once with y) when "Open required projects is selected" if x is linked to y using a soft symbolic link on Linux.
Comment 1 Milos Kleint 2013-11-12 06:35:59 UTC
more or less duplicate of issue 210465 and issue 203222, the maven implementation of SubprojectProvider partly depends on the IDE remembered GAV->folder pairs.

open required projects checkbox needs to take only <modules> into account.

*** This bug has been marked as a duplicate of bug 203222 ***
Comment 2 kalle1 2013-11-12 06:37:12 UTC
Thanks for the hint!
Comment 3 Milos Kleint 2013-11-12 06:42:47 UTC

*** This bug has been marked as a duplicate of bug 203222 ***