[jira] [Commented] (CB-7242) [Mobilespec] WP8 wrong path when "platform add path/to/dir"

2014-08-06 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14088638#comment-14088638
 ] 

ASF subversion and git services commented on CB-7242:
-

Commit 5bba7a0fdc40d1a4f5595325a25d3314c5749ba7 in cordova-mobile-spec's branch 
refs/heads/master from [~martin.c.glez.glez]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-mobile-spec.git;h=5bba7a0 ]

CB-7242 Added wp8 subdirectory to localPlatforms variable

createmobilespec --wp8 fails, because the path for wp8 on localPlatforms
is incomplete, it requires the wp8 subdirectory to work properly.


> [Mobilespec] WP8 wrong path when "platform add path/to/dir"
> ---
>
> Key: CB-7242
> URL: https://issues.apache.org/jira/browse/CB-7242
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: mobile-spec
>Reporter: Martin Gonzalez
>Assignee: Martin Gonzalez
>  Labels: mobilespec, wp8
>
> The localPlatforms object contains all the paths to the supported platforms,
> however, the path for Windows Phone 8, is not the right one, it has a subdir 
> under the name wp8.
> It's not possible run createmobilespec --wp8, the CLI returns a error, it 
> won't find the resources required to add the platform.



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


[jira] [Commented] (CB-7242) [Mobilespec] WP8 wrong path when "platform add path/to/dir"

2014-08-06 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14088640#comment-14088640
 ] 

ASF subversion and git services commented on CB-7242:
-

Commit 8a1526e4d2b5bdab94d7df782525a88e62ea3b96 in cordova-mobile-spec's branch 
refs/heads/master from [~purplecabbage]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-mobile-spec.git;h=8a1526e ]

Merge branch 'CB-7242' of https://github.com/martincgg/cordova-mobile-spec


> [Mobilespec] WP8 wrong path when "platform add path/to/dir"
> ---
>
> Key: CB-7242
> URL: https://issues.apache.org/jira/browse/CB-7242
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: mobile-spec
>Reporter: Martin Gonzalez
>Assignee: Martin Gonzalez
>  Labels: mobilespec, wp8
>
> The localPlatforms object contains all the paths to the supported platforms,
> however, the path for Windows Phone 8, is not the right one, it has a subdir 
> under the name wp8.
> It's not possible run createmobilespec --wp8, the CLI returns a error, it 
> won't find the resources required to add the platform.



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


[jira] [Commented] (CB-7242) [Mobilespec] WP8 wrong path when "platform add path/to/dir"

2014-08-06 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14088639#comment-14088639
 ] 

ASF GitHub Bot commented on CB-7242:


Github user asfgit closed the pull request at:

https://github.com/apache/cordova-mobile-spec/pull/84


> [Mobilespec] WP8 wrong path when "platform add path/to/dir"
> ---
>
> Key: CB-7242
> URL: https://issues.apache.org/jira/browse/CB-7242
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: mobile-spec
>Reporter: Martin Gonzalez
>Assignee: Martin Gonzalez
>  Labels: mobilespec, wp8
>
> The localPlatforms object contains all the paths to the supported platforms,
> however, the path for Windows Phone 8, is not the right one, it has a subdir 
> under the name wp8.
> It's not possible run createmobilespec --wp8, the CLI returns a error, it 
> won't find the resources required to add the platform.



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


[jira] [Commented] (CB-7242) [Mobilespec] WP8 wrong path when "platform add path/to/dir"

2014-08-06 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14088617#comment-14088617
 ] 

ASF GitHub Bot commented on CB-7242:


Github user martincgg commented on the pull request:

https://github.com/apache/cordova-mobile-spec/pull/84#issuecomment-51419510
  
This one is valid, currently createmobilespec module doesn't support wp8, 
if this small change is not added.


> [Mobilespec] WP8 wrong path when "platform add path/to/dir"
> ---
>
> Key: CB-7242
> URL: https://issues.apache.org/jira/browse/CB-7242
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: mobile-spec
>Reporter: Martin Gonzalez
>Assignee: Martin Gonzalez
>  Labels: mobilespec, wp8
>
> The localPlatforms object contains all the paths to the supported platforms,
> however, the path for Windows Phone 8, is not the right one, it has a subdir 
> under the name wp8.
> It's not possible run createmobilespec --wp8, the CLI returns a error, it 
> won't find the resources required to add the platform.



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


[jira] [Commented] (CB-7242) [Mobilespec] WP8 wrong path when "platform add path/to/dir"

2014-07-31 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14081462#comment-14081462
 ] 

ASF GitHub Bot commented on CB-7242:


GitHub user martincgg opened a pull request:

https://github.com/apache/cordova-mobile-spec/pull/84

CB-7242 Added wp8 subdirectory to localPlatforms variable

createmobilespec --wp8 fails, because the path for wp8 on localPlatforms
is incomplete, it requires the wp8 subdirectory to work properly.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/martincgg/cordova-mobile-spec CB-7242

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-mobile-spec/pull/84.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #84


commit 5bba7a0fdc40d1a4f5595325a25d3314c5749ba7
Author: Martin Gonzalez 
Date:   2014-07-31T20:58:03Z

CB-7242 Added wp8 subdirectory to localPlatforms variable

createmobilespec --wp8 fails, because the path for wp8 on localPlatforms
is incomplete, it requires the wp8 subdirectory to work properly.




> [Mobilespec] WP8 wrong path when "platform add path/to/dir"
> ---
>
> Key: CB-7242
> URL: https://issues.apache.org/jira/browse/CB-7242
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: mobile-spec
>Reporter: Martin Gonzalez
>Assignee: Martin Gonzalez
>  Labels: mobilespec, wp8
>
> The localPlatforms object contains all the paths to the supported platforms,
> however, the path for Windows Phone 8, is not the right one, it has a subdir 
> under the name wp8.
> It's not possible run createmobilespec --wp8, the CLI returns a error, it 
> won't find the resources required to add the platform.



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