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 205691

Summary: Non-default Run configurations in FX Project unintentionally override some default properties
Product: javafx Reporter: Petr Somol <psomol>
Component: DeploymentAssignee: Petr Somol <psomol>
Status: RESOLVED DUPLICATE    
Severity: normal CC: neigor
Priority: P3    
Version: 7.1   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 204760    

Description Petr Somol 2011-11-30 08:13:21 UTC
FX Project Run configurations behave inconsistently when compared to SE Project. By SE Project convention the values of properties in non-default configurations
should initially remain unset and not override values defined in default configuration, unless the user explicitly changes the property value. This behavior is replicated in FX Project inconsistently: it works like that for all properties but Application Parameters, Preloader, and Run As. The fix should change the behavior to be consistent with SE Project behavior in this sense.
Comment 1 Petr Somol 2012-02-07 14:35:04 UTC

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