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

[jira] [Assigned] (CB-6768) Error copying Blackberry10 icons

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

Bryan Higgins reassigned CB-6768:
---------------------------------

    Assignee: Bryan Higgins

> 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: Bryan Higgins
>
> 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.2#6252)