Is gpg installed on your system and in path?
________________________________
From: Maria Jose Esteve <mjest...@iest.com>
Sent: Sunday, May 7, 2023 9:11 PM
To: dev@royale.apache.org <dev@royale.apache.org>
Subject: RE: [DISCUSS] Release Apache Royale 0.9.10 RC2

Sorry, I got the wrong thread ...

> For your convenience, there is an ant script that automates the common steps 
> to validate a release.  Instead of individually downloading the package and 
> signature files, unzipping, etc, you can instead:
> 1) create an empty folder,
> 2) download into that folder this file:
> https://dist.apache.org/repos/dist/dev/royale/0.9.10/rc2/ApproveRoyale
> .xml
> 3) run the script:
>    ant -e -f ApproveRoyale.xml -Drelease.version=0.9.10 -Drc=2

I do not identify the cause of the error, gpg?:
[Results]
---------------------------------------------------------------------------------------
Microsoft Windows [VersiĆ³n 10.0.19045.2846]
(c) Microsoft Corporation. Todos los derechos reservados.

D:\Develop_Royale\Projects\Royale-SDK\0.9.10>ant -e -f ApproveRoyale.xml 
-Drelease.version=0.9.10 -Drc=2 Picked up JAVA_TOOL_OPTIONS: 
-Dfile.encoding=UTF-8 -Xms2048m -Xmx4096m
Buildfile: D:\Develop_Royale\Projects\Royale-SDK\0.9.10\ApproveRoyale.xml

check-flash:

write-out-jars-list:

install-rat.jar:
Getting: 
https://search.maven.org/remotecontent?filepath=org/apache/rat/apache-rat/0.11/apache-rat-0.11.jar
To: D:\Apache\apache-ant-1.10.7\lib\apache-rat-0.11.jar
https://search.maven.org/remotecontent?filepath=org/apache/rat/apache-rat/0.11/apache-rat-0.11.jar
 moved to 
https://repo1.maven.org/maven2/org/apache/rat/apache-rat/0.11/apache-rat-0.11.jar

install-rat.tasks.jar:
Getting: 
https://search.maven.org/remotecontent?filepath=org/apache/rat/apache-rat-tasks/0.11/apache-rat-tasks-0.11.jar
To: D:\Apache\apache-ant-1.10.7\lib\apache-rat-tasks-0.11.jar
https://search.maven.org/remotecontent?filepath=org/apache/rat/apache-rat-tasks/0.11/apache-rat-tasks-0.11.jar
 moved to 
https://repo1.maven.org/maven2/org/apache/rat/apache-rat-tasks/0.11/apache-rat-tasks-0.11.jar

install-rat:

download:
Getting: 
https://dist.apache.org/repos/dist/dev/royale/0.9.10/rc2/apache-royale-0.9.10-src.zip
To: D:\Develop_Royale\Projects\Royale-SDK\0.9.10\apache-royale-0.9.10-src.zip
Getting: 
https://dist.apache.org/repos/dist/dev/royale/0.9.10/rc2/apache-royale-0.9.10-src.zip.sha512
To: 
D:\Develop_Royale\Projects\Royale-SDK\0.9.10\apache-royale-0.9.10-src.zip.sha512
Getting: 
https://dist.apache.org/repos/dist/dev/royale/0.9.10/rc2/binaries/apache-royale-0.9.10-bin-js-swf.zip
To: 
D:\Develop_Royale\Projects\Royale-SDK\0.9.10\apache-royale-0.9.10-bin-js-swf.zip
Getting: 
https://dist.apache.org/repos/dist/dev/royale/0.9.10/rc2/binaries/apache-royale-0.9.10-bin-js-swf.zip.sha512
To: 
D:\Develop_Royale\Projects\Royale-SDK\0.9.10\apache-royale-0.9.10-bin-js-swf.zip.sha512

get_asc:
Getting: 
https://dist.apache.org/repos/dist/dev/royale/0.9.10/rc2/apache-royale-0.9.10-src.zip.asc
To: 
D:\Develop_Royale\Projects\Royale-SDK\0.9.10\apache-royale-0.9.10-src.zip.asc
Getting: 
https://dist.apache.org/repos/dist/dev/royale/0.9.10/rc2/binaries/apache-royale-0.9.10-bin-js-swf.zip.asc
To: 
D:\Develop_Royale\Projects\Royale-SDK\0.9.10\apache-royale-0.9.10-bin-js-swf.zip.asc

check-sigs:

gpg_check:

BUILD FAILED
D:\Develop_Royale\Projects\Royale-SDK\0.9.10\ApproveRoyale.xml:295: The 
following error occurred while executing this line:
D:\Develop_Royale\Projects\Royale-SDK\0.9.10\ApproveRoyale.xml:299: Execute 
failed: java.io.IOException: Cannot run program "gpg" (in directory 
"D:\Develop_Royale\Projects\Royale-SDK\0.9.10"): CreateProcess error=2, El 
sistema no puede encontrar el archivo especificado
        at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
        at java.lang.Runtime.exec(Runtime.java:621)
        at 
