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 36728 - specifying parameters for remote build targets
Summary: specifying parameters for remote build targets
Status: CLOSED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2003-10-21 22:29 UTC by Pavel Buzek
Modified: 2004-04-19 16:16 UTC (History)
3 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Buzek 2003-10-21 22:29:18 UTC
I need support for the following scenario:

There is a complex application which consists of
multiple parts represented by separate projects
with interproject build dependencies between them.

There are two ways to build the whole application
(way A and way B) and each of the parts has to be
built in the appropriate way (A or B) for it. I
can imagine setting up a separate tree of build
dependecies for building in way A and way B, but
in my scenario the dependencies will be exactly
the same, as well as all the parameters of all
build steps. 

It would be convenient if I could design all my
build steps to support two ways of compiling (A/B)
and pass a parameter around to specify what
compilation is needed. The whole application would
use the parameter to control how the parts are
built. There would be a default for what to do
when there is no parameter (e.g. Build action on
the build step for the individual parts of
application).

Any suggestions for how to solve this?
Comment 1 Vitezslav Stejskal 2003-11-26 14:42:07 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.
Comment 2 Vitezslav Stejskal 2003-11-26 14:57:30 UTC
--> VERIFIED