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 - Make it easier to merge one module w/o core
Summary: Make it easier to merge one module w/o core
Status: RESOLVED FIXED
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: nbbuild-issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-08-15 02:30 UTC by Jesse Glick
Modified: 2001-08-24 08:19 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Suggested patch (2.02 KB, patch)
2001-08-15 02:30 UTC, Jesse Glick
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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