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 156672 - [Latest SDK] [Mac] Project does not run: javafxpackager: cannot execute
Summary: [Latest SDK] [Mac] Project does not run: javafxpackager: cannot execute
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Platform (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P1 blocker (vote)
Assignee: Adam Sotona
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-13 12:02 UTC by Alexandr Scherbatiy
Modified: 2009-01-14 13:21 UTC (History)
0 users

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-01-13 12:02:58 UTC
JavaFX_NB_Plugin_Franca_NB_65_fixes_latest_SDK: #41 Jan 13, 2009 12:11:09 AM

  Product Version         = NetBeans IDE Dev (Build 200809180201)
  Operating System        = Mac OS X version 10.5 running on i386
  Java; VM; Vendor        = 1.5.0_13; Java HotSpot(TM) Client VM 1.5.0_13-119; Apple Inc.

Steps to reproduce:

- Create a JavaFX Script project
- Run the project

init:
deps-jar:
/Users/javafx/NetBeansProjects/JavaFXApplication27/nbproject/build-impl.xml:143: Execute failed: java.io.IOException: 
/Users/javafx/.netbeans/6.5/javafx-sdk/bin/javafxpackager: cannot execute
BUILD FAILED (total time: 0 seconds)


There is no  the javafxpackager in the SDK:

bash-3.2$ cd .netbeans/dev/javafx-sdk1.0dev/bin/
bash-3.2$ ls -l
total 24
-rw-r--r--  1 javafx-admin  staff  2987 Sep 19 00:18 javafx
-rw-r--r--  1 javafx-admin  staff  3066 Sep 19 00:18 javafxc
-rw-r--r--  1 javafx-admin  staff  3223 Sep 19 00:18 javafxdoc
Comment 1 Adam Sotona 2009-01-13 13:23:31 UTC
it should be fixed now
javafx-sdk/bin/* files are set to 755 file permissions during repackaging
Comment 2 Alexandr Scherbatiy 2009-01-14 13:21:56 UTC
verified in JavaFX_NB_Plugin_Franca_NB_65_fixes_latest_SDK:  #42 14-Jan-2009 00:11:09