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 116920 - Reload in target platform uses always nbbuild/netbeans
Summary: Reload in target platform uses always nbbuild/netbeans
Status: VERIFIED INVALID
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-27 09:14 UTC by Jiri Skrivanek
Modified: 2007-10-02 14:32 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 Jiri Skrivanek 2007-09-27 09:14:51 UTC
If you run "Install/Reload in target platform" on NetBeans module it uses always nb_all/nbbuild/netbeans as target
platform. To reproduce:

- open e.g. nb_all/ant project in IDE
- call "Install/Reload in target platform" on project node but in spite other IDE is set in properties as NB Platform,
it always uses nbbuild/netbeans

Build 200709270433, JDK1.6.0_03-b02, WindowsXP.
Comment 1 Milos Kleint 2007-09-27 09:23:24 UTC
not sure this is a P2. netbeans.org modules are handled specially. maybe if it happens for 3rd party modules as well.
Comment 2 Jesse Glick 2007-09-27 17:05:56 UTC
I need more details to reproduce. You cannot set a distinct platform for nb.org modules. I don't know what you mean by that.
Comment 3 Jiri Skrivanek 2007-10-01 10:34:19 UTC
OK, that was my fault that I expected it will reload in Platform shown in project properties.
Comment 4 Jiri Skrivanek 2007-10-01 10:34:39 UTC
Verified.
Comment 5 Jesse Glick 2007-10-01 16:41:23 UTC
I still have no idea what you are talking about - NB Platform is unused for nb.org modules. ??
Comment 6 Jiri Skrivanek 2007-10-02 08:09:31 UTC
Open project properties for nb.org module, choose Libraries and there is "NetBeans Platform". It shows a real build in
which you opened the project. But as you said it is always built agains nbbuild/netbeans.
Comment 7 Jesse Glick 2007-10-02 14:32:54 UTC
The disabled NB Platform combo should show the platform in nbbuild/netbeans that the module will actually be built
against, at least if it is registered as a platform. It was however incorrectly displaying the default platform in the
case that nbbuild/netbeans was not registered. I filed issue #117462.