You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Jesse MacFadyen (JIRA)" <ji...@apache.org> on 2014/06/02 23:07:01 UTC

[jira] [Resolved] (CB-5208) Adding WP7 platform: when project path contains spaces, .csproj and .sln files have incorrect generic names

     [ https://issues.apache.org/jira/browse/CB-5208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesse MacFadyen resolved CB-5208.
---------------------------------

    Resolution: Won't Fix

Windows Phone 7 is no longer supported, so I am closing this issue.
I have verified that this is NOT an issue in wp8.

> Adding WP7 platform: when project path contains spaces, .csproj and .sln files have incorrect generic names
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: CB-5208
>                 URL: https://issues.apache.org/jira/browse/CB-5208
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: WP7
>    Affects Versions: 3.1.0
>         Environment: Windows 7 64 bit
>            Reporter: Natalia Bartol
>
> Create your project in a location that contains space, i.e.
> 'C:\Users\natalia.b\my test workspace'
> Try to add wp7 platform. All seems to be fine, you'll see the log:
> Running bin/create for platform "wp7" with command: ""C:\Users\natalia.b\.cordova\lib\wp\cordova\3.1.0\wp7\bin\create"  "C:\Users\natalia.b\my test workspace\mymobile\platforms\wp7" "org.codova" "mymobile"" (output to follow)
> platformRoot = C:\Users\natalia.b\.cordova\lib\wp\cordova\3.1.0\wp7
> repoRoot = C:\Users\natalia.b\.cordova\lib\wp\cordova\3.1.0
> Creating Cordova-WP7 Project:
> 	App Name : mymobile
> 	Namespace : org.codova
> 	Path : C:\Users\natalia.b\my test workspace\mymobile\platforms\wp7
> CREATE SUCCESS :C:\Users\natalia.b\my test workspace\mymobile\platforms\wp7
> But if you take a look at generated files you'll get:
> CordovaWP7AppProj.csproj
> CordovaWP7Solution.sln
> instead of
> mymobile.csproj
> mymobile.sln
> It won't be possible to launch WP7 emulator, as you'll get the error:
> error MSB3202: The project file "C:\Users\natalia.b\my test workspace\mymobile\platforms\wp7\m.csproj" was not found. [C:\Users\natalia.b\my test workspace\mymobile\platforms\wp7\CordovaWP7Solution.sln]



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