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 81235 - Build of projects used by another project should be controlled by the using project
Summary: Build of projects used by another project should be controlled by the using p...
Status: RESOLVED DUPLICATE of bug 73664
Alias: None
Product: javame
Classification: Unclassified
Component: Build System (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Adam Sotona
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-27 10:02 UTC by ieising
Modified: 2007-05-21 15:38 UTC (History)
0 users

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 ieising 2006-07-27 10:02:33 UTC
Hi,

When I use project "MyLib" in project "MyApp", the sources of "MyLib" are
regenerated and compiled again, based on the settings of the configuration that
created the associated JAR.
This makes little sense, it would make more sense when the settings of the
curren configuration of MyApp would be used instead. This would mean that for
libraries I only need one configuration, DefaultConfiguration, and the use and
abilities of MyLib would be controlled by MyApp (whether or not compile for
debug, which MIDP and CLDC are defined etc).

Iwan
Comment 1 Adam Sotona 2007-05-21 15:38:35 UTC
I think the only implementable solution for this issue if through source librares.
See http://www.netbeans.org/issues/show_bug.cgi?id=73664 

Propagation of settings from one project to another for the particular build is
a high-cost change of the whole buildsystem architecture.

*** This issue has been marked as a duplicate of 73664 ***