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 14434

Summary: Make it easier to merge one module w/o core
Product: www Reporter: Jesse Glick <jglick>
Component: Builds & RepositoriesAssignee: nbbuild-issues@ide <nbbuild-issues>
Status: RESOLVED FIXED    
Severity: blocker CC: jtulach
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: TASK Exception Reporter:
Attachments: Suggested patch

Description Jesse Glick 2001-08-15 02:30:07 UTC
The attached patch permits you to do:

ant -Dmodules=mymodule -Dfixedmodules= merge

to incrementally merge in changes to just your module from working sources to a
build. Without the -Dfixedmodules= it works the same way but is a little slower
which can be annoying during development.
Comment 1 Jesse Glick 2001-08-15 02:30:29 UTC
Created attachment 2176 [details]
Suggested patch
Comment 2 Michal Zlamal 2001-08-15 09:45:59 UTC
I'll do it.
Comment 3 Michal Zlamal 2001-08-24 08:19:18 UTC
I have applied suggeste patch