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

Boston Dell-Vandenberg commented on CB-6768:
--------------------------------------------

The command worked once I moved the images to `res/icon-94.png` and 
`res/icon-114.png`, maybe an issue with them being within multiple 
sub-directory levels?

> 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)

Reply via email to