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 254744

Summary: "Run file with arguments" does nothing
Product: third-party Reporter: kalle1
Component: -- Other --Assignee: issues@third-party <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: messages.log of session with failure

Description kalle1 2015-08-26 08:41:52 UTC
Created attachment 155658 [details]
messages.log of session with failure

There's no reaction in the "Output" panel and thus I assume that nothing happens.
Comment 1 Tomas Zezula 2015-08-27 08:10:22 UTC
The problem is in the third party module: com.tusharjoshi.runargs
which passes null build script to Ant.


java.lang.NullPointerException: The buildXml parameter cannot be null
	at org.openide.util.Parameters.notNull(Parameters.java:89)
	at org.apache.tools.ant.module.api.support.ActionUtils.runTarget(ActionUtils.java:111)
	at org.apache.tools.ant.module.api.support.ActionUtils.runTarget(ActionUtils.java:91)
	at com.tusharjoshi.runargs.AntCommandHandler.fileAction(AntCommandHandler.java:197)
	at com.tusharjoshi.runargs.AntCommandHandler.debugFile(AntCommandHandler.java:132)
	at com.tusharjoshi.runargs.DebugFileAction.actionPerformed(DebugFileAction.java:54)