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 199279

Summary: HTLM templates for web deployment
Product: javafx Reporter: Anton Chechel <manowar>
Component: DeploymentAssignee: Anton Chechel <manowar>
Status: RESOLVED WORKSFORME    
Severity: normal CC: dstrupl
Priority: P4 Keywords: PLAN
Version: 7.1   
Hardware: PC   
OS: Windows 7   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 199283    

Description Anton Chechel 2011-06-08 15:37:01 UTC
One of FX SDK team requirements is to have HTML templates for generating HTML output to launch Applet/WS.
Comment 1 Petr Somol 2011-11-01 14:16:47 UTC
After the resolution of issue
https://netbeans.org/bugzilla/show_bug.cgi?id=203224
this issue can be considered obsolete.
JavaFX HTML templates are supported now in the following sense:
users can create arbitrary HTML template file containing FX specific
tags, to be selected in NetBeans FX Project Properties.
If such template is selected, it is passed to FX deployment task
which replaces tags in it and stores the output in dist subdirectory.
The processed HTML is then also used for Run in Browser.