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 - Update dependent project after CoS Action
Summary: Update dependent project after CoS Action
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks: 252595
  Show dependency tree
 
Reported: 2016-11-29 11:14 UTC by Tomas Zezula
Modified: 2017-03-28 10:35 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Patch file (8.34 KB, application/octet-stream)
2016-11-29 11:14 UTC, Tomas Zezula
Details

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