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 168803 - NetBeans 6.7.1 fcs. Project execution failed ${platforms.default_fx_platform.fxhome}/bin/javafxpackager: not found
Summary: NetBeans 6.7.1 fcs. Project execution failed ${platforms.default_fx_platform...
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Adam Sotona
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-20 11:48 UTC by Alexandr Scherbatiy
Modified: 2009-07-21 10:06 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2009-07-20 11:48:22 UTC
http://smetiste.czech.sun.com/builds/netbeans/6.7.1/fcs/2009-07-19_23-01-10/
  Product Version         = NetBeans IDE 6.7.1 (Build 200907192301)
  Operating System        = Mac OS X version 10.4.11 running on ppc
  Java; VM; Vendor        = 1.5.0_13; Java HotSpot(TM) Client VM 1.5.0_13-121; Apple Computer, Inc.


Steps to reproduce:

- Install the NetBeans (All bundle)
- Create a JavaFX project
- Run it

init:
deps-jar:
/Users/javafx/NetBeansProjects/temp/03/JavaFXApplication30/nbproject/build-impl.xml:143: Execute failed: java.io.IOException: 
${platforms.default_fx_platform.fxhome}/bin/javafxpackager: not found
BUILD FAILED (total time: 0 seconds)
Comment 1 dlipin 2009-07-20 12:27:18 UTC
btw, I was not able to reproduce it with ergonomics turned off.
Comment 2 Adam Sotona 2009-07-20 12:34:13 UTC
It seems like disabled JavaFX Platform module.
Please assign to "ergonomics".
Comment 3 Ivan Sidorkin 2009-07-20 12:46:11 UTC
reproduced on WinXP
after restarting NB it works fine
Comment 4 Tomas Pavek 2009-07-20 13:36:58 UTC
> It seems like disabled JavaFX Platform module.
It seems or it is really disabled? From the next comment "after restarting NB it works fine" I would say the module is 
enabled, but not working well until restarted.
Comment 5 Adam Sotona 2009-07-20 16:46:11 UTC
I found and removed one very ugly "hack" in the JavaFX Platform initialization that caused the problem when activated
from ergonomics.

It was commented: //hack to avoid overwriting by J2EEPlatform module the properties we put
Comment 6 Jaroslav Tulach 2009-07-21 08:14:03 UTC
I've rushed to work this morning to help fixing the problem. I've installed NetBeans IDE 6.7.1 (Build 200907202301), 
created a javafx project, executed it. Everything works fine. As far as I can tell the issue is fixed. Thanks Adam.
Comment 7 Alexandr Scherbatiy 2009-07-21 10:06:11 UTC
verified in NetBeans 6.7.1 fcs 2009-07-20_23-01-10