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 236511

Summary: [74cat] Generated FXMLDocument.fxml should carry proper namespace versions in xmlns and xmlns:fx
Product: javafx Reporter: Lou Dasaro <mr_lou_d>
Component: ProjectAssignee: Roman Svitanic <rsvitanic>
Status: VERIFIED FIXED    
Severity: normal CC: sdedic
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 236509    
Bug Blocks:    

Description Lou Dasaro 2013-09-29 06:39:27 UTC
When an new fxml file is generated, the platform-dependent fxml version should be carried in the same manner...

as specified by https://javafx-jira.kenai.com/browse/RT-28599 

and implemented in https://javafx-jira.kenai.com/browse/DTL-5739, in other words, currently like: 

xmlns:fx="http://javafx.com/fxml/1" xmlns="http://javafx.com/javafx/2.2"

HOWEVER, this is (or should be) blocked until resolution of Bug 236509
Comment 1 Svata Dedic 2013-10-02 08:55:26 UTC
I would recommend to have two version of the FXML template, to support the older version of SceneBuilder as well.
Comment 2 Roman Svitanic 2013-10-09 12:54:36 UTC
fixed in jet-main:
http://hg.netbeans.org/jet-main/rev/75bdbb3f0d18
Comment 3 Quality Engineering 2013-10-12 03:59:39 UTC
Integrated into 'main-silver', will be available in build *201310120001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/75bdbb3f0d18
User: Roman Svitanic <rsvitanic@netbeans.org>
Log: #236511: [74cat] Generated FXMLDocument.fxml should carry proper namespace versions in xmlns and xmlns:fx - fixed