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 60359 - Cannot use bare NetBeans Platform as a target platform
Summary: Cannot use bare NetBeans Platform as a target platform
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-21 22:47 UTC by Martin Krauskopf
Modified: 2005-10-21 10:54 UTC (History)
2 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 Martin Krauskopf 2005-06-21 22:47:50 UTC
It is not possible to use a NetBeans Platform (i.e. not a whole IDE) as a target
platform.

1) There is not bin/netbeans executable (can be bypassed by
run.app.sh=platform5/lib/nbexec but it should work out-of-the-box at least for
NB Platform I think)

2) there is not the switch "--reload" for nbexec which I don't know how to
workaround in the meantime

(again, half for being informed about progress)
Comment 1 Jesse Glick 2005-06-22 19:19:27 UTC
Re. lack of executable - yes, I know.

Re. --reload - this is handled by Java code, not the launcher; nbexec should not
care.
Comment 2 Jesse Glick 2005-06-23 21:14:07 UTC
Re. --reload: you mean that this is available only from apisupport/ant, which is
not in the platform. Fixable.
Comment 3 gpothier 2005-07-26 01:25:27 UTC
Additionally to the executable problem, I faced the following situation: when
building additional modules for the bare platform, using targets like
all-openide/util and others, some modules get compiled into the ide5 cluster,
instead of platform5, and thus are not loaded by default by the harness' run
target. I didn't find a cross-platform workaround for this because the path
separator is different between linux and windows.
Comment 4 Jesse Glick 2005-07-26 03:41:40 UTC
gpothier: I don't think I know what you're talking about, so it would be best to
file your problem as a separate issue, with detailed steps to reproduce from
scratch.
Comment 5 Jesse Glick 2005-07-28 20:18:42 UTC
I think #1 should now be solved. #2 still open.
Comment 6 Jesse Glick 2005-07-29 04:52:01 UTC
#2 is now probably also fixed, but I'm still working on verifying it.
(Sidetracked by some problems building the platform from sources.)
Comment 7 Jesse Glick 2005-07-29 05:23:23 UTC
Should be fixed now (i.e., when next dev builds of *both* IDE and Platform are
made). Still some rough spots.
Comment 8 pzajac 2005-10-21 10:54:26 UTC
verified