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 172784

Summary: NullPointerException at org.netbeans.modules.python.project.ui.actions.BuildCommand.invokeAction
Product: python Reporter: karthikbalait <karthikbalait>
Component: ProjectsAssignee: Jenselme
Status: VERIFIED FIXED    
Severity: blocker CC: Jenselme, tatanike
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=158944
Issue Type: DEFECT Exception Reporter: 158944
Attachments: stacktrace

Description karthikbalait 2009-09-22 15:23:00 UTC
Build: NetBeans IDE 6.7 (Build 200906251104)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Windows XP, 5.1, x86

User Comments:
karthikbalait: I pressed build egg and cancelled, then the exception occurred.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.python.project.ui.actions.BuildCommand.invokeAction(BuildCommand.java:133)
        at org.netbeans.modules.python.project.PythonActionProvider$1.run(PythonActionProvider.java:92)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:577)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1030)
Comment 1 karthikbalait 2009-09-22 15:23:22 UTC
Created attachment 88116 [details]
stacktrace
Comment 2 Exceptions Reporter 2010-02-12 04:07:32 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=158944
Comment 3 Jenselme 2015-10-02 14:20:10 UTC
The "Build eggs" option is only available on ant projects. It doesn't appear to do anything any more.

Marking as STARTED and downgrading priority to P4. This should be closed with the next release of nbpython.
Comment 4 Jenselme 2015-11-27 16:50:45 UTC
Presumed fixed in Python .151118 (for IDE 8.1)