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 60254 - It is not possible to use NB 4.1 as a target platform
Summary: It is not possible to use NB 4.1 as a target platform
Status: RESOLVED WONTFIX
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-20 09:47 UTC by Martin Krauskopf
Modified: 2005-09-05 09:51 UTC (History)
0 users

See Also:
Issue Type: TASK
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-20 09:47:32 UTC
Since the build infrastructure depends on the scripts in the
org.netbeans.modules.apisupport.harness module which is not available for the
4.1 in any form (right?) every try to call an ant target failed with message
that nbplatform.*.harness.dir must be defined (since it doesn't exist in the
target platform)
Comment 1 Jesse Glick 2005-06-20 18:55:15 UTC
You need to have the harness for 4.1. We haven't made it yet.
Comment 2 Martin Krauskopf 2005-06-21 22:31:59 UTC
Let's leave this open at least as task so people can be able to track when it is
available. Thanks.
Comment 3 Jesse Glick 2005-06-22 20:35:34 UTC
Note that we could - and probably should - put a check into the Platform Manager
dialog code, so that if you add a new platform which has no harness/ dir, it
will use the harness location from the default platform instead.

Won't help 4.1 users much however, because the trunk harness will add
OpenIDE-Module-Requires: org.openide.modules.ModuleFormat1 to every module,
which will not load in NB 4.1. Could be solved (together with issue #59671) by
just removing that trick and instead adding this req to each existing trunk
module (and newly created modules).
Comment 4 Jesse Glick 2005-07-29 20:01:47 UTC
No time for it.