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 205736 - Add javafx namespace and task definitions to build.xml
Summary: Add javafx namespace and task definitions to build.xml
Status: RESOLVED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Petr Somol
URL:
Keywords:
Depends on: 213112
Blocks: 199283
  Show dependency tree
 
Reported: 2011-11-30 18:16 UTC by Anton Chechel
Modified: 2012-05-29 09:07 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 Anton Chechel 2011-11-30 18:16:22 UTC
JavaFX project in NB should be easily customizable to meet developer requirements.

1) should be easy to use javafx tasks in the build.xml => need namespace 
AND tasks definitions loaded
2) need to add comment to build.xml explaining how to use them (may be 
also refer to "Packaging guide on javafx.com for more information")
3) need to add comment to build.xml explaining that if someone will be 
overriding -post-jar they also need to add "depends="jfx-impl" (or whatever is current target) to perform default postprocessing.
Comment 1 Petr Somol 2012-05-29 09:07:10 UTC
fixed as part of issue 213112 fix.