You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Brent Verner (JIRA)" <ji...@apache.org> on 2014/05/27 13:08:01 UTC

[jira] [Created] (CB-6762) Incorrect EOL characters causing corrupt CordovaApp.sln file

Brent Verner created CB-6762:
--------------------------------

             Summary: Incorrect EOL characters causing corrupt CordovaApp.sln file
                 Key: CB-6762
                 URL: https://issues.apache.org/jira/browse/CB-6762
             Project: Apache Cordova
          Issue Type: Bug
          Components: CordovaLib
    Affects Versions: 3.5.0
         Environment: windows 8
            Reporter: Brent Verner


After "cordova plugin add ..." on windows8, I noticed the CordovaApp.sln file had some extraneous "\n" characters.  This appears to be coming from "\n\r" as EOL sequence in cordova-lib/src/plugman/util/w8jsproj.js.  After changing to "\r\n" everything works as expected.



--
This message was sent by Atlassian JIRA
(v6.2#6252)