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 177063

Summary: JavaFx doesn't enable Java
Product: javafx Reporter: Lukas Hasik <lhasik>
Component: UnsupportedAssignee: Petr Nejedly <pnejedly>
Status: VERIFIED FIXED    
Severity: normal CC: dlipin, jtulach
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 176912    
Bug Blocks: 176911, 176986, 176993    

Description Lukas Hasik 2009-11-18 03:41:05 UTC
it seems that there are some dependecies on java cluster that are "hidden" therefore FoD doesn't enable the Java when enabling JavaFX functionality. The results are several exceptions when using the features that depends on the java. 

(ask nejedlac for moc details)
Comment 1 Petr Nejedly 2009-11-18 09:28:29 UTC
Well, FoD enables the parts of java we ask (via module dependencies) for. We're just asking too little. Two dependencies added, one probably still missing, but I have no idea what can it be and the IDE provides no hints on failure either...
Comment 2 Jaroslav Tulach 2009-11-19 05:46:59 UTC
In case you are unable to correctly enumerate your dependencies, change your kit to depend on all kits in javaX cluster. These days they include:

cnbs=\
    org.netbeans.modules.ant.kit,\
    org.netbeans.modules.debugger.jpda.ui,\
    org.netbeans.modules.form.kit,\
    org.netbeans.modules.hibernate,\
    org.netbeans.modules.j2ee.persistence.kit,\
    org.netbeans.modules.java.kit,\
    org.netbeans.modules.maven.kit,\
    org.netbeans.modules.spring.beans
Comment 3 Petr Nejedly 2009-11-19 07:20:32 UTC
After all the dependency changes, JavaFX adds enough dependencies to make the IDE working.
Comment 4 Alexandr Scherbatiy 2009-11-20 05:13:38 UTC
verified in Build 200911200201