org.apache.tools.ant.taskdefs.launcher.Java13CommandLauncher.exec(Java13CommandLauncher.java:58)
        at org.apache.tools.ant.taskdefs.Execute.launch(Execute.java:424)
        at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:438)
        at org.apache.tools.ant.taskdefs.ExecTask.runExecute(ExecTask.java:630)
        at org.apache.tools.ant.taskdefs.ExecTask.runExec(ExecTask.java:669)
        at org.apache.tools.ant.taskdefs.ExecTask.execute(ExecTask.java:497)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
        at org.apache.tools.ant.Task.perform(Task.java:350)
        at org.apache.tools.ant.Target.execute(Target.java:449)
        at org.apache.tools.ant.Target.performTasks(Target.java:470)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1391)
        at 
org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:36)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1254)
        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:437)
        at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:106)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
        at org.apache.tools.ant.Task.perform(Task.java:350)
        at org.apache.tools.ant.Target.execute(Target.java:449)
        at org.apache.tools.ant.Target.performTasks(Target.java:470)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1391)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
        at 
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1254)
        at org.apache.tools.ant.Main.runBuild(Main.java:830)
        at org.apache.tools.ant.Main.startAnt(Main.java:223)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)
Caused by: java.io.IOException: CreateProcess error=2, El sistema no puede 
encontrar el archivo especificado
        at java.lang.ProcessImpl.create(Native Method)
        at java.lang.ProcessImpl.<init>(ProcessImpl.java:444)
        at java.lang.ProcessImpl.start(ProcessImpl.java:140)
        at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
        ... 36 more

Hiedra.

On 2023/05/05 08:56:54 Yishay Weiss wrote:
> Hi,
> This is the vote for the 0.9.10 release of Apache Royale.  The release
> candidate can be found here;
> https://dist.apache.org/repos/dist/dev/royale/0.9.10/rc2/
>
> Before voting please review the section,'What are the ASF requirements on 
> approving a release?', at:
> http://www.apache.org/dev/release.html#approving-a-release
>
> At a minimum you would be expected to check that:
> - SHA and signed packages are correct
> - README, RELEASE_NOTES, NOTICE and LICENSE files are all fine
> - That the build script completes successfully
> - That you can compile and crosscompile a simple example using the SDK.
>
> The KEYS file is at
> https://dist.apache.org/repos/dist/release/royale/KEYS
>
> The source package is a combination of the 3 main Royale repos.
>
> To use the binary package, unzip it into a folder. The -js package is
> ready-to-use in an IDE or command-line. If you need SWF output, use the 
> -js-swf package and use Apache Ant to run the InstallAdobeSDKs script via:
>     ant -f InstallAdobeSDKs.xml
>
> You may also get the binarypackages via NPM. The -js package can be installed 
> via:
> npm install
> https://dist.apache.org/repos/dist/dev/royale/0.9.10/rc2/binaries/apac
> he-royale-0.9.10-bin-js.tar.gz
>
> The full package with SWF support can be installed via:
>
> npm install
> https://dist.apache.org/repos/dist/dev/royale/0.9.10/rc2/binaries/apac
> he-royale-0.9.10-bin-js-swf.tar.gz
>
> Maven artifacts are staged here:
> https://repository.apache.org/content/repositories/orgapacheroyale-109
> 4
>
> Please vote to approve this release:
> +1 Approve the release
> -1 Disapprove the release (please provide specific comments to why)
>
> This vote will be open for 72 hours or until a result can be called.
>
> The vote passes if there is:
> - At least 3 +1 votes from the PMC
> - More positive votes than negative votes
>
> Remember that this is a 'beta-quality' release so expect there will be many 
> bugs found. IMO the goal is not to try to find and fix bugs in the RC, but to 
> make sure we have the packaging right, and enough functionality that folks 
> will have some success trying to use it.  People who are not in PMC are also 
> encouraged to test out the release and vote, although their votes will not be 
> binding, they can influence how the PMC votes.
>
> When voting please indicate what OS, IDE, Flash Player version and AIR 
> version you tested with.
>
> For your convenience, there is an ant script that automates the common steps 
> to validate a release.  Instead of individually downloading the package and 
> signature files, unzipping, etc, you can instead:
> 1) create an empty folder,
> 2) download into that folder this file:
> https://dist.apache.org/repos/dist/dev/royale/0.9.10/rc2/ApproveRoyale
> .xml
> 3) run the script:
>    ant -e -f ApproveRoyale.xml -Drelease.version=0.9.10 -Drc=2
>    If you want to test SWF support during the approval, use:
>    ant -e -f ApproveRoyale.xml -Drelease.version=0.9.10 -Drc=2
> -Duse-flash=true
>
> You are not required to use this script, and more testing of the packages and 
> build results are always encouraged.
>
> Please put all discussion about this release in the DISCUSSION thread not 
> this VOTE thread.
>
> Thanks,
> Yishay Weiss
>
>
-----Mensaje original-----
De: Yishay Weiss <yishayj...@hotmail.com>
Enviado el: viernes, 5 de mayo de 2023 10:58
Para: dev@royale.apache.org
Asunto: [DISCUSS] Release Apache Royale 0.9.10 RC2

This is the discuss thread.

Reply via email to