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 215716

Summary: Support JavaFX 2.2 FX-in-Swing packaging task
Product: javafx Reporter: Petr Somol <psomol>
Component: DeploymentAssignee: Petr Somol <psomol>
Status: RESOLVED FIXED    
Severity: normal CC: neigor
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Windows 7   
Issue Type: TASK Exception Reporter:

Description Petr Somol 2012-07-19 08:29:43 UTC
In NB7.2 FX-in-Swing project we have our own JS implementation of FX artifact deployment (jnlp creation) as there was no support for that in JavaFX2.1 and the standard JavaFX deployment task could not be used due to differences in Swing and FX launch model. JavaFX 2.2 includes a new specific task for this purpose, which we should support whenever it is available.
Comment 2 Petr Somol 2012-07-30 13:16:37 UTC
fixed in jetmain:
http://hg.netbeans.org/jet-main/rev/48ecc64f13dc
Comment 3 Quality Engineering 2012-07-31 02:34:01 UTC
Integrated into 'main-golden', will be available in build *201207310001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/48ecc64f13dc
User: Petr Somol <psomol@netbeans.org>
Log: #215716 - Support JavaFX 2.2 FX-in-Swing packaging task