The first step went through fine.  I am getting this error on the second
step.  I am getting the same error on cmd prompt, git bash and ubuntu bash
on my windows machine.  I am pretty sure I am missing something.

<snip>
    [exec] [INFO] [INFO]
     [exec] [INFO] [INFO] --- maven-gpg-plugin:1.6:sign
(sign-release-artifacts) @ royale-compiler-parent ---
     [exec] [INFO] gpg: gpg-agent is not available in this session
     [exec] [INFO] gpg: Sorry, no terminal at all requested - can't get
input
     [exec] [INFO] [INFO]
------------------------------------------------------------------------
     [exec] [INFO] [INFO] BUILD FAILURE
     [exec] [INFO] [INFO]
------------------------------------------------------------------------
     [exec] [INFO] [INFO] Total time: 20.027 s
     [exec] [INFO] [INFO] Finished at: 2018-04-30T01:05:47-07:00
     [exec] [INFO] [INFO] Final Memory: 35M/666M
     [exec] [INFO] [INFO]
------------------------------------------------------------------------
     [exec] [INFO] [ERROR] Failed to execute goal
org.apache.maven.plugins:maven-gpg-plugin:1.6:sign (sign-release-artifacts)
on project royale-compiler-parent: Exit code: 2 -> [Help 1]
     [exec] [INFO] [ERROR]
     [exec] [INFO] [ERROR] To see the full stack trace of the errors,
re-run Maven with the -e switch.
     [exec] [INFO] [ERROR] Re-run Maven using the -X switch to enable full
debug logging.
     [exec] [INFO] [ERROR]
     [exec] [INFO] [ERROR] For more information about the errors and
