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 271630

Summary: Properties from one project are migrated to another
Product: ide Reporter: aschwarz1309 <aschwarz1309>
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal Keywords: 82_HR_FIX_CANDIDATE
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Windows 10   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log

Description aschwarz1309 2017-10-12 21:57:50 UTC
Product Version = NetBeans IDE 8.2 (Build 201705191307)
Operating System = Windows 10 version 10.0 running on amd64
Java; VM; Vendor = 1.8.0_111

Runtime = Java HotSpot(TM) 64-Bit Server VM 25.111-b14

Reproducibility: Happens every time

STEPS:
  * Set "Set main project' to another project


ACTUAL:
  Main project changed

EXPECTED:
  Properties between project should be independant.

The builld shows includsion of the following library: build/Debug/Cygwin64-Windows/main.o ../../../../../cygwin64/usr/local/lib/libgslip.a
After seeing this the first time, I explicitely removed any reference to this library in the project properties,, to wit all of, c++ include directories, 
Linker Additional Dependancies & Additional Library Directories & Libraries. Without any explicit reference to the library, the library seems part of the build.

Please direct me if I have misunderstood the issue.
Comment 1 aschwarz1309 2017-10-12 21:58:12 UTC
Created attachment 165277 [details]
IDE log