You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Tim Kim (JIRA)" <ji...@apache.org> on 2013/10/22 02:34:41 UTC

[jira] [Created] (CB-5139) Unable to call the version file from not the project directory

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)