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 202098 - Compile package pop-up menu action always disabled
Summary: Compile package pop-up menu action always disabled
Status: RESOLVED WONTFIX
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.1
Hardware: All All
: P4 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-14 07:47 UTC by mienamoo
Modified: 2011-12-07 14:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mienamoo 2011-09-14 07:47:37 UTC
NetBeans dev build 201109080600

I am working on a NetBeans platform module. On the pop-up context menu of the packages in the module (in Projects view), there is an action called Compile Package. I have not been able to find a way to enable this action - it stays disabled regardless of whether source files in the package have been changed or not. If it is always disabled, I would suggest removing it from the menu.
Comment 1 Jesse Glick 2011-10-14 17:27:50 UTC
It is implemented for j2seproject's (and perhaps others), which is why it is in the context menu. Could probably be implemented for apisupport.ant projects as well, though I would generally recommend just using Build Project instead.
Comment 2 Jesse Glick 2011-12-07 14:33:22 UTC
core-main #26ee1e4a92e8 implements this for files in Test Packages as a side effect of making Test File work on a package. Still disabled for packages under Source Packages, which I do not plan to bother fixing; generally you would just want to build the complete module.