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 258095 - Allow to specify Cordova in Options, don't rely on PATH
Summary: Allow to specify Cordova in Options, don't rely on PATH
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: Cordova (show other bugs)
Version: 8.2
Hardware: PC Linux
: P2 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-22 13:18 UTC by Martin Balin
Modified: 2016-03-01 02:19 UTC (History)
0 users

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 Martin Balin 2016-02-22 13:18:56 UTC
Cordova is currently discovered by NetBeans from system PATH. This is different than other node.js tools like Bower, Gulp, Grunt which can be specified in NB Tools | Options | HTML/JS panel. In addition folder with cordova script must be on PATH specified in .profile at least on Ubuntu.
I propose to add same set of controls like for e.g. Bower to manually locate Cordova. This should be added to Mobile Platforms panel, below iOS options.
Comment 1 Tomas Stupka 2016-02-29 14:38:28 UTC
fixed in jet-main #32123e467e32
Comment 2 Quality Engineering 2016-03-01 02:19:13 UTC
Integrated into 'main-silver', will be available in build *201603010002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/32123e467e32
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #258095 - Allow to specify Cordova in Options, don't rely on PATH