Joe Bowser created CB-1662:
------------------------------

             Summary: jake build script puts Windows carriage return in Version 
String on Windows
                 Key: CB-1662
                 URL: https://issues.apache.org/jira/browse/CB-1662
             Project: Apache Cordova
          Issue Type: Bug
          Components: CordovaJS
    Affects Versions: 2.1.0
            Reporter: Joe Bowser
            Assignee: Filip Maj
             Fix For: 2.2.0


Jesse found this bug where if you run the Jake script, you find that it 
modifies the version in the device.js files on Bada, Tizen and Webworks.  The 
problem is that it also puts a Windows Carriage Return into the field.  This is 
present if you look at this file on a Mac:

this.cordova = "2.1.0^M";^M

This basically makes it more difficult to work on Cordova on Windows, which 
would affect various platforms (Bada, Webworks, Android, WP7, etc).  This needs 
to be fixed so we can have a better dev workflow.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to