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

ASF GitHub Bot commented on CB-13615:
-------------------------------------

dpogue opened a new pull request #419: CB-13615: Fix paths to signing 
properties files
URL: https://github.com/apache/cordova-android/pull/419
 
 
   <!--
   Please make sure the checklist boxes are all checked before submitting the 
PR. The checklist
   is intended as a quick reference, for complete details please see our 
Contributor Guidelines:
   
   http://cordova.apache.org/contribute/contribute_guidelines.html
   
   Thanks!
   -->
   
   ### Platforms affected
   Android
   
   ### What does this PR do?
   Fixes keysigning via properties files
   
   ### What testing has been done on this change?
   Ran a build with the release-signing.properties file and it signed correctly
   
   ### Checklist
   - [x] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
   - [x] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform 
affected.
   - [ ] Added automated test coverage as appropriate for this change.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Release signing with build.json not working
> -------------------------------------------
>
>                 Key: CB-13615
>                 URL: https://issues.apache.org/jira/browse/CB-13615
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-android
>            Reporter: Darryl Pogue
>            Assignee: Joe Bowser
>            Priority: Blocker
>              Labels: android-next
>
> With cordova-android master, I'm not setting signed release builds.
> I'm specifying the keystore and passwords in my build.json file.
> The output of {{cordova build android --device --release}} is as follows:
> {code}
> ANDROID_HOME=/usr/local/Caskroom/android-sdk/25.2.3
> JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_112.jdk/Contents/Home
> Reading build config file: .../build.json
> Reading the keystore from: ../correct.keystore
> studio
> Starting a Gradle Daemon (subsequent builds will be faster)
> :wrapper
> BUILD SUCCESSFUL in 4s
> 1 actionable task: 1 executed
> Subproject Path: CordovaLib
> Subproject Path: app
> Starting a Gradle Daemon (subsequent builds will be faster)
> publishNonDefault is deprecated and has no effect anymore. All variants are 
> now published.
> Download 
> https://repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar
> The Task.leftShift(Closure) method has been deprecated and is scheduled to be 
> removed in Gradle 5.0. Please use Task.doLast(Action) instead.
>       at 
> build_mwups4l6vzpjxql6irnsfnd4.run(.../platforms/android/app/build.gradle:143)
> :CordovaLib:preBuild UP-TO-DATE
> :CordovaLib:preReleaseBuild UP-TO-DATE
> :CordovaLib:compileReleaseAidl
> :CordovaLib:compileReleaseRenderscript
> :CordovaLib:checkReleaseManifest
> :CordovaLib:generateReleaseBuildConfig
> :CordovaLib:prepareLintJar
> :CordovaLib:generateReleaseResValues
> :CordovaLib:generateReleaseResources
> :CordovaLib:packageReleaseResources
> :CordovaLib:platformAttrExtractor
> :CordovaLib:processReleaseManifest
> :CordovaLib:javaPreCompileRelease
> :CordovaLib:processReleaseJavaRes NO-SOURCE
> :app:preBuild UP-TO-DATE
> :app:preReleaseBuild
> :app:compileReleaseAidl
> :CordovaLib:packageReleaseRenderscript NO-SOURCE
> :app:compileReleaseRenderscript
> :app:checkReleaseManifest
> :app:generateReleaseBuildConfig
> :app:prepareLintJar
> :app:generateReleaseResValues
> :app:generateReleaseResources
> :app:mergeReleaseResources
> :app:createReleaseCompatibleScreenManifests
> :app:processReleaseManifest
> :app:splitsDiscoveryTaskRelease
> :app:compileReleaseNdk NO-SOURCE
> :CordovaLib:mergeReleaseShaders
> :CordovaLib:compileReleaseShaders
> :CordovaLib:generateReleaseAssets
> :CordovaLib:mergeReleaseAssets
> :app:mergeReleaseShaders
> :app:compileReleaseShaders
> :app:generateReleaseAssets
> :app:mergeReleaseAssets
> :app:extractTryWithResourcesSupportJarRelease
> :CordovaLib:compileReleaseNdk NO-SOURCE
> :CordovaLib:mergeReleaseJniLibFolders
> :CordovaLib:transformNativeLibsWithMergeJniLibsForRelease
> :CordovaLib:transformNativeLibsWithIntermediateJniLibsForRelease
> :app:mergeReleaseJniLibFolders
> :app:processReleaseJavaRes NO-SOURCE
> :CordovaLib:processReleaseResources
> :CordovaLib:generateReleaseSources
> :CordovaLib:compileReleaseJavaWithJavacNote: Some input files use or override 
> a deprecated API.
> Note: Recompile with -Xlint:deprecation for details.
> :CordovaLib:transformClassesAndResourcesWithPrepareIntermediateJarsForRelease
> :app:processReleaseResources
> :app:generateReleaseSources
> :app:javaPreCompileRelease
> :app:compileReleaseJavaWithJavac
> :app:compileReleaseSources
> :app:transformClassesWithStackFramesFixerForRelease
> :app:transformClassesWithDesugarForRelease
> :app:transformClassesWithPreDexForRelease
> :app:transformDexWithDexForRelease
> :app:transformNativeLibsWithMergeJniLibsForRelease
> :app:transformResourcesWithMergeJavaResForRelease
> :app:packageRelease
> :app:lintVitalRelease
> :app:assembleRelease
> :app:cdvBuildRelease
> BUILD SUCCESSFUL in 34s
> 46 actionable tasks: 46 executed
> Built the following apk(s): 
>       
> .../platforms/android/app/build/outputs/apk/release/android-release-unsigned.apk
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to