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 149475 - [MAC] Mobile Profile is missed
Summary: [MAC] Mobile Profile is missed
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Deployment (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P2 blocker (vote)
Assignee: Adam Sotona
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-08 10:33 UTC by Alexandr Scherbatiy
Modified: 2008-10-27 11:56 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 2008-10-08 10:33:45 UTC
OS: Mac

Steps to reproduce:

- Create a JavaFX Script project
- Drag and drop a Stage component from the Palette to the Main file
- Go to the project properties
- Select Run -> Run in Mobile Emulator
- Run the project

init:
deps-jar:
using profile: MOBILE
Exception in thread "main" java.lang.Exception: Missing profile properties file: /Users/javafx/.netbeans/dev/javafx-
sdk1.0dev/bin/../profiles/mobile.properties
        at com.sun.tools.javafx.packager.Main.init(Main.java:188)
        at com.sun.tools.javafx.packager.Main.execute(Main.java:801)
        at com.sun.tools.javafx.packager.Main.main(Main.java:154)
/Users/javafx/NetBeansProjects/temp/02/JavaFXApplication1/nbproject/build-impl.xml:124: exec returned: 1
BUILD FAILED (total time: 0 seconds)
Comment 1 Andrey Yamkovoy 2008-10-10 11:18:55 UTC
In my opinion this is SDK issue or Mobile profile is not supported by SDK for Mac.
Adam?
Comment 2 Adam Sotona 2008-10-13 16:19:19 UTC
This is already fixed.
Comment 3 Alexandr Scherbatiy 2008-10-27 11:56:11 UTC
verified in 2008-10-27_03-01-09.zip