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 190223

Summary: More flexible command line execution environment
Product: php Reporter: uninetbeans
Component: ProjectAssignee: issues@php <issues>
Status: NEW ---    
Severity: normal CC: tmysik
Priority: P3    
Version: 7.0   
Hardware: PC   
OS: Windows Vista   
Issue Type: ENHANCEMENT Exception Reporter:

Description uninetbeans 2010-09-08 03:41:42 UTC
Feature request:

For options related to running a project or a file (running, debugging, running a unit test), create an additional custom option that is able to run an arbitrary command to execute the action and make the following variables available as arguments: current file (full path, file name only, file name and extension), project base directory.

Example:
Custom action
  c:\php5\php.exe MySuperBootstrap.php ${currentLocaton (replaced by the full path of the currently selected file)}