[
https://issues.apache.org/jira/browse/CB-7186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14073243#comment-14073243
]
ASF GitHub Bot commented on CB-7186:
------------------------------------
Github user dylin commented on the pull request:
https://github.com/apache/cordova-blackberry/pull/169#issuecomment-50027137
@jsoref yes, cmdline.js passes arguments to packager, which follows usage
of webworks 1.0 bbwp:
```
$ bbwp
Usage: bbwp.js [drive:][path]archive [-s [dir]] [[ -g genpassword]
[-buildId num]] [-o dir] [-d] [-p paramsjsonfile]
Options:
-h, --help output usage information
-V, --version output the version number
-s, --source [dir] Save source. The default behaviour is
to not save the source files. If dir is specified then creates dir\src\
directory structure. If no dir specified then the path of archive is assumed
-g, --password <password> Signing key password
-buildId <num> [deprecated] Use --buildId.
-b, --buildId <num> Specifies the build number for signing
(typically incremented from previous signing).
-o, --output <dir> Redirects output file location to dir.
If both -o and dir are not specified then the path of archive is assumed
-d, --debug Allows use of not signed build on
device by utilizing debug token and enables Web Inspector.
-p, --params <params JSON file> Specifies additional parameters to
pass to downstream tools.
--appdesc <filepath> Optionally specifies the path to the
bar descriptor file (bar-descriptor.xml). For internal use only.
-v, --verbose Turn on verbose messages
-ll, --loglevel <loglevel> set the logging level (error, warn,
verbose)
```
> --no-signing will be ignored if --buildId is set
> ------------------------------------------------
>
> Key: CB-7186
> URL: https://issues.apache.org/jira/browse/CB-7186
> Project: Apache Cordova
> Issue Type: Bug
> Components: BlackBerry
> Affects Versions: 3.5.0
> Reporter: Danyi Lin
> Priority: Minor
> Fix For: 3.6.0
>
> Original Estimate: 1m
> Remaining Estimate: 1m
>
> running command: build --release --buildId 123 --no-signing
> --no-signing will be ignored
> expect:
> the bar file will be built without signing
> actual:
> the bar file was built with signing
--
This message was sent by Atlassian JIRA
(v6.2#6252)