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 - [74cat] Generated FXMLDocument.fxml should carry proper namespace versions in xmlns and xmlns:fx
Summary: [74cat] Generated FXMLDocument.fxml should carry proper namespace versions in...
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0
Hardware: PC All
: P3 normal (vote)
Assignee: Roman Svitanic
URL:
Keywords:
Depends on: 236509
Blocks:
  Show dependency tree
 
Reported: 2013-09-29 06:39 UTC by Lou Dasaro
Modified: 2013-12-18 19:32 UTC (History)
1 user (show)

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 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