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 13252

Summary: Do build that just updates the previous build
Product: www Reporter: Jaroslav Tulach <jtulach>
Component: Builds & RepositoriesAssignee: Michal Zlamal <mzlamal>
Status: VERIFIED FIXED    
Severity: blocker CC: rbalada
Priority: P2    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: TASK Exception Reporter:
Attachments: Please review and apply the patch

Description Jaroslav Tulach 2001-06-27 17:15:25 UTC
I am really missing feature that would allow me to do small change in a module
or in a core and I could very quickly update the installation in
nbbuild/netbeans directory.

I have added a new target called "merge" that can be used for such purpose. If
you have your installation and you want to update it just type:

ant merge -Dmodules=the_name_of_module_that_has_changed
Comment 1 Jaroslav Tulach 2001-06-27 17:15:53 UTC
Created attachment 1758 [details]
Please review and apply the patch
Comment 2 rbalada 2001-06-28 12:45:54 UTC
The patch looks fine. I'm leaving for vacation, so I can't make the change.

Michal can you take care of that?
Comment 3 Jaroslav Tulach 2001-06-28 14:51:33 UTC
Yes, please do it - or give me permission to apply it.
Comment 4 Michal Zlamal 2001-06-28 16:01:41 UTC
I applied the suggested patch.
Comment 5 Jaroslav Tulach 2001-06-29 12:16:19 UTC
thanx.