Tim Kim created CB-5139:
---------------------------
Summary: Unable to call the version file from not the project
directory
Key: CB-5139
URL: https://issues.apache.org/jira/browse/CB-5139
Project: Apache Cordova
Issue Type: Bug
Components: BlackBerry
Affects Versions: 3.1.0
Reporter: Tim Kim
Fix For: 3.2.0
The location of the version file is hard coded into the path in
cordova/lib/version.js such that it only works if you are calling it from the
project directory.
Steps to reproduce:
- ./bin/create test com.test test
- cd test
- ./cordova/version // should work
- cd www
- ../cordova/version // returns The file "www/cordova.js" does not exist.
--
This message was sent by Atlassian JIRA
(v6.1#6144)