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

Summary: Master makefile for whole project group.
Product: cnd Reporter: blippblopp <blippblopp>
Component: ProjectAssignee: issues@cnd <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.