Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Typical, I knew I would figure this out as soon as I posted the question...</p> <p>I found another <a href="http://docs.blackberry.com/en/developers/deliverables/23977/Compile_a_BlackBerry_Widget_application_834647_11.jsp" rel="nofollow">BlackBerry webpage</a> that explains the buildId in more detail:</p> <blockquote> <p>-buildId</p> <p>For signed applications, this parameter specifies the build number. Typically, this number should be incremented from the previous signed application.</p> <p>If you specified a version number in the config.xml file, the build number you specify becomes the fourth digit of the version number. For example, either 1.2.0 or 1.2.0.1 (in config.xml) become 1.2.0.7 if you specify a build number of 7.</p> <p>If you do not specify a build number, the version number stays the same (if it is four digits long) or a fourth digit of 0 is added (if it is three digits long). For example, 1.2.0.1 remains the same, and 1.2.0 becomes 1.2.0.0.</p> </blockquote> <p>I tried changing my config.xml version to have three digits, and then the signing step worked.</p> <pre><code>&lt;widget xmlns=" http://www.w3.org/ns/widgets" xmlns:rim="http://www.blackberry.com/ns/widgets" version="2.0.0"&gt; </code></pre> <p>New output from the tool:</p> <pre><code>&lt;snip&gt; [INFO] Starting signing tool [INFO] Signing complete [INFO] WebWorks application packaging complete </code></pre> <p>It's good to see that the original <a href="http://docs.blackberry.com/en/developers/deliverables/15369/Sample_widget_configuration_document_834683_11.jsp" rel="nofollow">config.xml sample from BlackBerry</a> doesn't work! :-)</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload