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

Summary: Add javafx namespace and task definitions to build.xml
Product: javafx Reporter: Anton Chechel <manowar>
Component: ProjectAssignee: Petr Somol <psomol>
Status: RESOLVED FIXED    
Severity: normal CC: neigor
Priority: P3    
Version: 7.2   
Hardware: PC   
OS: Windows 7   
Issue Type: TASK Exception Reporter:
Bug Depends on: 213112    
Bug Blocks: 199283    

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.