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 133046

Summary: Provide specification of JavaFX SDK and builds
Product: javafx Reporter: Martin Ryzl <mryzl>
Component: UnsupportedAssignee: Martin Ryzl <mryzl>
Status: VERIFIED FIXED    
Severity: blocker CC: av-nb
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 132623, 133047    

Description Martin Ryzl 2008-04-16 20:54:12 UTC
Not an issue per say, rather a storage for the SDK specification. As soon as the SDK is available, this issue would be
closed as fixed. Here is the directory structure of the SDK. javafxc should be used for compilation and javafx for
execution. If there is a need to get exact bootclasspath, the same mechanism as for JavaSE platform should be used.

bin
bin/javafx
bin/javafx.bat
bin/javafxc
bin/javafxc.bat
bin/javafxdoc
bin/javafxdoc.bat
docs
docs/api
docs/api/index.html
docs/api/_all other files_
docs/language.pdf
docs/language/index.html
docs/language/_all other files_
lib/javafxc.jar
lib/javafxrt.jar
lib/_all other libraries_
lib/ext
sample
sample/_sample 1_
sample/_sample 2_
Comment 1 Martin Ryzl 2008-04-17 14:01:30 UTC
Implementation notes:
- all javafx runtime jar files except javafxc.jar will be removed from modules/ext. Editor has API dependency on the
compiler - M2
- bootclasspath willl be provided by the project, through active platform - M2
- SDK will be installed into predefined directory within netbeans installation directory and automatically recognized as
a default JavaFX platform - M2 (implementation taken from Mobility)
- temporary hack for M2: a library called JavaFX User Library would be created for M2. The descriptor would be created
during build process based on content of SDK.

Comment 2 Martin Ryzl 2008-11-13 09:22:11 UTC
fixed, there is new spec and the plugins have been updated already
Comment 3 Alexandr Scherbatiy 2008-12-18 11:28:05 UTC
verified