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 198600 - check-jfx-deployment fails wrongly
Summary: check-jfx-deployment fails wrongly
Status: RESOLVED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Deployment (show other bugs)
Version: 7.0.1
Hardware: PC Other
: P1 normal (vote)
Assignee: Adam Sotona
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-13 22:46 UTC by John Jullion-ceccarelli
Modified: 2011-05-16 08:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
project (18.75 KB, application/zip)
2011-05-13 22:50 UTC, John Jullion-ceccarelli
Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Jullion-ceccarelli 2011-05-13 22:46:57 UTC
Using modules from last night in:

Product Version: NetBeans IDE 7.0 (Build 201104080000)
Java: 1.6.0_25; Java HotSpot(TM) Client VM 20.0-b11
System: Windows 7 version 6.1 running on x86; Cp1252; en_US (nb)
Userdir: C:\nb-test\userdir1

Building JavaFX project doesn't build the artifacts from jfx-deployment task. I tried it first with just NB FX modules installed, then ran rt-installer and tried again, still didn't work. Output from Ant task:

check-jfx-deployment:
jfx-deployment:
Skipped because property 'jfx-deployment-available' not set.
-post-jar:
jar:
Comment 1 John Jullion-ceccarelli 2011-05-13 22:50:52 UTC
Created attachment 108288 [details]
project
Comment 2 Adam Sotona 2011-05-16 08:39:04 UTC
The jar was missing due to a bug in the build process.
The source ZIP of the FX SDK was not updated since the change so the Jar with the Ant tasks was not re-extracted during the Hudson build.