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

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

Commit 357e38eb080cd5ff158d733eb6efb71b30814b68 in cordova-blackberry's branch 
refs/heads/master from [~jsoref]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git;h=357e38e ]

CB-6768 Handle icons outside of www/. This closes #188


> 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