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 269161

Summary: Update dependent project after CoS Action
Product: java Reporter: Tomas Zezula <tzezula>
Component: ProjectAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 252595    
Attachments: Patch file

Description Tomas Zezula 2016-11-29 11:14:36 UTC
Created attachment 163074 [details]
Patch file

Patch for calling ant target on parent project(s) for CosAction.
Current behaviour is that changed project is rebuilt, all dependent projects (transitive) are rebuilt sequentially. Can be changes as you want.
Please try and comment.
Comment 1 Jaroslav Tulach 2017-03-28 10:35:15 UTC
The requirement to have project open in the UI is so non-NetBeans like. Thus I implemented https://github.com/graalvm/mx/commit/c7c4617024305d36cbb2db61a9ae9a761c8342d7 - hopefully it means we don't need this "UI only dependency check".