Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.0
-
Windows 8, Visual Studio 2012, Windows Phone 8 SDK
Microsoft (R)-Buildmodul, Version 4.0.30319.17929
Microsoft .NET Framework, Version 4.0.30319.18051
Description
The project fails to create even though I have the latest Windows Phone 8 SDK installed, including the correct .NET Framework version. This is caused by the invalid regular expression to check the version number.
On line 78 of "\.cordova\lib\wp\cordova\3.0.0\wp8\bin\check_reqs.js" there is a check for "version", however in my installed msbuild command the version is output using an upper case 'V'. I guess this might be due to the German version of the .NET Framework?!
Changing the check to be case insensitive would certainly solve the problem, although other language issues should be considered as well (e.g. if the word "version" is written differently).
Attachments
Issue Links
- relates to
-
CB-5359 WP8 not very clear msbuild requirement
- Closed