You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Drew Walters (Commented) (JIRA)" <ji...@apache.org> on 2012/02/28 15:27:46 UTC

[jira] [Commented] (CB-252) ANT load-simulator always use default simulator within Blackberry WebWorks Packager.

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

Drew Walters commented on CB-252:
---------------------------------

Existing projects can be patched by modifying the blackberry.xml file for the project.  Lines 253-258 should look like this:

253    <condition
254        property="simulator.dir"
255        value="${properties.blackberry.sim.dir}"
256        else="${bbwp.sim.dir}">
257            <available file="${properties.blackberry.sim.dir}" type="dir" />
258    </condition>

The key changes are replacing properties.sim.dir with properties.blackberry.sim.dir.
                
> ANT load-simulator always use default simulator within Blackberry WebWorks Packager.
> ------------------------------------------------------------------------------------
>
>                 Key: CB-252
>                 URL: https://issues.apache.org/jira/browse/CB-252
>             Project: Apache Callback
>          Issue Type: Bug
>          Components: BlackBerry
>    Affects Versions: 1.3.0, 1.4.0
>         Environment: Windows 7 32 bit
> BlackBerry WebWorks SDK 2.3.0.9
> Tested with Callback 1.3 & 1.4
>            Reporter: Amirudin Bin Mohamed Ghani
>            Assignee: Drew Walters
>              Labels: blackberr, patch, simulator
>             Fix For: 1.5.0
>
>
> ANT load-simulator always use default simulator within Blackberry WebWorks Packager despite been specified differently under *blackberry.sim.dir* inside *project.properties* file.
> Suspect Problem Area: blackberry.sim.dir=<path_to_other_simulator>
> Tested with Blackberry Simulator version 5, 6 and 7
> Simulator download location: http://us.blackberry.com/developers/resources/simulators.jsp

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira