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 28422

Summary: Remove dep on openide/compiler from utilities/group
Product: utilities Reporter: Jesse Glick <jglick>
Component: GroupAssignee: Marian Petras <mpetras>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P2    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 19443    

Description Jesse Glick 2002-11-02 21:37:24 UTC
This dependency should be unnecessary. Suggest:

- Delete GroupShadowCompiler

- Remove CompilerCookie from GroupShadow

- Make GroupShadow implement DataObject.Container

AbstractCompileAction understands DO.C and
traverses it for recursive compilation
automatically. DataShadow already does this.
Comment 1 Jesse Glick 2002-11-22 10:48:10 UTC
*** Issue 28859 has been marked as a duplicate of this issue. ***
Comment 2 Marian Petras 2003-11-11 16:01:09 UTC
OK, I can do it. The only problem I have is as follows:

   How to provide the compile/build actions on nodes representing groups
   if the Group module does not depend on "openide/compiler"?
Comment 3 Jesse Glick 2003-11-11 16:59:20 UTC
Don't provide the actions, I guess. Probably no one needs them there
anyway. You can always use the main menu.
Comment 4 Marian Petras 2003-11-14 13:11:09 UTC
Integrated into the trunk, together with feature #28981 ("allow other
modules to obtain contained links").