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 180713 - [MAC] TV Profile does not work: No such file or directory
Summary: [MAC] TV Profile does not work: No such file or directory
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Deployment (show other bugs)
Version: 6.x
Hardware: PC Mac OS X
: P2 normal (vote)
Assignee: Adam Sotona
URL: http://javafx-jira.kenai.com/browse/T...
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-15 02:40 UTC by Alexandr Scherbatiy
Modified: 2010-03-15 10:57 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 2010-02-15 02:40:36 UTC
NetBeans-JavaFX-Soma:  #154


 Product Version         = NetBeans IDE Dev (Build 201002140200) (#f47ffada3ede)
  Operating System        = Mac OS X version 10.5.6 running on x86_64
  Java; VM; Vendor        = 1.6.0_07; Java HotSpot(TM) 64-Bit Server VM 1.6.0_07-b06-57; Apple Inc.


Steps to reproduce:

- Create a JavaFX project
- Select the TV profile
- Run the project

init:
deps-jar:
compile:
jar:
standard-run:
browser-run:
jws-run:
midp-run:
tv-run:
/Applications/NetBeans/NetBeans Dev 201002140200.app/Contents/Resources/NetBeans/javafx/javafx-sdk/bin/javafx: line 95: /Applications/NetBeans/NetBeans: No such file or directory
/Users/javafx/NetBeansProjects/JavaFXApplication149/nbproject/build-impl.xml:216: exec returned: 127
BUILD FAILED (total time: 6 seconds)
Comment 1 Adam Sotona 2010-02-15 03:04:45 UTC
it is already in process here: http://javafx-jira.kenai.com/browse/TV-452
Comment 2 Adam Sotona 2010-02-15 03:05:57 UTC
there is some temporary inconsistency between NetBeans Plugin and changes in the TV Emulator launcher
Comment 3 Alexandr Scherbatiy 2010-02-15 03:11:09 UTC
It could be the different issue.

The message "/Applications/NetBeans/NetBeans: No such file or directory"
means that the spaces are not properly handled in the path:
"/Applications/NetBeans/NetBeans Dev 201002140200.app/Contents/Resources/NetBeans/javafx/javafx-sdk/bin/javafx"
Comment 4 Alexandr Scherbatiy 2010-02-16 07:52:04 UTC
JIRA Issue http://javafx-jira.kenai.com/browse/TV-501
Comment 5 Adam Sotona 2010-03-12 09:46:21 UTC
According to http://javafx-jira.kenai.com/browse/TV-501 it is marked as fixed.

Appearance of the fix in JavaFx SDK promoted builds is a big question.
Comment 6 Alexandr Scherbatiy 2010-03-15 10:57:56 UTC
Verified in NetBeans-JavaFX-Soma: #185