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 221825 - Update SB integration for SB 1.1 on any Windows
Summary: Update SB integration for SB 1.1 on any Windows
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Visual Tool Integration (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Petr Somol
URL:
Keywords:
: 220532 223994 (view as bug list)
Depends on: 220532
Blocks:
  Show dependency tree
 
Reported: 2012-11-09 13:56 UTC by yjoan
Modified: 2014-01-31 03:35 UTC (History)
3 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 yjoan 2012-11-09 13:56:55 UTC
As of Scene Builder 1.1 build b11 the layout of files on disk changed to become close to the Linux layout.
As a consequence NetBeans code base deserves an update to restore the integration.

The new layout is:

JavaFX Scene Builder 1.1\
JavaFX Scene Builder 1.1\app\
JavaFX Scene Builder 1.1\app\scenebuilder.properties
JavaFX Scene Builder 1.1\JavaFX Scene Builder 1.1.exe (the executable to call)
JavaFX Scene Builder 1.1\runtime\


The new default installation dir is:

- on a Windows 32-bit system
C:\Program Files\Oracle\JavaFX Scene Builder 1.1

- on a Windows 64-bit system
C:\Program Files (x86)\Oracle\JavaFX Scene Builder 1.1 (!! this is new !!)
Comment 1 Petr Somol 2012-11-10 14:06:25 UTC
fixed in jetmain
http://hg.netbeans.org/jet-main/rev/188dd723695a

Reimplemented SBHomeFactory to enable more generic location definitions through Bundle.properties. Added the new Win location and SB installation file structure as described in this issue. Now SB detection tries multiple defined file structures, starting from the most recent one, and proceeding to the older style if the new one is not found.
I tried the new implementation on several configs in Windows and Unix, but not all possible. Please, Stepan, verify it in particular on Mac but also on the other various possible SB installation configs.
Comment 2 Quality Engineering 2012-11-11 03:17:19 UTC
Integrated into 'main-golden', will be available in build *201211110001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/188dd723695a
User: Petr Somol <psomol@netbeans.org>
Log: #221825 - Update SB integration for SB 1.1 on any Windows
Comment 3 Stepan Zebra 2012-12-04 07:15:22 UTC
verified in trunk, please push into release72
Comment 4 Petr Somol 2012-12-04 11:11:18 UTC
188dd723695a transplanted as f42da6e7c2d6 to release72
Comment 5 Stepan Zebra 2012-12-19 09:59:57 UTC
*** Bug 223994 has been marked as a duplicate of this bug. ***
Comment 6 Lou Dasaro 2014-01-31 03:35:12 UTC
*** Bug 220532 has been marked as a duplicate of this bug. ***