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 213703 - NPE from com.codename1.actions.GenerateNativeAction
Summary: NPE from com.codename1.actions.GenerateNativeAction
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-06 21:31 UTC by davideconsonni
Modified: 2013-03-28 09:44 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 189118


Attachments
stacktrace (3.64 KB, text/plain)
2012-06-06 21:31 UTC, davideconsonni
Details

Note You need to log in before you can comment on or make changes to this bug.
Description davideconsonni 2012-06-06 21:31:44 UTC
Build: NetBeans IDE 7.2 Beta (Build 201205031832)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b22
OS: Windows 7

User Comments:
davideconsonni: generate native access???




Stacktrace: 
java.lang.NullPointerException: Must pass non-null build script
   at org.apache.tools.ant.module.api.support.ActionUtils.runTarget(ActionUtils.java:85)
   at com.codename1.actions.GenerateNativeAction.actionPerformed(GenerateNativeAction.java:55)
   at org.openide.awt.InjectorExactlyOne.actionPerformed(InjectorExactlyOne.java:78)
   at org.openide.awt.ContextAction$Performer.actionPerformed(ContextAction.java:226)
   at org.openide.awt.ContextManager.actionPerformed(ContextManager.java:250)
   at org.openide.awt.ContextAction.actionPerformed(ContextAction.java:109)
Comment 1 davideconsonni 2012-06-06 21:31:49 UTC
Created attachment 120454 [details]
stacktrace