possible solutions, please read the following articles:
     [exec] [INFO] [ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
     [exec] [INFO] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
     [exec] [INFO]
------------------------------------------------------------------------
     [exec] [INFO] Reactor Summary:
     [exec] [INFO]
     [exec] [INFO] Apache Royale: Compiler: Parent ....................
FAILURE [ 25.700 s]
     [exec] [INFO] Apache Royale: Compiler: Compiler-Common ...........
SKIPPED
     [exec] [INFO] Apache Royale: Compiler: Test Utils ................
SKIPPED
     [exec] [INFO] Apache Royale: Compiler: Externc ...................
SKIPPED
     [exec] [INFO] Apache Royale: Compiler: Compiler ..................
SKIPPED
     [exec] [INFO] Apache Royale: Compiler: Compiler-JX ...............
SKIPPED
     [exec] [INFO] Apache Royale: Compiler: SWFUtils ..................
SKIPPED
     [exec] [INFO] Apache Royale: Compiler: Debugger ..................
SKIPPED
     [exec] [INFO] Apache Royale: Compiler: OEM Layer .................
SKIPPED
     [exec] [INFO] Apache Royale: Royale Ant Tasks ....................
SKIPPED
     [exec] [INFO] Apache Royale: Royale Maven Plugin .................
SKIPPED
     [exec] [INFO]
------------------------------------------------------------------------
     [exec] [INFO] BUILD FAILURE
     [exec] [INFO]
------------------------------------------------------------------------
     [exec] [INFO] Total time: 26.596 s
     [exec] [INFO] Finished at: 2018-04-30T01:05:47-07:00
     [exec] [INFO] Final Memory: 21M/377M
     [exec] [INFO]
------------------------------------------------------------------------
     [exec] [ERROR] Failed to execute goal
org.apache.maven.plugins:maven-release-plugin:2.5.3:prepare (default-cli)
on project royale-compiler-parent: Maven execution failed, exit code: '1'
-> [Help 1]
     [exec] [ERROR]
     [exec] [ERROR] To see the full stack trace of the errors, re-run Maven
with the -e switch.
     [exec] [ERROR] Re-run Maven using the -X switch to enable full debug
logging.
     [exec] [ERROR]
     [exec] [ERROR] For more information about the errors and possible
solutions, please read the following articles:
     [exec] [ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
     [exec] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8

BUILD FAILED
C:\p\os\flexroot\royale\release\releasecandidate.xml:544: exec returned: 1

Total time: 52 seconds

On Sun, Apr 29, 2018 at 8:36 PM, Alex Harui <aha...@adobe.com> wrote:

> Hi Om,
>
>
>
> FWIW, I verified you are subscribed to dev@royale.  I can’t figure out
> where your emails are going.  I would recommend emailing users@infra or
> going on hipchat to find out.
>
> http://www.apache.org/dev/infra-contact
>
>
>
> The script does try to make some local changes and commit them.  There
> should be other ant targets you can try to use to skip over the parts that
> have worked successfully.  All I see on commits@ is the making of release
> branches for royale-compiler and royale-typedefs.  You may need to delete
> the local release branch for royale-asjs and delete the repo working copy
> then start from the “maven.branch.framework” target.   That should pull a
> fresh clone of royale-asjs and try to make a release branch in it.
>
>
>
> As you get further, when things don’t go right, I’ve had to delete tags
> and revert commits before restarting Ant at certain targets.  I still have
> hope we can make the Ant script tolerant of differences between machines so
> any PMC member can use it to cut a release.  There are a lot of steps to
> handle both Maven and Ant and NPM.
>
>
>
> Good luck,
>
> -Alex
>
>
>
> *From: *OmPrakash Muppirala <bigosma...@gmail.com>
> *Date: *Sunday, April 29, 2018 at 5:40 PM
> *To: *Alex Harui <aha...@adobe.com>
> *Subject: *Fwd: 0.9.3 Release
>
>
>
>
>
> ---------- Forwarded message ---------
> From: OmPrakash Muppirala <bigosma...@gmail.com>
> Date: Sat, Apr 28, 2018, 11:14 PM
> Subject: Re: 0.9.3 Release
> To: <dev@royale.apache.org>
>
>
>
> Ah I just realized that the releasecandidate ant script made a few commits
> on my behalf.  I had a few errors that I had to fix.  Could those failed
> runs have caused this inconsistent state?
>
>
>
> Thanks,
>
> Om
>
>
>
> On Sat, Apr 28, 2018 at 10:44 PM, OmPrakash Muppirala <
> bigosma...@gmail.com> wrote:
>
> I am getting this error:
>
>
>
>      [exec] [ERROR] Failed to execute goal org.apache.maven.plugins:
> maven-release-plugin:2.5.3:branch (default-cli) on project
> royale-framework-parent: Cannot prepare the release because you have local
> modifications :
>
>      [exec] [ERROR] [pom.xml:modified]
>
>
>
> The pom.xml has only one change:
>
>
>
>   <scm>
>
>     <connection>scm:git:g...@github.com:apache/royale-asjs.git</connection>
>
>     <developerConnection>scm:git:g...@github.com:apache/royale-
> asjs.git</developerConnection>
>
>     <url>scm:git:g...@github.com:apache/royale-asjs.git</url>
>
>     <tag>*HEAD*</tag>
>
>   </scm>
>
>
>
> changed to:
>
>
>
>   <scm>
>
>     <connection>scm:git:g...@github.com:apache/royale-asjs.git</connection>
>
>     <developerConnection>scm:git:g...@github.com:apache/royale-
> asjs.git</developerConnection>
>
>     <url>scm:git:g...@github.com:apache/royale-asjs.git</url>
>
>     <tag>*release/0.9.3*</tag>
>
>   </scm>
>
>
>
> Should I first change HEAD to release/0.9.3 before starting the release
> process?
>
> It does indeed have HEAD currently: https://github.com/
> apache/royale-asjs/blob/develop/pom.xml#L49
> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fblob%2Fdevelop%2Fpom.xml%23L49&data=02%7C01%7Caharui%40adobe.com%7C83d9deb2f89248a812db08d5ae32f0f7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636606456217160033&sdata=cBMQ2644E%2BtmH6vBfiJzZ2DxZ7R%2FwWjs3Dd%2FjwEujjE%3D&reserved=0>
>
>
>
> Thanks,
>
> Om
>
>
>
> On Fri, Apr 27, 2018 at 10:55 PM, Alex Harui <aha...@adobe.com.invalid>
> wrote:
>
> Royale isn't really going to do [Last Call] like Flex did.  We hope to
> make the release process quick enough that it doesn't really matter whether
> something gets into the release or not.  The next release should be a few
> weeks away.
>
> So, go for it!
>
> -Alex
>
>
> On 4/27/18, 10:51 PM, "omup...@gmail.com on behalf of OmPrakash
> Muppirala" <omup...@gmail.com on behalf of bigosma...@gmail.com> wrote:
>
>     Okay, I have started looking into this.  Should I start a new [Last
> Call]
>     thread or is this it?
>
>     Thanks,
>     Om
>
>     On Wed, Apr 25, 2018 at 12:43 AM, Alex Harui <aha...@adobe.com.invalid
> >
>     wrote:
>
>     > Yep, that's what we have for you to work with.  I expect there will
> be
>     > things missing or needing improvement, but it will be awesome if we
> can
>     > make this process work for you.  Then we can hope that anyone can
> follow
>     > these instructions and use the scripts to generate a release.
>     >
>     > Thanks,
>     > -Alex
>     >
>     > On 4/25/18, 12:19 AM, "Piotr Zarzycki" <piotrzarzyck...@gmail.com>
> wrote:
>     >
>     >     Om,
>     >
>     >     I believe this is some starting point [1]
>     >
>     >     [1] https://na01.safelinks.protection.outlook.com/?url=
>     > https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%
>     > 2FRelease-Manager-Notes&data=02%7C01%7Caharui%40adobe.com
> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adobe.com&data=02%7C01%7Caharui%40adobe.com%7C83d9deb2f89248a812db08d5ae32f0f7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636606456217160033&sdata=UXcD0j5Tbbz3ylbUtG%2F8MEJQuHnallIgfT4XZRAEs04%3D&reserved=0>
> %
>     > 7C2fd9fa97db624afeb36808d5aa7cd94a%7Cfa7b1b5a7b34438794aed2c178de
>     > cee1%7C0%7C0%7C636602375606683856&sdata=
> M6AXRZTAjFbWerTBnC7Mnk4zS2BkFv
>     > fmdHLajtuOLAw%3D&reserved=0
>     >
>     >     Piotr
>     >
>     >     2018-04-25 9:12 GMT+02:00 OmPrakash Muppirala <
> bigosma...@gmail.com>:
>     >
>     >     > Okay that works.  0.9.3 gets installed and it works fine with
> VSCode.
>     >     > Can you point me to where I need to start with the release
> process?
>     >     >
>     >     > I am going to try and get some work done on my ECharts + Jewel
> theme
>     >     > integration in the meantime.
>     >     >
>     >     > Thanks,
>     >     > Om
>     >     >
>     >     > On Tue, Apr 24, 2018 at 12:59 PM, Alex Harui
>     > <aha...@adobe.com.invalid>
>     >     > wrote:
>     >     >
>     >     > > I think I have this working correctly.  I also fixed up a
> bunch of
>     > other
>     >     > > issues.  Wait until the CI server catches up and try it
> again to
>     > verify.
>     >     > > If it does, then I think you are all clear to start the
> release.
>     >     > >
>     >     > > HTH,
>     >     > > -Alex
>     >     > >
>     >     > > On 4/24/18, 9:28 AM, "Alex Harui" <aha...@adobe.com.INVALID>
>     > wrote:
>     >     > >
>     >     > >
>     >     > >
>     >     > >     On 4/24/18, 8:56 AM, "OmPrakash Muppirala" <
>     > bigosma...@gmail.com>
>     >     > > wrote:
>     >     > >
>     >     > >         On Tue, Apr 24, 2018, 12:58 AM Alex Harui
>     >     > <aha...@adobe.com.invalid>
>     >     > > wrote:
>     >     > >
>     >     > >         > I think that's been broken forever.  But I don't
> want to
>     > take
>     >     > > the time to
>     >     > >         > find out.
>     >     > >         >
>     >     > >         > Try this one:
>     >     > >     https://na01.safelinks.protection.outlook.com/?url=
>     >     > > http%3A%2F%2Fapacheroyaleci.westus2.cloudapp.azure.com
> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F2Fapacheroyaleci.westus2.cloudapp.azure.com&data=02%7C01%7Caharui%40adobe.com%7C83d9deb2f89248a812db08d5ae32f0f7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636606456217160033&sdata=%2BukHQUpC9UhebH31H7smW1aYwbrNShzZe5o2dFIKPuc%3D&reserved=0>
> %
>     >     > > 3A8080%2Fjob%2Froyale-asjs%2FlastSuccessfulBuild%
>     >     > > 2Fartifact%2Fout%2Fapache-royale-0.9.3-bin-js.tar.gz&
>     >     > > data=02%7C01%7Caharui%40adobe.com
> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adobe.com&data=02%7C01%7Caharui%40adobe.com%7C83d9deb2f89248a812db08d5ae32f0f7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636606456217170041&sdata=HNRFfSIEzF4yHbVLFdkNF%2BqFbz74AhzOkFuI0wZ4uWI%3D&reserved=0>
> %7C5b1248637b664c17102a08d5aa00
>     > 5e31%
>     >     > > 7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>     > 7C636601840922580714&sdata=
>     >     > > IqE9VZ5HZXrap4Bi4XV1CUY8PR8YqNaTPzcjHH%2BoSmY%3D&reserved=0
>     >     > >
>     >     > >
>     >     > >         What is this package supposed to install?
>     >     > >
>     >     > >     That link is from the main royale-asjs build that builds
> both a
>     >     > js-swf
>     >     > > package and a js (only) package.  The link is for the js-only
>     > package.
>     >     > The
>     >     > > royale-asjs-jsonly build also builds a js-only package but
> uses a
>     >     > different
>     >     > > set of Ant tasks and I think it has been wrong for a while.
>     >     > >
>     >     > >     I will take a look at it now.
>     >     > >
>     >     > >     -Alex
>     >     > >
>     >     > >
>     >     > >
>     >     > >
>     >     > >
>     >     >
>     >
>     >
>     >
>     >     --
>     >
>     >     Piotr Zarzycki
>     >
>     >     Patreon: *https://na01.safelinks.protection.outlook.com/?url=
>     > https%3A%2F%2Fwww.patreon.com
> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F2Fwww.patreon.com&data=02%7C01%7Caharui%40adobe.com%7C83d9deb2f89248a812db08d5ae32f0f7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636606456217170041&sdata=mcG08QY6mvbIwDGLtvSqGITe86X0eYlSBmyz1YbzKcI%3D&reserved=0>
> %2Fpiotrzarzycki&data=02%7C01%
>     > 7Caharui%40adobe.com
> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adobe.com&data=02%7C01%7Caharui%40adobe.com%7C83d9deb2f89248a812db08d5ae32f0f7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636606456217170041&sdata=HNRFfSIEzF4yHbVLFdkNF%2BqFbz74AhzOkFuI0wZ4uWI%3D&reserved=0>
> %7C2fd9fa97db624afeb36808d5aa7cd94a%
>     > 7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C636602375606683856&sdata=
>     > PiDsu1q2Fh6Ef9SpxhN%2FVTogKtUMnLVxGBbi3SGjg%2Fo%3D&reserved=0
>     >     <https://na01.safelinks.protection.outlook.com/?url=
>     > https%3A%2F%2Fwww.patreon.com
> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F2Fwww.patreon.com&data=02%7C01%7Caharui%40adobe.com%7C83d9deb2f89248a812db08d5ae32f0f7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636606456217170041&sdata=mcG08QY6mvbIwDGLtvSqGITe86X0eYlSBmyz1YbzKcI%3D&reserved=0>
> %2Fpiotrzarzycki&data=02%7C01%
>     > 7Caharui%40adobe.com
> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40adobe.com&data=02%7C01%7Caharui%40adobe.com%7C83d9deb2f89248a812db08d5ae32f0f7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636606456217170041&sdata=HNRFfSIEzF4yHbVLFdkNF%2BqFbz74AhzOkFuI0wZ4uWI%3D&reserved=0>
> %7C2fd9fa97db624afeb36808d5aa7cd94a%
>     > 7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C636602375606683856&sdata=
>     > PiDsu1q2Fh6Ef9SpxhN%2FVTogKtUMnLVxGBbi3SGjg%2Fo%3D&reserved=0>*
>     >
>     >
>     >
>
>
>
>
>

Reply via email to