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

ASF GitHub Bot commented on CB-6768:
------------------------------------

GitHub user timwindsor opened a pull request:

    https://github.com/apache/cordova-blackberry/pull/188

    Icons outside www

    Fixes CB-6768

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

    $ git pull https://github.com/blackberry/cordova-blackberry 
icons_outside_www

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

    https://github.com/apache/cordova-blackberry/pull/188.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 #188
    
----
commit e7bfd37a55a7541386bf8ab50d7d3050846dc7b4
Author: Josh Soref <[email protected]>
Date:   2015-05-20T21:53:58Z

    Make CORDOVA_BBTOOLS optional if PATH has tools

commit b670a7a1387067232cb9fc0bbc65ec4cab42a90c
Author: Josh Soref <[email protected]>
Date:   2015-05-20T21:55:50Z

    CB-6768 Handle icons outside of www/

----


> Error copying Blackberry10 icons
> --------------------------------
>
>                 Key: CB-6768
>                 URL: https://issues.apache.org/jira/browse/CB-6768
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: BlackBerry, CLI
>    Affects Versions: 3.5.0
>         Environment: Mac OS X
>            Reporter: Boston Dell-Vandenberg
>            Assignee: Josh Soref
>
> Just upgraded to 3.5.0-0.2.4 and updated config.xml to use the new icon 
> attributes (so glad to have this btw!).
> When I run prepare, the cli reports some copy errors related to the 
> blackberry10 platform.
> Errors:
> {code}
> mkdir: no such file or directory: 
> /Users/bostondv/Dev/pamfax/platforms/blackberry10/platform_www/res/icon
> cp: copyFileSync: could not write to dest file 
> (code=ENOENT):/Users/bostondv/Dev/pamfax/platforms/blackberry10/platform_www/res/icon/blackberry10/icon-94.png
> mkdir: no such file or directory: 
> /Users/bostondv/Dev/pamfax/platforms/blackberry10/platform_www/res/icon
> cp: copyFileSync: could not write to dest file 
> (code=ENOENT):/Users/bostondv/Dev/pamfax/platforms/blackberry10/platform_www/res/icon/blackberry10/icon-114.png
> {code}
> My config.xml:
> {code}
> <?xml version='1.0' encoding='utf-8'?>
> <widget
>     id="com.scendix.pamfax"
>     version="3.0.3"
>     android-versionCode="25"
>     ios-CFBundleVersion="25"
>     xmlns="http://www.w3.org/ns/widgets";>
>     ...
>     <platform name="blackberry10">
>       <icon src="res/icon/blackberry10/icon-94.png" />
>       <icon src="res/icon/blackberry10/icon-114.png" />
>     </platform>
> </widget>
> {code}
> The `platforms/blackberry10/platform_www/res/icon` directories do exist but 
> the icons are not copied. Blackberry platform is upgraded to 3.5. I've also 
> tried deleting `platforms_www` to no avail.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to