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 - Provide specification of JavaFX SDK and builds
Summary: Provide specification of JavaFX SDK and builds
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Martin Ryzl
URL:
Keywords:
Depends on:
Blocks: 132623 133047
  Show dependency tree
 
Reported: 2008-04-16 20:54 UTC by Martin Ryzl
Modified: 2008-12-18 11:28 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 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