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 157989 - Master makefile for whole project group.
Summary: Master makefile for whole project group.
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-05 13:48 UTC by blippblopp
Modified: 2009-02-05 15:44 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 blippblopp 2009-02-05 13:48:19 UTC
In order to build a whole project group it would be great if a top level makefile was generated that in turn includes
all the projects in the group.

Would also be a good way to integrate netbeans projects into continuous integration tools for interdependant libs and
applications that in the end is one distributed application.
Comment 1 blippblopp 2009-02-05 15:44:33 UTC
To clarify: What I want to do is to be able to build the whole project group on the command line with make without
involving netbeans.