[jira] [Commented] (CB-10443) Android release build with --keystore option fails with undescriptive error message

2016-01-28 Thread ASF subversion and git services (JIRA)

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

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

Commit 7669378c6eca5ed4eef9e339caacc3c7efdcc43f in cordova-android's branch 
refs/heads/master from Dimitar Kerezov
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=7669378 ]

CB-10443 Pass original options instead of remaining

Nopt parses all options regardless of what is passed as "knownOpts". This 
leaves the remain property an emtpy array.
This ultimately leads to a bug in the parseOpts function where the options 
undergo a second parsing from nopt.
The end result is - this options are not respected at all..
This closes #248


> Android release build with --keystore option fails with undescriptive error 
> message
> ---
>
> Key: CB-10443
> URL: https://issues.apache.org/jira/browse/CB-10443
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
>Affects Versions: 5.2.0
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>  Labels: android, reproduced, triaged
> Fix For: 5.3.0
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> The issue and repro steps are described in 
> https://github.com/apache/cordova-android/pull/248



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-10443) Android release build with --keystore option fails with undescriptive error message

2016-01-28 Thread ASF subversion and git services (JIRA)

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

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

Commit 1494082a2a463d750fdd72355cb8b4b0a80275d9 in cordova-android's branch 
refs/heads/master from Dimitar Kerezov
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=1494082 ]

CB-10443 Fix `this.root` null reference

parseOpts function referenced this.root but the this object is not the new Api 
as expected. This leads to an exception upon calling path.relative(this.root, 
...).


> Android release build with --keystore option fails with undescriptive error 
> message
> ---
>
> Key: CB-10443
> URL: https://issues.apache.org/jira/browse/CB-10443
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
>Affects Versions: 5.2.0
>Reporter: Vladimir Kotikov
>Assignee: Vladimir Kotikov
>  Labels: android, reproduced, triaged
> Fix For: 5.3.0
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> The issue and repro steps are described in 
> https://github.com/apache/cordova-android/pull/248



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org