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 - Do build that just updates the previous build
Summary: Do build that just updates the previous build
Status: VERIFIED FIXED
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Michal Zlamal
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-06-27 17:15 UTC by Jaroslav Tulach
Modified: 2001-06-29 12:16 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Please review and apply the patch (2.51 KB, patch)
2001-06-27 17:15 UTC, Jaroslav Tulach
Details | Diff

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