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 - "Run file with arguments" does nothing
Summary: "Run file with arguments" does nothing
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-26 08:41 UTC by kalle1
Modified: 2015-08-27 08:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log of session with failure (921.42 KB, text/x-log)
2015-08-26 08:41 UTC, kalle1
Details

Note You need to log in before you can comment on or make changes to this bug.
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)