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 59872 - Improve definition of clusters during builds
Summary: Improve definition of clusters during builds
Status: RESOLVED FIXED
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-11 04:09 UTC by Jesse Glick
Modified: 2005-09-05 10:06 UTC (History)
3 users (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Commit log (5.88 KB, text/plain)
2005-06-11 08:04 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2005-06-11 04:09:55 UTC
Should

1. Build to a directory outside the platform in the case of external modules
(standalone or suite), so as not to pollute the platform. (Using the "devel"
cluster ensures that built modules do not get loaded unless explicitly
requested, but it's still messy and unexpected.)

2. Replace ${netbeans.dest.dir}/${cluster.dir} with a single property that can
be overridden, both to support #1 and to simplify usage. Suggest simply ${cluster}.
Comment 1 Jesse Glick 2005-06-11 08:03:17 UTC
Done.
Comment 2 Jesse Glick 2005-06-11 08:04:45 UTC
Created attachment 22619 [details]
Commit log