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 - More flexible command line execution environment
Summary: More flexible command line execution environment
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.0
Hardware: PC Windows Vista
: P3 normal (vote)
Assignee: issues@php
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-08 03:41 UTC by uninetbeans
Modified: 2011-11-16 16:41 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

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