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 242932 - When I import a ZIP file that is an exported project the properties get messed up. For example, the "Compile on Save" setting is turned off.
Summary: When I import a ZIP file that is an exported project the properties get messe...
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-15 23:43 UTC by Coding_Panda
Modified: 2014-04-24 12:40 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 Coding_Panda 2014-03-15 23:43:45 UTC
Product Version = NetBeans IDE 7.4 (Build 201310111528)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_51
Runtime = Java HotSpot(TM) 64-Bit Server VM 24.51-b03
Comment 1 Milos Kleint 2014-04-22 06:26:51 UTC
what project type?
Comment 2 Milos Kleint 2014-04-22 18:11:51 UTC
reporter replied by email: Java projects
Comment 3 Milos Kleint 2014-04-24 12:40:02 UTC
I believe that's working as intended.

when exporting the project, we only include files that are considered shareable. In terms of ant java projects, it's content of nbproject/ folder but without nbproject/private. The private folder contains configuration relating to this one particular location  on filesystem.

the compile on save property is a private setting (written to nbproject/private/private.properties) and as such is not exported (and then imported)