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 236792 - Cordova not discovered on PATH
Summary: Cordova not discovered on PATH
Status: RESOLVED INCOMPLETE
Alias: None
Product: web
Classification: Unclassified
Component: Cordova (show other bugs)
Version: 7.4
Hardware: Macintosh (x86) Mac OS X
: P2 normal (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-05 05:05 UTC by Big-O-Claire
Modified: 2013-11-20 09:10 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot of netbeans error (50.94 KB, image/png)
2013-10-05 05:05 UTC, Big-O-Claire
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Big-O-Claire 2013-10-05 05:05:14 UTC
Created attachment 140830 [details]
screenshot of netbeans error

When I try to create a new Cordova project, or run an existing I get the "NetBeans cannot find git or cordova on your path." However, this was working fine before RC, I didn't change anything, and they are both on my path.
Comment 1 Vladimir Riha 2013-10-05 08:44:09 UTC
Thank you for reporting, reassigning to Cordova

@jbecicka: Honzo, Big-O-Claire originally started it as a question at [1] so there are some more information, such as Cordova and git version

cordova -v 3.0.4 
git --version git version 1.8.3.1 


[1] http://stackoverflow.com/questions/19173128/how-to-set-cordova-on-my-path-for-netbeans-cordova-project-on-a-mac/19176200#comment28384487_19176200
Comment 2 Jan Becicka 2013-10-07 08:39:10 UTC
please open terminal
type
git
cordova
I suppose both command works
now from the very same terminal run NetBeans

still does not work?
Comment 3 sergio_valdez 2013-10-10 16:46:28 UTC
Same problem in Xubuntu, if i type git and condova in a any terminal and works, these are installed and are in the PATH, I think if it is porblem of the version of any of these complements the error message should say the minimum version required.
Comment 4 Jan Becicka 2013-10-23 11:07:16 UTC
Is anyone able to run following commands:
git --version
cordova --version
path_to_netbeans/bin/netbeans

Thanks
Comment 5 Jan Becicka 2013-11-20 09:10:36 UTC
please attach ouptut from following commands:
which cordova
cat ~/.bash_profile
cat ~/.profile
thanks