NativeScript / NativeScript/nativescript-cli
Nativescript (Android production build) keystore params not validated
まだ誰も着手していません。
- 主要言語
- JavaScript
- スター
- 1.1k
- フォーク
- 204
- 平均マージ
- 1日 9時間
- マージ済み PR(30日)
- 8
説明
Environment
- CLI: 6.5.0
Android Build
Describe the bug
tns build command doesnt do a single verification of the keystore we providing (production build).
In our sample the file doesnt even exist were prodiving.
Expected behavior
TNS build should not start the build before checking that everything is fine. Even better it should tell whats exactly the error (file missing, keystore invalid, alias not found, password not correct,...). Instead of letting gradlew fail..
To Reproduce
tns build android --release --key-store-path android.keystore --key-store-password xxx --key-store-alias zzz--key-store-alias-password yyy --env.aot --env.uglify --env.report --env.hiddenSourceMap
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
tns build android --release によって呼び出される Android リリースパスから始め、issue に示されているコマンドを再現してください。無効な keystore パスまたは認証情報が Gradle の開始前に拒否され、具体的な検証失敗を特定するエラーが表示されれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- android, javascript
- 領域
- build-system, cli, mobile
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100