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 157293 - Unable to install JavaFX 1.1 plugin on top of 1.0
Summary: Unable to install JavaFX 1.1 plugin on top of 1.0
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Adam Sotona
URL:
Keywords:
Depends on: 157425
Blocks:
  Show dependency tree
 
Reported: 2009-01-22 10:06 UTC by Alexandr Scherbatiy
Modified: 2009-03-06 16:03 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screen-shot (23.60 KB, image/png)
2009-01-22 10:08 UTC, Alexandr Scherbatiy
Details
IDE log file (28.47 KB, text/plain)
2009-01-22 10:55 UTC, Alexandr Scherbatiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2009-01-22 10:06:33 UTC
Project JavaFX_NB_Plugin_Franca_NB_65_fixes #50 	22-Jan-2009 00:11:59

  Product Version         = NetBeans IDE 6.5 (Build 200811100001)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor        = 1.6.0_12-ea; Java HotSpot(TM) Client VM 11.2-b01; Sun Microsystems Inc.

Steps to reproduce:

- Install NetBeans 6.5
- Install JavaFX Script Plugin 1.0 from the Update Center
- Download nbms of JavaFX Script Plugin 1.1
- Try to install them
 There is the "Some plugins require capability javafx.sdk" message on the 
 NetBeans IDE installer dialog.
Comment 1 Alexandr Scherbatiy 2009-01-22 10:08:21 UTC
Created attachment 76127 [details]
screen-shot
Comment 2 dlipin 2009-01-22 10:10:09 UTC
likely some broken dependenies. anyway FX installer does not control them.
Comment 3 Adam Sotona 2009-01-22 10:43:46 UTC
JavaFX Plugin modules v 1.1 require javafx.sdk.v11 token so the modules listed are probably old one.
But I can only guess what versions are you trying to install.

Please provide ide log and the detailed information. 
Comment 4 Alexandr Scherbatiy 2009-01-22 10:55:47 UTC
Created attachment 76128 [details]
IDE log file
Comment 5 Alexandr Scherbatiy 2009-01-22 10:58:29 UTC
The same is for the Mac OS.

Netbeans is JavaSE version from http://www.netbeans.org/downloads/index.html
JavaFX 1.0 plugin is from the NetBeans Update center

JavaFX 1.1 plugin is JavaFX_NB_Plugin_Franca_NB_65_fixes #50 22-Jan-2009 00:11:59
Comment 6 Adam Sotona 2009-01-23 17:17:27 UTC
I see build (Build 200811100001), did you updated to the latest NetBeans-fixes?

JavaFX_NB_Plugin_Franca_NB_65_fixes requires NB_65_fixes builds or NB 65 updated to the latest fixes to work on.
Comment 7 Adam Sotona 2009-01-26 09:44:31 UTC
I've filled new autoupdate issue #157425 "Unable to update module that changes the provided token name"
There is description of the problem and workarounds.

I've implemented the workaround #2 - the new JavaFX SDK module will provide all the tokens to satisfy the Plugin Manager.
It is a bit risky to provide the old token even for the new JavaFX SDK due to incompatibility.

Comment 8 Alexandr Scherbatiy 2009-03-06 16:03:54 UTC
verifed