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 - HTLM templates for web deployment
Summary: HTLM templates for web deployment
Status: RESOLVED WORKSFORME
Alias: None
Product: javafx
Classification: Unclassified
Component: Deployment (show other bugs)
Version: 7.1
Hardware: PC Windows 7
: P4 normal (vote)
Assignee: Anton Chechel
URL:
Keywords: PLAN
Depends on:
Blocks: 199283
  Show dependency tree
 
Reported: 2011-06-08 15:37 UTC by Anton Chechel
Modified: 2011-11-01 14:16 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.