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 71629 - Make default harness location be from dev IDE
Summary: Make default harness location be from dev IDE
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-19 21:08 UTC by Jesse Glick
Modified: 2006-01-31 09:52 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 Jesse Glick 2006-01-19 21:08:53 UTC
Cf. dev@apisupport:

Change the default harness location for a newly created platform to be the
harness included with the development IDE. Or perhaps make it a radio button
option in the New NetBeans Platform wizard. The corresponding entry in
build.properties could be e.g.

nbplatform.whatever.harness.dir=${nbplatform.default.netbeans.dest.dir}/harness
Comment 1 Jesse Glick 2006-01-24 00:20:48 UTC
No GUI choice, just do it silently. Can always be changed later in Harness tab
if needed.

Checking in PlatformComponentFactory.java;
/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/platform/PlatformComponentFactory.java,v
 <--  PlatformComponentFactory.java
new revision: 1.7; previous revision: 1.6
done
Comment 2 pzajac 2006-01-31 09:52:30 UTC
verified