You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@royale.apache.org by Piotr Zarzycki <pi...@gmail.com> on 2018/09/19 08:38:36 UTC

***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

I think everything is messed up right now. Before I got your response I was
in a state where I run:

ant -f releasecandidate.xml -Drelease.version=0.9.4 -Drc=1 make_branches

It pushes to the develop 0.9.4-SNAPSHOT
It pushes release branch called 0.9.4 where there is 0.9.3-SNAPSHOT - Not
sure why.

I wanted to revert it, but lot's of people commit things to develop, so I
have no idea how to do that right now.
I think there should be some rules where during release process committing
to develop is stopped.

I have tried update.versions on develop:

 ant -f releasecandidate.xml -Drelease.version=0.9.4 -Drc=1 update.versions
and it asked me on the next version and I typed 0.9.5, but it changes only
couple of files.

I have no idea how to fix all of that right now.



pon., 17 wrz 2018 o 18:07 Alex Harui <ah...@adobe.com.invalid> napisał(a):

> Last week, the develop branch was setup to release as 0.9.3 since the
> prior release was 0.9.2.  The scripts and defaults are not set up to skip a
> version so we discussed ways to skip a version.  It included:
>
> 1) Running "ant -f releasecandidate.xml update.versions"
> 2) Using "ant -f releasecandidate.xml make_branches" twice.
>
> The first run would set the poms in the release branch to 0.9.3 and set
> the develop branch to 0.9.4-SNAPSHOT.
> The second run would set the poms in the release branch to 0.9.4 and set
> the develop branch to 0.9.5-SNAPSHOT.
>
> The correct state of the branches before executing step 4 in
> https://github.com/apache/royale-asjs/wiki/Release-Manager-Notes#release-steps
> is that the develop branch is set to 0.9.5-SNAPSHOT, the release branch is
> set to 0.9.4, and other version numbers are set to 0.9.4, such as
> build.properties in royale-asjs.  That's what update.versions did.  I did
> that a couple of days ago.
>
> So, to answer your questions:
>
> 1) No, there shouldn't be any extra Ant targets to run at this time other
> than maybe running make_branches on some or all of the repos to get us to
> the desired state.  I think I've taken care of everything that
> make_branches doesn't take care of.  I did not try to get all of the Maven
> pieces in the 3 repos ready because I thought I saw that royale-typedefs
> was already ready so I didn't know where you were in the process.  Some of
> the targets in releasecandidate.xml run lots of Maven commands which will
> update the POMs.  Those targets also patch some other things that Maven
> needs but were hard to make work via Maven.  Since updating the
> Maven-related data could not be one simple Maven command, I chose to use
> Ant to take the RM through all of the steps.   But Ant builds do not use
> the POM (although I'm still thinking of teaching the compiler to read the
> POMs) so we have other Ant targets that update things for the Ant build of
> the framework.  This is normally done during the final "release" target
> after voting is over, but because we are skipping a version, I had to run
> it once a few days ago.
>
> 2)  IMO, the simplest thing to do is update the develop branch so it looks
> like we released a 0.9.3 before creating the final release branch for
> 0.9.4.  That is why I am suggesting running make_branches until you reach
> that state.  I think I've already taken care of the Ant properties.
>
> When you think you've got the branches for all repos in this state, let me
> know and I will spot check it.
>
> HTH,
> -Alex
>
> On 9/17/18, 2:06 AM, "Piotr Zarzycki" <pi...@gmail.com> wrote:
>
>     Still don't understand what you did at all. I did make_branches. This
> is
>     what happened so far:
>
>     1) feature/0.9.4 -> branch has been created which contains 0.9.3 in
> poms
>     2) develop has been updated to 0.9.4-SNAPSHOT
>
>     Q 1: Should I run on develop ant command which updating for me some
> stuff ?
>     - What ANT do ? Does it update pom or something else ?
>     Q 2: Because we would like to jump to one version ahead - Should I run
> that
>     ANT on RC1 branch or should I update it manually ?
>
>     Thanks,
>     Piotr
>
>
>     pon., 17 wrz 2018 o 09:53 Alex Harui <ah...@adobe.com.invalid>
> napisał(a):
>
>     > If you have run make_branches, then the branches should be showing
> 0.9.4
>     > and the develop branch should be using 0.9.5.
>     >
>     > I already ran and pushed update.versions.  The Ant build should be
> using
>     > 0.9.4.
>     >
>     > I'm stopping work for tonight.
>     >
>     > HTH,
>     > -Alex
>     >
>     > On 9/17/18, 12:17 AM, "Piotr Zarzycki" <pi...@gmail.com>
> wrote:
>     >
>     >     I think I'm right now on steps 4 and 5 in ->
>     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FRelease-Manager-Notes%23release-steps&amp;data=02%7C01%7Caharui%40adobe.com%7Cb4f3681be8ee401a9edb08d61c7cd8a8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636727719873623282&amp;sdata=4vj7M8%2BYgVfU6EnGXIPz%2BCyd3XxA4kZvCtlly334rww%3D&amp;reserved=0
>     >
>     >
>     >     pon., 17 wrz 2018 o 09:16 Piotr Zarzycki <
> piotrzarzycki21@gmail.com>
>     >     napisał(a):
>     >
>     >     > Hi Alex,
>     >     >
>     >     > I think I have passed problem with scm and was able to push RC1
>     > branch,
>     >     > but I don't understand what do you mean here:
>     >     >
>     >     > "I also ran the update.versions target.  It turns out I needed
> to run
>     >     > several targets first from the empty folder:
>  use_develop_branch
>     >     > clone-compiler clone-typedefs clone-asjs update.versions
>     >     >
>     >     > And then manually go to each repo and push the changes."
>     >     >
>     >     > Do you mean here that I need to run update.version target on
> develop
>     > or on
>     >     > RC branch? I understand that we are jumping one version up, so
> I
>     > know that
>     >     > probably need to be updated develop to 0.9.5-SNAPSHOT. Should
> I do
>     > any of
>     >     > that operation on RC branch as well ?
>     >     >
>     >     > Thanks,
>     >     > Piotr
>     >     >
>     >     > sob., 15 wrz 2018 o 07:21 Alex Harui <aharui@adobe.com.invalid
> >
>     >     > napisał(a):
>     >     >
>     >     >> Hi Piotr,
>     >     >>
>     >     >> I think I've figured out how to use maven-scm 1.10.0.  I have
>     > switched
>     >     >> the version of the release plugin to 3.0.0-SNAPSHOT.  You
> will have
>     > to
>     >     >> build your own release plugin from sources.  The latest
> published
>     > snapshot
>     >     >> is not based on the latest sources so we have to build it
>     > ourselves.  I
>     >     >> have added an Ant task to releasecandidate.xml called
>     >     >> maven-release-plugin.  So, I would recommend starting with an
> empty
>     > folder
>     >     >> with just local.properties and the latest
> releasecandidate.xml and
>     > running:
>     >     >>
>     >     >>     Ant -f releasecandidate.xml -Drelease.version=0.9.4 -Drc=1
>     >     >> maven-release-plugin
>     >     >>
>     >     >> When that succeeds (it worked first try for me), then run:
>     >     >>
>     >     >>     Ant -f releasecandidate.xml -Drelease.version=0.9.4 -Drc=1
>     >     >> make_branches
>     >     >>
>     >     >> I tried it with a dry run (by uncommenting the
> pushChanges=false)
>     > and it
>     >     >> worked for me on Windows from PowerShell.
>     >     >>
>     >     >> I also ran the update.versions target.  It turns out I needed
> to run
>     >     >> several targets first from the empty folder:
>  use_develop_branch
>     >     >> clone-compiler clone-typedefs clone-asjs update.versions
>     >     >>
>     >     >> And then manually go to each repo and push the changes.
>     >     >>
>     >     >> Hopefully you will be able to use the make_branches to update
> the
>     > maven
>     >     >> poms to 0.9 4-SNAPSHOT and then proceed with the
> releasecandidate.
>     >     >>
>     >     >> Good luck!
>     >     >> -Alex
>     >     >>
>     >     >> On 9/14/18, 9:25 AM, "Alex Harui" <ah...@adobe.com.INVALID>
> wrote:
>     >     >>
>     >     >>     OK.  But by specifying setting-template you are giving it
>     > different
>     >     >> startup property values.  IMO, best test is to run the same
> thing
>     > on your
>     >     >> command line that Ant is trying to run.
>     >     >>
>     >     >>     -Alex
>     >     >>
>     >     >>     On 9/14/18, 9:13 AM, "Piotr Zarzycki" <
>     > piotrzarzycki21@gmail.com>
>     >     >> wrote:
>     >     >>
>     >     >>         Alex,
>     >     >>
>     >     >>         You understand it me wrong. I don't skip tests when
> I'm
>     > trying to
>     >     >> create
>     >     >>         release candidate. This command is test command - I
> run it
>     > just
>     >     >> to check
>     >     >>         what pure Maven build download for me - not connected
> with
>     > ant at
>     >     >> all.
>     >     >>
>     >     >>         Thanks,
>     >     >>         Piotr
>     >     >>
>     >     >>         pt., 14 wrz 2018 o 18:09 Alex Harui
>     > <ah...@adobe.com.invalid>
>     >     >> napisał(a):
>     >     >>
>     >     >>         > Ant does not specify to use settings-template.  I
> never
>     > specify
>     >     >> that
>     >     >>         > anymore when running Maven from the command-line.
>     >     >>         >
>     >     >>         > FWIW, I think you should not skip tests or rat when
>     > trying to
>     >     >> create a
>     >     >>         > release candidate.
>     >     >>         >
>     >     >>         > Ant uses a "mvn" variable when trying to launch
> Maven so
>     > you can
>     >     >>         > -Dmvn=<some other path> although I don't think you
> can add
>     >     >> other options to
>     >     >>         > that variable.
>     >     >>         >
>     >     >>         > I guess I will try this out myself on Windows.
>     >     >>         >
>     >     >>         > HTH
>     >     >>         > -Alex
>     >     >>         >
>     >     >>         > On 9/14/18, 9:02 AM, "Piotr Zarzycki" <
>     >     >> piotrzarzycki21@gmail.com> wrote:
>     >     >>         >
>     >     >>         >     For the tests I run in command line following:
> mvn -s
>     >     >>         > settings-template.xml
>     >     >>         >     -DskipTests -Drat.skip=true clean install - It
> uses my
>     >     >> Apache Maven
>     >     >>         > 3.5.4.
>     >     >>         >     I would be surprised that Ant run some other
> Maven - I
>     >     >> don't have any
>     >     >>         > other
>     >     >>         >     installed in my system. I will check as you
> propose
>     > from
>     >     >> Ant.
>     >     >>         >
>     >     >>         >
>     >     >>         >     pt., 14 wrz 2018 o 17:54 Alex Harui
>     >     >> <ah...@adobe.com.invalid>
>     >     >>         > napisał(a):
>     >     >>         >
>     >     >>         >     > The Ant script runs (on Windows) whatever
> mvn.cmd
>     > maps to
>     >     >> in the
>     >     >>         > PATH.
>     >     >>         >     > What are you typing on the command-line to run
>     > Maven?
>     >     >>         >     >
>     >     >>         >     > There are some options for Ant that print out
> more
>     > info
>     >     >> or you might
>     >     >>         > add
>     >     >>         >     > some other commands to the Ant script to help
>     > figure out
>     >     >> what
>     >     >>         > mvn.cmd it is
>     >     >>         >     > running.  On Windows, I think you can run
> "where
>     > mvn.cmd"
>     >     >> to see
>     >     >>         > what it is
>     >     >>         >     > picking up.
>     >     >>         >     >
>     >     >>         >     > HTH,
>     >     >>         >     > -Alex
>     >     >>         >     >
>     >     >>         >     >
>     >     >>         >     > On 9/14/18, 8:05 AM, "Piotr Zarzycki" <
>     >     >> piotrzarzycki21@gmail.com>
>     >     >>         > wrote:
>     >     >>         >     >
>     >     >>         >     >     I have spent on that again a bunch of
> time and
>     >     >> something is
>     >     >>         > really
>     >     >>         >     > weird
>     >     >>         >     >     happen. I've figure out that if Maven is
> using
>     > scm
>     >     >> and we won't
>     >     >>         > specify
>     >     >>         >     >     inside pluginManagement tag what version
> of scm
>     > is
>     >     >> used - It will
>     >     >>         >     > download
>     >     >>         >     >     some older one.
>     >     >>         >     >
>     >     >>         >     >     However there is something wrong on the
> line
>     > between
>     >     >>         >     > releasecandidate.xml
>     >     >>         >     >     and Maven.
>     >     >>         >     >
>     >     >>         >     >     1) If I run build of royale-compiler
> using cmd
>     > or
>     >     >> even from
>     >     >>         > Intellij -
>     >     >>         >     > scm
>     >     >>         >     >     1.10.0 is being downloaded - correct one.
>     >     >>         >     >     2) If I run release process using
>     >     >> releasecandidate.xml there is
>     >     >>         > being
>     >     >>         >     >     downloaded 1.9.4
>     >     >>         >     >
>     >     >>         >     >     Any idea why it could happen like that ?
> This
>     > file
>     >     >>         >     > releasecandidate.xml is
>     >     >>         >     >     used to just launch Maven build, why old
> scm is
>     > being
>     >     >>         > downloaded?!
>     >     >>         >     >
>     >     >>         >     >     Thanks,
>     >     >>         >     >     Piotr
>     >     >>         >     >
>     >     >>         >     >     czw., 13 wrz 2018 o 21:43 Alex Harui
>     >     >> <ah...@adobe.com.invalid>
>     >     >>         >     > napisał(a):
>     >     >>         >     >
>     >     >>         >     >     > I think the console output will show
> what
>     > versions
>     >     >> of plugins
>     >     >>         > are
>     >     >>         >     >     > downloaded. You can also check out the
> local
>     > maven
>     >     >> cache.
>     >     >>         >     >     >
>     >     >>         >     >     > Get Outlook for Android<
>     >     >>         >     >
>     >     >>         >
>     >     >>
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Faka.ms%2Fghei36&amp;data=02%7C01%7Caharui%40adobe.com%7Cb4f3681be8ee401a9edb08d61c7cd8a8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636727719873623282&amp;sdata=%2BCfU%2B2Hg73Nr3bm%2FoAhf2%2B%2BbtrL9fCclN7whFIyr1B8%3D&amp;reserved=0
>     >     >>         >     > >
>     >     >>         >     >     >
>     >     >>         >     >     > ________________________________
>     >     >>         >     >     > From: Piotr Zarzycki <
>     > piotrzarzycki21@gmail.com>
>     >     >>         >     >     > Sent: Thursday, September 13, 2018
> 11:02:29 AM
>     >     >>         >     >     > To: dev@royale.apache.org
>     >     >>         >     >     > Subject: Re: [Discuss] Start release
> process
>     > 0.9.3
>     >     >>         >     >     >
>     >     >>         >     >     > Unfortunately I don't know how to check
> that.
>     > I can
>     >     >> check only
>     >     >>         >     > "Effective
>     >     >>         >     >     > Pom" - Intellij is able to show me what
> is
>     > behind
>     >     >> the stage in
>     >     >>         >     > specific
>     >     >>         >     >     > pom. This is how it looks like for main
> pom in
>     >     >> royale-asjs ->
>     >     >>         >     >     >
>     >     >>         >     >     >
>     >     >>         >     >
>     >     >>         >
>     >     >>
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FeVmK&amp;data=02%7C01%7Caharui%40adobe.com%7Cb4f3681be8ee401a9edb08d61c7cd8a8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636727719873623282&amp;sdata=lU0LNypNyfW1BS0%2BtPzmr0d8haiC4AotMKQrfpMWvv8%3D&amp;reserved=0
>     >     >>         >     >     >
>     >     >>         >     >     > Piotr
>     >     >>         >     >     >
>     >     >>         >     >     >
>     >     >>         >     >     >
>     >     >>         >     >     > czw., 13 wrz 2018 o 19:42 Alex Harui
>     >     >> <aharui@adobe.com.invalid
>     >     >>         > >
>     >     >>         >     >     > napisał(a):
>     >     >>         >     >     >
>     >     >>         >     >     > > Is maven using scm 1.10?
>     >     >>         >     >     > >
>     >     >>         >     >     > > Get Outlook for Android<
>     >     >>         >     >     >
>     >     >>         >     >
>     >     >>         >
>     >     >>
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Faka.ms%2Fghei36&amp;data=02%7C01%7Caharui%40adobe.com%7Cb4f3681be8ee401a9edb08d61c7cd8a8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636727719873623282&amp;sdata=%2BCfU%2B2Hg73Nr3bm%2FoAhf2%2B%2BbtrL9fCclN7whFIyr1B8%3D&amp;reserved=0
>     >     >>         >     >     > >
>     >     >>         >     >     > >
>     >     >>         >     >     > > ________________________________
>     >     >>         >     >     > > From: Piotr Zarzycki <
>     > piotrzarzycki21@gmail.com>
>     >     >>         >     >     > > Sent: Thursday, September 13, 2018
> 8:55:29
>     > AM
>     >     >>         >     >     > > To: dev@royale.apache.org
>     >     >>         >     >     > > Subject: Re: [Discuss] Start release
>     > process 0.9.3
>     >     >>         >     >     > >
>     >     >>         >     >     > > I'm unable to use
> releasecandidate.xml and
>     >     >> prepare that
>     >     >>         > release
>     >     >>         >     > using
>     >     >>         >     >     > that
>     >     >>         >     >     > > script. It's failing constantly,
> despite my
>     >     >> attempt of
>     >     >>         > update scm.
>     >     >>         >     >     > Failing
>     >     >>         >     >     > > is happen only on royale-asjs.
>     >     >>         >     >     > >
>     >     >>         >     >     > > I see only option to prepare that
> release
>     >     >> manually.
>     >     >>         >     >     > >
>     >     >>         >     >     > > Thanks,
>     >     >>         >     >     > > Piotr
>     >     >>         >     >     > >
>     >     >>         >     >     > > czw., 13 wrz 2018 o 10:47 Alex Harui
>     >     >>         > <ah...@adobe.com.invalid>
>     >     >>         >     >     > > napisał(a):
>     >     >>         >     >     > >
>     >     >>         >     >     > > > Yes, that might work.  But you also
> have
>     > to run
>     >     >> the
>     >     >>         >     > update.version
>     >     >>         >     >     > target
>     >     >>         >     >     > > > in Ant.  It looks like I didn't
> write
>     > about it
>     >     >> in the
>     >     >>         > wiki.  I
>     >     >>         >     > think
>     >     >>         >     >     > the
>     >     >>         >     >     > > > command would be something like:
>     >     >>         >     >     > > >
>     >     >>         >     >     > > >   Ant -f releasecandidate.xml
>     > update.version
>     >     >>         >     > -Drelease.version=0.9.3
>     >     >>         >     >     > > >
>     >     >>         >     >     > > > I think it will ask you for the next
>     > version to
>     >     >> use.  I'm
>     >     >>         > done
>     >     >>         >     > working
>     >     >>         >     >     > > for
>     >     >>         >     >     > > > today, so good luck.
>     >     >>         >     >     > > >
>     >     >>         >     >     > > > HTH,
>     >     >>         >     >     > > > -Alex
>     >     >>         >     >     > > >
>     >     >>         >     >     > > > On 9/13/18, 12:52 AM, "Piotr
> Zarzycki" <
>     >     >>         >     > piotrzarzycki21@gmail.com>
>     >     >>         >     >     > > wrote:
>     >     >>         >     >     > > >
>     >     >>         >     >     > > >     Alex,
>     >     >>         >     >     > > >
>     >     >>         >     >     > > >     By that do you mean that I
> basically
>     > should
>     >     >> go two
>     >     >>         > times
>     >     >>         >     > with third
>     >     >>         >     >     > > > step of
>     >     >>         >     >     > > >     your release steps ? It will
> give the
>     >     >> results I think
>     >     >>         > so.
>     >     >>         >     >     > > >
>     >     >>         >     >     > > >     [1]
>     >     >>         >     >     > > >
>     >     >>         >     >     > > >
>     >     >>         >     >     > >
>     >     >>         >     >     >
>     >     >>         >     >
>     >     >>         >
>     >     >>
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FRelease-Manager-Notes%23release-steps&amp;data=02%7C01%7Caharui%40adobe.com%7Cb4f3681be8ee401a9edb08d61c7cd8a8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636727719873633300&amp;sdata=uns5ytN4XDOzv1Mb8U3ol%2FS49h10NXq34%2FOtRdfzgfs%3D&amp;reserved=0
>     >     >>         >     >     > > >
>     >     >>         >     >     > > >     Thanks,
>     >     >>         >     >     > > >     Piotr
>     >     >>         >     >     > > >
>     >     >>         >     >     > > >     czw., 13 wrz 2018 o 09:46 Alex
> Harui
>     >     >>         >     > <ah...@adobe.com.invalid>
>     >     >>         >     >     > > > napisał(a):
>     >     >>         >     >     > > >
>     >     >>         >     >     > > >     > I also noticed that there are
> lots
>     > of
>     >     >> references to
>     >     >>         > 0.9.3
>     >     >>         >     > in the
>     >     >>         >     >     > > > repo.  If
>     >     >>         >     >     > > >     > we want to use 0.9.4 as the
> version
>     >     >> number, I think
>     >     >>         > you
>     >     >>         >     > will have
>     >     >>         >     >     > > to
>     >     >>         >     >     > > > run
>     >     >>         >     >     > > >     > the update.version target in
>     >     >> releasecandidate.xml and
>     >     >>         >     > update the
>     >     >>         >     >     > > > Maven poms
>     >     >>         >     >     > > >     > as well.   We've never really
> tried
>     > to
>     >     >> skip a version
>     >     >>         >     > number
>     >     >>         >     >     > > before,
>     >     >>         >     >     > > > so not
>     >     >>         >     >     > > >     > exactly sure what needs to be
>     > done.  One
>     >     >> way that
>     >     >>         > might
>     >     >>         >     > work to
>     >     >>         >     >     > > > update
>     >     >>         >     >     > > >     > Maven poms is to create the
> release
>     >     >> branches.  That
>     >     >>         > should
>     >     >>         >     > update
>     >     >>         >     >     > > the
>     >     >>         >     >     > > >     > version numbers in the develop
>     > branch.
>     >     >> Then toss the
>     >     >>         >     > release
>     >     >>         >     >     > > branch
>     >     >>         >     >     > > >     > without reverting and create
> another
>     >     >> release
>     >     >>         > branch.  That
>     >     >>         >     > should
>     >     >>         >     >     > > > update
>     >     >>         >     >     > > >     > the version numbers in
> develop to
>     >     >> 0.9.5-SNAPSHOT
>     >     >>         > which is
>     >     >>         >     > what we
>     >     >>         >     >     > > > want, and
>     >     >>         >     >     > > >     > the release branches should
> have
>     > 0.9.4.
>     >     >>         >     >     > > >     >
>     >     >>         >     >     > > >     > HTH,
>     >     >>         >     >     > > >     > -Alex
>     >     >>         >     >     > > >     >
>     >     >>         >     >     > > >     > On 9/12/18, 2:18 PM, "Alex
> Harui"
>     >     >>         > <aharui@adobe.com.INVALID
>     >     >>         >     > >
>     >     >>         >     >     > > wrote:
>     >     >>         >     >     > > >     >
>     >     >>         >     >     > > >     >     The console output should
>     > include
>     >     >> what version of
>     >     >>         >     > plugins are
>     >     >>         >     >     > > >     > downloaded.
>     >     >>         >     >     > > >     >
>     >     >>         >     >     > > >     >     Get Outlook for Android<
>     >     >>         >     >     > > >     >
>     >     >>         >     >     > > >
>     >     >>         >     >     > >
>     >     >>         >     >     >
>     >     >>         >     >
>     >     >>         >
>     >     >>
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Faka.ms%2Fghei36&amp;data=02%7C01%7Caharui%40adobe.com%7Cb4f3681be8ee401a9edb08d61c7cd8a8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636727719873633300&amp;sdata=9f87scY29nhZxBOLs8QigBmBad87mVwp08CxaBhMu0c%3D&amp;reserved=0
>     >     >>         >     >     > > >     > >
>     >     >>         >     >     > > >     >
>     >     >>         >     >     > > >     >
>  ________________________________
>     >     >>         >     >     > > >     >     From: Piotr Zarzycki <
>     >     >> piotrzarzycki21@gmail.com>
>     >     >>         >     >     > > >     >     Sent: Wednesday,
> September 12,
>     > 2018
>     >     >> 9:54:04 AM
>     >     >>         >     >     > > >     >     To: dev@royale.apache.org
>     >     >>         >     >     > > >     >     Subject: Re: [Discuss]
> Start
>     > release
>     >     >> process
>     >     >>         > 0.9.3
>     >     >>         >     >     > > >     >
>     >     >>         >     >     > > >     >     That's not good, because
> I was
>     >     >> updated that
>     >     >>         > stuff. It
>     >     >>         >     > looks
>     >     >>         >     >     > > like
>     >     >>         >     >     > > > it
>     >     >>         >     >     > > >     > didn't
>     >     >>         >     >     > > >     >     work well. Let me
> investigate
>     > more
>     >     >> scm plugin
>     >     >>         > stuff
>     >     >>         >     > and I'm
>     >     >>         >     >     > > > reverting
>     >     >>         >     >     > > >     >     current changes.
>     >     >>         >     >     > > >     >
>     >     >>         >     >     > > >     >     Thanks!
>     >     >>         >     >     > > >     >
>     >     >>         >     >     > > >     >     śr., 12 wrz 2018 o 18:39
> Alex
>     > Harui
>     >     >>         >     > <aharui@adobe.com.invalid
>     >     >>         >     >     > >
>     >     >>         >     >     > > >     > napisał(a):
>     >     >>         >     >     > > >     >
>     >     >>         >     >     > > >     >     > That error implies that
>     > maven-scm
>     >     >> 1.10.0 is not
>     >     >>         >     > being used.
>     >     >>         >     >     > > > Some
>     >     >>         >     >     > > >     > older
>     >     >>         >     >     > > >     >     > version is.  I couldn't
>     > figure out
>     >     >> from reading
>     >     >>         >     > Maven doc
>     >     >>         >     >     > > > exactly
>     >     >>         >     >     > > >     > how to
>     >     >>         >     >     > > >     >     > control that.  We might
> need
>     > to
>     >     >> specify it in
>     >     >>         > the
>     >     >>         >     > main pom,
>     >     >>         >     >     > > > but I was
>     >     >>         >     >     > > >     >     > hoping that if you used
> the
>     > latest
>     >     >> Maven it
>     >     >>         > would
>     >     >>         >     >     > > automatically
>     >     >>         >     >     > > >     > bring in
>     >     >>         >     >     > > >     >     > that version.
>     >     >>         >     >     > > >     >     >
>     >     >>         >     >     > > >     >     > Regarding canceling an
> RC:
>     > the Ant
>     >     >> scripts
>     >     >>         > have
>     >     >>         >     > targets
>     >     >>         >     >     > that
>     >     >>         >     >     > > > run
>     >     >>         >     >     > > >     > other
>     >     >>         >     >     > > >     >     > targets that have
> bunches of
>     > Ant
>     >     >> commands.  So
>     >     >>         > when
>     >     >>         >     >     > something
>     >     >>         >     >     > > > fails,
>     >     >>         >     >     > > >     > and
>     >     >>         >     >     > > >     >     > you re-start from some
> Ant
>     > target,
>     >     >> it is
>     >     >>         > expecting
>     >     >>         >     > certain
>     >     >>         >     >     > > > starting
>     >     >>         >     >     > > >     >     > conditions.  So
> sometimes you
>     > have
>     >     >> to revert
>     >     >>         > commits
>     >     >>         >     > or
>     >     >>         >     >     > > delete
>     >     >>         >     >     > > > the
>     >     >>         >     >     > > >     > branch
>     >     >>         >     >     > > >     >     > and tags or sometimes
> you just
>     >     >> delete the
>     >     >>         > working
>     >     >>         >     > copy.  It
>     >     >>         >     >     > > > depends
>     >     >>         >     >     > > >     > where
>     >     >>         >     >     > > >     >     > you are starting from.
> There
>     > are
>     >     >> some Ant
>     >     >>         > tasks
>     >     >>         >     > that start
>     >     >>         >     >     > > at
>     >     >>         >     >     > > >     > certain
>     >     >>         >     >     > > >     >     > points (like after
>     > royale-compiler
>     >     >> and
>     >     >>         >     > royale-typedefs have
>     >     >>         >     >     > > > been
>     >     >>         >     >     > > >     > completed)
>     >     >>         >     >     > > >     >     > but it isn't so fine
> grain
>     > that you
>     >     >> can start
>     >     >>         >     > exactly from
>     >     >>         >     >     > > the
>     >     >>         >     >     > > > point
>     >     >>         >     >     > > >     > of
>     >     >>         >     >     > > >     >     > failure.
>     >     >>         >     >     > > >     >     >
>     >     >>         >     >     > > >     >     > HTH,
>     >     >>         >     >     > > >     >     > -Alex
>     >     >>         >     >     > > >     >     >
>     >     >>         >     >     > > >     >     > On 9/12/18, 8:46 AM,
> "Piotr
>     >     >> Zarzycki" <
>     >     >>         >     >     > > > piotrzarzycki21@gmail.com>
>     >     >>         >     >     > > >     > wrote:
>     >     >>         >     >     > > >     >     >
>     >     >>         >     >     > > >     >     >     I got fail on
> royale-asjs
>     > repo
>     >     >> ->
>     >     >>         >     >     > > >     >     >
>     >     >>         >     >     > > >     >
>     >     >>         >     >     > > >
>     >     >>         >     >     > >
>     >     >>         >     >     >
>     >     >>         >     >
>     >     >>         >
>     >     >>
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FBzVx&amp;data=02%7C01%7Caharui%40adobe.com%7Cb4f3681be8ee401a9edb08d61c7cd8a8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636727719873633300&amp;sdata=fD1%2Fqew4nUN%2Fp3%2BG710CCW8HMgpGpJCQmNG7noF9d4w%3D&amp;reserved=0
>     >     >>         >     >     > > >     >     >
>     >     >>         >     >     > > >     >     >     I don't understand
> one
>     > thing
>     >     >> from the
>     >     >>         >     > instruction.
>     >     >>         >     >     > Since
>     >     >>         >     >     > > >     > something
>     >     >>         >     >     > > >     >     > failed
>     >     >>         >     >     > > >     >     >     during branch
> creation I
>     > need
>     >     >> to revert
>     >     >>         > changes.
>     >     >>         >     >     > Probably
>     >     >>         >     >     > > > remove
>     >     >>         >     >     > > >     >     > branches
>     >     >>         >     >     > > >     >     >     and revert
> everything in
>     >     >> develop. - Yes ?
>     >     >>         >     >     > > >     >     >
>     >     >>         >     >     > > >     >     >     Instruction is
> saying in
>     >     >> Canceling RC: "To
>     >     >>         >     > cancel an RC
>     >     >>         >     >     > > and
>     >     >>         >     >     > > >     > generate a
>     >     >>         >     >     > > >     >     > new
>     >     >>         >     >     > > >     >     >     RC, you have to
> revert
>     > certain
>     >     >> changes that
>     >     >>         >     > Maven made
>     >     >>         >     >     > to
>     >     >>         >     >     > > > the
>     >     >>         >     >     > > >     > release
>     >     >>         >     >     > > >     >     >     branch." - Why only
>     > release
>     >     >> branch ?
>     >     >>         >     >     > > >     >     >
>     >     >>         >     >     > > >     >     >     Should I not remove
>     > release
>     >     >> branch ?
>     >     >>         >     >     > > >     >     >
>     >     >>         >     >     > > >     >     >     Thanks,
>     >     >>         >     >     > > >     >     >     Piotr
>     >     >>         >     >     > > >     >     >
>     >     >>         >     >     > > >     >     >     śr., 12 wrz 2018 o
> 17:38
>     > Piotr
>     >     >> Zarzycki <
>     >     >>         >     >     > > >     > piotrzarzycki21@gmail.com>
>     >     >>         >     >     > > >     >     >     napisał(a):
>     >     >>         >     >     > > >     >     >
>     >     >>         >     >     > > >     >     >     > I just tried it
> from
>     > Git Bash
>     >     >> and
>     >     >>         > something
>     >     >>         >     > started
>     >     >>         >     >     > to
>     >     >>         >     >     > > > work :)
>     >     >>         >     >     > > >     >     >     >
>     >     >>         >     >     > > >     >     >     > śr., 12 wrz 2018
> o 17:36
>     >     >> Piotr Zarzycki <
>     >     >>         >     >     > > >     > piotrzarzycki21@gmail.com>
>     >     >>         >     >     > > >     >     >     > napisał(a):
>     >     >>         >     >     > > >     >     >     >
>     >     >>         >     >     > > >     >     >     >> I just go
> through SSH
>     >     >> instruction again
>     >     >>         > and
>     >     >>         >     > re-added
>     >     >>         >     >     > > > rsa key
>     >     >>         >     >     > > >     > to
>     >     >>         >     >     > > >     >     > GitHub,
>     >     >>         >     >     > > >     >     >     >> but no luck so
> far.
>     >     >>         >     >     > > >     >     >     >>
>     >     >>         >     >     > > >     >     >     >> śr., 12 wrz 2018
> o
>     > 17:36
>     >     >> Piotr Zarzycki
>     >     >>         > <
>     >     >>         >     >     > > >     > piotrzarzycki21@gmail.com>
>     >     >>         >     >     > > >     >     >     >> napisał(a):
>     >     >>         >     >     > > >     >     >     >>
>     >     >>         >     >     > > >     >     >     >>> Yes - I have
> exactly
>     > two
>     >     >> files there -
>     >     >>         > the
>     >     >>         >     > same as
>     >     >>         >     >     > > you.
>     >     >>         >     >     > > >     >     >     >>>
>     >     >>         >     >     > > >     >     >     >>> śr., 12 wrz
> 2018 o
>     > 17:34
>     >     >> Alex Harui
>     >     >>         >     >     > > > <aharui@adobe.com.invalid
>     >     >>         >     >     > > >     > >
>     >     >>         >     >     > > >     >     >     >>> napisał(a):
>     >     >>         >     >     > > >     >     >     >>>
>     >     >>         >     >     > > >     >     >     >>>> Are you running
>     >     >> releasecandidate.xml
>     >     >>         > from an
>     >     >>         >     >     > 'empty
>     >     >>         >     >     > > > folder
>     >     >>         >     >     > > >     > and
>     >     >>         >     >     > > >     >     > not in
>     >     >>         >     >     > > >     >     >     >>>> your working
> copy?  I
>     >     >> think the only
>     >     >>         > thing
>     >     >>         >     > I have
>     >     >>         >     >     > in
>     >     >>         >     >     > > > the
>     >     >>         >     >     > > >     > folder is
>     >     >>         >     >     > > >     >     >     >>>>
> releasecandidate.xml
>     > and
>     >     >>         > local.properties.
>     >     >>         >     >     > > >     >     >     >>>>
>     >     >>         >     >     > > >     >     >     >>>> Get Outlook for
>     > Android<
>     >     >>         >     >     > > >     >     >
>     >     >>         >     >     > > >     >
>     >     >>         >     >     > > >
>     >     >>         >     >     > >
>     >     >>         >     >     >
>     >     >>         >     >
>     >     >>         >
>     >     >>
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Faka.ms%2Fghei36&amp;data=02%7C01%7Caharui%40adobe.com%7Cb4f3681be8ee401a9edb08d61c7cd8a8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636727719873633300&amp;sdata=9f87scY29nhZxBOLs8QigBmBad87mVwp08CxaBhMu0c%3D&amp;reserved=0
>     >     >>         >     >     > > >     >     > >
>     >     >>         >     >     > > >     >     >     >>>>
>     >     >>         >     >     > > >     >     >     >>>>
>     >     >> ________________________________
>     >     >>         >     >     > > >     >     >     >>>> From: Piotr
> Zarzycki
>     > <
>     >     >>         >     > piotrzarzycki21@gmail.com>
>     >     >>         >     >     > > >     >     >     >>>> Sent:
> Wednesday,
>     > September
>     >     >> 12, 2018
>     >     >>         > 7:42:06
>     >     >>         >     > AM
>     >     >>         >     >     > > >     >     >     >>>> To:
>     > dev@royale.apache.org
>     >     >>         >     >     > > >     >     >     >>>> Subject: Re:
>     > [Discuss]
>     >     >> Start release
>     >     >>         >     > process 0.9.3
>     >     >>         >     >     > > >     >     >     >>>>
>     >     >>         >     >     > > >     >     >     >>>> Yes I follow
> the SSH
>     > link.
>     >     >> I will
>     >     >>         > review
>     >     >>         >     > stuff
>     >     >>         >     >     > > again.
>     >     >>         >     >     > > >     >     >     >>>>
>     >     >>         >     >     > > >     >     >     >>>>
>     >     >>         >     >     > > >     >     >     >>>> On Wed, Sep 12,
>     > 2018, 4:06
>     >     >> PM Alex
>     >     >>         > Harui
>     >     >>         >     >     > > >



-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Carlos Rovira <ca...@apache.org>.
Side note...I searched for javadoc or maven-javadoc-pluign and didn't find
anything
So it's a completely mystery to me how release process is triggering the
creation of javadocs. :?

El dom., 30 sept. 2018 a las 17:47, Carlos Rovira (<ca...@apache.org>)
escribió:

> Hi Om,
>
> error is now fixed. Can you try to release again?
> thanks
>
> Carlos
>
>
>
>
>
> El dom., 30 sept. 2018 a las 17:27, Carlos Rovira (<
> carlosrovira@apache.org>) escribió:
>
>> Hi,
>>
>> just reverted the two generated commits for release, I left to you remove
>> new branches generated.
>> About the fail, I was wrong, since I saw this very quickly. It's not
>> about JDK, I'm using as well 1.8. I was confused for other thing I had some
>> weeks ago, and was trying to use another JDK, but I don't remember what was.
>>
>> Anyway, the problem is about java doc, in the new class
>> AMFCompressionException.java I introduce some months ago.
>> since we never execute java doc generation we didn't see this.
>>
>> I'm going to try to fix this removing the problems I see, and I'll try to
>> see if I can try to use java doc to test if I pass the problem.
>>
>> I'll report soon.
>>
>> Carlos
>>
>>
>> El dom., 30 sept. 2018 a las 17:12, Carlos Rovira (<
>> carlosrovira@apache.org>) escribió:
>>
>>> Hi, since I'm going to work now on some compiler changes, I'll revert
>>> those 2 commits in each repo. I'll try to pass as well maven with java 1.8
>>> in amp and see if I get the same error
>>>
>>> El dom., 30 sept. 2018 a las 15:16, Piotr Zarzycki (<
>>> piotrzarzycki21@gmail.com>) escribió:
>>>
>>>> Om,
>>>>
>>>> I think if you got fail during the process you should right after that.
>>>> 1) Remove created release tags
>>>> 2) Revert all changes which Maven did in develop branches to the
>>>> previous
>>>> state
>>>>
>>>> Thanks,
>>>> Piotr
>>>>
>>>> niedz., 30 wrz 2018 o 12:40 Carlos Rovira <
>>>> carlos.rovira@codeoscopic.com>
>>>> napisał(a):
>>>>
>>>> > Hi Om,
>>>> > don't have many time now, but seems you are using JDK 1.8 and that
>>>> project
>>>> > needs to be 1.7 or will fail
>>>> > I'll connect some hours later to see if you could use that sdk
>>>> > good luck! :)
>>>> >
>>>> > El dom., 30 sept. 2018 a las 11:34, Piotr Zarzycki (<
>>>> > piotrzarzycki21@gmail.com>) escribió:
>>>> >
>>>> > > Hi Om,
>>>> > >
>>>> > > Have you tried build that example on their own? Is it failing with
>>>> the
>>>> > same
>>>> > > stack trace?
>>>> > >
>>>> > > Thanks,
>>>> > > Piotr
>>>> > >
>>>> > > On Sun, Sep 30, 2018, 9:31 AM OmPrakash Muppirala <
>>>> bigosmallm@gmail.com>
>>>> > > wrote:
>>>> > >
>>>> > > > So, I made a lot of progress (much more than last time), but
>>>> > > unfortunately
>>>> > > > the build failed at this stage.  Looks like an issue with the
>>>> > > > SampleAmfWebApp.  Anyone else seeing this error or am I doing
>>>> something
>>>> > > > wrong?
>>>> > > >
>>>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: Native:
>>>> USStatesMap
>>>> > > > ....... SUCCESS [  1.001 s]
>>>> > > >
>>>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: NodeJS
>>>> > > > .................... SUCCESS [  0.210 s]
>>>> > > >
>>>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: NodeJS:
>>>> HelloWorld
>>>> > > > ........ SUCCESS [  0.945 s]
>>>> > > >
>>>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: AMF Web Apps
>>>> > > > .............. SUCCESS [  0.202 s]
>>>> > > >
>>>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: AMF Web Apps:
>>>> > > > SampleAmfWebApp FAILURE [01:51 min]
>>>> > > >
>>>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples:
>>>> Integrationtests
>>>> > > > .......... SKIPPED
>>>> > > >
>>>> > > >      [exec] [INFO] [INFO] compc
>>>> > > > .............................................. SKIPPED
>>>> > > >
>>>> > > >      [exec] [INFO] [INFO] compiler-asc
>>>> > > > ....................................... SKIPPED
>>>> > > >
>>>> > > >      [exec] [INFO] [INFO] compiler-compc
>>>> > > > ..................................... SKIPPED
>>>> > > >
>>>> > > >      [exec] [INFO] [INFO] compiler-mxmlc
>>>> > > > ..................................... SKIPPED
>>>> > > >
>>>> > > >      [exec] [INFO] [INFO] compiler-optimizer
>>>> > > > ................................. SKIPPED
>>>> > > >
>>>> > > >      [exec] [INFO] [INFO] compiler-swfdump
>>>> > > > ................................... SKIPPED
>>>> > > >
>>>> > > >      [exec] [INFO] [INFO] mxmlc
>>>> > > > .............................................. SKIPPED
>>>> > > >
>>>> > > >      [exec] [INFO] [INFO] Apache Royale: Distribution
>>>> > > > ........................ SKIPPED
>>>> > > >
>>>> > > >      [exec] [INFO] [INFO] Apache Royale: ManualTests
>>>> > > > ......................... SKIPPED
>>>> > > >
>>>> > > >      [exec] [INFO] [INFO] Apache Royale: ManualTests: UnitTests
>>>> > > > .............. SKIPPED
>>>> > > >
>>>> > > >      [exec] [INFO] [INFO] Apache Royale: Testsuite 0.9.4
>>>> > > > ..................... SKIPPED
>>>> > > >
>>>> > > >      [exec] [INFO] [INFO]
>>>> > > >
>>>> >
>>>> ------------------------------------------------------------------------
>>>> > > >
>>>> > > >      [exec] [INFO] [INFO] BUILD FAILURE
>>>> > > >
>>>> > > >      [exec] [INFO] [INFO]
>>>> > > >
>>>> >
>>>> ------------------------------------------------------------------------
>>>> > > >
>>>> > > >      [exec] [INFO] [INFO] Total time: 14:11 min
>>>> > > >
>>>> > > >      [exec] [INFO] [INFO] Finished at: 2018-09-30T00:25:37-07:00
>>>> > > >
>>>> > > >      [exec] [INFO] [INFO]
>>>> > > >
>>>> >
>>>> ------------------------------------------------------------------------
>>>> > > >
>>>> > > >      [exec] [INFO] [ERROR] Failed to execute goal
>>>> > > > org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:jar
>>>> > > (attach-javadocs)
>>>> > > > on project SampleAmfWebApp: MavenReportException: Error while
>>>> > generating
>>>> > > > Javadoc:
>>>> > > >
>>>> > > >      [exec] [INFO] [ERROR] Exit code: 1 -
>>>> > > >
>>>> > > >
>>>> > >
>>>> >
>>>> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
>>>> > > > error: @param name not found
>>>> > > >
>>>> > > >      [exec] [INFO] [ERROR]  * @param code
>>>> > > >
>>>> > > >      [exec] [INFO] [ERROR]           ^
>>>> > > >
>>>> > > >      [exec] [INFO] [ERROR]
>>>> > > >
>>>> > > >
>>>> > >
>>>> >
>>>> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
>>>> > > > warning: no description for @param
>>>> > > >
>>>> > > >      [exec] [INFO] [ERROR]  * @param code
>>>> > > >
>>>> > > >      [exec] [INFO] [ERROR]    ^
>>>> > > >
>>>> > > >      [exec] [INFO] [ERROR]
>>>> > > >
>>>> > > >
>>>> > >
>>>> >
>>>> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:33:
>>>> > > > warning: no @param for compressionError
>>>> > > >
>>>> > > >      [exec] [INFO] [ERROR] public
>>>> > > > AMFCompressionException(AMFCompressionError compressionError) {
>>>> > > >
>>>> > > >      [exec] [INFO] [ERROR]        ^
>>>> > > >
>>>> > > >      [exec] [INFO] [ERROR]
>>>> > > >
>>>> > > >
>>>> > >
>>>> >
>>>> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
>>>> > > > error: @param name not found
>>>> > > >
>>>> > > >      [exec] [INFO] [ERROR]  * @param code
>>>> > > >
>>>> > > >      [exec] [INFO] [ERROR]           ^
>>>> > > >
>>>> > > >      [exec] [INFO] [ERROR]
>>>> > > >
>>>> > > >
>>>> > >
>>>> >
>>>> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
>>>> > > > warning: no description for @param
>>>> > > >
>>>> > > >      [exec] [INFO] [ERROR]  * @param code
>>>> > > >
>>>> > > >      [exec] [INFO] [ERROR]    ^
>>>> > > >
>>>> > > >      [exec] [INFO] [ERROR]
>>>> > > >
>>>> > > >
>>>> > >
>>>> >
>>>> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:41:
>>>> > > > warning: no description for @param
>>>> > > >
>>>> > > >      [exec] [INFO] [ERROR]  * @param cause
>>>> > > >
>>>> > > >      [exec] [INFO] [ERROR]    ^
>>>> > > >
>>>> > > >      [exec] [INFO] [ERROR]
>>>> > > >
>>>> > > >
>>>> > >
>>>> >
>>>> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:43:
>>>> > > > warning: no @param for compressionError
>>>> > > >
>>>> > > >      [exec] [INFO] [ERROR] public
>>>> > > > AMFCompressionException(AMFCompressionError compressionError,
>>>> Throwable
>>>> > > > cause) {
>>>> > > >
>>>> > > >      [exec] [INFO] [ERROR]        ^
>>>> > > >
>>>> > > >      [exec] [INFO] [ERROR]
>>>> > > >
>>>> > > >      [exec] [INFO] [ERROR] Command line was:
>>>> > > >
>>>> > > >
>>>> > >
>>>> >
>>>> /Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/../bin/javadoc
>>>> > > > @options @packages
>>>> > > >
>>>> > > >      [exec] [INFO] [ERROR]
>>>> > > >
>>>> > > >      [exec] [INFO] [ERROR] Refer to the generated Javadoc files in
>>>> > > >
>>>> > > >
>>>> > >
>>>> >
>>>> '/Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/target/apidocs'
>>>> > > > dir.
>>>> > > >
>>>> > > >      [exec] [INFO] [ERROR] -> [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] [ERROR]
>>>> > > >
>>>> > > >      [exec] [INFO] [ERROR] After correcting the problems, you can
>>>> > resume
>>>> > > > the build with the command
>>>> > > >
>>>> > > >      [exec] [INFO] [ERROR]   mvn <goals> -rf :SampleAmfWebApp
>>>> > > >
>>>> > > > On Sat, Sep 29, 2018 at 11:58 AM OmPrakash Muppirala <
>>>> > > bigosmallm@gmail.com
>>>> > > > >
>>>> > > > wrote:
>>>> > > >
>>>> > > > > Okay, trying now.
>>>> > > > >
>>>> > > > > On Tue, Sep 25, 2018 at 9:52 AM Piotr Zarzycki <
>>>> > > > piotrzarzycki21@gmail.com>
>>>> > > > > wrote:
>>>> > > > >
>>>> > > > >> Om,
>>>> > > > >>
>>>> > > > >> I think if you first try to build Royale framework with Maven
>>>> all
>>>> > the
>>>> > > > >> dependencies will be downloaded. During framework build you
>>>> should
>>>> > get
>>>> > > > >> question about license related to player global etc. Once you
>>>> do
>>>> > > > >> successful
>>>> > > > >> build  you could try to go and play with script for release. -
>>>> That
>>>> > > way
>>>> > > > to
>>>> > > > >> go make you sure that script won't fail later during the
>>>> process.
>>>> > > > >>
>>>> > > > >> Thanks,
>>>> > > > >> Piotr
>>>> > > > >>
>>>> > > > >> pon., 24 wrz 2018 o 07:35 Alex Harui <aharui@adobe.com.invalid
>>>> >
>>>> > > > >> napisał(a):
>>>> > > > >>
>>>> > > > >> > According to the archives, try running:
>>>> > > > >> >
>>>> > > > >> >     mvn -s settings-template.xml clean install
>>>> > > > >> >
>>>> > > > >> > Thanks,
>>>> > > > >> > -Alex
>>>> > > > >> >
>>>> > > > >> > On 9/23/18, 3:48 PM, "OmPrakash Muppirala" <
>>>> bigosmallm@gmail.com
>>>> > >
>>>> > > > >> wrote:
>>>> > > > >> >
>>>> > > > >> >     On Sun, Sep 23, 2018 at 3:43 PM OmPrakash Muppirala <
>>>> > > > >> > bigosmallm@gmail.com>
>>>> > > > >> >     wrote:
>>>> > > > >> >
>>>> > > > >> >     > Thanks.  I decided to stick with 1.8 :-)
>>>> > > > >> >     >
>>>> > > > >> >     >
>>>> > > > >> >     BTW, this is when I run: mvn clean install in the
>>>> royale-asjs
>>>> > > > >> > directory:
>>>> > > > >> >
>>>> > > > >> >
>>>> > > > >> >     > I am seeing this error:
>>>> > > > >> >     >
>>>> > > > >> >     > [ERROR] Failed to execute goal
>>>> > > > >> >     >
>>>> > > > >> >
>>>> > > >
>>>> >
>>>> org.apache.royale.compiler:royale-maven-plugin:0.9.4-SNAPSHOT:compile-as
>>>> > > > >> >     > (default-compile-as) on project Core: Could not resolve
>>>> > > > >> dependencies
>>>> > > > >> > for
>>>> > > > >> >     > project
>>>> org.apache.royale.framework:Core:swc:0.9.4-SNAPSHOT:
>>>> > > > >> Failure
>>>> > > > >> > to
>>>> > > > >> >     > find com.adobe.air.framework:airglobal:swc:20.0 in
>>>> > > > >> >     >
>>>> > > > >> >
>>>> > > > >>
>>>> > > >
>>>> > >
>>>> >
>>>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0
>>>> > > > >> > was cached in
>>>> > > > >> >     > the local repository, resolution will not be
>>>> reattempted
>>>> > until
>>>> > > > the
>>>> > > > >> > update
>>>> > > > >> >     > interval of apache-release has elapsed or updates are
>>>> forced
>>>> > > ->
>>>> > > > >> > [Help 1]
>>>> > > > >> >     >
>>>> > > > >> >     > I don't see a `com` directory on
>>>> > > > >> >     >
>>>> > > > >> >
>>>> > > > >>
>>>> > > >
>>>> > >
>>>> >
>>>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0
>>>> > > > >> >     >
>>>> > > > >> >     > Is that expected?
>>>> > > > >> >     >
>>>> > > > >> >     > Thanks,
>>>> > > > >> >     > Om
>>>> > > > >> >     >
>>>> > > > >> >     >
>>>> > > > >> >     > On Sun, Sep 23, 2018 at 2:15 AM Carlos Rovira <
>>>> > > > >> > carlosrovira@apache.org>
>>>> > > > >> >     > wrote:
>>>> > > > >> >     >
>>>> > > > >> >     >> Hi Om,
>>>> > > > >> >     >>
>>>> > > > >> >     >> I have Java 8 and 10 installed, and I think I was
>>>> able to
>>>> > > > compile
>>>> > > > >> > three
>>>> > > > >> >     >> repos, but I find AMF java example doesn't work, since
>>>> > > BlazeDS
>>>> > > > >> > needs a
>>>> > > > >> >     >> Lower version I need to go with 8 for this example.
>>>> Maybe
>>>> > > other
>>>> > > > >> > part needs
>>>> > > > >> >     >> as well 7 or 8.
>>>> > > > >> >     >> I think trying another SDK should be left to some time
>>>> > > between
>>>> > > > >> > releases,
>>>> > > > >> >     >> since if not you can find spending more time that you
>>>> > > thought.
>>>> > > > >> >     >>
>>>> > > > >> >     >> just my 2
>>>> > > > >> >     >>
>>>> > > > >> >     >> Thanks
>>>> > > > >> >     >>
>>>> > > > >> >     >> Carlos
>>>> > > > >> >     >>
>>>> > > > >> >     >> El dom., 23 sept. 2018 a las 8:14, OmPrakash
>>>> Muppirala (<
>>>> > > > >> >     >> bigosmallm@gmail.com>) escribió:
>>>> > > > >> >     >>
>>>> > > > >> >     >> > Okay trying this out now.
>>>> > > > >> >     >> >
>>>> > > > >> >     >> > First question:  The release doc [1] says we need
>>>> Java
>>>> > 1.7
>>>> > > or
>>>> > > > >> > higher.
>>>> > > > >> >     >> Has
>>>> > > > >> >     >> > anyone tried Java 10?   That is the default version
>>>> > > available
>>>> > > > >> > through
>>>> > > > >> >     >> all
>>>> > > > >> >     >> > installation channels.
>>>> > > > >> >     >> > Any pitfalls I should consider?
>>>> > > > >> >     >> >
>>>> > > > >> >     >> > Thanks,
>>>> > > > >> >     >> > Om
>>>> > > > >> >     >> >
>>>> > > > >> >     >> > On Fri, Sep 21, 2018 at 12:23 PM Carlos Rovira <
>>>> > > > >> > carlosrovira@apache.org
>>>> > > > >> >     >> >
>>>> > > > >> >     >> > wrote:
>>>> > > > >> >     >> >
>>>> > > > >> >     >> > > I think we are ready to go, so let's go! ;-)
>>>> > > > >> >     >> > >
>>>> > > > >> >     >> > > Good luck Om! :)
>>>> > > > >> >     >> > >
>>>> > > > >> >     >> > > El vie., 21 sept. 2018 a las 18:19, Alex Harui
>>>> > > > >> >     >> (<aharui@adobe.com.invalid
>>>> > > > >> >     >> > > >)
>>>> > > > >> >     >> > > escribió:
>>>> > > > >> >     >> > >
>>>> > > > >> >     >> > > > Yes, I think they are ready.  I removed the
>>>> > > release/0.9.4
>>>> > > > >> > branches
>>>> > > > >> >     >> so
>>>> > > > >> >     >> > the
>>>> > > > >> >     >> > > > scripts should be able to make a new one.
>>>> > > > >> >     >> > > >
>>>> > > > >> >     >> > > > -Alex
>>>> > > > >> >     >> > > >
>>>> > > > >> >     >> > > > On 9/21/18, 8:58 AM, "OmPrakash Muppirala" <
>>>> > > > >> > bigosmallm@gmail.com>
>>>> > > > >> >     >> > > wrote:
>>>> > > > >> >     >> > > >
>>>> > > > >> >     >> > > >     Alex said in his last email that the repos
>>>> are
>>>> > > ready.
>>>> > > > >> > Will try
>>>> > > > >> >     >> in
>>>> > > > >> >     >> > a
>>>> > > > >> >     >> > > > few
>>>> > > > >> >     >> > > >     minutes.
>>>> > > > >> >     >> > > >
>>>> > > > >> >     >> > > >     Thanks,
>>>> > > > >> >     >> > > >     Om
>>>> > > > >> >     >> > > >
>>>> > > > >> >     >> > > >     On Fri, Sep 21, 2018, 7:24 AM Piotr
>>>> Zarzycki <
>>>> > > > >> >     >> > > > piotrzarzycki21@gmail.com>
>>>> > > > >> >     >> > > >     wrote:
>>>> > > > >> >     >> > > >
>>>> > > > >> >     >> > > >     > Om,
>>>> > > > >> >     >> > > >     >
>>>> > > > >> >     >> > > >     > In my opinion you have everything ready
>>>> to go!
>>>> > > > Since
>>>> > > > >> > develop
>>>> > > > >> >     >> is
>>>> > > > >> >     >> > > ready
>>>> > > > >> >     >> > > >     > probably you will start doing steps from
>>>> the
>>>> > > > >> beginning,
>>>> > > > >> > so in
>>>> > > > >> >     >> the
>>>> > > > >> >     >> > > > results
>>>> > > > >> >     >> > > >     > we will get branches release/0.9.4.
>>>> However
>>>> > they
>>>> > > > >> > already
>>>> > > > >> >     >> exists,
>>>> > > > >> >     >> > > > because
>>>> > > > >> >     >> > > >     > of
>>>> > > > >> >     >> > > >     > my previous attempt.
>>>> > > > >> >     >> > > >     >
>>>> > > > >> >     >> > > >     > Maybe before you even start they need to
>>>> be
>>>> > > > removed.
>>>> > > > >> >     >> > > >     >
>>>> > > > >> >     >> > > >     > Thanks,
>>>> > > > >> >     >> > > >     > Piotr
>>>> > > > >> >     >> > > >     >
>>>> > > > >> >     >> > > >     >
>>>> > > > >> >     >> > > >     >
>>>> > > > >> >     >> > > >     > pt., 21 wrz 2018 o 16:16 OmPrakash
>>>> Muppirala <
>>>> > > > >> >     >> > bigosmallm@gmail.com
>>>> > > > >> >     >> > > >
>>>> > > > >> >     >> > > >     > napisał(a):
>>>> > > > >> >     >> > > >     >
>>>> > > > >> >     >> > > >     > > So am I clear to try and release?  Or
>>>> should
>>>> > I
>>>> > > > wait
>>>> > > > >> > for any
>>>> > > > >> >     >> > other
>>>> > > > >> >     >> > > > feature
>>>> > > > >> >     >> > > >     > > or bug?
>>>> > > > >> >     >> > > >     > >
>>>> > > > >> >     >> > > >     > > Thanks,
>>>> > > > >> >     >> > > >     > > Om
>>>> > > > >> >     >> > > >     > >
>>>> > > > >> >     >> > > >     > > On Fri, Sep 21, 2018, 6:20 AM Carlos
>>>> Rovira <
>>>> > > > >> >     >> > > > carlosrovira@apache.org>
>>>> > > > >> >     >> > > >     > > wrote:
>>>> > > > >> >     >> > > >     > >
>>>> > > > >> >     >> > > >     > > > Hi Alex
>>>> > > > >> >     >> > > >     > > >
>>>> > > > >> >     >> > > >     > > > El vie., 21 sept. 2018 a las 3:06,
>>>> Alex
>>>> > Harui
>>>> > > > >> >     >> > > >     > (<aharui@adobe.com.invalid
>>>> > > > >> >     >> > > >     > > >)
>>>> > > > >> >     >> > > >     > > > escribió:
>>>> > > > >> >     >> > > >     > > >
>>>> > > > >> >     >> > > >     > > > > I made some adjustments to the
>>>> repos so
>>>> > > that
>>>> > > > >> they
>>>> > > > >> >     >> "should"
>>>> > > > >> >     >> > be
>>>> > > > >> >     >> > > > ready
>>>> > > > >> >     >> > > >     > to
>>>> > > > >> >     >> > > >     > > > run
>>>> > > > >> >     >> > > >     > > > > the scripts and produce the 0.9.4
>>>> > release.
>>>> > > > Of
>>>> > > > >> > course, I
>>>> > > > >> >     >> > > could
>>>> > > > >> >     >> > > > be
>>>> > > > >> >     >> > > >     > > wrong.
>>>> > > > >> >     >> > > >     > > > > We'll see how Om fares.
>>>> > > > >> >     >> > > >     > > > >
>>>> > > > >> >     >> > > >     > > > >
>>>> > > > >> >     >> > > >     > > > so cool :)
>>>> > > > >> >     >> > > >     > > >
>>>> > > > >> >     >> > > >     > > >
>>>> > > > >> >     >> > > >     > > > > I also put in a change that should
>>>> fix
>>>> > the
>>>> > > > >> > dependencies
>>>> > > > >> >     >> > > > issue.  So
>>>> > > > >> >     >> > > >     > the
>>>> > > > >> >     >> > > >     > > > > remaining questions are around the
>>>> AMF
>>>> > > > problem.
>>>> > > > >> > I'm
>>>> > > > >> >     >> > thinking
>>>> > > > >> >     >> > > > of
>>>> > > > >> >     >> > > >     > > looking
>>>> > > > >> >     >> > > >     > > > > into what it takes to support Small
>>>> > > Messages.
>>>> > > > >> > However,
>>>> > > > >> >     >> I
>>>> > > > >> >     >> > > > don't know
>>>> > > > >> >     >> > > >     > > > > anything about them.  How often will
>>>> > > > migrating
>>>> > > > >> > people be
>>>> > > > >> >     >> > > using
>>>> > > > >> >     >> > > > Small
>>>> > > > >> >     >> > > >     > > > > Messages?  Is it fair to tell them
>>>> to
>>>> > turn
>>>> > > > off
>>>> > > > >> > Small
>>>> > > > >> >     >> > > Messages?
>>>> > > > >> >     >> > > >     > > > >
>>>> > > > >> >     >> > > >     > > >
>>>> > > > >> >     >> > > >     > > > I think for now, that small messages
>>>> is a
>>>> > > > BlazeDS
>>>> > > > >> >     >> feature. I
>>>> > > > >> >     >> > > > search for
>>>> > > > >> >     >> > > >     > > > ZendAMF small messages and didn't fin
>>>> d
>>>> > > > anything.
>>>> > > > >> > So my
>>>> > > > >> >     >> bet
>>>> > > > >> >     >> > is
>>>> > > > >> >     >> > > > that
>>>> > > > >> >     >> > > >     > small
>>>> > > > >> >     >> > > >     > > > messages is something only present in
>>>> > BlazeDS
>>>> > > > and
>>>> > > > >> > Data
>>>> > > > >> >     >> > Services
>>>> > > > >> >     >> > > > Adobe
>>>> > > > >> >     >> > > >     > > > software.
>>>> > > > >> >     >> > > >     > > >
>>>> > > > >> >     >> > > >     > > > In the other hand, I'll be check new
>>>> info
>>>> > > from
>>>> > > > >> > Darrell in
>>>> > > > >> >     >> 1-2
>>>> > > > >> >     >> > > > hours
>>>> > > > >> >     >> > > >     > from
>>>> > > > >> >     >> > > >     > > > now, but I think the problem with
>>>> ZendAMF
>>>> > > could
>>>> > > > >> be
>>>> > > > >> >     >> something
>>>> > > > >> >     >> > > > like the
>>>> > > > >> >     >> > > >     > one
>>>> > > > >> >     >> > > >     > > > happened with coldfusion where
>>>> > > ArrayCollection
>>>> > > > >> > needs some
>>>> > > > >> >     >> > > special
>>>> > > > >> >     >> > > >     > > > treatment. I asked Darryl to start
>>>> with
>>>> > > simple
>>>> > > > >> > connections
>>>> > > > >> >     >> > like
>>>> > > > >> >     >> > > > we have
>>>> > > > >> >     >> > > >     > > in
>>>> > > > >> >     >> > > >     > > > our example (send and receive a
>>>> String,
>>>> > then
>>>> > > a
>>>> > > > >> > simple
>>>> > > > >> >     >> object,
>>>> > > > >> >     >> > > > and so
>>>> > > > >> >     >> > > >     > > > on...). I think is not good to start
>>>> trying
>>>> > > > from
>>>> > > > >> a
>>>> > > > >> > real
>>>> > > > >> >     >> app
>>>> > > > >> >     >> > > > scenario
>>>> > > > >> >     >> > > >     > > where
>>>> > > > >> >     >> > > >     > > > many other things could be working
>>>> against
>>>> > > you.
>>>> > > > >> For
>>>> > > > >> >     >> example,
>>>> > > > >> >     >> > in
>>>> > > > >> >     >> > > > our
>>>> > > > >> >     >> > > >     > > > application, we have set up an
>>>> additional
>>>> > > > >> encoding
>>>> > > > >> > to byte
>>>> > > > >> >     >> > > array.
>>>> > > > >> >     >> > > >     > > Something
>>>> > > > >> >     >> > > >     > > > that even I was completely forget, and
>>>> > when I
>>>> > > > >> > started to
>>>> > > > >> >     >> try
>>>> > > > >> >     >> > > > AMF, I was
>>>> > > > >> >     >> > > >     > > > always getting nothing until I reach
>>>> to
>>>> > that
>>>> > > > >> point.
>>>> > > > >> >     >> > > >     > > >
>>>> > > > >> >     >> > > >     > > > So, as I said before, nothing should
>>>> stop
>>>> > us
>>>> > > to
>>>> > > > >> > release
>>>> > > > >> >     >> now.
>>>> > > > >> >     >> > If
>>>> > > > >> >     >> > > > things
>>>> > > > >> >     >> > > >     > go
>>>> > > > >> >     >> > > >     > > > ok, Harbs will be next release
>>>> manager,
>>>> > and I
>>>> > > > >> hope
>>>> > > > >> > to be
>>>> > > > >> >     >> the
>>>> > > > >> >     >> > > > next one
>>>> > > > >> >     >> > > >     > :)
>>>> > > > >> >     >> > > >     > > >
>>>> > > > >> >     >> > > >     > > > Thanks
>>>> > > > >> >     >> > > >     > > >
>>>> > > > >> >     >> > > >     > > >
>>>> > > > >> >     >> > > >     > > >
>>>> > > > >> >     >> > > >     > > > >
>>>> > > > >> >     >> > > >     > > > > Thanks,
>>>> > > > >> >     >> > > >     > > > > -Alex
>>>> > > > >> >     >> > > >     > > > >
>>>> > > > >> >     >> > > >     > > > --
>>>> > > > >> >     >> > > >     > > > Carlos Rovira
>>>> > > > >> >     >> > > >     > > >
>>>> > > > >> >     >> > > >
>>>> > > > >> >     >> > >
>>>> > > > >> >     >> >
>>>> > > > >> >     >>
>>>> > > > >> >
>>>> > > > >>
>>>> > > >
>>>> > >
>>>> >
>>>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
>>>> > > > >> >     >> > > >     > > >
>>>> > > > >> >     >> > > >     > >
>>>> > > > >> >     >> > > >     >
>>>> > > > >> >     >> > > >     >
>>>> > > > >> >     >> > > >     > --
>>>> > > > >> >     >> > > >     >
>>>> > > > >> >     >> > > >     > Piotr Zarzycki
>>>> > > > >> >     >> > > >     >
>>>> > > > >> >     >> > > >     > Patreon: *
>>>> > > > >> >     >> > > >
>>>> > > > >> >     >> > >
>>>> > > > >> >     >> >
>>>> > > > >> >     >>
>>>> > > > >> >
>>>> > > > >>
>>>> > > >
>>>> > >
>>>> >
>>>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=VlfEFrmkwQC5UnUxxWv0VlNGx%2FBmgtWRZmGNplONbUE%3D&amp;reserved=0
>>>> > > > >> >     >> > > >     > <
>>>> > > > >> >     >> > > >
>>>> > > > >> >     >> > >
>>>> > > > >> >     >> >
>>>> > > > >> >     >>
>>>> > > > >> >
>>>> > > > >>
>>>> > > >
>>>> > >
>>>> >
>>>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=VlfEFrmkwQC5UnUxxWv0VlNGx%2FBmgtWRZmGNplONbUE%3D&amp;reserved=0
>>>> > > > >> >     >> > > > >*
>>>> > > > >> >     >> > > >     >
>>>> > > > >> >     >> > > >
>>>> > > > >> >     >> > > >
>>>> > > > >> >     >> > > >
>>>> > > > >> >     >> > >
>>>> > > > >> >     >> > > --
>>>> > > > >> >     >> > > Carlos Rovira
>>>> > > > >> >     >> > >
>>>> > > > >> >
>>>> > > > >>
>>>> > > >
>>>> > >
>>>> >
>>>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
>>>> > > > >> >     >> > >
>>>> > > > >> >     >> >
>>>> > > > >> >     >>
>>>> > > > >> >     >>
>>>> > > > >> >     >> --
>>>> > > > >> >     >> Carlos Rovira
>>>> > > > >> >     >>
>>>> > > > >> >
>>>> > > > >>
>>>> > > >
>>>> > >
>>>> >
>>>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
>>>> > > > >> >     >>
>>>> > > > >> >     >
>>>> > > > >> >
>>>> > > > >> >
>>>> > > > >> >
>>>> > > > >>
>>>> > > > >> --
>>>> > > > >>
>>>> > > > >> Piotr Zarzycki
>>>> > > > >>
>>>> > > > >> Patreon: *https://www.patreon.com/piotrzarzycki
>>>> > > > >> <https://www.patreon.com/piotrzarzycki>*
>>>> > > > >>
>>>> > > > >
>>>> > > >
>>>> > >
>>>> >
>>>> >
>>>> > --
>>>> >
>>>> > <http://www.codeoscopic.com>
>>>> >
>>>> > Carlos Rovira
>>>> >
>>>> > Director General
>>>> >
>>>> > M: +34 607 22 60 05
>>>> >
>>>> > http://www.codeoscopic.com
>>>> >
>>>> >
>>>> > Conócenos en 1 minuto! <https://avant2.es/#video>
>>>> >
>>>> >
>>>> > AVISO LEGAL: La información contenida en este correo electrónico, y
>>>> en su
>>>> > caso en los documentos adjuntos, es información privilegiada para uso
>>>> > exclusivo de la persona y/o personas a las que va dirigido. No está
>>>> > permitido el acceso a este mensaje a cualquier otra persona distinta
>>>> a los
>>>> > indicados. Si Usted no es uno de los destinatarios, cualquier
>>>> duplicación,
>>>> > reproducción, distribución, así como cualquier uso de la información
>>>> > contenida en él o cualquiera otra acción u omisión tomada en relación
>>>> con
>>>> > el mismo, está prohibida y puede ser ilegal. En dicho caso, por favor,
>>>> > notifíquelo al remitente y proceda a la eliminación de este correo
>>>> > electrónico, así como de sus adjuntos si los hubiere. En cumplimiento
>>>> de la
>>>> > legislación española vigente en materia de protección de datos de
>>>> carácter
>>>> > personal y del RGPD 679/2016 le informamos que sus datos están siendo
>>>> > objeto de tratamiento por parte de CODEOSCOPIC S.A. con CIFA85677342,
>>>> con
>>>> > la finalidad del mantenimiento y gestión de relaciones comerciales y
>>>> > administrativas. La base jurídica del tratamiento es el interés
>>>> legítimo de
>>>> > la empresa. No se prevén cesiones de sus datos, salvo que exista una
>>>> > obligación legal. Para ejercitar sus derechos puede dirigirse a
>>>> CODEOSCOPIC
>>>> > S.A., domiciliada enPaseo de la Habana, 9-11, 28036 de Madrid
>>>> (MADRID), o
>>>> > bien por email adpd@codeoscopic.com, con el fin de ejercer sus
>>>> derechos de
>>>> > acceso, rectificación, supresión (derecho al olvido), limitación de
>>>> > tratamiento, portabilidad de los datos, oposición, y a no ser objeto
>>>> de
>>>> > decisiones automatizadas, indicando como Asunto: “Derechos Ley
>>>> Protección
>>>> > de Datos”, y adjuntando fotocopia de su DNI. Delegado de protección de
>>>> > datos:dpd@codeoscopic.com
>>>> >
>>>>
>>>>
>>>> --
>>>>
>>>> Piotr Zarzycki
>>>>
>>>> Patreon: *https://www.patreon.com/piotrzarzycki
>>>> <https://www.patreon.com/piotrzarzycki>*
>>>>
>>>
>>>
>>> --
>>> Carlos Rovira
>>> http://about.me/carlosrovira
>>>
>>>
>>
>> --
>> Carlos Rovira
>> http://about.me/carlosrovira
>>
>>
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by OmPrakash Muppirala <bi...@gmail.com>.
On Thu, Oct 4, 2018 at 9:33 AM Alex Harui <ah...@adobe.com.invalid> wrote:

> Om,
>
> What version of Java are you using?  Maven uses Java and maybe there is an
> incompatibility in the server communication layer of Java.
>

OmPrakashs-MacBook-Pro:release om$ java -version

java version "1.8.0_181"

Java(TM) SE Runtime Environment (build 1.8.0_181-b13)

Java HotSpot(TM) 64-Bit Server VM (build 25.181-b13, mixed mode)


>
> -Alex
>
> On 10/4/18, 1:14 AM, "OmPrakash Muppirala" <bi...@gmail.com> wrote:
>
>     DSL via AT&T :-)
>     Although this morning was a different connection (at work)
>
>
>     On Thu, Oct 4, 2018 at 1:09 AM Piotr Zarzycki <
> piotrzarzycki21@gmail.com>
>     wrote:
>
>     > Neverending story ;) What's your internet connection actually?
>     >
>     > On Thu, Oct 4, 2018, 10:04 AM OmPrakash Muppirala <
> bigosmallm@gmail.com>
>     > wrote:
>     >
>     > > Hmm, failed again at a different spot:
>     > >
>     > >      [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
>     > > Jewel-Dark-NoFlat-Emphasized-Sunflower-Theme SUCCESS [ 22.251 s]
>     > >
>     > >      [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
>     > > Jewel-Dark-NoFlat-Emphasized-Topaz-Theme SUCCESS [ 18.741 s]
>     > >
>     > >      [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
>     > > Jewel-Dark-NoFlat-Emphasized-Turquoise-Theme SUCCESS [ 18.421 s]
>     > >
>     > >      [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
>     > > Jewel-Dark-NoFlat-Emphasized-Violet-Theme FAILURE [ 31.354 s]
>     > >
>     > >      [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
>     > > Jewel-Dark-NoFlat-Emphasized-Yellow-Theme SKIPPED
>     > >
>     > >      [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes
>     > > ............... SKIPPED
>     > >
>     > >      [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes:
> Simple
>     > > Royale Application SKIPPED
>     > >
>     > >      [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes:
> Simple
>     > > Royale Pure-JS Application SKIPPED
>     > >
>     > >      [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes:
> Simple
>     > > Royale Pure-SWF Application SKIPPED
>     > >
>     > >      [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes:
> Simple
>     > > Royale Library SKIPPED
>     > >
>     > >      [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes:
> Simple
>     > > Royale Typedef Library 0.9.4 SKIPPED
>     > >
>     > >      [exec] [INFO] [INFO]
>     > >
> ------------------------------------------------------------------------
>     > >
>     > >      [exec] [INFO] [INFO] BUILD FAILURE
>     > >
>     > >      [exec] [INFO] [INFO]
>     > >
> ------------------------------------------------------------------------
>     > >
>     > >      [exec] [INFO] [INFO] Total time: 38:52 min
>     > >
>     > >      [exec] [INFO] [INFO] Finished at: 2018-10-04T00:50:41-07:00
>     > >
>     > >      [exec] [INFO] [INFO]
>     > >
> ------------------------------------------------------------------------
>     > >
>     > >      [exec] [INFO] [ERROR] Failed to execute goal
>     > > org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
>     > (default-deploy)
>     > > on project Jewel-Dark-NoFlat-Emphasized-Violet-Theme: Failed to
> deploy
>     > > artifacts: Could not transfer artifact
>     > >
>     > >
>     >
> org.apache.royale.framework:Jewel-Dark-NoFlat-Emphasized-Violet-Theme:swc.asc:typedefs:0.9.4
>     > > from/to apache.releases.https (
>     > >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fservice%2Flocal%2Fstaging%2Fdeploy%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7C4113dbce443a4bcbba0008d629d161c5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742376597410393&amp;sdata=%2FA5wGdk8cvC23pci3FUR9nEW%2FBsBGPMyyBa%2BlIxnr3s%3D&amp;reserved=0
> ):
>     > > Connect
>     > > to repository.apache.org:443 [repository.apache.org/207.244.88.140
> ]
>     > > failed:
>     > > Operation timed out (Connection timed out) -> [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]
>     > >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7C4113dbce443a4bcbba0008d629d161c5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742376597410393&amp;sdata=h7JvjV%2FfSuFmxtd4b9AltWlFmKnpq90N8XRuOGftycE%3D&amp;reserved=0
>     > >
>     > >      [exec] [INFO] [ERROR]
>     > >
>     > >      [exec] [INFO] [ERROR] After correcting the problems, you can
> resume
>     > > the build with the command
>     > >
>     > >      [exec] [INFO] [ERROR]   mvn <goals> -rf
>     > > :Jewel-Dark-NoFlat-Emphasized-Violet-Theme
>     > >
>     > >      [exec] [INFO]
>     > >
> ------------------------------------------------------------------------
>     > >
>     > > On Wed, Oct 3, 2018 at 2:10 PM OmPrakash Muppirala <
> bigosmallm@gmail.com
>     > >
>     > > wrote:
>     > >
>     > > >
>     > > >
>     > > > On Wed, Oct 3, 2018 at 2:02 PM Alex Harui
> <ah...@adobe.com.invalid>
>     > > > wrote:
>     > > >
>     > > >> Hi Om,
>     > > >>
>     > > >> Does anything deploy, or is that the first thing that is
> attempted to
>     > > >> deploy?  I found this article that might help:
>     > > >>
>     > > >>
>     > >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.apigee.com%2Fquestions%2F50756%2Funable-to-deploy-using-maven-script-due-to-error-r.html&amp;data=02%7C01%7Caharui%40adobe.com%7C4113dbce443a4bcbba0008d629d161c5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742376597420406&amp;sdata=YcG4LlwTAQNHy7u7iwNZqs15MOdIq1muOko1nPnwqMI%3D&amp;reserved=0
>     > > >
>     > > >
>     > > > It deployed a lot of artifacts before hitting this error.  I
> don't see
>     > > > anything special with this artifact.  So, I am guessing that it
> was a
>     > > > momentary bad connection that caused this.
>     > > >
>     > > >
>     > > >>
>     > > >>
>     > > >> I would be concerned about restarting from the middle of a
> Maven call.
>     > > I
>     > > >> suppose you could try it, but what if it skipped an artifact?
>     > > >>
>     > > >
>     > > > The maven error message explicitly says this:
>     > > >
>     > > >      [exec] [INFO] [ERROR] After correcting the problems, you can
>     > resume
>     > > > the build with the command
>     > > >
>     > > >      [exec] [INFO] [ERROR]   mvn <goals> -rf
>     > > > :Jewel-Light-NoFlat-Primary-Sunflower-Theme
>     > > >
>     > > >
>     > > >>
>     > > >> There should be Ant targets for starting only on royale-asjs if
>     > > >> royale-compiler and royale=typedefs worked ok.
>     > > >>
>     > > >> HTH,
>     > > >> -Alex
>     > > >>
>     > > >> On 10/3/18, 11:58 AM, "OmPrakash Muppirala" <
> bigosmallm@gmail.com>
>     > > >> wrote:
>     > > >>
>     > > >>     Another suggestion I have is - can we do all the pushes to
> remote
>     > > >> after
>     > > >>     everything is done locally?  That way, if something goes
> wrong
>     > > >> halfway, we
>     > > >>     can just delete the royale-* dirs locally and rerun the
>     > > >> releasecandiate ant
>     > > >>     script?
>     > > >>
>     > > >>     Not sure if this is an easy change?
>     > > >>
>     > > >>     Thanks,
>     > > >>     Om
>     > > >>
>     > > >>     On Wed, Oct 3, 2018 at 11:42 AM OmPrakash Muppirala <
>     > > >> bigosmallm@gmail.com>
>     > > >>     wrote:
>     > > >>
>     > > >>     > Okay, I tried a couple of times and I have started
> getting `SSL
>     > > >> peer shut
>     > > >>     > down incorrectly errors`
>     > > >>     >
>     > > >>     >      [exec] [INFO] [INFO]
>     > > >>     >
>     > > >>
>     >
> ------------------------------------------------------------------------
>     > > >>     >
>     > > >>     >      [exec] [INFO] [INFO] BUILD FAILURE
>     > > >>     >
>     > > >>     >      [exec] [INFO] [INFO]
>     > > >>     >
>     > > >>
>     >
> ------------------------------------------------------------------------
>     > > >>     >
>     > > >>     >      [exec] [INFO] [INFO] Total time: 16:04 min
>     > > >>     >
>     > > >>     >      [exec] [INFO] [INFO] Finished at:
> 2018-10-03T11:38:49-07:00
>     > > >>     >
>     > > >>     >      [exec] [INFO] [INFO]
>     > > >>     >
>     > > >>
>     >
> ------------------------------------------------------------------------
>     > > >>     >
>     > > >>     >      [exec] [INFO] [ERROR] Failed to execute goal
>     > > >>     > org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
>     > > >> (default-deploy)
>     > > >>     > on project Jewel-Light-NoFlat-Primary-Sunflower-Theme:
> Failed to
>     > > >> deploy
>     > > >>     > artifacts: Could not transfer artifact
>     > > >>     >
>     > > >>
>     > >
>     >
> org.apache.royale.framework:Jewel-Light-NoFlat-Primary-Sunflower-Theme:swc:0.9.4
>     > > >>     > from/to apache.releases.https (
>     > > >>     >
>     > > >>
>     > >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fservice%2Flocal%2Fstaging%2Fdeploy%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7C4113dbce443a4bcbba0008d629d161c5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742376597420406&amp;sdata=OoWAYA4hls9%2BSy8Hs6eY7g5lx0xDOY0a4khLN%2BpgJeU%3D&amp;reserved=0
>     > > >> ):
>     > > >>     > Remote host closed connection during handshake: SSL peer
> shut
>     > down
>     > > >>     > incorrectly -> [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]
>     > > >>     >
>     > > >>
>     > >
>     >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7C4113dbce443a4bcbba0008d629d161c5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742376597420406&amp;sdata=H8KtajsDzrLo8YBfCC1OFpDrhYcb03PqT1EzgBzABMY%3D&amp;reserved=0
>     > > >>     >
>     > > >>     >      [exec] [INFO] [ERROR]
>     > > >>     >
>     > > >>     >      [exec] [INFO] [ERROR] After correcting the problems,
> you
>     > can
>     > > >> resume
>     > > >>     > the build with the command
>     > > >>     >
>     > > >>     >      [exec] [INFO] [ERROR]   mvn <goals> -rf
>     > > >>     > :Jewel-Light-NoFlat-Primary-Sunflower-Theme
>     > > >>     >
>     > > >>     >      [exec] [INFO]
>     > > >>     >
>     > > >>
>     >
> ------------------------------------------------------------------------
>     > > >>     >
>     > > >>     >
>     > > >>     > I am guessing it is a bad internet connection.  I am
> wondering
>     > if
>     > > >> we can
>     > > >>     > pass a -rf (resume from) option to the maven call from
> ant?
>     > > >> Otherwise
>     > > >>     > doing all this from scratch everytime is a big pain.
>     > > >>     >
>     > > >>     > Thanks,
>     > > >>     > Om
>     > > >>     >
>     > > >>     > On Wed, Oct 3, 2018 at 12:47 AM Alex Harui
>     > > <aharui@adobe.com.invalid
>     > > >> >
>     > > >>     > wrote:
>     > > >>     >
>     > > >>     >> Looks like it was a missing [
>     > > >>     >>
>     > > >>     >> MXRoyale and SparkRoyale built for me.
>     > > >>     >>
>     > > >>     >> HTH,
>     > > >>     >> -Alex
>     > > >>     >>
>     > > >>     >> On 10/3/18, 12:43 AM, "OmPrakash Muppirala" <
>     > > bigosmallm@gmail.com>
>     > > >>     >> wrote:
>     > > >>     >>
>     > > >>     >>     Thanks!
>     > > >>     >>
>     > > >>     >>     I reverted everything back to previous state.  I can
> give
>     > it
>     > > a
>     > > >> shot
>     > > >>     >>     tomorrow evening.
>     > > >>     >>
>     > > >>     >>     Regards,
>     > > >>     >>     Om
>     > > >>     >>
>     > > >>     >>     On Wed, Oct 3, 2018 at 12:41 AM Alex Harui
>     > > >> <ah...@adobe.com.invalid>
>     > > >>     >> wrote:
>     > > >>     >>
>     > > >>     >>     > It was in a releasable state.  TourDeFlex was
> running on
>     > > it.
>     > > >>     >>     >
>     > > >>     >>     > I'm trying to track down the change that broke it.
>     > > >>     >>     >
>     > > >>     >>     > -Alex
>     > > >>     >>     >
>     > > >>     >>     > On 10/3/18, 12:32 AM, "OmPrakash Muppirala" <
>     > > >> bigosmallm@gmail.com>
>     > > >>     >> wrote:
>     > > >>     >>     >
>     > > >>     >>     >     A bit more progress. Now we are failing on the
>     > MXRoyale
>     > > >> project:
>     > > >>     >>     >
>     > > >>     >>     >          [exec] [INFO] [INFO]
>     > > >>     >>     >
>     > > >>     >>     >
>     > > >>     >>
>     > > >>
>     >
> ------------------------------------------------------------------------
>     > > >>     >>     >
>     > > >>     >>     >          [exec] [INFO] [INFO] BUILD FAILURE
>     > > >>     >>     >
>     > > >>     >>     >          [exec] [INFO] [INFO]
>     > > >>     >>     >
>     > > >>     >>     >
>     > > >>     >>
>     > > >>
>     >
> ------------------------------------------------------------------------
>     > > >>     >>     >
>     > > >>     >>     >          [exec] [INFO] [INFO] Total time: 01:34 min
>     > > >>     >>     >
>     > > >>     >>     >          [exec] [INFO] [INFO] Finished at:
>     > > >> 2018-10-03T00:28:14-07:00
>     > > >>     >>     >
>     > > >>     >>     >          [exec] [INFO] [INFO]
>     > > >>     >>     >
>     > > >>     >>     >
>     > > >>     >>
>     > > >>
>     >
> ------------------------------------------------------------------------
>     > > >>     >>     >
>     > > >>     >>     >          [exec] [INFO] [ERROR] Failed to execute
> goal
>     > > >>     >>     >
>     > > >>  org.apache.royale.compiler:royale-maven-plugin:0.9.4:compile-as
>     > > >>     >>     >     (default-compile-as) on project MXRoyale:
> There were
>     > > >> errors
>     > > >>     >> during the
>     > > >>     >>     >     build. Got return code 3 -> [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]
>     > > >>     >>     >
>     > > >>     >>     >
>     > > >>     >>
>     > > >>
>     > >
>     >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7C4113dbce443a4bcbba0008d629d161c5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742376597420406&amp;sdata=H8KtajsDzrLo8YBfCC1OFpDrhYcb03PqT1EzgBzABMY%3D&amp;reserved=0
>     > > >>     >>     >
>     > > >>     >>     >          [exec] [INFO] [ERROR]
>     > > >>     >>     >
>     > > >>     >>     >          [exec] [INFO] [ERROR] After correcting the
>     > > >> problems, you
>     > > >>     >> can
>     > > >>     >>     > resume
>     > > >>     >>     >     the build with the command
>     > > >>     >>     >
>     > > >>     >>     >          [exec] [INFO] [ERROR]   mvn <goals> -rf
>     > :MXRoyale
>     > > >>     >>     >
>     > > >>     >>     >
>     > > >>     >>     >     Can we perhaps turn this project off?  Is it
> in a
>     > > >> releasable
>     > > >>     >> state?
>     > > >>     >>     >
>     > > >>     >>     >     On Tue, Oct 2, 2018 at 7:30 PM OmPrakash
> Muppirala <
>     > > >>     >>     > bigosmallm@gmail.com>
>     > > >>     >>     >     wrote:
>     > > >>     >>     >
>     > > >>     >>     >     > I'm going to give this another shot in a
> couple of
>     > > >> hours,
>     > > >>     >> unless
>     > > >>     >>     > there are
>     > > >>     >>     >     > any objections.
>     > > >>     >>     >     >
>     > > >>     >>     >     > Thanks,
>     > > >>     >>     >     > Om
>     > > >>     >>     >     >
>     > > >>     >>     >     > On Mon, Oct 1, 2018, 2:04 PM Alex Harui
>     > > >>     >> <ah...@adobe.com.invalid>
>     > > >>     >>     > wrote:
>     > > >>     >>     >     >
>     > > >>     >>     >     >> Jewel is mentioned in there.  I added
> mention of
>     > the
>     > > >>     >> migration
>     > > >>     >>     > components
>     > > >>     >>     >     >> and tour de flex.  Not sure if I got the
>     > formatting
>     > > >> right.
>     > > >>     >> I think
>     > > >>     >>     > it is
>     > > >>     >>     >     >> good enough.
>     > > >>     >>     >     >>
>     > > >>     >>     >     >> -Alex
>     > > >>     >>     >     >>
>     > > >>     >>     >     >> On 10/1/18, 12:13 PM, "OmPrakash Muppirala"
> <
>     > > >>     >> bigosmallm@gmail.com>
>     > > >>     >>     >     >> wrote:
>     > > >>     >>     >     >>
>     > > >>     >>     >     >>     I updated it, although it looks a bit
> sparse
>     > > >> now.  Can
>     > > >>     >> we list
>     > > >>     >>     > a few
>     > > >>     >>     >     >> major
>     > > >>     >>     >     >>     highlights here, that I can go add to
> the
>     > > release
>     > > >> notes?
>     > > >>     >>     >     >>     Jewel should at least have several
> updates.
>     > > >>     >>     >     >>
>     > > >>     >>     >     >>     Thanks,
>     > > >>     >>     >     >>     Om
>     > > >>     >>     >     >>
>     > > >>     >>     >     >>     On Mon, Oct 1, 2018 at 12:09 PM Alex
> Harui
>     > > >>     >>     > <ah...@adobe.com.invalid>
>     > > >>     >>     >     >> wrote:
>     > > >>     >>     >     >>
>     > > >>     >>     >     >>     > Hey, I just noticed that nobody put a
> 0.9.4
>     > > >> section in
>     > > >>     >> the
>     > > >>     >>     >     >> RELEASE_NOTES.
>     > > >>     >>     >     >>     > Maybe just rename the 0.9.3 section?
>     > > >>     >>     >     >>     >
>     > > >>     >>     >     >>     > -Alex
>     > > >>     >>     >     >>     >
>     > > >>     >>     >     >>     > On 10/1/18, 12:07 PM, "OmPrakash
> Muppirala"
>     > <
>     > > >>     >>     > bigosmallm@gmail.com>
>     > > >>     >>     >     >> wrote:
>     > > >>     >>     >     >>     >
>     > > >>     >>     >     >>     >     Good catch!  I just pushed a fix
> for
>     > that.
>     > > >>     >>     >     >>     >
>     > > >>     >>     >     >>     >     Thanks,
>     > > >>     >>     >     >>     >     Om
>     > > >>     >>     >     >>     >
>     > > >>     >>     >     >>     >     On Mon, Oct 1, 2018 at 11:04 AM
> Alex
>     > Harui
>     > > >>     >>     >     >> <ah...@adobe.com.invalid>
>     > > >>     >>     >     >>     > wrote:
>     > > >>     >>     >     >>     >
>     > > >>     >>     >     >>     >     > Om,
>     > > >>     >>     >     >>     >     >
>     > > >>     >>     >     >>     >     > I think the
> <tag>release/0.9.4</tag>
>     > in
>     > > >>     >>     > royale-asjs/pom.xml
>     > > >>     >>     >     >> needs to
>     > > >>     >>     >     >>     > be
>     > > >>     >>     >     >>     >     > reverted back to 0.9.3.
>     > > >>     >>     >     >>     >     >
>     > > >>     >>     >     >>     >     > Everything else looks ok from
> my quick
>     > > >>     >> examination.
>     > > >>     >>     >     >>     >     >
>     > > >>     >>     >     >>     >     > Thanks and good luck,
>     > > >>     >>     >     >>     >     > -Alex
>     > > >>     >>     >     >>     >     >
>     > > >>     >>     >     >>     >     > On 10/1/18, 10:29 AM, "Piotr
>     > Zarzycki" <
>     > > >>     >>     >     >> piotrzarzycki21@gmail.com>
>     > > >>     >>     >     >>     > wrote:
>     > > >>     >>     >     >>     >     >
>     > > >>     >>     >     >>     >     >     I saw your commit and I
> think you
>     > > >> should be
>     > > >>     >> ok.
>     > > >>     >>     >     >>     >     >
>     > > >>     >>     >     >>     >     >     pon., 1 paź 2018 o 19:21
> OmPrakash
>     > > >> Muppirala
>     > > >>     >> <
>     > > >>     >>     >     >>     > bigosmallm@gmail.com>
>     > > >>     >>     >     >>     >     >     napisał(a):
>     > > >>     >>     >     >>     >     >
>     > > >>     >>     >     >>     >     >     > Okay, I did the following
> to
>     > > reset:
>     > > >>     >>     >     >>     >     >     >
>     > > >>     >>     >     >>     >     >     > For all three repos:
>     > > >>     >>     >     >>     >     >     > * Reverted all references
> of
>     > 0.9.5
>     > > >> to 0.9.4
>     > > >>     >>     >     >>     >     >     > * Deleted 0.9.4-rc1 tag
>     > > >>     >>     >     >>     >     >     > * Deleted branch:
> release/0.9.4
>     > > >>     >>     >     >>     >     >     >
>     > > >>     >>     >     >>     >     >     > Can someone please make
> sure
>     > that
>     > > >> we are
>     > > >>     >> good
>     > > >>     >>     > before
>     > > >>     >>     >     >> starting
>     > > >>     >>     >     >>     > work?
>     > > >>     >>     >     >>     >     >     >
>     > > >>     >>     >     >>     >     >     > Thanks,
>     > > >>     >>     >     >>     >     >     > Om
>     > > >>     >>     >     >>     >     >     >
>     > > >>     >>     >     >>     >     >     > On Mon, Oct 1, 2018 at
> 1:51 AM
>     > > >> Carlos
>     > > >>     >> Rovira <
>     > > >>     >>     >     >>     >     > carlosrovira@apache.org>
>     > > >>     >>     >     >>     >     >     > wrote:
>     > > >>     >>     >     >>     >     >     >
>     > > >>     >>     >     >>     >     >     > > Hi Om,
>     > > >>     >>     >     >>     >     >     > > is related to flash
> player
>     > > >> debugger not
>     > > >>     >>     > launched? are
>     > > >>     >>     >     >> you on
>     > > >>     >>     >     >>     > Mac?
>     > > >>     >>     >     >>     >     >     > > I think on Mac I have
> to make
>     > > >> *.swf
>     > > >>     >> files be
>     > > >>     >>     > always
>     > > >>     >>     >     >> opened
>     > > >>     >>     >     >>     > by Flash
>     > > >>     >>     >     >>     >     >     > Player
>     > > >>     >>     >     >>     >     >     > > debugger.
>     > > >>     >>     >     >>     >     >     > >
>     > > >>     >>     >     >>     >     >     > > In the other hand, I
> need to
>     > > >> commit
>     > > >>     >> during the
>     > > >>     >>     > day
>     > > >>     >>     >     >> some
>     > > >>     >>     >     >>     > fixes, one
>     > > >>     >>     >     >>     >     > on
>     > > >>     >>     >     >>     >     >     > > typedefs and expect
> more on
>     > > >> compiler. So
>     > > >>     >> if you
>     > > >>     >>     > plan
>     > > >>     >>     >     >> to try
>     > > >>     >>     >     >>     > again
>     > > >>     >>     >     >>     >     > some
>     > > >>     >>     >     >>     >     >     > > hours ago, please,
> remove the
>     > > >> commits to
>     > > >>     >> left
>     > > >>     >>     > the
>     > > >>     >>     >     >> repos so
>     > > >>     >>     >     >>     > we can
>     > > >>     >>     >     >>     >     > commit
>     > > >>     >>     >     >>     >     >     > > new work
>     > > >>     >>     >     >>     >     >     > >
>     > > >>     >>     >     >>     >     >     > > thanks!
>     > > >>     >>     >     >>     >     >     > >
>     > > >>     >>     >     >>     >     >     > > Carlos
>     > > >>     >>     >     >>     >     >     > >
>     > > >>     >>     >     >>     >     >     > >
>     > > >>     >>     >     >>     >     >     > >
>     > > >>     >>     >     >>     >     >     > >
>     > > >>     >>     >     >>     >     >     > >
>     > > >>     >>     >     >>     >     >     > > El lun., 1 oct. 2018 a
> las
>     > > 10:29,
>     > > >>     >> OmPrakash
>     > > >>     >>     > Muppirala
>     > > >>     >>     >     >> (<
>     > > >>     >>     >     >>     >     >     > > bigosmallm@gmail.com>)
>     > > >>     >>     >     >>     >     >     > > escribió:
>     > > >>     >>     >     >>     >     >     > >
>     > > >>     >>     >     >>     >     >     > > > I provided path to
> Chrome
>     > via
>     > > >>     >> -Dbrowser, but
>     > > >>     >>     > I got
>     > > >>     >>     >     >> an
>     > > >>     >>     >     >>     > error that
>     > > >>     >>     >     >>     >     > ant
>     > > >>     >>     >     >>     >     >     > was
>     > > >>     >>     >     >>     >     >     > > > not able to access the
>     > > >> application.
>     > > >>     >>     >     >>     >     >     > > > So, I tried installing
>     > firefox
>     > > >> and that
>     > > >>     >>     > seemed to
>     > > >>     >>     >     >> work.
>     > > >>     >>     >     >>     >     >     > > >
>     > > >>     >>     >     >>     >     >     > > > On Mon, Oct 1, 2018
> at 1:26
>     > AM
>     > > >> Piotr
>     > > >>     >> Zarzycki
>     > > >>     >>     > <
>     > > >>     >>     >     >>     >     >     > piotrzarzycki21@gmail.com
>     > > >>     >>     >     >>     >     >     > > >
>     > > >>     >>     >     >>     >     >     > > > wrote:
>     > > >>     >>     >     >>     >     >     > > >
>     > > >>     >>     >     >>     >     >     > > > > Hi Om,
>     > > >>     >>     >     >>     >     >     > > > >
>     > > >>     >>     >     >>     >     >     > > > > You did use Firefox
> for
>     > that
>     > > >> purpose
>     > > >>     >> ? I
>     > > >>     >>     > had to
>     > > >>     >>     >     >> specify
>     > > >>     >>     >     >>     >     >     > -Dbrowser=path
>     > > >>     >>     >     >>     >     >     > > to
>     > > >>     >>     >     >>     >     >     > > > > firefox.exe
>     > > >>     >>     >     >>     >     >     > > > >
>     > > >>     >>     >     >>     >     >     > > > > Thanks,
>     > > >>     >>     >     >>     >     >     > > > > Piotr
>     > > >>     >>     >     >>     >     >     > > > >
>     > > >>     >>     >     >>     >     >     > > > > pon., 1 paź 2018 o
> 10:22
>     > > >> OmPrakash
>     > > >>     >>     > Muppirala <
>     > > >>     >>     >     >>     >     > bigosmallm@gmail.com>
>     > > >>     >>     >     >>     >     >     > > > > napisał(a):
>     > > >>     >>     >     >>     >     >     > > > >
>     > > >>     >>     >     >>     >     >     > > > > > Okay, I made
> several
>     > > >> attempts
>     > > >>     >> through the
>     > > >>     >>     > day,
>     > > >>     >>     >     >> making
>     > > >>     >>     >     >>     >     > progress each
>     > > >>     >>     >     >>     >     >     > > > time.
>     > > >>     >>     >     >>     >     >     > > > > >  The last run
> failed
>     > > >> because the
>     > > >>     >> browser
>     > > >>     >>     > could
>     > > >>     >>     >     >> not be
>     > > >>     >>     >     >>     >     > launched.
>     > > >>     >>     >     >>     >     >     > > > > > I am going to
> pause on
>     > > this
>     > > >> and
>     > > >>     >> try again
>     > > >>     >>     >     >> tomorrow (or
>     > > >>     >>     >     >>     >     > later) . If
>     > > >>     >>     >     >>     >     >     > > > > someone
>     > > >>     >>     >     >>     >     >     > > > > > else wants to
> give this
>     > a
>     > > >> go in the
>     > > >>     >>     > meantimne,
>     > > >>     >>     >     >> they are
>     > > >>     >>     >     >>     >     > welcome :-)
>     > > >>     >>     >     >>     >     >     > > > > >
>     > > >>     >>     >     >>     >     >     > > > > > Thanks,
>     > > >>     >>     >     >>     >     >     > > > > > Om
>     > > >>     >>     >     >>     >     >     > > > > >
>     > > >>     >>     >     >>     >     >     > > > > > On Mon, Oct 1,
> 2018 at
>     > > >> 12:22 AM
>     > > >>     >> Carlos
>     > > >>     >>     > Rovira <
>     > > >>     >>     >     >>     >     >     > > carlosrovira@apache.org
>     > > >>     >>     >     >>     >     >     > > > >
>     > > >>     >>     >     >>     >     >     > > > > > wrote:
>     > > >>     >>     >     >>     >     >     > > > > >
>     > > >>     >>     >     >>     >     >     > > > > > > Hi Om,
>     > > >>     >>     >     >>     >     >     > > > > > > no,  I Thought
> this
>     > was
>     > > >> due to
>     > > >>     >> different
>     > > >>     >>     >     >> tries of the
>     > > >>     >>     >     >>     >     > release
>     > > >>     >>     >     >>     >     >     > > process
>     > > >>     >>     >     >>     >     >     > > > > but
>     > > >>     >>     >     >>     >     >     > > > > > > most of the
> poms are
>     > in
>     > > >>     >> 0.9.6-SNAPSHOT.
>     > > >>     >>     >     >>     >     >     > > > > > > You can search
> the
>     > > entire
>     > > >> repo
>     > > >>     >> for
>     > > >>     >>     >     >> "0.9.X-SNAPSHOT"
>     > > >>     >>     >     >>     > string
>     > > >>     >>     >     >>     >     > to see
>     > > >>     >>     >     >>     >     >     > > > that
>     > > >>     >>     >     >>     >     >     > > > > > now
>     > > >>     >>     >     >>     >     >     > > > > > > X is 6.
>     > > >>     >>     >     >>     >     >     > > > > > >
>     > > >>     >>     >     >>     >     >     > > > > > > thanks
>     > > >>     >>     >     >>     >     >     > > > > > >
>     > > >>     >>     >     >>     >     >     > > > > > > El lun., 1 oct.
> 2018 a
>     > > >> las 2:07,
>     > > >>     >>     > OmPrakash
>     > > >>     >>     >     >> Muppirala
>     > > >>     >>     >     >>     > (<
>     > > >>     >>     >     >>     >     >     > > > > > >
> bigosmallm@gmail.com
>     > >)
>     > > >>     >>     >     >>     >     >     > > > > > > escribió:
>     > > >>     >>     >     >>     >     >     > > > > > >
>     > > >>     >>     >     >>     >     >     > > > > > > > On Sun, Sep
> 30,
>     > 2018,
>     > > >> 2:13 PM
>     > > >>     >> Carlos
>     > > >>     >>     > Rovira
>     > > >>     >>     >     >> <
>     > > >>     >>     >     >>     >     >     > > >
> carlosrovira@apache.org
>     > > >>     >>     >     >>     >     >     > > > > >
>     > > >>     >>     >     >>     >     >     > > > > > > > wrote:
>     > > >>     >>     >     >>     >     >     > > > > > > >
>     > > >>     >>     >     >>     >     >     > > > > > > > > Hi Om,
>     > > >>     >>     >     >>     >     >     > > > > > > > > just saw
> that some
>     > > >> poms was
>     > > >>     >> not
>     > > >>     >>     > changed to
>     > > >>     >>     >     >>     >     > 0.9.6-SNAPSHOT.
>     > > >>     >>     >     >>     >     >     > > > > > > > >
>     > > >>     >>     >     >>     >     >     > > > > > > >
>     > > >>     >>     >     >>     >     >     > > > > > > > Do you mean
>     > > >> 0.9.4-SNAPSHOT?
>     > > >>     >>     >     >>     >     >     > > > > > > >
>     > > >>     >>     >     >>     >     >     > > > > > > > Thanks,
>     > > >>     >>     >     >>     >     >     > > > > > > > Om
>     > > >>     >>     >     >>     >     >     > > > > > > >
>     > > >>     >>     >     >>     >     >     > > > > > > >
>     > > >>     >>     >     >>     >     >     > > > > > > >
>     > > >>     >>     >     >>     >     >     > > > > > > > I think that
> should
>     > be
>     > > >> fixed
>     > > >>     >> and get a
>     > > >>     >>     >     >> prepare
>     > > >>     >>     >     >>     > maven
>     > > >>     >>     >     >>     >     > release
>     > > >>     >>     >     >>     >     >     > > > process
>     > > >>     >>     >     >>     >     >     > > > > > that
>     > > >>     >>     >     >>     >     >     > > > > > > > > could
> finaly gets
>     > > all
>     > > >> poms
>     > > >>     >> updated
>     > > >>     >>     > to new
>     > > >>     >>     >     >>     > version.
>     > > >>     >>     >     >>     >     >     > > > > > > > > Don't know
> if that
>     > > >> could be
>     > > >>     >> the
>     > > >>     >>     > problem.
>     > > >>     >>     >     >> Can you
>     > > >>     >>     >     >>     > try
>     > > >>     >>     >     >>     >     > again?
>     > > >>     >>     >     >>     >     >     > > > > > > > > thanks
>     > > >>     >>     >     >>     >     >     > > > > > > > >
>     > > >>     >>     >     >>     >     >     > > > > > > > > El dom., 30
> sept.
>     > > >> 2018 a las
>     > > >>     >> 21:32,
>     > > >>     >>     >     >> OmPrakash
>     > > >>     >>     >     >>     >     > Muppirala (<
>     > > >>     >>     >     >>     >     >     > > > > > > > >
>     > > bigosmallm@gmail.com
>     > > >> >)
>     > > >>     >> escribió:
>     > > >>     >>     >     >>     >     >     > > > > > > > >
>     > > >>     >>     >     >>     >     >     > > > > > > > > > Made a
> bit more
>     > > >> progress,
>     > > >>     >> but the
>     > > >>     >>     > build
>     > > >>     >>     >     >> is
>     > > >>     >>     >     >>     > failing
>     > > >>     >>     >     >>     >     > here
>     > > >>     >>     >     >>     >     >     > now:
>     > > >>     >>     >     >>     >     >     > > > > > > > > >
>     > > >>     >>     >     >>     >     >     > > > > > > > > >
> [exec]
>     > [INFO]
>     > > >> [INFO]
>     > > >>     >> Apache
>     > > >>     >>     > Royale:
>     > > >>     >>     >     >>     > Examples:
>     > > >>     >>     >     >>     >     > Royale:
>     > > >>     >>     >     >>     >     >     > > > > > > > > >
>     > > >> DataBindingExample_as
>     > > >>     >> SUCCESS [
>     > > >>     >>     > 2.469
>     > > >>     >>     >     >> s]
>     > > >>     >>     >     >>     >     >     > > > > > > > > >
>     > > >>     >>     >     >>     >     >     > > > > > > > > >
> [exec]
>     > [INFO]
>     > > >> [INFO]
>     > > >>     >> Apache
>     > > >>     >>     > Royale:
>     > > >>     >>     >     >>     > Examples:
>     > > >>     >>     >     >>     >     > Royale:
>     > > >>     >>     >     >>     >     >     > > > > > > > > >
>     > > >> DataBindingExample_Flat
>     > > >>     >> FAILURE [
>     > > >>     >>     >     >> 1.756 s]
>     > > >>     >>     >     >>     >     >     > > > > > > > > >
>     > > >>     >>     >     >>     >     >     > > > > > > > > >
> [exec]
>     > [INFO]
>     > > >> [INFO]
>     > > >>     >> Apache
>     > > >>     >>     > Royale:
>     > > >>     >>     >     >>     > Examples:
>     > > >>     >>     >     >>     >     > Royale:
>     > > >>     >>     >     >>     >     >     > > > > > > > > >
>     > > >>     >> DataBindingExampleWithLayout
>     > > >>     >>     > SKIPPED
>     > > >>     >>     >     >>     >     >     > > > > > > > > >
>     > > >>     >>     >     >>     >     >     > > > > > > > > >
> [exec]
>     > [INFO]
>     > > >> [INFO]
>     > > >>     >> Apache
>     > > >>     >>     > Royale:
>     > > >>     >>     >     >>     > Examples:
>     > > >>     >>     >     >>     >     > Royale:
>     > > >>     >>     >     >>     >     >     > > > > > > > >
> DataGridExample
>     > > >>     >>     >     >>     >     >     > > > > > > > > > ...
> SKIPPED
>     > > >>     >>     >     >>     >     >     > > > > > > > > >
>     > > >>     >>     >     >>     >     >     > > > > > > > > >
>     > > >>     >>     >     >>     >     >     > > > > > > > > >
>     > > >>     >>     >     >>     >     >     > > > > > > > > > Detailed
> error:
>     > > >>     >>     >     >>     >     >     > > > > > > > > >
>     > > >>     >>     >     >>     >     >     > > > > > > > > >
>     > > >>     >>     >     >>     >     >     > > > > > > > > >     [exec]
>     > [INFO]
>     > > >> [INFO]
>     > > >>     >>     >     >>     >     >     > > > > > > > > >
>     > > >>     >>     >     >>     >     >     > > > > > > >
>     > > >>     >>     >     >>     >     >     > > > > >
>     > > >>     >>     >     >>     >     >     > > >
>     > > >>     >>     >     >>     >     >     >
>     > > >>     >>     >     >>     >     >
>     > > >>     >>     >     >>     >
>     > > >>     >>     >     >>
>     > > >>     >>     >
>     > > >>     >>
>     > > >>
>     >
> ------------------------------------------------------------------------
>     > > >>     >>     >     >>     >     >     > > > > > > > > >
>     > > >>     >>     >     >>     >     >     > > > > > > > > >
> [exec]
>     > [INFO]
>     > > >> [INFO]
>     > > >>     >> BUILD
>     > > >>     >>     > FAILURE
>     > > >>     >>     >     >>     >     >     > > > > > > > > >
>     > > >>     >>     >     >>     >     >     > > > > > > > > >
> [exec]
>     > [INFO]
>     > > >> [INFO]
>     > > >>     >>     >     >>     >     >     > > > > > > > > >
>     > > >>     >>     >     >>     >     >     > > > > > > >
>     > > >>     >>     >     >>     >     >     > > > > >
>     > > >>     >>     >     >>     >     >     > > >
>     > > >>     >>     >     >>     >     >     >
>     > > >>     >>     >     >>     >     >
>     > > >>

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Om,

What version of Java are you using?  Maven uses Java and maybe there is an incompatibility in the server communication layer of Java.

-Alex

On 10/4/18, 1:14 AM, "OmPrakash Muppirala" <bi...@gmail.com> wrote:

    DSL via AT&T :-)
    Although this morning was a different connection (at work)
    
    
    On Thu, Oct 4, 2018 at 1:09 AM Piotr Zarzycki <pi...@gmail.com>
    wrote:
    
    > Neverending story ;) What's your internet connection actually?
    >
    > On Thu, Oct 4, 2018, 10:04 AM OmPrakash Muppirala <bi...@gmail.com>
    > wrote:
    >
    > > Hmm, failed again at a different spot:
    > >
    > >      [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
    > > Jewel-Dark-NoFlat-Emphasized-Sunflower-Theme SUCCESS [ 22.251 s]
    > >
    > >      [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
    > > Jewel-Dark-NoFlat-Emphasized-Topaz-Theme SUCCESS [ 18.741 s]
    > >
    > >      [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
    > > Jewel-Dark-NoFlat-Emphasized-Turquoise-Theme SUCCESS [ 18.421 s]
    > >
    > >      [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
    > > Jewel-Dark-NoFlat-Emphasized-Violet-Theme FAILURE [ 31.354 s]
    > >
    > >      [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
    > > Jewel-Dark-NoFlat-Emphasized-Yellow-Theme SKIPPED
    > >
    > >      [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes
    > > ............... SKIPPED
    > >
    > >      [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes: Simple
    > > Royale Application SKIPPED
    > >
    > >      [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes: Simple
    > > Royale Pure-JS Application SKIPPED
    > >
    > >      [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes: Simple
    > > Royale Pure-SWF Application SKIPPED
    > >
    > >      [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes: Simple
    > > Royale Library SKIPPED
    > >
    > >      [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes: Simple
    > > Royale Typedef Library 0.9.4 SKIPPED
    > >
    > >      [exec] [INFO] [INFO]
    > > ------------------------------------------------------------------------
    > >
    > >      [exec] [INFO] [INFO] BUILD FAILURE
    > >
    > >      [exec] [INFO] [INFO]
    > > ------------------------------------------------------------------------
    > >
    > >      [exec] [INFO] [INFO] Total time: 38:52 min
    > >
    > >      [exec] [INFO] [INFO] Finished at: 2018-10-04T00:50:41-07:00
    > >
    > >      [exec] [INFO] [INFO]
    > > ------------------------------------------------------------------------
    > >
    > >      [exec] [INFO] [ERROR] Failed to execute goal
    > > org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
    > (default-deploy)
    > > on project Jewel-Dark-NoFlat-Emphasized-Violet-Theme: Failed to deploy
    > > artifacts: Could not transfer artifact
    > >
    > >
    > org.apache.royale.framework:Jewel-Dark-NoFlat-Emphasized-Violet-Theme:swc.asc:typedefs:0.9.4
    > > from/to apache.releases.https (
    > > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fservice%2Flocal%2Fstaging%2Fdeploy%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7C4113dbce443a4bcbba0008d629d161c5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742376597410393&amp;sdata=%2FA5wGdk8cvC23pci3FUR9nEW%2FBsBGPMyyBa%2BlIxnr3s%3D&amp;reserved=0):
    > > Connect
    > > to repository.apache.org:443 [repository.apache.org/207.244.88.140]
    > > failed:
    > > Operation timed out (Connection timed out) -> [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]
    > > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7C4113dbce443a4bcbba0008d629d161c5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742376597410393&amp;sdata=h7JvjV%2FfSuFmxtd4b9AltWlFmKnpq90N8XRuOGftycE%3D&amp;reserved=0
    > >
    > >      [exec] [INFO] [ERROR]
    > >
    > >      [exec] [INFO] [ERROR] After correcting the problems, you can resume
    > > the build with the command
    > >
    > >      [exec] [INFO] [ERROR]   mvn <goals> -rf
    > > :Jewel-Dark-NoFlat-Emphasized-Violet-Theme
    > >
    > >      [exec] [INFO]
    > > ------------------------------------------------------------------------
    > >
    > > On Wed, Oct 3, 2018 at 2:10 PM OmPrakash Muppirala <bigosmallm@gmail.com
    > >
    > > wrote:
    > >
    > > >
    > > >
    > > > On Wed, Oct 3, 2018 at 2:02 PM Alex Harui <ah...@adobe.com.invalid>
    > > > wrote:
    > > >
    > > >> Hi Om,
    > > >>
    > > >> Does anything deploy, or is that the first thing that is attempted to
    > > >> deploy?  I found this article that might help:
    > > >>
    > > >>
    > >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.apigee.com%2Fquestions%2F50756%2Funable-to-deploy-using-maven-script-due-to-error-r.html&amp;data=02%7C01%7Caharui%40adobe.com%7C4113dbce443a4bcbba0008d629d161c5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742376597420406&amp;sdata=YcG4LlwTAQNHy7u7iwNZqs15MOdIq1muOko1nPnwqMI%3D&amp;reserved=0
    > > >
    > > >
    > > > It deployed a lot of artifacts before hitting this error.  I don't see
    > > > anything special with this artifact.  So, I am guessing that it was a
    > > > momentary bad connection that caused this.
    > > >
    > > >
    > > >>
    > > >>
    > > >> I would be concerned about restarting from the middle of a Maven call.
    > > I
    > > >> suppose you could try it, but what if it skipped an artifact?
    > > >>
    > > >
    > > > The maven error message explicitly says this:
    > > >
    > > >      [exec] [INFO] [ERROR] After correcting the problems, you can
    > resume
    > > > the build with the command
    > > >
    > > >      [exec] [INFO] [ERROR]   mvn <goals> -rf
    > > > :Jewel-Light-NoFlat-Primary-Sunflower-Theme
    > > >
    > > >
    > > >>
    > > >> There should be Ant targets for starting only on royale-asjs if
    > > >> royale-compiler and royale=typedefs worked ok.
    > > >>
    > > >> HTH,
    > > >> -Alex
    > > >>
    > > >> On 10/3/18, 11:58 AM, "OmPrakash Muppirala" <bi...@gmail.com>
    > > >> wrote:
    > > >>
    > > >>     Another suggestion I have is - can we do all the pushes to remote
    > > >> after
    > > >>     everything is done locally?  That way, if something goes wrong
    > > >> halfway, we
    > > >>     can just delete the royale-* dirs locally and rerun the
    > > >> releasecandiate ant
    > > >>     script?
    > > >>
    > > >>     Not sure if this is an easy change?
    > > >>
    > > >>     Thanks,
    > > >>     Om
    > > >>
    > > >>     On Wed, Oct 3, 2018 at 11:42 AM OmPrakash Muppirala <
    > > >> bigosmallm@gmail.com>
    > > >>     wrote:
    > > >>
    > > >>     > Okay, I tried a couple of times and I have started getting `SSL
    > > >> peer shut
    > > >>     > down incorrectly errors`
    > > >>     >
    > > >>     >      [exec] [INFO] [INFO]
    > > >>     >
    > > >>
    > ------------------------------------------------------------------------
    > > >>     >
    > > >>     >      [exec] [INFO] [INFO] BUILD FAILURE
    > > >>     >
    > > >>     >      [exec] [INFO] [INFO]
    > > >>     >
    > > >>
    > ------------------------------------------------------------------------
    > > >>     >
    > > >>     >      [exec] [INFO] [INFO] Total time: 16:04 min
    > > >>     >
    > > >>     >      [exec] [INFO] [INFO] Finished at: 2018-10-03T11:38:49-07:00
    > > >>     >
    > > >>     >      [exec] [INFO] [INFO]
    > > >>     >
    > > >>
    > ------------------------------------------------------------------------
    > > >>     >
    > > >>     >      [exec] [INFO] [ERROR] Failed to execute goal
    > > >>     > org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
    > > >> (default-deploy)
    > > >>     > on project Jewel-Light-NoFlat-Primary-Sunflower-Theme: Failed to
    > > >> deploy
    > > >>     > artifacts: Could not transfer artifact
    > > >>     >
    > > >>
    > >
    > org.apache.royale.framework:Jewel-Light-NoFlat-Primary-Sunflower-Theme:swc:0.9.4
    > > >>     > from/to apache.releases.https (
    > > >>     >
    > > >>
    > >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fservice%2Flocal%2Fstaging%2Fdeploy%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7C4113dbce443a4bcbba0008d629d161c5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742376597420406&amp;sdata=OoWAYA4hls9%2BSy8Hs6eY7g5lx0xDOY0a4khLN%2BpgJeU%3D&amp;reserved=0
    > > >> ):
    > > >>     > Remote host closed connection during handshake: SSL peer shut
    > down
    > > >>     > incorrectly -> [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]
    > > >>     >
    > > >>
    > >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7C4113dbce443a4bcbba0008d629d161c5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742376597420406&amp;sdata=H8KtajsDzrLo8YBfCC1OFpDrhYcb03PqT1EzgBzABMY%3D&amp;reserved=0
    > > >>     >
    > > >>     >      [exec] [INFO] [ERROR]
    > > >>     >
    > > >>     >      [exec] [INFO] [ERROR] After correcting the problems, you
    > can
    > > >> resume
    > > >>     > the build with the command
    > > >>     >
    > > >>     >      [exec] [INFO] [ERROR]   mvn <goals> -rf
    > > >>     > :Jewel-Light-NoFlat-Primary-Sunflower-Theme
    > > >>     >
    > > >>     >      [exec] [INFO]
    > > >>     >
    > > >>
    > ------------------------------------------------------------------------
    > > >>     >
    > > >>     >
    > > >>     > I am guessing it is a bad internet connection.  I am wondering
    > if
    > > >> we can
    > > >>     > pass a -rf (resume from) option to the maven call from ant?
    > > >> Otherwise
    > > >>     > doing all this from scratch everytime is a big pain.
    > > >>     >
    > > >>     > Thanks,
    > > >>     > Om
    > > >>     >
    > > >>     > On Wed, Oct 3, 2018 at 12:47 AM Alex Harui
    > > <aharui@adobe.com.invalid
    > > >> >
    > > >>     > wrote:
    > > >>     >
    > > >>     >> Looks like it was a missing [
    > > >>     >>
    > > >>     >> MXRoyale and SparkRoyale built for me.
    > > >>     >>
    > > >>     >> HTH,
    > > >>     >> -Alex
    > > >>     >>
    > > >>     >> On 10/3/18, 12:43 AM, "OmPrakash Muppirala" <
    > > bigosmallm@gmail.com>
    > > >>     >> wrote:
    > > >>     >>
    > > >>     >>     Thanks!
    > > >>     >>
    > > >>     >>     I reverted everything back to previous state.  I can give
    > it
    > > a
    > > >> shot
    > > >>     >>     tomorrow evening.
    > > >>     >>
    > > >>     >>     Regards,
    > > >>     >>     Om
    > > >>     >>
    > > >>     >>     On Wed, Oct 3, 2018 at 12:41 AM Alex Harui
    > > >> <ah...@adobe.com.invalid>
    > > >>     >> wrote:
    > > >>     >>
    > > >>     >>     > It was in a releasable state.  TourDeFlex was running on
    > > it.
    > > >>     >>     >
    > > >>     >>     > I'm trying to track down the change that broke it.
    > > >>     >>     >
    > > >>     >>     > -Alex
    > > >>     >>     >
    > > >>     >>     > On 10/3/18, 12:32 AM, "OmPrakash Muppirala" <
    > > >> bigosmallm@gmail.com>
    > > >>     >> wrote:
    > > >>     >>     >
    > > >>     >>     >     A bit more progress. Now we are failing on the
    > MXRoyale
    > > >> project:
    > > >>     >>     >
    > > >>     >>     >          [exec] [INFO] [INFO]
    > > >>     >>     >
    > > >>     >>     >
    > > >>     >>
    > > >>
    > ------------------------------------------------------------------------
    > > >>     >>     >
    > > >>     >>     >          [exec] [INFO] [INFO] BUILD FAILURE
    > > >>     >>     >
    > > >>     >>     >          [exec] [INFO] [INFO]
    > > >>     >>     >
    > > >>     >>     >
    > > >>     >>
    > > >>
    > ------------------------------------------------------------------------
    > > >>     >>     >
    > > >>     >>     >          [exec] [INFO] [INFO] Total time: 01:34 min
    > > >>     >>     >
    > > >>     >>     >          [exec] [INFO] [INFO] Finished at:
    > > >> 2018-10-03T00:28:14-07:00
    > > >>     >>     >
    > > >>     >>     >          [exec] [INFO] [INFO]
    > > >>     >>     >
    > > >>     >>     >
    > > >>     >>
    > > >>
    > ------------------------------------------------------------------------
    > > >>     >>     >
    > > >>     >>     >          [exec] [INFO] [ERROR] Failed to execute goal
    > > >>     >>     >
    > > >>  org.apache.royale.compiler:royale-maven-plugin:0.9.4:compile-as
    > > >>     >>     >     (default-compile-as) on project MXRoyale: There were
    > > >> errors
    > > >>     >> during the
    > > >>     >>     >     build. Got return code 3 -> [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]
    > > >>     >>     >
    > > >>     >>     >
    > > >>     >>
    > > >>
    > >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7C4113dbce443a4bcbba0008d629d161c5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742376597420406&amp;sdata=H8KtajsDzrLo8YBfCC1OFpDrhYcb03PqT1EzgBzABMY%3D&amp;reserved=0
    > > >>     >>     >
    > > >>     >>     >          [exec] [INFO] [ERROR]
    > > >>     >>     >
    > > >>     >>     >          [exec] [INFO] [ERROR] After correcting the
    > > >> problems, you
    > > >>     >> can
    > > >>     >>     > resume
    > > >>     >>     >     the build with the command
    > > >>     >>     >
    > > >>     >>     >          [exec] [INFO] [ERROR]   mvn <goals> -rf
    > :MXRoyale
    > > >>     >>     >
    > > >>     >>     >
    > > >>     >>     >     Can we perhaps turn this project off?  Is it in a
    > > >> releasable
    > > >>     >> state?
    > > >>     >>     >
    > > >>     >>     >     On Tue, Oct 2, 2018 at 7:30 PM OmPrakash Muppirala <
    > > >>     >>     > bigosmallm@gmail.com>
    > > >>     >>     >     wrote:
    > > >>     >>     >
    > > >>     >>     >     > I'm going to give this another shot in a couple of
    > > >> hours,
    > > >>     >> unless
    > > >>     >>     > there are
    > > >>     >>     >     > any objections.
    > > >>     >>     >     >
    > > >>     >>     >     > Thanks,
    > > >>     >>     >     > Om
    > > >>     >>     >     >
    > > >>     >>     >     > On Mon, Oct 1, 2018, 2:04 PM Alex Harui
    > > >>     >> <ah...@adobe.com.invalid>
    > > >>     >>     > wrote:
    > > >>     >>     >     >
    > > >>     >>     >     >> Jewel is mentioned in there.  I added mention of
    > the
    > > >>     >> migration
    > > >>     >>     > components
    > > >>     >>     >     >> and tour de flex.  Not sure if I got the
    > formatting
    > > >> right.
    > > >>     >> I think
    > > >>     >>     > it is
    > > >>     >>     >     >> good enough.
    > > >>     >>     >     >>
    > > >>     >>     >     >> -Alex
    > > >>     >>     >     >>
    > > >>     >>     >     >> On 10/1/18, 12:13 PM, "OmPrakash Muppirala" <
    > > >>     >> bigosmallm@gmail.com>
    > > >>     >>     >     >> wrote:
    > > >>     >>     >     >>
    > > >>     >>     >     >>     I updated it, although it looks a bit sparse
    > > >> now.  Can
    > > >>     >> we list
    > > >>     >>     > a few
    > > >>     >>     >     >> major
    > > >>     >>     >     >>     highlights here, that I can go add to the
    > > release
    > > >> notes?
    > > >>     >>     >     >>     Jewel should at least have several updates.
    > > >>     >>     >     >>
    > > >>     >>     >     >>     Thanks,
    > > >>     >>     >     >>     Om
    > > >>     >>     >     >>
    > > >>     >>     >     >>     On Mon, Oct 1, 2018 at 12:09 PM Alex Harui
    > > >>     >>     > <ah...@adobe.com.invalid>
    > > >>     >>     >     >> wrote:
    > > >>     >>     >     >>
    > > >>     >>     >     >>     > Hey, I just noticed that nobody put a 0.9.4
    > > >> section in
    > > >>     >> the
    > > >>     >>     >     >> RELEASE_NOTES.
    > > >>     >>     >     >>     > Maybe just rename the 0.9.3 section?
    > > >>     >>     >     >>     >
    > > >>     >>     >     >>     > -Alex
    > > >>     >>     >     >>     >
    > > >>     >>     >     >>     > On 10/1/18, 12:07 PM, "OmPrakash Muppirala"
    > <
    > > >>     >>     > bigosmallm@gmail.com>
    > > >>     >>     >     >> wrote:
    > > >>     >>     >     >>     >
    > > >>     >>     >     >>     >     Good catch!  I just pushed a fix for
    > that.
    > > >>     >>     >     >>     >
    > > >>     >>     >     >>     >     Thanks,
    > > >>     >>     >     >>     >     Om
    > > >>     >>     >     >>     >
    > > >>     >>     >     >>     >     On Mon, Oct 1, 2018 at 11:04 AM Alex
    > Harui
    > > >>     >>     >     >> <ah...@adobe.com.invalid>
    > > >>     >>     >     >>     > wrote:
    > > >>     >>     >     >>     >
    > > >>     >>     >     >>     >     > Om,
    > > >>     >>     >     >>     >     >
    > > >>     >>     >     >>     >     > I think the <tag>release/0.9.4</tag>
    > in
    > > >>     >>     > royale-asjs/pom.xml
    > > >>     >>     >     >> needs to
    > > >>     >>     >     >>     > be
    > > >>     >>     >     >>     >     > reverted back to 0.9.3.
    > > >>     >>     >     >>     >     >
    > > >>     >>     >     >>     >     > Everything else looks ok from my quick
    > > >>     >> examination.
    > > >>     >>     >     >>     >     >
    > > >>     >>     >     >>     >     > Thanks and good luck,
    > > >>     >>     >     >>     >     > -Alex
    > > >>     >>     >     >>     >     >
    > > >>     >>     >     >>     >     > On 10/1/18, 10:29 AM, "Piotr
    > Zarzycki" <
    > > >>     >>     >     >> piotrzarzycki21@gmail.com>
    > > >>     >>     >     >>     > wrote:
    > > >>     >>     >     >>     >     >
    > > >>     >>     >     >>     >     >     I saw your commit and I think you
    > > >> should be
    > > >>     >> ok.
    > > >>     >>     >     >>     >     >
    > > >>     >>     >     >>     >     >     pon., 1 paź 2018 o 19:21 OmPrakash
    > > >> Muppirala
    > > >>     >> <
    > > >>     >>     >     >>     > bigosmallm@gmail.com>
    > > >>     >>     >     >>     >     >     napisał(a):
    > > >>     >>     >     >>     >     >
    > > >>     >>     >     >>     >     >     > Okay, I did the following to
    > > reset:
    > > >>     >>     >     >>     >     >     >
    > > >>     >>     >     >>     >     >     > For all three repos:
    > > >>     >>     >     >>     >     >     > * Reverted all references of
    > 0.9.5
    > > >> to 0.9.4
    > > >>     >>     >     >>     >     >     > * Deleted 0.9.4-rc1 tag
    > > >>     >>     >     >>     >     >     > * Deleted branch: release/0.9.4
    > > >>     >>     >     >>     >     >     >
    > > >>     >>     >     >>     >     >     > Can someone please make sure
    > that
    > > >> we are
    > > >>     >> good
    > > >>     >>     > before
    > > >>     >>     >     >> starting
    > > >>     >>     >     >>     > work?
    > > >>     >>     >     >>     >     >     >
    > > >>     >>     >     >>     >     >     > Thanks,
    > > >>     >>     >     >>     >     >     > Om
    > > >>     >>     >     >>     >     >     >
    > > >>     >>     >     >>     >     >     > On Mon, Oct 1, 2018 at 1:51 AM
    > > >> Carlos
    > > >>     >> Rovira <
    > > >>     >>     >     >>     >     > carlosrovira@apache.org>
    > > >>     >>     >     >>     >     >     > wrote:
    > > >>     >>     >     >>     >     >     >
    > > >>     >>     >     >>     >     >     > > Hi Om,
    > > >>     >>     >     >>     >     >     > > is related to flash player
    > > >> debugger not
    > > >>     >>     > launched? are
    > > >>     >>     >     >> you on
    > > >>     >>     >     >>     > Mac?
    > > >>     >>     >     >>     >     >     > > I think on Mac I have to make
    > > >> *.swf
    > > >>     >> files be
    > > >>     >>     > always
    > > >>     >>     >     >> opened
    > > >>     >>     >     >>     > by Flash
    > > >>     >>     >     >>     >     >     > Player
    > > >>     >>     >     >>     >     >     > > debugger.
    > > >>     >>     >     >>     >     >     > >
    > > >>     >>     >     >>     >     >     > > In the other hand, I need to
    > > >> commit
    > > >>     >> during the
    > > >>     >>     > day
    > > >>     >>     >     >> some
    > > >>     >>     >     >>     > fixes, one
    > > >>     >>     >     >>     >     > on
    > > >>     >>     >     >>     >     >     > > typedefs and expect more on
    > > >> compiler. So
    > > >>     >> if you
    > > >>     >>     > plan
    > > >>     >>     >     >> to try
    > > >>     >>     >     >>     > again
    > > >>     >>     >     >>     >     > some
    > > >>     >>     >     >>     >     >     > > hours ago, please, remove the
    > > >> commits to
    > > >>     >> left
    > > >>     >>     > the
    > > >>     >>     >     >> repos so
    > > >>     >>     >     >>     > we can
    > > >>     >>     >     >>     >     > commit
    > > >>     >>     >     >>     >     >     > > new work
    > > >>     >>     >     >>     >     >     > >
    > > >>     >>     >     >>     >     >     > > thanks!
    > > >>     >>     >     >>     >     >     > >
    > > >>     >>     >     >>     >     >     > > Carlos
    > > >>     >>     >     >>     >     >     > >
    > > >>     >>     >     >>     >     >     > >
    > > >>     >>     >     >>     >     >     > >
    > > >>     >>     >     >>     >     >     > >
    > > >>     >>     >     >>     >     >     > >
    > > >>     >>     >     >>     >     >     > > El lun., 1 oct. 2018 a las
    > > 10:29,
    > > >>     >> OmPrakash
    > > >>     >>     > Muppirala
    > > >>     >>     >     >> (<
    > > >>     >>     >     >>     >     >     > > bigosmallm@gmail.com>)
    > > >>     >>     >     >>     >     >     > > escribió:
    > > >>     >>     >     >>     >     >     > >
    > > >>     >>     >     >>     >     >     > > > I provided path to Chrome
    > via
    > > >>     >> -Dbrowser, but
    > > >>     >>     > I got
    > > >>     >>     >     >> an
    > > >>     >>     >     >>     > error that
    > > >>     >>     >     >>     >     > ant
    > > >>     >>     >     >>     >     >     > was
    > > >>     >>     >     >>     >     >     > > > not able to access the
    > > >> application.
    > > >>     >>     >     >>     >     >     > > > So, I tried installing
    > firefox
    > > >> and that
    > > >>     >>     > seemed to
    > > >>     >>     >     >> work.
    > > >>     >>     >     >>     >     >     > > >
    > > >>     >>     >     >>     >     >     > > > On Mon, Oct 1, 2018 at 1:26
    > AM
    > > >> Piotr
    > > >>     >> Zarzycki
    > > >>     >>     > <
    > > >>     >>     >     >>     >     >     > piotrzarzycki21@gmail.com
    > > >>     >>     >     >>     >     >     > > >
    > > >>     >>     >     >>     >     >     > > > wrote:
    > > >>     >>     >     >>     >     >     > > >
    > > >>     >>     >     >>     >     >     > > > > Hi Om,
    > > >>     >>     >     >>     >     >     > > > >
    > > >>     >>     >     >>     >     >     > > > > You did use Firefox for
    > that
    > > >> purpose
    > > >>     >> ? I
    > > >>     >>     > had to
    > > >>     >>     >     >> specify
    > > >>     >>     >     >>     >     >     > -Dbrowser=path
    > > >>     >>     >     >>     >     >     > > to
    > > >>     >>     >     >>     >     >     > > > > firefox.exe
    > > >>     >>     >     >>     >     >     > > > >
    > > >>     >>     >     >>     >     >     > > > > Thanks,
    > > >>     >>     >     >>     >     >     > > > > Piotr
    > > >>     >>     >     >>     >     >     > > > >
    > > >>     >>     >     >>     >     >     > > > > pon., 1 paź 2018 o 10:22
    > > >> OmPrakash
    > > >>     >>     > Muppirala <
    > > >>     >>     >     >>     >     > bigosmallm@gmail.com>
    > > >>     >>     >     >>     >     >     > > > > napisał(a):
    > > >>     >>     >     >>     >     >     > > > >
    > > >>     >>     >     >>     >     >     > > > > > Okay, I made several
    > > >> attempts
    > > >>     >> through the
    > > >>     >>     > day,
    > > >>     >>     >     >> making
    > > >>     >>     >     >>     >     > progress each
    > > >>     >>     >     >>     >     >     > > > time.
    > > >>     >>     >     >>     >     >     > > > > >  The last run failed
    > > >> because the
    > > >>     >> browser
    > > >>     >>     > could
    > > >>     >>     >     >> not be
    > > >>     >>     >     >>     >     > launched.
    > > >>     >>     >     >>     >     >     > > > > > I am going to pause on
    > > this
    > > >> and
    > > >>     >> try again
    > > >>     >>     >     >> tomorrow (or
    > > >>     >>     >     >>     >     > later) . If
    > > >>     >>     >     >>     >     >     > > > > someone
    > > >>     >>     >     >>     >     >     > > > > > else wants to give this
    > a
    > > >> go in the
    > > >>     >>     > meantimne,
    > > >>     >>     >     >> they are
    > > >>     >>     >     >>     >     > welcome :-)
    > > >>     >>     >     >>     >     >     > > > > >
    > > >>     >>     >     >>     >     >     > > > > > Thanks,
    > > >>     >>     >     >>     >     >     > > > > > Om
    > > >>     >>     >     >>     >     >     > > > > >
    > > >>     >>     >     >>     >     >     > > > > > On Mon, Oct 1, 2018 at
    > > >> 12:22 AM
    > > >>     >> Carlos
    > > >>     >>     > Rovira <
    > > >>     >>     >     >>     >     >     > > carlosrovira@apache.org
    > > >>     >>     >     >>     >     >     > > > >
    > > >>     >>     >     >>     >     >     > > > > > wrote:
    > > >>     >>     >     >>     >     >     > > > > >
    > > >>     >>     >     >>     >     >     > > > > > > Hi Om,
    > > >>     >>     >     >>     >     >     > > > > > > no,  I Thought this
    > was
    > > >> due to
    > > >>     >> different
    > > >>     >>     >     >> tries of the
    > > >>     >>     >     >>     >     > release
    > > >>     >>     >     >>     >     >     > > process
    > > >>     >>     >     >>     >     >     > > > > but
    > > >>     >>     >     >>     >     >     > > > > > > most of the poms are
    > in
    > > >>     >> 0.9.6-SNAPSHOT.
    > > >>     >>     >     >>     >     >     > > > > > > You can search the
    > > entire
    > > >> repo
    > > >>     >> for
    > > >>     >>     >     >> "0.9.X-SNAPSHOT"
    > > >>     >>     >     >>     > string
    > > >>     >>     >     >>     >     > to see
    > > >>     >>     >     >>     >     >     > > > that
    > > >>     >>     >     >>     >     >     > > > > > now
    > > >>     >>     >     >>     >     >     > > > > > > X is 6.
    > > >>     >>     >     >>     >     >     > > > > > >
    > > >>     >>     >     >>     >     >     > > > > > > thanks
    > > >>     >>     >     >>     >     >     > > > > > >
    > > >>     >>     >     >>     >     >     > > > > > > El lun., 1 oct. 2018 a
    > > >> las 2:07,
    > > >>     >>     > OmPrakash
    > > >>     >>     >     >> Muppirala
    > > >>     >>     >     >>     > (<
    > > >>     >>     >     >>     >     >     > > > > > > bigosmallm@gmail.com
    > >)
    > > >>     >>     >     >>     >     >     > > > > > > escribió:
    > > >>     >>     >     >>     >     >     > > > > > >
    > > >>     >>     >     >>     >     >     > > > > > > > On Sun, Sep 30,
    > 2018,
    > > >> 2:13 PM
    > > >>     >> Carlos
    > > >>     >>     > Rovira
    > > >>     >>     >     >> <
    > > >>     >>     >     >>     >     >     > > > carlosrovira@apache.org
    > > >>     >>     >     >>     >     >     > > > > >
    > > >>     >>     >     >>     >     >     > > > > > > > wrote:
    > > >>     >>     >     >>     >     >     > > > > > > >
    > > >>     >>     >     >>     >     >     > > > > > > > > Hi Om,
    > > >>     >>     >     >>     >     >     > > > > > > > > just saw that some
    > > >> poms was
    > > >>     >> not
    > > >>     >>     > changed to
    > > >>     >>     >     >>     >     > 0.9.6-SNAPSHOT.
    > > >>     >>     >     >>     >     >     > > > > > > > >
    > > >>     >>     >     >>     >     >     > > > > > > >
    > > >>     >>     >     >>     >     >     > > > > > > > Do you mean
    > > >> 0.9.4-SNAPSHOT?
    > > >>     >>     >     >>     >     >     > > > > > > >
    > > >>     >>     >     >>     >     >     > > > > > > > Thanks,
    > > >>     >>     >     >>     >     >     > > > > > > > Om
    > > >>     >>     >     >>     >     >     > > > > > > >
    > > >>     >>     >     >>     >     >     > > > > > > >
    > > >>     >>     >     >>     >     >     > > > > > > >
    > > >>     >>     >     >>     >     >     > > > > > > > I think that should
    > be
    > > >> fixed
    > > >>     >> and get a
    > > >>     >>     >     >> prepare
    > > >>     >>     >     >>     > maven
    > > >>     >>     >     >>     >     > release
    > > >>     >>     >     >>     >     >     > > > process
    > > >>     >>     >     >>     >     >     > > > > > that
    > > >>     >>     >     >>     >     >     > > > > > > > > could finaly gets
    > > all
    > > >> poms
    > > >>     >> updated
    > > >>     >>     > to new
    > > >>     >>     >     >>     > version.
    > > >>     >>     >     >>     >     >     > > > > > > > > Don't know if that
    > > >> could be
    > > >>     >> the
    > > >>     >>     > problem.
    > > >>     >>     >     >> Can you
    > > >>     >>     >     >>     > try
    > > >>     >>     >     >>     >     > again?
    > > >>     >>     >     >>     >     >     > > > > > > > > thanks
    > > >>     >>     >     >>     >     >     > > > > > > > >
    > > >>     >>     >     >>     >     >     > > > > > > > > El dom., 30 sept.
    > > >> 2018 a las
    > > >>     >> 21:32,
    > > >>     >>     >     >> OmPrakash
    > > >>     >>     >     >>     >     > Muppirala (<
    > > >>     >>     >     >>     >     >     > > > > > > > >
    > > bigosmallm@gmail.com
    > > >> >)
    > > >>     >> escribió:
    > > >>     >>     >     >>     >     >     > > > > > > > >
    > > >>     >>     >     >>     >     >     > > > > > > > > > Made a bit more
    > > >> progress,
    > > >>     >> but the
    > > >>     >>     > build
    > > >>     >>     >     >> is
    > > >>     >>     >     >>     > failing
    > > >>     >>     >     >>     >     > here
    > > >>     >>     >     >>     >     >     > now:
    > > >>     >>     >     >>     >     >     > > > > > > > > >
    > > >>     >>     >     >>     >     >     > > > > > > > > >      [exec]
    > [INFO]
    > > >> [INFO]
    > > >>     >> Apache
    > > >>     >>     > Royale:
    > > >>     >>     >     >>     > Examples:
    > > >>     >>     >     >>     >     > Royale:
    > > >>     >>     >     >>     >     >     > > > > > > > > >
    > > >> DataBindingExample_as
    > > >>     >> SUCCESS [
    > > >>     >>     > 2.469
    > > >>     >>     >     >> s]
    > > >>     >>     >     >>     >     >     > > > > > > > > >
    > > >>     >>     >     >>     >     >     > > > > > > > > >      [exec]
    > [INFO]
    > > >> [INFO]
    > > >>     >> Apache
    > > >>     >>     > Royale:
    > > >>     >>     >     >>     > Examples:
    > > >>     >>     >     >>     >     > Royale:
    > > >>     >>     >     >>     >     >     > > > > > > > > >
    > > >> DataBindingExample_Flat
    > > >>     >> FAILURE [
    > > >>     >>     >     >> 1.756 s]
    > > >>     >>     >     >>     >     >     > > > > > > > > >
    > > >>     >>     >     >>     >     >     > > > > > > > > >      [exec]
    > [INFO]
    > > >> [INFO]
    > > >>     >> Apache
    > > >>     >>     > Royale:
    > > >>     >>     >     >>     > Examples:
    > > >>     >>     >     >>     >     > Royale:
    > > >>     >>     >     >>     >     >     > > > > > > > > >
    > > >>     >> DataBindingExampleWithLayout
    > > >>     >>     > SKIPPED
    > > >>     >>     >     >>     >     >     > > > > > > > > >
    > > >>     >>     >     >>     >     >     > > > > > > > > >      [exec]
    > [INFO]
    > > >> [INFO]
    > > >>     >> Apache
    > > >>     >>     > Royale:
    > > >>     >>     >     >>     > Examples:
    > > >>     >>     >     >>     >     > Royale:
    > > >>     >>     >     >>     >     >     > > > > > > > > DataGridExample
    > > >>     >>     >     >>     >     >     > > > > > > > > > ... SKIPPED
    > > >>     >>     >     >>     >     >     > > > > > > > > >
    > > >>     >>     >     >>     >     >     > > > > > > > > >
    > > >>     >>     >     >>     >     >     > > > > > > > > >
    > > >>     >>     >     >>     >     >     > > > > > > > > > Detailed error:
    > > >>     >>     >     >>     >     >     > > > > > > > > >
    > > >>     >>     >     >>     >     >     > > > > > > > > >
    > > >>     >>     >     >>     >     >     > > > > > > > > >     [exec]
    > [INFO]
    > > >> [INFO]
    > > >>     >>     >     >>     >     >     > > > > > > > > >
    > > >>     >>     >     >>     >     >     > > > > > > >
    > > >>     >>     >     >>     >     >     > > > > >
    > > >>     >>     >     >>     >     >     > > >
    > > >>     >>     >     >>     >     >     >
    > > >>     >>     >     >>     >     >
    > > >>     >>     >     >>     >
    > > >>     >>     >     >>
    > > >>     >>     >
    > > >>     >>
    > > >>
    > ------------------------------------------------------------------------
    > > >>     >>     >     >>     >     >     > > > > > > > > >
    > > >>     >>     >     >>     >     >     > > > > > > > > >      [exec]
    > [INFO]
    > > >> [INFO]
    > > >>     >> BUILD
    > > >>     >>     > FAILURE
    > > >>     >>     >     >>     >     >     > > > > > > > > >
    > > >>     >>     >     >>     >     >     > > > > > > > > >      [exec]
    > [INFO]
    > > >> [INFO]
    > > >>     >>     >     >>     >     >     > > > > > > > > >
    > > >>     >>     >     >>     >     >     > > > > > > >
    > > >>     >>     >     >>     >     >     > > > > >
    > > >>     >>     >     >>     >     >     > > >
    > > >>     >>     >     >>     >     >     >
    > > >>     >>     >     >>     >     >
    > > >>     >>     >     >>     >
    > > >>     >>     >     >>
    > > >>     >>     >
    > > >>     >>
    > > >>
    > ------------------------------------------------------------------------
    > > >>     >>     >     >>     >     >     > > > > > > > > >
    > > >>     >>     >     >>     >     >     > > > > > > > > >      [exec]
    > [INFO]
    > > >> [INFO]
    > > >>     >> Total
    > > >>     >>     > time:
    > > >>     >>     >     >> 07:03 min
    > > >>     >>     >     >>     >     >     > > > > > > > > >
    > > >>     >>     >     >>     >     >     > > > > > > > > >      [exec]
    > [INFO]
    > > >> [INFO]
    > > >>     >>     > Finished at:
    > > >>     >>     >     >>     >     >     > > > 2018-09-30T12:17:45-07:00
    > > >>     >>     >     >>     >     >     > > > > > > > > >
    > > >>     >>     >     >>     >     >     > > > > > > > > >      [exec]
    > [INFO]
    > > >> [INFO]
    > > >>     >>     >     >>     >     >     > > > > > > > > >
    > > >>     >>     >     >>     >     >     > > > > > > >
    > > >>     >>     >     >>     >     >     > > > > >
    > > >>     >>     >     >>     >     >     > > >
    > > >>     >>     >     >>     >     >     >
    > > >>     >>     >     >>     >     >
    > > >>     >>     >     >>     >
    > > >>     >>     >     >>
    > > >>     >>     >
    > > >>     >>
    > > >>
    > ------------------------------------------------------------------------
    > > >>     >>     >     >>     >     >     > > > > > > > > >
    > > >>     >>     >     >>     >     >     > > > > > > > > >      [exec]
    > [INFO]
    > > >> [ERROR]
    > > >>     >> Failed
    > > >>     >>     > to
    > > >>     >>     >     >> execute
    > > >>     >>     >     >>     > goal
    > > >>     >>     >     >>     >     >     > > > > > > > > >
    > > >>     >>     >     >>     >     >     >
    > > >>     >>     >     >>
    > > >> org.apache.maven.plugins:maven-dependency-plugin:2.10:unpack
    > > >>     >>     >     >>     >     >     > > > > > > > > (unpack-fonts)
    > > >>     >>     >     >>     >     >     > > > > > > > > > on project
    > > >>     >>     > DataBindingExample_Flat:
    > > >>     >>     >     >> Unable to
    > > >>     >>     >     >>     > find
    > > >>     >>     >     >>     >     >     > artifact.
    > > >>     >>     >     >>     >     >     > > > > Could
    > > >>     >>     >     >>     >     >     > > > > > > not
    > > >>     >>     >     >>     >     >     > > > > > > > > find
    > > >>     >>     >     >>     >     >     > > > > > > > > > artifact
    > > >>     >>     >     >>     > org.apache.royale.framework:Fonts:war:0.9.4
    > > >>     >>     >     >>     >     > in
    > > >>     >>     >     >>     >     >     > > > > > > apache-release
    > > >>     >>     >     >>     >     >     > > > > > > > (
    > > >>     >>     >     >>     >     >     > > > > > > > > >
    > > >>     >>     >     >>     >     >     >
    > > >>     >>     >     >>     >     >
    > > >>     >>     >     >>     >
    > > >>     >>     >     >>
    > > >>     >>     >
    > > >>     >>
    > > >>
    > >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C4113dbce443a4bcbba0008d629d161c5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742376597420406&amp;sdata=dREPNgmOpWstpke9NkLyfIylx3t4WeEr1GkMJd5wLs8%3D&amp;reserved=0
    > > >>     >>     >     >>     >     > )
    > > >>     >>     >     >>     >     >     > > > > > > > > >
    > > >>     >>     >     >>     >     >     > > > > > > > > >      [exec]
    > [INFO]
    > > >> [ERROR]
    > > >>     >>     >     >>     >     >     > > > > > > > > >
    > > >>     >>     >     >>     >     >     > > > > > > > > >      [exec]
    > [INFO]
    > > >> [ERROR]
    > > >>     >> Try
    > > >>     >>     >     >> downloading the
    > > >>     >>     >     >>     > file
    > > >>     >>     >     >>     >     >     > manually
    > > >>     >>     >     >>     >     >     > > > from
    > > >>     >>     >     >>     >     >     > > > > > the
    > > >>     >>     >     >>     >     >     > > > > > > > > > project website.
    > > >>     >>     >     >>     >     >     > > > > > > > > >
    > > >>     >>     >     >>     >     >     > > > > > > > > >      [exec]
    > [INFO]
    > > >> [ERROR]
    > > >>     >>     >     >>     >     >     > > > > > > > > >
    > > >>     >>     >     >>     >     >     > > > > > > > > >      [exec]
    > [INFO]
    > > >> [ERROR]
    > > >>     >> Then,
    > > >>     >>     >     >> install it
    > > >>     >>     >     >>     > using the
    > > >>     >>     >     >>     >     >     > > command:
    > > >>     >>     >     >>     >     >     > > > > > > > > >
    > > >>     >>     >     >>     >     >     > > > > > > > > >      [exec]
    > [INFO]
    > > >>     >> [ERROR]     mvn
    > > >>     >>     >     >>     >     > install:install-file
    > > >>     >>     >     >>     >     >     > > > > > > > > >
    > > >>     >>     > -DgroupId=org.apache.royale.framework
    > > >>     >>     >     >>     >     > -DartifactId=Fonts
    > > >>     >>     >     >>     >     >     > > > > > > > -Dversion=0.9.4
    > > >>     >>     >     >>     >     >     > > > > > > > > > -Dpackaging=war
    > > >>     >>     > -Dfile=/path/to/file
    > > >>     >>     >     >>     >     >     > > > > > > > > >
    > > >>     >>     >     >>     >     >     > > > > > > > > >      [exec]
    > [INFO]
    > > >> [ERROR]
    > > >>     >>     >     >>     >     >     > > > > > > > > >
    > > >>     >>     >     >>     >     >     > > > > > > > > >      [exec]
    > [INFO]
    > > >> [ERROR]
    > > >>     >>     >     >> Alternatively, if
    > > >>     >>     >     >>     > you
    > > >>     >>     >     >>     >     > host your
    > > >>     >>     >     >>     >     >     > > own
    > > >>     >>     >     >>     >     >     > > > > > > > repository
    > > >>     >>     >     >>     >     >     > > > > > > > > > you can deploy
    > the
    > > >> file
    > > >>     >> there:
    > > >>     >>     >     >>     >     >     > > > > > > > > >
    > > >>     >>     >     >>     >     >     > > > > > > > > >      [exec]
    > [INFO]
    > > >>     >> [ERROR]     mvn
    > > >>     >>     >     >>     > deploy:deploy-file
    > > >>     >>     >     >>     >     >     > > > > > > > > >
    > > >>     >>     > -DgroupId=org.apache.royale.framework
    > > >>     >>     >     >>     >     > -DartifactId=Fonts
    > > >>     >>     >     >>     >     >     > > > > > > > -Dversion=0.9.4
    > > >>     >>     >     >>     >     >     > > > > > > > > > -Dpackaging=war
    > > >>     >>     > -Dfile=/path/to/file
    > > >>     >>     >
    


Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by OmPrakash Muppirala <bi...@gmail.com>.
DSL via AT&T :-)
Although this morning was a different connection (at work)


On Thu, Oct 4, 2018 at 1:09 AM Piotr Zarzycki <pi...@gmail.com>
wrote:

> Neverending story ;) What's your internet connection actually?
>
> On Thu, Oct 4, 2018, 10:04 AM OmPrakash Muppirala <bi...@gmail.com>
> wrote:
>
> > Hmm, failed again at a different spot:
> >
> >      [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
> > Jewel-Dark-NoFlat-Emphasized-Sunflower-Theme SUCCESS [ 22.251 s]
> >
> >      [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
> > Jewel-Dark-NoFlat-Emphasized-Topaz-Theme SUCCESS [ 18.741 s]
> >
> >      [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
> > Jewel-Dark-NoFlat-Emphasized-Turquoise-Theme SUCCESS [ 18.421 s]
> >
> >      [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
> > Jewel-Dark-NoFlat-Emphasized-Violet-Theme FAILURE [ 31.354 s]
> >
> >      [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
> > Jewel-Dark-NoFlat-Emphasized-Yellow-Theme SKIPPED
> >
> >      [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes
> > ............... SKIPPED
> >
> >      [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes: Simple
> > Royale Application SKIPPED
> >
> >      [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes: Simple
> > Royale Pure-JS Application SKIPPED
> >
> >      [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes: Simple
> > Royale Pure-SWF Application SKIPPED
> >
> >      [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes: Simple
> > Royale Library SKIPPED
> >
> >      [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes: Simple
> > Royale Typedef Library 0.9.4 SKIPPED
> >
> >      [exec] [INFO] [INFO]
> > ------------------------------------------------------------------------
> >
> >      [exec] [INFO] [INFO] BUILD FAILURE
> >
> >      [exec] [INFO] [INFO]
> > ------------------------------------------------------------------------
> >
> >      [exec] [INFO] [INFO] Total time: 38:52 min
> >
> >      [exec] [INFO] [INFO] Finished at: 2018-10-04T00:50:41-07:00
> >
> >      [exec] [INFO] [INFO]
> > ------------------------------------------------------------------------
> >
> >      [exec] [INFO] [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
> (default-deploy)
> > on project Jewel-Dark-NoFlat-Emphasized-Violet-Theme: Failed to deploy
> > artifacts: Could not transfer artifact
> >
> >
> org.apache.royale.framework:Jewel-Dark-NoFlat-Emphasized-Violet-Theme:swc.asc:typedefs:0.9.4
> > from/to apache.releases.https (
> > https://repository.apache.org/service/local/staging/deploy/maven2):
> > Connect
> > to repository.apache.org:443 [repository.apache.org/207.244.88.140]
> > failed:
> > Operation timed out (Connection timed out) -> [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] [ERROR]
> >
> >      [exec] [INFO] [ERROR] After correcting the problems, you can resume
> > the build with the command
> >
> >      [exec] [INFO] [ERROR]   mvn <goals> -rf
> > :Jewel-Dark-NoFlat-Emphasized-Violet-Theme
> >
> >      [exec] [INFO]
> > ------------------------------------------------------------------------
> >
> > On Wed, Oct 3, 2018 at 2:10 PM OmPrakash Muppirala <bigosmallm@gmail.com
> >
> > wrote:
> >
> > >
> > >
> > > On Wed, Oct 3, 2018 at 2:02 PM Alex Harui <ah...@adobe.com.invalid>
> > > wrote:
> > >
> > >> Hi Om,
> > >>
> > >> Does anything deploy, or is that the first thing that is attempted to
> > >> deploy?  I found this article that might help:
> > >>
> > >>
> >
> https://community.apigee.com/questions/50756/unable-to-deploy-using-maven-script-due-to-error-r.html
> > >
> > >
> > > It deployed a lot of artifacts before hitting this error.  I don't see
> > > anything special with this artifact.  So, I am guessing that it was a
> > > momentary bad connection that caused this.
> > >
> > >
> > >>
> > >>
> > >> I would be concerned about restarting from the middle of a Maven call.
> > I
> > >> suppose you could try it, but what if it skipped an artifact?
> > >>
> > >
> > > The maven error message explicitly says this:
> > >
> > >      [exec] [INFO] [ERROR] After correcting the problems, you can
> resume
> > > the build with the command
> > >
> > >      [exec] [INFO] [ERROR]   mvn <goals> -rf
> > > :Jewel-Light-NoFlat-Primary-Sunflower-Theme
> > >
> > >
> > >>
> > >> There should be Ant targets for starting only on royale-asjs if
> > >> royale-compiler and royale=typedefs worked ok.
> > >>
> > >> HTH,
> > >> -Alex
> > >>
> > >> On 10/3/18, 11:58 AM, "OmPrakash Muppirala" <bi...@gmail.com>
> > >> wrote:
> > >>
> > >>     Another suggestion I have is - can we do all the pushes to remote
> > >> after
> > >>     everything is done locally?  That way, if something goes wrong
> > >> halfway, we
> > >>     can just delete the royale-* dirs locally and rerun the
> > >> releasecandiate ant
> > >>     script?
> > >>
> > >>     Not sure if this is an easy change?
> > >>
> > >>     Thanks,
> > >>     Om
> > >>
> > >>     On Wed, Oct 3, 2018 at 11:42 AM OmPrakash Muppirala <
> > >> bigosmallm@gmail.com>
> > >>     wrote:
> > >>
> > >>     > Okay, I tried a couple of times and I have started getting `SSL
> > >> peer shut
> > >>     > down incorrectly errors`
> > >>     >
> > >>     >      [exec] [INFO] [INFO]
> > >>     >
> > >>
> ------------------------------------------------------------------------
> > >>     >
> > >>     >      [exec] [INFO] [INFO] BUILD FAILURE
> > >>     >
> > >>     >      [exec] [INFO] [INFO]
> > >>     >
> > >>
> ------------------------------------------------------------------------
> > >>     >
> > >>     >      [exec] [INFO] [INFO] Total time: 16:04 min
> > >>     >
> > >>     >      [exec] [INFO] [INFO] Finished at: 2018-10-03T11:38:49-07:00
> > >>     >
> > >>     >      [exec] [INFO] [INFO]
> > >>     >
> > >>
> ------------------------------------------------------------------------
> > >>     >
> > >>     >      [exec] [INFO] [ERROR] Failed to execute goal
> > >>     > org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
> > >> (default-deploy)
> > >>     > on project Jewel-Light-NoFlat-Primary-Sunflower-Theme: Failed to
> > >> deploy
> > >>     > artifacts: Could not transfer artifact
> > >>     >
> > >>
> >
> org.apache.royale.framework:Jewel-Light-NoFlat-Primary-Sunflower-Theme:swc:0.9.4
> > >>     > from/to apache.releases.https (
> > >>     >
> > >>
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fservice%2Flocal%2Fstaging%2Fdeploy%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7Cf27e84867a5440c6809008d62962338f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741899088254161&amp;sdata=vzyO7Stsj3pqyE9Sih32heK62GABKGZo0wlgWpxW0bE%3D&amp;reserved=0
> > >> ):
> > >>     > Remote host closed connection during handshake: SSL peer shut
> down
> > >>     > incorrectly -> [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]
> > >>     >
> > >>
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cf27e84867a5440c6809008d62962338f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741899088254161&amp;sdata=RU7b9uJt%2FtsXJiX376HgIqRTvKoiKZcs7Z%2Flr1b4wO8%3D&amp;reserved=0
> > >>     >
> > >>     >      [exec] [INFO] [ERROR]
> > >>     >
> > >>     >      [exec] [INFO] [ERROR] After correcting the problems, you
> can
> > >> resume
> > >>     > the build with the command
> > >>     >
> > >>     >      [exec] [INFO] [ERROR]   mvn <goals> -rf
> > >>     > :Jewel-Light-NoFlat-Primary-Sunflower-Theme
> > >>     >
> > >>     >      [exec] [INFO]
> > >>     >
> > >>
> ------------------------------------------------------------------------
> > >>     >
> > >>     >
> > >>     > I am guessing it is a bad internet connection.  I am wondering
> if
> > >> we can
> > >>     > pass a -rf (resume from) option to the maven call from ant?
> > >> Otherwise
> > >>     > doing all this from scratch everytime is a big pain.
> > >>     >
> > >>     > Thanks,
> > >>     > Om
> > >>     >
> > >>     > On Wed, Oct 3, 2018 at 12:47 AM Alex Harui
> > <aharui@adobe.com.invalid
> > >> >
> > >>     > wrote:
> > >>     >
> > >>     >> Looks like it was a missing [
> > >>     >>
> > >>     >> MXRoyale and SparkRoyale built for me.
> > >>     >>
> > >>     >> HTH,
> > >>     >> -Alex
> > >>     >>
> > >>     >> On 10/3/18, 12:43 AM, "OmPrakash Muppirala" <
> > bigosmallm@gmail.com>
> > >>     >> wrote:
> > >>     >>
> > >>     >>     Thanks!
> > >>     >>
> > >>     >>     I reverted everything back to previous state.  I can give
> it
> > a
> > >> shot
> > >>     >>     tomorrow evening.
> > >>     >>
> > >>     >>     Regards,
> > >>     >>     Om
> > >>     >>
> > >>     >>     On Wed, Oct 3, 2018 at 12:41 AM Alex Harui
> > >> <ah...@adobe.com.invalid>
> > >>     >> wrote:
> > >>     >>
> > >>     >>     > It was in a releasable state.  TourDeFlex was running on
> > it.
> > >>     >>     >
> > >>     >>     > I'm trying to track down the change that broke it.
> > >>     >>     >
> > >>     >>     > -Alex
> > >>     >>     >
> > >>     >>     > On 10/3/18, 12:32 AM, "OmPrakash Muppirala" <
> > >> bigosmallm@gmail.com>
> > >>     >> wrote:
> > >>     >>     >
> > >>     >>     >     A bit more progress. Now we are failing on the
> MXRoyale
> > >> project:
> > >>     >>     >
> > >>     >>     >          [exec] [INFO] [INFO]
> > >>     >>     >
> > >>     >>     >
> > >>     >>
> > >>
> ------------------------------------------------------------------------
> > >>     >>     >
> > >>     >>     >          [exec] [INFO] [INFO] BUILD FAILURE
> > >>     >>     >
> > >>     >>     >          [exec] [INFO] [INFO]
> > >>     >>     >
> > >>     >>     >
> > >>     >>
> > >>
> ------------------------------------------------------------------------
> > >>     >>     >
> > >>     >>     >          [exec] [INFO] [INFO] Total time: 01:34 min
> > >>     >>     >
> > >>     >>     >          [exec] [INFO] [INFO] Finished at:
> > >> 2018-10-03T00:28:14-07:00
> > >>     >>     >
> > >>     >>     >          [exec] [INFO] [INFO]
> > >>     >>     >
> > >>     >>     >
> > >>     >>
> > >>
> ------------------------------------------------------------------------
> > >>     >>     >
> > >>     >>     >          [exec] [INFO] [ERROR] Failed to execute goal
> > >>     >>     >
> > >>  org.apache.royale.compiler:royale-maven-plugin:0.9.4:compile-as
> > >>     >>     >     (default-compile-as) on project MXRoyale: There were
> > >> errors
> > >>     >> during the
> > >>     >>     >     build. Got return code 3 -> [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]
> > >>     >>     >
> > >>     >>     >
> > >>     >>
> > >>
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cf27e84867a5440c6809008d62962338f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741899088254161&amp;sdata=RU7b9uJt%2FtsXJiX376HgIqRTvKoiKZcs7Z%2Flr1b4wO8%3D&amp;reserved=0
> > >>     >>     >
> > >>     >>     >          [exec] [INFO] [ERROR]
> > >>     >>     >
> > >>     >>     >          [exec] [INFO] [ERROR] After correcting the
> > >> problems, you
> > >>     >> can
> > >>     >>     > resume
> > >>     >>     >     the build with the command
> > >>     >>     >
> > >>     >>     >          [exec] [INFO] [ERROR]   mvn <goals> -rf
> :MXRoyale
> > >>     >>     >
> > >>     >>     >
> > >>     >>     >     Can we perhaps turn this project off?  Is it in a
> > >> releasable
> > >>     >> state?
> > >>     >>     >
> > >>     >>     >     On Tue, Oct 2, 2018 at 7:30 PM OmPrakash Muppirala <
> > >>     >>     > bigosmallm@gmail.com>
> > >>     >>     >     wrote:
> > >>     >>     >
> > >>     >>     >     > I'm going to give this another shot in a couple of
> > >> hours,
> > >>     >> unless
> > >>     >>     > there are
> > >>     >>     >     > any objections.
> > >>     >>     >     >
> > >>     >>     >     > Thanks,
> > >>     >>     >     > Om
> > >>     >>     >     >
> > >>     >>     >     > On Mon, Oct 1, 2018, 2:04 PM Alex Harui
> > >>     >> <ah...@adobe.com.invalid>
> > >>     >>     > wrote:
> > >>     >>     >     >
> > >>     >>     >     >> Jewel is mentioned in there.  I added mention of
> the
> > >>     >> migration
> > >>     >>     > components
> > >>     >>     >     >> and tour de flex.  Not sure if I got the
> formatting
> > >> right.
> > >>     >> I think
> > >>     >>     > it is
> > >>     >>     >     >> good enough.
> > >>     >>     >     >>
> > >>     >>     >     >> -Alex
> > >>     >>     >     >>
> > >>     >>     >     >> On 10/1/18, 12:13 PM, "OmPrakash Muppirala" <
> > >>     >> bigosmallm@gmail.com>
> > >>     >>     >     >> wrote:
> > >>     >>     >     >>
> > >>     >>     >     >>     I updated it, although it looks a bit sparse
> > >> now.  Can
> > >>     >> we list
> > >>     >>     > a few
> > >>     >>     >     >> major
> > >>     >>     >     >>     highlights here, that I can go add to the
> > release
> > >> notes?
> > >>     >>     >     >>     Jewel should at least have several updates.
> > >>     >>     >     >>
> > >>     >>     >     >>     Thanks,
> > >>     >>     >     >>     Om
> > >>     >>     >     >>
> > >>     >>     >     >>     On Mon, Oct 1, 2018 at 12:09 PM Alex Harui
> > >>     >>     > <ah...@adobe.com.invalid>
> > >>     >>     >     >> wrote:
> > >>     >>     >     >>
> > >>     >>     >     >>     > Hey, I just noticed that nobody put a 0.9.4
> > >> section in
> > >>     >> the
> > >>     >>     >     >> RELEASE_NOTES.
> > >>     >>     >     >>     > Maybe just rename the 0.9.3 section?
> > >>     >>     >     >>     >
> > >>     >>     >     >>     > -Alex
> > >>     >>     >     >>     >
> > >>     >>     >     >>     > On 10/1/18, 12:07 PM, "OmPrakash Muppirala"
> <
> > >>     >>     > bigosmallm@gmail.com>
> > >>     >>     >     >> wrote:
> > >>     >>     >     >>     >
> > >>     >>     >     >>     >     Good catch!  I just pushed a fix for
> that.
> > >>     >>     >     >>     >
> > >>     >>     >     >>     >     Thanks,
> > >>     >>     >     >>     >     Om
> > >>     >>     >     >>     >
> > >>     >>     >     >>     >     On Mon, Oct 1, 2018 at 11:04 AM Alex
> Harui
> > >>     >>     >     >> <ah...@adobe.com.invalid>
> > >>     >>     >     >>     > wrote:
> > >>     >>     >     >>     >
> > >>     >>     >     >>     >     > Om,
> > >>     >>     >     >>     >     >
> > >>     >>     >     >>     >     > I think the <tag>release/0.9.4</tag>
> in
> > >>     >>     > royale-asjs/pom.xml
> > >>     >>     >     >> needs to
> > >>     >>     >     >>     > be
> > >>     >>     >     >>     >     > reverted back to 0.9.3.
> > >>     >>     >     >>     >     >
> > >>     >>     >     >>     >     > Everything else looks ok from my quick
> > >>     >> examination.
> > >>     >>     >     >>     >     >
> > >>     >>     >     >>     >     > Thanks and good luck,
> > >>     >>     >     >>     >     > -Alex
> > >>     >>     >     >>     >     >
> > >>     >>     >     >>     >     > On 10/1/18, 10:29 AM, "Piotr
> Zarzycki" <
> > >>     >>     >     >> piotrzarzycki21@gmail.com>
> > >>     >>     >     >>     > wrote:
> > >>     >>     >     >>     >     >
> > >>     >>     >     >>     >     >     I saw your commit and I think you
> > >> should be
> > >>     >> ok.
> > >>     >>     >     >>     >     >
> > >>     >>     >     >>     >     >     pon., 1 paź 2018 o 19:21 OmPrakash
> > >> Muppirala
> > >>     >> <
> > >>     >>     >     >>     > bigosmallm@gmail.com>
> > >>     >>     >     >>     >     >     napisał(a):
> > >>     >>     >     >>     >     >
> > >>     >>     >     >>     >     >     > Okay, I did the following to
> > reset:
> > >>     >>     >     >>     >     >     >
> > >>     >>     >     >>     >     >     > For all three repos:
> > >>     >>     >     >>     >     >     > * Reverted all references of
> 0.9.5
> > >> to 0.9.4
> > >>     >>     >     >>     >     >     > * Deleted 0.9.4-rc1 tag
> > >>     >>     >     >>     >     >     > * Deleted branch: release/0.9.4
> > >>     >>     >     >>     >     >     >
> > >>     >>     >     >>     >     >     > Can someone please make sure
> that
> > >> we are
> > >>     >> good
> > >>     >>     > before
> > >>     >>     >     >> starting
> > >>     >>     >     >>     > work?
> > >>     >>     >     >>     >     >     >
> > >>     >>     >     >>     >     >     > Thanks,
> > >>     >>     >     >>     >     >     > Om
> > >>     >>     >     >>     >     >     >
> > >>     >>     >     >>     >     >     > On Mon, Oct 1, 2018 at 1:51 AM
> > >> Carlos
> > >>     >> Rovira <
> > >>     >>     >     >>     >     > carlosrovira@apache.org>
> > >>     >>     >     >>     >     >     > wrote:
> > >>     >>     >     >>     >     >     >
> > >>     >>     >     >>     >     >     > > Hi Om,
> > >>     >>     >     >>     >     >     > > is related to flash player
> > >> debugger not
> > >>     >>     > launched? are
> > >>     >>     >     >> you on
> > >>     >>     >     >>     > Mac?
> > >>     >>     >     >>     >     >     > > I think on Mac I have to make
> > >> *.swf
> > >>     >> files be
> > >>     >>     > always
> > >>     >>     >     >> opened
> > >>     >>     >     >>     > by Flash
> > >>     >>     >     >>     >     >     > Player
> > >>     >>     >     >>     >     >     > > debugger.
> > >>     >>     >     >>     >     >     > >
> > >>     >>     >     >>     >     >     > > In the other hand, I need to
> > >> commit
> > >>     >> during the
> > >>     >>     > day
> > >>     >>     >     >> some
> > >>     >>     >     >>     > fixes, one
> > >>     >>     >     >>     >     > on
> > >>     >>     >     >>     >     >     > > typedefs and expect more on
> > >> compiler. So
> > >>     >> if you
> > >>     >>     > plan
> > >>     >>     >     >> to try
> > >>     >>     >     >>     > again
> > >>     >>     >     >>     >     > some
> > >>     >>     >     >>     >     >     > > hours ago, please, remove the
> > >> commits to
> > >>     >> left
> > >>     >>     > the
> > >>     >>     >     >> repos so
> > >>     >>     >     >>     > we can
> > >>     >>     >     >>     >     > commit
> > >>     >>     >     >>     >     >     > > new work
> > >>     >>     >     >>     >     >     > >
> > >>     >>     >     >>     >     >     > > thanks!
> > >>     >>     >     >>     >     >     > >
> > >>     >>     >     >>     >     >     > > Carlos
> > >>     >>     >     >>     >     >     > >
> > >>     >>     >     >>     >     >     > >
> > >>     >>     >     >>     >     >     > >
> > >>     >>     >     >>     >     >     > >
> > >>     >>     >     >>     >     >     > >
> > >>     >>     >     >>     >     >     > > El lun., 1 oct. 2018 a las
> > 10:29,
> > >>     >> OmPrakash
> > >>     >>     > Muppirala
> > >>     >>     >     >> (<
> > >>     >>     >     >>     >     >     > > bigosmallm@gmail.com>)
> > >>     >>     >     >>     >     >     > > escribió:
> > >>     >>     >     >>     >     >     > >
> > >>     >>     >     >>     >     >     > > > I provided path to Chrome
> via
> > >>     >> -Dbrowser, but
> > >>     >>     > I got
> > >>     >>     >     >> an
> > >>     >>     >     >>     > error that
> > >>     >>     >     >>     >     > ant
> > >>     >>     >     >>     >     >     > was
> > >>     >>     >     >>     >     >     > > > not able to access the
> > >> application.
> > >>     >>     >     >>     >     >     > > > So, I tried installing
> firefox
> > >> and that
> > >>     >>     > seemed to
> > >>     >>     >     >> work.
> > >>     >>     >     >>     >     >     > > >
> > >>     >>     >     >>     >     >     > > > On Mon, Oct 1, 2018 at 1:26
> AM
> > >> Piotr
> > >>     >> Zarzycki
> > >>     >>     > <
> > >>     >>     >     >>     >     >     > piotrzarzycki21@gmail.com
> > >>     >>     >     >>     >     >     > > >
> > >>     >>     >     >>     >     >     > > > wrote:
> > >>     >>     >     >>     >     >     > > >
> > >>     >>     >     >>     >     >     > > > > Hi Om,
> > >>     >>     >     >>     >     >     > > > >
> > >>     >>     >     >>     >     >     > > > > You did use Firefox for
> that
> > >> purpose
> > >>     >> ? I
> > >>     >>     > had to
> > >>     >>     >     >> specify
> > >>     >>     >     >>     >     >     > -Dbrowser=path
> > >>     >>     >     >>     >     >     > > to
> > >>     >>     >     >>     >     >     > > > > firefox.exe
> > >>     >>     >     >>     >     >     > > > >
> > >>     >>     >     >>     >     >     > > > > Thanks,
> > >>     >>     >     >>     >     >     > > > > Piotr
> > >>     >>     >     >>     >     >     > > > >
> > >>     >>     >     >>     >     >     > > > > pon., 1 paź 2018 o 10:22
> > >> OmPrakash
> > >>     >>     > Muppirala <
> > >>     >>     >     >>     >     > bigosmallm@gmail.com>
> > >>     >>     >     >>     >     >     > > > > napisał(a):
> > >>     >>     >     >>     >     >     > > > >
> > >>     >>     >     >>     >     >     > > > > > Okay, I made several
> > >> attempts
> > >>     >> through the
> > >>     >>     > day,
> > >>     >>     >     >> making
> > >>     >>     >     >>     >     > progress each
> > >>     >>     >     >>     >     >     > > > time.
> > >>     >>     >     >>     >     >     > > > > >  The last run failed
> > >> because the
> > >>     >> browser
> > >>     >>     > could
> > >>     >>     >     >> not be
> > >>     >>     >     >>     >     > launched.
> > >>     >>     >     >>     >     >     > > > > > I am going to pause on
> > this
> > >> and
> > >>     >> try again
> > >>     >>     >     >> tomorrow (or
> > >>     >>     >     >>     >     > later) . If
> > >>     >>     >     >>     >     >     > > > > someone
> > >>     >>     >     >>     >     >     > > > > > else wants to give this
> a
> > >> go in the
> > >>     >>     > meantimne,
> > >>     >>     >     >> they are
> > >>     >>     >     >>     >     > welcome :-)
> > >>     >>     >     >>     >     >     > > > > >
> > >>     >>     >     >>     >     >     > > > > > Thanks,
> > >>     >>     >     >>     >     >     > > > > > Om
> > >>     >>     >     >>     >     >     > > > > >
> > >>     >>     >     >>     >     >     > > > > > On Mon, Oct 1, 2018 at
> > >> 12:22 AM
> > >>     >> Carlos
> > >>     >>     > Rovira <
> > >>     >>     >     >>     >     >     > > carlosrovira@apache.org
> > >>     >>     >     >>     >     >     > > > >
> > >>     >>     >     >>     >     >     > > > > > wrote:
> > >>     >>     >     >>     >     >     > > > > >
> > >>     >>     >     >>     >     >     > > > > > > Hi Om,
> > >>     >>     >     >>     >     >     > > > > > > no,  I Thought this
> was
> > >> due to
> > >>     >> different
> > >>     >>     >     >> tries of the
> > >>     >>     >     >>     >     > release
> > >>     >>     >     >>     >     >     > > process
> > >>     >>     >     >>     >     >     > > > > but
> > >>     >>     >     >>     >     >     > > > > > > most of the poms are
> in
> > >>     >> 0.9.6-SNAPSHOT.
> > >>     >>     >     >>     >     >     > > > > > > You can search the
> > entire
> > >> repo
> > >>     >> for
> > >>     >>     >     >> "0.9.X-SNAPSHOT"
> > >>     >>     >     >>     > string
> > >>     >>     >     >>     >     > to see
> > >>     >>     >     >>     >     >     > > > that
> > >>     >>     >     >>     >     >     > > > > > now
> > >>     >>     >     >>     >     >     > > > > > > X is 6.
> > >>     >>     >     >>     >     >     > > > > > >
> > >>     >>     >     >>     >     >     > > > > > > thanks
> > >>     >>     >     >>     >     >     > > > > > >
> > >>     >>     >     >>     >     >     > > > > > > El lun., 1 oct. 2018 a
> > >> las 2:07,
> > >>     >>     > OmPrakash
> > >>     >>     >     >> Muppirala
> > >>     >>     >     >>     > (<
> > >>     >>     >     >>     >     >     > > > > > > bigosmallm@gmail.com
> >)
> > >>     >>     >     >>     >     >     > > > > > > escribió:
> > >>     >>     >     >>     >     >     > > > > > >
> > >>     >>     >     >>     >     >     > > > > > > > On Sun, Sep 30,
> 2018,
> > >> 2:13 PM
> > >>     >> Carlos
> > >>     >>     > Rovira
> > >>     >>     >     >> <
> > >>     >>     >     >>     >     >     > > > carlosrovira@apache.org
> > >>     >>     >     >>     >     >     > > > > >
> > >>     >>     >     >>     >     >     > > > > > > > wrote:
> > >>     >>     >     >>     >     >     > > > > > > >
> > >>     >>     >     >>     >     >     > > > > > > > > Hi Om,
> > >>     >>     >     >>     >     >     > > > > > > > > just saw that some
> > >> poms was
> > >>     >> not
> > >>     >>     > changed to
> > >>     >>     >     >>     >     > 0.9.6-SNAPSHOT.
> > >>     >>     >     >>     >     >     > > > > > > > >
> > >>     >>     >     >>     >     >     > > > > > > >
> > >>     >>     >     >>     >     >     > > > > > > > Do you mean
> > >> 0.9.4-SNAPSHOT?
> > >>     >>     >     >>     >     >     > > > > > > >
> > >>     >>     >     >>     >     >     > > > > > > > Thanks,
> > >>     >>     >     >>     >     >     > > > > > > > Om
> > >>     >>     >     >>     >     >     > > > > > > >
> > >>     >>     >     >>     >     >     > > > > > > >
> > >>     >>     >     >>     >     >     > > > > > > >
> > >>     >>     >     >>     >     >     > > > > > > > I think that should
> be
> > >> fixed
> > >>     >> and get a
> > >>     >>     >     >> prepare
> > >>     >>     >     >>     > maven
> > >>     >>     >     >>     >     > release
> > >>     >>     >     >>     >     >     > > > process
> > >>     >>     >     >>     >     >     > > > > > that
> > >>     >>     >     >>     >     >     > > > > > > > > could finaly gets
> > all
> > >> poms
> > >>     >> updated
> > >>     >>     > to new
> > >>     >>     >     >>     > version.
> > >>     >>     >     >>     >     >     > > > > > > > > Don't know if that
> > >> could be
> > >>     >> the
> > >>     >>     > problem.
> > >>     >>     >     >> Can you
> > >>     >>     >     >>     > try
> > >>     >>     >     >>     >     > again?
> > >>     >>     >     >>     >     >     > > > > > > > > thanks
> > >>     >>     >     >>     >     >     > > > > > > > >
> > >>     >>     >     >>     >     >     > > > > > > > > El dom., 30 sept.
> > >> 2018 a las
> > >>     >> 21:32,
> > >>     >>     >     >> OmPrakash
> > >>     >>     >     >>     >     > Muppirala (<
> > >>     >>     >     >>     >     >     > > > > > > > >
> > bigosmallm@gmail.com
> > >> >)
> > >>     >> escribió:
> > >>     >>     >     >>     >     >     > > > > > > > >
> > >>     >>     >     >>     >     >     > > > > > > > > > Made a bit more
> > >> progress,
> > >>     >> but the
> > >>     >>     > build
> > >>     >>     >     >> is
> > >>     >>     >     >>     > failing
> > >>     >>     >     >>     >     > here
> > >>     >>     >     >>     >     >     > now:
> > >>     >>     >     >>     >     >     > > > > > > > > >
> > >>     >>     >     >>     >     >     > > > > > > > > >      [exec]
> [INFO]
> > >> [INFO]
> > >>     >> Apache
> > >>     >>     > Royale:
> > >>     >>     >     >>     > Examples:
> > >>     >>     >     >>     >     > Royale:
> > >>     >>     >     >>     >     >     > > > > > > > > >
> > >> DataBindingExample_as
> > >>     >> SUCCESS [
> > >>     >>     > 2.469
> > >>     >>     >     >> s]
> > >>     >>     >     >>     >     >     > > > > > > > > >
> > >>     >>     >     >>     >     >     > > > > > > > > >      [exec]
> [INFO]
> > >> [INFO]
> > >>     >> Apache
> > >>     >>     > Royale:
> > >>     >>     >     >>     > Examples:
> > >>     >>     >     >>     >     > Royale:
> > >>     >>     >     >>     >     >     > > > > > > > > >
> > >> DataBindingExample_Flat
> > >>     >> FAILURE [
> > >>     >>     >     >> 1.756 s]
> > >>     >>     >     >>     >     >     > > > > > > > > >
> > >>     >>     >     >>     >     >     > > > > > > > > >      [exec]
> [INFO]
> > >> [INFO]
> > >>     >> Apache
> > >>     >>     > Royale:
> > >>     >>     >     >>     > Examples:
> > >>     >>     >     >>     >     > Royale:
> > >>     >>     >     >>     >     >     > > > > > > > > >
> > >>     >> DataBindingExampleWithLayout
> > >>     >>     > SKIPPED
> > >>     >>     >     >>     >     >     > > > > > > > > >
> > >>     >>     >     >>     >     >     > > > > > > > > >      [exec]
> [INFO]
> > >> [INFO]
> > >>     >> Apache
> > >>     >>     > Royale:
> > >>     >>     >     >>     > Examples:
> > >>     >>     >     >>     >     > Royale:
> > >>     >>     >     >>     >     >     > > > > > > > > DataGridExample
> > >>     >>     >     >>     >     >     > > > > > > > > > ... SKIPPED
> > >>     >>     >     >>     >     >     > > > > > > > > >
> > >>     >>     >     >>     >     >     > > > > > > > > >
> > >>     >>     >     >>     >     >     > > > > > > > > >
> > >>     >>     >     >>     >     >     > > > > > > > > > Detailed error:
> > >>     >>     >     >>     >     >     > > > > > > > > >
> > >>     >>     >     >>     >     >     > > > > > > > > >
> > >>     >>     >     >>     >     >     > > > > > > > > >     [exec]
> [INFO]
> > >> [INFO]
> > >>     >>     >     >>     >     >     > > > > > > > > >
> > >>     >>     >     >>     >     >     > > > > > > >
> > >>     >>     >     >>     >     >     > > > > >
> > >>     >>     >     >>     >     >     > > >
> > >>     >>     >     >>     >     >     >
> > >>     >>     >     >>     >     >
> > >>     >>     >     >>     >
> > >>     >>     >     >>
> > >>     >>     >
> > >>     >>
> > >>
> ------------------------------------------------------------------------
> > >>     >>     >     >>     >     >     > > > > > > > > >
> > >>     >>     >     >>     >     >     > > > > > > > > >      [exec]
> [INFO]
> > >> [INFO]
> > >>     >> BUILD
> > >>     >>     > FAILURE
> > >>     >>     >     >>     >     >     > > > > > > > > >
> > >>     >>     >     >>     >     >     > > > > > > > > >      [exec]
> [INFO]
> > >> [INFO]
> > >>     >>     >     >>     >     >     > > > > > > > > >
> > >>     >>     >     >>     >     >     > > > > > > >
> > >>     >>     >     >>     >     >     > > > > >
> > >>     >>     >     >>     >     >     > > >
> > >>     >>     >     >>     >     >     >
> > >>     >>     >     >>     >     >
> > >>     >>     >     >>     >
> > >>     >>     >     >>
> > >>     >>     >
> > >>     >>
> > >>
> ------------------------------------------------------------------------
> > >>     >>     >     >>     >     >     > > > > > > > > >
> > >>     >>     >     >>     >     >     > > > > > > > > >      [exec]
> [INFO]
> > >> [INFO]
> > >>     >> Total
> > >>     >>     > time:
> > >>     >>     >     >> 07:03 min
> > >>     >>     >     >>     >     >     > > > > > > > > >
> > >>     >>     >     >>     >     >     > > > > > > > > >      [exec]
> [INFO]
> > >> [INFO]
> > >>     >>     > Finished at:
> > >>     >>     >     >>     >     >     > > > 2018-09-30T12:17:45-07:00
> > >>     >>     >     >>     >     >     > > > > > > > > >
> > >>     >>     >     >>     >     >     > > > > > > > > >      [exec]
> [INFO]
> > >> [INFO]
> > >>     >>     >     >>     >     >     > > > > > > > > >
> > >>     >>     >     >>     >     >     > > > > > > >
> > >>     >>     >     >>     >     >     > > > > >
> > >>     >>     >     >>     >     >     > > >
> > >>     >>     >     >>     >     >     >
> > >>     >>     >     >>     >     >
> > >>     >>     >     >>     >
> > >>     >>     >     >>
> > >>     >>     >
> > >>     >>
> > >>
> ------------------------------------------------------------------------
> > >>     >>     >     >>     >     >     > > > > > > > > >
> > >>     >>     >     >>     >     >     > > > > > > > > >      [exec]
> [INFO]
> > >> [ERROR]
> > >>     >> Failed
> > >>     >>     > to
> > >>     >>     >     >> execute
> > >>     >>     >     >>     > goal
> > >>     >>     >     >>     >     >     > > > > > > > > >
> > >>     >>     >     >>     >     >     >
> > >>     >>     >     >>
> > >> org.apache.maven.plugins:maven-dependency-plugin:2.10:unpack
> > >>     >>     >     >>     >     >     > > > > > > > > (unpack-fonts)
> > >>     >>     >     >>     >     >     > > > > > > > > > on project
> > >>     >>     > DataBindingExample_Flat:
> > >>     >>     >     >> Unable to
> > >>     >>     >     >>     > find
> > >>     >>     >     >>     >     >     > artifact.
> > >>     >>     >     >>     >     >     > > > > Could
> > >>     >>     >     >>     >     >     > > > > > > not
> > >>     >>     >     >>     >     >     > > > > > > > > find
> > >>     >>     >     >>     >     >     > > > > > > > > > artifact
> > >>     >>     >     >>     > org.apache.royale.framework:Fonts:war:0.9.4
> > >>     >>     >     >>     >     > in
> > >>     >>     >     >>     >     >     > > > > > > apache-release
> > >>     >>     >     >>     >     >     > > > > > > > (
> > >>     >>     >     >>     >     >     > > > > > > > > >
> > >>     >>     >     >>     >     >     >
> > >>     >>     >     >>     >     >
> > >>     >>     >     >>     >
> > >>     >>     >     >>
> > >>     >>     >
> > >>     >>
> > >>
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7Cf27e84867a5440c6809008d62962338f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741899088264171&amp;sdata=UWRtC77ZPXzIU44fNnW0rzkzIeHwzHAuQP0SqTIQkog%3D&amp;reserved=0
> > >>     >>     >     >>     >     > )
> > >>     >>     >     >>     >     >     > > > > > > > > >
> > >>     >>     >     >>     >     >     > > > > > > > > >      [exec]
> [INFO]
> > >> [ERROR]
> > >>     >>     >     >>     >     >     > > > > > > > > >
> > >>     >>     >     >>     >     >     > > > > > > > > >      [exec]
> [INFO]
> > >> [ERROR]
> > >>     >> Try
> > >>     >>     >     >> downloading the
> > >>     >>     >     >>     > file
> > >>     >>     >     >>     >     >     > manually
> > >>     >>     >     >>     >     >     > > > from
> > >>     >>     >     >>     >     >     > > > > > the
> > >>     >>     >     >>     >     >     > > > > > > > > > project website.
> > >>     >>     >     >>     >     >     > > > > > > > > >
> > >>     >>     >     >>     >     >     > > > > > > > > >      [exec]
> [INFO]
> > >> [ERROR]
> > >>     >>     >     >>     >     >     > > > > > > > > >
> > >>     >>     >     >>     >     >     > > > > > > > > >      [exec]
> [INFO]
> > >> [ERROR]
> > >>     >> Then,
> > >>     >>     >     >> install it
> > >>     >>     >     >>     > using the
> > >>     >>     >     >>     >     >     > > command:
> > >>     >>     >     >>     >     >     > > > > > > > > >
> > >>     >>     >     >>     >     >     > > > > > > > > >      [exec]
> [INFO]
> > >>     >> [ERROR]     mvn
> > >>     >>     >     >>     >     > install:install-file
> > >>     >>     >     >>     >     >     > > > > > > > > >
> > >>     >>     > -DgroupId=org.apache.royale.framework
> > >>     >>     >     >>     >     > -DartifactId=Fonts
> > >>     >>     >     >>     >     >     > > > > > > > -Dversion=0.9.4
> > >>     >>     >     >>     >     >     > > > > > > > > > -Dpackaging=war
> > >>     >>     > -Dfile=/path/to/file
> > >>     >>     >     >>     >     >     > > > > > > > > >
> > >>     >>     >     >>     >     >     > > > > > > > > >      [exec]
> [INFO]
> > >> [ERROR]
> > >>     >>     >     >>     >     >     > > > > > > > > >
> > >>     >>     >     >>     >     >     > > > > > > > > >      [exec]
> [INFO]
> > >> [ERROR]
> > >>     >>     >     >> Alternatively, if
> > >>     >>     >     >>     > you
> > >>     >>     >     >>     >     > host your
> > >>     >>     >     >>     >     >     > > own
> > >>     >>     >     >>     >     >     > > > > > > > repository
> > >>     >>     >     >>     >     >     > > > > > > > > > you can deploy
> the
> > >> file
> > >>     >> there:
> > >>     >>     >     >>     >     >     > > > > > > > > >
> > >>     >>     >     >>     >     >     > > > > > > > > >      [exec]
> [INFO]
> > >>     >> [ERROR]     mvn
> > >>     >>     >     >>     > deploy:deploy-file
> > >>     >>     >     >>     >     >     > > > > > > > > >
> > >>     >>     > -DgroupId=org.apache.royale.framework
> > >>     >>     >     >>     >     > -DartifactId=Fonts
> > >>     >>     >     >>     >     >     > > > > > > > -Dversion=0.9.4
> > >>     >>     >     >>     >     >     > > > > > > > > > -Dpackaging=war
> > >>     >>     > -Dfile=/path/to/file
> > >>     >>     >

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Dave Fisher <da...@comcast.net>.
It seems that releases are overly automated.

Seems like once everything is built and tests are passed a set of scripts in a runbook can be manually run by the RM.

Regards,
Dave

Sent from my iPhone

> On Oct 4, 2018, at 9:23 AM, Alex Harui <ah...@adobe.com.INVALID> wrote:
> 
> I don't know for sure, but I believe much of it is part of Maven's default release process.  We "must" prove that the example sources pass all standard release requirements (pass the RAT check and compiles without error).  I think by default after those tests, Maven packages up the sources for the example and has to at least deploy that.  There may be a way to block deployment of the compiled output, not sure it will make a huge difference.  We have to upload a crapload of stuff anyway.  If your server connection is flaky then it is likely to fail at some point.
> 
> HTH,
> -Alex
> 
> On 10/4/18, 9:16 AM, "OmPrakash Muppirala" <bi...@gmail.com> wrote:
> 
>    I am curious about why we are uploading example swcs to maven central.
>    What is the usecase?
> 
>    Thanks,
>    Om
> 
> 
>>    On Thu, Oct 4, 2018, 2:26 AM Alex Harui <ah...@adobe.com.invalid> wrote:
>> 
>> We are using both Maven and Ant to create releases.  Some of our users
>> prefer Maven others prefer Ant.  Best way to make sure both work is to use
>> Maven for Maven and Ant for Ant.
>> 
>> I don't know if is really Maven that is failing or just something wrong
>> with Om's internet connection.
>> 
>> -Alex
>> 
>> On 10/4/18, 2:10 AM, "Carlos Rovira" <ca...@apache.org> wrote:
>> 
>>    Hi Harbs,
>> 
>>    for me Maven is not easier, seems as difficult as ANT. For me the
>> points
>>    for maven is the reliability and robustness of the build process and
>> the
>>    management of dependencies. ANT was the first step for me, and I always
>>    liked, but the problems was that it was more a way to script than
>> something
>>    that follows a protocol and manage the download of packages (and ensure
>>    that package are the exact bits you need).
>> 
>>    We have a use case when build the SDK with ANT in Royale. You and Alex
>> gets
>>    flexunit and uses the as3 swc. Erik and I do the same and we end using
>> the
>>    flex swc. Why? This is cause is all hand made script and probably we
>> have
>>    some configuration differences in our environments that make the script
>>    behave different. The fact is that I still could not find the black
>> point
>>    after some hours of digging.
>> 
>>    This is something that should not happen in Maven (well, you always can
>>    make maven do things badly as with any technology). Maven as all
>> tools, can
>>    make things more or less easy, but once you have the things correctly
>> setup
>>    should manage all the needed dependencies and be more reliable in all
>>    environments. But don't expect to be more easy than working with ANT,
>> since
>>    for a project with the size of Royale both build systems are complex.
>> 
>>    Just my 2
>> 
>> 
>>    El jue., 4 oct. 2018 a las 10:24, Harbs (<ha...@gmail.com>)
>> escribió:
>> 
>>> Can I ask a dumb question?
>>> 
>>> Why are we using Maven for release? The argument I’ve always heard
>> is that
>>> Maven is easier. This doesn’t seem easy… ;-)
>>> 
>>> Harbs
>>> 
>>>> On Oct 4, 2018, at 11:09 AM, Piotr Zarzycki <
>> piotrzarzycki21@gmail.com>
>>> wrote:
>>>> 
>>>> Neverending story ;) What's your internet connection actually?
>>>> 
>>>> On Thu, Oct 4, 2018, 10:04 AM OmPrakash Muppirala <
>> bigosmallm@gmail.com>
>>>> wrote:
>>>> 
>>>>> Hmm, failed again at a different spot:
>>>>> 
>>>>>    [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
>>>>> Jewel-Dark-NoFlat-Emphasized-Sunflower-Theme SUCCESS [ 22.251 s]
>>>>> 
>>>>>    [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
>>>>> Jewel-Dark-NoFlat-Emphasized-Topaz-Theme SUCCESS [ 18.741 s]
>>>>> 
>>>>>    [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
>>>>> Jewel-Dark-NoFlat-Emphasized-Turquoise-Theme SUCCESS [ 18.421 s]
>>>>> 
>>>>>    [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
>>>>> Jewel-Dark-NoFlat-Emphasized-Violet-Theme FAILURE [ 31.354 s]
>>>>> 
>>>>>    [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
>>>>> Jewel-Dark-NoFlat-Emphasized-Yellow-Theme SKIPPED
>>>>> 
>>>>>    [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes
>>>>> ............... SKIPPED
>>>>> 
>>>>>    [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes:
>> Simple
>>>>> Royale Application SKIPPED
>>>>> 
>>>>>    [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes:
>> Simple
>>>>> Royale Pure-JS Application SKIPPED
>>>>> 
>>>>>    [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes:
>> Simple
>>>>> Royale Pure-SWF Application SKIPPED
>>>>> 
>>>>>    [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes:
>> Simple
>>>>> Royale Library SKIPPED
>>>>> 
>>>>>    [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes:
>> Simple
>>>>> Royale Typedef Library 0.9.4 SKIPPED
>>>>> 
>>>>>    [exec] [INFO] [INFO]
>>>>> 
>> ------------------------------------------------------------------------
>>>>> 
>>>>>    [exec] [INFO] [INFO] BUILD FAILURE
>>>>> 
>>>>>    [exec] [INFO] [INFO]
>>>>> 
>> ------------------------------------------------------------------------
>>>>> 
>>>>>    [exec] [INFO] [INFO] Total time: 38:52 min
>>>>> 
>>>>>    [exec] [INFO] [INFO] Finished at: 2018-10-04T00:50:41-07:00
>>>>> 
>>>>>    [exec] [INFO] [INFO]
>>>>> 
>> ------------------------------------------------------------------------
>>>>> 
>>>>>    [exec] [INFO] [ERROR] Failed to execute goal
>>>>> org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
>>> (default-deploy)
>>>>> on project Jewel-Dark-NoFlat-Emphasized-Violet-Theme: Failed to
>> deploy
>>>>> artifacts: Could not transfer artifact
>>>>> 
>>>>> 
>>> 
>> org.apache.royale.framework:Jewel-Dark-NoFlat-Emphasized-Violet-Theme:swc.asc:typedefs:0.9.4
>>>>> from/to apache.releases.https (
>>>>> 
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fservice%2Flocal%2Fstaging%2Fdeploy%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7Cef7657f714594f826e0508d62a14b626%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742665781047738&amp;sdata=jmEIQrrjZ0KAKE4ZBrjSD5RZ0Pzeq3KrKcFQGPSmvDE%3D&amp;reserved=0
>> ):
>>>>> Connect
>>>>> to repository.apache.org:443 [
>> repository.apache.org/207.244.88.140]
>>>>> failed:
>>>>> Operation timed out (Connection timed out) -> [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]
>>>>> 
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cef7657f714594f826e0508d62a14b626%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742665781047738&amp;sdata=njkBLZO2Sv2r8u%2BKerLJDoaUuPAaJaJFYs9h2BtLh6Y%3D&amp;reserved=0
>>>>> 
>>>>>    [exec] [INFO] [ERROR]
>>>>> 
>>>>>    [exec] [INFO] [ERROR] After correcting the problems, you can
>> resume
>>>>> the build with the command
>>>>> 
>>>>>    [exec] [INFO] [ERROR]   mvn <goals> -rf
>>>>> :Jewel-Dark-NoFlat-Emphasized-Violet-Theme
>>>>> 
>>>>>    [exec] [INFO]
>>>>> 
>> ------------------------------------------------------------------------
>>>>> 
>>>>> On Wed, Oct 3, 2018 at 2:10 PM OmPrakash Muppirala <
>>> bigosmallm@gmail.com>
>>>>> wrote:
>>>>> 
>>>>>> 
>>>>>> 
>>>>>> On Wed, Oct 3, 2018 at 2:02 PM Alex Harui
>> <ah...@adobe.com.invalid>
>>>>>> wrote:
>>>>>> 
>>>>>>> Hi Om,
>>>>>>> 
>>>>>>> Does anything deploy, or is that the first thing that is
>> attempted to
>>>>>>> deploy?  I found this article that might help:
>>>>>>> 
>>>>>>> 
>>>>> 
>>> 
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.apigee.com%2Fquestions%2F50756%2Funable-to-deploy-using-maven-script-due-to-error-r.html&amp;data=02%7C01%7Caharui%40adobe.com%7Cef7657f714594f826e0508d62a14b626%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742665781057748&amp;sdata=UjEhVw%2FgQ0H9v97TaA%2BgZnTRDKqbgyRzgez1dS9miKI%3D&amp;reserved=0
>>>>>> 
>>>>>> 
>>>>>> It deployed a lot of artifacts before hitting this error.  I
>> don't see
>>>>>> anything special with this artifact.  So, I am guessing that it
>> was a
>>>>>> momentary bad connection that caused this.
>>>>>> 
>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> I would be concerned about restarting from the middle of a
>> Maven call.
>>>>> I
>>>>>>> suppose you could try it, but what if it skipped an artifact?
>>>>>>> 
>>>>>> 
>>>>>> The maven error message explicitly says this:
>>>>>> 
>>>>>>    [exec] [INFO] [ERROR] After correcting the problems, you can
>> resume
>>>>>> the build with the command
>>>>>> 
>>>>>>    [exec] [INFO] [ERROR]   mvn <goals> -rf
>>>>>> :Jewel-Light-NoFlat-Primary-Sunflower-Theme
>>>>>> 
>>>>>> 
>>>>>>> 
>>>>>>> There should be Ant targets for starting only on royale-asjs if
>>>>>>> royale-compiler and royale=typedefs worked ok.
>>>>>>> 
>>>>>>> HTH,
>>>>>>> -Alex
>>>>>>> 
>>>>>>> On 10/3/18, 11:58 AM, "OmPrakash Muppirala" <
>> bigosmallm@gmail.com>
>>>>>>> wrote:
>>>>>>> 
>>>>>>>   Another suggestion I have is - can we do all the pushes to
>> remote
>>>>>>> after
>>>>>>>   everything is done locally?  That way, if something goes
>> wrong
>>>>>>> halfway, we
>>>>>>>   can just delete the royale-* dirs locally and rerun the
>>>>>>> releasecandiate ant
>>>>>>>   script?
>>>>>>> 
>>>>>>>   Not sure if this is an easy change?
>>>>>>> 
>>>>>>>   Thanks,
>>>>>>>   Om
>>>>>>> 
>>>>>>>   On Wed, Oct 3, 2018 at 11:42 AM OmPrakash Muppirala <
>>>>>>> bigosmallm@gmail.com>
>>>>>>>   wrote:
>>>>>>> 
>>>>>>>> Okay, I tried a couple of times and I have started getting `SSL
>>>>>>> peer shut
>>>>>>>> down incorrectly errors`
>>>>>>>> 
>>>>>>>>    [exec] [INFO] [INFO]
>>>>>>>> 
>>>>>>> 
>>> 
>> ------------------------------------------------------------------------
>>>>>>>> 
>>>>>>>>    [exec] [INFO] [INFO] BUILD FAILURE
>>>>>>>> 
>>>>>>>>    [exec] [INFO] [INFO]
>>>>>>>> 
>>>>>>> 
>>> 
>> ------------------------------------------------------------------------
>>>>>>>> 
>>>>>>>>    [exec] [INFO] [INFO] Total time: 16:04 min
>>>>>>>> 
>>>>>>>>    [exec] [INFO] [INFO] Finished at: 2018-10-03T11:38:49-07:00
>>>>>>>> 
>>>>>>>>    [exec] [INFO] [INFO]
>>>>>>>> 
>>>>>>> 
>>> 
>> ------------------------------------------------------------------------
>>>>>>>> 
>>>>>>>>    [exec] [INFO] [ERROR] Failed to execute goal
>>>>>>>> org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
>>>>>>> (default-deploy)
>>>>>>>> on project Jewel-Light-NoFlat-Primary-Sunflower-Theme: Failed
>> to
>>>>>>> deploy
>>>>>>>> artifacts: Could not transfer artifact
>>>>>>>> 
>>>>>>> 
>>>>> 
>>> 
>> org.apache.royale.framework:Jewel-Light-NoFlat-Primary-Sunflower-Theme:swc:0.9.4
>>>>>>>> from/to apache.releases.https (
>>>>>>>> 
>>>>>>> 
>>>>> 
>>> 
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fservice%2Flocal%2Fstaging%2Fdeploy%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7Cef7657f714594f826e0508d62a14b626%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742665781057748&amp;sdata=ipzo0ZznNLtpRqq1CMvWeKf2zg3vg%2Bu%2F59S2Bg0MUsQ%3D&amp;reserved=0
>>>>>>> ):
>>>>>>>> Remote host closed connection during handshake: SSL peer shut
>> down
>>>>>>>> incorrectly -> [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]
>>>>>>>> 
>>>>>>> 
>>>>> 
>>> 
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cef7657f714594f826e0508d62a14b626%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742665781057748&amp;sdata=OGv2KgtQhJwQTlZDg4JMsxN3xyygu9mi%2FpTtd%2BxXb1A%3D&amp;reserved=0
>>>>>>>> 
>>>>>>>>    [exec] [INFO] [ERROR]
>>>>>>>> 
>>>>>>>>    [exec] [INFO] [ERROR] After correcting the problems, you
>> can
>>>>>>> resume
>>>>>>>> the build with the command
>>>>>>>> 
>>>>>>>>    [exec] [INFO] [ERROR]   mvn <goals> -rf
>>>>>>>> :Jewel-Light-NoFlat-Primary-Sunflower-Theme
>>>>>>>> 
>>>>>>>>    [exec] [INFO]
>>>>>>>> 
>>>>>>> 
>>> 
>> ------------------------------------------------------------------------
>>>>>>>> 
>>>>>>>> 
>>>>>>>> I am guessing it is a bad internet connection.  I am wondering
>> if
>>>>>>> we can
>>>>>>>> pass a -rf (resume from) option to the maven call from ant?
>>>>>>> Otherwise
>>>>>>>> doing all this from scratch everytime is a big pain.
>>>>>>>> 
>>>>>>>> Thanks,
>>>>>>>> Om
>>>>>>>> 
>>>>>>>> On Wed, Oct 3, 2018 at 12:47 AM Alex Harui
>>>>> <aharui@adobe.com.invalid
>>>>>>>> 
>>>>>>>> wrote:
>>>>>>>> 
>>>>>>>>> Looks like it was a missing [
>>>>>>>>> 
>>>>>>>>> MXRoyale and SparkRoyale built for me.
>>>>>>>>> 
>>>>>>>>> HTH,
>>>>>>>>> -Alex
>>>>>>>>> 
>>>>>>>>> On 10/3/18, 12:43 AM, "OmPrakash Muppirala" <
>>>>> bigosmallm@gmail.com>
>>>>>>>>> wrote:
>>>>>>>>> 
>>>>>>>>>   Thanks!
>>>>>>>>> 
>>>>>>>>>   I reverted everything back to previous state.  I can give
>> it
>>>>> a
>>>>>>> shot
>>>>>>>>>   tomorrow evening.
>>>>>>>>> 
>>>>>>>>>   Regards,
>>>>>>>>>   Om
>>>>>>>>> 
>>>>>>>>>   On Wed, Oct 3, 2018 at 12:41 AM Alex Harui
>>>>>>> <ah...@adobe.com.invalid>
>>>>>>>>> wrote:
>>>>>>>>> 
>>>>>>>>>> It was in a releasable state.  TourDeFlex was running on
>>>>> it.
>>>>>>>>>> 
>>>>>>>>>> I'm trying to track down the change that broke it.
>>>>>>>>>> 
>>>>>>>>>> -Alex
>>>>>>>>>> 
>>>>>>>>>> On 10/3/18, 12:32 AM, "OmPrakash Muppirala" <
>>>>>>> bigosmallm@gmail.com>
>>>>>>>>> wrote:
>>>>>>>>>> 
>>>>>>>>>>   A bit more progress. Now we are failing on the MXRoyale
>>>>>>> project:
>>>>>>>>>> 
>>>>>>>>>>        [exec] [INFO] [INFO]
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>> 
>>>>>>> 
>>> 
>> ------------------------------------------------------------------------
>>>>>>>>>> 
>>>>>>>>>>        [exec] [INFO] [INFO] BUILD FAILURE
>>>>>>>>>> 
>>>>>>>>>>        [exec] [INFO] [INFO]
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>> 
>>>>>>> 
>>> 
>> ------------------------------------------------------------------------
>>>>>>>>>> 
>>>>>>>>>>        [exec] [INFO] [INFO] Total time: 01:34 min
>>>>>>>>>> 
>>>>>>>>>>        [exec] [INFO] [INFO] Finished at:
>>>>>>> 2018-10-03T00:28:14-07:00
>>>>>>>>>> 
>>>>>>>>>>        [exec] [INFO] [INFO]
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>> 
>>>>>>> 
>>> 
>> ------------------------------------------------------------------------
>>>>>>>>>> 
>>>>>>>>>>        [exec] [INFO] [ERROR] Failed to execute goal
>>>>>>>>>> 
>>>>>>> org.apache.royale.compiler:royale-maven-plugin:0.9.4:compile-as
>>>>>>>>>>   (default-compile-as) on project MXRoyale: There were
>>>>>>> errors
>>>>>>>>> during the
>>>>>>>>>>   build. Got return code 3 -> [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]
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>> 
>>>>>>> 
>>>>> 
>>> 
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cef7657f714594f826e0508d62a14b626%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742665781057748&amp;sdata=OGv2KgtQhJwQTlZDg4JMsxN3xyygu9mi%2FpTtd%2BxXb1A%3D&amp;reserved=0
>>>>>>>>>> 
>>>>>>>>>>        [exec] [INFO] [ERROR]
>>>>>>>>>> 
>>>>>>>>>>        [exec] [INFO] [ERROR] After correcting the
>>>>>>> problems, you
>>>>>>>>> can
>>>>>>>>>> resume
>>>>>>>>>>   the build with the command
>>>>>>>>>> 
>>>>>>>>>>        [exec] [INFO] [ERROR]   mvn <goals> -rf :MXRoyale
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>>   Can we perhaps turn this project off?  Is it in a
>>>>>>> releasable
>>>>>>>>> state?
>>>>>>>>>> 
>>>>>>>>>>   On Tue, Oct 2, 2018 at 7:30 PM OmPrakash Muppirala <
>>>>>>>>>> bigosmallm@gmail.com>
>>>>>>>>>>   wrote:
>>>>>>>>>> 
>>>>>>>>>>> I'm going to give this another shot in a couple of
>>>>>>> hours,
>>>>>>>>> unless
>>>>>>>>>> there are
>>>>>>>>>>> any objections.
>>>>>>>>>>> 
>>>>>>>>>>> Thanks,
>>>>>>>>>>> Om
>>>>>>>>>>> 
>>>>>>>>>>> On Mon, Oct 1, 2018, 2:04 PM Alex Harui
>>>>>>>>> <ah...@adobe.com.invalid>
>>>>>>>>>> wrote:
>>>>>>>>>>> 
>>>>>>>>>>>> Jewel is mentioned in there.  I added mention of the
>>>>>>>>> migration
>>>>>>>>>> components
>>>>>>>>>>>> and tour de flex.  Not sure if I got the formatting
>>>>>>> right.
>>>>>>>>> I think
>>>>>>>>>> it is
>>>>>>>>>>>> good enough.
>>>>>>>>>>>> 
>>>>>>>>>>>> -Alex
>>>>>>>>>>>> 
>>>>>>>>>>>> On 10/1/18, 12:13 PM, "OmPrakash Muppirala" <
>>>>>>>>> bigosmallm@gmail.com>
>>>>>>>>>>>> wrote:
>>>>>>>>>>>> 
>>>>>>>>>>>>   I updated it, although it looks a bit sparse
>>>>>>> now.  Can
>>>>>>>>> we list
>>>>>>>>>> a few
>>>>>>>>>>>> major
>>>>>>>>>>>>   highlights here, that I can go add to the
>>>>> release
>>>>>>> notes?
>>>>>>>>>>>>   Jewel should at least have several updates.
>>>>>>>>>>>> 
>>>>>>>>>>>>   Thanks,
>>>>>>>>>>>>   Om
>>>>>>>>>>>> 
>>>>>>>>>>>>   On Mon, Oct 1, 2018 at 12:09 PM Alex Harui
>>>>>>>>>> <ah...@adobe.com.invalid>
>>>>>>>>>>>> wrote:
>>>>>>>>>>>> 
>>>>>>>>>>>>> Hey, I just noticed that nobody put a 0.9.4
>>>>>>> section in
>>>>>>>>> the
>>>>>>>>>>>> RELEASE_NOTES.
>>>>>>>>>>>>> Maybe just rename the 0.9.3 section?
>>>>>>>>>>>>> 
>>>>>>>>>>>>> -Alex
>>>>>>>>>>>>> 
>>>>>>>>>>>>> On 10/1/18, 12:07 PM, "OmPrakash Muppirala" <
>>>>>>>>>> bigosmallm@gmail.com>
>>>>>>>>>>>> wrote:
>>>>>>>>>>>>> 
>>>>>>>>>>>>>   Good catch!  I just pushed a fix for that.
>>>>>>>>>>>>> 
>>>>>>>>>>>>>   Thanks,
>>>>>>>>>>>>>   Om
>>>>>>>>>>>>> 
>>>>>>>>>>>>>   On Mon, Oct 1, 2018 at 11:04 AM Alex Harui
>>>>>>>>>>>> <ah...@adobe.com.invalid>
>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>> 
>>>>>>>>>>>>>> Om,
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> I think the <tag>release/0.9.4</tag> in
>>>>>>>>>> royale-asjs/pom.xml
>>>>>>>>>>>> needs to
>>>>>>>>>>>>> be
>>>>>>>>>>>>>> reverted back to 0.9.3.
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> Everything else looks ok from my quick
>>>>>>>>> examination.
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> Thanks and good luck,
>>>>>>>>>>>>>> -Alex
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> On 10/1/18, 10:29 AM, "Piotr Zarzycki" <
>>>>>>>>>>>> piotrzarzycki21@gmail.com>
>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>   I saw your commit and I think you
>>>>>>> should be
>>>>>>>>> ok.
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>   pon., 1 paź 2018 o 19:21 OmPrakash
>>>>>>> Muppirala
>>>>>>>>> <
>>>>>>>>>>>>> bigosmallm@gmail.com>
>>>>>>>>>>>>>>   napisał(a):
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> Okay, I did the following to
>>>>> reset:
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> For all three repos:
>>>>>>>>>>>>>>> * Reverted all references of 0.9.5
>>>>>>> to 0.9.4
>>>>>>>>>>>>>>> * Deleted 0.9.4-rc1 tag
>>>>>>>>>>>>>>> * Deleted branch: release/0.9.4
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> Can someone please make sure that
>>>>>>> we are
>>>>>>>>> good
>>>>>>>>>> before
>>>>>>>>>>>> starting
>>>>>>>>>>>>> work?
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> Thanks,
>>>>>>>>>>>>>>> Om
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> On Mon, Oct 1, 2018 at 1:51 AM
>>>>>>> Carlos
>>>>>>>>> Rovira <
>>>>>>>>>>>>>> carlosrovira@apache.org>
>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> Hi Om,
>>>>>>>>>>>>>>>> is related to flash player
>>>>>>> debugger not
>>>>>>>>>> launched? are
>>>>>>>>>>>> you on
>>>>>>>>>>>>> Mac?
>>>>>>>>>>>>>>>> I think on Mac I have to make
>>>>>>> *.swf
>>>>>>>>> files be
>>>>>>>>>> always
>>>>>>>>>>>> opened
>>>>>>>>>>>>> by Flash
>>>>>>>>>>>>>>> Player
>>>>>>>>>>>>>>>> debugger.
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> In the other hand, I need to
>>>>>>> commit
>>>>>>>>> during the
>>>>>>>>>> day
>>>>>>>>>>>> some
>>>>>>>>>>>>> fixes, one
>>>>>>>>>>>>>> on
>>>>>>>>>>>>>>>> typedefs and expect more on
>>>>>>> compiler. So
>>>>>>>>> if you
>>>>>>>>>> plan
>>>>>>>>>>>> to try
>>>>>>>>>>>>> again
>>>>>>>>>>>>>> some
>>>>>>>>>>>>>>>> hours ago, please, remove the
>>>>>>> commits to
>>>>>>>>> left
>>>>>>>>>> the
>>>>>>>>>>>> repos so
>>>>>>>>>>>>> we can
>>>>>>>>>>>>>> commit
>>>>>>>>>>>>>>>> new work
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> thanks!
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> Carlos
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> El lun., 1 oct. 2018 a las
>>>>> 10:29,
>>>>>>>>> OmPrakash
>>>>>>>>>> Muppirala
>>>>>>>>>>>> (<
>>>>>>>>>>>>>>>> bigosmallm@gmail.com>)
>>>>>>>>>>>>>>>> escribió:
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> I provided path to Chrome via
>>>>>>>>> -Dbrowser, but
>>>>>>>>>> I got
>>>>>>>>>>>> an
>>>>>>>>>>>>> error that
>>>>>>>>>>>>>> ant
>>>>>>>>>>>>>>> was
>>>>>>>>>>>>>>>>> not able to access the
>>>>>>> application.
>>>>>>>>>>>>>>>>> So, I tried installing firefox
>>>>>>> and that
>>>>>>>>>> seemed to
>>>>>>>>>>>> work.
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> On Mon, Oct 1, 2018 at 1:26 AM
>>>>>>> Piotr
>>>>>>>>> Zarzycki
>>>>>>>>>> <
>>>>>>>>>>>>>>> piotrzarzycki21@gmail.com
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>> Hi Om,
>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>> You did use Firefox for that
>>>>>>> purpose
>>>>>>>>> ? I
>>>>>>>>>> had to
>>>>>>>>>>>> specify
>>>>>>>>>>>>>>> -Dbrowser=path
>>>>>>>>>>>>>>>> to
>>>>>>>>>>>>>>>>>> firefox.exe
>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>> Thanks,
>>>>>>>>>>>>>>>>>> Piotr
>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>> pon., 1 paź 2018 o 10:22
>>>>>>> OmPrakash
>>>>>>>>>> Muppirala <
>>>>>>>>>>>>>> bigosmallm@gmail.com>
>>>>>>>>>>>>>>>>>> napisał(a):
>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>> Okay, I made several
>>>>>>> attempts
>>>>>>>>> through the
>>>>>>>>>> day,
>>>>>>>>>>>> making
>>>>>>>>>>>>>> progress each
>>>>>>>>>>>>>>>>> time.
>>>>>>>>>>>>>>>>>>> The last run failed
>>>>>>> because the
>>>>>>>>> browser
>>>>>>>>>> could
>>>>>>>>>>>> not be
>>>>>>>>>>>>>> launched.
>>>>>>>>>>>>>>>>>>> I am going to pause on
>>>>> this
>>>>>>> and
>>>>>>>>> try again
>>>>>>>>>>>> tomorrow (or
>>>>>>>>>>>>>> later) . If
>>>>>>>>>>>>>>>>>> someone
>>>>>>>>>>>>>>>>>>> else wants to give this a
>>>>>>> go in the
>>>>>>>>>> meantimne,
>>>>>>>>>>>> they are
>>>>>>>>>>>>>> welcome :-)
>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>> Thanks,
>>>>>>>>>>>>>>>>>>> Om
>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>> On Mon, Oct 1, 2018 at
>>>>>>> 12:22 AM
>>>>>>>>> Carlos
>>>>>>>>>> Rovira <
>>>>>>>>>>>>>>>> carlosrovira@apache.org
>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>> Hi Om,
>>>>>>>>>>>>>>>>>>>> no,  I Thought this was
>>>>>>> due to
>>>>>>>>> different
>>>>>>>>>>>> tries of the
>>>>>>>>>>>>>> release
>>>>>>>>>>>>>>>> process
>>>>>>>>>>>>>>>>>> but
>>>>>>>>>>>>>>>>>>>> most of the poms are in
>>>>>>>>> 0.9.6-SNAPSHOT.
>>>>>>>>>>>>>>>>>>>> You can search the
>>>>> entire
>>>>>>> repo
>>>>>>>>> for
>>>>>>>>>>>> "0.9.X-SNAPSHOT"
>>>>>>>>>>>>> string
>>>>>>>>>>>>>> to see
>>>>>>>>>>>>>>>>> that
>>>>>>>>>>>>>>>>>>> now
>>>>>>>>>>>>>>>>>>>> X is 6.
>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>> thanks
>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>> El lun., 1 oct. 2018 a
>>>>>>> las 2:07,
>>>>>>>>>> OmPrakash
>>>>>>>>>>>> Muppirala
>>>>>>>>>>>>> (<
>>>>>>>>>>>>>>>>>>>> bigosmallm@gmail.com>)
>>>>>>>>>>>>>>>>>>>> escribió:
>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>> On Sun, Sep 30, 2018,
>>>>>>> 2:13 PM
>>>>>>>>> Carlos
>>>>>>>>>> Rovira
>>>>>>>>>>>> <
>>>>>>>>>>>>>>>>> carlosrovira@apache.org
>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>> Hi Om,
>>>>>>>>>>>>>>>>>>>>>> just saw that some
>>>>>>> poms was
>>>>>>>>> not
>>>>>>>>>> changed to
>>>>>>>>>>>>>> 0.9.6-SNAPSHOT.
>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>> Do you mean
>>>>>>> 0.9.4-SNAPSHOT?
>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>> Thanks,
>>>>>>>>>>>>>>>>>>>>> Om
>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>> I think that should be
>>>>>>> fixed
>>>>>>>>> and get a
>>>>>>>>>>>> prepare
>>>>>>>>>>>>> maven
>>>>>>>>>>>>>> release
>>>>>>>>>>>>>>>>> process
>>>>>>>>>>>>>>>>>>> that
>>>>>>>>>>>>>>>>>>>>>> could finaly gets
>>>>> all
>>>>>>> poms
>>>>>>>>> updated
>>>>>>>>>> to new
>>>>>>>>>>>>> version.
>>>>>>>>>>>>>>>>>>>>>> Don't know if that
>>>>>>> could be
>>>>>>>>> the
>>>>>>>>>> problem.
>>>>>>>>>>>> Can you
>>>>>>>>>>>>> try
>>>>>>>>>>>>>> again?
>>>>>>>>>>>>>>>>>>>>>> thanks
>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>> El dom., 30 sept.
>>>>>>> 2018 a las
>>>>>>>>> 21:32,
>>>>>>>>>>>> OmPrakash
>>>>>>>>>>>>>> Muppirala (<
>>>>>>>>>>>>>>>>>>>>>> 
>>>>> bigosmallm@gmail.com
>>>>>>>> )
>>>>>>>>> escribió:
>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>> Made a bit more
>>>>>>> progress,
>>>>>>>>> but the
>>>>>>>>>> build
>>>>>>>>>>>> is
>>>>>>>>>>>>> failing
>>>>>>>>>>>>>> here
>>>>>>>>>>>>>>> now:
>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>    [exec] [INFO]
>>>>>>> [INFO]
>>>>>>>>> Apache
>>>>>>>>>> Royale:
>>>>>>>>>>>>> Examples:
>>>>>>>>>>>>>> Royale:
>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>> DataBindingExample_as
>>>>>>>>> SUCCESS [
>>>>>>>>>> 2.469
>>>>>>>>>>>> s]
>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>    [exec] [INFO]
>>>>>>> [INFO]
>>>>>>>>> Apache
>>>>>>>>>> Royale:
>>>>>>>>>>>>> Examples:
>>>>>>>>>>>>>> Royale:
>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>> DataBindingExample_Flat
>>>>>>>>> FAILURE [
>>>>>>>>>>>> 1.756 s]
>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>    [exec] [INFO]
>>>>>>> [INFO]
>>>>>>>>> Apache
>>>>>>>>>> Royale:
>>>>>>>>>>>>> Examples:
>>>>>>>>>>>>>> Royale:
>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>> DataBindingExampleWithLayout
>>>>>>>>>> SKIPPED
>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>    [exec] [INFO]
>>>>>>> [INFO]
>>>>>>>>> Apache
>>>>>>>>>> Royale:
>>>>>>>>>>>>> Examples:
>>>>>>>>>>>>>> Royale:
>>>>>>>>>>>>>>>>>>>>>> DataGridExample
>>>>>>>>>>>>>>>>>>>>>>> ... SKIPPED
>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>> Detailed error:
>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>   [exec] [INFO]
>>>>>>> [INFO]
>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>> 
>>>>>>> 
>>> 
>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>    [exec] [INFO]
>>>>>>> [INFO]
>>>>>>>>> BUILD
>>>>>>>>>> FAILURE
>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>    [exec] [INFO]
>>>>>>> [INFO]
>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>> 
>>>>>>> 
>>> 
>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>    [exec] [INFO]
>>>>>>> [INFO]
>>>>>>>>> Total
>>>>>>>>>> time:
>>>>>>>>>>>> 07:03 min
>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>    [exec] [INFO]
>>>>>>> [INFO]
>>>>>>>>>> Finished at:
>>>>>>>>>>>>>>>>> 2018-09-30T12:17:45-07:00
>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>    [exec] [INFO]
>>>>>>> [INFO]
>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>> 
>>>>>>> 
>>> 
>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>    [exec] [INFO]
>>>>>>> [ERROR]
>>>>>>>>> Failed
>>>>>>>>>> to
>>>>>>>>>>>> execute
>>>>>>>>>>>>> goal
>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>> org.apache.maven.plugins:maven-dependency-plugin:2.10:unpack
>>>>>>>>>>>>>>>>>>>>>> (unpack-fonts)
>>>>>>>>>>>>>>>>>>>>>>> on project
>>>>>>>>>> DataBindingExample_Flat:
>>>>>>>>>>>> Unable to
>>>>>>>>>>>>> find
>>>>>>>>>>>>>>> artifact.
>>>>>>>>>>>>>>>>>> Could
>>>>>>>>>>>>>>>>>>>> not
>>>>>>>>>>>>>>>>>>>>>> find
>>>>>>>>>>>>>>>>>>>>>>> artifact
>>>>>>>>>>>>> org.apache.royale.framework:Fonts:war:0.9.4
>>>>>>>>>>>>>> in
>>>>>>>>>>>>>>>>>>>> apache-release
>>>>>>>>>>>>>>>>>>>>> (
>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>> 
>>>>>>> 
>>>>> 
>>> 
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7Cef7657f714594f826e0508d62a14b626%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742665781057748&amp;sdata=IDqh%2FkUceUAE2RIXwXcjQv5JJIFj7AH0zYLKvizattE%3D&amp;reserved=0
>>>>>>>>>>>>>> )
>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>    [exec] [INFO]
>>>>>>> [ERROR]
>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>    [exec] [INFO]
>>>>>>> [ERROR]
>>>>>>>>> Try
>>>>>>>>>>>> downloading the
>>>>>>>>>>>>> file
>>>>>>>>>>>>>>> manually
>>>>>>>>>>>>>>>>> from
>>>>>>>>>>>>>>>>>>> the
>>>>>>>>>>>>>>>>>>>>>>> project website.
>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>    [exec] [INFO]
>>>>>>> [ERROR]
>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>    [exec] [INFO]
>>>>>>> [ERROR]
>>>>>>>>> Then,
>>>>>>>>>>>> install it
>>>>>>>>>>>>> using the
>>>>>>>>>>>>>>>> command:
>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>    [exec] [INFO]
>>>>>>>>> [ERROR]     mvn
>>>>>>>>>>>>>> install:install-file
>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>> -DgroupId=org.apache.royale.framework
>>>>>>>>>>>>>> -DartifactId=Fonts
>>>>>>>>>>>>>>>>>>>>> -Dversion=0.9.4
>>>>>>>>>>>>>>>>>>>>>>> -Dpackaging=war
>>>>>>>>>> -Dfile=/path/to/file
>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>    [exec] [INFO]
>>>>>>> [ERROR]
>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>    [exec] [INFO]
>>>>>>> [ERROR]
>>>>>>>>>>>> Alternatively, if
>>>>>>>>>>>>> you
>>>>>>>>>>>>>> host your
>>>>>>>>>>>>>>>> own
>>>>>>>>>>>>>>>>>>>>> repository
>>>>>>>>>>>>>>>>>>>>>>> you can deploy the
>>>>>>> file
>>>>>>>>> there:
>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>    [exec] [INFO]
>>>>>>>>> [ERROR]     mvn
>>>>>>>>>>>>> deploy:deploy-file
>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>> -DgroupId=org.apache.royale.framework
>>>>>>>>>>>>>> -DartifactId=Fonts
>>>>>>>>>>>>>>>>>>>>> -Dversion=0.9.4
>>>>>>>>>>>>>>>>>>>>>>> -Dpackaging=war
>>>>>>>>>> -Dfile=/path/to/file
>>>>>>>>>>>>> -Durl=[url]
>>>>>>>>>>>>>>>>>>> -DrepositoryId=[id]
>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>    [exec] [INFO]
>>>>>>> [ERROR]
>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>    [exec] [INFO]
>>>>>>> [ERROR]
>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>    [exec] [INFO]
>>>>>>> [ERROR]
>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>> org.apache.royale.framework:Fonts:war:0.9.4
>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>    [exec] [INFO]
>>>>>>> [ERROR]
>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>    [exec] [INFO]
>>>>>>> [ERROR]
>>>>>>>>> from
>>>>>>>>>> the
>>>>>>>>>>>> specified
>>>>>>>>>>>>> remote
>>>>>>>>>>>>>>>>>> repositories:
>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>    [exec] [INFO]
>>>>>>> [ERROR]
>>>>>>>>>>>> apache-release (
>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>> 
>>>>>> 
>>> 
>>> 
>> 
>>    --
>>    Carlos Rovira
>> 
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cef7657f714594f826e0508d62a14b626%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742665781057748&amp;sdata=87s0kSUngqa1GeshuRVjInsVrB6V4Bw2s76E7pNuHVc%3D&amp;reserved=0
>> 
>> 
>> 
> 
> 


Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Alex Harui <ah...@adobe.com.INVALID>.
I don't know for sure, but I believe much of it is part of Maven's default release process.  We "must" prove that the example sources pass all standard release requirements (pass the RAT check and compiles without error).  I think by default after those tests, Maven packages up the sources for the example and has to at least deploy that.  There may be a way to block deployment of the compiled output, not sure it will make a huge difference.  We have to upload a crapload of stuff anyway.  If your server connection is flaky then it is likely to fail at some point.

HTH,
-Alex

On 10/4/18, 9:16 AM, "OmPrakash Muppirala" <bi...@gmail.com> wrote:

    I am curious about why we are uploading example swcs to maven central.
    What is the usecase?
    
    Thanks,
    Om
    
    
    On Thu, Oct 4, 2018, 2:26 AM Alex Harui <ah...@adobe.com.invalid> wrote:
    
    > We are using both Maven and Ant to create releases.  Some of our users
    > prefer Maven others prefer Ant.  Best way to make sure both work is to use
    > Maven for Maven and Ant for Ant.
    >
    > I don't know if is really Maven that is failing or just something wrong
    > with Om's internet connection.
    >
    > -Alex
    >
    > On 10/4/18, 2:10 AM, "Carlos Rovira" <ca...@apache.org> wrote:
    >
    >     Hi Harbs,
    >
    >     for me Maven is not easier, seems as difficult as ANT. For me the
    > points
    >     for maven is the reliability and robustness of the build process and
    > the
    >     management of dependencies. ANT was the first step for me, and I always
    >     liked, but the problems was that it was more a way to script than
    > something
    >     that follows a protocol and manage the download of packages (and ensure
    >     that package are the exact bits you need).
    >
    >     We have a use case when build the SDK with ANT in Royale. You and Alex
    > gets
    >     flexunit and uses the as3 swc. Erik and I do the same and we end using
    > the
    >     flex swc. Why? This is cause is all hand made script and probably we
    > have
    >     some configuration differences in our environments that make the script
    >     behave different. The fact is that I still could not find the black
    > point
    >     after some hours of digging.
    >
    >     This is something that should not happen in Maven (well, you always can
    >     make maven do things badly as with any technology). Maven as all
    > tools, can
    >     make things more or less easy, but once you have the things correctly
    > setup
    >     should manage all the needed dependencies and be more reliable in all
    >     environments. But don't expect to be more easy than working with ANT,
    > since
    >     for a project with the size of Royale both build systems are complex.
    >
    >     Just my 2
    >
    >
    >     El jue., 4 oct. 2018 a las 10:24, Harbs (<ha...@gmail.com>)
    > escribió:
    >
    >     > Can I ask a dumb question?
    >     >
    >     > Why are we using Maven for release? The argument I’ve always heard
    > is that
    >     > Maven is easier. This doesn’t seem easy… ;-)
    >     >
    >     > Harbs
    >     >
    >     > > On Oct 4, 2018, at 11:09 AM, Piotr Zarzycki <
    > piotrzarzycki21@gmail.com>
    >     > wrote:
    >     > >
    >     > > Neverending story ;) What's your internet connection actually?
    >     > >
    >     > > On Thu, Oct 4, 2018, 10:04 AM OmPrakash Muppirala <
    > bigosmallm@gmail.com>
    >     > > wrote:
    >     > >
    >     > >> Hmm, failed again at a different spot:
    >     > >>
    >     > >>     [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
    >     > >> Jewel-Dark-NoFlat-Emphasized-Sunflower-Theme SUCCESS [ 22.251 s]
    >     > >>
    >     > >>     [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
    >     > >> Jewel-Dark-NoFlat-Emphasized-Topaz-Theme SUCCESS [ 18.741 s]
    >     > >>
    >     > >>     [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
    >     > >> Jewel-Dark-NoFlat-Emphasized-Turquoise-Theme SUCCESS [ 18.421 s]
    >     > >>
    >     > >>     [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
    >     > >> Jewel-Dark-NoFlat-Emphasized-Violet-Theme FAILURE [ 31.354 s]
    >     > >>
    >     > >>     [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
    >     > >> Jewel-Dark-NoFlat-Emphasized-Yellow-Theme SKIPPED
    >     > >>
    >     > >>     [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes
    >     > >> ............... SKIPPED
    >     > >>
    >     > >>     [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes:
    > Simple
    >     > >> Royale Application SKIPPED
    >     > >>
    >     > >>     [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes:
    > Simple
    >     > >> Royale Pure-JS Application SKIPPED
    >     > >>
    >     > >>     [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes:
    > Simple
    >     > >> Royale Pure-SWF Application SKIPPED
    >     > >>
    >     > >>     [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes:
    > Simple
    >     > >> Royale Library SKIPPED
    >     > >>
    >     > >>     [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes:
    > Simple
    >     > >> Royale Typedef Library 0.9.4 SKIPPED
    >     > >>
    >     > >>     [exec] [INFO] [INFO]
    >     > >>
    > ------------------------------------------------------------------------
    >     > >>
    >     > >>     [exec] [INFO] [INFO] BUILD FAILURE
    >     > >>
    >     > >>     [exec] [INFO] [INFO]
    >     > >>
    > ------------------------------------------------------------------------
    >     > >>
    >     > >>     [exec] [INFO] [INFO] Total time: 38:52 min
    >     > >>
    >     > >>     [exec] [INFO] [INFO] Finished at: 2018-10-04T00:50:41-07:00
    >     > >>
    >     > >>     [exec] [INFO] [INFO]
    >     > >>
    > ------------------------------------------------------------------------
    >     > >>
    >     > >>     [exec] [INFO] [ERROR] Failed to execute goal
    >     > >> org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
    >     > (default-deploy)
    >     > >> on project Jewel-Dark-NoFlat-Emphasized-Violet-Theme: Failed to
    > deploy
    >     > >> artifacts: Could not transfer artifact
    >     > >>
    >     > >>
    >     >
    > org.apache.royale.framework:Jewel-Dark-NoFlat-Emphasized-Violet-Theme:swc.asc:typedefs:0.9.4
    >     > >> from/to apache.releases.https (
    >     > >>
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fservice%2Flocal%2Fstaging%2Fdeploy%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7Cef7657f714594f826e0508d62a14b626%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742665781047738&amp;sdata=jmEIQrrjZ0KAKE4ZBrjSD5RZ0Pzeq3KrKcFQGPSmvDE%3D&amp;reserved=0
    > ):
    >     > >> Connect
    >     > >> to repository.apache.org:443 [
    > repository.apache.org/207.244.88.140]
    >     > >> failed:
    >     > >> Operation timed out (Connection timed out) -> [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]
    >     > >>
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cef7657f714594f826e0508d62a14b626%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742665781047738&amp;sdata=njkBLZO2Sv2r8u%2BKerLJDoaUuPAaJaJFYs9h2BtLh6Y%3D&amp;reserved=0
    >     > >>
    >     > >>     [exec] [INFO] [ERROR]
    >     > >>
    >     > >>     [exec] [INFO] [ERROR] After correcting the problems, you can
    > resume
    >     > >> the build with the command
    >     > >>
    >     > >>     [exec] [INFO] [ERROR]   mvn <goals> -rf
    >     > >> :Jewel-Dark-NoFlat-Emphasized-Violet-Theme
    >     > >>
    >     > >>     [exec] [INFO]
    >     > >>
    > ------------------------------------------------------------------------
    >     > >>
    >     > >> On Wed, Oct 3, 2018 at 2:10 PM OmPrakash Muppirala <
    >     > bigosmallm@gmail.com>
    >     > >> wrote:
    >     > >>
    >     > >>>
    >     > >>>
    >     > >>> On Wed, Oct 3, 2018 at 2:02 PM Alex Harui
    > <ah...@adobe.com.invalid>
    >     > >>> wrote:
    >     > >>>
    >     > >>>> Hi Om,
    >     > >>>>
    >     > >>>> Does anything deploy, or is that the first thing that is
    > attempted to
    >     > >>>> deploy?  I found this article that might help:
    >     > >>>>
    >     > >>>>
    >     > >>
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.apigee.com%2Fquestions%2F50756%2Funable-to-deploy-using-maven-script-due-to-error-r.html&amp;data=02%7C01%7Caharui%40adobe.com%7Cef7657f714594f826e0508d62a14b626%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742665781057748&amp;sdata=UjEhVw%2FgQ0H9v97TaA%2BgZnTRDKqbgyRzgez1dS9miKI%3D&amp;reserved=0
    >     > >>>
    >     > >>>
    >     > >>> It deployed a lot of artifacts before hitting this error.  I
    > don't see
    >     > >>> anything special with this artifact.  So, I am guessing that it
    > was a
    >     > >>> momentary bad connection that caused this.
    >     > >>>
    >     > >>>
    >     > >>>>
    >     > >>>>
    >     > >>>> I would be concerned about restarting from the middle of a
    > Maven call.
    >     > >> I
    >     > >>>> suppose you could try it, but what if it skipped an artifact?
    >     > >>>>
    >     > >>>
    >     > >>> The maven error message explicitly says this:
    >     > >>>
    >     > >>>     [exec] [INFO] [ERROR] After correcting the problems, you can
    > resume
    >     > >>> the build with the command
    >     > >>>
    >     > >>>     [exec] [INFO] [ERROR]   mvn <goals> -rf
    >     > >>> :Jewel-Light-NoFlat-Primary-Sunflower-Theme
    >     > >>>
    >     > >>>
    >     > >>>>
    >     > >>>> There should be Ant targets for starting only on royale-asjs if
    >     > >>>> royale-compiler and royale=typedefs worked ok.
    >     > >>>>
    >     > >>>> HTH,
    >     > >>>> -Alex
    >     > >>>>
    >     > >>>> On 10/3/18, 11:58 AM, "OmPrakash Muppirala" <
    > bigosmallm@gmail.com>
    >     > >>>> wrote:
    >     > >>>>
    >     > >>>>    Another suggestion I have is - can we do all the pushes to
    > remote
    >     > >>>> after
    >     > >>>>    everything is done locally?  That way, if something goes
    > wrong
    >     > >>>> halfway, we
    >     > >>>>    can just delete the royale-* dirs locally and rerun the
    >     > >>>> releasecandiate ant
    >     > >>>>    script?
    >     > >>>>
    >     > >>>>    Not sure if this is an easy change?
    >     > >>>>
    >     > >>>>    Thanks,
    >     > >>>>    Om
    >     > >>>>
    >     > >>>>    On Wed, Oct 3, 2018 at 11:42 AM OmPrakash Muppirala <
    >     > >>>> bigosmallm@gmail.com>
    >     > >>>>    wrote:
    >     > >>>>
    >     > >>>>> Okay, I tried a couple of times and I have started getting `SSL
    >     > >>>> peer shut
    >     > >>>>> down incorrectly errors`
    >     > >>>>>
    >     > >>>>>     [exec] [INFO] [INFO]
    >     > >>>>>
    >     > >>>>
    >     >
    > ------------------------------------------------------------------------
    >     > >>>>>
    >     > >>>>>     [exec] [INFO] [INFO] BUILD FAILURE
    >     > >>>>>
    >     > >>>>>     [exec] [INFO] [INFO]
    >     > >>>>>
    >     > >>>>
    >     >
    > ------------------------------------------------------------------------
    >     > >>>>>
    >     > >>>>>     [exec] [INFO] [INFO] Total time: 16:04 min
    >     > >>>>>
    >     > >>>>>     [exec] [INFO] [INFO] Finished at: 2018-10-03T11:38:49-07:00
    >     > >>>>>
    >     > >>>>>     [exec] [INFO] [INFO]
    >     > >>>>>
    >     > >>>>
    >     >
    > ------------------------------------------------------------------------
    >     > >>>>>
    >     > >>>>>     [exec] [INFO] [ERROR] Failed to execute goal
    >     > >>>>> org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
    >     > >>>> (default-deploy)
    >     > >>>>> on project Jewel-Light-NoFlat-Primary-Sunflower-Theme: Failed
    > to
    >     > >>>> deploy
    >     > >>>>> artifacts: Could not transfer artifact
    >     > >>>>>
    >     > >>>>
    >     > >>
    >     >
    > org.apache.royale.framework:Jewel-Light-NoFlat-Primary-Sunflower-Theme:swc:0.9.4
    >     > >>>>> from/to apache.releases.https (
    >     > >>>>>
    >     > >>>>
    >     > >>
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fservice%2Flocal%2Fstaging%2Fdeploy%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7Cef7657f714594f826e0508d62a14b626%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742665781057748&amp;sdata=ipzo0ZznNLtpRqq1CMvWeKf2zg3vg%2Bu%2F59S2Bg0MUsQ%3D&amp;reserved=0
    >     > >>>> ):
    >     > >>>>> Remote host closed connection during handshake: SSL peer shut
    > down
    >     > >>>>> incorrectly -> [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]
    >     > >>>>>
    >     > >>>>
    >     > >>
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cef7657f714594f826e0508d62a14b626%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742665781057748&amp;sdata=OGv2KgtQhJwQTlZDg4JMsxN3xyygu9mi%2FpTtd%2BxXb1A%3D&amp;reserved=0
    >     > >>>>>
    >     > >>>>>     [exec] [INFO] [ERROR]
    >     > >>>>>
    >     > >>>>>     [exec] [INFO] [ERROR] After correcting the problems, you
    > can
    >     > >>>> resume
    >     > >>>>> the build with the command
    >     > >>>>>
    >     > >>>>>     [exec] [INFO] [ERROR]   mvn <goals> -rf
    >     > >>>>> :Jewel-Light-NoFlat-Primary-Sunflower-Theme
    >     > >>>>>
    >     > >>>>>     [exec] [INFO]
    >     > >>>>>
    >     > >>>>
    >     >
    > ------------------------------------------------------------------------
    >     > >>>>>
    >     > >>>>>
    >     > >>>>> I am guessing it is a bad internet connection.  I am wondering
    > if
    >     > >>>> we can
    >     > >>>>> pass a -rf (resume from) option to the maven call from ant?
    >     > >>>> Otherwise
    >     > >>>>> doing all this from scratch everytime is a big pain.
    >     > >>>>>
    >     > >>>>> Thanks,
    >     > >>>>> Om
    >     > >>>>>
    >     > >>>>> On Wed, Oct 3, 2018 at 12:47 AM Alex Harui
    >     > >> <aharui@adobe.com.invalid
    >     > >>>>>
    >     > >>>>> wrote:
    >     > >>>>>
    >     > >>>>>> Looks like it was a missing [
    >     > >>>>>>
    >     > >>>>>> MXRoyale and SparkRoyale built for me.
    >     > >>>>>>
    >     > >>>>>> HTH,
    >     > >>>>>> -Alex
    >     > >>>>>>
    >     > >>>>>> On 10/3/18, 12:43 AM, "OmPrakash Muppirala" <
    >     > >> bigosmallm@gmail.com>
    >     > >>>>>> wrote:
    >     > >>>>>>
    >     > >>>>>>    Thanks!
    >     > >>>>>>
    >     > >>>>>>    I reverted everything back to previous state.  I can give
    > it
    >     > >> a
    >     > >>>> shot
    >     > >>>>>>    tomorrow evening.
    >     > >>>>>>
    >     > >>>>>>    Regards,
    >     > >>>>>>    Om
    >     > >>>>>>
    >     > >>>>>>    On Wed, Oct 3, 2018 at 12:41 AM Alex Harui
    >     > >>>> <ah...@adobe.com.invalid>
    >     > >>>>>> wrote:
    >     > >>>>>>
    >     > >>>>>>> It was in a releasable state.  TourDeFlex was running on
    >     > >> it.
    >     > >>>>>>>
    >     > >>>>>>> I'm trying to track down the change that broke it.
    >     > >>>>>>>
    >     > >>>>>>> -Alex
    >     > >>>>>>>
    >     > >>>>>>> On 10/3/18, 12:32 AM, "OmPrakash Muppirala" <
    >     > >>>> bigosmallm@gmail.com>
    >     > >>>>>> wrote:
    >     > >>>>>>>
    >     > >>>>>>>    A bit more progress. Now we are failing on the MXRoyale
    >     > >>>> project:
    >     > >>>>>>>
    >     > >>>>>>>         [exec] [INFO] [INFO]
    >     > >>>>>>>
    >     > >>>>>>>
    >     > >>>>>>
    >     > >>>>
    >     >
    > ------------------------------------------------------------------------
    >     > >>>>>>>
    >     > >>>>>>>         [exec] [INFO] [INFO] BUILD FAILURE
    >     > >>>>>>>
    >     > >>>>>>>         [exec] [INFO] [INFO]
    >     > >>>>>>>
    >     > >>>>>>>
    >     > >>>>>>
    >     > >>>>
    >     >
    > ------------------------------------------------------------------------
    >     > >>>>>>>
    >     > >>>>>>>         [exec] [INFO] [INFO] Total time: 01:34 min
    >     > >>>>>>>
    >     > >>>>>>>         [exec] [INFO] [INFO] Finished at:
    >     > >>>> 2018-10-03T00:28:14-07:00
    >     > >>>>>>>
    >     > >>>>>>>         [exec] [INFO] [INFO]
    >     > >>>>>>>
    >     > >>>>>>>
    >     > >>>>>>
    >     > >>>>
    >     >
    > ------------------------------------------------------------------------
    >     > >>>>>>>
    >     > >>>>>>>         [exec] [INFO] [ERROR] Failed to execute goal
    >     > >>>>>>>
    >     > >>>> org.apache.royale.compiler:royale-maven-plugin:0.9.4:compile-as
    >     > >>>>>>>    (default-compile-as) on project MXRoyale: There were
    >     > >>>> errors
    >     > >>>>>> during the
    >     > >>>>>>>    build. Got return code 3 -> [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]
    >     > >>>>>>>
    >     > >>>>>>>
    >     > >>>>>>
    >     > >>>>
    >     > >>
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cef7657f714594f826e0508d62a14b626%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742665781057748&amp;sdata=OGv2KgtQhJwQTlZDg4JMsxN3xyygu9mi%2FpTtd%2BxXb1A%3D&amp;reserved=0
    >     > >>>>>>>
    >     > >>>>>>>         [exec] [INFO] [ERROR]
    >     > >>>>>>>
    >     > >>>>>>>         [exec] [INFO] [ERROR] After correcting the
    >     > >>>> problems, you
    >     > >>>>>> can
    >     > >>>>>>> resume
    >     > >>>>>>>    the build with the command
    >     > >>>>>>>
    >     > >>>>>>>         [exec] [INFO] [ERROR]   mvn <goals> -rf :MXRoyale
    >     > >>>>>>>
    >     > >>>>>>>
    >     > >>>>>>>    Can we perhaps turn this project off?  Is it in a
    >     > >>>> releasable
    >     > >>>>>> state?
    >     > >>>>>>>
    >     > >>>>>>>    On Tue, Oct 2, 2018 at 7:30 PM OmPrakash Muppirala <
    >     > >>>>>>> bigosmallm@gmail.com>
    >     > >>>>>>>    wrote:
    >     > >>>>>>>
    >     > >>>>>>>> I'm going to give this another shot in a couple of
    >     > >>>> hours,
    >     > >>>>>> unless
    >     > >>>>>>> there are
    >     > >>>>>>>> any objections.
    >     > >>>>>>>>
    >     > >>>>>>>> Thanks,
    >     > >>>>>>>> Om
    >     > >>>>>>>>
    >     > >>>>>>>> On Mon, Oct 1, 2018, 2:04 PM Alex Harui
    >     > >>>>>> <ah...@adobe.com.invalid>
    >     > >>>>>>> wrote:
    >     > >>>>>>>>
    >     > >>>>>>>>> Jewel is mentioned in there.  I added mention of the
    >     > >>>>>> migration
    >     > >>>>>>> components
    >     > >>>>>>>>> and tour de flex.  Not sure if I got the formatting
    >     > >>>> right.
    >     > >>>>>> I think
    >     > >>>>>>> it is
    >     > >>>>>>>>> good enough.
    >     > >>>>>>>>>
    >     > >>>>>>>>> -Alex
    >     > >>>>>>>>>
    >     > >>>>>>>>> On 10/1/18, 12:13 PM, "OmPrakash Muppirala" <
    >     > >>>>>> bigosmallm@gmail.com>
    >     > >>>>>>>>> wrote:
    >     > >>>>>>>>>
    >     > >>>>>>>>>    I updated it, although it looks a bit sparse
    >     > >>>> now.  Can
    >     > >>>>>> we list
    >     > >>>>>>> a few
    >     > >>>>>>>>> major
    >     > >>>>>>>>>    highlights here, that I can go add to the
    >     > >> release
    >     > >>>> notes?
    >     > >>>>>>>>>    Jewel should at least have several updates.
    >     > >>>>>>>>>
    >     > >>>>>>>>>    Thanks,
    >     > >>>>>>>>>    Om
    >     > >>>>>>>>>
    >     > >>>>>>>>>    On Mon, Oct 1, 2018 at 12:09 PM Alex Harui
    >     > >>>>>>> <ah...@adobe.com.invalid>
    >     > >>>>>>>>> wrote:
    >     > >>>>>>>>>
    >     > >>>>>>>>>> Hey, I just noticed that nobody put a 0.9.4
    >     > >>>> section in
    >     > >>>>>> the
    >     > >>>>>>>>> RELEASE_NOTES.
    >     > >>>>>>>>>> Maybe just rename the 0.9.3 section?
    >     > >>>>>>>>>>
    >     > >>>>>>>>>> -Alex
    >     > >>>>>>>>>>
    >     > >>>>>>>>>> On 10/1/18, 12:07 PM, "OmPrakash Muppirala" <
    >     > >>>>>>> bigosmallm@gmail.com>
    >     > >>>>>>>>> wrote:
    >     > >>>>>>>>>>
    >     > >>>>>>>>>>    Good catch!  I just pushed a fix for that.
    >     > >>>>>>>>>>
    >     > >>>>>>>>>>    Thanks,
    >     > >>>>>>>>>>    Om
    >     > >>>>>>>>>>
    >     > >>>>>>>>>>    On Mon, Oct 1, 2018 at 11:04 AM Alex Harui
    >     > >>>>>>>>> <ah...@adobe.com.invalid>
    >     > >>>>>>>>>> wrote:
    >     > >>>>>>>>>>
    >     > >>>>>>>>>>> Om,
    >     > >>>>>>>>>>>
    >     > >>>>>>>>>>> I think the <tag>release/0.9.4</tag> in
    >     > >>>>>>> royale-asjs/pom.xml
    >     > >>>>>>>>> needs to
    >     > >>>>>>>>>> be
    >     > >>>>>>>>>>> reverted back to 0.9.3.
    >     > >>>>>>>>>>>
    >     > >>>>>>>>>>> Everything else looks ok from my quick
    >     > >>>>>> examination.
    >     > >>>>>>>>>>>
    >     > >>>>>>>>>>> Thanks and good luck,
    >     > >>>>>>>>>>> -Alex
    >     > >>>>>>>>>>>
    >     > >>>>>>>>>>> On 10/1/18, 10:29 AM, "Piotr Zarzycki" <
    >     > >>>>>>>>> piotrzarzycki21@gmail.com>
    >     > >>>>>>>>>> wrote:
    >     > >>>>>>>>>>>
    >     > >>>>>>>>>>>    I saw your commit and I think you
    >     > >>>> should be
    >     > >>>>>> ok.
    >     > >>>>>>>>>>>
    >     > >>>>>>>>>>>    pon., 1 paź 2018 o 19:21 OmPrakash
    >     > >>>> Muppirala
    >     > >>>>>> <
    >     > >>>>>>>>>> bigosmallm@gmail.com>
    >     > >>>>>>>>>>>    napisał(a):
    >     > >>>>>>>>>>>
    >     > >>>>>>>>>>>> Okay, I did the following to
    >     > >> reset:
    >     > >>>>>>>>>>>>
    >     > >>>>>>>>>>>> For all three repos:
    >     > >>>>>>>>>>>> * Reverted all references of 0.9.5
    >     > >>>> to 0.9.4
    >     > >>>>>>>>>>>> * Deleted 0.9.4-rc1 tag
    >     > >>>>>>>>>>>> * Deleted branch: release/0.9.4
    >     > >>>>>>>>>>>>
    >     > >>>>>>>>>>>> Can someone please make sure that
    >     > >>>> we are
    >     > >>>>>> good
    >     > >>>>>>> before
    >     > >>>>>>>>> starting
    >     > >>>>>>>>>> work?
    >     > >>>>>>>>>>>>
    >     > >>>>>>>>>>>> Thanks,
    >     > >>>>>>>>>>>> Om
    >     > >>>>>>>>>>>>
    >     > >>>>>>>>>>>> On Mon, Oct 1, 2018 at 1:51 AM
    >     > >>>> Carlos
    >     > >>>>>> Rovira <
    >     > >>>>>>>>>>> carlosrovira@apache.org>
    >     > >>>>>>>>>>>> wrote:
    >     > >>>>>>>>>>>>
    >     > >>>>>>>>>>>>> Hi Om,
    >     > >>>>>>>>>>>>> is related to flash player
    >     > >>>> debugger not
    >     > >>>>>>> launched? are
    >     > >>>>>>>>> you on
    >     > >>>>>>>>>> Mac?
    >     > >>>>>>>>>>>>> I think on Mac I have to make
    >     > >>>> *.swf
    >     > >>>>>> files be
    >     > >>>>>>> always
    >     > >>>>>>>>> opened
    >     > >>>>>>>>>> by Flash
    >     > >>>>>>>>>>>> Player
    >     > >>>>>>>>>>>>> debugger.
    >     > >>>>>>>>>>>>>
    >     > >>>>>>>>>>>>> In the other hand, I need to
    >     > >>>> commit
    >     > >>>>>> during the
    >     > >>>>>>> day
    >     > >>>>>>>>> some
    >     > >>>>>>>>>> fixes, one
    >     > >>>>>>>>>>> on
    >     > >>>>>>>>>>>>> typedefs and expect more on
    >     > >>>> compiler. So
    >     > >>>>>> if you
    >     > >>>>>>> plan
    >     > >>>>>>>>> to try
    >     > >>>>>>>>>> again
    >     > >>>>>>>>>>> some
    >     > >>>>>>>>>>>>> hours ago, please, remove the
    >     > >>>> commits to
    >     > >>>>>> left
    >     > >>>>>>> the
    >     > >>>>>>>>> repos so
    >     > >>>>>>>>>> we can
    >     > >>>>>>>>>>> commit
    >     > >>>>>>>>>>>>> new work
    >     > >>>>>>>>>>>>>
    >     > >>>>>>>>>>>>> thanks!
    >     > >>>>>>>>>>>>>
    >     > >>>>>>>>>>>>> Carlos
    >     > >>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>
    >     > >>>>>>>>>>>>> El lun., 1 oct. 2018 a las
    >     > >> 10:29,
    >     > >>>>>> OmPrakash
    >     > >>>>>>> Muppirala
    >     > >>>>>>>>> (<
    >     > >>>>>>>>>>>>> bigosmallm@gmail.com>)
    >     > >>>>>>>>>>>>> escribió:
    >     > >>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>> I provided path to Chrome via
    >     > >>>>>> -Dbrowser, but
    >     > >>>>>>> I got
    >     > >>>>>>>>> an
    >     > >>>>>>>>>> error that
    >     > >>>>>>>>>>> ant
    >     > >>>>>>>>>>>> was
    >     > >>>>>>>>>>>>>> not able to access the
    >     > >>>> application.
    >     > >>>>>>>>>>>>>> So, I tried installing firefox
    >     > >>>> and that
    >     > >>>>>>> seemed to
    >     > >>>>>>>>> work.
    >     > >>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>> On Mon, Oct 1, 2018 at 1:26 AM
    >     > >>>> Piotr
    >     > >>>>>> Zarzycki
    >     > >>>>>>> <
    >     > >>>>>>>>>>>> piotrzarzycki21@gmail.com
    >     > >>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>> wrote:
    >     > >>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>> Hi Om,
    >     > >>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>> You did use Firefox for that
    >     > >>>> purpose
    >     > >>>>>> ? I
    >     > >>>>>>> had to
    >     > >>>>>>>>> specify
    >     > >>>>>>>>>>>> -Dbrowser=path
    >     > >>>>>>>>>>>>> to
    >     > >>>>>>>>>>>>>>> firefox.exe
    >     > >>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>> Thanks,
    >     > >>>>>>>>>>>>>>> Piotr
    >     > >>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>> pon., 1 paź 2018 o 10:22
    >     > >>>> OmPrakash
    >     > >>>>>>> Muppirala <
    >     > >>>>>>>>>>> bigosmallm@gmail.com>
    >     > >>>>>>>>>>>>>>> napisał(a):
    >     > >>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>> Okay, I made several
    >     > >>>> attempts
    >     > >>>>>> through the
    >     > >>>>>>> day,
    >     > >>>>>>>>> making
    >     > >>>>>>>>>>> progress each
    >     > >>>>>>>>>>>>>> time.
    >     > >>>>>>>>>>>>>>>> The last run failed
    >     > >>>> because the
    >     > >>>>>> browser
    >     > >>>>>>> could
    >     > >>>>>>>>> not be
    >     > >>>>>>>>>>> launched.
    >     > >>>>>>>>>>>>>>>> I am going to pause on
    >     > >> this
    >     > >>>> and
    >     > >>>>>> try again
    >     > >>>>>>>>> tomorrow (or
    >     > >>>>>>>>>>> later) . If
    >     > >>>>>>>>>>>>>>> someone
    >     > >>>>>>>>>>>>>>>> else wants to give this a
    >     > >>>> go in the
    >     > >>>>>>> meantimne,
    >     > >>>>>>>>> they are
    >     > >>>>>>>>>>> welcome :-)
    >     > >>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>> Thanks,
    >     > >>>>>>>>>>>>>>>> Om
    >     > >>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>> On Mon, Oct 1, 2018 at
    >     > >>>> 12:22 AM
    >     > >>>>>> Carlos
    >     > >>>>>>> Rovira <
    >     > >>>>>>>>>>>>> carlosrovira@apache.org
    >     > >>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>> wrote:
    >     > >>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>> Hi Om,
    >     > >>>>>>>>>>>>>>>>> no,  I Thought this was
    >     > >>>> due to
    >     > >>>>>> different
    >     > >>>>>>>>> tries of the
    >     > >>>>>>>>>>> release
    >     > >>>>>>>>>>>>> process
    >     > >>>>>>>>>>>>>>> but
    >     > >>>>>>>>>>>>>>>>> most of the poms are in
    >     > >>>>>> 0.9.6-SNAPSHOT.
    >     > >>>>>>>>>>>>>>>>> You can search the
    >     > >> entire
    >     > >>>> repo
    >     > >>>>>> for
    >     > >>>>>>>>> "0.9.X-SNAPSHOT"
    >     > >>>>>>>>>> string
    >     > >>>>>>>>>>> to see
    >     > >>>>>>>>>>>>>> that
    >     > >>>>>>>>>>>>>>>> now
    >     > >>>>>>>>>>>>>>>>> X is 6.
    >     > >>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>> thanks
    >     > >>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>> El lun., 1 oct. 2018 a
    >     > >>>> las 2:07,
    >     > >>>>>>> OmPrakash
    >     > >>>>>>>>> Muppirala
    >     > >>>>>>>>>> (<
    >     > >>>>>>>>>>>>>>>>> bigosmallm@gmail.com>)
    >     > >>>>>>>>>>>>>>>>> escribió:
    >     > >>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>>> On Sun, Sep 30, 2018,
    >     > >>>> 2:13 PM
    >     > >>>>>> Carlos
    >     > >>>>>>> Rovira
    >     > >>>>>>>>> <
    >     > >>>>>>>>>>>>>> carlosrovira@apache.org
    >     > >>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>>> wrote:
    >     > >>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>>>> Hi Om,
    >     > >>>>>>>>>>>>>>>>>>> just saw that some
    >     > >>>> poms was
    >     > >>>>>> not
    >     > >>>>>>> changed to
    >     > >>>>>>>>>>> 0.9.6-SNAPSHOT.
    >     > >>>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>>> Do you mean
    >     > >>>> 0.9.4-SNAPSHOT?
    >     > >>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>>> Thanks,
    >     > >>>>>>>>>>>>>>>>>> Om
    >     > >>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>>> I think that should be
    >     > >>>> fixed
    >     > >>>>>> and get a
    >     > >>>>>>>>> prepare
    >     > >>>>>>>>>> maven
    >     > >>>>>>>>>>> release
    >     > >>>>>>>>>>>>>> process
    >     > >>>>>>>>>>>>>>>> that
    >     > >>>>>>>>>>>>>>>>>>> could finaly gets
    >     > >> all
    >     > >>>> poms
    >     > >>>>>> updated
    >     > >>>>>>> to new
    >     > >>>>>>>>>> version.
    >     > >>>>>>>>>>>>>>>>>>> Don't know if that
    >     > >>>> could be
    >     > >>>>>> the
    >     > >>>>>>> problem.
    >     > >>>>>>>>> Can you
    >     > >>>>>>>>>> try
    >     > >>>>>>>>>>> again?
    >     > >>>>>>>>>>>>>>>>>>> thanks
    >     > >>>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>>>> El dom., 30 sept.
    >     > >>>> 2018 a las
    >     > >>>>>> 21:32,
    >     > >>>>>>>>> OmPrakash
    >     > >>>>>>>>>>> Muppirala (<
    >     > >>>>>>>>>>>>>>>>>>>
    >     > >> bigosmallm@gmail.com
    >     > >>>>> )
    >     > >>>>>> escribió:
    >     > >>>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>>>>> Made a bit more
    >     > >>>> progress,
    >     > >>>>>> but the
    >     > >>>>>>> build
    >     > >>>>>>>>> is
    >     > >>>>>>>>>> failing
    >     > >>>>>>>>>>> here
    >     > >>>>>>>>>>>> now:
    >     > >>>>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    >     > >>>> [INFO]
    >     > >>>>>> Apache
    >     > >>>>>>> Royale:
    >     > >>>>>>>>>> Examples:
    >     > >>>>>>>>>>> Royale:
    >     > >>>>>>>>>>>>>>>>>>>>
    >     > >>>> DataBindingExample_as
    >     > >>>>>> SUCCESS [
    >     > >>>>>>> 2.469
    >     > >>>>>>>>> s]
    >     > >>>>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    >     > >>>> [INFO]
    >     > >>>>>> Apache
    >     > >>>>>>> Royale:
    >     > >>>>>>>>>> Examples:
    >     > >>>>>>>>>>> Royale:
    >     > >>>>>>>>>>>>>>>>>>>>
    >     > >>>> DataBindingExample_Flat
    >     > >>>>>> FAILURE [
    >     > >>>>>>>>> 1.756 s]
    >     > >>>>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    >     > >>>> [INFO]
    >     > >>>>>> Apache
    >     > >>>>>>> Royale:
    >     > >>>>>>>>>> Examples:
    >     > >>>>>>>>>>> Royale:
    >     > >>>>>>>>>>>>>>>>>>>>
    >     > >>>>>> DataBindingExampleWithLayout
    >     > >>>>>>> SKIPPED
    >     > >>>>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    >     > >>>> [INFO]
    >     > >>>>>> Apache
    >     > >>>>>>> Royale:
    >     > >>>>>>>>>> Examples:
    >     > >>>>>>>>>>> Royale:
    >     > >>>>>>>>>>>>>>>>>>> DataGridExample
    >     > >>>>>>>>>>>>>>>>>>>> ... SKIPPED
    >     > >>>>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>>>>> Detailed error:
    >     > >>>>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>>>>>    [exec] [INFO]
    >     > >>>> [INFO]
    >     > >>>>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>
    >     > >>>>>>>>>>>
    >     > >>>>>>>>>>
    >     > >>>>>>>>>
    >     > >>>>>>>
    >     > >>>>>>
    >     > >>>>
    >     >
    > ------------------------------------------------------------------------
    >     > >>>>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    >     > >>>> [INFO]
    >     > >>>>>> BUILD
    >     > >>>>>>> FAILURE
    >     > >>>>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    >     > >>>> [INFO]
    >     > >>>>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>
    >     > >>>>>>>>>>>
    >     > >>>>>>>>>>
    >     > >>>>>>>>>
    >     > >>>>>>>
    >     > >>>>>>
    >     > >>>>
    >     >
    > ------------------------------------------------------------------------
    >     > >>>>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    >     > >>>> [INFO]
    >     > >>>>>> Total
    >     > >>>>>>> time:
    >     > >>>>>>>>> 07:03 min
    >     > >>>>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    >     > >>>> [INFO]
    >     > >>>>>>> Finished at:
    >     > >>>>>>>>>>>>>> 2018-09-30T12:17:45-07:00
    >     > >>>>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    >     > >>>> [INFO]
    >     > >>>>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>
    >     > >>>>>>>>>>>
    >     > >>>>>>>>>>
    >     > >>>>>>>>>
    >     > >>>>>>>
    >     > >>>>>>
    >     > >>>>
    >     >
    > ------------------------------------------------------------------------
    >     > >>>>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    >     > >>>> [ERROR]
    >     > >>>>>> Failed
    >     > >>>>>>> to
    >     > >>>>>>>>> execute
    >     > >>>>>>>>>> goal
    >     > >>>>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>
    >     > >>>>>>>>>
    >     > >>>> org.apache.maven.plugins:maven-dependency-plugin:2.10:unpack
    >     > >>>>>>>>>>>>>>>>>>> (unpack-fonts)
    >     > >>>>>>>>>>>>>>>>>>>> on project
    >     > >>>>>>> DataBindingExample_Flat:
    >     > >>>>>>>>> Unable to
    >     > >>>>>>>>>> find
    >     > >>>>>>>>>>>> artifact.
    >     > >>>>>>>>>>>>>>> Could
    >     > >>>>>>>>>>>>>>>>> not
    >     > >>>>>>>>>>>>>>>>>>> find
    >     > >>>>>>>>>>>>>>>>>>>> artifact
    >     > >>>>>>>>>> org.apache.royale.framework:Fonts:war:0.9.4
    >     > >>>>>>>>>>> in
    >     > >>>>>>>>>>>>>>>>> apache-release
    >     > >>>>>>>>>>>>>>>>>> (
    >     > >>>>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>
    >     > >>>>>>>>>>>
    >     > >>>>>>>>>>
    >     > >>>>>>>>>
    >     > >>>>>>>
    >     > >>>>>>
    >     > >>>>
    >     > >>
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7Cef7657f714594f826e0508d62a14b626%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742665781057748&amp;sdata=IDqh%2FkUceUAE2RIXwXcjQv5JJIFj7AH0zYLKvizattE%3D&amp;reserved=0
    >     > >>>>>>>>>>> )
    >     > >>>>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    >     > >>>> [ERROR]
    >     > >>>>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    >     > >>>> [ERROR]
    >     > >>>>>> Try
    >     > >>>>>>>>> downloading the
    >     > >>>>>>>>>> file
    >     > >>>>>>>>>>>> manually
    >     > >>>>>>>>>>>>>> from
    >     > >>>>>>>>>>>>>>>> the
    >     > >>>>>>>>>>>>>>>>>>>> project website.
    >     > >>>>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    >     > >>>> [ERROR]
    >     > >>>>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    >     > >>>> [ERROR]
    >     > >>>>>> Then,
    >     > >>>>>>>>> install it
    >     > >>>>>>>>>> using the
    >     > >>>>>>>>>>>>> command:
    >     > >>>>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    >     > >>>>>> [ERROR]     mvn
    >     > >>>>>>>>>>> install:install-file
    >     > >>>>>>>>>>>>>>>>>>>>
    >     > >>>>>>> -DgroupId=org.apache.royale.framework
    >     > >>>>>>>>>>> -DartifactId=Fonts
    >     > >>>>>>>>>>>>>>>>>> -Dversion=0.9.4
    >     > >>>>>>>>>>>>>>>>>>>> -Dpackaging=war
    >     > >>>>>>> -Dfile=/path/to/file
    >     > >>>>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    >     > >>>> [ERROR]
    >     > >>>>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    >     > >>>> [ERROR]
    >     > >>>>>>>>> Alternatively, if
    >     > >>>>>>>>>> you
    >     > >>>>>>>>>>> host your
    >     > >>>>>>>>>>>>> own
    >     > >>>>>>>>>>>>>>>>>> repository
    >     > >>>>>>>>>>>>>>>>>>>> you can deploy the
    >     > >>>> file
    >     > >>>>>> there:
    >     > >>>>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    >     > >>>>>> [ERROR]     mvn
    >     > >>>>>>>>>> deploy:deploy-file
    >     > >>>>>>>>>>>>>>>>>>>>
    >     > >>>>>>> -DgroupId=org.apache.royale.framework
    >     > >>>>>>>>>>> -DartifactId=Fonts
    >     > >>>>>>>>>>>>>>>>>> -Dversion=0.9.4
    >     > >>>>>>>>>>>>>>>>>>>> -Dpackaging=war
    >     > >>>>>>> -Dfile=/path/to/file
    >     > >>>>>>>>>> -Durl=[url]
    >     > >>>>>>>>>>>>>>>> -DrepositoryId=[id]
    >     > >>>>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    >     > >>>> [ERROR]
    >     > >>>>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    >     > >>>> [ERROR]
    >     > >>>>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    >     > >>>> [ERROR]
    >     > >>>>>>>>>>>>>>>>>>
    >     > >>>>>>> org.apache.royale.framework:Fonts:war:0.9.4
    >     > >>>>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    >     > >>>> [ERROR]
    >     > >>>>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    >     > >>>> [ERROR]
    >     > >>>>>> from
    >     > >>>>>>> the
    >     > >>>>>>>>> specified
    >     > >>>>>>>>>> remote
    >     > >>>>>>>>>>>>>>> repositories:
    >     > >>>>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    >     > >>>> [ERROR]
    >     > >>>>>>>>> apache-release (
    >     > >>>>>>>>>>>>>>>>>>>>
    >     > >>>>>>>>>>>>
    >     > >>>>>>>>>>>
    >     > >>>>>>>>>>
    >     > >>>>>>>>>
    >     > >>>>>>>
    >     > >>>
    >     >
    >     >
    >
    >     --
    >     Carlos Rovira
    >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cef7657f714594f826e0508d62a14b626%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742665781057748&amp;sdata=87s0kSUngqa1GeshuRVjInsVrB6V4Bw2s76E7pNuHVc%3D&amp;reserved=0
    >
    >
    >
    


Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by OmPrakash Muppirala <bi...@gmail.com>.
I am curious about why we are uploading example swcs to maven central.
What is the usecase?

Thanks,
Om


On Thu, Oct 4, 2018, 2:26 AM Alex Harui <ah...@adobe.com.invalid> wrote:

> We are using both Maven and Ant to create releases.  Some of our users
> prefer Maven others prefer Ant.  Best way to make sure both work is to use
> Maven for Maven and Ant for Ant.
>
> I don't know if is really Maven that is failing or just something wrong
> with Om's internet connection.
>
> -Alex
>
> On 10/4/18, 2:10 AM, "Carlos Rovira" <ca...@apache.org> wrote:
>
>     Hi Harbs,
>
>     for me Maven is not easier, seems as difficult as ANT. For me the
> points
>     for maven is the reliability and robustness of the build process and
> the
>     management of dependencies. ANT was the first step for me, and I always
>     liked, but the problems was that it was more a way to script than
> something
>     that follows a protocol and manage the download of packages (and ensure
>     that package are the exact bits you need).
>
>     We have a use case when build the SDK with ANT in Royale. You and Alex
> gets
>     flexunit and uses the as3 swc. Erik and I do the same and we end using
> the
>     flex swc. Why? This is cause is all hand made script and probably we
> have
>     some configuration differences in our environments that make the script
>     behave different. The fact is that I still could not find the black
> point
>     after some hours of digging.
>
>     This is something that should not happen in Maven (well, you always can
>     make maven do things badly as with any technology). Maven as all
> tools, can
>     make things more or less easy, but once you have the things correctly
> setup
>     should manage all the needed dependencies and be more reliable in all
>     environments. But don't expect to be more easy than working with ANT,
> since
>     for a project with the size of Royale both build systems are complex.
>
>     Just my 2
>
>
>     El jue., 4 oct. 2018 a las 10:24, Harbs (<ha...@gmail.com>)
> escribió:
>
>     > Can I ask a dumb question?
>     >
>     > Why are we using Maven for release? The argument I’ve always heard
> is that
>     > Maven is easier. This doesn’t seem easy… ;-)
>     >
>     > Harbs
>     >
>     > > On Oct 4, 2018, at 11:09 AM, Piotr Zarzycki <
> piotrzarzycki21@gmail.com>
>     > wrote:
>     > >
>     > > Neverending story ;) What's your internet connection actually?
>     > >
>     > > On Thu, Oct 4, 2018, 10:04 AM OmPrakash Muppirala <
> bigosmallm@gmail.com>
>     > > wrote:
>     > >
>     > >> Hmm, failed again at a different spot:
>     > >>
>     > >>     [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
>     > >> Jewel-Dark-NoFlat-Emphasized-Sunflower-Theme SUCCESS [ 22.251 s]
>     > >>
>     > >>     [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
>     > >> Jewel-Dark-NoFlat-Emphasized-Topaz-Theme SUCCESS [ 18.741 s]
>     > >>
>     > >>     [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
>     > >> Jewel-Dark-NoFlat-Emphasized-Turquoise-Theme SUCCESS [ 18.421 s]
>     > >>
>     > >>     [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
>     > >> Jewel-Dark-NoFlat-Emphasized-Violet-Theme FAILURE [ 31.354 s]
>     > >>
>     > >>     [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
>     > >> Jewel-Dark-NoFlat-Emphasized-Yellow-Theme SKIPPED
>     > >>
>     > >>     [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes
>     > >> ............... SKIPPED
>     > >>
>     > >>     [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes:
> Simple
>     > >> Royale Application SKIPPED
>     > >>
>     > >>     [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes:
> Simple
>     > >> Royale Pure-JS Application SKIPPED
>     > >>
>     > >>     [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes:
> Simple
>     > >> Royale Pure-SWF Application SKIPPED
>     > >>
>     > >>     [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes:
> Simple
>     > >> Royale Library SKIPPED
>     > >>
>     > >>     [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes:
> Simple
>     > >> Royale Typedef Library 0.9.4 SKIPPED
>     > >>
>     > >>     [exec] [INFO] [INFO]
>     > >>
> ------------------------------------------------------------------------
>     > >>
>     > >>     [exec] [INFO] [INFO] BUILD FAILURE
>     > >>
>     > >>     [exec] [INFO] [INFO]
>     > >>
> ------------------------------------------------------------------------
>     > >>
>     > >>     [exec] [INFO] [INFO] Total time: 38:52 min
>     > >>
>     > >>     [exec] [INFO] [INFO] Finished at: 2018-10-04T00:50:41-07:00
>     > >>
>     > >>     [exec] [INFO] [INFO]
>     > >>
> ------------------------------------------------------------------------
>     > >>
>     > >>     [exec] [INFO] [ERROR] Failed to execute goal
>     > >> org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
>     > (default-deploy)
>     > >> on project Jewel-Dark-NoFlat-Emphasized-Violet-Theme: Failed to
> deploy
>     > >> artifacts: Could not transfer artifact
>     > >>
>     > >>
>     >
> org.apache.royale.framework:Jewel-Dark-NoFlat-Emphasized-Violet-Theme:swc.asc:typedefs:0.9.4
>     > >> from/to apache.releases.https (
>     > >>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fservice%2Flocal%2Fstaging%2Fdeploy%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7Cc54d921a33b241e88efd08d629d92df7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742410092486967&amp;sdata=S6XZR95BG9oFi71u8DsMZVwnlZL0aZOiEHJHUlOxp0g%3D&amp;reserved=0
> ):
>     > >> Connect
>     > >> to repository.apache.org:443 [
> repository.apache.org/207.244.88.140]
>     > >> failed:
>     > >> Operation timed out (Connection timed out) -> [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]
>     > >>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cc54d921a33b241e88efd08d629d92df7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742410092486967&amp;sdata=eooIcAkbqOdrwlVnWJlXZG4KB5K%2B8p00L6V0AYOERBQ%3D&amp;reserved=0
>     > >>
>     > >>     [exec] [INFO] [ERROR]
>     > >>
>     > >>     [exec] [INFO] [ERROR] After correcting the problems, you can
> resume
>     > >> the build with the command
>     > >>
>     > >>     [exec] [INFO] [ERROR]   mvn <goals> -rf
>     > >> :Jewel-Dark-NoFlat-Emphasized-Violet-Theme
>     > >>
>     > >>     [exec] [INFO]
>     > >>
> ------------------------------------------------------------------------
>     > >>
>     > >> On Wed, Oct 3, 2018 at 2:10 PM OmPrakash Muppirala <
>     > bigosmallm@gmail.com>
>     > >> wrote:
>     > >>
>     > >>>
>     > >>>
>     > >>> On Wed, Oct 3, 2018 at 2:02 PM Alex Harui
> <ah...@adobe.com.invalid>
>     > >>> wrote:
>     > >>>
>     > >>>> Hi Om,
>     > >>>>
>     > >>>> Does anything deploy, or is that the first thing that is
> attempted to
>     > >>>> deploy?  I found this article that might help:
>     > >>>>
>     > >>>>
>     > >>
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.apigee.com%2Fquestions%2F50756%2Funable-to-deploy-using-maven-script-due-to-error-r.html&amp;data=02%7C01%7Caharui%40adobe.com%7Cc54d921a33b241e88efd08d629d92df7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742410092486967&amp;sdata=VhHERFyHBirEShdgvaLvfdpEyjZ2aFVarfDqWwbLnVw%3D&amp;reserved=0
>     > >>>
>     > >>>
>     > >>> It deployed a lot of artifacts before hitting this error.  I
> don't see
>     > >>> anything special with this artifact.  So, I am guessing that it
> was a
>     > >>> momentary bad connection that caused this.
>     > >>>
>     > >>>
>     > >>>>
>     > >>>>
>     > >>>> I would be concerned about restarting from the middle of a
> Maven call.
>     > >> I
>     > >>>> suppose you could try it, but what if it skipped an artifact?
>     > >>>>
>     > >>>
>     > >>> The maven error message explicitly says this:
>     > >>>
>     > >>>     [exec] [INFO] [ERROR] After correcting the problems, you can
> resume
>     > >>> the build with the command
>     > >>>
>     > >>>     [exec] [INFO] [ERROR]   mvn <goals> -rf
>     > >>> :Jewel-Light-NoFlat-Primary-Sunflower-Theme
>     > >>>
>     > >>>
>     > >>>>
>     > >>>> There should be Ant targets for starting only on royale-asjs if
>     > >>>> royale-compiler and royale=typedefs worked ok.
>     > >>>>
>     > >>>> HTH,
>     > >>>> -Alex
>     > >>>>
>     > >>>> On 10/3/18, 11:58 AM, "OmPrakash Muppirala" <
> bigosmallm@gmail.com>
>     > >>>> wrote:
>     > >>>>
>     > >>>>    Another suggestion I have is - can we do all the pushes to
> remote
>     > >>>> after
>     > >>>>    everything is done locally?  That way, if something goes
> wrong
>     > >>>> halfway, we
>     > >>>>    can just delete the royale-* dirs locally and rerun the
>     > >>>> releasecandiate ant
>     > >>>>    script?
>     > >>>>
>     > >>>>    Not sure if this is an easy change?
>     > >>>>
>     > >>>>    Thanks,
>     > >>>>    Om
>     > >>>>
>     > >>>>    On Wed, Oct 3, 2018 at 11:42 AM OmPrakash Muppirala <
>     > >>>> bigosmallm@gmail.com>
>     > >>>>    wrote:
>     > >>>>
>     > >>>>> Okay, I tried a couple of times and I have started getting `SSL
>     > >>>> peer shut
>     > >>>>> down incorrectly errors`
>     > >>>>>
>     > >>>>>     [exec] [INFO] [INFO]
>     > >>>>>
>     > >>>>
>     >
> ------------------------------------------------------------------------
>     > >>>>>
>     > >>>>>     [exec] [INFO] [INFO] BUILD FAILURE
>     > >>>>>
>     > >>>>>     [exec] [INFO] [INFO]
>     > >>>>>
>     > >>>>
>     >
> ------------------------------------------------------------------------
>     > >>>>>
>     > >>>>>     [exec] [INFO] [INFO] Total time: 16:04 min
>     > >>>>>
>     > >>>>>     [exec] [INFO] [INFO] Finished at: 2018-10-03T11:38:49-07:00
>     > >>>>>
>     > >>>>>     [exec] [INFO] [INFO]
>     > >>>>>
>     > >>>>
>     >
> ------------------------------------------------------------------------
>     > >>>>>
>     > >>>>>     [exec] [INFO] [ERROR] Failed to execute goal
>     > >>>>> org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
>     > >>>> (default-deploy)
>     > >>>>> on project Jewel-Light-NoFlat-Primary-Sunflower-Theme: Failed
> to
>     > >>>> deploy
>     > >>>>> artifacts: Could not transfer artifact
>     > >>>>>
>     > >>>>
>     > >>
>     >
> org.apache.royale.framework:Jewel-Light-NoFlat-Primary-Sunflower-Theme:swc:0.9.4
>     > >>>>> from/to apache.releases.https (
>     > >>>>>
>     > >>>>
>     > >>
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fservice%2Flocal%2Fstaging%2Fdeploy%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7Cc54d921a33b241e88efd08d629d92df7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742410092486967&amp;sdata=S6XZR95BG9oFi71u8DsMZVwnlZL0aZOiEHJHUlOxp0g%3D&amp;reserved=0
>     > >>>> ):
>     > >>>>> Remote host closed connection during handshake: SSL peer shut
> down
>     > >>>>> incorrectly -> [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]
>     > >>>>>
>     > >>>>
>     > >>
>     >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cc54d921a33b241e88efd08d629d92df7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742410092486967&amp;sdata=eooIcAkbqOdrwlVnWJlXZG4KB5K%2B8p00L6V0AYOERBQ%3D&amp;reserved=0
>     > >>>>>
>     > >>>>>     [exec] [INFO] [ERROR]
>     > >>>>>
>     > >>>>>     [exec] [INFO] [ERROR] After correcting the problems, you
> can
>     > >>>> resume
>     > >>>>> the build with the command
>     > >>>>>
>     > >>>>>     [exec] [INFO] [ERROR]   mvn <goals> -rf
>     > >>>>> :Jewel-Light-NoFlat-Primary-Sunflower-Theme
>     > >>>>>
>     > >>>>>     [exec] [INFO]
>     > >>>>>
>     > >>>>
>     >
> ------------------------------------------------------------------------
>     > >>>>>
>     > >>>>>
>     > >>>>> I am guessing it is a bad internet connection.  I am wondering
> if
>     > >>>> we can
>     > >>>>> pass a -rf (resume from) option to the maven call from ant?
>     > >>>> Otherwise
>     > >>>>> doing all this from scratch everytime is a big pain.
>     > >>>>>
>     > >>>>> Thanks,
>     > >>>>> Om
>     > >>>>>
>     > >>>>> On Wed, Oct 3, 2018 at 12:47 AM Alex Harui
>     > >> <aharui@adobe.com.invalid
>     > >>>>>
>     > >>>>> wrote:
>     > >>>>>
>     > >>>>>> Looks like it was a missing [
>     > >>>>>>
>     > >>>>>> MXRoyale and SparkRoyale built for me.
>     > >>>>>>
>     > >>>>>> HTH,
>     > >>>>>> -Alex
>     > >>>>>>
>     > >>>>>> On 10/3/18, 12:43 AM, "OmPrakash Muppirala" <
>     > >> bigosmallm@gmail.com>
>     > >>>>>> wrote:
>     > >>>>>>
>     > >>>>>>    Thanks!
>     > >>>>>>
>     > >>>>>>    I reverted everything back to previous state.  I can give
> it
>     > >> a
>     > >>>> shot
>     > >>>>>>    tomorrow evening.
>     > >>>>>>
>     > >>>>>>    Regards,
>     > >>>>>>    Om
>     > >>>>>>
>     > >>>>>>    On Wed, Oct 3, 2018 at 12:41 AM Alex Harui
>     > >>>> <ah...@adobe.com.invalid>
>     > >>>>>> wrote:
>     > >>>>>>
>     > >>>>>>> It was in a releasable state.  TourDeFlex was running on
>     > >> it.
>     > >>>>>>>
>     > >>>>>>> I'm trying to track down the change that broke it.
>     > >>>>>>>
>     > >>>>>>> -Alex
>     > >>>>>>>
>     > >>>>>>> On 10/3/18, 12:32 AM, "OmPrakash Muppirala" <
>     > >>>> bigosmallm@gmail.com>
>     > >>>>>> wrote:
>     > >>>>>>>
>     > >>>>>>>    A bit more progress. Now we are failing on the MXRoyale
>     > >>>> project:
>     > >>>>>>>
>     > >>>>>>>         [exec] [INFO] [INFO]
>     > >>>>>>>
>     > >>>>>>>
>     > >>>>>>
>     > >>>>
>     >
> ------------------------------------------------------------------------
>     > >>>>>>>
>     > >>>>>>>         [exec] [INFO] [INFO] BUILD FAILURE
>     > >>>>>>>
>     > >>>>>>>         [exec] [INFO] [INFO]
>     > >>>>>>>
>     > >>>>>>>
>     > >>>>>>
>     > >>>>
>     >
> ------------------------------------------------------------------------
>     > >>>>>>>
>     > >>>>>>>         [exec] [INFO] [INFO] Total time: 01:34 min
>     > >>>>>>>
>     > >>>>>>>         [exec] [INFO] [INFO] Finished at:
>     > >>>> 2018-10-03T00:28:14-07:00
>     > >>>>>>>
>     > >>>>>>>         [exec] [INFO] [INFO]
>     > >>>>>>>
>     > >>>>>>>
>     > >>>>>>
>     > >>>>
>     >
> ------------------------------------------------------------------------
>     > >>>>>>>
>     > >>>>>>>         [exec] [INFO] [ERROR] Failed to execute goal
>     > >>>>>>>
>     > >>>> org.apache.royale.compiler:royale-maven-plugin:0.9.4:compile-as
>     > >>>>>>>    (default-compile-as) on project MXRoyale: There were
>     > >>>> errors
>     > >>>>>> during the
>     > >>>>>>>    build. Got return code 3 -> [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]
>     > >>>>>>>
>     > >>>>>>>
>     > >>>>>>
>     > >>>>
>     > >>
>     >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cc54d921a33b241e88efd08d629d92df7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742410092496981&amp;sdata=sOL3vdfSc4teXfD34Hen9ol2LAWM87pSVZSmZbsTnks%3D&amp;reserved=0
>     > >>>>>>>
>     > >>>>>>>         [exec] [INFO] [ERROR]
>     > >>>>>>>
>     > >>>>>>>         [exec] [INFO] [ERROR] After correcting the
>     > >>>> problems, you
>     > >>>>>> can
>     > >>>>>>> resume
>     > >>>>>>>    the build with the command
>     > >>>>>>>
>     > >>>>>>>         [exec] [INFO] [ERROR]   mvn <goals> -rf :MXRoyale
>     > >>>>>>>
>     > >>>>>>>
>     > >>>>>>>    Can we perhaps turn this project off?  Is it in a
>     > >>>> releasable
>     > >>>>>> state?
>     > >>>>>>>
>     > >>>>>>>    On Tue, Oct 2, 2018 at 7:30 PM OmPrakash Muppirala <
>     > >>>>>>> bigosmallm@gmail.com>
>     > >>>>>>>    wrote:
>     > >>>>>>>
>     > >>>>>>>> I'm going to give this another shot in a couple of
>     > >>>> hours,
>     > >>>>>> unless
>     > >>>>>>> there are
>     > >>>>>>>> any objections.
>     > >>>>>>>>
>     > >>>>>>>> Thanks,
>     > >>>>>>>> Om
>     > >>>>>>>>
>     > >>>>>>>> On Mon, Oct 1, 2018, 2:04 PM Alex Harui
>     > >>>>>> <ah...@adobe.com.invalid>
>     > >>>>>>> wrote:
>     > >>>>>>>>
>     > >>>>>>>>> Jewel is mentioned in there.  I added mention of the
>     > >>>>>> migration
>     > >>>>>>> components
>     > >>>>>>>>> and tour de flex.  Not sure if I got the formatting
>     > >>>> right.
>     > >>>>>> I think
>     > >>>>>>> it is
>     > >>>>>>>>> good enough.
>     > >>>>>>>>>
>     > >>>>>>>>> -Alex
>     > >>>>>>>>>
>     > >>>>>>>>> On 10/1/18, 12:13 PM, "OmPrakash Muppirala" <
>     > >>>>>> bigosmallm@gmail.com>
>     > >>>>>>>>> wrote:
>     > >>>>>>>>>
>     > >>>>>>>>>    I updated it, although it looks a bit sparse
>     > >>>> now.  Can
>     > >>>>>> we list
>     > >>>>>>> a few
>     > >>>>>>>>> major
>     > >>>>>>>>>    highlights here, that I can go add to the
>     > >> release
>     > >>>> notes?
>     > >>>>>>>>>    Jewel should at least have several updates.
>     > >>>>>>>>>
>     > >>>>>>>>>    Thanks,
>     > >>>>>>>>>    Om
>     > >>>>>>>>>
>     > >>>>>>>>>    On Mon, Oct 1, 2018 at 12:09 PM Alex Harui
>     > >>>>>>> <ah...@adobe.com.invalid>
>     > >>>>>>>>> wrote:
>     > >>>>>>>>>
>     > >>>>>>>>>> Hey, I just noticed that nobody put a 0.9.4
>     > >>>> section in
>     > >>>>>> the
>     > >>>>>>>>> RELEASE_NOTES.
>     > >>>>>>>>>> Maybe just rename the 0.9.3 section?
>     > >>>>>>>>>>
>     > >>>>>>>>>> -Alex
>     > >>>>>>>>>>
>     > >>>>>>>>>> On 10/1/18, 12:07 PM, "OmPrakash Muppirala" <
>     > >>>>>>> bigosmallm@gmail.com>
>     > >>>>>>>>> wrote:
>     > >>>>>>>>>>
>     > >>>>>>>>>>    Good catch!  I just pushed a fix for that.
>     > >>>>>>>>>>
>     > >>>>>>>>>>    Thanks,
>     > >>>>>>>>>>    Om
>     > >>>>>>>>>>
>     > >>>>>>>>>>    On Mon, Oct 1, 2018 at 11:04 AM Alex Harui
>     > >>>>>>>>> <ah...@adobe.com.invalid>
>     > >>>>>>>>>> wrote:
>     > >>>>>>>>>>
>     > >>>>>>>>>>> Om,
>     > >>>>>>>>>>>
>     > >>>>>>>>>>> I think the <tag>release/0.9.4</tag> in
>     > >>>>>>> royale-asjs/pom.xml
>     > >>>>>>>>> needs to
>     > >>>>>>>>>> be
>     > >>>>>>>>>>> reverted back to 0.9.3.
>     > >>>>>>>>>>>
>     > >>>>>>>>>>> Everything else looks ok from my quick
>     > >>>>>> examination.
>     > >>>>>>>>>>>
>     > >>>>>>>>>>> Thanks and good luck,
>     > >>>>>>>>>>> -Alex
>     > >>>>>>>>>>>
>     > >>>>>>>>>>> On 10/1/18, 10:29 AM, "Piotr Zarzycki" <
>     > >>>>>>>>> piotrzarzycki21@gmail.com>
>     > >>>>>>>>>> wrote:
>     > >>>>>>>>>>>
>     > >>>>>>>>>>>    I saw your commit and I think you
>     > >>>> should be
>     > >>>>>> ok.
>     > >>>>>>>>>>>
>     > >>>>>>>>>>>    pon., 1 paź 2018 o 19:21 OmPrakash
>     > >>>> Muppirala
>     > >>>>>> <
>     > >>>>>>>>>> bigosmallm@gmail.com>
>     > >>>>>>>>>>>    napisał(a):
>     > >>>>>>>>>>>
>     > >>>>>>>>>>>> Okay, I did the following to
>     > >> reset:
>     > >>>>>>>>>>>>
>     > >>>>>>>>>>>> For all three repos:
>     > >>>>>>>>>>>> * Reverted all references of 0.9.5
>     > >>>> to 0.9.4
>     > >>>>>>>>>>>> * Deleted 0.9.4-rc1 tag
>     > >>>>>>>>>>>> * Deleted branch: release/0.9.4
>     > >>>>>>>>>>>>
>     > >>>>>>>>>>>> Can someone please make sure that
>     > >>>> we are
>     > >>>>>> good
>     > >>>>>>> before
>     > >>>>>>>>> starting
>     > >>>>>>>>>> work?
>     > >>>>>>>>>>>>
>     > >>>>>>>>>>>> Thanks,
>     > >>>>>>>>>>>> Om
>     > >>>>>>>>>>>>
>     > >>>>>>>>>>>> On Mon, Oct 1, 2018 at 1:51 AM
>     > >>>> Carlos
>     > >>>>>> Rovira <
>     > >>>>>>>>>>> carlosrovira@apache.org>
>     > >>>>>>>>>>>> wrote:
>     > >>>>>>>>>>>>
>     > >>>>>>>>>>>>> Hi Om,
>     > >>>>>>>>>>>>> is related to flash player
>     > >>>> debugger not
>     > >>>>>>> launched? are
>     > >>>>>>>>> you on
>     > >>>>>>>>>> Mac?
>     > >>>>>>>>>>>>> I think on Mac I have to make
>     > >>>> *.swf
>     > >>>>>> files be
>     > >>>>>>> always
>     > >>>>>>>>> opened
>     > >>>>>>>>>> by Flash
>     > >>>>>>>>>>>> Player
>     > >>>>>>>>>>>>> debugger.
>     > >>>>>>>>>>>>>
>     > >>>>>>>>>>>>> In the other hand, I need to
>     > >>>> commit
>     > >>>>>> during the
>     > >>>>>>> day
>     > >>>>>>>>> some
>     > >>>>>>>>>> fixes, one
>     > >>>>>>>>>>> on
>     > >>>>>>>>>>>>> typedefs and expect more on
>     > >>>> compiler. So
>     > >>>>>> if you
>     > >>>>>>> plan
>     > >>>>>>>>> to try
>     > >>>>>>>>>> again
>     > >>>>>>>>>>> some
>     > >>>>>>>>>>>>> hours ago, please, remove the
>     > >>>> commits to
>     > >>>>>> left
>     > >>>>>>> the
>     > >>>>>>>>> repos so
>     > >>>>>>>>>> we can
>     > >>>>>>>>>>> commit
>     > >>>>>>>>>>>>> new work
>     > >>>>>>>>>>>>>
>     > >>>>>>>>>>>>> thanks!
>     > >>>>>>>>>>>>>
>     > >>>>>>>>>>>>> Carlos
>     > >>>>>>>>>>>>>
>     > >>>>>>>>>>>>>
>     > >>>>>>>>>>>>>
>     > >>>>>>>>>>>>>
>     > >>>>>>>>>>>>>
>     > >>>>>>>>>>>>> El lun., 1 oct. 2018 a las
>     > >> 10:29,
>     > >>>>>> OmPrakash
>     > >>>>>>> Muppirala
>     > >>>>>>>>> (<
>     > >>>>>>>>>>>>> bigosmallm@gmail.com>)
>     > >>>>>>>>>>>>> escribió:
>     > >>>>>>>>>>>>>
>     > >>>>>>>>>>>>>> I provided path to Chrome via
>     > >>>>>> -Dbrowser, but
>     > >>>>>>> I got
>     > >>>>>>>>> an
>     > >>>>>>>>>> error that
>     > >>>>>>>>>>> ant
>     > >>>>>>>>>>>> was
>     > >>>>>>>>>>>>>> not able to access the
>     > >>>> application.
>     > >>>>>>>>>>>>>> So, I tried installing firefox
>     > >>>> and that
>     > >>>>>>> seemed to
>     > >>>>>>>>> work.
>     > >>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>> On Mon, Oct 1, 2018 at 1:26 AM
>     > >>>> Piotr
>     > >>>>>> Zarzycki
>     > >>>>>>> <
>     > >>>>>>>>>>>> piotrzarzycki21@gmail.com
>     > >>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>> wrote:
>     > >>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>> Hi Om,
>     > >>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>> You did use Firefox for that
>     > >>>> purpose
>     > >>>>>> ? I
>     > >>>>>>> had to
>     > >>>>>>>>> specify
>     > >>>>>>>>>>>> -Dbrowser=path
>     > >>>>>>>>>>>>> to
>     > >>>>>>>>>>>>>>> firefox.exe
>     > >>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>> Thanks,
>     > >>>>>>>>>>>>>>> Piotr
>     > >>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>> pon., 1 paź 2018 o 10:22
>     > >>>> OmPrakash
>     > >>>>>>> Muppirala <
>     > >>>>>>>>>>> bigosmallm@gmail.com>
>     > >>>>>>>>>>>>>>> napisał(a):
>     > >>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>> Okay, I made several
>     > >>>> attempts
>     > >>>>>> through the
>     > >>>>>>> day,
>     > >>>>>>>>> making
>     > >>>>>>>>>>> progress each
>     > >>>>>>>>>>>>>> time.
>     > >>>>>>>>>>>>>>>> The last run failed
>     > >>>> because the
>     > >>>>>> browser
>     > >>>>>>> could
>     > >>>>>>>>> not be
>     > >>>>>>>>>>> launched.
>     > >>>>>>>>>>>>>>>> I am going to pause on
>     > >> this
>     > >>>> and
>     > >>>>>> try again
>     > >>>>>>>>> tomorrow (or
>     > >>>>>>>>>>> later) . If
>     > >>>>>>>>>>>>>>> someone
>     > >>>>>>>>>>>>>>>> else wants to give this a
>     > >>>> go in the
>     > >>>>>>> meantimne,
>     > >>>>>>>>> they are
>     > >>>>>>>>>>> welcome :-)
>     > >>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>> Thanks,
>     > >>>>>>>>>>>>>>>> Om
>     > >>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>> On Mon, Oct 1, 2018 at
>     > >>>> 12:22 AM
>     > >>>>>> Carlos
>     > >>>>>>> Rovira <
>     > >>>>>>>>>>>>> carlosrovira@apache.org
>     > >>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>> wrote:
>     > >>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>> Hi Om,
>     > >>>>>>>>>>>>>>>>> no,  I Thought this was
>     > >>>> due to
>     > >>>>>> different
>     > >>>>>>>>> tries of the
>     > >>>>>>>>>>> release
>     > >>>>>>>>>>>>> process
>     > >>>>>>>>>>>>>>> but
>     > >>>>>>>>>>>>>>>>> most of the poms are in
>     > >>>>>> 0.9.6-SNAPSHOT.
>     > >>>>>>>>>>>>>>>>> You can search the
>     > >> entire
>     > >>>> repo
>     > >>>>>> for
>     > >>>>>>>>> "0.9.X-SNAPSHOT"
>     > >>>>>>>>>> string
>     > >>>>>>>>>>> to see
>     > >>>>>>>>>>>>>> that
>     > >>>>>>>>>>>>>>>> now
>     > >>>>>>>>>>>>>>>>> X is 6.
>     > >>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>> thanks
>     > >>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>> El lun., 1 oct. 2018 a
>     > >>>> las 2:07,
>     > >>>>>>> OmPrakash
>     > >>>>>>>>> Muppirala
>     > >>>>>>>>>> (<
>     > >>>>>>>>>>>>>>>>> bigosmallm@gmail.com>)
>     > >>>>>>>>>>>>>>>>> escribió:
>     > >>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>>> On Sun, Sep 30, 2018,
>     > >>>> 2:13 PM
>     > >>>>>> Carlos
>     > >>>>>>> Rovira
>     > >>>>>>>>> <
>     > >>>>>>>>>>>>>> carlosrovira@apache.org
>     > >>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>>> wrote:
>     > >>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>>>> Hi Om,
>     > >>>>>>>>>>>>>>>>>>> just saw that some
>     > >>>> poms was
>     > >>>>>> not
>     > >>>>>>> changed to
>     > >>>>>>>>>>> 0.9.6-SNAPSHOT.
>     > >>>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>>> Do you mean
>     > >>>> 0.9.4-SNAPSHOT?
>     > >>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>>> Thanks,
>     > >>>>>>>>>>>>>>>>>> Om
>     > >>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>>> I think that should be
>     > >>>> fixed
>     > >>>>>> and get a
>     > >>>>>>>>> prepare
>     > >>>>>>>>>> maven
>     > >>>>>>>>>>> release
>     > >>>>>>>>>>>>>> process
>     > >>>>>>>>>>>>>>>> that
>     > >>>>>>>>>>>>>>>>>>> could finaly gets
>     > >> all
>     > >>>> poms
>     > >>>>>> updated
>     > >>>>>>> to new
>     > >>>>>>>>>> version.
>     > >>>>>>>>>>>>>>>>>>> Don't know if that
>     > >>>> could be
>     > >>>>>> the
>     > >>>>>>> problem.
>     > >>>>>>>>> Can you
>     > >>>>>>>>>> try
>     > >>>>>>>>>>> again?
>     > >>>>>>>>>>>>>>>>>>> thanks
>     > >>>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>>>> El dom., 30 sept.
>     > >>>> 2018 a las
>     > >>>>>> 21:32,
>     > >>>>>>>>> OmPrakash
>     > >>>>>>>>>>> Muppirala (<
>     > >>>>>>>>>>>>>>>>>>>
>     > >> bigosmallm@gmail.com
>     > >>>>> )
>     > >>>>>> escribió:
>     > >>>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>>>>> Made a bit more
>     > >>>> progress,
>     > >>>>>> but the
>     > >>>>>>> build
>     > >>>>>>>>> is
>     > >>>>>>>>>> failing
>     > >>>>>>>>>>> here
>     > >>>>>>>>>>>> now:
>     > >>>>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>     > >>>> [INFO]
>     > >>>>>> Apache
>     > >>>>>>> Royale:
>     > >>>>>>>>>> Examples:
>     > >>>>>>>>>>> Royale:
>     > >>>>>>>>>>>>>>>>>>>>
>     > >>>> DataBindingExample_as
>     > >>>>>> SUCCESS [
>     > >>>>>>> 2.469
>     > >>>>>>>>> s]
>     > >>>>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>     > >>>> [INFO]
>     > >>>>>> Apache
>     > >>>>>>> Royale:
>     > >>>>>>>>>> Examples:
>     > >>>>>>>>>>> Royale:
>     > >>>>>>>>>>>>>>>>>>>>
>     > >>>> DataBindingExample_Flat
>     > >>>>>> FAILURE [
>     > >>>>>>>>> 1.756 s]
>     > >>>>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>     > >>>> [INFO]
>     > >>>>>> Apache
>     > >>>>>>> Royale:
>     > >>>>>>>>>> Examples:
>     > >>>>>>>>>>> Royale:
>     > >>>>>>>>>>>>>>>>>>>>
>     > >>>>>> DataBindingExampleWithLayout
>     > >>>>>>> SKIPPED
>     > >>>>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>     > >>>> [INFO]
>     > >>>>>> Apache
>     > >>>>>>> Royale:
>     > >>>>>>>>>> Examples:
>     > >>>>>>>>>>> Royale:
>     > >>>>>>>>>>>>>>>>>>> DataGridExample
>     > >>>>>>>>>>>>>>>>>>>> ... SKIPPED
>     > >>>>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>>>>> Detailed error:
>     > >>>>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>>>>>    [exec] [INFO]
>     > >>>> [INFO]
>     > >>>>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>
>     > >>>>>>>>>>>>
>     > >>>>>>>>>>>
>     > >>>>>>>>>>
>     > >>>>>>>>>
>     > >>>>>>>
>     > >>>>>>
>     > >>>>
>     >
> ------------------------------------------------------------------------
>     > >>>>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>     > >>>> [INFO]
>     > >>>>>> BUILD
>     > >>>>>>> FAILURE
>     > >>>>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>     > >>>> [INFO]
>     > >>>>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>
>     > >>>>>>>>>>>>
>     > >>>>>>>>>>>
>     > >>>>>>>>>>
>     > >>>>>>>>>
>     > >>>>>>>
>     > >>>>>>
>     > >>>>
>     >
> ------------------------------------------------------------------------
>     > >>>>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>     > >>>> [INFO]
>     > >>>>>> Total
>     > >>>>>>> time:
>     > >>>>>>>>> 07:03 min
>     > >>>>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>     > >>>> [INFO]
>     > >>>>>>> Finished at:
>     > >>>>>>>>>>>>>> 2018-09-30T12:17:45-07:00
>     > >>>>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>     > >>>> [INFO]
>     > >>>>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>
>     > >>>>>>>>>>>>
>     > >>>>>>>>>>>
>     > >>>>>>>>>>
>     > >>>>>>>>>
>     > >>>>>>>
>     > >>>>>>
>     > >>>>
>     >
> ------------------------------------------------------------------------
>     > >>>>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>     > >>>> [ERROR]
>     > >>>>>> Failed
>     > >>>>>>> to
>     > >>>>>>>>> execute
>     > >>>>>>>>>> goal
>     > >>>>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>
>     > >>>>>>>>>
>     > >>>> org.apache.maven.plugins:maven-dependency-plugin:2.10:unpack
>     > >>>>>>>>>>>>>>>>>>> (unpack-fonts)
>     > >>>>>>>>>>>>>>>>>>>> on project
>     > >>>>>>> DataBindingExample_Flat:
>     > >>>>>>>>> Unable to
>     > >>>>>>>>>> find
>     > >>>>>>>>>>>> artifact.
>     > >>>>>>>>>>>>>>> Could
>     > >>>>>>>>>>>>>>>>> not
>     > >>>>>>>>>>>>>>>>>>> find
>     > >>>>>>>>>>>>>>>>>>>> artifact
>     > >>>>>>>>>> org.apache.royale.framework:Fonts:war:0.9.4
>     > >>>>>>>>>>> in
>     > >>>>>>>>>>>>>>>>> apache-release
>     > >>>>>>>>>>>>>>>>>> (
>     > >>>>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>
>     > >>>>>>>>>>>
>     > >>>>>>>>>>
>     > >>>>>>>>>
>     > >>>>>>>
>     > >>>>>>
>     > >>>>
>     > >>
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7Cc54d921a33b241e88efd08d629d92df7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742410092496981&amp;sdata=vEdfnZAN1TMCKw4Ztp1%2FIwoAOS%2BnLBv0TaLgHDtJ460%3D&amp;reserved=0
>     > >>>>>>>>>>> )
>     > >>>>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>     > >>>> [ERROR]
>     > >>>>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>     > >>>> [ERROR]
>     > >>>>>> Try
>     > >>>>>>>>> downloading the
>     > >>>>>>>>>> file
>     > >>>>>>>>>>>> manually
>     > >>>>>>>>>>>>>> from
>     > >>>>>>>>>>>>>>>> the
>     > >>>>>>>>>>>>>>>>>>>> project website.
>     > >>>>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>     > >>>> [ERROR]
>     > >>>>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>     > >>>> [ERROR]
>     > >>>>>> Then,
>     > >>>>>>>>> install it
>     > >>>>>>>>>> using the
>     > >>>>>>>>>>>>> command:
>     > >>>>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>     > >>>>>> [ERROR]     mvn
>     > >>>>>>>>>>> install:install-file
>     > >>>>>>>>>>>>>>>>>>>>
>     > >>>>>>> -DgroupId=org.apache.royale.framework
>     > >>>>>>>>>>> -DartifactId=Fonts
>     > >>>>>>>>>>>>>>>>>> -Dversion=0.9.4
>     > >>>>>>>>>>>>>>>>>>>> -Dpackaging=war
>     > >>>>>>> -Dfile=/path/to/file
>     > >>>>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>     > >>>> [ERROR]
>     > >>>>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>     > >>>> [ERROR]
>     > >>>>>>>>> Alternatively, if
>     > >>>>>>>>>> you
>     > >>>>>>>>>>> host your
>     > >>>>>>>>>>>>> own
>     > >>>>>>>>>>>>>>>>>> repository
>     > >>>>>>>>>>>>>>>>>>>> you can deploy the
>     > >>>> file
>     > >>>>>> there:
>     > >>>>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>     > >>>>>> [ERROR]     mvn
>     > >>>>>>>>>> deploy:deploy-file
>     > >>>>>>>>>>>>>>>>>>>>
>     > >>>>>>> -DgroupId=org.apache.royale.framework
>     > >>>>>>>>>>> -DartifactId=Fonts
>     > >>>>>>>>>>>>>>>>>> -Dversion=0.9.4
>     > >>>>>>>>>>>>>>>>>>>> -Dpackaging=war
>     > >>>>>>> -Dfile=/path/to/file
>     > >>>>>>>>>> -Durl=[url]
>     > >>>>>>>>>>>>>>>> -DrepositoryId=[id]
>     > >>>>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>     > >>>> [ERROR]
>     > >>>>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>     > >>>> [ERROR]
>     > >>>>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>     > >>>> [ERROR]
>     > >>>>>>>>>>>>>>>>>>
>     > >>>>>>> org.apache.royale.framework:Fonts:war:0.9.4
>     > >>>>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>     > >>>> [ERROR]
>     > >>>>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>     > >>>> [ERROR]
>     > >>>>>> from
>     > >>>>>>> the
>     > >>>>>>>>> specified
>     > >>>>>>>>>> remote
>     > >>>>>>>>>>>>>>> repositories:
>     > >>>>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>     > >>>> [ERROR]
>     > >>>>>>>>> apache-release (
>     > >>>>>>>>>>>>>>>>>>>>
>     > >>>>>>>>>>>>
>     > >>>>>>>>>>>
>     > >>>>>>>>>>
>     > >>>>>>>>>
>     > >>>>>>>
>     > >>>
>     >
>     >
>
>     --
>     Carlos Rovira
>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cc54d921a33b241e88efd08d629d92df7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742410092496981&amp;sdata=AWBvP8L8wmH0oi0%2BoOqgoaMeRd%2FFBBF4VrNbpGk75SM%3D&amp;reserved=0
>
>
>

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Alex Harui <ah...@adobe.com.INVALID>.
We are using both Maven and Ant to create releases.  Some of our users prefer Maven others prefer Ant.  Best way to make sure both work is to use Maven for Maven and Ant for Ant.

I don't know if is really Maven that is failing or just something wrong with Om's internet connection.

-Alex

On 10/4/18, 2:10 AM, "Carlos Rovira" <ca...@apache.org> wrote:

    Hi Harbs,
    
    for me Maven is not easier, seems as difficult as ANT. For me the points
    for maven is the reliability and robustness of the build process and the
    management of dependencies. ANT was the first step for me, and I always
    liked, but the problems was that it was more a way to script than something
    that follows a protocol and manage the download of packages (and ensure
    that package are the exact bits you need).
    
    We have a use case when build the SDK with ANT in Royale. You and Alex gets
    flexunit and uses the as3 swc. Erik and I do the same and we end using the
    flex swc. Why? This is cause is all hand made script and probably we have
    some configuration differences in our environments that make the script
    behave different. The fact is that I still could not find the black point
    after some hours of digging.
    
    This is something that should not happen in Maven (well, you always can
    make maven do things badly as with any technology). Maven as all tools, can
    make things more or less easy, but once you have the things correctly setup
    should manage all the needed dependencies and be more reliable in all
    environments. But don't expect to be more easy than working with ANT, since
    for a project with the size of Royale both build systems are complex.
    
    Just my 2
    
    
    El jue., 4 oct. 2018 a las 10:24, Harbs (<ha...@gmail.com>) escribió:
    
    > Can I ask a dumb question?
    >
    > Why are we using Maven for release? The argument I’ve always heard is that
    > Maven is easier. This doesn’t seem easy… ;-)
    >
    > Harbs
    >
    > > On Oct 4, 2018, at 11:09 AM, Piotr Zarzycki <pi...@gmail.com>
    > wrote:
    > >
    > > Neverending story ;) What's your internet connection actually?
    > >
    > > On Thu, Oct 4, 2018, 10:04 AM OmPrakash Muppirala <bi...@gmail.com>
    > > wrote:
    > >
    > >> Hmm, failed again at a different spot:
    > >>
    > >>     [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
    > >> Jewel-Dark-NoFlat-Emphasized-Sunflower-Theme SUCCESS [ 22.251 s]
    > >>
    > >>     [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
    > >> Jewel-Dark-NoFlat-Emphasized-Topaz-Theme SUCCESS [ 18.741 s]
    > >>
    > >>     [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
    > >> Jewel-Dark-NoFlat-Emphasized-Turquoise-Theme SUCCESS [ 18.421 s]
    > >>
    > >>     [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
    > >> Jewel-Dark-NoFlat-Emphasized-Violet-Theme FAILURE [ 31.354 s]
    > >>
    > >>     [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
    > >> Jewel-Dark-NoFlat-Emphasized-Yellow-Theme SKIPPED
    > >>
    > >>     [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes
    > >> ............... SKIPPED
    > >>
    > >>     [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes: Simple
    > >> Royale Application SKIPPED
    > >>
    > >>     [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes: Simple
    > >> Royale Pure-JS Application SKIPPED
    > >>
    > >>     [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes: Simple
    > >> Royale Pure-SWF Application SKIPPED
    > >>
    > >>     [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes: Simple
    > >> Royale Library SKIPPED
    > >>
    > >>     [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes: Simple
    > >> Royale Typedef Library 0.9.4 SKIPPED
    > >>
    > >>     [exec] [INFO] [INFO]
    > >> ------------------------------------------------------------------------
    > >>
    > >>     [exec] [INFO] [INFO] BUILD FAILURE
    > >>
    > >>     [exec] [INFO] [INFO]
    > >> ------------------------------------------------------------------------
    > >>
    > >>     [exec] [INFO] [INFO] Total time: 38:52 min
    > >>
    > >>     [exec] [INFO] [INFO] Finished at: 2018-10-04T00:50:41-07:00
    > >>
    > >>     [exec] [INFO] [INFO]
    > >> ------------------------------------------------------------------------
    > >>
    > >>     [exec] [INFO] [ERROR] Failed to execute goal
    > >> org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
    > (default-deploy)
    > >> on project Jewel-Dark-NoFlat-Emphasized-Violet-Theme: Failed to deploy
    > >> artifacts: Could not transfer artifact
    > >>
    > >>
    > org.apache.royale.framework:Jewel-Dark-NoFlat-Emphasized-Violet-Theme:swc.asc:typedefs:0.9.4
    > >> from/to apache.releases.https (
    > >> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fservice%2Flocal%2Fstaging%2Fdeploy%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7Cc54d921a33b241e88efd08d629d92df7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742410092486967&amp;sdata=S6XZR95BG9oFi71u8DsMZVwnlZL0aZOiEHJHUlOxp0g%3D&amp;reserved=0):
    > >> Connect
    > >> to repository.apache.org:443 [repository.apache.org/207.244.88.140]
    > >> failed:
    > >> Operation timed out (Connection timed out) -> [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]
    > >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cc54d921a33b241e88efd08d629d92df7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742410092486967&amp;sdata=eooIcAkbqOdrwlVnWJlXZG4KB5K%2B8p00L6V0AYOERBQ%3D&amp;reserved=0
    > >>
    > >>     [exec] [INFO] [ERROR]
    > >>
    > >>     [exec] [INFO] [ERROR] After correcting the problems, you can resume
    > >> the build with the command
    > >>
    > >>     [exec] [INFO] [ERROR]   mvn <goals> -rf
    > >> :Jewel-Dark-NoFlat-Emphasized-Violet-Theme
    > >>
    > >>     [exec] [INFO]
    > >> ------------------------------------------------------------------------
    > >>
    > >> On Wed, Oct 3, 2018 at 2:10 PM OmPrakash Muppirala <
    > bigosmallm@gmail.com>
    > >> wrote:
    > >>
    > >>>
    > >>>
    > >>> On Wed, Oct 3, 2018 at 2:02 PM Alex Harui <ah...@adobe.com.invalid>
    > >>> wrote:
    > >>>
    > >>>> Hi Om,
    > >>>>
    > >>>> Does anything deploy, or is that the first thing that is attempted to
    > >>>> deploy?  I found this article that might help:
    > >>>>
    > >>>>
    > >>
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.apigee.com%2Fquestions%2F50756%2Funable-to-deploy-using-maven-script-due-to-error-r.html&amp;data=02%7C01%7Caharui%40adobe.com%7Cc54d921a33b241e88efd08d629d92df7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742410092486967&amp;sdata=VhHERFyHBirEShdgvaLvfdpEyjZ2aFVarfDqWwbLnVw%3D&amp;reserved=0
    > >>>
    > >>>
    > >>> It deployed a lot of artifacts before hitting this error.  I don't see
    > >>> anything special with this artifact.  So, I am guessing that it was a
    > >>> momentary bad connection that caused this.
    > >>>
    > >>>
    > >>>>
    > >>>>
    > >>>> I would be concerned about restarting from the middle of a Maven call.
    > >> I
    > >>>> suppose you could try it, but what if it skipped an artifact?
    > >>>>
    > >>>
    > >>> The maven error message explicitly says this:
    > >>>
    > >>>     [exec] [INFO] [ERROR] After correcting the problems, you can resume
    > >>> the build with the command
    > >>>
    > >>>     [exec] [INFO] [ERROR]   mvn <goals> -rf
    > >>> :Jewel-Light-NoFlat-Primary-Sunflower-Theme
    > >>>
    > >>>
    > >>>>
    > >>>> There should be Ant targets for starting only on royale-asjs if
    > >>>> royale-compiler and royale=typedefs worked ok.
    > >>>>
    > >>>> HTH,
    > >>>> -Alex
    > >>>>
    > >>>> On 10/3/18, 11:58 AM, "OmPrakash Muppirala" <bi...@gmail.com>
    > >>>> wrote:
    > >>>>
    > >>>>    Another suggestion I have is - can we do all the pushes to remote
    > >>>> after
    > >>>>    everything is done locally?  That way, if something goes wrong
    > >>>> halfway, we
    > >>>>    can just delete the royale-* dirs locally and rerun the
    > >>>> releasecandiate ant
    > >>>>    script?
    > >>>>
    > >>>>    Not sure if this is an easy change?
    > >>>>
    > >>>>    Thanks,
    > >>>>    Om
    > >>>>
    > >>>>    On Wed, Oct 3, 2018 at 11:42 AM OmPrakash Muppirala <
    > >>>> bigosmallm@gmail.com>
    > >>>>    wrote:
    > >>>>
    > >>>>> Okay, I tried a couple of times and I have started getting `SSL
    > >>>> peer shut
    > >>>>> down incorrectly errors`
    > >>>>>
    > >>>>>     [exec] [INFO] [INFO]
    > >>>>>
    > >>>>
    > ------------------------------------------------------------------------
    > >>>>>
    > >>>>>     [exec] [INFO] [INFO] BUILD FAILURE
    > >>>>>
    > >>>>>     [exec] [INFO] [INFO]
    > >>>>>
    > >>>>
    > ------------------------------------------------------------------------
    > >>>>>
    > >>>>>     [exec] [INFO] [INFO] Total time: 16:04 min
    > >>>>>
    > >>>>>     [exec] [INFO] [INFO] Finished at: 2018-10-03T11:38:49-07:00
    > >>>>>
    > >>>>>     [exec] [INFO] [INFO]
    > >>>>>
    > >>>>
    > ------------------------------------------------------------------------
    > >>>>>
    > >>>>>     [exec] [INFO] [ERROR] Failed to execute goal
    > >>>>> org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
    > >>>> (default-deploy)
    > >>>>> on project Jewel-Light-NoFlat-Primary-Sunflower-Theme: Failed to
    > >>>> deploy
    > >>>>> artifacts: Could not transfer artifact
    > >>>>>
    > >>>>
    > >>
    > org.apache.royale.framework:Jewel-Light-NoFlat-Primary-Sunflower-Theme:swc:0.9.4
    > >>>>> from/to apache.releases.https (
    > >>>>>
    > >>>>
    > >>
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fservice%2Flocal%2Fstaging%2Fdeploy%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7Cc54d921a33b241e88efd08d629d92df7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742410092486967&amp;sdata=S6XZR95BG9oFi71u8DsMZVwnlZL0aZOiEHJHUlOxp0g%3D&amp;reserved=0
    > >>>> ):
    > >>>>> Remote host closed connection during handshake: SSL peer shut down
    > >>>>> incorrectly -> [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]
    > >>>>>
    > >>>>
    > >>
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cc54d921a33b241e88efd08d629d92df7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742410092486967&amp;sdata=eooIcAkbqOdrwlVnWJlXZG4KB5K%2B8p00L6V0AYOERBQ%3D&amp;reserved=0
    > >>>>>
    > >>>>>     [exec] [INFO] [ERROR]
    > >>>>>
    > >>>>>     [exec] [INFO] [ERROR] After correcting the problems, you can
    > >>>> resume
    > >>>>> the build with the command
    > >>>>>
    > >>>>>     [exec] [INFO] [ERROR]   mvn <goals> -rf
    > >>>>> :Jewel-Light-NoFlat-Primary-Sunflower-Theme
    > >>>>>
    > >>>>>     [exec] [INFO]
    > >>>>>
    > >>>>
    > ------------------------------------------------------------------------
    > >>>>>
    > >>>>>
    > >>>>> I am guessing it is a bad internet connection.  I am wondering if
    > >>>> we can
    > >>>>> pass a -rf (resume from) option to the maven call from ant?
    > >>>> Otherwise
    > >>>>> doing all this from scratch everytime is a big pain.
    > >>>>>
    > >>>>> Thanks,
    > >>>>> Om
    > >>>>>
    > >>>>> On Wed, Oct 3, 2018 at 12:47 AM Alex Harui
    > >> <aharui@adobe.com.invalid
    > >>>>>
    > >>>>> wrote:
    > >>>>>
    > >>>>>> Looks like it was a missing [
    > >>>>>>
    > >>>>>> MXRoyale and SparkRoyale built for me.
    > >>>>>>
    > >>>>>> HTH,
    > >>>>>> -Alex
    > >>>>>>
    > >>>>>> On 10/3/18, 12:43 AM, "OmPrakash Muppirala" <
    > >> bigosmallm@gmail.com>
    > >>>>>> wrote:
    > >>>>>>
    > >>>>>>    Thanks!
    > >>>>>>
    > >>>>>>    I reverted everything back to previous state.  I can give it
    > >> a
    > >>>> shot
    > >>>>>>    tomorrow evening.
    > >>>>>>
    > >>>>>>    Regards,
    > >>>>>>    Om
    > >>>>>>
    > >>>>>>    On Wed, Oct 3, 2018 at 12:41 AM Alex Harui
    > >>>> <ah...@adobe.com.invalid>
    > >>>>>> wrote:
    > >>>>>>
    > >>>>>>> It was in a releasable state.  TourDeFlex was running on
    > >> it.
    > >>>>>>>
    > >>>>>>> I'm trying to track down the change that broke it.
    > >>>>>>>
    > >>>>>>> -Alex
    > >>>>>>>
    > >>>>>>> On 10/3/18, 12:32 AM, "OmPrakash Muppirala" <
    > >>>> bigosmallm@gmail.com>
    > >>>>>> wrote:
    > >>>>>>>
    > >>>>>>>    A bit more progress. Now we are failing on the MXRoyale
    > >>>> project:
    > >>>>>>>
    > >>>>>>>         [exec] [INFO] [INFO]
    > >>>>>>>
    > >>>>>>>
    > >>>>>>
    > >>>>
    > ------------------------------------------------------------------------
    > >>>>>>>
    > >>>>>>>         [exec] [INFO] [INFO] BUILD FAILURE
    > >>>>>>>
    > >>>>>>>         [exec] [INFO] [INFO]
    > >>>>>>>
    > >>>>>>>
    > >>>>>>
    > >>>>
    > ------------------------------------------------------------------------
    > >>>>>>>
    > >>>>>>>         [exec] [INFO] [INFO] Total time: 01:34 min
    > >>>>>>>
    > >>>>>>>         [exec] [INFO] [INFO] Finished at:
    > >>>> 2018-10-03T00:28:14-07:00
    > >>>>>>>
    > >>>>>>>         [exec] [INFO] [INFO]
    > >>>>>>>
    > >>>>>>>
    > >>>>>>
    > >>>>
    > ------------------------------------------------------------------------
    > >>>>>>>
    > >>>>>>>         [exec] [INFO] [ERROR] Failed to execute goal
    > >>>>>>>
    > >>>> org.apache.royale.compiler:royale-maven-plugin:0.9.4:compile-as
    > >>>>>>>    (default-compile-as) on project MXRoyale: There were
    > >>>> errors
    > >>>>>> during the
    > >>>>>>>    build. Got return code 3 -> [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]
    > >>>>>>>
    > >>>>>>>
    > >>>>>>
    > >>>>
    > >>
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cc54d921a33b241e88efd08d629d92df7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742410092496981&amp;sdata=sOL3vdfSc4teXfD34Hen9ol2LAWM87pSVZSmZbsTnks%3D&amp;reserved=0
    > >>>>>>>
    > >>>>>>>         [exec] [INFO] [ERROR]
    > >>>>>>>
    > >>>>>>>         [exec] [INFO] [ERROR] After correcting the
    > >>>> problems, you
    > >>>>>> can
    > >>>>>>> resume
    > >>>>>>>    the build with the command
    > >>>>>>>
    > >>>>>>>         [exec] [INFO] [ERROR]   mvn <goals> -rf :MXRoyale
    > >>>>>>>
    > >>>>>>>
    > >>>>>>>    Can we perhaps turn this project off?  Is it in a
    > >>>> releasable
    > >>>>>> state?
    > >>>>>>>
    > >>>>>>>    On Tue, Oct 2, 2018 at 7:30 PM OmPrakash Muppirala <
    > >>>>>>> bigosmallm@gmail.com>
    > >>>>>>>    wrote:
    > >>>>>>>
    > >>>>>>>> I'm going to give this another shot in a couple of
    > >>>> hours,
    > >>>>>> unless
    > >>>>>>> there are
    > >>>>>>>> any objections.
    > >>>>>>>>
    > >>>>>>>> Thanks,
    > >>>>>>>> Om
    > >>>>>>>>
    > >>>>>>>> On Mon, Oct 1, 2018, 2:04 PM Alex Harui
    > >>>>>> <ah...@adobe.com.invalid>
    > >>>>>>> wrote:
    > >>>>>>>>
    > >>>>>>>>> Jewel is mentioned in there.  I added mention of the
    > >>>>>> migration
    > >>>>>>> components
    > >>>>>>>>> and tour de flex.  Not sure if I got the formatting
    > >>>> right.
    > >>>>>> I think
    > >>>>>>> it is
    > >>>>>>>>> good enough.
    > >>>>>>>>>
    > >>>>>>>>> -Alex
    > >>>>>>>>>
    > >>>>>>>>> On 10/1/18, 12:13 PM, "OmPrakash Muppirala" <
    > >>>>>> bigosmallm@gmail.com>
    > >>>>>>>>> wrote:
    > >>>>>>>>>
    > >>>>>>>>>    I updated it, although it looks a bit sparse
    > >>>> now.  Can
    > >>>>>> we list
    > >>>>>>> a few
    > >>>>>>>>> major
    > >>>>>>>>>    highlights here, that I can go add to the
    > >> release
    > >>>> notes?
    > >>>>>>>>>    Jewel should at least have several updates.
    > >>>>>>>>>
    > >>>>>>>>>    Thanks,
    > >>>>>>>>>    Om
    > >>>>>>>>>
    > >>>>>>>>>    On Mon, Oct 1, 2018 at 12:09 PM Alex Harui
    > >>>>>>> <ah...@adobe.com.invalid>
    > >>>>>>>>> wrote:
    > >>>>>>>>>
    > >>>>>>>>>> Hey, I just noticed that nobody put a 0.9.4
    > >>>> section in
    > >>>>>> the
    > >>>>>>>>> RELEASE_NOTES.
    > >>>>>>>>>> Maybe just rename the 0.9.3 section?
    > >>>>>>>>>>
    > >>>>>>>>>> -Alex
    > >>>>>>>>>>
    > >>>>>>>>>> On 10/1/18, 12:07 PM, "OmPrakash Muppirala" <
    > >>>>>>> bigosmallm@gmail.com>
    > >>>>>>>>> wrote:
    > >>>>>>>>>>
    > >>>>>>>>>>    Good catch!  I just pushed a fix for that.
    > >>>>>>>>>>
    > >>>>>>>>>>    Thanks,
    > >>>>>>>>>>    Om
    > >>>>>>>>>>
    > >>>>>>>>>>    On Mon, Oct 1, 2018 at 11:04 AM Alex Harui
    > >>>>>>>>> <ah...@adobe.com.invalid>
    > >>>>>>>>>> wrote:
    > >>>>>>>>>>
    > >>>>>>>>>>> Om,
    > >>>>>>>>>>>
    > >>>>>>>>>>> I think the <tag>release/0.9.4</tag> in
    > >>>>>>> royale-asjs/pom.xml
    > >>>>>>>>> needs to
    > >>>>>>>>>> be
    > >>>>>>>>>>> reverted back to 0.9.3.
    > >>>>>>>>>>>
    > >>>>>>>>>>> Everything else looks ok from my quick
    > >>>>>> examination.
    > >>>>>>>>>>>
    > >>>>>>>>>>> Thanks and good luck,
    > >>>>>>>>>>> -Alex
    > >>>>>>>>>>>
    > >>>>>>>>>>> On 10/1/18, 10:29 AM, "Piotr Zarzycki" <
    > >>>>>>>>> piotrzarzycki21@gmail.com>
    > >>>>>>>>>> wrote:
    > >>>>>>>>>>>
    > >>>>>>>>>>>    I saw your commit and I think you
    > >>>> should be
    > >>>>>> ok.
    > >>>>>>>>>>>
    > >>>>>>>>>>>    pon., 1 paź 2018 o 19:21 OmPrakash
    > >>>> Muppirala
    > >>>>>> <
    > >>>>>>>>>> bigosmallm@gmail.com>
    > >>>>>>>>>>>    napisał(a):
    > >>>>>>>>>>>
    > >>>>>>>>>>>> Okay, I did the following to
    > >> reset:
    > >>>>>>>>>>>>
    > >>>>>>>>>>>> For all three repos:
    > >>>>>>>>>>>> * Reverted all references of 0.9.5
    > >>>> to 0.9.4
    > >>>>>>>>>>>> * Deleted 0.9.4-rc1 tag
    > >>>>>>>>>>>> * Deleted branch: release/0.9.4
    > >>>>>>>>>>>>
    > >>>>>>>>>>>> Can someone please make sure that
    > >>>> we are
    > >>>>>> good
    > >>>>>>> before
    > >>>>>>>>> starting
    > >>>>>>>>>> work?
    > >>>>>>>>>>>>
    > >>>>>>>>>>>> Thanks,
    > >>>>>>>>>>>> Om
    > >>>>>>>>>>>>
    > >>>>>>>>>>>> On Mon, Oct 1, 2018 at 1:51 AM
    > >>>> Carlos
    > >>>>>> Rovira <
    > >>>>>>>>>>> carlosrovira@apache.org>
    > >>>>>>>>>>>> wrote:
    > >>>>>>>>>>>>
    > >>>>>>>>>>>>> Hi Om,
    > >>>>>>>>>>>>> is related to flash player
    > >>>> debugger not
    > >>>>>>> launched? are
    > >>>>>>>>> you on
    > >>>>>>>>>> Mac?
    > >>>>>>>>>>>>> I think on Mac I have to make
    > >>>> *.swf
    > >>>>>> files be
    > >>>>>>> always
    > >>>>>>>>> opened
    > >>>>>>>>>> by Flash
    > >>>>>>>>>>>> Player
    > >>>>>>>>>>>>> debugger.
    > >>>>>>>>>>>>>
    > >>>>>>>>>>>>> In the other hand, I need to
    > >>>> commit
    > >>>>>> during the
    > >>>>>>> day
    > >>>>>>>>> some
    > >>>>>>>>>> fixes, one
    > >>>>>>>>>>> on
    > >>>>>>>>>>>>> typedefs and expect more on
    > >>>> compiler. So
    > >>>>>> if you
    > >>>>>>> plan
    > >>>>>>>>> to try
    > >>>>>>>>>> again
    > >>>>>>>>>>> some
    > >>>>>>>>>>>>> hours ago, please, remove the
    > >>>> commits to
    > >>>>>> left
    > >>>>>>> the
    > >>>>>>>>> repos so
    > >>>>>>>>>> we can
    > >>>>>>>>>>> commit
    > >>>>>>>>>>>>> new work
    > >>>>>>>>>>>>>
    > >>>>>>>>>>>>> thanks!
    > >>>>>>>>>>>>>
    > >>>>>>>>>>>>> Carlos
    > >>>>>>>>>>>>>
    > >>>>>>>>>>>>>
    > >>>>>>>>>>>>>
    > >>>>>>>>>>>>>
    > >>>>>>>>>>>>>
    > >>>>>>>>>>>>> El lun., 1 oct. 2018 a las
    > >> 10:29,
    > >>>>>> OmPrakash
    > >>>>>>> Muppirala
    > >>>>>>>>> (<
    > >>>>>>>>>>>>> bigosmallm@gmail.com>)
    > >>>>>>>>>>>>> escribió:
    > >>>>>>>>>>>>>
    > >>>>>>>>>>>>>> I provided path to Chrome via
    > >>>>>> -Dbrowser, but
    > >>>>>>> I got
    > >>>>>>>>> an
    > >>>>>>>>>> error that
    > >>>>>>>>>>> ant
    > >>>>>>>>>>>> was
    > >>>>>>>>>>>>>> not able to access the
    > >>>> application.
    > >>>>>>>>>>>>>> So, I tried installing firefox
    > >>>> and that
    > >>>>>>> seemed to
    > >>>>>>>>> work.
    > >>>>>>>>>>>>>>
    > >>>>>>>>>>>>>> On Mon, Oct 1, 2018 at 1:26 AM
    > >>>> Piotr
    > >>>>>> Zarzycki
    > >>>>>>> <
    > >>>>>>>>>>>> piotrzarzycki21@gmail.com
    > >>>>>>>>>>>>>>
    > >>>>>>>>>>>>>> wrote:
    > >>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>> Hi Om,
    > >>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>> You did use Firefox for that
    > >>>> purpose
    > >>>>>> ? I
    > >>>>>>> had to
    > >>>>>>>>> specify
    > >>>>>>>>>>>> -Dbrowser=path
    > >>>>>>>>>>>>> to
    > >>>>>>>>>>>>>>> firefox.exe
    > >>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>> Thanks,
    > >>>>>>>>>>>>>>> Piotr
    > >>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>> pon., 1 paź 2018 o 10:22
    > >>>> OmPrakash
    > >>>>>>> Muppirala <
    > >>>>>>>>>>> bigosmallm@gmail.com>
    > >>>>>>>>>>>>>>> napisał(a):
    > >>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>> Okay, I made several
    > >>>> attempts
    > >>>>>> through the
    > >>>>>>> day,
    > >>>>>>>>> making
    > >>>>>>>>>>> progress each
    > >>>>>>>>>>>>>> time.
    > >>>>>>>>>>>>>>>> The last run failed
    > >>>> because the
    > >>>>>> browser
    > >>>>>>> could
    > >>>>>>>>> not be
    > >>>>>>>>>>> launched.
    > >>>>>>>>>>>>>>>> I am going to pause on
    > >> this
    > >>>> and
    > >>>>>> try again
    > >>>>>>>>> tomorrow (or
    > >>>>>>>>>>> later) . If
    > >>>>>>>>>>>>>>> someone
    > >>>>>>>>>>>>>>>> else wants to give this a
    > >>>> go in the
    > >>>>>>> meantimne,
    > >>>>>>>>> they are
    > >>>>>>>>>>> welcome :-)
    > >>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>> Thanks,
    > >>>>>>>>>>>>>>>> Om
    > >>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>> On Mon, Oct 1, 2018 at
    > >>>> 12:22 AM
    > >>>>>> Carlos
    > >>>>>>> Rovira <
    > >>>>>>>>>>>>> carlosrovira@apache.org
    > >>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>> wrote:
    > >>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>> Hi Om,
    > >>>>>>>>>>>>>>>>> no,  I Thought this was
    > >>>> due to
    > >>>>>> different
    > >>>>>>>>> tries of the
    > >>>>>>>>>>> release
    > >>>>>>>>>>>>> process
    > >>>>>>>>>>>>>>> but
    > >>>>>>>>>>>>>>>>> most of the poms are in
    > >>>>>> 0.9.6-SNAPSHOT.
    > >>>>>>>>>>>>>>>>> You can search the
    > >> entire
    > >>>> repo
    > >>>>>> for
    > >>>>>>>>> "0.9.X-SNAPSHOT"
    > >>>>>>>>>> string
    > >>>>>>>>>>> to see
    > >>>>>>>>>>>>>> that
    > >>>>>>>>>>>>>>>> now
    > >>>>>>>>>>>>>>>>> X is 6.
    > >>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>> thanks
    > >>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>> El lun., 1 oct. 2018 a
    > >>>> las 2:07,
    > >>>>>>> OmPrakash
    > >>>>>>>>> Muppirala
    > >>>>>>>>>> (<
    > >>>>>>>>>>>>>>>>> bigosmallm@gmail.com>)
    > >>>>>>>>>>>>>>>>> escribió:
    > >>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>>> On Sun, Sep 30, 2018,
    > >>>> 2:13 PM
    > >>>>>> Carlos
    > >>>>>>> Rovira
    > >>>>>>>>> <
    > >>>>>>>>>>>>>> carlosrovira@apache.org
    > >>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>>> wrote:
    > >>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>>>> Hi Om,
    > >>>>>>>>>>>>>>>>>>> just saw that some
    > >>>> poms was
    > >>>>>> not
    > >>>>>>> changed to
    > >>>>>>>>>>> 0.9.6-SNAPSHOT.
    > >>>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>>> Do you mean
    > >>>> 0.9.4-SNAPSHOT?
    > >>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>>> Thanks,
    > >>>>>>>>>>>>>>>>>> Om
    > >>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>>> I think that should be
    > >>>> fixed
    > >>>>>> and get a
    > >>>>>>>>> prepare
    > >>>>>>>>>> maven
    > >>>>>>>>>>> release
    > >>>>>>>>>>>>>> process
    > >>>>>>>>>>>>>>>> that
    > >>>>>>>>>>>>>>>>>>> could finaly gets
    > >> all
    > >>>> poms
    > >>>>>> updated
    > >>>>>>> to new
    > >>>>>>>>>> version.
    > >>>>>>>>>>>>>>>>>>> Don't know if that
    > >>>> could be
    > >>>>>> the
    > >>>>>>> problem.
    > >>>>>>>>> Can you
    > >>>>>>>>>> try
    > >>>>>>>>>>> again?
    > >>>>>>>>>>>>>>>>>>> thanks
    > >>>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>>>> El dom., 30 sept.
    > >>>> 2018 a las
    > >>>>>> 21:32,
    > >>>>>>>>> OmPrakash
    > >>>>>>>>>>> Muppirala (<
    > >>>>>>>>>>>>>>>>>>>
    > >> bigosmallm@gmail.com
    > >>>>> )
    > >>>>>> escribió:
    > >>>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>>>>> Made a bit more
    > >>>> progress,
    > >>>>>> but the
    > >>>>>>> build
    > >>>>>>>>> is
    > >>>>>>>>>> failing
    > >>>>>>>>>>> here
    > >>>>>>>>>>>> now:
    > >>>>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    > >>>> [INFO]
    > >>>>>> Apache
    > >>>>>>> Royale:
    > >>>>>>>>>> Examples:
    > >>>>>>>>>>> Royale:
    > >>>>>>>>>>>>>>>>>>>>
    > >>>> DataBindingExample_as
    > >>>>>> SUCCESS [
    > >>>>>>> 2.469
    > >>>>>>>>> s]
    > >>>>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    > >>>> [INFO]
    > >>>>>> Apache
    > >>>>>>> Royale:
    > >>>>>>>>>> Examples:
    > >>>>>>>>>>> Royale:
    > >>>>>>>>>>>>>>>>>>>>
    > >>>> DataBindingExample_Flat
    > >>>>>> FAILURE [
    > >>>>>>>>> 1.756 s]
    > >>>>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    > >>>> [INFO]
    > >>>>>> Apache
    > >>>>>>> Royale:
    > >>>>>>>>>> Examples:
    > >>>>>>>>>>> Royale:
    > >>>>>>>>>>>>>>>>>>>>
    > >>>>>> DataBindingExampleWithLayout
    > >>>>>>> SKIPPED
    > >>>>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    > >>>> [INFO]
    > >>>>>> Apache
    > >>>>>>> Royale:
    > >>>>>>>>>> Examples:
    > >>>>>>>>>>> Royale:
    > >>>>>>>>>>>>>>>>>>> DataGridExample
    > >>>>>>>>>>>>>>>>>>>> ... SKIPPED
    > >>>>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>>>>> Detailed error:
    > >>>>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>>>>>    [exec] [INFO]
    > >>>> [INFO]
    > >>>>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>
    > >>>>>>>>>>>>
    > >>>>>>>>>>>
    > >>>>>>>>>>
    > >>>>>>>>>
    > >>>>>>>
    > >>>>>>
    > >>>>
    > ------------------------------------------------------------------------
    > >>>>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    > >>>> [INFO]
    > >>>>>> BUILD
    > >>>>>>> FAILURE
    > >>>>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    > >>>> [INFO]
    > >>>>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>
    > >>>>>>>>>>>>
    > >>>>>>>>>>>
    > >>>>>>>>>>
    > >>>>>>>>>
    > >>>>>>>
    > >>>>>>
    > >>>>
    > ------------------------------------------------------------------------
    > >>>>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    > >>>> [INFO]
    > >>>>>> Total
    > >>>>>>> time:
    > >>>>>>>>> 07:03 min
    > >>>>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    > >>>> [INFO]
    > >>>>>>> Finished at:
    > >>>>>>>>>>>>>> 2018-09-30T12:17:45-07:00
    > >>>>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    > >>>> [INFO]
    > >>>>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>
    > >>>>>>>>>>>>
    > >>>>>>>>>>>
    > >>>>>>>>>>
    > >>>>>>>>>
    > >>>>>>>
    > >>>>>>
    > >>>>
    > ------------------------------------------------------------------------
    > >>>>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    > >>>> [ERROR]
    > >>>>>> Failed
    > >>>>>>> to
    > >>>>>>>>> execute
    > >>>>>>>>>> goal
    > >>>>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>
    > >>>>>>>>>
    > >>>> org.apache.maven.plugins:maven-dependency-plugin:2.10:unpack
    > >>>>>>>>>>>>>>>>>>> (unpack-fonts)
    > >>>>>>>>>>>>>>>>>>>> on project
    > >>>>>>> DataBindingExample_Flat:
    > >>>>>>>>> Unable to
    > >>>>>>>>>> find
    > >>>>>>>>>>>> artifact.
    > >>>>>>>>>>>>>>> Could
    > >>>>>>>>>>>>>>>>> not
    > >>>>>>>>>>>>>>>>>>> find
    > >>>>>>>>>>>>>>>>>>>> artifact
    > >>>>>>>>>> org.apache.royale.framework:Fonts:war:0.9.4
    > >>>>>>>>>>> in
    > >>>>>>>>>>>>>>>>> apache-release
    > >>>>>>>>>>>>>>>>>> (
    > >>>>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>
    > >>>>>>>>>>>
    > >>>>>>>>>>
    > >>>>>>>>>
    > >>>>>>>
    > >>>>>>
    > >>>>
    > >>
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7Cc54d921a33b241e88efd08d629d92df7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742410092496981&amp;sdata=vEdfnZAN1TMCKw4Ztp1%2FIwoAOS%2BnLBv0TaLgHDtJ460%3D&amp;reserved=0
    > >>>>>>>>>>> )
    > >>>>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    > >>>> [ERROR]
    > >>>>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    > >>>> [ERROR]
    > >>>>>> Try
    > >>>>>>>>> downloading the
    > >>>>>>>>>> file
    > >>>>>>>>>>>> manually
    > >>>>>>>>>>>>>> from
    > >>>>>>>>>>>>>>>> the
    > >>>>>>>>>>>>>>>>>>>> project website.
    > >>>>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    > >>>> [ERROR]
    > >>>>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    > >>>> [ERROR]
    > >>>>>> Then,
    > >>>>>>>>> install it
    > >>>>>>>>>> using the
    > >>>>>>>>>>>>> command:
    > >>>>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    > >>>>>> [ERROR]     mvn
    > >>>>>>>>>>> install:install-file
    > >>>>>>>>>>>>>>>>>>>>
    > >>>>>>> -DgroupId=org.apache.royale.framework
    > >>>>>>>>>>> -DartifactId=Fonts
    > >>>>>>>>>>>>>>>>>> -Dversion=0.9.4
    > >>>>>>>>>>>>>>>>>>>> -Dpackaging=war
    > >>>>>>> -Dfile=/path/to/file
    > >>>>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    > >>>> [ERROR]
    > >>>>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    > >>>> [ERROR]
    > >>>>>>>>> Alternatively, if
    > >>>>>>>>>> you
    > >>>>>>>>>>> host your
    > >>>>>>>>>>>>> own
    > >>>>>>>>>>>>>>>>>> repository
    > >>>>>>>>>>>>>>>>>>>> you can deploy the
    > >>>> file
    > >>>>>> there:
    > >>>>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    > >>>>>> [ERROR]     mvn
    > >>>>>>>>>> deploy:deploy-file
    > >>>>>>>>>>>>>>>>>>>>
    > >>>>>>> -DgroupId=org.apache.royale.framework
    > >>>>>>>>>>> -DartifactId=Fonts
    > >>>>>>>>>>>>>>>>>> -Dversion=0.9.4
    > >>>>>>>>>>>>>>>>>>>> -Dpackaging=war
    > >>>>>>> -Dfile=/path/to/file
    > >>>>>>>>>> -Durl=[url]
    > >>>>>>>>>>>>>>>> -DrepositoryId=[id]
    > >>>>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    > >>>> [ERROR]
    > >>>>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    > >>>> [ERROR]
    > >>>>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    > >>>> [ERROR]
    > >>>>>>>>>>>>>>>>>>
    > >>>>>>> org.apache.royale.framework:Fonts:war:0.9.4
    > >>>>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    > >>>> [ERROR]
    > >>>>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    > >>>> [ERROR]
    > >>>>>> from
    > >>>>>>> the
    > >>>>>>>>> specified
    > >>>>>>>>>> remote
    > >>>>>>>>>>>>>>> repositories:
    > >>>>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
    > >>>> [ERROR]
    > >>>>>>>>> apache-release (
    > >>>>>>>>>>>>>>>>>>>>
    > >>>>>>>>>>>>
    > >>>>>>>>>>>
    > >>>>>>>>>>
    > >>>>>>>>>
    > >>>>>>>
    > >>>
    >
    >
    
    -- 
    Carlos Rovira
    https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cc54d921a33b241e88efd08d629d92df7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742410092496981&amp;sdata=AWBvP8L8wmH0oi0%2BoOqgoaMeRd%2FFBBF4VrNbpGk75SM%3D&amp;reserved=0
    


Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Carlos Rovira <ca...@apache.org>.
Hi Harbs,

for me Maven is not easier, seems as difficult as ANT. For me the points
for maven is the reliability and robustness of the build process and the
management of dependencies. ANT was the first step for me, and I always
liked, but the problems was that it was more a way to script than something
that follows a protocol and manage the download of packages (and ensure
that package are the exact bits you need).

We have a use case when build the SDK with ANT in Royale. You and Alex gets
flexunit and uses the as3 swc. Erik and I do the same and we end using the
flex swc. Why? This is cause is all hand made script and probably we have
some configuration differences in our environments that make the script
behave different. The fact is that I still could not find the black point
after some hours of digging.

This is something that should not happen in Maven (well, you always can
make maven do things badly as with any technology). Maven as all tools, can
make things more or less easy, but once you have the things correctly setup
should manage all the needed dependencies and be more reliable in all
environments. But don't expect to be more easy than working with ANT, since
for a project with the size of Royale both build systems are complex.

Just my 2


El jue., 4 oct. 2018 a las 10:24, Harbs (<ha...@gmail.com>) escribió:

> Can I ask a dumb question?
>
> Why are we using Maven for release? The argument I’ve always heard is that
> Maven is easier. This doesn’t seem easy… ;-)
>
> Harbs
>
> > On Oct 4, 2018, at 11:09 AM, Piotr Zarzycki <pi...@gmail.com>
> wrote:
> >
> > Neverending story ;) What's your internet connection actually?
> >
> > On Thu, Oct 4, 2018, 10:04 AM OmPrakash Muppirala <bi...@gmail.com>
> > wrote:
> >
> >> Hmm, failed again at a different spot:
> >>
> >>     [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
> >> Jewel-Dark-NoFlat-Emphasized-Sunflower-Theme SUCCESS [ 22.251 s]
> >>
> >>     [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
> >> Jewel-Dark-NoFlat-Emphasized-Topaz-Theme SUCCESS [ 18.741 s]
> >>
> >>     [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
> >> Jewel-Dark-NoFlat-Emphasized-Turquoise-Theme SUCCESS [ 18.421 s]
> >>
> >>     [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
> >> Jewel-Dark-NoFlat-Emphasized-Violet-Theme FAILURE [ 31.354 s]
> >>
> >>     [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
> >> Jewel-Dark-NoFlat-Emphasized-Yellow-Theme SKIPPED
> >>
> >>     [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes
> >> ............... SKIPPED
> >>
> >>     [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes: Simple
> >> Royale Application SKIPPED
> >>
> >>     [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes: Simple
> >> Royale Pure-JS Application SKIPPED
> >>
> >>     [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes: Simple
> >> Royale Pure-SWF Application SKIPPED
> >>
> >>     [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes: Simple
> >> Royale Library SKIPPED
> >>
> >>     [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes: Simple
> >> Royale Typedef Library 0.9.4 SKIPPED
> >>
> >>     [exec] [INFO] [INFO]
> >> ------------------------------------------------------------------------
> >>
> >>     [exec] [INFO] [INFO] BUILD FAILURE
> >>
> >>     [exec] [INFO] [INFO]
> >> ------------------------------------------------------------------------
> >>
> >>     [exec] [INFO] [INFO] Total time: 38:52 min
> >>
> >>     [exec] [INFO] [INFO] Finished at: 2018-10-04T00:50:41-07:00
> >>
> >>     [exec] [INFO] [INFO]
> >> ------------------------------------------------------------------------
> >>
> >>     [exec] [INFO] [ERROR] Failed to execute goal
> >> org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
> (default-deploy)
> >> on project Jewel-Dark-NoFlat-Emphasized-Violet-Theme: Failed to deploy
> >> artifacts: Could not transfer artifact
> >>
> >>
> org.apache.royale.framework:Jewel-Dark-NoFlat-Emphasized-Violet-Theme:swc.asc:typedefs:0.9.4
> >> from/to apache.releases.https (
> >> https://repository.apache.org/service/local/staging/deploy/maven2):
> >> Connect
> >> to repository.apache.org:443 [repository.apache.org/207.244.88.140]
> >> failed:
> >> Operation timed out (Connection timed out) -> [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] [ERROR]
> >>
> >>     [exec] [INFO] [ERROR] After correcting the problems, you can resume
> >> the build with the command
> >>
> >>     [exec] [INFO] [ERROR]   mvn <goals> -rf
> >> :Jewel-Dark-NoFlat-Emphasized-Violet-Theme
> >>
> >>     [exec] [INFO]
> >> ------------------------------------------------------------------------
> >>
> >> On Wed, Oct 3, 2018 at 2:10 PM OmPrakash Muppirala <
> bigosmallm@gmail.com>
> >> wrote:
> >>
> >>>
> >>>
> >>> On Wed, Oct 3, 2018 at 2:02 PM Alex Harui <ah...@adobe.com.invalid>
> >>> wrote:
> >>>
> >>>> Hi Om,
> >>>>
> >>>> Does anything deploy, or is that the first thing that is attempted to
> >>>> deploy?  I found this article that might help:
> >>>>
> >>>>
> >>
> https://community.apigee.com/questions/50756/unable-to-deploy-using-maven-script-due-to-error-r.html
> >>>
> >>>
> >>> It deployed a lot of artifacts before hitting this error.  I don't see
> >>> anything special with this artifact.  So, I am guessing that it was a
> >>> momentary bad connection that caused this.
> >>>
> >>>
> >>>>
> >>>>
> >>>> I would be concerned about restarting from the middle of a Maven call.
> >> I
> >>>> suppose you could try it, but what if it skipped an artifact?
> >>>>
> >>>
> >>> The maven error message explicitly says this:
> >>>
> >>>     [exec] [INFO] [ERROR] After correcting the problems, you can resume
> >>> the build with the command
> >>>
> >>>     [exec] [INFO] [ERROR]   mvn <goals> -rf
> >>> :Jewel-Light-NoFlat-Primary-Sunflower-Theme
> >>>
> >>>
> >>>>
> >>>> There should be Ant targets for starting only on royale-asjs if
> >>>> royale-compiler and royale=typedefs worked ok.
> >>>>
> >>>> HTH,
> >>>> -Alex
> >>>>
> >>>> On 10/3/18, 11:58 AM, "OmPrakash Muppirala" <bi...@gmail.com>
> >>>> wrote:
> >>>>
> >>>>    Another suggestion I have is - can we do all the pushes to remote
> >>>> after
> >>>>    everything is done locally?  That way, if something goes wrong
> >>>> halfway, we
> >>>>    can just delete the royale-* dirs locally and rerun the
> >>>> releasecandiate ant
> >>>>    script?
> >>>>
> >>>>    Not sure if this is an easy change?
> >>>>
> >>>>    Thanks,
> >>>>    Om
> >>>>
> >>>>    On Wed, Oct 3, 2018 at 11:42 AM OmPrakash Muppirala <
> >>>> bigosmallm@gmail.com>
> >>>>    wrote:
> >>>>
> >>>>> Okay, I tried a couple of times and I have started getting `SSL
> >>>> peer shut
> >>>>> down incorrectly errors`
> >>>>>
> >>>>>     [exec] [INFO] [INFO]
> >>>>>
> >>>>
> ------------------------------------------------------------------------
> >>>>>
> >>>>>     [exec] [INFO] [INFO] BUILD FAILURE
> >>>>>
> >>>>>     [exec] [INFO] [INFO]
> >>>>>
> >>>>
> ------------------------------------------------------------------------
> >>>>>
> >>>>>     [exec] [INFO] [INFO] Total time: 16:04 min
> >>>>>
> >>>>>     [exec] [INFO] [INFO] Finished at: 2018-10-03T11:38:49-07:00
> >>>>>
> >>>>>     [exec] [INFO] [INFO]
> >>>>>
> >>>>
> ------------------------------------------------------------------------
> >>>>>
> >>>>>     [exec] [INFO] [ERROR] Failed to execute goal
> >>>>> org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
> >>>> (default-deploy)
> >>>>> on project Jewel-Light-NoFlat-Primary-Sunflower-Theme: Failed to
> >>>> deploy
> >>>>> artifacts: Could not transfer artifact
> >>>>>
> >>>>
> >>
> org.apache.royale.framework:Jewel-Light-NoFlat-Primary-Sunflower-Theme:swc:0.9.4
> >>>>> from/to apache.releases.https (
> >>>>>
> >>>>
> >>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fservice%2Flocal%2Fstaging%2Fdeploy%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7Cf27e84867a5440c6809008d62962338f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741899088254161&amp;sdata=vzyO7Stsj3pqyE9Sih32heK62GABKGZo0wlgWpxW0bE%3D&amp;reserved=0
> >>>> ):
> >>>>> Remote host closed connection during handshake: SSL peer shut down
> >>>>> incorrectly -> [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]
> >>>>>
> >>>>
> >>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cf27e84867a5440c6809008d62962338f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741899088254161&amp;sdata=RU7b9uJt%2FtsXJiX376HgIqRTvKoiKZcs7Z%2Flr1b4wO8%3D&amp;reserved=0
> >>>>>
> >>>>>     [exec] [INFO] [ERROR]
> >>>>>
> >>>>>     [exec] [INFO] [ERROR] After correcting the problems, you can
> >>>> resume
> >>>>> the build with the command
> >>>>>
> >>>>>     [exec] [INFO] [ERROR]   mvn <goals> -rf
> >>>>> :Jewel-Light-NoFlat-Primary-Sunflower-Theme
> >>>>>
> >>>>>     [exec] [INFO]
> >>>>>
> >>>>
> ------------------------------------------------------------------------
> >>>>>
> >>>>>
> >>>>> I am guessing it is a bad internet connection.  I am wondering if
> >>>> we can
> >>>>> pass a -rf (resume from) option to the maven call from ant?
> >>>> Otherwise
> >>>>> doing all this from scratch everytime is a big pain.
> >>>>>
> >>>>> Thanks,
> >>>>> Om
> >>>>>
> >>>>> On Wed, Oct 3, 2018 at 12:47 AM Alex Harui
> >> <aharui@adobe.com.invalid
> >>>>>
> >>>>> wrote:
> >>>>>
> >>>>>> Looks like it was a missing [
> >>>>>>
> >>>>>> MXRoyale and SparkRoyale built for me.
> >>>>>>
> >>>>>> HTH,
> >>>>>> -Alex
> >>>>>>
> >>>>>> On 10/3/18, 12:43 AM, "OmPrakash Muppirala" <
> >> bigosmallm@gmail.com>
> >>>>>> wrote:
> >>>>>>
> >>>>>>    Thanks!
> >>>>>>
> >>>>>>    I reverted everything back to previous state.  I can give it
> >> a
> >>>> shot
> >>>>>>    tomorrow evening.
> >>>>>>
> >>>>>>    Regards,
> >>>>>>    Om
> >>>>>>
> >>>>>>    On Wed, Oct 3, 2018 at 12:41 AM Alex Harui
> >>>> <ah...@adobe.com.invalid>
> >>>>>> wrote:
> >>>>>>
> >>>>>>> It was in a releasable state.  TourDeFlex was running on
> >> it.
> >>>>>>>
> >>>>>>> I'm trying to track down the change that broke it.
> >>>>>>>
> >>>>>>> -Alex
> >>>>>>>
> >>>>>>> On 10/3/18, 12:32 AM, "OmPrakash Muppirala" <
> >>>> bigosmallm@gmail.com>
> >>>>>> wrote:
> >>>>>>>
> >>>>>>>    A bit more progress. Now we are failing on the MXRoyale
> >>>> project:
> >>>>>>>
> >>>>>>>         [exec] [INFO] [INFO]
> >>>>>>>
> >>>>>>>
> >>>>>>
> >>>>
> ------------------------------------------------------------------------
> >>>>>>>
> >>>>>>>         [exec] [INFO] [INFO] BUILD FAILURE
> >>>>>>>
> >>>>>>>         [exec] [INFO] [INFO]
> >>>>>>>
> >>>>>>>
> >>>>>>
> >>>>
> ------------------------------------------------------------------------
> >>>>>>>
> >>>>>>>         [exec] [INFO] [INFO] Total time: 01:34 min
> >>>>>>>
> >>>>>>>         [exec] [INFO] [INFO] Finished at:
> >>>> 2018-10-03T00:28:14-07:00
> >>>>>>>
> >>>>>>>         [exec] [INFO] [INFO]
> >>>>>>>
> >>>>>>>
> >>>>>>
> >>>>
> ------------------------------------------------------------------------
> >>>>>>>
> >>>>>>>         [exec] [INFO] [ERROR] Failed to execute goal
> >>>>>>>
> >>>> org.apache.royale.compiler:royale-maven-plugin:0.9.4:compile-as
> >>>>>>>    (default-compile-as) on project MXRoyale: There were
> >>>> errors
> >>>>>> during the
> >>>>>>>    build. Got return code 3 -> [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]
> >>>>>>>
> >>>>>>>
> >>>>>>
> >>>>
> >>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cf27e84867a5440c6809008d62962338f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741899088254161&amp;sdata=RU7b9uJt%2FtsXJiX376HgIqRTvKoiKZcs7Z%2Flr1b4wO8%3D&amp;reserved=0
> >>>>>>>
> >>>>>>>         [exec] [INFO] [ERROR]
> >>>>>>>
> >>>>>>>         [exec] [INFO] [ERROR] After correcting the
> >>>> problems, you
> >>>>>> can
> >>>>>>> resume
> >>>>>>>    the build with the command
> >>>>>>>
> >>>>>>>         [exec] [INFO] [ERROR]   mvn <goals> -rf :MXRoyale
> >>>>>>>
> >>>>>>>
> >>>>>>>    Can we perhaps turn this project off?  Is it in a
> >>>> releasable
> >>>>>> state?
> >>>>>>>
> >>>>>>>    On Tue, Oct 2, 2018 at 7:30 PM OmPrakash Muppirala <
> >>>>>>> bigosmallm@gmail.com>
> >>>>>>>    wrote:
> >>>>>>>
> >>>>>>>> I'm going to give this another shot in a couple of
> >>>> hours,
> >>>>>> unless
> >>>>>>> there are
> >>>>>>>> any objections.
> >>>>>>>>
> >>>>>>>> Thanks,
> >>>>>>>> Om
> >>>>>>>>
> >>>>>>>> On Mon, Oct 1, 2018, 2:04 PM Alex Harui
> >>>>>> <ah...@adobe.com.invalid>
> >>>>>>> wrote:
> >>>>>>>>
> >>>>>>>>> Jewel is mentioned in there.  I added mention of the
> >>>>>> migration
> >>>>>>> components
> >>>>>>>>> and tour de flex.  Not sure if I got the formatting
> >>>> right.
> >>>>>> I think
> >>>>>>> it is
> >>>>>>>>> good enough.
> >>>>>>>>>
> >>>>>>>>> -Alex
> >>>>>>>>>
> >>>>>>>>> On 10/1/18, 12:13 PM, "OmPrakash Muppirala" <
> >>>>>> bigosmallm@gmail.com>
> >>>>>>>>> wrote:
> >>>>>>>>>
> >>>>>>>>>    I updated it, although it looks a bit sparse
> >>>> now.  Can
> >>>>>> we list
> >>>>>>> a few
> >>>>>>>>> major
> >>>>>>>>>    highlights here, that I can go add to the
> >> release
> >>>> notes?
> >>>>>>>>>    Jewel should at least have several updates.
> >>>>>>>>>
> >>>>>>>>>    Thanks,
> >>>>>>>>>    Om
> >>>>>>>>>
> >>>>>>>>>    On Mon, Oct 1, 2018 at 12:09 PM Alex Harui
> >>>>>>> <ah...@adobe.com.invalid>
> >>>>>>>>> wrote:
> >>>>>>>>>
> >>>>>>>>>> Hey, I just noticed that nobody put a 0.9.4
> >>>> section in
> >>>>>> the
> >>>>>>>>> RELEASE_NOTES.
> >>>>>>>>>> Maybe just rename the 0.9.3 section?
> >>>>>>>>>>
> >>>>>>>>>> -Alex
> >>>>>>>>>>
> >>>>>>>>>> On 10/1/18, 12:07 PM, "OmPrakash Muppirala" <
> >>>>>>> bigosmallm@gmail.com>
> >>>>>>>>> wrote:
> >>>>>>>>>>
> >>>>>>>>>>    Good catch!  I just pushed a fix for that.
> >>>>>>>>>>
> >>>>>>>>>>    Thanks,
> >>>>>>>>>>    Om
> >>>>>>>>>>
> >>>>>>>>>>    On Mon, Oct 1, 2018 at 11:04 AM Alex Harui
> >>>>>>>>> <ah...@adobe.com.invalid>
> >>>>>>>>>> wrote:
> >>>>>>>>>>
> >>>>>>>>>>> Om,
> >>>>>>>>>>>
> >>>>>>>>>>> I think the <tag>release/0.9.4</tag> in
> >>>>>>> royale-asjs/pom.xml
> >>>>>>>>> needs to
> >>>>>>>>>> be
> >>>>>>>>>>> reverted back to 0.9.3.
> >>>>>>>>>>>
> >>>>>>>>>>> Everything else looks ok from my quick
> >>>>>> examination.
> >>>>>>>>>>>
> >>>>>>>>>>> Thanks and good luck,
> >>>>>>>>>>> -Alex
> >>>>>>>>>>>
> >>>>>>>>>>> On 10/1/18, 10:29 AM, "Piotr Zarzycki" <
> >>>>>>>>> piotrzarzycki21@gmail.com>
> >>>>>>>>>> wrote:
> >>>>>>>>>>>
> >>>>>>>>>>>    I saw your commit and I think you
> >>>> should be
> >>>>>> ok.
> >>>>>>>>>>>
> >>>>>>>>>>>    pon., 1 paź 2018 o 19:21 OmPrakash
> >>>> Muppirala
> >>>>>> <
> >>>>>>>>>> bigosmallm@gmail.com>
> >>>>>>>>>>>    napisał(a):
> >>>>>>>>>>>
> >>>>>>>>>>>> Okay, I did the following to
> >> reset:
> >>>>>>>>>>>>
> >>>>>>>>>>>> For all three repos:
> >>>>>>>>>>>> * Reverted all references of 0.9.5
> >>>> to 0.9.4
> >>>>>>>>>>>> * Deleted 0.9.4-rc1 tag
> >>>>>>>>>>>> * Deleted branch: release/0.9.4
> >>>>>>>>>>>>
> >>>>>>>>>>>> Can someone please make sure that
> >>>> we are
> >>>>>> good
> >>>>>>> before
> >>>>>>>>> starting
> >>>>>>>>>> work?
> >>>>>>>>>>>>
> >>>>>>>>>>>> Thanks,
> >>>>>>>>>>>> Om
> >>>>>>>>>>>>
> >>>>>>>>>>>> On Mon, Oct 1, 2018 at 1:51 AM
> >>>> Carlos
> >>>>>> Rovira <
> >>>>>>>>>>> carlosrovira@apache.org>
> >>>>>>>>>>>> wrote:
> >>>>>>>>>>>>
> >>>>>>>>>>>>> Hi Om,
> >>>>>>>>>>>>> is related to flash player
> >>>> debugger not
> >>>>>>> launched? are
> >>>>>>>>> you on
> >>>>>>>>>> Mac?
> >>>>>>>>>>>>> I think on Mac I have to make
> >>>> *.swf
> >>>>>> files be
> >>>>>>> always
> >>>>>>>>> opened
> >>>>>>>>>> by Flash
> >>>>>>>>>>>> Player
> >>>>>>>>>>>>> debugger.
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> In the other hand, I need to
> >>>> commit
> >>>>>> during the
> >>>>>>> day
> >>>>>>>>> some
> >>>>>>>>>> fixes, one
> >>>>>>>>>>> on
> >>>>>>>>>>>>> typedefs and expect more on
> >>>> compiler. So
> >>>>>> if you
> >>>>>>> plan
> >>>>>>>>> to try
> >>>>>>>>>> again
> >>>>>>>>>>> some
> >>>>>>>>>>>>> hours ago, please, remove the
> >>>> commits to
> >>>>>> left
> >>>>>>> the
> >>>>>>>>> repos so
> >>>>>>>>>> we can
> >>>>>>>>>>> commit
> >>>>>>>>>>>>> new work
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> thanks!
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> Carlos
> >>>>>>>>>>>>>
> >>>>>>>>>>>>>
> >>>>>>>>>>>>>
> >>>>>>>>>>>>>
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> El lun., 1 oct. 2018 a las
> >> 10:29,
> >>>>>> OmPrakash
> >>>>>>> Muppirala
> >>>>>>>>> (<
> >>>>>>>>>>>>> bigosmallm@gmail.com>)
> >>>>>>>>>>>>> escribió:
> >>>>>>>>>>>>>
> >>>>>>>>>>>>>> I provided path to Chrome via
> >>>>>> -Dbrowser, but
> >>>>>>> I got
> >>>>>>>>> an
> >>>>>>>>>> error that
> >>>>>>>>>>> ant
> >>>>>>>>>>>> was
> >>>>>>>>>>>>>> not able to access the
> >>>> application.
> >>>>>>>>>>>>>> So, I tried installing firefox
> >>>> and that
> >>>>>>> seemed to
> >>>>>>>>> work.
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>> On Mon, Oct 1, 2018 at 1:26 AM
> >>>> Piotr
> >>>>>> Zarzycki
> >>>>>>> <
> >>>>>>>>>>>> piotrzarzycki21@gmail.com
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>> wrote:
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>>> Hi Om,
> >>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>> You did use Firefox for that
> >>>> purpose
> >>>>>> ? I
> >>>>>>> had to
> >>>>>>>>> specify
> >>>>>>>>>>>> -Dbrowser=path
> >>>>>>>>>>>>> to
> >>>>>>>>>>>>>>> firefox.exe
> >>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>> Thanks,
> >>>>>>>>>>>>>>> Piotr
> >>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>> pon., 1 paź 2018 o 10:22
> >>>> OmPrakash
> >>>>>>> Muppirala <
> >>>>>>>>>>> bigosmallm@gmail.com>
> >>>>>>>>>>>>>>> napisał(a):
> >>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>> Okay, I made several
> >>>> attempts
> >>>>>> through the
> >>>>>>> day,
> >>>>>>>>> making
> >>>>>>>>>>> progress each
> >>>>>>>>>>>>>> time.
> >>>>>>>>>>>>>>>> The last run failed
> >>>> because the
> >>>>>> browser
> >>>>>>> could
> >>>>>>>>> not be
> >>>>>>>>>>> launched.
> >>>>>>>>>>>>>>>> I am going to pause on
> >> this
> >>>> and
> >>>>>> try again
> >>>>>>>>> tomorrow (or
> >>>>>>>>>>> later) . If
> >>>>>>>>>>>>>>> someone
> >>>>>>>>>>>>>>>> else wants to give this a
> >>>> go in the
> >>>>>>> meantimne,
> >>>>>>>>> they are
> >>>>>>>>>>> welcome :-)
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>> Thanks,
> >>>>>>>>>>>>>>>> Om
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>> On Mon, Oct 1, 2018 at
> >>>> 12:22 AM
> >>>>>> Carlos
> >>>>>>> Rovira <
> >>>>>>>>>>>>> carlosrovira@apache.org
> >>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>> wrote:
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>> Hi Om,
> >>>>>>>>>>>>>>>>> no,  I Thought this was
> >>>> due to
> >>>>>> different
> >>>>>>>>> tries of the
> >>>>>>>>>>> release
> >>>>>>>>>>>>> process
> >>>>>>>>>>>>>>> but
> >>>>>>>>>>>>>>>>> most of the poms are in
> >>>>>> 0.9.6-SNAPSHOT.
> >>>>>>>>>>>>>>>>> You can search the
> >> entire
> >>>> repo
> >>>>>> for
> >>>>>>>>> "0.9.X-SNAPSHOT"
> >>>>>>>>>> string
> >>>>>>>>>>> to see
> >>>>>>>>>>>>>> that
> >>>>>>>>>>>>>>>> now
> >>>>>>>>>>>>>>>>> X is 6.
> >>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>> thanks
> >>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>> El lun., 1 oct. 2018 a
> >>>> las 2:07,
> >>>>>>> OmPrakash
> >>>>>>>>> Muppirala
> >>>>>>>>>> (<
> >>>>>>>>>>>>>>>>> bigosmallm@gmail.com>)
> >>>>>>>>>>>>>>>>> escribió:
> >>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>> On Sun, Sep 30, 2018,
> >>>> 2:13 PM
> >>>>>> Carlos
> >>>>>>> Rovira
> >>>>>>>>> <
> >>>>>>>>>>>>>> carlosrovira@apache.org
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>> wrote:
> >>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>> Hi Om,
> >>>>>>>>>>>>>>>>>>> just saw that some
> >>>> poms was
> >>>>>> not
> >>>>>>> changed to
> >>>>>>>>>>> 0.9.6-SNAPSHOT.
> >>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>> Do you mean
> >>>> 0.9.4-SNAPSHOT?
> >>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>> Thanks,
> >>>>>>>>>>>>>>>>>> Om
> >>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>> I think that should be
> >>>> fixed
> >>>>>> and get a
> >>>>>>>>> prepare
> >>>>>>>>>> maven
> >>>>>>>>>>> release
> >>>>>>>>>>>>>> process
> >>>>>>>>>>>>>>>> that
> >>>>>>>>>>>>>>>>>>> could finaly gets
> >> all
> >>>> poms
> >>>>>> updated
> >>>>>>> to new
> >>>>>>>>>> version.
> >>>>>>>>>>>>>>>>>>> Don't know if that
> >>>> could be
> >>>>>> the
> >>>>>>> problem.
> >>>>>>>>> Can you
> >>>>>>>>>> try
> >>>>>>>>>>> again?
> >>>>>>>>>>>>>>>>>>> thanks
> >>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>> El dom., 30 sept.
> >>>> 2018 a las
> >>>>>> 21:32,
> >>>>>>>>> OmPrakash
> >>>>>>>>>>> Muppirala (<
> >>>>>>>>>>>>>>>>>>>
> >> bigosmallm@gmail.com
> >>>>> )
> >>>>>> escribió:
> >>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>> Made a bit more
> >>>> progress,
> >>>>>> but the
> >>>>>>> build
> >>>>>>>>> is
> >>>>>>>>>> failing
> >>>>>>>>>>> here
> >>>>>>>>>>>> now:
> >>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
> >>>> [INFO]
> >>>>>> Apache
> >>>>>>> Royale:
> >>>>>>>>>> Examples:
> >>>>>>>>>>> Royale:
> >>>>>>>>>>>>>>>>>>>>
> >>>> DataBindingExample_as
> >>>>>> SUCCESS [
> >>>>>>> 2.469
> >>>>>>>>> s]
> >>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
> >>>> [INFO]
> >>>>>> Apache
> >>>>>>> Royale:
> >>>>>>>>>> Examples:
> >>>>>>>>>>> Royale:
> >>>>>>>>>>>>>>>>>>>>
> >>>> DataBindingExample_Flat
> >>>>>> FAILURE [
> >>>>>>>>> 1.756 s]
> >>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
> >>>> [INFO]
> >>>>>> Apache
> >>>>>>> Royale:
> >>>>>>>>>> Examples:
> >>>>>>>>>>> Royale:
> >>>>>>>>>>>>>>>>>>>>
> >>>>>> DataBindingExampleWithLayout
> >>>>>>> SKIPPED
> >>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
> >>>> [INFO]
> >>>>>> Apache
> >>>>>>> Royale:
> >>>>>>>>>> Examples:
> >>>>>>>>>>> Royale:
> >>>>>>>>>>>>>>>>>>> DataGridExample
> >>>>>>>>>>>>>>>>>>>> ... SKIPPED
> >>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>> Detailed error:
> >>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>    [exec] [INFO]
> >>>> [INFO]
> >>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>
> >>>>>>>>>>>
> >>>>>>>>>>
> >>>>>>>>>
> >>>>>>>
> >>>>>>
> >>>>
> ------------------------------------------------------------------------
> >>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
> >>>> [INFO]
> >>>>>> BUILD
> >>>>>>> FAILURE
> >>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
> >>>> [INFO]
> >>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>
> >>>>>>>>>>>
> >>>>>>>>>>
> >>>>>>>>>
> >>>>>>>
> >>>>>>
> >>>>
> ------------------------------------------------------------------------
> >>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
> >>>> [INFO]
> >>>>>> Total
> >>>>>>> time:
> >>>>>>>>> 07:03 min
> >>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
> >>>> [INFO]
> >>>>>>> Finished at:
> >>>>>>>>>>>>>> 2018-09-30T12:17:45-07:00
> >>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
> >>>> [INFO]
> >>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>
> >>>>>>>>>>>
> >>>>>>>>>>
> >>>>>>>>>
> >>>>>>>
> >>>>>>
> >>>>
> ------------------------------------------------------------------------
> >>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
> >>>> [ERROR]
> >>>>>> Failed
> >>>>>>> to
> >>>>>>>>> execute
> >>>>>>>>>> goal
> >>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>
> >>>>>>>>>
> >>>> org.apache.maven.plugins:maven-dependency-plugin:2.10:unpack
> >>>>>>>>>>>>>>>>>>> (unpack-fonts)
> >>>>>>>>>>>>>>>>>>>> on project
> >>>>>>> DataBindingExample_Flat:
> >>>>>>>>> Unable to
> >>>>>>>>>> find
> >>>>>>>>>>>> artifact.
> >>>>>>>>>>>>>>> Could
> >>>>>>>>>>>>>>>>> not
> >>>>>>>>>>>>>>>>>>> find
> >>>>>>>>>>>>>>>>>>>> artifact
> >>>>>>>>>> org.apache.royale.framework:Fonts:war:0.9.4
> >>>>>>>>>>> in
> >>>>>>>>>>>>>>>>> apache-release
> >>>>>>>>>>>>>>>>>> (
> >>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>
> >>>>>>>>>>>
> >>>>>>>>>>
> >>>>>>>>>
> >>>>>>>
> >>>>>>
> >>>>
> >>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7Cf27e84867a5440c6809008d62962338f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741899088264171&amp;sdata=UWRtC77ZPXzIU44fNnW0rzkzIeHwzHAuQP0SqTIQkog%3D&amp;reserved=0
> >>>>>>>>>>> )
> >>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
> >>>> [ERROR]
> >>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
> >>>> [ERROR]
> >>>>>> Try
> >>>>>>>>> downloading the
> >>>>>>>>>> file
> >>>>>>>>>>>> manually
> >>>>>>>>>>>>>> from
> >>>>>>>>>>>>>>>> the
> >>>>>>>>>>>>>>>>>>>> project website.
> >>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
> >>>> [ERROR]
> >>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
> >>>> [ERROR]
> >>>>>> Then,
> >>>>>>>>> install it
> >>>>>>>>>> using the
> >>>>>>>>>>>>> command:
> >>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
> >>>>>> [ERROR]     mvn
> >>>>>>>>>>> install:install-file
> >>>>>>>>>>>>>>>>>>>>
> >>>>>>> -DgroupId=org.apache.royale.framework
> >>>>>>>>>>> -DartifactId=Fonts
> >>>>>>>>>>>>>>>>>> -Dversion=0.9.4
> >>>>>>>>>>>>>>>>>>>> -Dpackaging=war
> >>>>>>> -Dfile=/path/to/file
> >>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
> >>>> [ERROR]
> >>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
> >>>> [ERROR]
> >>>>>>>>> Alternatively, if
> >>>>>>>>>> you
> >>>>>>>>>>> host your
> >>>>>>>>>>>>> own
> >>>>>>>>>>>>>>>>>> repository
> >>>>>>>>>>>>>>>>>>>> you can deploy the
> >>>> file
> >>>>>> there:
> >>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
> >>>>>> [ERROR]     mvn
> >>>>>>>>>> deploy:deploy-file
> >>>>>>>>>>>>>>>>>>>>
> >>>>>>> -DgroupId=org.apache.royale.framework
> >>>>>>>>>>> -DartifactId=Fonts
> >>>>>>>>>>>>>>>>>> -Dversion=0.9.4
> >>>>>>>>>>>>>>>>>>>> -Dpackaging=war
> >>>>>>> -Dfile=/path/to/file
> >>>>>>>>>> -Durl=[url]
> >>>>>>>>>>>>>>>> -DrepositoryId=[id]
> >>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
> >>>> [ERROR]
> >>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
> >>>> [ERROR]
> >>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
> >>>> [ERROR]
> >>>>>>>>>>>>>>>>>>
> >>>>>>> org.apache.royale.framework:Fonts:war:0.9.4
> >>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
> >>>> [ERROR]
> >>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
> >>>> [ERROR]
> >>>>>> from
> >>>>>>> the
> >>>>>>>>> specified
> >>>>>>>>>> remote
> >>>>>>>>>>>>>>> repositories:
> >>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
> >>>> [ERROR]
> >>>>>>>>> apache-release (
> >>>>>>>>>>>>>>>>>>>>
> >>>>>>>>>>>>
> >>>>>>>>>>>
> >>>>>>>>>>
> >>>>>>>>>
> >>>>>>>
> >>>
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Harbs <ha...@gmail.com>.
Can I ask a dumb question?

Why are we using Maven for release? The argument I’ve always heard is that Maven is easier. This doesn’t seem easy… ;-)

Harbs

> On Oct 4, 2018, at 11:09 AM, Piotr Zarzycki <pi...@gmail.com> wrote:
> 
> Neverending story ;) What's your internet connection actually?
> 
> On Thu, Oct 4, 2018, 10:04 AM OmPrakash Muppirala <bi...@gmail.com>
> wrote:
> 
>> Hmm, failed again at a different spot:
>> 
>>     [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
>> Jewel-Dark-NoFlat-Emphasized-Sunflower-Theme SUCCESS [ 22.251 s]
>> 
>>     [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
>> Jewel-Dark-NoFlat-Emphasized-Topaz-Theme SUCCESS [ 18.741 s]
>> 
>>     [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
>> Jewel-Dark-NoFlat-Emphasized-Turquoise-Theme SUCCESS [ 18.421 s]
>> 
>>     [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
>> Jewel-Dark-NoFlat-Emphasized-Violet-Theme FAILURE [ 31.354 s]
>> 
>>     [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
>> Jewel-Dark-NoFlat-Emphasized-Yellow-Theme SKIPPED
>> 
>>     [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes
>> ............... SKIPPED
>> 
>>     [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes: Simple
>> Royale Application SKIPPED
>> 
>>     [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes: Simple
>> Royale Pure-JS Application SKIPPED
>> 
>>     [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes: Simple
>> Royale Pure-SWF Application SKIPPED
>> 
>>     [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes: Simple
>> Royale Library SKIPPED
>> 
>>     [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes: Simple
>> Royale Typedef Library 0.9.4 SKIPPED
>> 
>>     [exec] [INFO] [INFO]
>> ------------------------------------------------------------------------
>> 
>>     [exec] [INFO] [INFO] BUILD FAILURE
>> 
>>     [exec] [INFO] [INFO]
>> ------------------------------------------------------------------------
>> 
>>     [exec] [INFO] [INFO] Total time: 38:52 min
>> 
>>     [exec] [INFO] [INFO] Finished at: 2018-10-04T00:50:41-07:00
>> 
>>     [exec] [INFO] [INFO]
>> ------------------------------------------------------------------------
>> 
>>     [exec] [INFO] [ERROR] Failed to execute goal
>> org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy)
>> on project Jewel-Dark-NoFlat-Emphasized-Violet-Theme: Failed to deploy
>> artifacts: Could not transfer artifact
>> 
>> org.apache.royale.framework:Jewel-Dark-NoFlat-Emphasized-Violet-Theme:swc.asc:typedefs:0.9.4
>> from/to apache.releases.https (
>> https://repository.apache.org/service/local/staging/deploy/maven2):
>> Connect
>> to repository.apache.org:443 [repository.apache.org/207.244.88.140]
>> failed:
>> Operation timed out (Connection timed out) -> [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] [ERROR]
>> 
>>     [exec] [INFO] [ERROR] After correcting the problems, you can resume
>> the build with the command
>> 
>>     [exec] [INFO] [ERROR]   mvn <goals> -rf
>> :Jewel-Dark-NoFlat-Emphasized-Violet-Theme
>> 
>>     [exec] [INFO]
>> ------------------------------------------------------------------------
>> 
>> On Wed, Oct 3, 2018 at 2:10 PM OmPrakash Muppirala <bi...@gmail.com>
>> wrote:
>> 
>>> 
>>> 
>>> On Wed, Oct 3, 2018 at 2:02 PM Alex Harui <ah...@adobe.com.invalid>
>>> wrote:
>>> 
>>>> Hi Om,
>>>> 
>>>> Does anything deploy, or is that the first thing that is attempted to
>>>> deploy?  I found this article that might help:
>>>> 
>>>> 
>> https://community.apigee.com/questions/50756/unable-to-deploy-using-maven-script-due-to-error-r.html
>>> 
>>> 
>>> It deployed a lot of artifacts before hitting this error.  I don't see
>>> anything special with this artifact.  So, I am guessing that it was a
>>> momentary bad connection that caused this.
>>> 
>>> 
>>>> 
>>>> 
>>>> I would be concerned about restarting from the middle of a Maven call.
>> I
>>>> suppose you could try it, but what if it skipped an artifact?
>>>> 
>>> 
>>> The maven error message explicitly says this:
>>> 
>>>     [exec] [INFO] [ERROR] After correcting the problems, you can resume
>>> the build with the command
>>> 
>>>     [exec] [INFO] [ERROR]   mvn <goals> -rf
>>> :Jewel-Light-NoFlat-Primary-Sunflower-Theme
>>> 
>>> 
>>>> 
>>>> There should be Ant targets for starting only on royale-asjs if
>>>> royale-compiler and royale=typedefs worked ok.
>>>> 
>>>> HTH,
>>>> -Alex
>>>> 
>>>> On 10/3/18, 11:58 AM, "OmPrakash Muppirala" <bi...@gmail.com>
>>>> wrote:
>>>> 
>>>>    Another suggestion I have is - can we do all the pushes to remote
>>>> after
>>>>    everything is done locally?  That way, if something goes wrong
>>>> halfway, we
>>>>    can just delete the royale-* dirs locally and rerun the
>>>> releasecandiate ant
>>>>    script?
>>>> 
>>>>    Not sure if this is an easy change?
>>>> 
>>>>    Thanks,
>>>>    Om
>>>> 
>>>>    On Wed, Oct 3, 2018 at 11:42 AM OmPrakash Muppirala <
>>>> bigosmallm@gmail.com>
>>>>    wrote:
>>>> 
>>>>> Okay, I tried a couple of times and I have started getting `SSL
>>>> peer shut
>>>>> down incorrectly errors`
>>>>> 
>>>>>     [exec] [INFO] [INFO]
>>>>> 
>>>> ------------------------------------------------------------------------
>>>>> 
>>>>>     [exec] [INFO] [INFO] BUILD FAILURE
>>>>> 
>>>>>     [exec] [INFO] [INFO]
>>>>> 
>>>> ------------------------------------------------------------------------
>>>>> 
>>>>>     [exec] [INFO] [INFO] Total time: 16:04 min
>>>>> 
>>>>>     [exec] [INFO] [INFO] Finished at: 2018-10-03T11:38:49-07:00
>>>>> 
>>>>>     [exec] [INFO] [INFO]
>>>>> 
>>>> ------------------------------------------------------------------------
>>>>> 
>>>>>     [exec] [INFO] [ERROR] Failed to execute goal
>>>>> org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
>>>> (default-deploy)
>>>>> on project Jewel-Light-NoFlat-Primary-Sunflower-Theme: Failed to
>>>> deploy
>>>>> artifacts: Could not transfer artifact
>>>>> 
>>>> 
>> org.apache.royale.framework:Jewel-Light-NoFlat-Primary-Sunflower-Theme:swc:0.9.4
>>>>> from/to apache.releases.https (
>>>>> 
>>>> 
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fservice%2Flocal%2Fstaging%2Fdeploy%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7Cf27e84867a5440c6809008d62962338f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741899088254161&amp;sdata=vzyO7Stsj3pqyE9Sih32heK62GABKGZo0wlgWpxW0bE%3D&amp;reserved=0
>>>> ):
>>>>> Remote host closed connection during handshake: SSL peer shut down
>>>>> incorrectly -> [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]
>>>>> 
>>>> 
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cf27e84867a5440c6809008d62962338f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741899088254161&amp;sdata=RU7b9uJt%2FtsXJiX376HgIqRTvKoiKZcs7Z%2Flr1b4wO8%3D&amp;reserved=0
>>>>> 
>>>>>     [exec] [INFO] [ERROR]
>>>>> 
>>>>>     [exec] [INFO] [ERROR] After correcting the problems, you can
>>>> resume
>>>>> the build with the command
>>>>> 
>>>>>     [exec] [INFO] [ERROR]   mvn <goals> -rf
>>>>> :Jewel-Light-NoFlat-Primary-Sunflower-Theme
>>>>> 
>>>>>     [exec] [INFO]
>>>>> 
>>>> ------------------------------------------------------------------------
>>>>> 
>>>>> 
>>>>> I am guessing it is a bad internet connection.  I am wondering if
>>>> we can
>>>>> pass a -rf (resume from) option to the maven call from ant?
>>>> Otherwise
>>>>> doing all this from scratch everytime is a big pain.
>>>>> 
>>>>> Thanks,
>>>>> Om
>>>>> 
>>>>> On Wed, Oct 3, 2018 at 12:47 AM Alex Harui
>> <aharui@adobe.com.invalid
>>>>> 
>>>>> wrote:
>>>>> 
>>>>>> Looks like it was a missing [
>>>>>> 
>>>>>> MXRoyale and SparkRoyale built for me.
>>>>>> 
>>>>>> HTH,
>>>>>> -Alex
>>>>>> 
>>>>>> On 10/3/18, 12:43 AM, "OmPrakash Muppirala" <
>> bigosmallm@gmail.com>
>>>>>> wrote:
>>>>>> 
>>>>>>    Thanks!
>>>>>> 
>>>>>>    I reverted everything back to previous state.  I can give it
>> a
>>>> shot
>>>>>>    tomorrow evening.
>>>>>> 
>>>>>>    Regards,
>>>>>>    Om
>>>>>> 
>>>>>>    On Wed, Oct 3, 2018 at 12:41 AM Alex Harui
>>>> <ah...@adobe.com.invalid>
>>>>>> wrote:
>>>>>> 
>>>>>>> It was in a releasable state.  TourDeFlex was running on
>> it.
>>>>>>> 
>>>>>>> I'm trying to track down the change that broke it.
>>>>>>> 
>>>>>>> -Alex
>>>>>>> 
>>>>>>> On 10/3/18, 12:32 AM, "OmPrakash Muppirala" <
>>>> bigosmallm@gmail.com>
>>>>>> wrote:
>>>>>>> 
>>>>>>>    A bit more progress. Now we are failing on the MXRoyale
>>>> project:
>>>>>>> 
>>>>>>>         [exec] [INFO] [INFO]
>>>>>>> 
>>>>>>> 
>>>>>> 
>>>> ------------------------------------------------------------------------
>>>>>>> 
>>>>>>>         [exec] [INFO] [INFO] BUILD FAILURE
>>>>>>> 
>>>>>>>         [exec] [INFO] [INFO]
>>>>>>> 
>>>>>>> 
>>>>>> 
>>>> ------------------------------------------------------------------------
>>>>>>> 
>>>>>>>         [exec] [INFO] [INFO] Total time: 01:34 min
>>>>>>> 
>>>>>>>         [exec] [INFO] [INFO] Finished at:
>>>> 2018-10-03T00:28:14-07:00
>>>>>>> 
>>>>>>>         [exec] [INFO] [INFO]
>>>>>>> 
>>>>>>> 
>>>>>> 
>>>> ------------------------------------------------------------------------
>>>>>>> 
>>>>>>>         [exec] [INFO] [ERROR] Failed to execute goal
>>>>>>> 
>>>> org.apache.royale.compiler:royale-maven-plugin:0.9.4:compile-as
>>>>>>>    (default-compile-as) on project MXRoyale: There were
>>>> errors
>>>>>> during the
>>>>>>>    build. Got return code 3 -> [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]
>>>>>>> 
>>>>>>> 
>>>>>> 
>>>> 
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cf27e84867a5440c6809008d62962338f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741899088254161&amp;sdata=RU7b9uJt%2FtsXJiX376HgIqRTvKoiKZcs7Z%2Flr1b4wO8%3D&amp;reserved=0
>>>>>>> 
>>>>>>>         [exec] [INFO] [ERROR]
>>>>>>> 
>>>>>>>         [exec] [INFO] [ERROR] After correcting the
>>>> problems, you
>>>>>> can
>>>>>>> resume
>>>>>>>    the build with the command
>>>>>>> 
>>>>>>>         [exec] [INFO] [ERROR]   mvn <goals> -rf :MXRoyale
>>>>>>> 
>>>>>>> 
>>>>>>>    Can we perhaps turn this project off?  Is it in a
>>>> releasable
>>>>>> state?
>>>>>>> 
>>>>>>>    On Tue, Oct 2, 2018 at 7:30 PM OmPrakash Muppirala <
>>>>>>> bigosmallm@gmail.com>
>>>>>>>    wrote:
>>>>>>> 
>>>>>>>> I'm going to give this another shot in a couple of
>>>> hours,
>>>>>> unless
>>>>>>> there are
>>>>>>>> any objections.
>>>>>>>> 
>>>>>>>> Thanks,
>>>>>>>> Om
>>>>>>>> 
>>>>>>>> On Mon, Oct 1, 2018, 2:04 PM Alex Harui
>>>>>> <ah...@adobe.com.invalid>
>>>>>>> wrote:
>>>>>>>> 
>>>>>>>>> Jewel is mentioned in there.  I added mention of the
>>>>>> migration
>>>>>>> components
>>>>>>>>> and tour de flex.  Not sure if I got the formatting
>>>> right.
>>>>>> I think
>>>>>>> it is
>>>>>>>>> good enough.
>>>>>>>>> 
>>>>>>>>> -Alex
>>>>>>>>> 
>>>>>>>>> On 10/1/18, 12:13 PM, "OmPrakash Muppirala" <
>>>>>> bigosmallm@gmail.com>
>>>>>>>>> wrote:
>>>>>>>>> 
>>>>>>>>>    I updated it, although it looks a bit sparse
>>>> now.  Can
>>>>>> we list
>>>>>>> a few
>>>>>>>>> major
>>>>>>>>>    highlights here, that I can go add to the
>> release
>>>> notes?
>>>>>>>>>    Jewel should at least have several updates.
>>>>>>>>> 
>>>>>>>>>    Thanks,
>>>>>>>>>    Om
>>>>>>>>> 
>>>>>>>>>    On Mon, Oct 1, 2018 at 12:09 PM Alex Harui
>>>>>>> <ah...@adobe.com.invalid>
>>>>>>>>> wrote:
>>>>>>>>> 
>>>>>>>>>> Hey, I just noticed that nobody put a 0.9.4
>>>> section in
>>>>>> the
>>>>>>>>> RELEASE_NOTES.
>>>>>>>>>> Maybe just rename the 0.9.3 section?
>>>>>>>>>> 
>>>>>>>>>> -Alex
>>>>>>>>>> 
>>>>>>>>>> On 10/1/18, 12:07 PM, "OmPrakash Muppirala" <
>>>>>>> bigosmallm@gmail.com>
>>>>>>>>> wrote:
>>>>>>>>>> 
>>>>>>>>>>    Good catch!  I just pushed a fix for that.
>>>>>>>>>> 
>>>>>>>>>>    Thanks,
>>>>>>>>>>    Om
>>>>>>>>>> 
>>>>>>>>>>    On Mon, Oct 1, 2018 at 11:04 AM Alex Harui
>>>>>>>>> <ah...@adobe.com.invalid>
>>>>>>>>>> wrote:
>>>>>>>>>> 
>>>>>>>>>>> Om,
>>>>>>>>>>> 
>>>>>>>>>>> I think the <tag>release/0.9.4</tag> in
>>>>>>> royale-asjs/pom.xml
>>>>>>>>> needs to
>>>>>>>>>> be
>>>>>>>>>>> reverted back to 0.9.3.
>>>>>>>>>>> 
>>>>>>>>>>> Everything else looks ok from my quick
>>>>>> examination.
>>>>>>>>>>> 
>>>>>>>>>>> Thanks and good luck,
>>>>>>>>>>> -Alex
>>>>>>>>>>> 
>>>>>>>>>>> On 10/1/18, 10:29 AM, "Piotr Zarzycki" <
>>>>>>>>> piotrzarzycki21@gmail.com>
>>>>>>>>>> wrote:
>>>>>>>>>>> 
>>>>>>>>>>>    I saw your commit and I think you
>>>> should be
>>>>>> ok.
>>>>>>>>>>> 
>>>>>>>>>>>    pon., 1 paź 2018 o 19:21 OmPrakash
>>>> Muppirala
>>>>>> <
>>>>>>>>>> bigosmallm@gmail.com>
>>>>>>>>>>>    napisał(a):
>>>>>>>>>>> 
>>>>>>>>>>>> Okay, I did the following to
>> reset:
>>>>>>>>>>>> 
>>>>>>>>>>>> For all three repos:
>>>>>>>>>>>> * Reverted all references of 0.9.5
>>>> to 0.9.4
>>>>>>>>>>>> * Deleted 0.9.4-rc1 tag
>>>>>>>>>>>> * Deleted branch: release/0.9.4
>>>>>>>>>>>> 
>>>>>>>>>>>> Can someone please make sure that
>>>> we are
>>>>>> good
>>>>>>> before
>>>>>>>>> starting
>>>>>>>>>> work?
>>>>>>>>>>>> 
>>>>>>>>>>>> Thanks,
>>>>>>>>>>>> Om
>>>>>>>>>>>> 
>>>>>>>>>>>> On Mon, Oct 1, 2018 at 1:51 AM
>>>> Carlos
>>>>>> Rovira <
>>>>>>>>>>> carlosrovira@apache.org>
>>>>>>>>>>>> wrote:
>>>>>>>>>>>> 
>>>>>>>>>>>>> Hi Om,
>>>>>>>>>>>>> is related to flash player
>>>> debugger not
>>>>>>> launched? are
>>>>>>>>> you on
>>>>>>>>>> Mac?
>>>>>>>>>>>>> I think on Mac I have to make
>>>> *.swf
>>>>>> files be
>>>>>>> always
>>>>>>>>> opened
>>>>>>>>>> by Flash
>>>>>>>>>>>> Player
>>>>>>>>>>>>> debugger.
>>>>>>>>>>>>> 
>>>>>>>>>>>>> In the other hand, I need to
>>>> commit
>>>>>> during the
>>>>>>> day
>>>>>>>>> some
>>>>>>>>>> fixes, one
>>>>>>>>>>> on
>>>>>>>>>>>>> typedefs and expect more on
>>>> compiler. So
>>>>>> if you
>>>>>>> plan
>>>>>>>>> to try
>>>>>>>>>> again
>>>>>>>>>>> some
>>>>>>>>>>>>> hours ago, please, remove the
>>>> commits to
>>>>>> left
>>>>>>> the
>>>>>>>>> repos so
>>>>>>>>>> we can
>>>>>>>>>>> commit
>>>>>>>>>>>>> new work
>>>>>>>>>>>>> 
>>>>>>>>>>>>> thanks!
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Carlos
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> El lun., 1 oct. 2018 a las
>> 10:29,
>>>>>> OmPrakash
>>>>>>> Muppirala
>>>>>>>>> (<
>>>>>>>>>>>>> bigosmallm@gmail.com>)
>>>>>>>>>>>>> escribió:
>>>>>>>>>>>>> 
>>>>>>>>>>>>>> I provided path to Chrome via
>>>>>> -Dbrowser, but
>>>>>>> I got
>>>>>>>>> an
>>>>>>>>>> error that
>>>>>>>>>>> ant
>>>>>>>>>>>> was
>>>>>>>>>>>>>> not able to access the
>>>> application.
>>>>>>>>>>>>>> So, I tried installing firefox
>>>> and that
>>>>>>> seemed to
>>>>>>>>> work.
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> On Mon, Oct 1, 2018 at 1:26 AM
>>>> Piotr
>>>>>> Zarzycki
>>>>>>> <
>>>>>>>>>>>> piotrzarzycki21@gmail.com
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> Hi Om,
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> You did use Firefox for that
>>>> purpose
>>>>>> ? I
>>>>>>> had to
>>>>>>>>> specify
>>>>>>>>>>>> -Dbrowser=path
>>>>>>>>>>>>> to
>>>>>>>>>>>>>>> firefox.exe
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> Thanks,
>>>>>>>>>>>>>>> Piotr
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> pon., 1 paź 2018 o 10:22
>>>> OmPrakash
>>>>>>> Muppirala <
>>>>>>>>>>> bigosmallm@gmail.com>
>>>>>>>>>>>>>>> napisał(a):
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> Okay, I made several
>>>> attempts
>>>>>> through the
>>>>>>> day,
>>>>>>>>> making
>>>>>>>>>>> progress each
>>>>>>>>>>>>>> time.
>>>>>>>>>>>>>>>> The last run failed
>>>> because the
>>>>>> browser
>>>>>>> could
>>>>>>>>> not be
>>>>>>>>>>> launched.
>>>>>>>>>>>>>>>> I am going to pause on
>> this
>>>> and
>>>>>> try again
>>>>>>>>> tomorrow (or
>>>>>>>>>>> later) . If
>>>>>>>>>>>>>>> someone
>>>>>>>>>>>>>>>> else wants to give this a
>>>> go in the
>>>>>>> meantimne,
>>>>>>>>> they are
>>>>>>>>>>> welcome :-)
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> Thanks,
>>>>>>>>>>>>>>>> Om
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> On Mon, Oct 1, 2018 at
>>>> 12:22 AM
>>>>>> Carlos
>>>>>>> Rovira <
>>>>>>>>>>>>> carlosrovira@apache.org
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> Hi Om,
>>>>>>>>>>>>>>>>> no,  I Thought this was
>>>> due to
>>>>>> different
>>>>>>>>> tries of the
>>>>>>>>>>> release
>>>>>>>>>>>>> process
>>>>>>>>>>>>>>> but
>>>>>>>>>>>>>>>>> most of the poms are in
>>>>>> 0.9.6-SNAPSHOT.
>>>>>>>>>>>>>>>>> You can search the
>> entire
>>>> repo
>>>>>> for
>>>>>>>>> "0.9.X-SNAPSHOT"
>>>>>>>>>> string
>>>>>>>>>>> to see
>>>>>>>>>>>>>> that
>>>>>>>>>>>>>>>> now
>>>>>>>>>>>>>>>>> X is 6.
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> thanks
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> El lun., 1 oct. 2018 a
>>>> las 2:07,
>>>>>>> OmPrakash
>>>>>>>>> Muppirala
>>>>>>>>>> (<
>>>>>>>>>>>>>>>>> bigosmallm@gmail.com>)
>>>>>>>>>>>>>>>>> escribió:
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>> On Sun, Sep 30, 2018,
>>>> 2:13 PM
>>>>>> Carlos
>>>>>>> Rovira
>>>>>>>>> <
>>>>>>>>>>>>>> carlosrovira@apache.org
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>> Hi Om,
>>>>>>>>>>>>>>>>>>> just saw that some
>>>> poms was
>>>>>> not
>>>>>>> changed to
>>>>>>>>>>> 0.9.6-SNAPSHOT.
>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>> Do you mean
>>>> 0.9.4-SNAPSHOT?
>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>> Thanks,
>>>>>>>>>>>>>>>>>> Om
>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>> I think that should be
>>>> fixed
>>>>>> and get a
>>>>>>>>> prepare
>>>>>>>>>> maven
>>>>>>>>>>> release
>>>>>>>>>>>>>> process
>>>>>>>>>>>>>>>> that
>>>>>>>>>>>>>>>>>>> could finaly gets
>> all
>>>> poms
>>>>>> updated
>>>>>>> to new
>>>>>>>>>> version.
>>>>>>>>>>>>>>>>>>> Don't know if that
>>>> could be
>>>>>> the
>>>>>>> problem.
>>>>>>>>> Can you
>>>>>>>>>> try
>>>>>>>>>>> again?
>>>>>>>>>>>>>>>>>>> thanks
>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>> El dom., 30 sept.
>>>> 2018 a las
>>>>>> 21:32,
>>>>>>>>> OmPrakash
>>>>>>>>>>> Muppirala (<
>>>>>>>>>>>>>>>>>>> 
>> bigosmallm@gmail.com
>>>>> )
>>>>>> escribió:
>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>> Made a bit more
>>>> progress,
>>>>>> but the
>>>>>>> build
>>>>>>>>> is
>>>>>>>>>> failing
>>>>>>>>>>> here
>>>>>>>>>>>> now:
>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>>>> [INFO]
>>>>>> Apache
>>>>>>> Royale:
>>>>>>>>>> Examples:
>>>>>>>>>>> Royale:
>>>>>>>>>>>>>>>>>>>> 
>>>> DataBindingExample_as
>>>>>> SUCCESS [
>>>>>>> 2.469
>>>>>>>>> s]
>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>>>> [INFO]
>>>>>> Apache
>>>>>>> Royale:
>>>>>>>>>> Examples:
>>>>>>>>>>> Royale:
>>>>>>>>>>>>>>>>>>>> 
>>>> DataBindingExample_Flat
>>>>>> FAILURE [
>>>>>>>>> 1.756 s]
>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>>>> [INFO]
>>>>>> Apache
>>>>>>> Royale:
>>>>>>>>>> Examples:
>>>>>>>>>>> Royale:
>>>>>>>>>>>>>>>>>>>> 
>>>>>> DataBindingExampleWithLayout
>>>>>>> SKIPPED
>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>>>> [INFO]
>>>>>> Apache
>>>>>>> Royale:
>>>>>>>>>> Examples:
>>>>>>>>>>> Royale:
>>>>>>>>>>>>>>>>>>> DataGridExample
>>>>>>>>>>>>>>>>>>>> ... SKIPPED
>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>> Detailed error:
>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>    [exec] [INFO]
>>>> [INFO]
>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>> 
>>>>>>> 
>>>>>> 
>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>>>> [INFO]
>>>>>> BUILD
>>>>>>> FAILURE
>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>>>> [INFO]
>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>> 
>>>>>>> 
>>>>>> 
>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>>>> [INFO]
>>>>>> Total
>>>>>>> time:
>>>>>>>>> 07:03 min
>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>>>> [INFO]
>>>>>>> Finished at:
>>>>>>>>>>>>>> 2018-09-30T12:17:45-07:00
>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>>>> [INFO]
>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>> 
>>>>>>> 
>>>>>> 
>>>> ------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>>>> [ERROR]
>>>>>> Failed
>>>>>>> to
>>>>>>>>> execute
>>>>>>>>>> goal
>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>> 
>>>> org.apache.maven.plugins:maven-dependency-plugin:2.10:unpack
>>>>>>>>>>>>>>>>>>> (unpack-fonts)
>>>>>>>>>>>>>>>>>>>> on project
>>>>>>> DataBindingExample_Flat:
>>>>>>>>> Unable to
>>>>>>>>>> find
>>>>>>>>>>>> artifact.
>>>>>>>>>>>>>>> Could
>>>>>>>>>>>>>>>>> not
>>>>>>>>>>>>>>>>>>> find
>>>>>>>>>>>>>>>>>>>> artifact
>>>>>>>>>> org.apache.royale.framework:Fonts:war:0.9.4
>>>>>>>>>>> in
>>>>>>>>>>>>>>>>> apache-release
>>>>>>>>>>>>>>>>>> (
>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>> 
>>>>>>> 
>>>>>> 
>>>> 
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7Cf27e84867a5440c6809008d62962338f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741899088264171&amp;sdata=UWRtC77ZPXzIU44fNnW0rzkzIeHwzHAuQP0SqTIQkog%3D&amp;reserved=0
>>>>>>>>>>> )
>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>>>> [ERROR]
>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>>>> [ERROR]
>>>>>> Try
>>>>>>>>> downloading the
>>>>>>>>>> file
>>>>>>>>>>>> manually
>>>>>>>>>>>>>> from
>>>>>>>>>>>>>>>> the
>>>>>>>>>>>>>>>>>>>> project website.
>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>>>> [ERROR]
>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>>>> [ERROR]
>>>>>> Then,
>>>>>>>>> install it
>>>>>>>>>> using the
>>>>>>>>>>>>> command:
>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>>>>>> [ERROR]     mvn
>>>>>>>>>>> install:install-file
>>>>>>>>>>>>>>>>>>>> 
>>>>>>> -DgroupId=org.apache.royale.framework
>>>>>>>>>>> -DartifactId=Fonts
>>>>>>>>>>>>>>>>>> -Dversion=0.9.4
>>>>>>>>>>>>>>>>>>>> -Dpackaging=war
>>>>>>> -Dfile=/path/to/file
>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>>>> [ERROR]
>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>>>> [ERROR]
>>>>>>>>> Alternatively, if
>>>>>>>>>> you
>>>>>>>>>>> host your
>>>>>>>>>>>>> own
>>>>>>>>>>>>>>>>>> repository
>>>>>>>>>>>>>>>>>>>> you can deploy the
>>>> file
>>>>>> there:
>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>>>>>> [ERROR]     mvn
>>>>>>>>>> deploy:deploy-file
>>>>>>>>>>>>>>>>>>>> 
>>>>>>> -DgroupId=org.apache.royale.framework
>>>>>>>>>>> -DartifactId=Fonts
>>>>>>>>>>>>>>>>>> -Dversion=0.9.4
>>>>>>>>>>>>>>>>>>>> -Dpackaging=war
>>>>>>> -Dfile=/path/to/file
>>>>>>>>>> -Durl=[url]
>>>>>>>>>>>>>>>> -DrepositoryId=[id]
>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>>>> [ERROR]
>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>>>> [ERROR]
>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>>>> [ERROR]
>>>>>>>>>>>>>>>>>> 
>>>>>>> org.apache.royale.framework:Fonts:war:0.9.4
>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>>>> [ERROR]
>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>>>> [ERROR]
>>>>>> from
>>>>>>> the
>>>>>>>>> specified
>>>>>>>>>> remote
>>>>>>>>>>>>>>> repositories:
>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>     [exec] [INFO]
>>>> [ERROR]
>>>>>>>>> apache-release (
>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>> 
>>>>>>> 
>>> 


Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Piotr Zarzycki <pi...@gmail.com>.
Neverending story ;) What's your internet connection actually?

On Thu, Oct 4, 2018, 10:04 AM OmPrakash Muppirala <bi...@gmail.com>
wrote:

> Hmm, failed again at a different spot:
>
>      [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
> Jewel-Dark-NoFlat-Emphasized-Sunflower-Theme SUCCESS [ 22.251 s]
>
>      [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
> Jewel-Dark-NoFlat-Emphasized-Topaz-Theme SUCCESS [ 18.741 s]
>
>      [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
> Jewel-Dark-NoFlat-Emphasized-Turquoise-Theme SUCCESS [ 18.421 s]
>
>      [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
> Jewel-Dark-NoFlat-Emphasized-Violet-Theme FAILURE [ 31.354 s]
>
>      [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
> Jewel-Dark-NoFlat-Emphasized-Yellow-Theme SKIPPED
>
>      [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes
> ............... SKIPPED
>
>      [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes: Simple
> Royale Application SKIPPED
>
>      [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes: Simple
> Royale Pure-JS Application SKIPPED
>
>      [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes: Simple
> Royale Pure-SWF Application SKIPPED
>
>      [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes: Simple
> Royale Library SKIPPED
>
>      [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes: Simple
> Royale Typedef Library 0.9.4 SKIPPED
>
>      [exec] [INFO] [INFO]
> ------------------------------------------------------------------------
>
>      [exec] [INFO] [INFO] BUILD FAILURE
>
>      [exec] [INFO] [INFO]
> ------------------------------------------------------------------------
>
>      [exec] [INFO] [INFO] Total time: 38:52 min
>
>      [exec] [INFO] [INFO] Finished at: 2018-10-04T00:50:41-07:00
>
>      [exec] [INFO] [INFO]
> ------------------------------------------------------------------------
>
>      [exec] [INFO] [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy)
> on project Jewel-Dark-NoFlat-Emphasized-Violet-Theme: Failed to deploy
> artifacts: Could not transfer artifact
>
> org.apache.royale.framework:Jewel-Dark-NoFlat-Emphasized-Violet-Theme:swc.asc:typedefs:0.9.4
> from/to apache.releases.https (
> https://repository.apache.org/service/local/staging/deploy/maven2):
> Connect
> to repository.apache.org:443 [repository.apache.org/207.244.88.140]
> failed:
> Operation timed out (Connection timed out) -> [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] [ERROR]
>
>      [exec] [INFO] [ERROR] After correcting the problems, you can resume
> the build with the command
>
>      [exec] [INFO] [ERROR]   mvn <goals> -rf
> :Jewel-Dark-NoFlat-Emphasized-Violet-Theme
>
>      [exec] [INFO]
> ------------------------------------------------------------------------
>
> On Wed, Oct 3, 2018 at 2:10 PM OmPrakash Muppirala <bi...@gmail.com>
> wrote:
>
> >
> >
> > On Wed, Oct 3, 2018 at 2:02 PM Alex Harui <ah...@adobe.com.invalid>
> > wrote:
> >
> >> Hi Om,
> >>
> >> Does anything deploy, or is that the first thing that is attempted to
> >> deploy?  I found this article that might help:
> >>
> >>
> https://community.apigee.com/questions/50756/unable-to-deploy-using-maven-script-due-to-error-r.html
> >
> >
> > It deployed a lot of artifacts before hitting this error.  I don't see
> > anything special with this artifact.  So, I am guessing that it was a
> > momentary bad connection that caused this.
> >
> >
> >>
> >>
> >> I would be concerned about restarting from the middle of a Maven call.
> I
> >> suppose you could try it, but what if it skipped an artifact?
> >>
> >
> > The maven error message explicitly says this:
> >
> >      [exec] [INFO] [ERROR] After correcting the problems, you can resume
> > the build with the command
> >
> >      [exec] [INFO] [ERROR]   mvn <goals> -rf
> > :Jewel-Light-NoFlat-Primary-Sunflower-Theme
> >
> >
> >>
> >> There should be Ant targets for starting only on royale-asjs if
> >> royale-compiler and royale=typedefs worked ok.
> >>
> >> HTH,
> >> -Alex
> >>
> >> On 10/3/18, 11:58 AM, "OmPrakash Muppirala" <bi...@gmail.com>
> >> wrote:
> >>
> >>     Another suggestion I have is - can we do all the pushes to remote
> >> after
> >>     everything is done locally?  That way, if something goes wrong
> >> halfway, we
> >>     can just delete the royale-* dirs locally and rerun the
> >> releasecandiate ant
> >>     script?
> >>
> >>     Not sure if this is an easy change?
> >>
> >>     Thanks,
> >>     Om
> >>
> >>     On Wed, Oct 3, 2018 at 11:42 AM OmPrakash Muppirala <
> >> bigosmallm@gmail.com>
> >>     wrote:
> >>
> >>     > Okay, I tried a couple of times and I have started getting `SSL
> >> peer shut
> >>     > down incorrectly errors`
> >>     >
> >>     >      [exec] [INFO] [INFO]
> >>     >
> >> ------------------------------------------------------------------------
> >>     >
> >>     >      [exec] [INFO] [INFO] BUILD FAILURE
> >>     >
> >>     >      [exec] [INFO] [INFO]
> >>     >
> >> ------------------------------------------------------------------------
> >>     >
> >>     >      [exec] [INFO] [INFO] Total time: 16:04 min
> >>     >
> >>     >      [exec] [INFO] [INFO] Finished at: 2018-10-03T11:38:49-07:00
> >>     >
> >>     >      [exec] [INFO] [INFO]
> >>     >
> >> ------------------------------------------------------------------------
> >>     >
> >>     >      [exec] [INFO] [ERROR] Failed to execute goal
> >>     > org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
> >> (default-deploy)
> >>     > on project Jewel-Light-NoFlat-Primary-Sunflower-Theme: Failed to
> >> deploy
> >>     > artifacts: Could not transfer artifact
> >>     >
> >>
> org.apache.royale.framework:Jewel-Light-NoFlat-Primary-Sunflower-Theme:swc:0.9.4
> >>     > from/to apache.releases.https (
> >>     >
> >>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fservice%2Flocal%2Fstaging%2Fdeploy%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7Cf27e84867a5440c6809008d62962338f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741899088254161&amp;sdata=vzyO7Stsj3pqyE9Sih32heK62GABKGZo0wlgWpxW0bE%3D&amp;reserved=0
> >> ):
> >>     > Remote host closed connection during handshake: SSL peer shut down
> >>     > incorrectly -> [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]
> >>     >
> >>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cf27e84867a5440c6809008d62962338f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741899088254161&amp;sdata=RU7b9uJt%2FtsXJiX376HgIqRTvKoiKZcs7Z%2Flr1b4wO8%3D&amp;reserved=0
> >>     >
> >>     >      [exec] [INFO] [ERROR]
> >>     >
> >>     >      [exec] [INFO] [ERROR] After correcting the problems, you can
> >> resume
> >>     > the build with the command
> >>     >
> >>     >      [exec] [INFO] [ERROR]   mvn <goals> -rf
> >>     > :Jewel-Light-NoFlat-Primary-Sunflower-Theme
> >>     >
> >>     >      [exec] [INFO]
> >>     >
> >> ------------------------------------------------------------------------
> >>     >
> >>     >
> >>     > I am guessing it is a bad internet connection.  I am wondering if
> >> we can
> >>     > pass a -rf (resume from) option to the maven call from ant?
> >> Otherwise
> >>     > doing all this from scratch everytime is a big pain.
> >>     >
> >>     > Thanks,
> >>     > Om
> >>     >
> >>     > On Wed, Oct 3, 2018 at 12:47 AM Alex Harui
> <aharui@adobe.com.invalid
> >> >
> >>     > wrote:
> >>     >
> >>     >> Looks like it was a missing [
> >>     >>
> >>     >> MXRoyale and SparkRoyale built for me.
> >>     >>
> >>     >> HTH,
> >>     >> -Alex
> >>     >>
> >>     >> On 10/3/18, 12:43 AM, "OmPrakash Muppirala" <
> bigosmallm@gmail.com>
> >>     >> wrote:
> >>     >>
> >>     >>     Thanks!
> >>     >>
> >>     >>     I reverted everything back to previous state.  I can give it
> a
> >> shot
> >>     >>     tomorrow evening.
> >>     >>
> >>     >>     Regards,
> >>     >>     Om
> >>     >>
> >>     >>     On Wed, Oct 3, 2018 at 12:41 AM Alex Harui
> >> <ah...@adobe.com.invalid>
> >>     >> wrote:
> >>     >>
> >>     >>     > It was in a releasable state.  TourDeFlex was running on
> it.
> >>     >>     >
> >>     >>     > I'm trying to track down the change that broke it.
> >>     >>     >
> >>     >>     > -Alex
> >>     >>     >
> >>     >>     > On 10/3/18, 12:32 AM, "OmPrakash Muppirala" <
> >> bigosmallm@gmail.com>
> >>     >> wrote:
> >>     >>     >
> >>     >>     >     A bit more progress. Now we are failing on the MXRoyale
> >> project:
> >>     >>     >
> >>     >>     >          [exec] [INFO] [INFO]
> >>     >>     >
> >>     >>     >
> >>     >>
> >> ------------------------------------------------------------------------
> >>     >>     >
> >>     >>     >          [exec] [INFO] [INFO] BUILD FAILURE
> >>     >>     >
> >>     >>     >          [exec] [INFO] [INFO]
> >>     >>     >
> >>     >>     >
> >>     >>
> >> ------------------------------------------------------------------------
> >>     >>     >
> >>     >>     >          [exec] [INFO] [INFO] Total time: 01:34 min
> >>     >>     >
> >>     >>     >          [exec] [INFO] [INFO] Finished at:
> >> 2018-10-03T00:28:14-07:00
> >>     >>     >
> >>     >>     >          [exec] [INFO] [INFO]
> >>     >>     >
> >>     >>     >
> >>     >>
> >> ------------------------------------------------------------------------
> >>     >>     >
> >>     >>     >          [exec] [INFO] [ERROR] Failed to execute goal
> >>     >>     >
> >>  org.apache.royale.compiler:royale-maven-plugin:0.9.4:compile-as
> >>     >>     >     (default-compile-as) on project MXRoyale: There were
> >> errors
> >>     >> during the
> >>     >>     >     build. Got return code 3 -> [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]
> >>     >>     >
> >>     >>     >
> >>     >>
> >>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cf27e84867a5440c6809008d62962338f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741899088254161&amp;sdata=RU7b9uJt%2FtsXJiX376HgIqRTvKoiKZcs7Z%2Flr1b4wO8%3D&amp;reserved=0
> >>     >>     >
> >>     >>     >          [exec] [INFO] [ERROR]
> >>     >>     >
> >>     >>     >          [exec] [INFO] [ERROR] After correcting the
> >> problems, you
> >>     >> can
> >>     >>     > resume
> >>     >>     >     the build with the command
> >>     >>     >
> >>     >>     >          [exec] [INFO] [ERROR]   mvn <goals> -rf :MXRoyale
> >>     >>     >
> >>     >>     >
> >>     >>     >     Can we perhaps turn this project off?  Is it in a
> >> releasable
> >>     >> state?
> >>     >>     >
> >>     >>     >     On Tue, Oct 2, 2018 at 7:30 PM OmPrakash Muppirala <
> >>     >>     > bigosmallm@gmail.com>
> >>     >>     >     wrote:
> >>     >>     >
> >>     >>     >     > I'm going to give this another shot in a couple of
> >> hours,
> >>     >> unless
> >>     >>     > there are
> >>     >>     >     > any objections.
> >>     >>     >     >
> >>     >>     >     > Thanks,
> >>     >>     >     > Om
> >>     >>     >     >
> >>     >>     >     > On Mon, Oct 1, 2018, 2:04 PM Alex Harui
> >>     >> <ah...@adobe.com.invalid>
> >>     >>     > wrote:
> >>     >>     >     >
> >>     >>     >     >> Jewel is mentioned in there.  I added mention of the
> >>     >> migration
> >>     >>     > components
> >>     >>     >     >> and tour de flex.  Not sure if I got the formatting
> >> right.
> >>     >> I think
> >>     >>     > it is
> >>     >>     >     >> good enough.
> >>     >>     >     >>
> >>     >>     >     >> -Alex
> >>     >>     >     >>
> >>     >>     >     >> On 10/1/18, 12:13 PM, "OmPrakash Muppirala" <
> >>     >> bigosmallm@gmail.com>
> >>     >>     >     >> wrote:
> >>     >>     >     >>
> >>     >>     >     >>     I updated it, although it looks a bit sparse
> >> now.  Can
> >>     >> we list
> >>     >>     > a few
> >>     >>     >     >> major
> >>     >>     >     >>     highlights here, that I can go add to the
> release
> >> notes?
> >>     >>     >     >>     Jewel should at least have several updates.
> >>     >>     >     >>
> >>     >>     >     >>     Thanks,
> >>     >>     >     >>     Om
> >>     >>     >     >>
> >>     >>     >     >>     On Mon, Oct 1, 2018 at 12:09 PM Alex Harui
> >>     >>     > <ah...@adobe.com.invalid>
> >>     >>     >     >> wrote:
> >>     >>     >     >>
> >>     >>     >     >>     > Hey, I just noticed that nobody put a 0.9.4
> >> section in
> >>     >> the
> >>     >>     >     >> RELEASE_NOTES.
> >>     >>     >     >>     > Maybe just rename the 0.9.3 section?
> >>     >>     >     >>     >
> >>     >>     >     >>     > -Alex
> >>     >>     >     >>     >
> >>     >>     >     >>     > On 10/1/18, 12:07 PM, "OmPrakash Muppirala" <
> >>     >>     > bigosmallm@gmail.com>
> >>     >>     >     >> wrote:
> >>     >>     >     >>     >
> >>     >>     >     >>     >     Good catch!  I just pushed a fix for that.
> >>     >>     >     >>     >
> >>     >>     >     >>     >     Thanks,
> >>     >>     >     >>     >     Om
> >>     >>     >     >>     >
> >>     >>     >     >>     >     On Mon, Oct 1, 2018 at 11:04 AM Alex Harui
> >>     >>     >     >> <ah...@adobe.com.invalid>
> >>     >>     >     >>     > wrote:
> >>     >>     >     >>     >
> >>     >>     >     >>     >     > Om,
> >>     >>     >     >>     >     >
> >>     >>     >     >>     >     > I think the <tag>release/0.9.4</tag> in
> >>     >>     > royale-asjs/pom.xml
> >>     >>     >     >> needs to
> >>     >>     >     >>     > be
> >>     >>     >     >>     >     > reverted back to 0.9.3.
> >>     >>     >     >>     >     >
> >>     >>     >     >>     >     > Everything else looks ok from my quick
> >>     >> examination.
> >>     >>     >     >>     >     >
> >>     >>     >     >>     >     > Thanks and good luck,
> >>     >>     >     >>     >     > -Alex
> >>     >>     >     >>     >     >
> >>     >>     >     >>     >     > On 10/1/18, 10:29 AM, "Piotr Zarzycki" <
> >>     >>     >     >> piotrzarzycki21@gmail.com>
> >>     >>     >     >>     > wrote:
> >>     >>     >     >>     >     >
> >>     >>     >     >>     >     >     I saw your commit and I think you
> >> should be
> >>     >> ok.
> >>     >>     >     >>     >     >
> >>     >>     >     >>     >     >     pon., 1 paź 2018 o 19:21 OmPrakash
> >> Muppirala
> >>     >> <
> >>     >>     >     >>     > bigosmallm@gmail.com>
> >>     >>     >     >>     >     >     napisał(a):
> >>     >>     >     >>     >     >
> >>     >>     >     >>     >     >     > Okay, I did the following to
> reset:
> >>     >>     >     >>     >     >     >
> >>     >>     >     >>     >     >     > For all three repos:
> >>     >>     >     >>     >     >     > * Reverted all references of 0.9.5
> >> to 0.9.4
> >>     >>     >     >>     >     >     > * Deleted 0.9.4-rc1 tag
> >>     >>     >     >>     >     >     > * Deleted branch: release/0.9.4
> >>     >>     >     >>     >     >     >
> >>     >>     >     >>     >     >     > Can someone please make sure that
> >> we are
> >>     >> good
> >>     >>     > before
> >>     >>     >     >> starting
> >>     >>     >     >>     > work?
> >>     >>     >     >>     >     >     >
> >>     >>     >     >>     >     >     > Thanks,
> >>     >>     >     >>     >     >     > Om
> >>     >>     >     >>     >     >     >
> >>     >>     >     >>     >     >     > On Mon, Oct 1, 2018 at 1:51 AM
> >> Carlos
> >>     >> Rovira <
> >>     >>     >     >>     >     > carlosrovira@apache.org>
> >>     >>     >     >>     >     >     > wrote:
> >>     >>     >     >>     >     >     >
> >>     >>     >     >>     >     >     > > Hi Om,
> >>     >>     >     >>     >     >     > > is related to flash player
> >> debugger not
> >>     >>     > launched? are
> >>     >>     >     >> you on
> >>     >>     >     >>     > Mac?
> >>     >>     >     >>     >     >     > > I think on Mac I have to make
> >> *.swf
> >>     >> files be
> >>     >>     > always
> >>     >>     >     >> opened
> >>     >>     >     >>     > by Flash
> >>     >>     >     >>     >     >     > Player
> >>     >>     >     >>     >     >     > > debugger.
> >>     >>     >     >>     >     >     > >
> >>     >>     >     >>     >     >     > > In the other hand, I need to
> >> commit
> >>     >> during the
> >>     >>     > day
> >>     >>     >     >> some
> >>     >>     >     >>     > fixes, one
> >>     >>     >     >>     >     > on
> >>     >>     >     >>     >     >     > > typedefs and expect more on
> >> compiler. So
> >>     >> if you
> >>     >>     > plan
> >>     >>     >     >> to try
> >>     >>     >     >>     > again
> >>     >>     >     >>     >     > some
> >>     >>     >     >>     >     >     > > hours ago, please, remove the
> >> commits to
> >>     >> left
> >>     >>     > the
> >>     >>     >     >> repos so
> >>     >>     >     >>     > we can
> >>     >>     >     >>     >     > commit
> >>     >>     >     >>     >     >     > > new work
> >>     >>     >     >>     >     >     > >
> >>     >>     >     >>     >     >     > > thanks!
> >>     >>     >     >>     >     >     > >
> >>     >>     >     >>     >     >     > > Carlos
> >>     >>     >     >>     >     >     > >
> >>     >>     >     >>     >     >     > >
> >>     >>     >     >>     >     >     > >
> >>     >>     >     >>     >     >     > >
> >>     >>     >     >>     >     >     > >
> >>     >>     >     >>     >     >     > > El lun., 1 oct. 2018 a las
> 10:29,
> >>     >> OmPrakash
> >>     >>     > Muppirala
> >>     >>     >     >> (<
> >>     >>     >     >>     >     >     > > bigosmallm@gmail.com>)
> >>     >>     >     >>     >     >     > > escribió:
> >>     >>     >     >>     >     >     > >
> >>     >>     >     >>     >     >     > > > I provided path to Chrome via
> >>     >> -Dbrowser, but
> >>     >>     > I got
> >>     >>     >     >> an
> >>     >>     >     >>     > error that
> >>     >>     >     >>     >     > ant
> >>     >>     >     >>     >     >     > was
> >>     >>     >     >>     >     >     > > > not able to access the
> >> application.
> >>     >>     >     >>     >     >     > > > So, I tried installing firefox
> >> and that
> >>     >>     > seemed to
> >>     >>     >     >> work.
> >>     >>     >     >>     >     >     > > >
> >>     >>     >     >>     >     >     > > > On Mon, Oct 1, 2018 at 1:26 AM
> >> Piotr
> >>     >> Zarzycki
> >>     >>     > <
> >>     >>     >     >>     >     >     > piotrzarzycki21@gmail.com
> >>     >>     >     >>     >     >     > > >
> >>     >>     >     >>     >     >     > > > wrote:
> >>     >>     >     >>     >     >     > > >
> >>     >>     >     >>     >     >     > > > > Hi Om,
> >>     >>     >     >>     >     >     > > > >
> >>     >>     >     >>     >     >     > > > > You did use Firefox for that
> >> purpose
> >>     >> ? I
> >>     >>     > had to
> >>     >>     >     >> specify
> >>     >>     >     >>     >     >     > -Dbrowser=path
> >>     >>     >     >>     >     >     > > to
> >>     >>     >     >>     >     >     > > > > firefox.exe
> >>     >>     >     >>     >     >     > > > >
> >>     >>     >     >>     >     >     > > > > Thanks,
> >>     >>     >     >>     >     >     > > > > Piotr
> >>     >>     >     >>     >     >     > > > >
> >>     >>     >     >>     >     >     > > > > pon., 1 paź 2018 o 10:22
> >> OmPrakash
> >>     >>     > Muppirala <
> >>     >>     >     >>     >     > bigosmallm@gmail.com>
> >>     >>     >     >>     >     >     > > > > napisał(a):
> >>     >>     >     >>     >     >     > > > >
> >>     >>     >     >>     >     >     > > > > > Okay, I made several
> >> attempts
> >>     >> through the
> >>     >>     > day,
> >>     >>     >     >> making
> >>     >>     >     >>     >     > progress each
> >>     >>     >     >>     >     >     > > > time.
> >>     >>     >     >>     >     >     > > > > >  The last run failed
> >> because the
> >>     >> browser
> >>     >>     > could
> >>     >>     >     >> not be
> >>     >>     >     >>     >     > launched.
> >>     >>     >     >>     >     >     > > > > > I am going to pause on
> this
> >> and
> >>     >> try again
> >>     >>     >     >> tomorrow (or
> >>     >>     >     >>     >     > later) . If
> >>     >>     >     >>     >     >     > > > > someone
> >>     >>     >     >>     >     >     > > > > > else wants to give this a
> >> go in the
> >>     >>     > meantimne,
> >>     >>     >     >> they are
> >>     >>     >     >>     >     > welcome :-)
> >>     >>     >     >>     >     >     > > > > >
> >>     >>     >     >>     >     >     > > > > > Thanks,
> >>     >>     >     >>     >     >     > > > > > Om
> >>     >>     >     >>     >     >     > > > > >
> >>     >>     >     >>     >     >     > > > > > On Mon, Oct 1, 2018 at
> >> 12:22 AM
> >>     >> Carlos
> >>     >>     > Rovira <
> >>     >>     >     >>     >     >     > > carlosrovira@apache.org
> >>     >>     >     >>     >     >     > > > >
> >>     >>     >     >>     >     >     > > > > > wrote:
> >>     >>     >     >>     >     >     > > > > >
> >>     >>     >     >>     >     >     > > > > > > Hi Om,
> >>     >>     >     >>     >     >     > > > > > > no,  I Thought this was
> >> due to
> >>     >> different
> >>     >>     >     >> tries of the
> >>     >>     >     >>     >     > release
> >>     >>     >     >>     >     >     > > process
> >>     >>     >     >>     >     >     > > > > but
> >>     >>     >     >>     >     >     > > > > > > most of the poms are in
> >>     >> 0.9.6-SNAPSHOT.
> >>     >>     >     >>     >     >     > > > > > > You can search the
> entire
> >> repo
> >>     >> for
> >>     >>     >     >> "0.9.X-SNAPSHOT"
> >>     >>     >     >>     > string
> >>     >>     >     >>     >     > to see
> >>     >>     >     >>     >     >     > > > that
> >>     >>     >     >>     >     >     > > > > > now
> >>     >>     >     >>     >     >     > > > > > > X is 6.
> >>     >>     >     >>     >     >     > > > > > >
> >>     >>     >     >>     >     >     > > > > > > thanks
> >>     >>     >     >>     >     >     > > > > > >
> >>     >>     >     >>     >     >     > > > > > > El lun., 1 oct. 2018 a
> >> las 2:07,
> >>     >>     > OmPrakash
> >>     >>     >     >> Muppirala
> >>     >>     >     >>     > (<
> >>     >>     >     >>     >     >     > > > > > > bigosmallm@gmail.com>)
> >>     >>     >     >>     >     >     > > > > > > escribió:
> >>     >>     >     >>     >     >     > > > > > >
> >>     >>     >     >>     >     >     > > > > > > > On Sun, Sep 30, 2018,
> >> 2:13 PM
> >>     >> Carlos
> >>     >>     > Rovira
> >>     >>     >     >> <
> >>     >>     >     >>     >     >     > > > carlosrovira@apache.org
> >>     >>     >     >>     >     >     > > > > >
> >>     >>     >     >>     >     >     > > > > > > > wrote:
> >>     >>     >     >>     >     >     > > > > > > >
> >>     >>     >     >>     >     >     > > > > > > > > Hi Om,
> >>     >>     >     >>     >     >     > > > > > > > > just saw that some
> >> poms was
> >>     >> not
> >>     >>     > changed to
> >>     >>     >     >>     >     > 0.9.6-SNAPSHOT.
> >>     >>     >     >>     >     >     > > > > > > > >
> >>     >>     >     >>     >     >     > > > > > > >
> >>     >>     >     >>     >     >     > > > > > > > Do you mean
> >> 0.9.4-SNAPSHOT?
> >>     >>     >     >>     >     >     > > > > > > >
> >>     >>     >     >>     >     >     > > > > > > > Thanks,
> >>     >>     >     >>     >     >     > > > > > > > Om
> >>     >>     >     >>     >     >     > > > > > > >
> >>     >>     >     >>     >     >     > > > > > > >
> >>     >>     >     >>     >     >     > > > > > > >
> >>     >>     >     >>     >     >     > > > > > > > I think that should be
> >> fixed
> >>     >> and get a
> >>     >>     >     >> prepare
> >>     >>     >     >>     > maven
> >>     >>     >     >>     >     > release
> >>     >>     >     >>     >     >     > > > process
> >>     >>     >     >>     >     >     > > > > > that
> >>     >>     >     >>     >     >     > > > > > > > > could finaly gets
> all
> >> poms
> >>     >> updated
> >>     >>     > to new
> >>     >>     >     >>     > version.
> >>     >>     >     >>     >     >     > > > > > > > > Don't know if that
> >> could be
> >>     >> the
> >>     >>     > problem.
> >>     >>     >     >> Can you
> >>     >>     >     >>     > try
> >>     >>     >     >>     >     > again?
> >>     >>     >     >>     >     >     > > > > > > > > thanks
> >>     >>     >     >>     >     >     > > > > > > > >
> >>     >>     >     >>     >     >     > > > > > > > > El dom., 30 sept.
> >> 2018 a las
> >>     >> 21:32,
> >>     >>     >     >> OmPrakash
> >>     >>     >     >>     >     > Muppirala (<
> >>     >>     >     >>     >     >     > > > > > > > >
> bigosmallm@gmail.com
> >> >)
> >>     >> escribió:
> >>     >>     >     >>     >     >     > > > > > > > >
> >>     >>     >     >>     >     >     > > > > > > > > > Made a bit more
> >> progress,
> >>     >> but the
> >>     >>     > build
> >>     >>     >     >> is
> >>     >>     >     >>     > failing
> >>     >>     >     >>     >     > here
> >>     >>     >     >>     >     >     > now:
> >>     >>     >     >>     >     >     > > > > > > > > >
> >>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> >> [INFO]
> >>     >> Apache
> >>     >>     > Royale:
> >>     >>     >     >>     > Examples:
> >>     >>     >     >>     >     > Royale:
> >>     >>     >     >>     >     >     > > > > > > > > >
> >> DataBindingExample_as
> >>     >> SUCCESS [
> >>     >>     > 2.469
> >>     >>     >     >> s]
> >>     >>     >     >>     >     >     > > > > > > > > >
> >>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> >> [INFO]
> >>     >> Apache
> >>     >>     > Royale:
> >>     >>     >     >>     > Examples:
> >>     >>     >     >>     >     > Royale:
> >>     >>     >     >>     >     >     > > > > > > > > >
> >> DataBindingExample_Flat
> >>     >> FAILURE [
> >>     >>     >     >> 1.756 s]
> >>     >>     >     >>     >     >     > > > > > > > > >
> >>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> >> [INFO]
> >>     >> Apache
> >>     >>     > Royale:
> >>     >>     >     >>     > Examples:
> >>     >>     >     >>     >     > Royale:
> >>     >>     >     >>     >     >     > > > > > > > > >
> >>     >> DataBindingExampleWithLayout
> >>     >>     > SKIPPED
> >>     >>     >     >>     >     >     > > > > > > > > >
> >>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> >> [INFO]
> >>     >> Apache
> >>     >>     > Royale:
> >>     >>     >     >>     > Examples:
> >>     >>     >     >>     >     > Royale:
> >>     >>     >     >>     >     >     > > > > > > > > DataGridExample
> >>     >>     >     >>     >     >     > > > > > > > > > ... SKIPPED
> >>     >>     >     >>     >     >     > > > > > > > > >
> >>     >>     >     >>     >     >     > > > > > > > > >
> >>     >>     >     >>     >     >     > > > > > > > > >
> >>     >>     >     >>     >     >     > > > > > > > > > Detailed error:
> >>     >>     >     >>     >     >     > > > > > > > > >
> >>     >>     >     >>     >     >     > > > > > > > > >
> >>     >>     >     >>     >     >     > > > > > > > > >     [exec] [INFO]
> >> [INFO]
> >>     >>     >     >>     >     >     > > > > > > > > >
> >>     >>     >     >>     >     >     > > > > > > >
> >>     >>     >     >>     >     >     > > > > >
> >>     >>     >     >>     >     >     > > >
> >>     >>     >     >>     >     >     >
> >>     >>     >     >>     >     >
> >>     >>     >     >>     >
> >>     >>     >     >>
> >>     >>     >
> >>     >>
> >> ------------------------------------------------------------------------
> >>     >>     >     >>     >     >     > > > > > > > > >
> >>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> >> [INFO]
> >>     >> BUILD
> >>     >>     > FAILURE
> >>     >>     >     >>     >     >     > > > > > > > > >
> >>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> >> [INFO]
> >>     >>     >     >>     >     >     > > > > > > > > >
> >>     >>     >     >>     >     >     > > > > > > >
> >>     >>     >     >>     >     >     > > > > >
> >>     >>     >     >>     >     >     > > >
> >>     >>     >     >>     >     >     >
> >>     >>     >     >>     >     >
> >>     >>     >     >>     >
> >>     >>     >     >>
> >>     >>     >
> >>     >>
> >> ------------------------------------------------------------------------
> >>     >>     >     >>     >     >     > > > > > > > > >
> >>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> >> [INFO]
> >>     >> Total
> >>     >>     > time:
> >>     >>     >     >> 07:03 min
> >>     >>     >     >>     >     >     > > > > > > > > >
> >>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> >> [INFO]
> >>     >>     > Finished at:
> >>     >>     >     >>     >     >     > > > 2018-09-30T12:17:45-07:00
> >>     >>     >     >>     >     >     > > > > > > > > >
> >>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> >> [INFO]
> >>     >>     >     >>     >     >     > > > > > > > > >
> >>     >>     >     >>     >     >     > > > > > > >
> >>     >>     >     >>     >     >     > > > > >
> >>     >>     >     >>     >     >     > > >
> >>     >>     >     >>     >     >     >
> >>     >>     >     >>     >     >
> >>     >>     >     >>     >
> >>     >>     >     >>
> >>     >>     >
> >>     >>
> >> ------------------------------------------------------------------------
> >>     >>     >     >>     >     >     > > > > > > > > >
> >>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> >> [ERROR]
> >>     >> Failed
> >>     >>     > to
> >>     >>     >     >> execute
> >>     >>     >     >>     > goal
> >>     >>     >     >>     >     >     > > > > > > > > >
> >>     >>     >     >>     >     >     >
> >>     >>     >     >>
> >> org.apache.maven.plugins:maven-dependency-plugin:2.10:unpack
> >>     >>     >     >>     >     >     > > > > > > > > (unpack-fonts)
> >>     >>     >     >>     >     >     > > > > > > > > > on project
> >>     >>     > DataBindingExample_Flat:
> >>     >>     >     >> Unable to
> >>     >>     >     >>     > find
> >>     >>     >     >>     >     >     > artifact.
> >>     >>     >     >>     >     >     > > > > Could
> >>     >>     >     >>     >     >     > > > > > > not
> >>     >>     >     >>     >     >     > > > > > > > > find
> >>     >>     >     >>     >     >     > > > > > > > > > artifact
> >>     >>     >     >>     > org.apache.royale.framework:Fonts:war:0.9.4
> >>     >>     >     >>     >     > in
> >>     >>     >     >>     >     >     > > > > > > apache-release
> >>     >>     >     >>     >     >     > > > > > > > (
> >>     >>     >     >>     >     >     > > > > > > > > >
> >>     >>     >     >>     >     >     >
> >>     >>     >     >>     >     >
> >>     >>     >     >>     >
> >>     >>     >     >>
> >>     >>     >
> >>     >>
> >>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7Cf27e84867a5440c6809008d62962338f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741899088264171&amp;sdata=UWRtC77ZPXzIU44fNnW0rzkzIeHwzHAuQP0SqTIQkog%3D&amp;reserved=0
> >>     >>     >     >>     >     > )
> >>     >>     >     >>     >     >     > > > > > > > > >
> >>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> >> [ERROR]
> >>     >>     >     >>     >     >     > > > > > > > > >
> >>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> >> [ERROR]
> >>     >> Try
> >>     >>     >     >> downloading the
> >>     >>     >     >>     > file
> >>     >>     >     >>     >     >     > manually
> >>     >>     >     >>     >     >     > > > from
> >>     >>     >     >>     >     >     > > > > > the
> >>     >>     >     >>     >     >     > > > > > > > > > project website.
> >>     >>     >     >>     >     >     > > > > > > > > >
> >>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> >> [ERROR]
> >>     >>     >     >>     >     >     > > > > > > > > >
> >>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> >> [ERROR]
> >>     >> Then,
> >>     >>     >     >> install it
> >>     >>     >     >>     > using the
> >>     >>     >     >>     >     >     > > command:
> >>     >>     >     >>     >     >     > > > > > > > > >
> >>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> >>     >> [ERROR]     mvn
> >>     >>     >     >>     >     > install:install-file
> >>     >>     >     >>     >     >     > > > > > > > > >
> >>     >>     > -DgroupId=org.apache.royale.framework
> >>     >>     >     >>     >     > -DartifactId=Fonts
> >>     >>     >     >>     >     >     > > > > > > > -Dversion=0.9.4
> >>     >>     >     >>     >     >     > > > > > > > > > -Dpackaging=war
> >>     >>     > -Dfile=/path/to/file
> >>     >>     >     >>     >     >     > > > > > > > > >
> >>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> >> [ERROR]
> >>     >>     >     >>     >     >     > > > > > > > > >
> >>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> >> [ERROR]
> >>     >>     >     >> Alternatively, if
> >>     >>     >     >>     > you
> >>     >>     >     >>     >     > host your
> >>     >>     >     >>     >     >     > > own
> >>     >>     >     >>     >     >     > > > > > > > repository
> >>     >>     >     >>     >     >     > > > > > > > > > you can deploy the
> >> file
> >>     >> there:
> >>     >>     >     >>     >     >     > > > > > > > > >
> >>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> >>     >> [ERROR]     mvn
> >>     >>     >     >>     > deploy:deploy-file
> >>     >>     >     >>     >     >     > > > > > > > > >
> >>     >>     > -DgroupId=org.apache.royale.framework
> >>     >>     >     >>     >     > -DartifactId=Fonts
> >>     >>     >     >>     >     >     > > > > > > > -Dversion=0.9.4
> >>     >>     >     >>     >     >     > > > > > > > > > -Dpackaging=war
> >>     >>     > -Dfile=/path/to/file
> >>     >>     >     >>     > -Durl=[url]
> >>     >>     >     >>     >     >     > > > > > -DrepositoryId=[id]
> >>     >>     >     >>     >     >     > > > > > > > > >
> >>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> >> [ERROR]
> >>     >>     >     >>     >     >     > > > > > > > > >
> >>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> >> [ERROR]
> >>     >>     >     >>     >     >     > > > > > > > > >
> >>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> >> [ERROR]
> >>     >>     >     >>     >     >     > > > > > > >
> >>     >>     > org.apache.royale.framework:Fonts:war:0.9.4
> >>     >>     >     >>     >     >     > > > > > > > > >
> >>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> >> [ERROR]
> >>     >>     >     >>     >     >     > > > > > > > > >
> >>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> >> [ERROR]
> >>     >> from
> >>     >>     > the
> >>     >>     >     >> specified
> >>     >>     >     >>     > remote
> >>     >>     >     >>     >     >     > > > > repositories:
> >>     >>     >     >>     >     >     > > > > > > > > >
> >>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> >> [ERROR]
> >>     >>     >     >>  apache-release (
> >>     >>     >     >>     >     >     > > > > > > > > >
> >>     >>     >     >>     >     >     >
> >>     >>     >     >>     >     >
> >>     >>     >     >>     >
> >>     >>     >     >>
> >>     >>     >
> >

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by OmPrakash Muppirala <bi...@gmail.com>.
Hmm, failed again at a different spot:

     [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
Jewel-Dark-NoFlat-Emphasized-Sunflower-Theme SUCCESS [ 22.251 s]

     [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
Jewel-Dark-NoFlat-Emphasized-Topaz-Theme SUCCESS [ 18.741 s]

     [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
Jewel-Dark-NoFlat-Emphasized-Turquoise-Theme SUCCESS [ 18.421 s]

     [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
Jewel-Dark-NoFlat-Emphasized-Violet-Theme FAILURE [ 31.354 s]

     [exec] [INFO] [INFO] Apache Royale: Framework: Themes:
Jewel-Dark-NoFlat-Emphasized-Yellow-Theme SKIPPED

     [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes
............... SKIPPED

     [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes: Simple
Royale Application SKIPPED

     [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes: Simple
Royale Pure-JS Application SKIPPED

     [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes: Simple
Royale Pure-SWF Application SKIPPED

     [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes: Simple
Royale Library SKIPPED

     [exec] [INFO] [INFO] Apache Royale: Framework: Archetypes: Simple
Royale Typedef Library 0.9.4 SKIPPED

     [exec] [INFO] [INFO]
------------------------------------------------------------------------

     [exec] [INFO] [INFO] BUILD FAILURE

     [exec] [INFO] [INFO]
------------------------------------------------------------------------

     [exec] [INFO] [INFO] Total time: 38:52 min

     [exec] [INFO] [INFO] Finished at: 2018-10-04T00:50:41-07:00

     [exec] [INFO] [INFO]
------------------------------------------------------------------------

     [exec] [INFO] [ERROR] Failed to execute goal
org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy)
on project Jewel-Dark-NoFlat-Emphasized-Violet-Theme: Failed to deploy
artifacts: Could not transfer artifact
org.apache.royale.framework:Jewel-Dark-NoFlat-Emphasized-Violet-Theme:swc.asc:typedefs:0.9.4
from/to apache.releases.https (
https://repository.apache.org/service/local/staging/deploy/maven2): Connect
to repository.apache.org:443 [repository.apache.org/207.244.88.140] failed:
Operation timed out (Connection timed out) -> [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] [ERROR]

     [exec] [INFO] [ERROR] After correcting the problems, you can resume
the build with the command

     [exec] [INFO] [ERROR]   mvn <goals> -rf
:Jewel-Dark-NoFlat-Emphasized-Violet-Theme

     [exec] [INFO]
------------------------------------------------------------------------

On Wed, Oct 3, 2018 at 2:10 PM OmPrakash Muppirala <bi...@gmail.com>
wrote:

>
>
> On Wed, Oct 3, 2018 at 2:02 PM Alex Harui <ah...@adobe.com.invalid>
> wrote:
>
>> Hi Om,
>>
>> Does anything deploy, or is that the first thing that is attempted to
>> deploy?  I found this article that might help:
>>
>> https://community.apigee.com/questions/50756/unable-to-deploy-using-maven-script-due-to-error-r.html
>
>
> It deployed a lot of artifacts before hitting this error.  I don't see
> anything special with this artifact.  So, I am guessing that it was a
> momentary bad connection that caused this.
>
>
>>
>>
>> I would be concerned about restarting from the middle of a Maven call.  I
>> suppose you could try it, but what if it skipped an artifact?
>>
>
> The maven error message explicitly says this:
>
>      [exec] [INFO] [ERROR] After correcting the problems, you can resume
> the build with the command
>
>      [exec] [INFO] [ERROR]   mvn <goals> -rf
> :Jewel-Light-NoFlat-Primary-Sunflower-Theme
>
>
>>
>> There should be Ant targets for starting only on royale-asjs if
>> royale-compiler and royale=typedefs worked ok.
>>
>> HTH,
>> -Alex
>>
>> On 10/3/18, 11:58 AM, "OmPrakash Muppirala" <bi...@gmail.com>
>> wrote:
>>
>>     Another suggestion I have is - can we do all the pushes to remote
>> after
>>     everything is done locally?  That way, if something goes wrong
>> halfway, we
>>     can just delete the royale-* dirs locally and rerun the
>> releasecandiate ant
>>     script?
>>
>>     Not sure if this is an easy change?
>>
>>     Thanks,
>>     Om
>>
>>     On Wed, Oct 3, 2018 at 11:42 AM OmPrakash Muppirala <
>> bigosmallm@gmail.com>
>>     wrote:
>>
>>     > Okay, I tried a couple of times and I have started getting `SSL
>> peer shut
>>     > down incorrectly errors`
>>     >
>>     >      [exec] [INFO] [INFO]
>>     >
>> ------------------------------------------------------------------------
>>     >
>>     >      [exec] [INFO] [INFO] BUILD FAILURE
>>     >
>>     >      [exec] [INFO] [INFO]
>>     >
>> ------------------------------------------------------------------------
>>     >
>>     >      [exec] [INFO] [INFO] Total time: 16:04 min
>>     >
>>     >      [exec] [INFO] [INFO] Finished at: 2018-10-03T11:38:49-07:00
>>     >
>>     >      [exec] [INFO] [INFO]
>>     >
>> ------------------------------------------------------------------------
>>     >
>>     >      [exec] [INFO] [ERROR] Failed to execute goal
>>     > org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
>> (default-deploy)
>>     > on project Jewel-Light-NoFlat-Primary-Sunflower-Theme: Failed to
>> deploy
>>     > artifacts: Could not transfer artifact
>>     >
>> org.apache.royale.framework:Jewel-Light-NoFlat-Primary-Sunflower-Theme:swc:0.9.4
>>     > from/to apache.releases.https (
>>     >
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fservice%2Flocal%2Fstaging%2Fdeploy%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7Cf27e84867a5440c6809008d62962338f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741899088254161&amp;sdata=vzyO7Stsj3pqyE9Sih32heK62GABKGZo0wlgWpxW0bE%3D&amp;reserved=0
>> ):
>>     > Remote host closed connection during handshake: SSL peer shut down
>>     > incorrectly -> [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]
>>     >
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cf27e84867a5440c6809008d62962338f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741899088254161&amp;sdata=RU7b9uJt%2FtsXJiX376HgIqRTvKoiKZcs7Z%2Flr1b4wO8%3D&amp;reserved=0
>>     >
>>     >      [exec] [INFO] [ERROR]
>>     >
>>     >      [exec] [INFO] [ERROR] After correcting the problems, you can
>> resume
>>     > the build with the command
>>     >
>>     >      [exec] [INFO] [ERROR]   mvn <goals> -rf
>>     > :Jewel-Light-NoFlat-Primary-Sunflower-Theme
>>     >
>>     >      [exec] [INFO]
>>     >
>> ------------------------------------------------------------------------
>>     >
>>     >
>>     > I am guessing it is a bad internet connection.  I am wondering if
>> we can
>>     > pass a -rf (resume from) option to the maven call from ant?
>> Otherwise
>>     > doing all this from scratch everytime is a big pain.
>>     >
>>     > Thanks,
>>     > Om
>>     >
>>     > On Wed, Oct 3, 2018 at 12:47 AM Alex Harui <aharui@adobe.com.invalid
>> >
>>     > wrote:
>>     >
>>     >> Looks like it was a missing [
>>     >>
>>     >> MXRoyale and SparkRoyale built for me.
>>     >>
>>     >> HTH,
>>     >> -Alex
>>     >>
>>     >> On 10/3/18, 12:43 AM, "OmPrakash Muppirala" <bi...@gmail.com>
>>     >> wrote:
>>     >>
>>     >>     Thanks!
>>     >>
>>     >>     I reverted everything back to previous state.  I can give it a
>> shot
>>     >>     tomorrow evening.
>>     >>
>>     >>     Regards,
>>     >>     Om
>>     >>
>>     >>     On Wed, Oct 3, 2018 at 12:41 AM Alex Harui
>> <ah...@adobe.com.invalid>
>>     >> wrote:
>>     >>
>>     >>     > It was in a releasable state.  TourDeFlex was running on it.
>>     >>     >
>>     >>     > I'm trying to track down the change that broke it.
>>     >>     >
>>     >>     > -Alex
>>     >>     >
>>     >>     > On 10/3/18, 12:32 AM, "OmPrakash Muppirala" <
>> bigosmallm@gmail.com>
>>     >> wrote:
>>     >>     >
>>     >>     >     A bit more progress. Now we are failing on the MXRoyale
>> project:
>>     >>     >
>>     >>     >          [exec] [INFO] [INFO]
>>     >>     >
>>     >>     >
>>     >>
>> ------------------------------------------------------------------------
>>     >>     >
>>     >>     >          [exec] [INFO] [INFO] BUILD FAILURE
>>     >>     >
>>     >>     >          [exec] [INFO] [INFO]
>>     >>     >
>>     >>     >
>>     >>
>> ------------------------------------------------------------------------
>>     >>     >
>>     >>     >          [exec] [INFO] [INFO] Total time: 01:34 min
>>     >>     >
>>     >>     >          [exec] [INFO] [INFO] Finished at:
>> 2018-10-03T00:28:14-07:00
>>     >>     >
>>     >>     >          [exec] [INFO] [INFO]
>>     >>     >
>>     >>     >
>>     >>
>> ------------------------------------------------------------------------
>>     >>     >
>>     >>     >          [exec] [INFO] [ERROR] Failed to execute goal
>>     >>     >
>>  org.apache.royale.compiler:royale-maven-plugin:0.9.4:compile-as
>>     >>     >     (default-compile-as) on project MXRoyale: There were
>> errors
>>     >> during the
>>     >>     >     build. Got return code 3 -> [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]
>>     >>     >
>>     >>     >
>>     >>
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cf27e84867a5440c6809008d62962338f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741899088254161&amp;sdata=RU7b9uJt%2FtsXJiX376HgIqRTvKoiKZcs7Z%2Flr1b4wO8%3D&amp;reserved=0
>>     >>     >
>>     >>     >          [exec] [INFO] [ERROR]
>>     >>     >
>>     >>     >          [exec] [INFO] [ERROR] After correcting the
>> problems, you
>>     >> can
>>     >>     > resume
>>     >>     >     the build with the command
>>     >>     >
>>     >>     >          [exec] [INFO] [ERROR]   mvn <goals> -rf :MXRoyale
>>     >>     >
>>     >>     >
>>     >>     >     Can we perhaps turn this project off?  Is it in a
>> releasable
>>     >> state?
>>     >>     >
>>     >>     >     On Tue, Oct 2, 2018 at 7:30 PM OmPrakash Muppirala <
>>     >>     > bigosmallm@gmail.com>
>>     >>     >     wrote:
>>     >>     >
>>     >>     >     > I'm going to give this another shot in a couple of
>> hours,
>>     >> unless
>>     >>     > there are
>>     >>     >     > any objections.
>>     >>     >     >
>>     >>     >     > Thanks,
>>     >>     >     > Om
>>     >>     >     >
>>     >>     >     > On Mon, Oct 1, 2018, 2:04 PM Alex Harui
>>     >> <ah...@adobe.com.invalid>
>>     >>     > wrote:
>>     >>     >     >
>>     >>     >     >> Jewel is mentioned in there.  I added mention of the
>>     >> migration
>>     >>     > components
>>     >>     >     >> and tour de flex.  Not sure if I got the formatting
>> right.
>>     >> I think
>>     >>     > it is
>>     >>     >     >> good enough.
>>     >>     >     >>
>>     >>     >     >> -Alex
>>     >>     >     >>
>>     >>     >     >> On 10/1/18, 12:13 PM, "OmPrakash Muppirala" <
>>     >> bigosmallm@gmail.com>
>>     >>     >     >> wrote:
>>     >>     >     >>
>>     >>     >     >>     I updated it, although it looks a bit sparse
>> now.  Can
>>     >> we list
>>     >>     > a few
>>     >>     >     >> major
>>     >>     >     >>     highlights here, that I can go add to the release
>> notes?
>>     >>     >     >>     Jewel should at least have several updates.
>>     >>     >     >>
>>     >>     >     >>     Thanks,
>>     >>     >     >>     Om
>>     >>     >     >>
>>     >>     >     >>     On Mon, Oct 1, 2018 at 12:09 PM Alex Harui
>>     >>     > <ah...@adobe.com.invalid>
>>     >>     >     >> wrote:
>>     >>     >     >>
>>     >>     >     >>     > Hey, I just noticed that nobody put a 0.9.4
>> section in
>>     >> the
>>     >>     >     >> RELEASE_NOTES.
>>     >>     >     >>     > Maybe just rename the 0.9.3 section?
>>     >>     >     >>     >
>>     >>     >     >>     > -Alex
>>     >>     >     >>     >
>>     >>     >     >>     > On 10/1/18, 12:07 PM, "OmPrakash Muppirala" <
>>     >>     > bigosmallm@gmail.com>
>>     >>     >     >> wrote:
>>     >>     >     >>     >
>>     >>     >     >>     >     Good catch!  I just pushed a fix for that.
>>     >>     >     >>     >
>>     >>     >     >>     >     Thanks,
>>     >>     >     >>     >     Om
>>     >>     >     >>     >
>>     >>     >     >>     >     On Mon, Oct 1, 2018 at 11:04 AM Alex Harui
>>     >>     >     >> <ah...@adobe.com.invalid>
>>     >>     >     >>     > wrote:
>>     >>     >     >>     >
>>     >>     >     >>     >     > Om,
>>     >>     >     >>     >     >
>>     >>     >     >>     >     > I think the <tag>release/0.9.4</tag> in
>>     >>     > royale-asjs/pom.xml
>>     >>     >     >> needs to
>>     >>     >     >>     > be
>>     >>     >     >>     >     > reverted back to 0.9.3.
>>     >>     >     >>     >     >
>>     >>     >     >>     >     > Everything else looks ok from my quick
>>     >> examination.
>>     >>     >     >>     >     >
>>     >>     >     >>     >     > Thanks and good luck,
>>     >>     >     >>     >     > -Alex
>>     >>     >     >>     >     >
>>     >>     >     >>     >     > On 10/1/18, 10:29 AM, "Piotr Zarzycki" <
>>     >>     >     >> piotrzarzycki21@gmail.com>
>>     >>     >     >>     > wrote:
>>     >>     >     >>     >     >
>>     >>     >     >>     >     >     I saw your commit and I think you
>> should be
>>     >> ok.
>>     >>     >     >>     >     >
>>     >>     >     >>     >     >     pon., 1 paź 2018 o 19:21 OmPrakash
>> Muppirala
>>     >> <
>>     >>     >     >>     > bigosmallm@gmail.com>
>>     >>     >     >>     >     >     napisał(a):
>>     >>     >     >>     >     >
>>     >>     >     >>     >     >     > Okay, I did the following to reset:
>>     >>     >     >>     >     >     >
>>     >>     >     >>     >     >     > For all three repos:
>>     >>     >     >>     >     >     > * Reverted all references of 0.9.5
>> to 0.9.4
>>     >>     >     >>     >     >     > * Deleted 0.9.4-rc1 tag
>>     >>     >     >>     >     >     > * Deleted branch: release/0.9.4
>>     >>     >     >>     >     >     >
>>     >>     >     >>     >     >     > Can someone please make sure that
>> we are
>>     >> good
>>     >>     > before
>>     >>     >     >> starting
>>     >>     >     >>     > work?
>>     >>     >     >>     >     >     >
>>     >>     >     >>     >     >     > Thanks,
>>     >>     >     >>     >     >     > Om
>>     >>     >     >>     >     >     >
>>     >>     >     >>     >     >     > On Mon, Oct 1, 2018 at 1:51 AM
>> Carlos
>>     >> Rovira <
>>     >>     >     >>     >     > carlosrovira@apache.org>
>>     >>     >     >>     >     >     > wrote:
>>     >>     >     >>     >     >     >
>>     >>     >     >>     >     >     > > Hi Om,
>>     >>     >     >>     >     >     > > is related to flash player
>> debugger not
>>     >>     > launched? are
>>     >>     >     >> you on
>>     >>     >     >>     > Mac?
>>     >>     >     >>     >     >     > > I think on Mac I have to make
>> *.swf
>>     >> files be
>>     >>     > always
>>     >>     >     >> opened
>>     >>     >     >>     > by Flash
>>     >>     >     >>     >     >     > Player
>>     >>     >     >>     >     >     > > debugger.
>>     >>     >     >>     >     >     > >
>>     >>     >     >>     >     >     > > In the other hand, I need to
>> commit
>>     >> during the
>>     >>     > day
>>     >>     >     >> some
>>     >>     >     >>     > fixes, one
>>     >>     >     >>     >     > on
>>     >>     >     >>     >     >     > > typedefs and expect more on
>> compiler. So
>>     >> if you
>>     >>     > plan
>>     >>     >     >> to try
>>     >>     >     >>     > again
>>     >>     >     >>     >     > some
>>     >>     >     >>     >     >     > > hours ago, please, remove the
>> commits to
>>     >> left
>>     >>     > the
>>     >>     >     >> repos so
>>     >>     >     >>     > we can
>>     >>     >     >>     >     > commit
>>     >>     >     >>     >     >     > > new work
>>     >>     >     >>     >     >     > >
>>     >>     >     >>     >     >     > > thanks!
>>     >>     >     >>     >     >     > >
>>     >>     >     >>     >     >     > > Carlos
>>     >>     >     >>     >     >     > >
>>     >>     >     >>     >     >     > >
>>     >>     >     >>     >     >     > >
>>     >>     >     >>     >     >     > >
>>     >>     >     >>     >     >     > >
>>     >>     >     >>     >     >     > > El lun., 1 oct. 2018 a las 10:29,
>>     >> OmPrakash
>>     >>     > Muppirala
>>     >>     >     >> (<
>>     >>     >     >>     >     >     > > bigosmallm@gmail.com>)
>>     >>     >     >>     >     >     > > escribió:
>>     >>     >     >>     >     >     > >
>>     >>     >     >>     >     >     > > > I provided path to Chrome via
>>     >> -Dbrowser, but
>>     >>     > I got
>>     >>     >     >> an
>>     >>     >     >>     > error that
>>     >>     >     >>     >     > ant
>>     >>     >     >>     >     >     > was
>>     >>     >     >>     >     >     > > > not able to access the
>> application.
>>     >>     >     >>     >     >     > > > So, I tried installing firefox
>> and that
>>     >>     > seemed to
>>     >>     >     >> work.
>>     >>     >     >>     >     >     > > >
>>     >>     >     >>     >     >     > > > On Mon, Oct 1, 2018 at 1:26 AM
>> Piotr
>>     >> Zarzycki
>>     >>     > <
>>     >>     >     >>     >     >     > piotrzarzycki21@gmail.com
>>     >>     >     >>     >     >     > > >
>>     >>     >     >>     >     >     > > > wrote:
>>     >>     >     >>     >     >     > > >
>>     >>     >     >>     >     >     > > > > Hi Om,
>>     >>     >     >>     >     >     > > > >
>>     >>     >     >>     >     >     > > > > You did use Firefox for that
>> purpose
>>     >> ? I
>>     >>     > had to
>>     >>     >     >> specify
>>     >>     >     >>     >     >     > -Dbrowser=path
>>     >>     >     >>     >     >     > > to
>>     >>     >     >>     >     >     > > > > firefox.exe
>>     >>     >     >>     >     >     > > > >
>>     >>     >     >>     >     >     > > > > Thanks,
>>     >>     >     >>     >     >     > > > > Piotr
>>     >>     >     >>     >     >     > > > >
>>     >>     >     >>     >     >     > > > > pon., 1 paź 2018 o 10:22
>> OmPrakash
>>     >>     > Muppirala <
>>     >>     >     >>     >     > bigosmallm@gmail.com>
>>     >>     >     >>     >     >     > > > > napisał(a):
>>     >>     >     >>     >     >     > > > >
>>     >>     >     >>     >     >     > > > > > Okay, I made several
>> attempts
>>     >> through the
>>     >>     > day,
>>     >>     >     >> making
>>     >>     >     >>     >     > progress each
>>     >>     >     >>     >     >     > > > time.
>>     >>     >     >>     >     >     > > > > >  The last run failed
>> because the
>>     >> browser
>>     >>     > could
>>     >>     >     >> not be
>>     >>     >     >>     >     > launched.
>>     >>     >     >>     >     >     > > > > > I am going to pause on this
>> and
>>     >> try again
>>     >>     >     >> tomorrow (or
>>     >>     >     >>     >     > later) . If
>>     >>     >     >>     >     >     > > > > someone
>>     >>     >     >>     >     >     > > > > > else wants to give this a
>> go in the
>>     >>     > meantimne,
>>     >>     >     >> they are
>>     >>     >     >>     >     > welcome :-)
>>     >>     >     >>     >     >     > > > > >
>>     >>     >     >>     >     >     > > > > > Thanks,
>>     >>     >     >>     >     >     > > > > > Om
>>     >>     >     >>     >     >     > > > > >
>>     >>     >     >>     >     >     > > > > > On Mon, Oct 1, 2018 at
>> 12:22 AM
>>     >> Carlos
>>     >>     > Rovira <
>>     >>     >     >>     >     >     > > carlosrovira@apache.org
>>     >>     >     >>     >     >     > > > >
>>     >>     >     >>     >     >     > > > > > wrote:
>>     >>     >     >>     >     >     > > > > >
>>     >>     >     >>     >     >     > > > > > > Hi Om,
>>     >>     >     >>     >     >     > > > > > > no,  I Thought this was
>> due to
>>     >> different
>>     >>     >     >> tries of the
>>     >>     >     >>     >     > release
>>     >>     >     >>     >     >     > > process
>>     >>     >     >>     >     >     > > > > but
>>     >>     >     >>     >     >     > > > > > > most of the poms are in
>>     >> 0.9.6-SNAPSHOT.
>>     >>     >     >>     >     >     > > > > > > You can search the entire
>> repo
>>     >> for
>>     >>     >     >> "0.9.X-SNAPSHOT"
>>     >>     >     >>     > string
>>     >>     >     >>     >     > to see
>>     >>     >     >>     >     >     > > > that
>>     >>     >     >>     >     >     > > > > > now
>>     >>     >     >>     >     >     > > > > > > X is 6.
>>     >>     >     >>     >     >     > > > > > >
>>     >>     >     >>     >     >     > > > > > > thanks
>>     >>     >     >>     >     >     > > > > > >
>>     >>     >     >>     >     >     > > > > > > El lun., 1 oct. 2018 a
>> las 2:07,
>>     >>     > OmPrakash
>>     >>     >     >> Muppirala
>>     >>     >     >>     > (<
>>     >>     >     >>     >     >     > > > > > > bigosmallm@gmail.com>)
>>     >>     >     >>     >     >     > > > > > > escribió:
>>     >>     >     >>     >     >     > > > > > >
>>     >>     >     >>     >     >     > > > > > > > On Sun, Sep 30, 2018,
>> 2:13 PM
>>     >> Carlos
>>     >>     > Rovira
>>     >>     >     >> <
>>     >>     >     >>     >     >     > > > carlosrovira@apache.org
>>     >>     >     >>     >     >     > > > > >
>>     >>     >     >>     >     >     > > > > > > > wrote:
>>     >>     >     >>     >     >     > > > > > > >
>>     >>     >     >>     >     >     > > > > > > > > Hi Om,
>>     >>     >     >>     >     >     > > > > > > > > just saw that some
>> poms was
>>     >> not
>>     >>     > changed to
>>     >>     >     >>     >     > 0.9.6-SNAPSHOT.
>>     >>     >     >>     >     >     > > > > > > > >
>>     >>     >     >>     >     >     > > > > > > >
>>     >>     >     >>     >     >     > > > > > > > Do you mean
>> 0.9.4-SNAPSHOT?
>>     >>     >     >>     >     >     > > > > > > >
>>     >>     >     >>     >     >     > > > > > > > Thanks,
>>     >>     >     >>     >     >     > > > > > > > Om
>>     >>     >     >>     >     >     > > > > > > >
>>     >>     >     >>     >     >     > > > > > > >
>>     >>     >     >>     >     >     > > > > > > >
>>     >>     >     >>     >     >     > > > > > > > I think that should be
>> fixed
>>     >> and get a
>>     >>     >     >> prepare
>>     >>     >     >>     > maven
>>     >>     >     >>     >     > release
>>     >>     >     >>     >     >     > > > process
>>     >>     >     >>     >     >     > > > > > that
>>     >>     >     >>     >     >     > > > > > > > > could finaly gets all
>> poms
>>     >> updated
>>     >>     > to new
>>     >>     >     >>     > version.
>>     >>     >     >>     >     >     > > > > > > > > Don't know if that
>> could be
>>     >> the
>>     >>     > problem.
>>     >>     >     >> Can you
>>     >>     >     >>     > try
>>     >>     >     >>     >     > again?
>>     >>     >     >>     >     >     > > > > > > > > thanks
>>     >>     >     >>     >     >     > > > > > > > >
>>     >>     >     >>     >     >     > > > > > > > > El dom., 30 sept.
>> 2018 a las
>>     >> 21:32,
>>     >>     >     >> OmPrakash
>>     >>     >     >>     >     > Muppirala (<
>>     >>     >     >>     >     >     > > > > > > > > bigosmallm@gmail.com
>> >)
>>     >> escribió:
>>     >>     >     >>     >     >     > > > > > > > >
>>     >>     >     >>     >     >     > > > > > > > > > Made a bit more
>> progress,
>>     >> but the
>>     >>     > build
>>     >>     >     >> is
>>     >>     >     >>     > failing
>>     >>     >     >>     >     > here
>>     >>     >     >>     >     >     > now:
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
>> [INFO]
>>     >> Apache
>>     >>     > Royale:
>>     >>     >     >>     > Examples:
>>     >>     >     >>     >     > Royale:
>>     >>     >     >>     >     >     > > > > > > > > >
>> DataBindingExample_as
>>     >> SUCCESS [
>>     >>     > 2.469
>>     >>     >     >> s]
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
>> [INFO]
>>     >> Apache
>>     >>     > Royale:
>>     >>     >     >>     > Examples:
>>     >>     >     >>     >     > Royale:
>>     >>     >     >>     >     >     > > > > > > > > >
>> DataBindingExample_Flat
>>     >> FAILURE [
>>     >>     >     >> 1.756 s]
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
>> [INFO]
>>     >> Apache
>>     >>     > Royale:
>>     >>     >     >>     > Examples:
>>     >>     >     >>     >     > Royale:
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >> DataBindingExampleWithLayout
>>     >>     > SKIPPED
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
>> [INFO]
>>     >> Apache
>>     >>     > Royale:
>>     >>     >     >>     > Examples:
>>     >>     >     >>     >     > Royale:
>>     >>     >     >>     >     >     > > > > > > > > DataGridExample
>>     >>     >     >>     >     >     > > > > > > > > > ... SKIPPED
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     >     >>     >     >     > > > > > > > > > Detailed error:
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     >     >>     >     >     > > > > > > > > >     [exec] [INFO]
>> [INFO]
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     >     >>     >     >     > > > > > > >
>>     >>     >     >>     >     >     > > > > >
>>     >>     >     >>     >     >     > > >
>>     >>     >     >>     >     >     >
>>     >>     >     >>     >     >
>>     >>     >     >>     >
>>     >>     >     >>
>>     >>     >
>>     >>
>> ------------------------------------------------------------------------
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
>> [INFO]
>>     >> BUILD
>>     >>     > FAILURE
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
>> [INFO]
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     >     >>     >     >     > > > > > > >
>>     >>     >     >>     >     >     > > > > >
>>     >>     >     >>     >     >     > > >
>>     >>     >     >>     >     >     >
>>     >>     >     >>     >     >
>>     >>     >     >>     >
>>     >>     >     >>
>>     >>     >
>>     >>
>> ------------------------------------------------------------------------
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
>> [INFO]
>>     >> Total
>>     >>     > time:
>>     >>     >     >> 07:03 min
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
>> [INFO]
>>     >>     > Finished at:
>>     >>     >     >>     >     >     > > > 2018-09-30T12:17:45-07:00
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
>> [INFO]
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     >     >>     >     >     > > > > > > >
>>     >>     >     >>     >     >     > > > > >
>>     >>     >     >>     >     >     > > >
>>     >>     >     >>     >     >     >
>>     >>     >     >>     >     >
>>     >>     >     >>     >
>>     >>     >     >>
>>     >>     >
>>     >>
>> ------------------------------------------------------------------------
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
>> [ERROR]
>>     >> Failed
>>     >>     > to
>>     >>     >     >> execute
>>     >>     >     >>     > goal
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     >     >>     >     >     >
>>     >>     >     >>
>> org.apache.maven.plugins:maven-dependency-plugin:2.10:unpack
>>     >>     >     >>     >     >     > > > > > > > > (unpack-fonts)
>>     >>     >     >>     >     >     > > > > > > > > > on project
>>     >>     > DataBindingExample_Flat:
>>     >>     >     >> Unable to
>>     >>     >     >>     > find
>>     >>     >     >>     >     >     > artifact.
>>     >>     >     >>     >     >     > > > > Could
>>     >>     >     >>     >     >     > > > > > > not
>>     >>     >     >>     >     >     > > > > > > > > find
>>     >>     >     >>     >     >     > > > > > > > > > artifact
>>     >>     >     >>     > org.apache.royale.framework:Fonts:war:0.9.4
>>     >>     >     >>     >     > in
>>     >>     >     >>     >     >     > > > > > > apache-release
>>     >>     >     >>     >     >     > > > > > > > (
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     >     >>     >     >     >
>>     >>     >     >>     >     >
>>     >>     >     >>     >
>>     >>     >     >>
>>     >>     >
>>     >>
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7Cf27e84867a5440c6809008d62962338f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741899088264171&amp;sdata=UWRtC77ZPXzIU44fNnW0rzkzIeHwzHAuQP0SqTIQkog%3D&amp;reserved=0
>>     >>     >     >>     >     > )
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
>> [ERROR]
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
>> [ERROR]
>>     >> Try
>>     >>     >     >> downloading the
>>     >>     >     >>     > file
>>     >>     >     >>     >     >     > manually
>>     >>     >     >>     >     >     > > > from
>>     >>     >     >>     >     >     > > > > > the
>>     >>     >     >>     >     >     > > > > > > > > > project website.
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
>> [ERROR]
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
>> [ERROR]
>>     >> Then,
>>     >>     >     >> install it
>>     >>     >     >>     > using the
>>     >>     >     >>     >     >     > > command:
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
>>     >> [ERROR]     mvn
>>     >>     >     >>     >     > install:install-file
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     > -DgroupId=org.apache.royale.framework
>>     >>     >     >>     >     > -DartifactId=Fonts
>>     >>     >     >>     >     >     > > > > > > > -Dversion=0.9.4
>>     >>     >     >>     >     >     > > > > > > > > > -Dpackaging=war
>>     >>     > -Dfile=/path/to/file
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
>> [ERROR]
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
>> [ERROR]
>>     >>     >     >> Alternatively, if
>>     >>     >     >>     > you
>>     >>     >     >>     >     > host your
>>     >>     >     >>     >     >     > > own
>>     >>     >     >>     >     >     > > > > > > > repository
>>     >>     >     >>     >     >     > > > > > > > > > you can deploy the
>> file
>>     >> there:
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
>>     >> [ERROR]     mvn
>>     >>     >     >>     > deploy:deploy-file
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     > -DgroupId=org.apache.royale.framework
>>     >>     >     >>     >     > -DartifactId=Fonts
>>     >>     >     >>     >     >     > > > > > > > -Dversion=0.9.4
>>     >>     >     >>     >     >     > > > > > > > > > -Dpackaging=war
>>     >>     > -Dfile=/path/to/file
>>     >>     >     >>     > -Durl=[url]
>>     >>     >     >>     >     >     > > > > > -DrepositoryId=[id]
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
>> [ERROR]
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
>> [ERROR]
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
>> [ERROR]
>>     >>     >     >>     >     >     > > > > > > >
>>     >>     > org.apache.royale.framework:Fonts:war:0.9.4
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
>> [ERROR]
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
>> [ERROR]
>>     >> from
>>     >>     > the
>>     >>     >     >> specified
>>     >>     >     >>     > remote
>>     >>     >     >>     >     >     > > > > repositories:
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
>> [ERROR]
>>     >>     >     >>  apache-release (
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     >     >>     >     >     >
>>     >>     >     >>     >     >
>>     >>     >     >>     >
>>     >>     >     >>
>>     >>     >
>>     >>
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7Cf27e84867a5440c6809008d62962338f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741899088264171&amp;sdata=UWRtC77ZPXzIU44fNnW0rzkzIeHwzHAuQP0SqTIQkog%3D&amp;reserved=0
>>     >>     >     >>     >     > ,
>>     >>     >     >>     >     >     > > > > > > > > > releases=true,
>>     >>     >     >>     >     >     > > > > > > > > > snapshots=false),
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
>> [ERROR]
>>     >>     >     >>  apache-snapshots (
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     >     >>     >     >     >
>>     >>     >     >>     >     >
>>     >>     >     >>     >
>>     >>     >     >>
>>     >>     >
>>     >>
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7Cf27e84867a5440c6809008d62962338f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741899088264171&amp;sdata=eK5OZfTKPK1h75Z7PgVEKQJi%2FdIbiU129vgvJ82m%2Fn8%3D&amp;reserved=0
>>     >>     >     >>     >     >     > > ,
>>     >>     >     >>     >     >     > > > > > > > > > releases=false,
>>     >> snapshots=true),
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
>> [ERROR]
>>     >>     >     >>  apache.snapshots (
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     >     >>     >     >
>>     >>     >     >>     >
>>     >>     >     >>
>>     >>     >
>>     >>
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7Cf27e84867a5440c6809008d62962338f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741899088264171&amp;sdata=mzxsMv%2FR2c%2F75BPMkBITt%2B1O%2Bc7Efx%2F%2F8KZK0PzNQpM%3D&amp;reserved=0
>>     >>     >     >>     > ,
>>     >>     >     >>     >     > releases=false,
>>     >>     >     >>     >     >     > > > > > > > > snapshots=true),
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
>> [ERROR]
>>     >>     >  central (
>>     >>     >     >>     >     >     > > > > > > > >
>>     >>     >     >>     >     >
>>     >>     >     >>     >
>>     >>     >     >>
>>     >>     >
>>     >>
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo.maven.apache.org%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7Cf27e84867a5440c6809008d62962338f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741899088264171&amp;sdata=wGqgixDteYMApMYRzLcokM2h%2F7XN0F4wZdxEpxrGkIQ%3D&amp;reserved=0
>>     >>     >     >>     >     >     > > > > > > > > > ,
>>     >>     >     >>     >     >     > > > > > > > > > releases=true,
>>     >> snapshots=false)
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
>> [ERROR]
>>     >> ->
>>     >>     > [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]
>>     >>     >     >>     >     >     > > > > > > > > >
>>     >>     >     >>     >     >     > > > > > > >
>>     >>     >     >>     >     >     > > > > >
>>     >>     >     >>     >     >     > > >
>>     >>     >     >>     >     >     >
>>     >>     >     >>     >     >
>>     >>     >     >>     >
>>     >>     >     >>
>>     >>     >
>>     >>
>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cf27e84867a5440c6809008d62962338f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741899088264171&amp;sdata=DLz%2B3l9zn8QMwe%2BriSHAsX7MpqTQAXONsOxL5mif4CA%3D&amp;reserved=0>
>
>

Re: [Discuss] Start release process 0.9.3

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Hi Jason,

I think Piotr's failure was an attempt to download a dependency of a Maven plugin which should come from Maven Central.  Om's errors were from uploading to repository.a.o and not Maven Central.

I found this article about proxies and Maven:
https://stackoverflow.com/questions/38329243/maven-dependencies-are-not-getting-downloaded-proxy-issues?rq=1

I don’t know if Piotr is running behind a proxy or not, though.

Thanks,
-Alex

On 10/12/18, 2:34 PM, "Guild, Jason A (DOT)" <ja...@alaska.gov> wrote:

    Forgive my asking perhaps silly questions.
    
    Why in the world does the Royale release script have a dependency on 
    publishing directly to Maven Central?
    
    Doesn't Apache maintain its own Maven repository of apache-produced 
    artifacts?
    Isn't that what repo.maven.apache.org is? Why can't Royale publish to that?
    
    The artifacts successfully published there could be mirrored to other 
    public repositories after the release is complete.
    Jason
    
    On 10/12/2018 12:01 PM, Piotr Zarzycki wrote:
    > Unfortunately I got the same result as OM:(  Something is really wrong with
    > Maven central, cause I can't believe that we all have bad internet
    > connection.:)
    
    


Re: [Discuss] Start release process 0.9.3

Posted by Piotr Zarzycki <pi...@gmail.com>.
I my problems were with downloading plugin maybe it was temporary. I could
try again.

On Sat, Oct 13, 2018, 7:47 AM Piotr Zarzycki <pi...@gmail.com>
wrote:

> So the difference is that when we vote successful y for release we are
> uploading manually those artifacts?
>
> Automatic is not allowed? This is how I understand.
>
> Piotr
>
> On Sat, Oct 13, 2018, 7:40 AM Piotr Zarzycki <pi...@gmail.com>
> wrote:
>
>> Alex,
>>
>> I'm not running behind the proxy.
>>
>> Hi Dave,
>>
>> We are publishing only RC. Why it is against?
>>
>> Piotr
>>
>> On Sat, Oct 13, 2018, 1:05 AM Dave Fisher <da...@comcast.net> wrote:
>>
>>>
>>>
>>> Sent from my iPhone
>>>
>>> > On Oct 12, 2018, at 2:33 PM, Guild, Jason A (DOT) <
>>> jason.guild@alaska.gov> wrote:
>>> >
>>> > Forgive my asking perhaps silly questions.
>>>
>>> +1
>>>
>>> >
>>> > Why in the world does the Royale release script have a dependency on
>>> > publishing directly to Maven Central?
>>>
>>> That is likely against Apache Release Policy as well and must be changed.
>>>
>>> >
>>> > Doesn't Apache maintain its own Maven repository of apache-produced
>>> > artifacts?
>>> > Isn't that what repo.maven.apache.org is? Why can't Royale publish to
>>> that?
>>> >
>>> > The artifacts successfully published there could be mirrored to other
>>> > public repositories after the release is complete.
>>>
>>> Yes, exactly.
>>>
>>> Regards,
>>> Dave
>>>
>>> > Jason
>>> >
>>> >> On 10/12/2018 12:01 PM, Piotr Zarzycki wrote:
>>> >> Unfortunately I got the same result as OM:(  Something is really
>>> wrong with
>>> >> Maven central, cause I can't believe that we all have bad internet
>>> >> connection.:)
>>> >
>>>
>>>

Re: [Discuss] Start release process 0.9.3

Posted by Piotr Zarzycki <pi...@gmail.com>.
We are so much behind, that I'm wondering whether it wouldn't be better if
you remove release branches and start from scratch... However that approach
probably requires set develop back to 0.9.4-SNAPSHOT.

Piotr

czw., 25 paź 2018 o 12:20 Yishay Weiss <yi...@hotmail.com> napisał(a):

> I’m stuck in step 4 [1], getting below and [2]. Looks like git tasks are
> failing. Any ideas?
>
>
>
> BUILD FAILED
>
> C:\dev\my_release\releasecandidate.xml:556: The following error occurred
> while executing this line:
>
> C:\dev\my_release\releasecandidate.xml:487: The following error occurred
> while executing this line:
>
> C:\dev\my_release\releasecandidate.xml:473: exec returned: 1
>
>
>
> [1] ant -f releasecandidate.xml "-Drelease.version=0.9.4" -Drc=1 maven
>
> [2] https://paste.apache.org/AkFm
>
>
>
>
>
> ________________________________
> From: Yishay Weiss <yi...@hotmail.com>
> Sent: Tuesday, October 16, 2018 1:21:33 PM
> To: dev@royale.apache.org
> Subject: RE: [Discuss] Start release process 0.9.3
>
> Ok, thanks.
>
>
>
> ________________________________
> From: Piotr Zarzycki <pi...@gmail.com>
> Sent: Tuesday, October 16, 2018 1:07:08 PM
> To: dev@royale.apache.org
> Subject: Re: [Discuss] Start release process 0.9.3
>
> Yishay,
>
> You need to follow the tutorial on the Wiki, so setup everything what is
> saying there. However in release steps you can omit step 3 and start from
> step 4. Step 1 and 2 is needed.
>
> You can start from step 4, because branches for release exists already in
> all 3 repositories. "release/0.9.4"
>
> In last two attempts:
>
> Attempt 1: Failed because I got timeout on downloading some maven plugin
> Attempt 2: I went a bit farther, but during Maven compilation of compiler
> tests failed - stacktraces of failing tests are in previous emails.
>
> Thanks,
> Piotr
>
> wt., 16 paź 2018 o 11:44 Yishay Weiss <yi...@hotmail.com> napisał(a):
>
> > Maybe u can summarize the pitfalls you and Om mention on this thread.
> I’ll
> > follow the tut [1] and see how far I get.
> >
> >
> >
> > Just don’t want to waste time on the things you stumbled on.
> >
> >
> >
> > [1] https://github.com/apache/royale-asjs/wiki/Release-Manager-Notes
> >
> >
> >
> >
> >
> > ________________________________
> > From: Piotr Zarzycki <pi...@gmail.com>
> > Sent: Tuesday, October 16, 2018 12:30:54 PM
> > To: dev@royale.apache.org
> > Subject: Re: [Discuss] Start release process 0.9.3
> >
> > Hi Yishay,
> >
> > What do you mean by more such tasks ?
> >
> > Thanks,
> > Piotr
> >
> > wt., 16 paź 2018 o 07:10 Yishay Weiss <yi...@hotmail.com>
> napisał(a):
> >
> > > Just deleted them.
> > >
> > >
> > >
> > > I haven’t followed this thread closely enough. Can you think of more
> such
> > > tasks?
> > >
> > >
> > >
> > > ________________________________
> > > From: Piotr Zarzycki <pi...@gmail.com>
> > > Sent: Monday, October 15, 2018 6:29:30 PM
> > > To: dev@royale.apache.org
> > > Subject: Re: [Discuss] Start release process 0.9.3
> > >
> > > Hi Yishay,
> > >
> > > This [1][2]
> > >
> > > [1]
> > >
> > >
> >
> https://github.com/apache/royale-compiler/tree/org.apache.royale.compiler-0.9.4-rc1
> > > [2]
> > >
> > >
> >
> https://github.com/apache/royale-compiler/tree/org.apache.royale.compiler-0.9.4-rc2
> > >
> > > Thanks,
> > > Piotr
> > >
> > > pon., 15 paź 2018 o 17:20 Yishay Weiss <yi...@hotmail.com>
> > > napisał(a):
> > >
> > > > What’s the full names of the tags that need to be deleted?
> > > >
> > > >
> > > >
> > > > ________________________________
> > > > From: Piotr Zarzycki <pi...@gmail.com>
> > > > Sent: Monday, October 15, 2018 4:08:34 PM
> > > > To: dev@royale.apache.org
> > > > Subject: Re: [Discuss] Start release process 0.9.3
> > > >
> > > > Hi Alex,
> > > >
> > > > I have all environment property which you are mentioning in place.
> > > >
> > > > AIR_HOME = d:\Work\flex-sdk-4.16.1_adobe_air_30
> > > > FLASHPLAYER_DEBUGGER = D:\Work\player\flashplayer.exe
> > > > PLAYERGLOBAL_HOME = D:\Work\player
> > > >
> > > > In my folder with player I have following folders with
> playerglobal.swc
> > > > 11.1, 11.7, 20.0, 21,0, 23.0. Maybe issue is cause I'm using bash for
> > > > running all of that..
> > > >
> > > > I think I'm done with this. I don't have anymore power to fight with
> it
> > > at
> > > > all. Whoever wanted to pickup what's is left feel free. Branches are
> > > > waiting. You need to remove RC1 and RC2 tags, cause I cannot for some
> > > > reason.
> > > >
> > > > Good Luck!
> > > > Piotr
> > > >
> > > >
> > > > pon., 15 paź 2018 o 09:45 Alex Harui <ah...@adobe.com.invalid>
> > > > napisał(a):
> > > >
> > > > > Looks like your environment variables aren't set?  Having js.swc on
> > the
> > > > > external-library-path to run a SWF doesn't seem right.  Check
> > AIR_HOME,
> > > > > PLAYERGLOBAL_HOME, FLASHPLAYER_DEBUGGER.
> > > > >
> > > > > -Alex
> > > > >
> > > > > On 10/15/18, 12:37 AM, "Piotr Zarzycki" <
> piotrzarzycki21@gmail.com>
> > > > > wrote:
> > > > >
> > > > >     Now tests are failing :) [1]
> > > > >
> > > > >     [1]
> > > > >
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FFY4O&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=WJMqxXBaDs%2B1jidlSnp1mTzBgBPlhbOSMoXHcycEBh0%3D&amp;reserved=0
> > > > >
> > > > >     niedz., 14 paź 2018 o 22:34 Piotr Zarzycki <
> > > > piotrzarzycki21@gmail.com>
> > > > >     napisał(a):
> > > > >
> > > > >     > Before I contact Maven mailing list I would like to try again
> > > > > release to
> > > > >     > see what I got.
> > > > >     >
> > > > >     >
> > > > >     > On Sat, Oct 13, 2018, 11:28 AM Carlos Rovira <
> > > > > carlosrovira@apache.org>
> > > > >     > wrote:
> > > > >     >
> > > > >     >> Hi, commit done and seems no other side effect was done. So
> I
> > > > think
> > > > > the
> > > > >     >> tweaks worked.
> > > > >     >>
> > > > >     >> El sáb., 13 oct. 2018 a las 11:18, Carlos Rovira (<
> > > > >     >> carlosrovira@apache.org>)
> > > > >     >> escribió:
> > > > >     >>
> > > > >     >> > Hi,
> > > > >     >> >
> > > > >     >> > about delete tag, I was investigating and did some tweaks
> to
> > > my
> > > > > system.
> > > > >     >> So
> > > > >     >> > we'll see in the next commit if it works.
> > > > >     >> >
> > > > >     >> > El sáb., 13 oct. 2018 a las 8:59, Carlos Rovira (<
> > > > >     >> carlosrovira@apache.org>)
> > > > >     >> > escribió:
> > > > >     >> >
> > > > >     >> >> Hi,
> > > > >     >> >>
> > > > >     >> >> I think asking ni maven list is our best bet since as we
> do
> > > > here,
> > > > >     >> surely
> > > > >     >> >> they can help and give some light on what's happening, so
> > > > >     >> >> +1 to ask in maven list
> > > > >     >> >>
> > > > >     >> >>
> > > > >     >> >>
> > > > >     >> >> El sáb., 13 oct. 2018 a las 7:56, Alex Harui
> > > > > (<aharui@adobe.com.invalid
> > > > >     >> >)
> > > > >     >> >> escribió:
> > > > >     >> >>
> > > > >     >> >>> No, some people think the script was trying to upload
> the
> > RC
> > > > to
> > > > > Maven
> > > > >     >> >>> Central instead of repository.apache.org.  From my
> > reading
> > > of
> > > > > the
> > > > >     >> logs,
> > > > >     >> >>> you had a problem downloading a Maven plugin from Maven
> > > > Central
> > > > > which
> > > > >     >> is
> > > > >     >> >>> allowed, while Om was having trouble uploading to
> > > > >     >> repository.apache.org.
> > > > >     >> >>>
> > > > >     >> >>> I think we're ok as long as we can figure out why you
> and
> > Om
> > > > > keep
> > > > >     >> >>> getting timeouts.  There are plenty of articles about
> > Maven
> > > > and
> > > > > the
> > > > >     >> timeout
> > > > >     >> >>> but it all seems to be proxy related.  If you are not
> > using
> > > a
> > > > > proxy,
> > > > >     >> maybe
> > > > >     >> >>> there is an article out there that isn't about proxies.
> > You
> > > > > could
> > > > >     >> also ask
> > > > >     >> >>> on a Maven mailing list to see if they've heard of this
> > > issue.
> > > > >     >> >>>
> > > > >     >> >>> -Alex
> > > > >     >> >>>
> > > > >     >> >>> On 10/12/18, 10:47 PM, "Piotr Zarzycki" <
> > > > > piotrzarzycki21@gmail.com>
> > > > >     >> >>> wrote:
> > > > >     >> >>>
> > > > >     >> >>>     So the difference is that when we vote successful y
> > for
> > > > > release we
> > > > >     >> >>> are
> > > > >     >> >>>     uploading manually those artifacts?
> > > > >     >> >>>
> > > > >     >> >>>     Automatic is not allowed? This is how I understand.
> > > > >     >> >>>
> > > > >     >> >>>     Piotr
> > > > >     >> >>>
> > > > >     >> >>>     On Sat, Oct 13, 2018, 7:40 AM Piotr Zarzycki <
> > > > >     >> >>> piotrzarzycki21@gmail.com>
> > > > >     >> >>>     wrote:
> > > > >     >> >>>
> > > > >     >> >>>     > Alex,
> > > > >     >> >>>     >
> > > > >     >> >>>     > I'm not running behind the proxy.
> > > > >     >> >>>     >
> > > > >     >> >>>     > Hi Dave,
> > > > >     >> >>>     >
> > > > >     >> >>>     > We are publishing only RC. Why it is against?
> > > > >     >> >>>     >
> > > > >     >> >>>     > Piotr
> > > > >     >> >>>     >
> > > > >     >> >>>     > On Sat, Oct 13, 2018, 1:05 AM Dave Fisher <
> > > > >     >> dave2wave@comcast.net>
> > > > >     >> >>> wrote:
> > > > >     >> >>>     >
> > > > >     >> >>>     >>
> > > > >     >> >>>     >>
> > > > >     >> >>>     >> Sent from my iPhone
> > > > >     >> >>>     >>
> > > > >     >> >>>     >> > On Oct 12, 2018, at 2:33 PM, Guild, Jason A
> > (DOT) <
> > > > >     >> >>>     >> jason.guild@alaska.gov> wrote:
> > > > >     >> >>>     >> >
> > > > >     >> >>>     >> > Forgive my asking perhaps silly questions.
> > > > >     >> >>>     >>
> > > > >     >> >>>     >> +1
> > > > >     >> >>>     >>
> > > > >     >> >>>     >> >
> > > > >     >> >>>     >> > Why in the world does the Royale release script
> > > have
> > > > a
> > > > >     >> >>> dependency on
> > > > >     >> >>>     >> > publishing directly to Maven Central?
> > > > >     >> >>>     >>
> > > > >     >> >>>     >> That is likely against Apache Release Policy as
> > well
> > > > and
> > > > > must
> > > > >     >> be
> > > > >     >> >>> changed.
> > > > >     >> >>>     >>
> > > > >     >> >>>     >> >
> > > > >     >> >>>     >> > Doesn't Apache maintain its own Maven
> repository
> > of
> > > > >     >> >>> apache-produced
> > > > >     >> >>>     >> > artifacts?
> > > > >     >> >>>     >> > Isn't that what repo.maven.apache.org is? Why
> > > can't
> > > > > Royale
> > > > >     >> >>> publish to
> > > > >     >> >>>     >> that?
> > > > >     >> >>>     >> >
> > > > >     >> >>>     >> > The artifacts successfully published there
> could
> > be
> > > > > mirrored
> > > > >     >> to
> > > > >     >> >>> other
> > > > >     >> >>>     >> > public repositories after the release is
> > complete.
> > > > >     >> >>>     >>
> > > > >     >> >>>     >> Yes, exactly.
> > > > >     >> >>>     >>
> > > > >     >> >>>     >> Regards,
> > > > >     >> >>>     >> Dave
> > > > >     >> >>>     >>
> > > > >     >> >>>     >> > Jason
> > > > >     >> >>>     >> >
> > > > >     >> >>>     >> >> On 10/12/2018 12:01 PM, Piotr Zarzycki wrote:
> > > > >     >> >>>     >> >> Unfortunately I got the same result as OM:(
> > > > > Something is
> > > > >     >> >>> really wrong
> > > > >     >> >>>     >> with
> > > > >     >> >>>     >> >> Maven central, cause I can't believe that we
> all
> > > > have
> > > > > bad
> > > > >     >> >>> internet
> > > > >     >> >>>     >> >> connection.:)
> > > > >     >> >>>     >> >
> > > > >     >> >>>     >>
> > > > >     >> >>>     >>
> > > > >     >> >>>
> > > > >     >> >>>
> > > > >     >> >>>
> > > > >     >> >>
> > > > >     >> >> --
> > > > >     >> >> Carlos Rovira
> > > > >     >> >>
> > > > >
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=zDgsTtlMTWFc7wSBrrGus5m0u0NBIjfqdsP6AM3dXS0%3D&amp;reserved=0
> > > > >     >> >>
> > > > >     >> >>
> > > > >     >> >
> > > > >     >> > --
> > > > >     >> > Carlos Rovira
> > > > >     >> >
> > > > >
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=zDgsTtlMTWFc7wSBrrGus5m0u0NBIjfqdsP6AM3dXS0%3D&amp;reserved=0
> > > > >     >> >
> > > > >     >> >
> > > > >     >>
> > > > >     >> --
> > > > >     >> Carlos Rovira
> > > > >     >>
> > > > >
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=zDgsTtlMTWFc7wSBrrGus5m0u0NBIjfqdsP6AM3dXS0%3D&amp;reserved=0
> > > > >     >>
> > > > >     >
> > > > >
> > > > >     --
> > > > >
> > > > >     Piotr Zarzycki
> > > > >
> > > > >     Patreon: *
> > > > >
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=TPWtJZYTsFe3iNGv7RfDeHbgZFtepP0C%2Bjb3qbKiXyg%3D&amp;reserved=0
> > > > >     <
> > > > >
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=TPWtJZYTsFe3iNGv7RfDeHbgZFtepP0C%2Bjb3qbKiXyg%3D&amp;reserved=0
> > > > > >*
> > > > >
> > > > >
> > > > >
> > > >
> > > > --
> > > >
> > > > Piotr Zarzycki
> > > >
> > > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > > <https://www.patreon.com/piotrzarzycki>*
> > > >
> > >
> > >
> > > --
> > >
> > > Piotr Zarzycki
> > >
> > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > <https://www.patreon.com/piotrzarzycki>*
> > >
> >
> >
> > --
> >
> > Piotr Zarzycki
> >
> > Patreon: *https://www.patreon.com/piotrzarzycki
> > <https://www.patreon.com/piotrzarzycki>*
> >
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: [Discuss] Start release process 0.9.3

Posted by Carlos Rovira <ca...@apache.org>.
Ok Alex, great!
Hope you catch the problems in release process so next time any of us could
became release managers, I think we're very close to that! :)
Crossing fingers! :)


El jue., 8 nov. 2018 a las 23:35, Alex Harui (<ah...@adobe.com.invalid>)
escribió:

> FWIW, I am going to delete the old release branches, revert the version
> renumbering and start over because there have been lots of commits since
> the release branch was cut.  So expect a lot of noise on commits@.
>
> -Alex
>
> On 11/8/18, 12:50 PM, "Piotr Zarzycki" <pi...@gmail.com> wrote:
>
>     Great to hear that! All IDEs will benefit from that release.
>
>     Thanks,
>     Piotr
>
>     On Thu, Nov 8, 2018, 6:59 PM Alex Harui <ah...@adobe.com.invalid>
> wrote:
>
>     > I have pushed all of the big chunks of code I wanted to get done.  I
> am
>     > going to try to fix our CI builds, and after that, cut a release,
> unless
>     > some other big thing comes up.
>     >
>     > -Alex
>     >
>     > On 10/26/18, 3:38 PM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:
>     >
>     >     Hi Yishay,
>     >
>     >     Sounds like you probably have more than one keystore, as
> described in
>     > that wiki post in [1].
>     >
>     >     I'm not sure how Maven finds the gpg it wants to run, but if it
> is
>     > finding a different one than the one you find the the command prompt
> then
>     > you will have results like you are.
>     >
>     >     There is a command called "where" or "which" that will show you
> want
>     > path it picked.  You might try altering the paths or uninstalling
> some
>     > version of GPG or somehow try to get Maven to find the one you use
> from the
>     > command line.
>     >
>     >     Good luck,
>     >     -Alex
>     >
>     >     On 10/26/18, 1:33 PM, "Yishay Weiss" <yi...@hotmail.com>
> wrote:
>     >
>     >         Ok, I made some changes to the build script which seem to
> have
>     > resolved this issue. I’m getting this
>     >
>     >
>     >
>     >             [exec] [INFO] gpg: no default secret key: No secret key
>     >
>     >              [exec] [INFO] gpg: signing failed: No secret key
>     >
>     >              [exec] [INFO] [INFO]
>     >
> ------------------------------------------------------------------------
>     >
>     >              [exec] [INFO] [INFO] BUILD FAILURE
>     >
>     >              [exec] [INFO] [INFO]
>     >
> ------------------------------------------------------------------------
>     >
>     >              [exec] [INFO] [INFO] Total time: 14.241 s
>     >
>     >              [exec] [INFO] [INFO] Finished at:
> 2018-10-26T23:30:47+03:00
>     >
>     >              [exec] [INFO] [INFO] Final Memory: 39M/780M
>     >
>     >              [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]
>     >
>     >
>     >
>     >         Even though I think I followed instructions [1] regarding
> gpg… Any
>     > ideas?
>     >
>     >
>     >
>     >         [1]
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FRelease-Manager-Notes&amp;data=02%7C01%7Caharui%40adobe.com%7C77d7607ce3594d6f38bd08d645bbda29%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636773070455396109&amp;sdata=atSQLe2T04UZTFU%2BVFFcP8DIJ6k4KgLXvKLhP2EW%2BUY%3D&amp;reserved=0
>     >
>     >
>     >
>     >         ________________________________
>     >         From: Alex Harui <ah...@adobe.com.INVALID>
>     >         Sent: Friday, October 26, 2018 2:07:38 AM
>     >         To: dev@royale.apache.org
>     >         Subject: Re: [Discuss] Start release process 0.9.3
>     >
>     >         Well, you can't really do the push manually because the
> script is
>     > expecting files that need to be pushed are pushed before calling
> Maven to
>     > do its thing.  You would have to break apart the Ant targets to
> allow you
>     > to push manually.
>     >
>     >         But the push of utils shouldn't happen because they have not
> been
>     > modified.  In an earlier email I tried to explain to Piotr how to
> modify
>     > releasecandidate.xml so that it correctly skips that push.
>     >
>     >         -Alex
>     >
>     >         On 10/25/18, 11:58 AM, "Yishay Weiss" <
> yishayjobs@hotmail.com>
>     > wrote:
>     >
>     >             The error message is in the console, I guess the
> redirect was
>     > of STDOUT only.
>     >
>     >
>     >
>     >             Git push doesn’t require credentials in my console.
>     >
>     >
>     >
>     >             Just to be clear, should I make failonerror false for
> push
>     > targets and do them manually instead?
>     >
>     >
>     >
>     >             ________________________________
>     >             From: Alex Harui <ah...@adobe.com.INVALID>
>     >             Sent: Thursday, October 25, 2018 8:20:27 PM
>     >             To: dev@royale.apache.org
>     >             Subject: Re: [Discuss] Start release process 0.9.3
>     >
>     >             Hi Yishay,
>     >
>     >             I didn't see an error at the end of the output.
>     >
>     >             Piotr, did you make the suggested changes to
>     > releasecandidate.xml when you got stuck at a similar point?  Yishaw,
> see a
>     > past thread on that Ant target.  It shouldn't be trying to push
> anything
>     > there.
>     >
>     >             That said, it is required that the RM has Git setup in
> a way
>     > that it does not ask you for a password when pushing.  You will need
>     > non-interactive push at some point in the script.  Ant and Maven
> can't
>     > always stop to ask for input.  So if a regular "git push" from a
> command
>     > prompt asks for your password, you need to set it up so it doesn't.
>     >
>     >             If nobody can get the release cut by the time I finish
> up the
>     > MX Charts emulation, then I will try to cut the release.  We know
> these
>     > scripts worked on my computers so it will be interesting to see if
> they
>     > fail now.  As we saw, we were blowing up Maven because we added so
> many
>     > jars to the build since the last successful release.  We might be
> pushing
>     > the limits of Ant/Maven and we may have to refactor the steps to
> make more
>     > smaller steps or something like that.
>     >
>     >             HTH,
>     >             -Alex
>     >
>     >             On 10/25/18, 3:20 AM, "Yishay Weiss" <
> yishayjobs@hotmail.com>
>     > wrote:
>     >
>     >                 I’m stuck in step 4 [1], getting below and [2].
> Looks like
>     > git tasks are failing. Any ideas?
>     >
>     >
>     >
>     >                 BUILD FAILED
>     >
>     >                 C:\dev\my_release\releasecandidate.xml:556: The
> following
>     > error occurred while executing this line:
>     >
>     >                 C:\dev\my_release\releasecandidate.xml:487: The
> following
>     > error occurred while executing this line:
>     >
>     >                 C:\dev\my_release\releasecandidate.xml:473: exec
> returned:
>     > 1
>     >
>     >
>     >
>     >                 [1] ant -f releasecandidate.xml
> "-Drelease.version=0.9.4"
>     > -Drc=1 maven
>     >
>     >                 [2]
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FAkFm&amp;data=02%7C01%7Caharui%40adobe.com%7C77d7607ce3594d6f38bd08d645bbda29%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636773070455396109&amp;sdata=7ghnkzGmcTV2r933cZXxrtfvpmv9rRMg6JKRPEOwsz0%3D&amp;reserved=0
>     >
>     >
>     >
>     >
>     >
>     >                 ________________________________
>     >                 From: Yishay Weiss <yi...@hotmail.com>
>     >                 Sent: Tuesday, October 16, 2018 1:21:33 PM
>     >                 To: dev@royale.apache.org
>     >                 Subject: RE: [Discuss] Start release process 0.9.3
>     >
>     >                 Ok, thanks.
>     >
>     >
>     >
>     >                 ________________________________
>     >                 From: Piotr Zarzycki <pi...@gmail.com>
>     >                 Sent: Tuesday, October 16, 2018 1:07:08 PM
>     >                 To: dev@royale.apache.org
>     >                 Subject: Re: [Discuss] Start release process 0.9.3
>     >
>     >                 Yishay,
>     >
>     >                 You need to follow the tutorial on the Wiki, so setup
>     > everything what is
>     >                 saying there. However in release steps you can omit
> step 3
>     > and start from
>     >                 step 4. Step 1 and 2 is needed.
>     >
>     >                 You can start from step 4, because branches for
> release
>     > exists already in
>     >                 all 3 repositories. "release/0.9.4"
>     >
>     >                 In last two attempts:
>     >
>     >                 Attempt 1: Failed because I got timeout on
> downloading
>     > some maven plugin
>     >                 Attempt 2: I went a bit farther, but during Maven
>     > compilation of compiler
>     >                 tests failed - stacktraces of failing tests are in
>     > previous emails.
>     >
>     >                 Thanks,
>     >                 Piotr
>     >
>     >                 wt., 16 paź 2018 o 11:44 Yishay Weiss <
>     > yishayjobs@hotmail.com> napisał(a):
>     >
>     >                 > Maybe u can summarize the pitfalls you and Om
> mention on
>     > this thread. I’ll
>     >                 > follow the tut [1] and see how far I get.
>     >                 >
>     >                 >
>     >                 >
>     >                 > Just don’t want to waste time on the things you
> stumbled
>     > on.
>     >                 >
>     >                 >
>     >                 >
>     >                 > [1]
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FRelease-Manager-Notes&amp;data=02%7C01%7Caharui%40adobe.com%7C77d7607ce3594d6f38bd08d645bbda29%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636773070455396109&amp;sdata=atSQLe2T04UZTFU%2BVFFcP8DIJ6k4KgLXvKLhP2EW%2BUY%3D&amp;reserved=0
>     >                 >
>     >                 >
>     >                 >
>     >                 >
>     >                 >
>     >                 > ________________________________
>     >                 > From: Piotr Zarzycki <pi...@gmail.com>
>     >                 > Sent: Tuesday, October 16, 2018 12:30:54 PM
>     >                 > To: dev@royale.apache.org
>     >                 > Subject: Re: [Discuss] Start release process 0.9.3
>     >                 >
>     >                 > Hi Yishay,
>     >                 >
>     >                 > What do you mean by more such tasks ?
>     >                 >
>     >                 > Thanks,
>     >                 > Piotr
>     >                 >
>     >                 > wt., 16 paź 2018 o 07:10 Yishay Weiss <
>     > yishayjobs@hotmail.com> napisał(a):
>     >                 >
>     >                 > > Just deleted them.
>     >                 > >
>     >                 > >
>     >                 > >
>     >                 > > I haven’t followed this thread closely enough.
> Can you
>     > think of more such
>     >                 > > tasks?
>     >                 > >
>     >                 > >
>     >                 > >
>     >                 > > ________________________________
>     >                 > > From: Piotr Zarzycki <pi...@gmail.com>
>     >                 > > Sent: Monday, October 15, 2018 6:29:30 PM
>     >                 > > To: dev@royale.apache.org
>     >                 > > Subject: Re: [Discuss] Start release process
> 0.9.3
>     >                 > >
>     >                 > > Hi Yishay,
>     >                 > >
>     >                 > > This [1][2]
>     >                 > >
>     >                 > > [1]
>     >                 > >
>     >                 > >
>     >                 >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler%2Ftree%2Forg.apache.royale.compiler-0.9.4-rc1&amp;data=02%7C01%7Caharui%40adobe.com%7C77d7607ce3594d6f38bd08d645bbda29%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636773070455396109&amp;sdata=M0BXDnooNVlYOgidCpqcMVmRDNqKiuvzcv0t5B4wgb8%3D&amp;reserved=0
>     >                 > > [2]
>     >                 > >
>     >                 > >
>     >                 >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler%2Ftree%2Forg.apache.royale.compiler-0.9.4-rc2&amp;data=02%7C01%7Caharui%40adobe.com%7C77d7607ce3594d6f38bd08d645bbda29%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636773070455396109&amp;sdata=R9pGJ%2FRkQWFjp4pl3HCTAU8evAOT9e3DoDBFZVIcnfg%3D&amp;reserved=0
>     >                 > >
>     >                 > > Thanks,
>     >                 > > Piotr
>     >                 > >
>     >                 > > pon., 15 paź 2018 o 17:20 Yishay Weiss <
>     > yishayjobs@hotmail.com>
>     >                 > > napisał(a):
>     >                 > >
>     >                 > > > What’s the full names of the tags that need to
> be
>     > deleted?
>     >                 > > >
>     >                 > > >
>     >                 > > >
>     >                 > > > ________________________________
>     >                 > > > From: Piotr Zarzycki <
> piotrzarzycki21@gmail.com>
>     >                 > > > Sent: Monday, October 15, 2018 4:08:34 PM
>     >                 > > > To: dev@royale.apache.org
>     >                 > > > Subject: Re: [Discuss] Start release process
> 0.9.3
>     >                 > > >
>     >                 > > > Hi Alex,
>     >                 > > >
>     >                 > > > I have all environment property which you are
>     > mentioning in place.
>     >                 > > >
>     >                 > > > AIR_HOME = d:\Work\flex-sdk-4.16.1_adobe_air_30
>     >                 > > > FLASHPLAYER_DEBUGGER =
> D:\Work\player\flashplayer.exe
>     >                 > > > PLAYERGLOBAL_HOME = D:\Work\player
>     >                 > > >
>     >                 > > > In my folder with player I have following
> folders
>     > with playerglobal.swc
>     >                 > > > 11.1, 11.7, 20.0, 21,0, 23.0. Maybe issue is
> cause
>     > I'm using bash for
>     >                 > > > running all of that..
>     >                 > > >
>     >                 > > > I think I'm done with this. I don't have
> anymore
>     > power to fight with it
>     >                 > > at
>     >                 > > > all. Whoever wanted to pickup what's is left
> feel
>     > free. Branches are
>     >                 > > > waiting. You need to remove RC1 and RC2 tags,
> cause
>     > I cannot for some
>     >                 > > > reason.
>     >                 > > >
>     >                 > > > Good Luck!
>     >                 > > > Piotr
>     >                 > > >
>     >                 > > >
>     >                 > > > pon., 15 paź 2018 o 09:45 Alex Harui
>     > <ah...@adobe.com.invalid>
>     >                 > > > napisał(a):
>     >                 > > >
>     >                 > > > > Looks like your environment variables aren't
> set?
>     > Having js.swc on
>     >                 > the
>     >                 > > > > external-library-path to run a SWF doesn't
> seem
>     > right.  Check
>     >                 > AIR_HOME,
>     >                 > > > > PLAYERGLOBAL_HOME, FLASHPLAYER_DEBUGGER.
>     >                 > > > >
>     >                 > > > > -Alex
>     >                 > > > >
>     >                 > > > > On 10/15/18, 12:37 AM, "Piotr Zarzycki" <
>     > piotrzarzycki21@gmail.com>
>     >                 > > > > wrote:
>     >                 > > > >
>     >                 > > > >     Now tests are failing :) [1]
>     >                 > > > >
>     >                 > > > >     [1]
>     >                 > > > >
>     >                 > > >
>     >                 > >
>     >                 >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FFY4O&amp;data=02%7C01%7Caharui%40adobe.com%7C77d7607ce3594d6f38bd08d645bbda29%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636773070455396109&amp;sdata=GAqV97PchusLmCFYi%2BDQZl7WGGKb3bIPBwj3VeOz13Y%3D&amp;reserved=0
>     >                 > > > >
>     >                 > > > >     niedz., 14 paź 2018 o 22:34 Piotr
> Zarzycki <
>     >                 > > > piotrzarzycki21@gmail.com>
>     >                 > > > >     napisał(a):
>     >                 > > > >
>     >                 > > > >     > Before I contact Maven mailing list I
> would
>     > like to try again
>     >                 > > > > release to
>     >                 > > > >     > see what I got.
>     >                 > > > >     >
>     >                 > > > >     >
>     >                 > > > >     > On Sat, Oct 13, 2018, 11:28 AM Carlos
> Rovira
>     > <
>     >                 > > > > carlosrovira@apache.org>
>     >                 > > > >     > wrote:
>     >                 > > > >     >
>     >                 > > > >     >> Hi, commit done and seems no other
> side
>     > effect was done. So I
>     >                 > > > think
>     >                 > > > > the
>     >                 > > > >     >> tweaks worked.
>     >                 > > > >     >>
>     >                 > > > >     >> El sáb., 13 oct. 2018 a las 11:18,
> Carlos
>     > Rovira (<
>     >                 > > > >     >> carlosrovira@apache.org>)
>     >                 > > > >     >> escribió:
>     >                 > > > >     >>
>     >                 > > > >     >> > Hi,
>     >                 > > > >     >> >
>     >                 > > > >     >> > about delete tag, I was
> investigating and
>     > did some tweaks to
>     >                 > > my
>     >                 > > > > system.
>     >                 > > > >     >> So
>     >                 > > > >     >> > we'll see in the next commit if it
> works.
>     >                 > > > >     >> >
>     >                 > > > >     >> > El sáb., 13 oct. 2018 a las 8:59,
> Carlos
>     > Rovira (<
>     >                 > > > >     >> carlosrovira@apache.org>)
>     >                 > > > >     >> > escribió:
>     >                 > > > >     >> >
>     >                 > > > >     >> >> Hi,
>     >                 > > > >     >> >>
>     >                 > > > >     >> >> I think asking ni maven list is
> our best
>     > bet since as we do
>     >                 > > > here,
>     >                 > > > >     >> surely
>     >                 > > > >     >> >> they can help and give some light
> on
>     > what's happening, so
>     >                 > > > >     >> >> +1 to ask in maven list
>     >                 > > > >     >> >>
>     >                 > > > >     >> >>
>     >                 > > > >     >> >>
>     >                 > > > >     >> >> El sáb., 13 oct. 2018 a las 7:56,
> Alex
>     > Harui
>     >                 > > > > (<aharui@adobe.com.invalid
>     >                 > > > >     >> >)
>     >                 > > > >     >> >> escribió:
>     >                 > > > >     >> >>
>     >                 > > > >     >> >>> No, some people think the script
> was
>     > trying to upload the
>     >                 > RC
>     >                 > > > to
>     >                 > > > > Maven
>     >                 > > > >     >> >>> Central instead of
>     > repository.apache.org.  From my
>     >                 > reading
>     >                 > > of
>     >                 > > > > the
>     >                 > > > >     >> logs,
>     >                 > > > >     >> >>> you had a problem downloading a
> Maven
>     > plugin from Maven
>     >                 > > > Central
>     >                 > > > > which
>     >                 > > > >     >> is
>     >                 > > > >     >> >>> allowed, while Om was having
> trouble
>     > uploading to
>     >                 > > > >     >> repository.apache.org.
>     >                 > > > >     >> >>>
>     >                 > > > >     >> >>> I think we're ok as long as we can
>     > figure out why you and
>     >                 > Om
>     >                 > > > > keep
>     >                 > > > >     >> >>> getting timeouts.  There are
> plenty of
>     > articles about
>     >                 > Maven
>     >                 > > > and
>     >                 > > > > the
>     >                 > > > >     >> timeout
>     >                 > > > >     >> >>> but it all seems to be proxy
> related.
>     > If you are not
>     >                 > using
>     >                 > > a
>     >                 > > > > proxy,
>     >                 > > > >     >> maybe
>     >                 > > > >     >> >>> there is an article out there that
>     > isn't about proxies.
>     >                 > You
>     >                 > > > > could
>     >                 > > > >     >> also ask
>     >                 > > > >     >> >>> on a Maven mailing list to see if
>     > they've heard of this
>     >                 > > issue.
>     >                 > > > >     >> >>>
>     >                 > > > >     >> >>> -Alex
>     >                 > > > >     >> >>>
>     >                 > > > >     >> >>> On 10/12/18, 10:47 PM, "Piotr
> Zarzycki"
>     > <
>     >                 > > > > piotrzarzycki21@gmail.com>
>     >                 > > > >     >> >>> wrote:
>     >                 > > > >     >> >>>
>     >                 > > > >     >> >>>     So the difference is that
> when we
>     > vote successful y
>     >                 > for
>     >                 > > > > release we
>     >                 > > > >     >> >>> are
>     >                 > > > >     >> >>>     uploading manually those
> artifacts?
>     >                 > > > >     >> >>>
>     >                 > > > >     >> >>>     Automatic is not allowed?
> This is
>     > how I understand.
>     >                 > > > >     >> >>>
>     >                 > > > >     >> >>>     Piotr
>     >                 > > > >     >> >>>
>     >                 > > > >     >> >>>     On Sat, Oct 13, 2018, 7:40 AM
> Piotr
>     > Zarzycki <
>     >                 > > > >     >> >>> piotrzarzycki21@gmail.com>
>     >                 > > > >     >> >>>     wrote:
>     >                 > > > >     >> >>>
>     >                 > > > >     >> >>>     > Alex,
>     >                 > > > >     >> >>>     >
>     >                 > > > >     >> >>>     > I'm not running behind the
> proxy.
>     >                 > > > >     >> >>>     >
>     >                 > > > >     >> >>>     > Hi Dave,
>     >                 > > > >     >> >>>     >
>     >                 > > > >     >> >>>     > We are publishing only RC.
> Why it
>     > is against?
>     >                 > > > >     >> >>>     >
>     >                 > > > >     >> >>>     > Piotr
>     >                 > > > >     >> >>>     >
>     >                 > > > >     >> >>>     > On Sat, Oct 13, 2018, 1:05
> AM
>     > Dave Fisher <
>     >                 > > > >     >> dave2wave@comcast.net>
>     >                 > > > >     >> >>> wrote:
>     >                 > > > >     >> >>>     >
>     >                 > > > >     >> >>>     >>
>     >                 > > > >     >> >>>     >>
>     >                 > > > >     >> >>>     >> Sent from my iPhone
>     >                 > > > >     >> >>>     >>
>     >                 > > > >     >> >>>     >> > On Oct 12, 2018, at 2:33
> PM,
>     > Guild, Jason A
>     >                 > (DOT) <
>     >                 > > > >     >> >>>     >> jason.guild@alaska.gov>
> wrote:
>     >                 > > > >     >> >>>     >> >
>     >                 > > > >     >> >>>     >> > Forgive my asking perhaps
>     > silly questions.
>     >                 > > > >     >> >>>     >>
>     >                 > > > >     >> >>>     >> +1
>     >                 > > > >     >> >>>     >>
>     >                 > > > >     >> >>>     >> >
>     >                 > > > >     >> >>>     >> > Why in the world does the
>     > Royale release script
>     >                 > > have
>     >                 > > > a
>     >                 > > > >     >> >>> dependency on
>     >                 > > > >     >> >>>     >> > publishing directly to
> Maven
>     > Central?
>     >                 > > > >     >> >>>     >>
>     >                 > > > >     >> >>>     >> That is likely against
> Apache
>     > Release Policy as
>     >                 > well
>     >                 > > > and
>     >                 > > > > must
>     >                 > > > >     >> be
>     >                 > > > >     >> >>> changed.
>     >                 > > > >     >> >>>     >>
>     >                 > > > >     >> >>>     >> >
>     >                 > > > >     >> >>>     >> > Doesn't Apache maintain
> its
>     > own Maven repository
>     >                 > of
>     >                 > > > >     >> >>> apache-produced
>     >                 > > > >     >> >>>     >> > artifacts?
>     >                 > > > >     >> >>>     >> > Isn't that what
>     > repo.maven.apache.org is? Why
>     >                 > > can't
>     >                 > > > > Royale
>     >                 > > > >     >> >>> publish to
>     >                 > > > >     >> >>>     >> that?
>     >                 > > > >     >> >>>     >> >
>     >                 > > > >     >> >>>     >> > The artifacts
> successfully
>     > published there could
>     >                 > be
>     >                 > > > > mirrored
>     >                 > > > >     >> to
>     >                 > > > >     >> >>> other
>     >                 > > > >     >> >>>     >> > public repositories
> after the
>     > release is
>     >                 > complete.
>     >                 > > > >     >> >>>     >>
>     >                 > > > >     >> >>>     >> Yes, exactly.
>     >                 > > > >     >> >>>     >>
>     >                 > > > >     >> >>>     >> Regards,
>     >                 > > > >     >> >>>     >> Dave
>     >                 > > > >     >> >>>     >>
>     >                 > > > >     >> >>>     >> > Jason
>     >                 > > > >     >> >>>     >> >
>     >                 > > > >     >> >>>     >> >> On 10/12/2018 12:01 PM,
> Piotr
>     > Zarzycki wrote:
>     >                 > > > >     >> >>>     >> >> Unfortunately I got the
> same
>     > result as OM:(
>     >                 > > > > Something is
>     >                 > > > >     >> >>> really wrong
>     >                 > > > >     >> >>>     >> with
>     >                 > > > >     >> >>>     >> >> Maven central, cause I
> can't
>     > believe that we all
>     >                 > > > have
>     >                 > > > > bad
>     >                 > > > >     >> >>> internet
>     >                 > > > >     >> >>>     >> >> connection.:)
>     >                 > > > >     >> >>>     >> >
>     >                 > > > >     >> >>>     >>
>     >                 > > > >     >> >>>     >>
>     >                 > > > >     >> >>>
>     >                 > > > >     >> >>>
>     >                 > > > >     >> >>>
>     >                 > > > >     >> >>
>     >                 > > > >     >> >> --
>     >                 > > > >     >> >> Carlos Rovira
>     >                 > > > >     >> >>
>     >                 > > > >
>     >                 > > >
>     >                 > >
>     >                 >
>     >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C77d7607ce3594d6f38bd08d645bbda29%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636773070455406109&amp;sdata=aJE%2F1HgpLTJktPov60tlSOK2bU7pTHCUou70YjZG3e0%3D&amp;reserved=0
>     >                 > > > >     >> >>
>     >                 > > > >     >> >>
>     >                 > > > >     >> >
>     >                 > > > >     >> > --
>     >                 > > > >     >> > Carlos Rovira
>     >                 > > > >     >> >
>     >                 > > > >
>     >                 > > >
>     >                 > >
>     >                 >
>     >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C77d7607ce3594d6f38bd08d645bbda29%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636773070455406109&amp;sdata=aJE%2F1HgpLTJktPov60tlSOK2bU7pTHCUou70YjZG3e0%3D&amp;reserved=0
>     >                 > > > >     >> >
>     >                 > > > >     >> >
>     >                 > > > >     >>
>     >                 > > > >     >> --
>     >                 > > > >     >> Carlos Rovira
>     >                 > > > >     >>
>     >                 > > > >
>     >                 > > >
>     >                 > >
>     >                 >
>     >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C77d7607ce3594d6f38bd08d645bbda29%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636773070455406109&amp;sdata=aJE%2F1HgpLTJktPov60tlSOK2bU7pTHCUou70YjZG3e0%3D&amp;reserved=0
>     >                 > > > >     >>
>     >                 > > > >     >
>     >                 > > > >
>     >                 > > > >     --
>     >                 > > > >
>     >                 > > > >     Piotr Zarzycki
>     >                 > > > >
>     >                 > > > >     Patreon: *
>     >                 > > > >
>     >                 > > >
>     >                 > >
>     >                 >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C77d7607ce3594d6f38bd08d645bbda29%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636773070455406109&amp;sdata=ZfLiApZuF7FBHCp3QnCG9J2RE0d4qXpkw94SeN2NtYM%3D&amp;reserved=0
>     >                 > > > >     <
>     >                 > > > >
>     >                 > > >
>     >                 > >
>     >                 >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C77d7607ce3594d6f38bd08d645bbda29%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636773070455406109&amp;sdata=ZfLiApZuF7FBHCp3QnCG9J2RE0d4qXpkw94SeN2NtYM%3D&amp;reserved=0
>     >                 > > > > >*
>     >                 > > > >
>     >                 > > > >
>     >                 > > > >
>     >                 > > >
>     >                 > > > --
>     >                 > > >
>     >                 > > > Piotr Zarzycki
>     >                 > > >
>     >                 > > > Patreon: *
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C77d7607ce3594d6f38bd08d645bbda29%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636773070455406109&amp;sdata=ZfLiApZuF7FBHCp3QnCG9J2RE0d4qXpkw94SeN2NtYM%3D&amp;reserved=0
>     >                 > > > <
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C77d7607ce3594d6f38bd08d645bbda29%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636773070455406109&amp;sdata=ZfLiApZuF7FBHCp3QnCG9J2RE0d4qXpkw94SeN2NtYM%3D&amp;reserved=0
>     > >*
>     >                 > > >
>     >                 > >
>     >                 > >
>     >                 > > --
>     >                 > >
>     >                 > > Piotr Zarzycki
>     >                 > >
>     >                 > > Patreon: *
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C77d7607ce3594d6f38bd08d645bbda29%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636773070455406109&amp;sdata=ZfLiApZuF7FBHCp3QnCG9J2RE0d4qXpkw94SeN2NtYM%3D&amp;reserved=0
>     >                 > > <
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C77d7607ce3594d6f38bd08d645bbda29%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636773070455406109&amp;sdata=ZfLiApZuF7FBHCp3QnCG9J2RE0d4qXpkw94SeN2NtYM%3D&amp;reserved=0
>     > >*
>     >                 > >
>     >                 >
>     >                 >
>     >                 > --
>     >                 >
>     >                 > Piotr Zarzycki
>     >                 >
>     >                 > Patreon: *
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C77d7607ce3594d6f38bd08d645bbda29%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636773070455406109&amp;sdata=ZfLiApZuF7FBHCp3QnCG9J2RE0d4qXpkw94SeN2NtYM%3D&amp;reserved=0
>     >                 > <
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C77d7607ce3594d6f38bd08d645bbda29%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636773070455416123&amp;sdata=jb%2FyDuJ3O1PXU%2B6FP%2FidZzvz62zsRigLtURTQYzPFM4%3D&amp;reserved=0
>     > >*
>     >                 >
>     >
>     >
>     >                 --
>     >
>     >                 Piotr Zarzycki
>     >
>     >                 Patreon: *
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C77d7607ce3594d6f38bd08d645bbda29%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636773070455416123&amp;sdata=jb%2FyDuJ3O1PXU%2B6FP%2FidZzvz62zsRigLtURTQYzPFM4%3D&amp;reserved=0
>     >                 <
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C77d7607ce3594d6f38bd08d645bbda29%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636773070455416123&amp;sdata=jb%2FyDuJ3O1PXU%2B6FP%2FidZzvz62zsRigLtURTQYzPFM4%3D&amp;reserved=0
>     > >*
>     >
>     >
>     >
>     >
>     >
>     >
>     >
>     >
>     >
>
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira

Re: [Discuss] Start release process 0.9.3

Posted by Alex Harui <ah...@adobe.com.INVALID>.
FWIW, I am going to delete the old release branches, revert the version renumbering and start over because there have been lots of commits since the release branch was cut.  So expect a lot of noise on commits@.

-Alex

On 11/8/18, 12:50 PM, "Piotr Zarzycki" <pi...@gmail.com> wrote:

    Great to hear that! All IDEs will benefit from that release.
    
    Thanks,
    Piotr
    
    On Thu, Nov 8, 2018, 6:59 PM Alex Harui <ah...@adobe.com.invalid> wrote:
    
    > I have pushed all of the big chunks of code I wanted to get done.  I am
    > going to try to fix our CI builds, and after that, cut a release, unless
    > some other big thing comes up.
    >
    > -Alex
    >
    > On 10/26/18, 3:38 PM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:
    >
    >     Hi Yishay,
    >
    >     Sounds like you probably have more than one keystore, as described in
    > that wiki post in [1].
    >
    >     I'm not sure how Maven finds the gpg it wants to run, but if it is
    > finding a different one than the one you find the the command prompt then
    > you will have results like you are.
    >
    >     There is a command called "where" or "which" that will show you want
    > path it picked.  You might try altering the paths or uninstalling some
    > version of GPG or somehow try to get Maven to find the one you use from the
    > command line.
    >
    >     Good luck,
    >     -Alex
    >
    >     On 10/26/18, 1:33 PM, "Yishay Weiss" <yi...@hotmail.com> wrote:
    >
    >         Ok, I made some changes to the build script which seem to have
    > resolved this issue. I’m getting this
    >
    >
    >
    >             [exec] [INFO] gpg: no default secret key: No secret key
    >
    >              [exec] [INFO] gpg: signing failed: No secret key
    >
    >              [exec] [INFO] [INFO]
    > ------------------------------------------------------------------------
    >
    >              [exec] [INFO] [INFO] BUILD FAILURE
    >
    >              [exec] [INFO] [INFO]
    > ------------------------------------------------------------------------
    >
    >              [exec] [INFO] [INFO] Total time: 14.241 s
    >
    >              [exec] [INFO] [INFO] Finished at: 2018-10-26T23:30:47+03:00
    >
    >              [exec] [INFO] [INFO] Final Memory: 39M/780M
    >
    >              [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]
    >
    >
    >
    >         Even though I think I followed instructions [1] regarding gpg… Any
    > ideas?
    >
    >
    >
    >         [1]
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FRelease-Manager-Notes&amp;data=02%7C01%7Caharui%40adobe.com%7C77d7607ce3594d6f38bd08d645bbda29%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636773070455396109&amp;sdata=atSQLe2T04UZTFU%2BVFFcP8DIJ6k4KgLXvKLhP2EW%2BUY%3D&amp;reserved=0
    >
    >
    >
    >         ________________________________
    >         From: Alex Harui <ah...@adobe.com.INVALID>
    >         Sent: Friday, October 26, 2018 2:07:38 AM
    >         To: dev@royale.apache.org
    >         Subject: Re: [Discuss] Start release process 0.9.3
    >
    >         Well, you can't really do the push manually because the script is
    > expecting files that need to be pushed are pushed before calling Maven to
    > do its thing.  You would have to break apart the Ant targets to allow you
    > to push manually.
    >
    >         But the push of utils shouldn't happen because they have not been
    > modified.  In an earlier email I tried to explain to Piotr how to modify
    > releasecandidate.xml so that it correctly skips that push.
    >
    >         -Alex
    >
    >         On 10/25/18, 11:58 AM, "Yishay Weiss" <yi...@hotmail.com>
    > wrote:
    >
    >             The error message is in the console, I guess the redirect was
    > of STDOUT only.
    >
    >
    >
    >             Git push doesn’t require credentials in my console.
    >
    >
    >
    >             Just to be clear, should I make failonerror false for push
    > targets and do them manually instead?
    >
    >
    >
    >             ________________________________
    >             From: Alex Harui <ah...@adobe.com.INVALID>
    >             Sent: Thursday, October 25, 2018 8:20:27 PM
    >             To: dev@royale.apache.org
    >             Subject: Re: [Discuss] Start release process 0.9.3
    >
    >             Hi Yishay,
    >
    >             I didn't see an error at the end of the output.
    >
    >             Piotr, did you make the suggested changes to
    > releasecandidate.xml when you got stuck at a similar point?  Yishaw, see a
    > past thread on that Ant target.  It shouldn't be trying to push anything
    > there.
    >
    >             That said, it is required that the RM has Git setup in  a way
    > that it does not ask you for a password when pushing.  You will need
    > non-interactive push at some point in the script.  Ant and Maven can't
    > always stop to ask for input.  So if a regular "git push" from a command
    > prompt asks for your password, you need to set it up so it doesn't.
    >
    >             If nobody can get the release cut by the time I finish up the
    > MX Charts emulation, then I will try to cut the release.  We know these
    > scripts worked on my computers so it will be interesting to see if they
    > fail now.  As we saw, we were blowing up Maven because we added so many
    > jars to the build since the last successful release.  We might be pushing
    > the limits of Ant/Maven and we may have to refactor the steps to make more
    > smaller steps or something like that.
    >
    >             HTH,
    >             -Alex
    >
    >             On 10/25/18, 3:20 AM, "Yishay Weiss" <yi...@hotmail.com>
    > wrote:
    >
    >                 I’m stuck in step 4 [1], getting below and [2]. Looks like
    > git tasks are failing. Any ideas?
    >
    >
    >
    >                 BUILD FAILED
    >
    >                 C:\dev\my_release\releasecandidate.xml:556: The following
    > error occurred while executing this line:
    >
    >                 C:\dev\my_release\releasecandidate.xml:487: The following
    > error occurred while executing this line:
    >
    >                 C:\dev\my_release\releasecandidate.xml:473: exec returned:
    > 1
    >
    >
    >
    >                 [1] ant -f releasecandidate.xml "-Drelease.version=0.9.4"
    > -Drc=1 maven
    >
    >                 [2]
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FAkFm&amp;data=02%7C01%7Caharui%40adobe.com%7C77d7607ce3594d6f38bd08d645bbda29%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636773070455396109&amp;sdata=7ghnkzGmcTV2r933cZXxrtfvpmv9rRMg6JKRPEOwsz0%3D&amp;reserved=0
    >
    >
    >
    >
    >
    >                 ________________________________
    >                 From: Yishay Weiss <yi...@hotmail.com>
    >                 Sent: Tuesday, October 16, 2018 1:21:33 PM
    >                 To: dev@royale.apache.org
    >                 Subject: RE: [Discuss] Start release process 0.9.3
    >
    >                 Ok, thanks.
    >
    >
    >
    >                 ________________________________
    >                 From: Piotr Zarzycki <pi...@gmail.com>
    >                 Sent: Tuesday, October 16, 2018 1:07:08 PM
    >                 To: dev@royale.apache.org
    >                 Subject: Re: [Discuss] Start release process 0.9.3
    >
    >                 Yishay,
    >
    >                 You need to follow the tutorial on the Wiki, so setup
    > everything what is
    >                 saying there. However in release steps you can omit step 3
    > and start from
    >                 step 4. Step 1 and 2 is needed.
    >
    >                 You can start from step 4, because branches for release
    > exists already in
    >                 all 3 repositories. "release/0.9.4"
    >
    >                 In last two attempts:
    >
    >                 Attempt 1: Failed because I got timeout on downloading
    > some maven plugin
    >                 Attempt 2: I went a bit farther, but during Maven
    > compilation of compiler
    >                 tests failed - stacktraces of failing tests are in
    > previous emails.
    >
    >                 Thanks,
    >                 Piotr
    >
    >                 wt., 16 paź 2018 o 11:44 Yishay Weiss <
    > yishayjobs@hotmail.com> napisał(a):
    >
    >                 > Maybe u can summarize the pitfalls you and Om mention on
    > this thread. I’ll
    >                 > follow the tut [1] and see how far I get.
    >                 >
    >                 >
    >                 >
    >                 > Just don’t want to waste time on the things you stumbled
    > on.
    >                 >
    >                 >
    >                 >
    >                 > [1]
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FRelease-Manager-Notes&amp;data=02%7C01%7Caharui%40adobe.com%7C77d7607ce3594d6f38bd08d645bbda29%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636773070455396109&amp;sdata=atSQLe2T04UZTFU%2BVFFcP8DIJ6k4KgLXvKLhP2EW%2BUY%3D&amp;reserved=0
    >                 >
    >                 >
    >                 >
    >                 >
    >                 >
    >                 > ________________________________
    >                 > From: Piotr Zarzycki <pi...@gmail.com>
    >                 > Sent: Tuesday, October 16, 2018 12:30:54 PM
    >                 > To: dev@royale.apache.org
    >                 > Subject: Re: [Discuss] Start release process 0.9.3
    >                 >
    >                 > Hi Yishay,
    >                 >
    >                 > What do you mean by more such tasks ?
    >                 >
    >                 > Thanks,
    >                 > Piotr
    >                 >
    >                 > wt., 16 paź 2018 o 07:10 Yishay Weiss <
    > yishayjobs@hotmail.com> napisał(a):
    >                 >
    >                 > > Just deleted them.
    >                 > >
    >                 > >
    >                 > >
    >                 > > I haven’t followed this thread closely enough. Can you
    > think of more such
    >                 > > tasks?
    >                 > >
    >                 > >
    >                 > >
    >                 > > ________________________________
    >                 > > From: Piotr Zarzycki <pi...@gmail.com>
    >                 > > Sent: Monday, October 15, 2018 6:29:30 PM
    >                 > > To: dev@royale.apache.org
    >                 > > Subject: Re: [Discuss] Start release process 0.9.3
    >                 > >
    >                 > > Hi Yishay,
    >                 > >
    >                 > > This [1][2]
    >                 > >
    >                 > > [1]
    >                 > >
    >                 > >
    >                 >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler%2Ftree%2Forg.apache.royale.compiler-0.9.4-rc1&amp;data=02%7C01%7Caharui%40adobe.com%7C77d7607ce3594d6f38bd08d645bbda29%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636773070455396109&amp;sdata=M0BXDnooNVlYOgidCpqcMVmRDNqKiuvzcv0t5B4wgb8%3D&amp;reserved=0
    >                 > > [2]
    >                 > >
    >                 > >
    >                 >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler%2Ftree%2Forg.apache.royale.compiler-0.9.4-rc2&amp;data=02%7C01%7Caharui%40adobe.com%7C77d7607ce3594d6f38bd08d645bbda29%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636773070455396109&amp;sdata=R9pGJ%2FRkQWFjp4pl3HCTAU8evAOT9e3DoDBFZVIcnfg%3D&amp;reserved=0
    >                 > >
    >                 > > Thanks,
    >                 > > Piotr
    >                 > >
    >                 > > pon., 15 paź 2018 o 17:20 Yishay Weiss <
    > yishayjobs@hotmail.com>
    >                 > > napisał(a):
    >                 > >
    >                 > > > What’s the full names of the tags that need to be
    > deleted?
    >                 > > >
    >                 > > >
    >                 > > >
    >                 > > > ________________________________
    >                 > > > From: Piotr Zarzycki <pi...@gmail.com>
    >                 > > > Sent: Monday, October 15, 2018 4:08:34 PM
    >                 > > > To: dev@royale.apache.org
    >                 > > > Subject: Re: [Discuss] Start release process 0.9.3
    >                 > > >
    >                 > > > Hi Alex,
    >                 > > >
    >                 > > > I have all environment property which you are
    > mentioning in place.
    >                 > > >
    >                 > > > AIR_HOME = d:\Work\flex-sdk-4.16.1_adobe_air_30
    >                 > > > FLASHPLAYER_DEBUGGER = D:\Work\player\flashplayer.exe
    >                 > > > PLAYERGLOBAL_HOME = D:\Work\player
    >                 > > >
    >                 > > > In my folder with player I have following folders
    > with playerglobal.swc
    >                 > > > 11.1, 11.7, 20.0, 21,0, 23.0. Maybe issue is cause
    > I'm using bash for
    >                 > > > running all of that..
    >                 > > >
    >                 > > > I think I'm done with this. I don't have anymore
    > power to fight with it
    >                 > > at
    >                 > > > all. Whoever wanted to pickup what's is left feel
    > free. Branches are
    >                 > > > waiting. You need to remove RC1 and RC2 tags, cause
    > I cannot for some
    >                 > > > reason.
    >                 > > >
    >                 > > > Good Luck!
    >                 > > > Piotr
    >                 > > >
    >                 > > >
    >                 > > > pon., 15 paź 2018 o 09:45 Alex Harui
    > <ah...@adobe.com.invalid>
    >                 > > > napisał(a):
    >                 > > >
    >                 > > > > Looks like your environment variables aren't set?
    > Having js.swc on
    >                 > the
    >                 > > > > external-library-path to run a SWF doesn't seem
    > right.  Check
    >                 > AIR_HOME,
    >                 > > > > PLAYERGLOBAL_HOME, FLASHPLAYER_DEBUGGER.
    >                 > > > >
    >                 > > > > -Alex
    >                 > > > >
    >                 > > > > On 10/15/18, 12:37 AM, "Piotr Zarzycki" <
    > piotrzarzycki21@gmail.com>
    >                 > > > > wrote:
    >                 > > > >
    >                 > > > >     Now tests are failing :) [1]
    >                 > > > >
    >                 > > > >     [1]
    >                 > > > >
    >                 > > >
    >                 > >
    >                 >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FFY4O&amp;data=02%7C01%7Caharui%40adobe.com%7C77d7607ce3594d6f38bd08d645bbda29%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636773070455396109&amp;sdata=GAqV97PchusLmCFYi%2BDQZl7WGGKb3bIPBwj3VeOz13Y%3D&amp;reserved=0
    >                 > > > >
    >                 > > > >     niedz., 14 paź 2018 o 22:34 Piotr Zarzycki <
    >                 > > > piotrzarzycki21@gmail.com>
    >                 > > > >     napisał(a):
    >                 > > > >
    >                 > > > >     > Before I contact Maven mailing list I would
    > like to try again
    >                 > > > > release to
    >                 > > > >     > see what I got.
    >                 > > > >     >
    >                 > > > >     >
    >                 > > > >     > On Sat, Oct 13, 2018, 11:28 AM Carlos Rovira
    > <
    >                 > > > > carlosrovira@apache.org>
    >                 > > > >     > wrote:
    >                 > > > >     >
    >                 > > > >     >> Hi, commit done and seems no other side
    > effect was done. So I
    >                 > > > think
    >                 > > > > the
    >                 > > > >     >> tweaks worked.
    >                 > > > >     >>
    >                 > > > >     >> El sáb., 13 oct. 2018 a las 11:18, Carlos
    > Rovira (<
    >                 > > > >     >> carlosrovira@apache.org>)
    >                 > > > >     >> escribió:
    >                 > > > >     >>
    >                 > > > >     >> > Hi,
    >                 > > > >     >> >
    >                 > > > >     >> > about delete tag, I was investigating and
    > did some tweaks to
    >                 > > my
    >                 > > > > system.
    >                 > > > >     >> So
    >                 > > > >     >> > we'll see in the next commit if it works.
    >                 > > > >     >> >
    >                 > > > >     >> > El sáb., 13 oct. 2018 a las 8:59, Carlos
    > Rovira (<
    >                 > > > >     >> carlosrovira@apache.org>)
    >                 > > > >     >> > escribió:
    >                 > > > >     >> >
    >                 > > > >     >> >> Hi,
    >                 > > > >     >> >>
    >                 > > > >     >> >> I think asking ni maven list is our best
    > bet since as we do
    >                 > > > here,
    >                 > > > >     >> surely
    >                 > > > >     >> >> they can help and give some light on
    > what's happening, so
    >                 > > > >     >> >> +1 to ask in maven list
    >                 > > > >     >> >>
    >                 > > > >     >> >>
    >                 > > > >     >> >>
    >                 > > > >     >> >> El sáb., 13 oct. 2018 a las 7:56, Alex
    > Harui
    >                 > > > > (<aharui@adobe.com.invalid
    >                 > > > >     >> >)
    >                 > > > >     >> >> escribió:
    >                 > > > >     >> >>
    >                 > > > >     >> >>> No, some people think the script was
    > trying to upload the
    >                 > RC
    >                 > > > to
    >                 > > > > Maven
    >                 > > > >     >> >>> Central instead of
    > repository.apache.org.  From my
    >                 > reading
    >                 > > of
    >                 > > > > the
    >                 > > > >     >> logs,
    >                 > > > >     >> >>> you had a problem downloading a Maven
    > plugin from Maven
    >                 > > > Central
    >                 > > > > which
    >                 > > > >     >> is
    >                 > > > >     >> >>> allowed, while Om was having trouble
    > uploading to
    >                 > > > >     >> repository.apache.org.
    >                 > > > >     >> >>>
    >                 > > > >     >> >>> I think we're ok as long as we can
    > figure out why you and
    >                 > Om
    >                 > > > > keep
    >                 > > > >     >> >>> getting timeouts.  There are plenty of
    > articles about
    >                 > Maven
    >                 > > > and
    >                 > > > > the
    >                 > > > >     >> timeout
    >                 > > > >     >> >>> but it all seems to be proxy related.
    > If you are not
    >                 > using
    >                 > > a
    >                 > > > > proxy,
    >                 > > > >     >> maybe
    >                 > > > >     >> >>> there is an article out there that
    > isn't about proxies.
    >                 > You
    >                 > > > > could
    >                 > > > >     >> also ask
    >                 > > > >     >> >>> on a Maven mailing list to see if
    > they've heard of this
    >                 > > issue.
    >                 > > > >     >> >>>
    >                 > > > >     >> >>> -Alex
    >                 > > > >     >> >>>
    >                 > > > >     >> >>> On 10/12/18, 10:47 PM, "Piotr Zarzycki"
    > <
    >                 > > > > piotrzarzycki21@gmail.com>
    >                 > > > >     >> >>> wrote:
    >                 > > > >     >> >>>
    >                 > > > >     >> >>>     So the difference is that when we
    > vote successful y
    >                 > for
    >                 > > > > release we
    >                 > > > >     >> >>> are
    >                 > > > >     >> >>>     uploading manually those artifacts?
    >                 > > > >     >> >>>
    >                 > > > >     >> >>>     Automatic is not allowed? This is
    > how I understand.
    >                 > > > >     >> >>>
    >                 > > > >     >> >>>     Piotr
    >                 > > > >     >> >>>
    >                 > > > >     >> >>>     On Sat, Oct 13, 2018, 7:40 AM Piotr
    > Zarzycki <
    >                 > > > >     >> >>> piotrzarzycki21@gmail.com>
    >                 > > > >     >> >>>     wrote:
    >                 > > > >     >> >>>
    >                 > > > >     >> >>>     > Alex,
    >                 > > > >     >> >>>     >
    >                 > > > >     >> >>>     > I'm not running behind the proxy.
    >                 > > > >     >> >>>     >
    >                 > > > >     >> >>>     > Hi Dave,
    >                 > > > >     >> >>>     >
    >                 > > > >     >> >>>     > We are publishing only RC. Why it
    > is against?
    >                 > > > >     >> >>>     >
    >                 > > > >     >> >>>     > Piotr
    >                 > > > >     >> >>>     >
    >                 > > > >     >> >>>     > On Sat, Oct 13, 2018, 1:05 AM
    > Dave Fisher <
    >                 > > > >     >> dave2wave@comcast.net>
    >                 > > > >     >> >>> wrote:
    >                 > > > >     >> >>>     >
    >                 > > > >     >> >>>     >>
    >                 > > > >     >> >>>     >>
    >                 > > > >     >> >>>     >> Sent from my iPhone
    >                 > > > >     >> >>>     >>
    >                 > > > >     >> >>>     >> > On Oct 12, 2018, at 2:33 PM,
    > Guild, Jason A
    >                 > (DOT) <
    >                 > > > >     >> >>>     >> jason.guild@alaska.gov> wrote:
    >                 > > > >     >> >>>     >> >
    >                 > > > >     >> >>>     >> > Forgive my asking perhaps
    > silly questions.
    >                 > > > >     >> >>>     >>
    >                 > > > >     >> >>>     >> +1
    >                 > > > >     >> >>>     >>
    >                 > > > >     >> >>>     >> >
    >                 > > > >     >> >>>     >> > Why in the world does the
    > Royale release script
    >                 > > have
    >                 > > > a
    >                 > > > >     >> >>> dependency on
    >                 > > > >     >> >>>     >> > publishing directly to Maven
    > Central?
    >                 > > > >     >> >>>     >>
    >                 > > > >     >> >>>     >> That is likely against Apache
    > Release Policy as
    >                 > well
    >                 > > > and
    >                 > > > > must
    >                 > > > >     >> be
    >                 > > > >     >> >>> changed.
    >                 > > > >     >> >>>     >>
    >                 > > > >     >> >>>     >> >
    >                 > > > >     >> >>>     >> > Doesn't Apache maintain its
    > own Maven repository
    >                 > of
    >                 > > > >     >> >>> apache-produced
    >                 > > > >     >> >>>     >> > artifacts?
    >                 > > > >     >> >>>     >> > Isn't that what
    > repo.maven.apache.org is? Why
    >                 > > can't
    >                 > > > > Royale
    >                 > > > >     >> >>> publish to
    >                 > > > >     >> >>>     >> that?
    >                 > > > >     >> >>>     >> >
    >                 > > > >     >> >>>     >> > The artifacts successfully
    > published there could
    >                 > be
    >                 > > > > mirrored
    >                 > > > >     >> to
    >                 > > > >     >> >>> other
    >                 > > > >     >> >>>     >> > public repositories after the
    > release is
    >                 > complete.
    >                 > > > >     >> >>>     >>
    >                 > > > >     >> >>>     >> Yes, exactly.
    >                 > > > >     >> >>>     >>
    >                 > > > >     >> >>>     >> Regards,
    >                 > > > >     >> >>>     >> Dave
    >                 > > > >     >> >>>     >>
    >                 > > > >     >> >>>     >> > Jason
    >                 > > > >     >> >>>     >> >
    >                 > > > >     >> >>>     >> >> On 10/12/2018 12:01 PM, Piotr
    > Zarzycki wrote:
    >                 > > > >     >> >>>     >> >> Unfortunately I got the same
    > result as OM:(
    >                 > > > > Something is
    >                 > > > >     >> >>> really wrong
    >                 > > > >     >> >>>     >> with
    >                 > > > >     >> >>>     >> >> Maven central, cause I can't
    > believe that we all
    >                 > > > have
    >                 > > > > bad
    >                 > > > >     >> >>> internet
    >                 > > > >     >> >>>     >> >> connection.:)
    >                 > > > >     >> >>>     >> >
    >                 > > > >     >> >>>     >>
    >                 > > > >     >> >>>     >>
    >                 > > > >     >> >>>
    >                 > > > >     >> >>>
    >                 > > > >     >> >>>
    >                 > > > >     >> >>
    >                 > > > >     >> >> --
    >                 > > > >     >> >> Carlos Rovira
    >                 > > > >     >> >>
    >                 > > > >
    >                 > > >
    >                 > >
    >                 >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C77d7607ce3594d6f38bd08d645bbda29%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636773070455406109&amp;sdata=aJE%2F1HgpLTJktPov60tlSOK2bU7pTHCUou70YjZG3e0%3D&amp;reserved=0
    >                 > > > >     >> >>
    >                 > > > >     >> >>
    >                 > > > >     >> >
    >                 > > > >     >> > --
    >                 > > > >     >> > Carlos Rovira
    >                 > > > >     >> >
    >                 > > > >
    >                 > > >
    >                 > >
    >                 >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C77d7607ce3594d6f38bd08d645bbda29%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636773070455406109&amp;sdata=aJE%2F1HgpLTJktPov60tlSOK2bU7pTHCUou70YjZG3e0%3D&amp;reserved=0
    >                 > > > >     >> >
    >                 > > > >     >> >
    >                 > > > >     >>
    >                 > > > >     >> --
    >                 > > > >     >> Carlos Rovira
    >                 > > > >     >>
    >                 > > > >
    >                 > > >
    >                 > >
    >                 >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C77d7607ce3594d6f38bd08d645bbda29%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636773070455406109&amp;sdata=aJE%2F1HgpLTJktPov60tlSOK2bU7pTHCUou70YjZG3e0%3D&amp;reserved=0
    >                 > > > >     >>
    >                 > > > >     >
    >                 > > > >
    >                 > > > >     --
    >                 > > > >
    >                 > > > >     Piotr Zarzycki
    >                 > > > >
    >                 > > > >     Patreon: *
    >                 > > > >
    >                 > > >
    >                 > >
    >                 >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C77d7607ce3594d6f38bd08d645bbda29%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636773070455406109&amp;sdata=ZfLiApZuF7FBHCp3QnCG9J2RE0d4qXpkw94SeN2NtYM%3D&amp;reserved=0
    >                 > > > >     <
    >                 > > > >
    >                 > > >
    >                 > >
    >                 >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C77d7607ce3594d6f38bd08d645bbda29%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636773070455406109&amp;sdata=ZfLiApZuF7FBHCp3QnCG9J2RE0d4qXpkw94SeN2NtYM%3D&amp;reserved=0
    >                 > > > > >*
    >                 > > > >
    >                 > > > >
    >                 > > > >
    >                 > > >
    >                 > > > --
    >                 > > >
    >                 > > > Piotr Zarzycki
    >                 > > >
    >                 > > > Patreon: *
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C77d7607ce3594d6f38bd08d645bbda29%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636773070455406109&amp;sdata=ZfLiApZuF7FBHCp3QnCG9J2RE0d4qXpkw94SeN2NtYM%3D&amp;reserved=0
    >                 > > > <
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C77d7607ce3594d6f38bd08d645bbda29%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636773070455406109&amp;sdata=ZfLiApZuF7FBHCp3QnCG9J2RE0d4qXpkw94SeN2NtYM%3D&amp;reserved=0
    > >*
    >                 > > >
    >                 > >
    >                 > >
    >                 > > --
    >                 > >
    >                 > > Piotr Zarzycki
    >                 > >
    >                 > > Patreon: *
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C77d7607ce3594d6f38bd08d645bbda29%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636773070455406109&amp;sdata=ZfLiApZuF7FBHCp3QnCG9J2RE0d4qXpkw94SeN2NtYM%3D&amp;reserved=0
    >                 > > <
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C77d7607ce3594d6f38bd08d645bbda29%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636773070455406109&amp;sdata=ZfLiApZuF7FBHCp3QnCG9J2RE0d4qXpkw94SeN2NtYM%3D&amp;reserved=0
    > >*
    >                 > >
    >                 >
    >                 >
    >                 > --
    >                 >
    >                 > Piotr Zarzycki
    >                 >
    >                 > Patreon: *
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C77d7607ce3594d6f38bd08d645bbda29%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636773070455406109&amp;sdata=ZfLiApZuF7FBHCp3QnCG9J2RE0d4qXpkw94SeN2NtYM%3D&amp;reserved=0
    >                 > <
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C77d7607ce3594d6f38bd08d645bbda29%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636773070455416123&amp;sdata=jb%2FyDuJ3O1PXU%2B6FP%2FidZzvz62zsRigLtURTQYzPFM4%3D&amp;reserved=0
    > >*
    >                 >
    >
    >
    >                 --
    >
    >                 Piotr Zarzycki
    >
    >                 Patreon: *
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C77d7607ce3594d6f38bd08d645bbda29%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636773070455416123&amp;sdata=jb%2FyDuJ3O1PXU%2B6FP%2FidZzvz62zsRigLtURTQYzPFM4%3D&amp;reserved=0
    >                 <
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C77d7607ce3594d6f38bd08d645bbda29%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636773070455416123&amp;sdata=jb%2FyDuJ3O1PXU%2B6FP%2FidZzvz62zsRigLtURTQYzPFM4%3D&amp;reserved=0
    > >*
    >
    >
    >
    >
    >
    >
    >
    >
    >
    


Re: [Discuss] Start release process 0.9.3

Posted by Piotr Zarzycki <pi...@gmail.com>.
Great to hear that! All IDEs will benefit from that release.

Thanks,
Piotr

On Thu, Nov 8, 2018, 6:59 PM Alex Harui <ah...@adobe.com.invalid> wrote:

> I have pushed all of the big chunks of code I wanted to get done.  I am
> going to try to fix our CI builds, and after that, cut a release, unless
> some other big thing comes up.
>
> -Alex
>
> On 10/26/18, 3:38 PM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:
>
>     Hi Yishay,
>
>     Sounds like you probably have more than one keystore, as described in
> that wiki post in [1].
>
>     I'm not sure how Maven finds the gpg it wants to run, but if it is
> finding a different one than the one you find the the command prompt then
> you will have results like you are.
>
>     There is a command called "where" or "which" that will show you want
> path it picked.  You might try altering the paths or uninstalling some
> version of GPG or somehow try to get Maven to find the one you use from the
> command line.
>
>     Good luck,
>     -Alex
>
>     On 10/26/18, 1:33 PM, "Yishay Weiss" <yi...@hotmail.com> wrote:
>
>         Ok, I made some changes to the build script which seem to have
> resolved this issue. I’m getting this
>
>
>
>             [exec] [INFO] gpg: no default secret key: No secret key
>
>              [exec] [INFO] gpg: signing failed: No secret key
>
>              [exec] [INFO] [INFO]
> ------------------------------------------------------------------------
>
>              [exec] [INFO] [INFO] BUILD FAILURE
>
>              [exec] [INFO] [INFO]
> ------------------------------------------------------------------------
>
>              [exec] [INFO] [INFO] Total time: 14.241 s
>
>              [exec] [INFO] [INFO] Finished at: 2018-10-26T23:30:47+03:00
>
>              [exec] [INFO] [INFO] Final Memory: 39M/780M
>
>              [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]
>
>
>
>         Even though I think I followed instructions [1] regarding gpg… Any
> ideas?
>
>
>
>         [1]
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FRelease-Manager-Notes&amp;data=02%7C01%7Caharui%40adobe.com%7Cf5eccc342c3f4f99c64308d63b93b38e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761902900462348&amp;sdata=Xusmt0Fvp3Q6BJmz%2BuX35NGWnB0AYOuYDErFEDrbCUc%3D&amp;reserved=0
>
>
>
>         ________________________________
>         From: Alex Harui <ah...@adobe.com.INVALID>
>         Sent: Friday, October 26, 2018 2:07:38 AM
>         To: dev@royale.apache.org
>         Subject: Re: [Discuss] Start release process 0.9.3
>
>         Well, you can't really do the push manually because the script is
> expecting files that need to be pushed are pushed before calling Maven to
> do its thing.  You would have to break apart the Ant targets to allow you
> to push manually.
>
>         But the push of utils shouldn't happen because they have not been
> modified.  In an earlier email I tried to explain to Piotr how to modify
> releasecandidate.xml so that it correctly skips that push.
>
>         -Alex
>
>         On 10/25/18, 11:58 AM, "Yishay Weiss" <yi...@hotmail.com>
> wrote:
>
>             The error message is in the console, I guess the redirect was
> of STDOUT only.
>
>
>
>             Git push doesn’t require credentials in my console.
>
>
>
>             Just to be clear, should I make failonerror false for push
> targets and do them manually instead?
>
>
>
>             ________________________________
>             From: Alex Harui <ah...@adobe.com.INVALID>
>             Sent: Thursday, October 25, 2018 8:20:27 PM
>             To: dev@royale.apache.org
>             Subject: Re: [Discuss] Start release process 0.9.3
>
>             Hi Yishay,
>
>             I didn't see an error at the end of the output.
>
>             Piotr, did you make the suggested changes to
> releasecandidate.xml when you got stuck at a similar point?  Yishaw, see a
> past thread on that Ant target.  It shouldn't be trying to push anything
> there.
>
>             That said, it is required that the RM has Git setup in  a way
> that it does not ask you for a password when pushing.  You will need
> non-interactive push at some point in the script.  Ant and Maven can't
> always stop to ask for input.  So if a regular "git push" from a command
> prompt asks for your password, you need to set it up so it doesn't.
>
>             If nobody can get the release cut by the time I finish up the
> MX Charts emulation, then I will try to cut the release.  We know these
> scripts worked on my computers so it will be interesting to see if they
> fail now.  As we saw, we were blowing up Maven because we added so many
> jars to the build since the last successful release.  We might be pushing
> the limits of Ant/Maven and we may have to refactor the steps to make more
> smaller steps or something like that.
>
>             HTH,
>             -Alex
>
>             On 10/25/18, 3:20 AM, "Yishay Weiss" <yi...@hotmail.com>
> wrote:
>
>                 I’m stuck in step 4 [1], getting below and [2]. Looks like
> git tasks are failing. Any ideas?
>
>
>
>                 BUILD FAILED
>
>                 C:\dev\my_release\releasecandidate.xml:556: The following
> error occurred while executing this line:
>
>                 C:\dev\my_release\releasecandidate.xml:487: The following
> error occurred while executing this line:
>
>                 C:\dev\my_release\releasecandidate.xml:473: exec returned:
> 1
>
>
>
>                 [1] ant -f releasecandidate.xml "-Drelease.version=0.9.4"
> -Drc=1 maven
>
>                 [2]
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FAkFm&amp;data=02%7C01%7Caharui%40adobe.com%7Cf5eccc342c3f4f99c64308d63b93b38e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761902900462348&amp;sdata=zhkBduDC3BWU2vPrUMHBE3U7OvKqGjDsO%2FCPAKNO34g%3D&amp;reserved=0
>
>
>
>
>
>                 ________________________________
>                 From: Yishay Weiss <yi...@hotmail.com>
>                 Sent: Tuesday, October 16, 2018 1:21:33 PM
>                 To: dev@royale.apache.org
>                 Subject: RE: [Discuss] Start release process 0.9.3
>
>                 Ok, thanks.
>
>
>
>                 ________________________________
>                 From: Piotr Zarzycki <pi...@gmail.com>
>                 Sent: Tuesday, October 16, 2018 1:07:08 PM
>                 To: dev@royale.apache.org
>                 Subject: Re: [Discuss] Start release process 0.9.3
>
>                 Yishay,
>
>                 You need to follow the tutorial on the Wiki, so setup
> everything what is
>                 saying there. However in release steps you can omit step 3
> and start from
>                 step 4. Step 1 and 2 is needed.
>
>                 You can start from step 4, because branches for release
> exists already in
>                 all 3 repositories. "release/0.9.4"
>
>                 In last two attempts:
>
>                 Attempt 1: Failed because I got timeout on downloading
> some maven plugin
>                 Attempt 2: I went a bit farther, but during Maven
> compilation of compiler
>                 tests failed - stacktraces of failing tests are in
> previous emails.
>
>                 Thanks,
>                 Piotr
>
>                 wt., 16 paź 2018 o 11:44 Yishay Weiss <
> yishayjobs@hotmail.com> napisał(a):
>
>                 > Maybe u can summarize the pitfalls you and Om mention on
> this thread. I’ll
>                 > follow the tut [1] and see how far I get.
>                 >
>                 >
>                 >
>                 > Just don’t want to waste time on the things you stumbled
> on.
>                 >
>                 >
>                 >
>                 > [1]
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FRelease-Manager-Notes&amp;data=02%7C01%7Caharui%40adobe.com%7Cf5eccc342c3f4f99c64308d63b93b38e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761902900462348&amp;sdata=Xusmt0Fvp3Q6BJmz%2BuX35NGWnB0AYOuYDErFEDrbCUc%3D&amp;reserved=0
>                 >
>                 >
>                 >
>                 >
>                 >
>                 > ________________________________
>                 > From: Piotr Zarzycki <pi...@gmail.com>
>                 > Sent: Tuesday, October 16, 2018 12:30:54 PM
>                 > To: dev@royale.apache.org
>                 > Subject: Re: [Discuss] Start release process 0.9.3
>                 >
>                 > Hi Yishay,
>                 >
>                 > What do you mean by more such tasks ?
>                 >
>                 > Thanks,
>                 > Piotr
>                 >
>                 > wt., 16 paź 2018 o 07:10 Yishay Weiss <
> yishayjobs@hotmail.com> napisał(a):
>                 >
>                 > > Just deleted them.
>                 > >
>                 > >
>                 > >
>                 > > I haven’t followed this thread closely enough. Can you
> think of more such
>                 > > tasks?
>                 > >
>                 > >
>                 > >
>                 > > ________________________________
>                 > > From: Piotr Zarzycki <pi...@gmail.com>
>                 > > Sent: Monday, October 15, 2018 6:29:30 PM
>                 > > To: dev@royale.apache.org
>                 > > Subject: Re: [Discuss] Start release process 0.9.3
>                 > >
>                 > > Hi Yishay,
>                 > >
>                 > > This [1][2]
>                 > >
>                 > > [1]
>                 > >
>                 > >
>                 >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler%2Ftree%2Forg.apache.royale.compiler-0.9.4-rc1&amp;data=02%7C01%7Caharui%40adobe.com%7Cf5eccc342c3f4f99c64308d63b93b38e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761902900462348&amp;sdata=iVTi%2FvhEMBD3uMUOqTqjjuytp%2Bie8lzoQLNCtk45vCU%3D&amp;reserved=0
>                 > > [2]
>                 > >
>                 > >
>                 >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler%2Ftree%2Forg.apache.royale.compiler-0.9.4-rc2&amp;data=02%7C01%7Caharui%40adobe.com%7Cf5eccc342c3f4f99c64308d63b93b38e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761902900462348&amp;sdata=qBg6nXjvku0G7z4E1hQOexIbR3s1W4WVjYlTOFxKnJk%3D&amp;reserved=0
>                 > >
>                 > > Thanks,
>                 > > Piotr
>                 > >
>                 > > pon., 15 paź 2018 o 17:20 Yishay Weiss <
> yishayjobs@hotmail.com>
>                 > > napisał(a):
>                 > >
>                 > > > What’s the full names of the tags that need to be
> deleted?
>                 > > >
>                 > > >
>                 > > >
>                 > > > ________________________________
>                 > > > From: Piotr Zarzycki <pi...@gmail.com>
>                 > > > Sent: Monday, October 15, 2018 4:08:34 PM
>                 > > > To: dev@royale.apache.org
>                 > > > Subject: Re: [Discuss] Start release process 0.9.3
>                 > > >
>                 > > > Hi Alex,
>                 > > >
>                 > > > I have all environment property which you are
> mentioning in place.
>                 > > >
>                 > > > AIR_HOME = d:\Work\flex-sdk-4.16.1_adobe_air_30
>                 > > > FLASHPLAYER_DEBUGGER = D:\Work\player\flashplayer.exe
>                 > > > PLAYERGLOBAL_HOME = D:\Work\player
>                 > > >
>                 > > > In my folder with player I have following folders
> with playerglobal.swc
>                 > > > 11.1, 11.7, 20.0, 21,0, 23.0. Maybe issue is cause
> I'm using bash for
>                 > > > running all of that..
>                 > > >
>                 > > > I think I'm done with this. I don't have anymore
> power to fight with it
>                 > > at
>                 > > > all. Whoever wanted to pickup what's is left feel
> free. Branches are
>                 > > > waiting. You need to remove RC1 and RC2 tags, cause
> I cannot for some
>                 > > > reason.
>                 > > >
>                 > > > Good Luck!
>                 > > > Piotr
>                 > > >
>                 > > >
>                 > > > pon., 15 paź 2018 o 09:45 Alex Harui
> <ah...@adobe.com.invalid>
>                 > > > napisał(a):
>                 > > >
>                 > > > > Looks like your environment variables aren't set?
> Having js.swc on
>                 > the
>                 > > > > external-library-path to run a SWF doesn't seem
> right.  Check
>                 > AIR_HOME,
>                 > > > > PLAYERGLOBAL_HOME, FLASHPLAYER_DEBUGGER.
>                 > > > >
>                 > > > > -Alex
>                 > > > >
>                 > > > > On 10/15/18, 12:37 AM, "Piotr Zarzycki" <
> piotrzarzycki21@gmail.com>
>                 > > > > wrote:
>                 > > > >
>                 > > > >     Now tests are failing :) [1]
>                 > > > >
>                 > > > >     [1]
>                 > > > >
>                 > > >
>                 > >
>                 >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FFY4O&amp;data=02%7C01%7Caharui%40adobe.com%7Cf5eccc342c3f4f99c64308d63b93b38e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761902900462348&amp;sdata=nAWQ5y1fmgjjWPHP2pJeivgpfcWZ0Q8FDG5c64U%2BCjU%3D&amp;reserved=0
>                 > > > >
>                 > > > >     niedz., 14 paź 2018 o 22:34 Piotr Zarzycki <
>                 > > > piotrzarzycki21@gmail.com>
>                 > > > >     napisał(a):
>                 > > > >
>                 > > > >     > Before I contact Maven mailing list I would
> like to try again
>                 > > > > release to
>                 > > > >     > see what I got.
>                 > > > >     >
>                 > > > >     >
>                 > > > >     > On Sat, Oct 13, 2018, 11:28 AM Carlos Rovira
> <
>                 > > > > carlosrovira@apache.org>
>                 > > > >     > wrote:
>                 > > > >     >
>                 > > > >     >> Hi, commit done and seems no other side
> effect was done. So I
>                 > > > think
>                 > > > > the
>                 > > > >     >> tweaks worked.
>                 > > > >     >>
>                 > > > >     >> El sáb., 13 oct. 2018 a las 11:18, Carlos
> Rovira (<
>                 > > > >     >> carlosrovira@apache.org>)
>                 > > > >     >> escribió:
>                 > > > >     >>
>                 > > > >     >> > Hi,
>                 > > > >     >> >
>                 > > > >     >> > about delete tag, I was investigating and
> did some tweaks to
>                 > > my
>                 > > > > system.
>                 > > > >     >> So
>                 > > > >     >> > we'll see in the next commit if it works.
>                 > > > >     >> >
>                 > > > >     >> > El sáb., 13 oct. 2018 a las 8:59, Carlos
> Rovira (<
>                 > > > >     >> carlosrovira@apache.org>)
>                 > > > >     >> > escribió:
>                 > > > >     >> >
>                 > > > >     >> >> Hi,
>                 > > > >     >> >>
>                 > > > >     >> >> I think asking ni maven list is our best
> bet since as we do
>                 > > > here,
>                 > > > >     >> surely
>                 > > > >     >> >> they can help and give some light on
> what's happening, so
>                 > > > >     >> >> +1 to ask in maven list
>                 > > > >     >> >>
>                 > > > >     >> >>
>                 > > > >     >> >>
>                 > > > >     >> >> El sáb., 13 oct. 2018 a las 7:56, Alex
> Harui
>                 > > > > (<aharui@adobe.com.invalid
>                 > > > >     >> >)
>                 > > > >     >> >> escribió:
>                 > > > >     >> >>
>                 > > > >     >> >>> No, some people think the script was
> trying to upload the
>                 > RC
>                 > > > to
>                 > > > > Maven
>                 > > > >     >> >>> Central instead of
> repository.apache.org.  From my
>                 > reading
>                 > > of
>                 > > > > the
>                 > > > >     >> logs,
>                 > > > >     >> >>> you had a problem downloading a Maven
> plugin from Maven
>                 > > > Central
>                 > > > > which
>                 > > > >     >> is
>                 > > > >     >> >>> allowed, while Om was having trouble
> uploading to
>                 > > > >     >> repository.apache.org.
>                 > > > >     >> >>>
>                 > > > >     >> >>> I think we're ok as long as we can
> figure out why you and
>                 > Om
>                 > > > > keep
>                 > > > >     >> >>> getting timeouts.  There are plenty of
> articles about
>                 > Maven
>                 > > > and
>                 > > > > the
>                 > > > >     >> timeout
>                 > > > >     >> >>> but it all seems to be proxy related.
> If you are not
>                 > using
>                 > > a
>                 > > > > proxy,
>                 > > > >     >> maybe
>                 > > > >     >> >>> there is an article out there that
> isn't about proxies.
>                 > You
>                 > > > > could
>                 > > > >     >> also ask
>                 > > > >     >> >>> on a Maven mailing list to see if
> they've heard of this
>                 > > issue.
>                 > > > >     >> >>>
>                 > > > >     >> >>> -Alex
>                 > > > >     >> >>>
>                 > > > >     >> >>> On 10/12/18, 10:47 PM, "Piotr Zarzycki"
> <
>                 > > > > piotrzarzycki21@gmail.com>
>                 > > > >     >> >>> wrote:
>                 > > > >     >> >>>
>                 > > > >     >> >>>     So the difference is that when we
> vote successful y
>                 > for
>                 > > > > release we
>                 > > > >     >> >>> are
>                 > > > >     >> >>>     uploading manually those artifacts?
>                 > > > >     >> >>>
>                 > > > >     >> >>>     Automatic is not allowed? This is
> how I understand.
>                 > > > >     >> >>>
>                 > > > >     >> >>>     Piotr
>                 > > > >     >> >>>
>                 > > > >     >> >>>     On Sat, Oct 13, 2018, 7:40 AM Piotr
> Zarzycki <
>                 > > > >     >> >>> piotrzarzycki21@gmail.com>
>                 > > > >     >> >>>     wrote:
>                 > > > >     >> >>>
>                 > > > >     >> >>>     > Alex,
>                 > > > >     >> >>>     >
>                 > > > >     >> >>>     > I'm not running behind the proxy.
>                 > > > >     >> >>>     >
>                 > > > >     >> >>>     > Hi Dave,
>                 > > > >     >> >>>     >
>                 > > > >     >> >>>     > We are publishing only RC. Why it
> is against?
>                 > > > >     >> >>>     >
>                 > > > >     >> >>>     > Piotr
>                 > > > >     >> >>>     >
>                 > > > >     >> >>>     > On Sat, Oct 13, 2018, 1:05 AM
> Dave Fisher <
>                 > > > >     >> dave2wave@comcast.net>
>                 > > > >     >> >>> wrote:
>                 > > > >     >> >>>     >
>                 > > > >     >> >>>     >>
>                 > > > >     >> >>>     >>
>                 > > > >     >> >>>     >> Sent from my iPhone
>                 > > > >     >> >>>     >>
>                 > > > >     >> >>>     >> > On Oct 12, 2018, at 2:33 PM,
> Guild, Jason A
>                 > (DOT) <
>                 > > > >     >> >>>     >> jason.guild@alaska.gov> wrote:
>                 > > > >     >> >>>     >> >
>                 > > > >     >> >>>     >> > Forgive my asking perhaps
> silly questions.
>                 > > > >     >> >>>     >>
>                 > > > >     >> >>>     >> +1
>                 > > > >     >> >>>     >>
>                 > > > >     >> >>>     >> >
>                 > > > >     >> >>>     >> > Why in the world does the
> Royale release script
>                 > > have
>                 > > > a
>                 > > > >     >> >>> dependency on
>                 > > > >     >> >>>     >> > publishing directly to Maven
> Central?
>                 > > > >     >> >>>     >>
>                 > > > >     >> >>>     >> That is likely against Apache
> Release Policy as
>                 > well
>                 > > > and
>                 > > > > must
>                 > > > >     >> be
>                 > > > >     >> >>> changed.
>                 > > > >     >> >>>     >>
>                 > > > >     >> >>>     >> >
>                 > > > >     >> >>>     >> > Doesn't Apache maintain its
> own Maven repository
>                 > of
>                 > > > >     >> >>> apache-produced
>                 > > > >     >> >>>     >> > artifacts?
>                 > > > >     >> >>>     >> > Isn't that what
> repo.maven.apache.org is? Why
>                 > > can't
>                 > > > > Royale
>                 > > > >     >> >>> publish to
>                 > > > >     >> >>>     >> that?
>                 > > > >     >> >>>     >> >
>                 > > > >     >> >>>     >> > The artifacts successfully
> published there could
>                 > be
>                 > > > > mirrored
>                 > > > >     >> to
>                 > > > >     >> >>> other
>                 > > > >     >> >>>     >> > public repositories after the
> release is
>                 > complete.
>                 > > > >     >> >>>     >>
>                 > > > >     >> >>>     >> Yes, exactly.
>                 > > > >     >> >>>     >>
>                 > > > >     >> >>>     >> Regards,
>                 > > > >     >> >>>     >> Dave
>                 > > > >     >> >>>     >>
>                 > > > >     >> >>>     >> > Jason
>                 > > > >     >> >>>     >> >
>                 > > > >     >> >>>     >> >> On 10/12/2018 12:01 PM, Piotr
> Zarzycki wrote:
>                 > > > >     >> >>>     >> >> Unfortunately I got the same
> result as OM:(
>                 > > > > Something is
>                 > > > >     >> >>> really wrong
>                 > > > >     >> >>>     >> with
>                 > > > >     >> >>>     >> >> Maven central, cause I can't
> believe that we all
>                 > > > have
>                 > > > > bad
>                 > > > >     >> >>> internet
>                 > > > >     >> >>>     >> >> connection.:)
>                 > > > >     >> >>>     >> >
>                 > > > >     >> >>>     >>
>                 > > > >     >> >>>     >>
>                 > > > >     >> >>>
>                 > > > >     >> >>>
>                 > > > >     >> >>>
>                 > > > >     >> >>
>                 > > > >     >> >> --
>                 > > > >     >> >> Carlos Rovira
>                 > > > >     >> >>
>                 > > > >
>                 > > >
>                 > >
>                 >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cf5eccc342c3f4f99c64308d63b93b38e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761902900462348&amp;sdata=fFB%2BojwV4DakFXVUfvX1jMuSEoK9FdutEShtsf5%2BQLg%3D&amp;reserved=0
>                 > > > >     >> >>
>                 > > > >     >> >>
>                 > > > >     >> >
>                 > > > >     >> > --
>                 > > > >     >> > Carlos Rovira
>                 > > > >     >> >
>                 > > > >
>                 > > >
>                 > >
>                 >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cf5eccc342c3f4f99c64308d63b93b38e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761902900462348&amp;sdata=fFB%2BojwV4DakFXVUfvX1jMuSEoK9FdutEShtsf5%2BQLg%3D&amp;reserved=0
>                 > > > >     >> >
>                 > > > >     >> >
>                 > > > >     >>
>                 > > > >     >> --
>                 > > > >     >> Carlos Rovira
>                 > > > >     >>
>                 > > > >
>                 > > >
>                 > >
>                 >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cf5eccc342c3f4f99c64308d63b93b38e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761902900462348&amp;sdata=fFB%2BojwV4DakFXVUfvX1jMuSEoK9FdutEShtsf5%2BQLg%3D&amp;reserved=0
>                 > > > >     >>
>                 > > > >     >
>                 > > > >
>                 > > > >     --
>                 > > > >
>                 > > > >     Piotr Zarzycki
>                 > > > >
>                 > > > >     Patreon: *
>                 > > > >
>                 > > >
>                 > >
>                 >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cf5eccc342c3f4f99c64308d63b93b38e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761902900462348&amp;sdata=XHFTwSy4SLyxE%2BYjuGQ8yh9aG7gxdfFsputTmRe11%2F4%3D&amp;reserved=0
>                 > > > >     <
>                 > > > >
>                 > > >
>                 > >
>                 >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cf5eccc342c3f4f99c64308d63b93b38e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761902900462348&amp;sdata=XHFTwSy4SLyxE%2BYjuGQ8yh9aG7gxdfFsputTmRe11%2F4%3D&amp;reserved=0
>                 > > > > >*
>                 > > > >
>                 > > > >
>                 > > > >
>                 > > >
>                 > > > --
>                 > > >
>                 > > > Piotr Zarzycki
>                 > > >
>                 > > > Patreon: *
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cf5eccc342c3f4f99c64308d63b93b38e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761902900462348&amp;sdata=XHFTwSy4SLyxE%2BYjuGQ8yh9aG7gxdfFsputTmRe11%2F4%3D&amp;reserved=0
>                 > > > <
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cf5eccc342c3f4f99c64308d63b93b38e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761902900462348&amp;sdata=XHFTwSy4SLyxE%2BYjuGQ8yh9aG7gxdfFsputTmRe11%2F4%3D&amp;reserved=0
> >*
>                 > > >
>                 > >
>                 > >
>                 > > --
>                 > >
>                 > > Piotr Zarzycki
>                 > >
>                 > > Patreon: *
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cf5eccc342c3f4f99c64308d63b93b38e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761902900462348&amp;sdata=XHFTwSy4SLyxE%2BYjuGQ8yh9aG7gxdfFsputTmRe11%2F4%3D&amp;reserved=0
>                 > > <
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cf5eccc342c3f4f99c64308d63b93b38e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761902900462348&amp;sdata=XHFTwSy4SLyxE%2BYjuGQ8yh9aG7gxdfFsputTmRe11%2F4%3D&amp;reserved=0
> >*
>                 > >
>                 >
>                 >
>                 > --
>                 >
>                 > Piotr Zarzycki
>                 >
>                 > Patreon: *
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cf5eccc342c3f4f99c64308d63b93b38e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761902900618596&amp;sdata=DJSO156F5bJEhh%2BPFLkSCa0bPUL8p5fHEChc8%2F8zX5o%3D&amp;reserved=0
>                 > <
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cf5eccc342c3f4f99c64308d63b93b38e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761902900618596&amp;sdata=DJSO156F5bJEhh%2BPFLkSCa0bPUL8p5fHEChc8%2F8zX5o%3D&amp;reserved=0
> >*
>                 >
>
>
>                 --
>
>                 Piotr Zarzycki
>
>                 Patreon: *
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cf5eccc342c3f4f99c64308d63b93b38e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761902900618596&amp;sdata=DJSO156F5bJEhh%2BPFLkSCa0bPUL8p5fHEChc8%2F8zX5o%3D&amp;reserved=0
>                 <
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cf5eccc342c3f4f99c64308d63b93b38e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761902900618596&amp;sdata=DJSO156F5bJEhh%2BPFLkSCa0bPUL8p5fHEChc8%2F8zX5o%3D&amp;reserved=0
> >*
>
>
>
>
>
>
>
>
>

Re: [Discuss] Start release process 0.9.3

Posted by Alex Harui <ah...@adobe.com.INVALID>.
I have pushed all of the big chunks of code I wanted to get done.  I am going to try to fix our CI builds, and after that, cut a release, unless some other big thing comes up.

-Alex 

On 10/26/18, 3:38 PM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:

    Hi Yishay,
    
    Sounds like you probably have more than one keystore, as described in that wiki post in [1].
    
    I'm not sure how Maven finds the gpg it wants to run, but if it is finding a different one than the one you find the the command prompt then you will have results like you are.
    
    There is a command called "where" or "which" that will show you want path it picked.  You might try altering the paths or uninstalling some version of GPG or somehow try to get Maven to find the one you use from the command line.
    
    Good luck,
    -Alex
    
    On 10/26/18, 1:33 PM, "Yishay Weiss" <yi...@hotmail.com> wrote:
    
        Ok, I made some changes to the build script which seem to have resolved this issue. I’m getting this
        
        
        
            [exec] [INFO] gpg: no default secret key: No secret key
        
             [exec] [INFO] gpg: signing failed: No secret key
        
             [exec] [INFO] [INFO] ------------------------------------------------------------------------
        
             [exec] [INFO] [INFO] BUILD FAILURE
        
             [exec] [INFO] [INFO] ------------------------------------------------------------------------
        
             [exec] [INFO] [INFO] Total time: 14.241 s
        
             [exec] [INFO] [INFO] Finished at: 2018-10-26T23:30:47+03:00
        
             [exec] [INFO] [INFO] Final Memory: 39M/780M
        
             [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]
        
        
        
        Even though I think I followed instructions [1] regarding gpg… Any ideas?
        
        
        
        [1] https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FRelease-Manager-Notes&amp;data=02%7C01%7Caharui%40adobe.com%7Cf5eccc342c3f4f99c64308d63b93b38e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761902900462348&amp;sdata=Xusmt0Fvp3Q6BJmz%2BuX35NGWnB0AYOuYDErFEDrbCUc%3D&amp;reserved=0
        
        
        
        ________________________________
        From: Alex Harui <ah...@adobe.com.INVALID>
        Sent: Friday, October 26, 2018 2:07:38 AM
        To: dev@royale.apache.org
        Subject: Re: [Discuss] Start release process 0.9.3
        
        Well, you can't really do the push manually because the script is expecting files that need to be pushed are pushed before calling Maven to do its thing.  You would have to break apart the Ant targets to allow you to push manually.
        
        But the push of utils shouldn't happen because they have not been modified.  In an earlier email I tried to explain to Piotr how to modify releasecandidate.xml so that it correctly skips that push.
        
        -Alex
        
        On 10/25/18, 11:58 AM, "Yishay Weiss" <yi...@hotmail.com> wrote:
        
            The error message is in the console, I guess the redirect was of STDOUT only.
        
        
        
            Git push doesn’t require credentials in my console.
        
        
        
            Just to be clear, should I make failonerror false for push targets and do them manually instead?
        
        
        
            ________________________________
            From: Alex Harui <ah...@adobe.com.INVALID>
            Sent: Thursday, October 25, 2018 8:20:27 PM
            To: dev@royale.apache.org
            Subject: Re: [Discuss] Start release process 0.9.3
        
            Hi Yishay,
        
            I didn't see an error at the end of the output.
        
            Piotr, did you make the suggested changes to releasecandidate.xml when you got stuck at a similar point?  Yishaw, see a past thread on that Ant target.  It shouldn't be trying to push anything there.
        
            That said, it is required that the RM has Git setup in  a way that it does not ask you for a password when pushing.  You will need non-interactive push at some point in the script.  Ant and Maven can't always stop to ask for input.  So if a regular "git push" from a command prompt asks for your password, you need to set it up so it doesn't.
        
            If nobody can get the release cut by the time I finish up the MX Charts emulation, then I will try to cut the release.  We know these scripts worked on my computers so it will be interesting to see if they fail now.  As we saw, we were blowing up Maven because we added so many jars to the build since the last successful release.  We might be pushing the limits of Ant/Maven and we may have to refactor the steps to make more smaller steps or something like that.
        
            HTH,
            -Alex
        
            On 10/25/18, 3:20 AM, "Yishay Weiss" <yi...@hotmail.com> wrote:
        
                I’m stuck in step 4 [1], getting below and [2]. Looks like git tasks are failing. Any ideas?
        
        
        
                BUILD FAILED
        
                C:\dev\my_release\releasecandidate.xml:556: The following error occurred while executing this line:
        
                C:\dev\my_release\releasecandidate.xml:487: The following error occurred while executing this line:
        
                C:\dev\my_release\releasecandidate.xml:473: exec returned: 1
        
        
        
                [1] ant -f releasecandidate.xml "-Drelease.version=0.9.4" -Drc=1 maven
        
                [2] https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FAkFm&amp;data=02%7C01%7Caharui%40adobe.com%7Cf5eccc342c3f4f99c64308d63b93b38e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761902900462348&amp;sdata=zhkBduDC3BWU2vPrUMHBE3U7OvKqGjDsO%2FCPAKNO34g%3D&amp;reserved=0
        
        
        
        
        
                ________________________________
                From: Yishay Weiss <yi...@hotmail.com>
                Sent: Tuesday, October 16, 2018 1:21:33 PM
                To: dev@royale.apache.org
                Subject: RE: [Discuss] Start release process 0.9.3
        
                Ok, thanks.
        
        
        
                ________________________________
                From: Piotr Zarzycki <pi...@gmail.com>
                Sent: Tuesday, October 16, 2018 1:07:08 PM
                To: dev@royale.apache.org
                Subject: Re: [Discuss] Start release process 0.9.3
        
                Yishay,
        
                You need to follow the tutorial on the Wiki, so setup everything what is
                saying there. However in release steps you can omit step 3 and start from
                step 4. Step 1 and 2 is needed.
        
                You can start from step 4, because branches for release exists already in
                all 3 repositories. "release/0.9.4"
        
                In last two attempts:
        
                Attempt 1: Failed because I got timeout on downloading some maven plugin
                Attempt 2: I went a bit farther, but during Maven compilation of compiler
                tests failed - stacktraces of failing tests are in previous emails.
        
                Thanks,
                Piotr
        
                wt., 16 paź 2018 o 11:44 Yishay Weiss <yi...@hotmail.com> napisał(a):
        
                > Maybe u can summarize the pitfalls you and Om mention on this thread. I’ll
                > follow the tut [1] and see how far I get.
                >
                >
                >
                > Just don’t want to waste time on the things you stumbled on.
                >
                >
                >
                > [1] https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FRelease-Manager-Notes&amp;data=02%7C01%7Caharui%40adobe.com%7Cf5eccc342c3f4f99c64308d63b93b38e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761902900462348&amp;sdata=Xusmt0Fvp3Q6BJmz%2BuX35NGWnB0AYOuYDErFEDrbCUc%3D&amp;reserved=0
                >
                >
                >
                >
                >
                > ________________________________
                > From: Piotr Zarzycki <pi...@gmail.com>
                > Sent: Tuesday, October 16, 2018 12:30:54 PM
                > To: dev@royale.apache.org
                > Subject: Re: [Discuss] Start release process 0.9.3
                >
                > Hi Yishay,
                >
                > What do you mean by more such tasks ?
                >
                > Thanks,
                > Piotr
                >
                > wt., 16 paź 2018 o 07:10 Yishay Weiss <yi...@hotmail.com> napisał(a):
                >
                > > Just deleted them.
                > >
                > >
                > >
                > > I haven’t followed this thread closely enough. Can you think of more such
                > > tasks?
                > >
                > >
                > >
                > > ________________________________
                > > From: Piotr Zarzycki <pi...@gmail.com>
                > > Sent: Monday, October 15, 2018 6:29:30 PM
                > > To: dev@royale.apache.org
                > > Subject: Re: [Discuss] Start release process 0.9.3
                > >
                > > Hi Yishay,
                > >
                > > This [1][2]
                > >
                > > [1]
                > >
                > >
                > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler%2Ftree%2Forg.apache.royale.compiler-0.9.4-rc1&amp;data=02%7C01%7Caharui%40adobe.com%7Cf5eccc342c3f4f99c64308d63b93b38e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761902900462348&amp;sdata=iVTi%2FvhEMBD3uMUOqTqjjuytp%2Bie8lzoQLNCtk45vCU%3D&amp;reserved=0
                > > [2]
                > >
                > >
                > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler%2Ftree%2Forg.apache.royale.compiler-0.9.4-rc2&amp;data=02%7C01%7Caharui%40adobe.com%7Cf5eccc342c3f4f99c64308d63b93b38e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761902900462348&amp;sdata=qBg6nXjvku0G7z4E1hQOexIbR3s1W4WVjYlTOFxKnJk%3D&amp;reserved=0
                > >
                > > Thanks,
                > > Piotr
                > >
                > > pon., 15 paź 2018 o 17:20 Yishay Weiss <yi...@hotmail.com>
                > > napisał(a):
                > >
                > > > What’s the full names of the tags that need to be deleted?
                > > >
                > > >
                > > >
                > > > ________________________________
                > > > From: Piotr Zarzycki <pi...@gmail.com>
                > > > Sent: Monday, October 15, 2018 4:08:34 PM
                > > > To: dev@royale.apache.org
                > > > Subject: Re: [Discuss] Start release process 0.9.3
                > > >
                > > > Hi Alex,
                > > >
                > > > I have all environment property which you are mentioning in place.
                > > >
                > > > AIR_HOME = d:\Work\flex-sdk-4.16.1_adobe_air_30
                > > > FLASHPLAYER_DEBUGGER = D:\Work\player\flashplayer.exe
                > > > PLAYERGLOBAL_HOME = D:\Work\player
                > > >
                > > > In my folder with player I have following folders with playerglobal.swc
                > > > 11.1, 11.7, 20.0, 21,0, 23.0. Maybe issue is cause I'm using bash for
                > > > running all of that..
                > > >
                > > > I think I'm done with this. I don't have anymore power to fight with it
                > > at
                > > > all. Whoever wanted to pickup what's is left feel free. Branches are
                > > > waiting. You need to remove RC1 and RC2 tags, cause I cannot for some
                > > > reason.
                > > >
                > > > Good Luck!
                > > > Piotr
                > > >
                > > >
                > > > pon., 15 paź 2018 o 09:45 Alex Harui <ah...@adobe.com.invalid>
                > > > napisał(a):
                > > >
                > > > > Looks like your environment variables aren't set?  Having js.swc on
                > the
                > > > > external-library-path to run a SWF doesn't seem right.  Check
                > AIR_HOME,
                > > > > PLAYERGLOBAL_HOME, FLASHPLAYER_DEBUGGER.
                > > > >
                > > > > -Alex
                > > > >
                > > > > On 10/15/18, 12:37 AM, "Piotr Zarzycki" <pi...@gmail.com>
                > > > > wrote:
                > > > >
                > > > >     Now tests are failing :) [1]
                > > > >
                > > > >     [1]
                > > > >
                > > >
                > >
                > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FFY4O&amp;data=02%7C01%7Caharui%40adobe.com%7Cf5eccc342c3f4f99c64308d63b93b38e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761902900462348&amp;sdata=nAWQ5y1fmgjjWPHP2pJeivgpfcWZ0Q8FDG5c64U%2BCjU%3D&amp;reserved=0
                > > > >
                > > > >     niedz., 14 paź 2018 o 22:34 Piotr Zarzycki <
                > > > piotrzarzycki21@gmail.com>
                > > > >     napisał(a):
                > > > >
                > > > >     > Before I contact Maven mailing list I would like to try again
                > > > > release to
                > > > >     > see what I got.
                > > > >     >
                > > > >     >
                > > > >     > On Sat, Oct 13, 2018, 11:28 AM Carlos Rovira <
                > > > > carlosrovira@apache.org>
                > > > >     > wrote:
                > > > >     >
                > > > >     >> Hi, commit done and seems no other side effect was done. So I
                > > > think
                > > > > the
                > > > >     >> tweaks worked.
                > > > >     >>
                > > > >     >> El sáb., 13 oct. 2018 a las 11:18, Carlos Rovira (<
                > > > >     >> carlosrovira@apache.org>)
                > > > >     >> escribió:
                > > > >     >>
                > > > >     >> > Hi,
                > > > >     >> >
                > > > >     >> > about delete tag, I was investigating and did some tweaks to
                > > my
                > > > > system.
                > > > >     >> So
                > > > >     >> > we'll see in the next commit if it works.
                > > > >     >> >
                > > > >     >> > El sáb., 13 oct. 2018 a las 8:59, Carlos Rovira (<
                > > > >     >> carlosrovira@apache.org>)
                > > > >     >> > escribió:
                > > > >     >> >
                > > > >     >> >> Hi,
                > > > >     >> >>
                > > > >     >> >> I think asking ni maven list is our best bet since as we do
                > > > here,
                > > > >     >> surely
                > > > >     >> >> they can help and give some light on what's happening, so
                > > > >     >> >> +1 to ask in maven list
                > > > >     >> >>
                > > > >     >> >>
                > > > >     >> >>
                > > > >     >> >> El sáb., 13 oct. 2018 a las 7:56, Alex Harui
                > > > > (<aharui@adobe.com.invalid
                > > > >     >> >)
                > > > >     >> >> escribió:
                > > > >     >> >>
                > > > >     >> >>> No, some people think the script was trying to upload the
                > RC
                > > > to
                > > > > Maven
                > > > >     >> >>> Central instead of repository.apache.org.  From my
                > reading
                > > of
                > > > > the
                > > > >     >> logs,
                > > > >     >> >>> you had a problem downloading a Maven plugin from Maven
                > > > Central
                > > > > which
                > > > >     >> is
                > > > >     >> >>> allowed, while Om was having trouble uploading to
                > > > >     >> repository.apache.org.
                > > > >     >> >>>
                > > > >     >> >>> I think we're ok as long as we can figure out why you and
                > Om
                > > > > keep
                > > > >     >> >>> getting timeouts.  There are plenty of articles about
                > Maven
                > > > and
                > > > > the
                > > > >     >> timeout
                > > > >     >> >>> but it all seems to be proxy related.  If you are not
                > using
                > > a
                > > > > proxy,
                > > > >     >> maybe
                > > > >     >> >>> there is an article out there that isn't about proxies.
                > You
                > > > > could
                > > > >     >> also ask
                > > > >     >> >>> on a Maven mailing list to see if they've heard of this
                > > issue.
                > > > >     >> >>>
                > > > >     >> >>> -Alex
                > > > >     >> >>>
                > > > >     >> >>> On 10/12/18, 10:47 PM, "Piotr Zarzycki" <
                > > > > piotrzarzycki21@gmail.com>
                > > > >     >> >>> wrote:
                > > > >     >> >>>
                > > > >     >> >>>     So the difference is that when we vote successful y
                > for
                > > > > release we
                > > > >     >> >>> are
                > > > >     >> >>>     uploading manually those artifacts?
                > > > >     >> >>>
                > > > >     >> >>>     Automatic is not allowed? This is how I understand.
                > > > >     >> >>>
                > > > >     >> >>>     Piotr
                > > > >     >> >>>
                > > > >     >> >>>     On Sat, Oct 13, 2018, 7:40 AM Piotr Zarzycki <
                > > > >     >> >>> piotrzarzycki21@gmail.com>
                > > > >     >> >>>     wrote:
                > > > >     >> >>>
                > > > >     >> >>>     > Alex,
                > > > >     >> >>>     >
                > > > >     >> >>>     > I'm not running behind the proxy.
                > > > >     >> >>>     >
                > > > >     >> >>>     > Hi Dave,
                > > > >     >> >>>     >
                > > > >     >> >>>     > We are publishing only RC. Why it is against?
                > > > >     >> >>>     >
                > > > >     >> >>>     > Piotr
                > > > >     >> >>>     >
                > > > >     >> >>>     > On Sat, Oct 13, 2018, 1:05 AM Dave Fisher <
                > > > >     >> dave2wave@comcast.net>
                > > > >     >> >>> wrote:
                > > > >     >> >>>     >
                > > > >     >> >>>     >>
                > > > >     >> >>>     >>
                > > > >     >> >>>     >> Sent from my iPhone
                > > > >     >> >>>     >>
                > > > >     >> >>>     >> > On Oct 12, 2018, at 2:33 PM, Guild, Jason A
                > (DOT) <
                > > > >     >> >>>     >> jason.guild@alaska.gov> wrote:
                > > > >     >> >>>     >> >
                > > > >     >> >>>     >> > Forgive my asking perhaps silly questions.
                > > > >     >> >>>     >>
                > > > >     >> >>>     >> +1
                > > > >     >> >>>     >>
                > > > >     >> >>>     >> >
                > > > >     >> >>>     >> > Why in the world does the Royale release script
                > > have
                > > > a
                > > > >     >> >>> dependency on
                > > > >     >> >>>     >> > publishing directly to Maven Central?
                > > > >     >> >>>     >>
                > > > >     >> >>>     >> That is likely against Apache Release Policy as
                > well
                > > > and
                > > > > must
                > > > >     >> be
                > > > >     >> >>> changed.
                > > > >     >> >>>     >>
                > > > >     >> >>>     >> >
                > > > >     >> >>>     >> > Doesn't Apache maintain its own Maven repository
                > of
                > > > >     >> >>> apache-produced
                > > > >     >> >>>     >> > artifacts?
                > > > >     >> >>>     >> > Isn't that what repo.maven.apache.org is? Why
                > > can't
                > > > > Royale
                > > > >     >> >>> publish to
                > > > >     >> >>>     >> that?
                > > > >     >> >>>     >> >
                > > > >     >> >>>     >> > The artifacts successfully published there could
                > be
                > > > > mirrored
                > > > >     >> to
                > > > >     >> >>> other
                > > > >     >> >>>     >> > public repositories after the release is
                > complete.
                > > > >     >> >>>     >>
                > > > >     >> >>>     >> Yes, exactly.
                > > > >     >> >>>     >>
                > > > >     >> >>>     >> Regards,
                > > > >     >> >>>     >> Dave
                > > > >     >> >>>     >>
                > > > >     >> >>>     >> > Jason
                > > > >     >> >>>     >> >
                > > > >     >> >>>     >> >> On 10/12/2018 12:01 PM, Piotr Zarzycki wrote:
                > > > >     >> >>>     >> >> Unfortunately I got the same result as OM:(
                > > > > Something is
                > > > >     >> >>> really wrong
                > > > >     >> >>>     >> with
                > > > >     >> >>>     >> >> Maven central, cause I can't believe that we all
                > > > have
                > > > > bad
                > > > >     >> >>> internet
                > > > >     >> >>>     >> >> connection.:)
                > > > >     >> >>>     >> >
                > > > >     >> >>>     >>
                > > > >     >> >>>     >>
                > > > >     >> >>>
                > > > >     >> >>>
                > > > >     >> >>>
                > > > >     >> >>
                > > > >     >> >> --
                > > > >     >> >> Carlos Rovira
                > > > >     >> >>
                > > > >
                > > >
                > >
                > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cf5eccc342c3f4f99c64308d63b93b38e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761902900462348&amp;sdata=fFB%2BojwV4DakFXVUfvX1jMuSEoK9FdutEShtsf5%2BQLg%3D&amp;reserved=0
                > > > >     >> >>
                > > > >     >> >>
                > > > >     >> >
                > > > >     >> > --
                > > > >     >> > Carlos Rovira
                > > > >     >> >
                > > > >
                > > >
                > >
                > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cf5eccc342c3f4f99c64308d63b93b38e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761902900462348&amp;sdata=fFB%2BojwV4DakFXVUfvX1jMuSEoK9FdutEShtsf5%2BQLg%3D&amp;reserved=0
                > > > >     >> >
                > > > >     >> >
                > > > >     >>
                > > > >     >> --
                > > > >     >> Carlos Rovira
                > > > >     >>
                > > > >
                > > >
                > >
                > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cf5eccc342c3f4f99c64308d63b93b38e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761902900462348&amp;sdata=fFB%2BojwV4DakFXVUfvX1jMuSEoK9FdutEShtsf5%2BQLg%3D&amp;reserved=0
                > > > >     >>
                > > > >     >
                > > > >
                > > > >     --
                > > > >
                > > > >     Piotr Zarzycki
                > > > >
                > > > >     Patreon: *
                > > > >
                > > >
                > >
                > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cf5eccc342c3f4f99c64308d63b93b38e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761902900462348&amp;sdata=XHFTwSy4SLyxE%2BYjuGQ8yh9aG7gxdfFsputTmRe11%2F4%3D&amp;reserved=0
                > > > >     <
                > > > >
                > > >
                > >
                > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cf5eccc342c3f4f99c64308d63b93b38e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761902900462348&amp;sdata=XHFTwSy4SLyxE%2BYjuGQ8yh9aG7gxdfFsputTmRe11%2F4%3D&amp;reserved=0
                > > > > >*
                > > > >
                > > > >
                > > > >
                > > >
                > > > --
                > > >
                > > > Piotr Zarzycki
                > > >
                > > > Patreon: *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cf5eccc342c3f4f99c64308d63b93b38e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761902900462348&amp;sdata=XHFTwSy4SLyxE%2BYjuGQ8yh9aG7gxdfFsputTmRe11%2F4%3D&amp;reserved=0
                > > > <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cf5eccc342c3f4f99c64308d63b93b38e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761902900462348&amp;sdata=XHFTwSy4SLyxE%2BYjuGQ8yh9aG7gxdfFsputTmRe11%2F4%3D&amp;reserved=0>*
                > > >
                > >
                > >
                > > --
                > >
                > > Piotr Zarzycki
                > >
                > > Patreon: *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cf5eccc342c3f4f99c64308d63b93b38e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761902900462348&amp;sdata=XHFTwSy4SLyxE%2BYjuGQ8yh9aG7gxdfFsputTmRe11%2F4%3D&amp;reserved=0
                > > <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cf5eccc342c3f4f99c64308d63b93b38e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761902900462348&amp;sdata=XHFTwSy4SLyxE%2BYjuGQ8yh9aG7gxdfFsputTmRe11%2F4%3D&amp;reserved=0>*
                > >
                >
                >
                > --
                >
                > Piotr Zarzycki
                >
                > Patreon: *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cf5eccc342c3f4f99c64308d63b93b38e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761902900618596&amp;sdata=DJSO156F5bJEhh%2BPFLkSCa0bPUL8p5fHEChc8%2F8zX5o%3D&amp;reserved=0
                > <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cf5eccc342c3f4f99c64308d63b93b38e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761902900618596&amp;sdata=DJSO156F5bJEhh%2BPFLkSCa0bPUL8p5fHEChc8%2F8zX5o%3D&amp;reserved=0>*
                >
        
        
                --
        
                Piotr Zarzycki
        
                Patreon: *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cf5eccc342c3f4f99c64308d63b93b38e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761902900618596&amp;sdata=DJSO156F5bJEhh%2BPFLkSCa0bPUL8p5fHEChc8%2F8zX5o%3D&amp;reserved=0
                <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cf5eccc342c3f4f99c64308d63b93b38e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761902900618596&amp;sdata=DJSO156F5bJEhh%2BPFLkSCa0bPUL8p5fHEChc8%2F8zX5o%3D&amp;reserved=0>*
        
        
        
        
        
    
    


Re: [Discuss] Start release process 0.9.3

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Hi Yishay,

Sounds like you probably have more than one keystore, as described in that wiki post in [1].

I'm not sure how Maven finds the gpg it wants to run, but if it is finding a different one than the one you find the the command prompt then you will have results like you are.

There is a command called "where" or "which" that will show you want path it picked.  You might try altering the paths or uninstalling some version of GPG or somehow try to get Maven to find the one you use from the command line.

Good luck,
-Alex

On 10/26/18, 1:33 PM, "Yishay Weiss" <yi...@hotmail.com> wrote:

    Ok, I made some changes to the build script which seem to have resolved this issue. I’m getting this
    
    
    
        [exec] [INFO] gpg: no default secret key: No secret key
    
         [exec] [INFO] gpg: signing failed: No secret key
    
         [exec] [INFO] [INFO] ------------------------------------------------------------------------
    
         [exec] [INFO] [INFO] BUILD FAILURE
    
         [exec] [INFO] [INFO] ------------------------------------------------------------------------
    
         [exec] [INFO] [INFO] Total time: 14.241 s
    
         [exec] [INFO] [INFO] Finished at: 2018-10-26T23:30:47+03:00
    
         [exec] [INFO] [INFO] Final Memory: 39M/780M
    
         [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]
    
    
    
    Even though I think I followed instructions [1] regarding gpg… Any ideas?
    
    
    
    [1] https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FRelease-Manager-Notes&amp;data=02%7C01%7Caharui%40adobe.com%7C95d6b09668a8492ba89e08d63b824d61%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761828165039854&amp;sdata=t3SigXUKj6B3DCr%2BGD%2F9Wsnez262eaWf9qBfUQ0QRtY%3D&amp;reserved=0
    
    
    
    ________________________________
    From: Alex Harui <ah...@adobe.com.INVALID>
    Sent: Friday, October 26, 2018 2:07:38 AM
    To: dev@royale.apache.org
    Subject: Re: [Discuss] Start release process 0.9.3
    
    Well, you can't really do the push manually because the script is expecting files that need to be pushed are pushed before calling Maven to do its thing.  You would have to break apart the Ant targets to allow you to push manually.
    
    But the push of utils shouldn't happen because they have not been modified.  In an earlier email I tried to explain to Piotr how to modify releasecandidate.xml so that it correctly skips that push.
    
    -Alex
    
    On 10/25/18, 11:58 AM, "Yishay Weiss" <yi...@hotmail.com> wrote:
    
        The error message is in the console, I guess the redirect was of STDOUT only.
    
    
    
        Git push doesn’t require credentials in my console.
    
    
    
        Just to be clear, should I make failonerror false for push targets and do them manually instead?
    
    
    
        ________________________________
        From: Alex Harui <ah...@adobe.com.INVALID>
        Sent: Thursday, October 25, 2018 8:20:27 PM
        To: dev@royale.apache.org
        Subject: Re: [Discuss] Start release process 0.9.3
    
        Hi Yishay,
    
        I didn't see an error at the end of the output.
    
        Piotr, did you make the suggested changes to releasecandidate.xml when you got stuck at a similar point?  Yishaw, see a past thread on that Ant target.  It shouldn't be trying to push anything there.
    
        That said, it is required that the RM has Git setup in  a way that it does not ask you for a password when pushing.  You will need non-interactive push at some point in the script.  Ant and Maven can't always stop to ask for input.  So if a regular "git push" from a command prompt asks for your password, you need to set it up so it doesn't.
    
        If nobody can get the release cut by the time I finish up the MX Charts emulation, then I will try to cut the release.  We know these scripts worked on my computers so it will be interesting to see if they fail now.  As we saw, we were blowing up Maven because we added so many jars to the build since the last successful release.  We might be pushing the limits of Ant/Maven and we may have to refactor the steps to make more smaller steps or something like that.
    
        HTH,
        -Alex
    
        On 10/25/18, 3:20 AM, "Yishay Weiss" <yi...@hotmail.com> wrote:
    
            I’m stuck in step 4 [1], getting below and [2]. Looks like git tasks are failing. Any ideas?
    
    
    
            BUILD FAILED
    
            C:\dev\my_release\releasecandidate.xml:556: The following error occurred while executing this line:
    
            C:\dev\my_release\releasecandidate.xml:487: The following error occurred while executing this line:
    
            C:\dev\my_release\releasecandidate.xml:473: exec returned: 1
    
    
    
            [1] ant -f releasecandidate.xml "-Drelease.version=0.9.4" -Drc=1 maven
    
            [2] https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FAkFm&amp;data=02%7C01%7Caharui%40adobe.com%7C95d6b09668a8492ba89e08d63b824d61%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761828165039854&amp;sdata=XSpXmIkHypNhQ0n6WXGUjPCKrRA9%2FJN4GGz6rmoj1sc%3D&amp;reserved=0
    
    
    
    
    
            ________________________________
            From: Yishay Weiss <yi...@hotmail.com>
            Sent: Tuesday, October 16, 2018 1:21:33 PM
            To: dev@royale.apache.org
            Subject: RE: [Discuss] Start release process 0.9.3
    
            Ok, thanks.
    
    
    
            ________________________________
            From: Piotr Zarzycki <pi...@gmail.com>
            Sent: Tuesday, October 16, 2018 1:07:08 PM
            To: dev@royale.apache.org
            Subject: Re: [Discuss] Start release process 0.9.3
    
            Yishay,
    
            You need to follow the tutorial on the Wiki, so setup everything what is
            saying there. However in release steps you can omit step 3 and start from
            step 4. Step 1 and 2 is needed.
    
            You can start from step 4, because branches for release exists already in
            all 3 repositories. "release/0.9.4"
    
            In last two attempts:
    
            Attempt 1: Failed because I got timeout on downloading some maven plugin
            Attempt 2: I went a bit farther, but during Maven compilation of compiler
            tests failed - stacktraces of failing tests are in previous emails.
    
            Thanks,
            Piotr
    
            wt., 16 paź 2018 o 11:44 Yishay Weiss <yi...@hotmail.com> napisał(a):
    
            > Maybe u can summarize the pitfalls you and Om mention on this thread. I’ll
            > follow the tut [1] and see how far I get.
            >
            >
            >
            > Just don’t want to waste time on the things you stumbled on.
            >
            >
            >
            > [1] https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FRelease-Manager-Notes&amp;data=02%7C01%7Caharui%40adobe.com%7C95d6b09668a8492ba89e08d63b824d61%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761828165039854&amp;sdata=t3SigXUKj6B3DCr%2BGD%2F9Wsnez262eaWf9qBfUQ0QRtY%3D&amp;reserved=0
            >
            >
            >
            >
            >
            > ________________________________
            > From: Piotr Zarzycki <pi...@gmail.com>
            > Sent: Tuesday, October 16, 2018 12:30:54 PM
            > To: dev@royale.apache.org
            > Subject: Re: [Discuss] Start release process 0.9.3
            >
            > Hi Yishay,
            >
            > What do you mean by more such tasks ?
            >
            > Thanks,
            > Piotr
            >
            > wt., 16 paź 2018 o 07:10 Yishay Weiss <yi...@hotmail.com> napisał(a):
            >
            > > Just deleted them.
            > >
            > >
            > >
            > > I haven’t followed this thread closely enough. Can you think of more such
            > > tasks?
            > >
            > >
            > >
            > > ________________________________
            > > From: Piotr Zarzycki <pi...@gmail.com>
            > > Sent: Monday, October 15, 2018 6:29:30 PM
            > > To: dev@royale.apache.org
            > > Subject: Re: [Discuss] Start release process 0.9.3
            > >
            > > Hi Yishay,
            > >
            > > This [1][2]
            > >
            > > [1]
            > >
            > >
            > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler%2Ftree%2Forg.apache.royale.compiler-0.9.4-rc1&amp;data=02%7C01%7Caharui%40adobe.com%7C95d6b09668a8492ba89e08d63b824d61%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761828165049863&amp;sdata=Bw9U3L%2Bp7C%2FAdm0fnAkl7K7wkCCcJWGsec7A7SBXxWU%3D&amp;reserved=0
            > > [2]
            > >
            > >
            > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler%2Ftree%2Forg.apache.royale.compiler-0.9.4-rc2&amp;data=02%7C01%7Caharui%40adobe.com%7C95d6b09668a8492ba89e08d63b824d61%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761828165049863&amp;sdata=mIur3o9EskKwd277QMDYKrI%2BmmyXKgA8poVsoDPmAOk%3D&amp;reserved=0
            > >
            > > Thanks,
            > > Piotr
            > >
            > > pon., 15 paź 2018 o 17:20 Yishay Weiss <yi...@hotmail.com>
            > > napisał(a):
            > >
            > > > What’s the full names of the tags that need to be deleted?
            > > >
            > > >
            > > >
            > > > ________________________________
            > > > From: Piotr Zarzycki <pi...@gmail.com>
            > > > Sent: Monday, October 15, 2018 4:08:34 PM
            > > > To: dev@royale.apache.org
            > > > Subject: Re: [Discuss] Start release process 0.9.3
            > > >
            > > > Hi Alex,
            > > >
            > > > I have all environment property which you are mentioning in place.
            > > >
            > > > AIR_HOME = d:\Work\flex-sdk-4.16.1_adobe_air_30
            > > > FLASHPLAYER_DEBUGGER = D:\Work\player\flashplayer.exe
            > > > PLAYERGLOBAL_HOME = D:\Work\player
            > > >
            > > > In my folder with player I have following folders with playerglobal.swc
            > > > 11.1, 11.7, 20.0, 21,0, 23.0. Maybe issue is cause I'm using bash for
            > > > running all of that..
            > > >
            > > > I think I'm done with this. I don't have anymore power to fight with it
            > > at
            > > > all. Whoever wanted to pickup what's is left feel free. Branches are
            > > > waiting. You need to remove RC1 and RC2 tags, cause I cannot for some
            > > > reason.
            > > >
            > > > Good Luck!
            > > > Piotr
            > > >
            > > >
            > > > pon., 15 paź 2018 o 09:45 Alex Harui <ah...@adobe.com.invalid>
            > > > napisał(a):
            > > >
            > > > > Looks like your environment variables aren't set?  Having js.swc on
            > the
            > > > > external-library-path to run a SWF doesn't seem right.  Check
            > AIR_HOME,
            > > > > PLAYERGLOBAL_HOME, FLASHPLAYER_DEBUGGER.
            > > > >
            > > > > -Alex
            > > > >
            > > > > On 10/15/18, 12:37 AM, "Piotr Zarzycki" <pi...@gmail.com>
            > > > > wrote:
            > > > >
            > > > >     Now tests are failing :) [1]
            > > > >
            > > > >     [1]
            > > > >
            > > >
            > >
            > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FFY4O&amp;data=02%7C01%7Caharui%40adobe.com%7C95d6b09668a8492ba89e08d63b824d61%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761828165049863&amp;sdata=tUaeYgMVVIlT2OU8lTkjtR%2BmRmumruzJ8n3SrfJsGAk%3D&amp;reserved=0
            > > > >
            > > > >     niedz., 14 paź 2018 o 22:34 Piotr Zarzycki <
            > > > piotrzarzycki21@gmail.com>
            > > > >     napisał(a):
            > > > >
            > > > >     > Before I contact Maven mailing list I would like to try again
            > > > > release to
            > > > >     > see what I got.
            > > > >     >
            > > > >     >
            > > > >     > On Sat, Oct 13, 2018, 11:28 AM Carlos Rovira <
            > > > > carlosrovira@apache.org>
            > > > >     > wrote:
            > > > >     >
            > > > >     >> Hi, commit done and seems no other side effect was done. So I
            > > > think
            > > > > the
            > > > >     >> tweaks worked.
            > > > >     >>
            > > > >     >> El sáb., 13 oct. 2018 a las 11:18, Carlos Rovira (<
            > > > >     >> carlosrovira@apache.org>)
            > > > >     >> escribió:
            > > > >     >>
            > > > >     >> > Hi,
            > > > >     >> >
            > > > >     >> > about delete tag, I was investigating and did some tweaks to
            > > my
            > > > > system.
            > > > >     >> So
            > > > >     >> > we'll see in the next commit if it works.
            > > > >     >> >
            > > > >     >> > El sáb., 13 oct. 2018 a las 8:59, Carlos Rovira (<
            > > > >     >> carlosrovira@apache.org>)
            > > > >     >> > escribió:
            > > > >     >> >
            > > > >     >> >> Hi,
            > > > >     >> >>
            > > > >     >> >> I think asking ni maven list is our best bet since as we do
            > > > here,
            > > > >     >> surely
            > > > >     >> >> they can help and give some light on what's happening, so
            > > > >     >> >> +1 to ask in maven list
            > > > >     >> >>
            > > > >     >> >>
            > > > >     >> >>
            > > > >     >> >> El sáb., 13 oct. 2018 a las 7:56, Alex Harui
            > > > > (<aharui@adobe.com.invalid
            > > > >     >> >)
            > > > >     >> >> escribió:
            > > > >     >> >>
            > > > >     >> >>> No, some people think the script was trying to upload the
            > RC
            > > > to
            > > > > Maven
            > > > >     >> >>> Central instead of repository.apache.org.  From my
            > reading
            > > of
            > > > > the
            > > > >     >> logs,
            > > > >     >> >>> you had a problem downloading a Maven plugin from Maven
            > > > Central
            > > > > which
            > > > >     >> is
            > > > >     >> >>> allowed, while Om was having trouble uploading to
            > > > >     >> repository.apache.org.
            > > > >     >> >>>
            > > > >     >> >>> I think we're ok as long as we can figure out why you and
            > Om
            > > > > keep
            > > > >     >> >>> getting timeouts.  There are plenty of articles about
            > Maven
            > > > and
            > > > > the
            > > > >     >> timeout
            > > > >     >> >>> but it all seems to be proxy related.  If you are not
            > using
            > > a
            > > > > proxy,
            > > > >     >> maybe
            > > > >     >> >>> there is an article out there that isn't about proxies.
            > You
            > > > > could
            > > > >     >> also ask
            > > > >     >> >>> on a Maven mailing list to see if they've heard of this
            > > issue.
            > > > >     >> >>>
            > > > >     >> >>> -Alex
            > > > >     >> >>>
            > > > >     >> >>> On 10/12/18, 10:47 PM, "Piotr Zarzycki" <
            > > > > piotrzarzycki21@gmail.com>
            > > > >     >> >>> wrote:
            > > > >     >> >>>
            > > > >     >> >>>     So the difference is that when we vote successful y
            > for
            > > > > release we
            > > > >     >> >>> are
            > > > >     >> >>>     uploading manually those artifacts?
            > > > >     >> >>>
            > > > >     >> >>>     Automatic is not allowed? This is how I understand.
            > > > >     >> >>>
            > > > >     >> >>>     Piotr
            > > > >     >> >>>
            > > > >     >> >>>     On Sat, Oct 13, 2018, 7:40 AM Piotr Zarzycki <
            > > > >     >> >>> piotrzarzycki21@gmail.com>
            > > > >     >> >>>     wrote:
            > > > >     >> >>>
            > > > >     >> >>>     > Alex,
            > > > >     >> >>>     >
            > > > >     >> >>>     > I'm not running behind the proxy.
            > > > >     >> >>>     >
            > > > >     >> >>>     > Hi Dave,
            > > > >     >> >>>     >
            > > > >     >> >>>     > We are publishing only RC. Why it is against?
            > > > >     >> >>>     >
            > > > >     >> >>>     > Piotr
            > > > >     >> >>>     >
            > > > >     >> >>>     > On Sat, Oct 13, 2018, 1:05 AM Dave Fisher <
            > > > >     >> dave2wave@comcast.net>
            > > > >     >> >>> wrote:
            > > > >     >> >>>     >
            > > > >     >> >>>     >>
            > > > >     >> >>>     >>
            > > > >     >> >>>     >> Sent from my iPhone
            > > > >     >> >>>     >>
            > > > >     >> >>>     >> > On Oct 12, 2018, at 2:33 PM, Guild, Jason A
            > (DOT) <
            > > > >     >> >>>     >> jason.guild@alaska.gov> wrote:
            > > > >     >> >>>     >> >
            > > > >     >> >>>     >> > Forgive my asking perhaps silly questions.
            > > > >     >> >>>     >>
            > > > >     >> >>>     >> +1
            > > > >     >> >>>     >>
            > > > >     >> >>>     >> >
            > > > >     >> >>>     >> > Why in the world does the Royale release script
            > > have
            > > > a
            > > > >     >> >>> dependency on
            > > > >     >> >>>     >> > publishing directly to Maven Central?
            > > > >     >> >>>     >>
            > > > >     >> >>>     >> That is likely against Apache Release Policy as
            > well
            > > > and
            > > > > must
            > > > >     >> be
            > > > >     >> >>> changed.
            > > > >     >> >>>     >>
            > > > >     >> >>>     >> >
            > > > >     >> >>>     >> > Doesn't Apache maintain its own Maven repository
            > of
            > > > >     >> >>> apache-produced
            > > > >     >> >>>     >> > artifacts?
            > > > >     >> >>>     >> > Isn't that what repo.maven.apache.org is? Why
            > > can't
            > > > > Royale
            > > > >     >> >>> publish to
            > > > >     >> >>>     >> that?
            > > > >     >> >>>     >> >
            > > > >     >> >>>     >> > The artifacts successfully published there could
            > be
            > > > > mirrored
            > > > >     >> to
            > > > >     >> >>> other
            > > > >     >> >>>     >> > public repositories after the release is
            > complete.
            > > > >     >> >>>     >>
            > > > >     >> >>>     >> Yes, exactly.
            > > > >     >> >>>     >>
            > > > >     >> >>>     >> Regards,
            > > > >     >> >>>     >> Dave
            > > > >     >> >>>     >>
            > > > >     >> >>>     >> > Jason
            > > > >     >> >>>     >> >
            > > > >     >> >>>     >> >> On 10/12/2018 12:01 PM, Piotr Zarzycki wrote:
            > > > >     >> >>>     >> >> Unfortunately I got the same result as OM:(
            > > > > Something is
            > > > >     >> >>> really wrong
            > > > >     >> >>>     >> with
            > > > >     >> >>>     >> >> Maven central, cause I can't believe that we all
            > > > have
            > > > > bad
            > > > >     >> >>> internet
            > > > >     >> >>>     >> >> connection.:)
            > > > >     >> >>>     >> >
            > > > >     >> >>>     >>
            > > > >     >> >>>     >>
            > > > >     >> >>>
            > > > >     >> >>>
            > > > >     >> >>>
            > > > >     >> >>
            > > > >     >> >> --
            > > > >     >> >> Carlos Rovira
            > > > >     >> >>
            > > > >
            > > >
            > >
            > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C95d6b09668a8492ba89e08d63b824d61%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761828165049863&amp;sdata=Mmm9W6ByIy9gXUR8kjdsPFDTur9kHC3rmcatoMQCD1Q%3D&amp;reserved=0
            > > > >     >> >>
            > > > >     >> >>
            > > > >     >> >
            > > > >     >> > --
            > > > >     >> > Carlos Rovira
            > > > >     >> >
            > > > >
            > > >
            > >
            > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C95d6b09668a8492ba89e08d63b824d61%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761828165049863&amp;sdata=Mmm9W6ByIy9gXUR8kjdsPFDTur9kHC3rmcatoMQCD1Q%3D&amp;reserved=0
            > > > >     >> >
            > > > >     >> >
            > > > >     >>
            > > > >     >> --
            > > > >     >> Carlos Rovira
            > > > >     >>
            > > > >
            > > >
            > >
            > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C95d6b09668a8492ba89e08d63b824d61%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761828165049863&amp;sdata=Mmm9W6ByIy9gXUR8kjdsPFDTur9kHC3rmcatoMQCD1Q%3D&amp;reserved=0
            > > > >     >>
            > > > >     >
            > > > >
            > > > >     --
            > > > >
            > > > >     Piotr Zarzycki
            > > > >
            > > > >     Patreon: *
            > > > >
            > > >
            > >
            > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C95d6b09668a8492ba89e08d63b824d61%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761828165049863&amp;sdata=NatGk4imCPOd1RkpUKZTDozcahYZ8r6aXqOBfoUQA2Y%3D&amp;reserved=0
            > > > >     <
            > > > >
            > > >
            > >
            > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C95d6b09668a8492ba89e08d63b824d61%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761828165049863&amp;sdata=NatGk4imCPOd1RkpUKZTDozcahYZ8r6aXqOBfoUQA2Y%3D&amp;reserved=0
            > > > > >*
            > > > >
            > > > >
            > > > >
            > > >
            > > > --
            > > >
            > > > Piotr Zarzycki
            > > >
            > > > Patreon: *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C95d6b09668a8492ba89e08d63b824d61%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761828165049863&amp;sdata=NatGk4imCPOd1RkpUKZTDozcahYZ8r6aXqOBfoUQA2Y%3D&amp;reserved=0
            > > > <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C95d6b09668a8492ba89e08d63b824d61%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761828165059873&amp;sdata=cPPknBFEoLKPciiCpx764Zd3EHk09B3zEDDaBB%2BicJE%3D&amp;reserved=0>*
            > > >
            > >
            > >
            > > --
            > >
            > > Piotr Zarzycki
            > >
            > > Patreon: *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C95d6b09668a8492ba89e08d63b824d61%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761828165059873&amp;sdata=cPPknBFEoLKPciiCpx764Zd3EHk09B3zEDDaBB%2BicJE%3D&amp;reserved=0
            > > <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C95d6b09668a8492ba89e08d63b824d61%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761828165059873&amp;sdata=cPPknBFEoLKPciiCpx764Zd3EHk09B3zEDDaBB%2BicJE%3D&amp;reserved=0>*
            > >
            >
            >
            > --
            >
            > Piotr Zarzycki
            >
            > Patreon: *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C95d6b09668a8492ba89e08d63b824d61%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761828165059873&amp;sdata=cPPknBFEoLKPciiCpx764Zd3EHk09B3zEDDaBB%2BicJE%3D&amp;reserved=0
            > <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C95d6b09668a8492ba89e08d63b824d61%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761828165059873&amp;sdata=cPPknBFEoLKPciiCpx764Zd3EHk09B3zEDDaBB%2BicJE%3D&amp;reserved=0>*
            >
    
    
            --
    
            Piotr Zarzycki
    
            Patreon: *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C95d6b09668a8492ba89e08d63b824d61%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761828165059873&amp;sdata=cPPknBFEoLKPciiCpx764Zd3EHk09B3zEDDaBB%2BicJE%3D&amp;reserved=0
            <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C95d6b09668a8492ba89e08d63b824d61%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636761828165059873&amp;sdata=cPPknBFEoLKPciiCpx764Zd3EHk09B3zEDDaBB%2BicJE%3D&amp;reserved=0>*
    
    
    
    
    


RE: [Discuss] Start release process 0.9.3

Posted by Yishay Weiss <yi...@hotmail.com>.
Ok, I made some changes to the build script which seem to have resolved this issue. I’m getting this



    [exec] [INFO] gpg: no default secret key: No secret key

     [exec] [INFO] gpg: signing failed: No secret key

     [exec] [INFO] [INFO] ------------------------------------------------------------------------

     [exec] [INFO] [INFO] BUILD FAILURE

     [exec] [INFO] [INFO] ------------------------------------------------------------------------

     [exec] [INFO] [INFO] Total time: 14.241 s

     [exec] [INFO] [INFO] Finished at: 2018-10-26T23:30:47+03:00

     [exec] [INFO] [INFO] Final Memory: 39M/780M

     [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]



Even though I think I followed instructions [1] regarding gpg… Any ideas?



[1] https://github.com/apache/royale-asjs/wiki/Release-Manager-Notes



________________________________
From: Alex Harui <ah...@adobe.com.INVALID>
Sent: Friday, October 26, 2018 2:07:38 AM
To: dev@royale.apache.org
Subject: Re: [Discuss] Start release process 0.9.3

Well, you can't really do the push manually because the script is expecting files that need to be pushed are pushed before calling Maven to do its thing.  You would have to break apart the Ant targets to allow you to push manually.

But the push of utils shouldn't happen because they have not been modified.  In an earlier email I tried to explain to Piotr how to modify releasecandidate.xml so that it correctly skips that push.

-Alex

On 10/25/18, 11:58 AM, "Yishay Weiss" <yi...@hotmail.com> wrote:

    The error message is in the console, I guess the redirect was of STDOUT only.



    Git push doesn’t require credentials in my console.



    Just to be clear, should I make failonerror false for push targets and do them manually instead?



    ________________________________
    From: Alex Harui <ah...@adobe.com.INVALID>
    Sent: Thursday, October 25, 2018 8:20:27 PM
    To: dev@royale.apache.org
    Subject: Re: [Discuss] Start release process 0.9.3

    Hi Yishay,

    I didn't see an error at the end of the output.

    Piotr, did you make the suggested changes to releasecandidate.xml when you got stuck at a similar point?  Yishaw, see a past thread on that Ant target.  It shouldn't be trying to push anything there.

    That said, it is required that the RM has Git setup in  a way that it does not ask you for a password when pushing.  You will need non-interactive push at some point in the script.  Ant and Maven can't always stop to ask for input.  So if a regular "git push" from a command prompt asks for your password, you need to set it up so it doesn't.

    If nobody can get the release cut by the time I finish up the MX Charts emulation, then I will try to cut the release.  We know these scripts worked on my computers so it will be interesting to see if they fail now.  As we saw, we were blowing up Maven because we added so many jars to the build since the last successful release.  We might be pushing the limits of Ant/Maven and we may have to refactor the steps to make more smaller steps or something like that.

    HTH,
    -Alex

    On 10/25/18, 3:20 AM, "Yishay Weiss" <yi...@hotmail.com> wrote:

        I’m stuck in step 4 [1], getting below and [2]. Looks like git tasks are failing. Any ideas?



        BUILD FAILED

        C:\dev\my_release\releasecandidate.xml:556: The following error occurred while executing this line:

        C:\dev\my_release\releasecandidate.xml:487: The following error occurred while executing this line:

        C:\dev\my_release\releasecandidate.xml:473: exec returned: 1



        [1] ant -f releasecandidate.xml "-Drelease.version=0.9.4" -Drc=1 maven

        [2] https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FAkFm&amp;data=02%7C01%7Caharui%40adobe.com%7C67e3256670f24f7efbea08d63aabe2ba%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760907254107985&amp;sdata=V%2F%2B14IYDKLYSa0sPcEUor9E7x0wgA4GBYRptFBgFlCk%3D&amp;reserved=0





        ________________________________
        From: Yishay Weiss <yi...@hotmail.com>
        Sent: Tuesday, October 16, 2018 1:21:33 PM
        To: dev@royale.apache.org
        Subject: RE: [Discuss] Start release process 0.9.3

        Ok, thanks.



        ________________________________
        From: Piotr Zarzycki <pi...@gmail.com>
        Sent: Tuesday, October 16, 2018 1:07:08 PM
        To: dev@royale.apache.org
        Subject: Re: [Discuss] Start release process 0.9.3

        Yishay,

        You need to follow the tutorial on the Wiki, so setup everything what is
        saying there. However in release steps you can omit step 3 and start from
        step 4. Step 1 and 2 is needed.

        You can start from step 4, because branches for release exists already in
        all 3 repositories. "release/0.9.4"

        In last two attempts:

        Attempt 1: Failed because I got timeout on downloading some maven plugin
        Attempt 2: I went a bit farther, but during Maven compilation of compiler
        tests failed - stacktraces of failing tests are in previous emails.

        Thanks,
        Piotr

        wt., 16 paź 2018 o 11:44 Yishay Weiss <yi...@hotmail.com> napisał(a):

        > Maybe u can summarize the pitfalls you and Om mention on this thread. I’ll
        > follow the tut [1] and see how far I get.
        >
        >
        >
        > Just don’t want to waste time on the things you stumbled on.
        >
        >
        >
        > [1] https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FRelease-Manager-Notes&amp;data=02%7C01%7Caharui%40adobe.com%7C67e3256670f24f7efbea08d63aabe2ba%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760907254107985&amp;sdata=K4Z4xhEFKea0%2B%2F9lD0ElWE9xwyOjbG1hmbSREFAwRQw%3D&amp;reserved=0
        >
        >
        >
        >
        >
        > ________________________________
        > From: Piotr Zarzycki <pi...@gmail.com>
        > Sent: Tuesday, October 16, 2018 12:30:54 PM
        > To: dev@royale.apache.org
        > Subject: Re: [Discuss] Start release process 0.9.3
        >
        > Hi Yishay,
        >
        > What do you mean by more such tasks ?
        >
        > Thanks,
        > Piotr
        >
        > wt., 16 paź 2018 o 07:10 Yishay Weiss <yi...@hotmail.com> napisał(a):
        >
        > > Just deleted them.
        > >
        > >
        > >
        > > I haven’t followed this thread closely enough. Can you think of more such
        > > tasks?
        > >
        > >
        > >
        > > ________________________________
        > > From: Piotr Zarzycki <pi...@gmail.com>
        > > Sent: Monday, October 15, 2018 6:29:30 PM
        > > To: dev@royale.apache.org
        > > Subject: Re: [Discuss] Start release process 0.9.3
        > >
        > > Hi Yishay,
        > >
        > > This [1][2]
        > >
        > > [1]
        > >
        > >
        > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler%2Ftree%2Forg.apache.royale.compiler-0.9.4-rc1&amp;data=02%7C01%7Caharui%40adobe.com%7C67e3256670f24f7efbea08d63aabe2ba%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760907254264233&amp;sdata=bGrYgwj8cJ16wJbGt9DAi%2F0EjfHnPHzicZKL9d7s9dE%3D&amp;reserved=0
        > > [2]
        > >
        > >
        > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler%2Ftree%2Forg.apache.royale.compiler-0.9.4-rc2&amp;data=02%7C01%7Caharui%40adobe.com%7C67e3256670f24f7efbea08d63aabe2ba%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760907254264233&amp;sdata=X6vinHzXOZE4mfW9VAIpfVpy2sgohJ2fAhfSR9hjmBM%3D&amp;reserved=0
        > >
        > > Thanks,
        > > Piotr
        > >
        > > pon., 15 paź 2018 o 17:20 Yishay Weiss <yi...@hotmail.com>
        > > napisał(a):
        > >
        > > > What’s the full names of the tags that need to be deleted?
        > > >
        > > >
        > > >
        > > > ________________________________
        > > > From: Piotr Zarzycki <pi...@gmail.com>
        > > > Sent: Monday, October 15, 2018 4:08:34 PM
        > > > To: dev@royale.apache.org
        > > > Subject: Re: [Discuss] Start release process 0.9.3
        > > >
        > > > Hi Alex,
        > > >
        > > > I have all environment property which you are mentioning in place.
        > > >
        > > > AIR_HOME = d:\Work\flex-sdk-4.16.1_adobe_air_30
        > > > FLASHPLAYER_DEBUGGER = D:\Work\player\flashplayer.exe
        > > > PLAYERGLOBAL_HOME = D:\Work\player
        > > >
        > > > In my folder with player I have following folders with playerglobal.swc
        > > > 11.1, 11.7, 20.0, 21,0, 23.0. Maybe issue is cause I'm using bash for
        > > > running all of that..
        > > >
        > > > I think I'm done with this. I don't have anymore power to fight with it
        > > at
        > > > all. Whoever wanted to pickup what's is left feel free. Branches are
        > > > waiting. You need to remove RC1 and RC2 tags, cause I cannot for some
        > > > reason.
        > > >
        > > > Good Luck!
        > > > Piotr
        > > >
        > > >
        > > > pon., 15 paź 2018 o 09:45 Alex Harui <ah...@adobe.com.invalid>
        > > > napisał(a):
        > > >
        > > > > Looks like your environment variables aren't set?  Having js.swc on
        > the
        > > > > external-library-path to run a SWF doesn't seem right.  Check
        > AIR_HOME,
        > > > > PLAYERGLOBAL_HOME, FLASHPLAYER_DEBUGGER.
        > > > >
        > > > > -Alex
        > > > >
        > > > > On 10/15/18, 12:37 AM, "Piotr Zarzycki" <pi...@gmail.com>
        > > > > wrote:
        > > > >
        > > > >     Now tests are failing :) [1]
        > > > >
        > > > >     [1]
        > > > >
        > > >
        > >
        > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FFY4O&amp;data=02%7C01%7Caharui%40adobe.com%7C67e3256670f24f7efbea08d63aabe2ba%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760907254264233&amp;sdata=8mnZdu%2BFDHWyMO5giDwaFtF8LHzGrVEwKQgvjzDGj4Q%3D&amp;reserved=0
        > > > >
        > > > >     niedz., 14 paź 2018 o 22:34 Piotr Zarzycki <
        > > > piotrzarzycki21@gmail.com>
        > > > >     napisał(a):
        > > > >
        > > > >     > Before I contact Maven mailing list I would like to try again
        > > > > release to
        > > > >     > see what I got.
        > > > >     >
        > > > >     >
        > > > >     > On Sat, Oct 13, 2018, 11:28 AM Carlos Rovira <
        > > > > carlosrovira@apache.org>
        > > > >     > wrote:
        > > > >     >
        > > > >     >> Hi, commit done and seems no other side effect was done. So I
        > > > think
        > > > > the
        > > > >     >> tweaks worked.
        > > > >     >>
        > > > >     >> El sáb., 13 oct. 2018 a las 11:18, Carlos Rovira (<
        > > > >     >> carlosrovira@apache.org>)
        > > > >     >> escribió:
        > > > >     >>
        > > > >     >> > Hi,
        > > > >     >> >
        > > > >     >> > about delete tag, I was investigating and did some tweaks to
        > > my
        > > > > system.
        > > > >     >> So
        > > > >     >> > we'll see in the next commit if it works.
        > > > >     >> >
        > > > >     >> > El sáb., 13 oct. 2018 a las 8:59, Carlos Rovira (<
        > > > >     >> carlosrovira@apache.org>)
        > > > >     >> > escribió:
        > > > >     >> >
        > > > >     >> >> Hi,
        > > > >     >> >>
        > > > >     >> >> I think asking ni maven list is our best bet since as we do
        > > > here,
        > > > >     >> surely
        > > > >     >> >> they can help and give some light on what's happening, so
        > > > >     >> >> +1 to ask in maven list
        > > > >     >> >>
        > > > >     >> >>
        > > > >     >> >>
        > > > >     >> >> El sáb., 13 oct. 2018 a las 7:56, Alex Harui
        > > > > (<aharui@adobe.com.invalid
        > > > >     >> >)
        > > > >     >> >> escribió:
        > > > >     >> >>
        > > > >     >> >>> No, some people think the script was trying to upload the
        > RC
        > > > to
        > > > > Maven
        > > > >     >> >>> Central instead of repository.apache.org.  From my
        > reading
        > > of
        > > > > the
        > > > >     >> logs,
        > > > >     >> >>> you had a problem downloading a Maven plugin from Maven
        > > > Central
        > > > > which
        > > > >     >> is
        > > > >     >> >>> allowed, while Om was having trouble uploading to
        > > > >     >> repository.apache.org.
        > > > >     >> >>>
        > > > >     >> >>> I think we're ok as long as we can figure out why you and
        > Om
        > > > > keep
        > > > >     >> >>> getting timeouts.  There are plenty of articles about
        > Maven
        > > > and
        > > > > the
        > > > >     >> timeout
        > > > >     >> >>> but it all seems to be proxy related.  If you are not
        > using
        > > a
        > > > > proxy,
        > > > >     >> maybe
        > > > >     >> >>> there is an article out there that isn't about proxies.
        > You
        > > > > could
        > > > >     >> also ask
        > > > >     >> >>> on a Maven mailing list to see if they've heard of this
        > > issue.
        > > > >     >> >>>
        > > > >     >> >>> -Alex
        > > > >     >> >>>
        > > > >     >> >>> On 10/12/18, 10:47 PM, "Piotr Zarzycki" <
        > > > > piotrzarzycki21@gmail.com>
        > > > >     >> >>> wrote:
        > > > >     >> >>>
        > > > >     >> >>>     So the difference is that when we vote successful y
        > for
        > > > > release we
        > > > >     >> >>> are
        > > > >     >> >>>     uploading manually those artifacts?
        > > > >     >> >>>
        > > > >     >> >>>     Automatic is not allowed? This is how I understand.
        > > > >     >> >>>
        > > > >     >> >>>     Piotr
        > > > >     >> >>>
        > > > >     >> >>>     On Sat, Oct 13, 2018, 7:40 AM Piotr Zarzycki <
        > > > >     >> >>> piotrzarzycki21@gmail.com>
        > > > >     >> >>>     wrote:
        > > > >     >> >>>
        > > > >     >> >>>     > Alex,
        > > > >     >> >>>     >
        > > > >     >> >>>     > I'm not running behind the proxy.
        > > > >     >> >>>     >
        > > > >     >> >>>     > Hi Dave,
        > > > >     >> >>>     >
        > > > >     >> >>>     > We are publishing only RC. Why it is against?
        > > > >     >> >>>     >
        > > > >     >> >>>     > Piotr
        > > > >     >> >>>     >
        > > > >     >> >>>     > On Sat, Oct 13, 2018, 1:05 AM Dave Fisher <
        > > > >     >> dave2wave@comcast.net>
        > > > >     >> >>> wrote:
        > > > >     >> >>>     >
        > > > >     >> >>>     >>
        > > > >     >> >>>     >>
        > > > >     >> >>>     >> Sent from my iPhone
        > > > >     >> >>>     >>
        > > > >     >> >>>     >> > On Oct 12, 2018, at 2:33 PM, Guild, Jason A
        > (DOT) <
        > > > >     >> >>>     >> jason.guild@alaska.gov> wrote:
        > > > >     >> >>>     >> >
        > > > >     >> >>>     >> > Forgive my asking perhaps silly questions.
        > > > >     >> >>>     >>
        > > > >     >> >>>     >> +1
        > > > >     >> >>>     >>
        > > > >     >> >>>     >> >
        > > > >     >> >>>     >> > Why in the world does the Royale release script
        > > have
        > > > a
        > > > >     >> >>> dependency on
        > > > >     >> >>>     >> > publishing directly to Maven Central?
        > > > >     >> >>>     >>
        > > > >     >> >>>     >> That is likely against Apache Release Policy as
        > well
        > > > and
        > > > > must
        > > > >     >> be
        > > > >     >> >>> changed.
        > > > >     >> >>>     >>
        > > > >     >> >>>     >> >
        > > > >     >> >>>     >> > Doesn't Apache maintain its own Maven repository
        > of
        > > > >     >> >>> apache-produced
        > > > >     >> >>>     >> > artifacts?
        > > > >     >> >>>     >> > Isn't that what repo.maven.apache.org is? Why
        > > can't
        > > > > Royale
        > > > >     >> >>> publish to
        > > > >     >> >>>     >> that?
        > > > >     >> >>>     >> >
        > > > >     >> >>>     >> > The artifacts successfully published there could
        > be
        > > > > mirrored
        > > > >     >> to
        > > > >     >> >>> other
        > > > >     >> >>>     >> > public repositories after the release is
        > complete.
        > > > >     >> >>>     >>
        > > > >     >> >>>     >> Yes, exactly.
        > > > >     >> >>>     >>
        > > > >     >> >>>     >> Regards,
        > > > >     >> >>>     >> Dave
        > > > >     >> >>>     >>
        > > > >     >> >>>     >> > Jason
        > > > >     >> >>>     >> >
        > > > >     >> >>>     >> >> On 10/12/2018 12:01 PM, Piotr Zarzycki wrote:
        > > > >     >> >>>     >> >> Unfortunately I got the same result as OM:(
        > > > > Something is
        > > > >     >> >>> really wrong
        > > > >     >> >>>     >> with
        > > > >     >> >>>     >> >> Maven central, cause I can't believe that we all
        > > > have
        > > > > bad
        > > > >     >> >>> internet
        > > > >     >> >>>     >> >> connection.:)
        > > > >     >> >>>     >> >
        > > > >     >> >>>     >>
        > > > >     >> >>>     >>
        > > > >     >> >>>
        > > > >     >> >>>
        > > > >     >> >>>
        > > > >     >> >>
        > > > >     >> >> --
        > > > >     >> >> Carlos Rovira
        > > > >     >> >>
        > > > >
        > > >
        > >
        > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C67e3256670f24f7efbea08d63aabe2ba%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760907254264233&amp;sdata=sYjYk6ky6%2FF%2B98P3eyP2KCyNdrW5OiFc245L%2B1IDKug%3D&amp;reserved=0
        > > > >     >> >>
        > > > >     >> >>
        > > > >     >> >
        > > > >     >> > --
        > > > >     >> > Carlos Rovira
        > > > >     >> >
        > > > >
        > > >
        > >
        > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C67e3256670f24f7efbea08d63aabe2ba%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760907254264233&amp;sdata=sYjYk6ky6%2FF%2B98P3eyP2KCyNdrW5OiFc245L%2B1IDKug%3D&amp;reserved=0
        > > > >     >> >
        > > > >     >> >
        > > > >     >>
        > > > >     >> --
        > > > >     >> Carlos Rovira
        > > > >     >>
        > > > >
        > > >
        > >
        > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C67e3256670f24f7efbea08d63aabe2ba%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760907254264233&amp;sdata=sYjYk6ky6%2FF%2B98P3eyP2KCyNdrW5OiFc245L%2B1IDKug%3D&amp;reserved=0
        > > > >     >>
        > > > >     >
        > > > >
        > > > >     --
        > > > >
        > > > >     Piotr Zarzycki
        > > > >
        > > > >     Patreon: *
        > > > >
        > > >
        > >
        > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C67e3256670f24f7efbea08d63aabe2ba%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760907254264233&amp;sdata=9qB81Gy3WD2mnQlC%2BE20pWsu6GLawjwmNU8omgXP5rQ%3D&amp;reserved=0
        > > > >     <
        > > > >
        > > >
        > >
        > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C67e3256670f24f7efbea08d63aabe2ba%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760907254264233&amp;sdata=9qB81Gy3WD2mnQlC%2BE20pWsu6GLawjwmNU8omgXP5rQ%3D&amp;reserved=0
        > > > > >*
        > > > >
        > > > >
        > > > >
        > > >
        > > > --
        > > >
        > > > Piotr Zarzycki
        > > >
        > > > Patreon: *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C67e3256670f24f7efbea08d63aabe2ba%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760907254264233&amp;sdata=9qB81Gy3WD2mnQlC%2BE20pWsu6GLawjwmNU8omgXP5rQ%3D&amp;reserved=0
        > > > <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C67e3256670f24f7efbea08d63aabe2ba%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760907254264233&amp;sdata=9qB81Gy3WD2mnQlC%2BE20pWsu6GLawjwmNU8omgXP5rQ%3D&amp;reserved=0>*
        > > >
        > >
        > >
        > > --
        > >
        > > Piotr Zarzycki
        > >
        > > Patreon: *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C67e3256670f24f7efbea08d63aabe2ba%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760907254264233&amp;sdata=9qB81Gy3WD2mnQlC%2BE20pWsu6GLawjwmNU8omgXP5rQ%3D&amp;reserved=0
        > > <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C67e3256670f24f7efbea08d63aabe2ba%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760907254264233&amp;sdata=9qB81Gy3WD2mnQlC%2BE20pWsu6GLawjwmNU8omgXP5rQ%3D&amp;reserved=0>*
        > >
        >
        >
        > --
        >
        > Piotr Zarzycki
        >
        > Patreon: *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C67e3256670f24f7efbea08d63aabe2ba%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760907254264233&amp;sdata=9qB81Gy3WD2mnQlC%2BE20pWsu6GLawjwmNU8omgXP5rQ%3D&amp;reserved=0
        > <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C67e3256670f24f7efbea08d63aabe2ba%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760907254264233&amp;sdata=9qB81Gy3WD2mnQlC%2BE20pWsu6GLawjwmNU8omgXP5rQ%3D&amp;reserved=0>*
        >


        --

        Piotr Zarzycki

        Patreon: *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C67e3256670f24f7efbea08d63aabe2ba%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760907254264233&amp;sdata=9qB81Gy3WD2mnQlC%2BE20pWsu6GLawjwmNU8omgXP5rQ%3D&amp;reserved=0
        <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C67e3256670f24f7efbea08d63aabe2ba%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760907254264233&amp;sdata=9qB81Gy3WD2mnQlC%2BE20pWsu6GLawjwmNU8omgXP5rQ%3D&amp;reserved=0>*





Re: [Discuss] Start release process 0.9.3

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Well, you can't really do the push manually because the script is expecting files that need to be pushed are pushed before calling Maven to do its thing.  You would have to break apart the Ant targets to allow you to push manually.

But the push of utils shouldn't happen because they have not been modified.  In an earlier email I tried to explain to Piotr how to modify releasecandidate.xml so that it correctly skips that push.

-Alex

On 10/25/18, 11:58 AM, "Yishay Weiss" <yi...@hotmail.com> wrote:

    The error message is in the console, I guess the redirect was of STDOUT only.
    
    
    
    Git push doesn’t require credentials in my console.
    
    
    
    Just to be clear, should I make failonerror false for push targets and do them manually instead?
    
    
    
    ________________________________
    From: Alex Harui <ah...@adobe.com.INVALID>
    Sent: Thursday, October 25, 2018 8:20:27 PM
    To: dev@royale.apache.org
    Subject: Re: [Discuss] Start release process 0.9.3
    
    Hi Yishay,
    
    I didn't see an error at the end of the output.
    
    Piotr, did you make the suggested changes to releasecandidate.xml when you got stuck at a similar point?  Yishaw, see a past thread on that Ant target.  It shouldn't be trying to push anything there.
    
    That said, it is required that the RM has Git setup in  a way that it does not ask you for a password when pushing.  You will need non-interactive push at some point in the script.  Ant and Maven can't always stop to ask for input.  So if a regular "git push" from a command prompt asks for your password, you need to set it up so it doesn't.
    
    If nobody can get the release cut by the time I finish up the MX Charts emulation, then I will try to cut the release.  We know these scripts worked on my computers so it will be interesting to see if they fail now.  As we saw, we were blowing up Maven because we added so many jars to the build since the last successful release.  We might be pushing the limits of Ant/Maven and we may have to refactor the steps to make more smaller steps or something like that.
    
    HTH,
    -Alex
    
    On 10/25/18, 3:20 AM, "Yishay Weiss" <yi...@hotmail.com> wrote:
    
        I’m stuck in step 4 [1], getting below and [2]. Looks like git tasks are failing. Any ideas?
    
    
    
        BUILD FAILED
    
        C:\dev\my_release\releasecandidate.xml:556: The following error occurred while executing this line:
    
        C:\dev\my_release\releasecandidate.xml:487: The following error occurred while executing this line:
    
        C:\dev\my_release\releasecandidate.xml:473: exec returned: 1
    
    
    
        [1] ant -f releasecandidate.xml "-Drelease.version=0.9.4" -Drc=1 maven
    
        [2] https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FAkFm&amp;data=02%7C01%7Caharui%40adobe.com%7C67e3256670f24f7efbea08d63aabe2ba%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760907254107985&amp;sdata=V%2F%2B14IYDKLYSa0sPcEUor9E7x0wgA4GBYRptFBgFlCk%3D&amp;reserved=0
    
    
    
    
    
        ________________________________
        From: Yishay Weiss <yi...@hotmail.com>
        Sent: Tuesday, October 16, 2018 1:21:33 PM
        To: dev@royale.apache.org
        Subject: RE: [Discuss] Start release process 0.9.3
    
        Ok, thanks.
    
    
    
        ________________________________
        From: Piotr Zarzycki <pi...@gmail.com>
        Sent: Tuesday, October 16, 2018 1:07:08 PM
        To: dev@royale.apache.org
        Subject: Re: [Discuss] Start release process 0.9.3
    
        Yishay,
    
        You need to follow the tutorial on the Wiki, so setup everything what is
        saying there. However in release steps you can omit step 3 and start from
        step 4. Step 1 and 2 is needed.
    
        You can start from step 4, because branches for release exists already in
        all 3 repositories. "release/0.9.4"
    
        In last two attempts:
    
        Attempt 1: Failed because I got timeout on downloading some maven plugin
        Attempt 2: I went a bit farther, but during Maven compilation of compiler
        tests failed - stacktraces of failing tests are in previous emails.
    
        Thanks,
        Piotr
    
        wt., 16 paź 2018 o 11:44 Yishay Weiss <yi...@hotmail.com> napisał(a):
    
        > Maybe u can summarize the pitfalls you and Om mention on this thread. I’ll
        > follow the tut [1] and see how far I get.
        >
        >
        >
        > Just don’t want to waste time on the things you stumbled on.
        >
        >
        >
        > [1] https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FRelease-Manager-Notes&amp;data=02%7C01%7Caharui%40adobe.com%7C67e3256670f24f7efbea08d63aabe2ba%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760907254107985&amp;sdata=K4Z4xhEFKea0%2B%2F9lD0ElWE9xwyOjbG1hmbSREFAwRQw%3D&amp;reserved=0
        >
        >
        >
        >
        >
        > ________________________________
        > From: Piotr Zarzycki <pi...@gmail.com>
        > Sent: Tuesday, October 16, 2018 12:30:54 PM
        > To: dev@royale.apache.org
        > Subject: Re: [Discuss] Start release process 0.9.3
        >
        > Hi Yishay,
        >
        > What do you mean by more such tasks ?
        >
        > Thanks,
        > Piotr
        >
        > wt., 16 paź 2018 o 07:10 Yishay Weiss <yi...@hotmail.com> napisał(a):
        >
        > > Just deleted them.
        > >
        > >
        > >
        > > I haven’t followed this thread closely enough. Can you think of more such
        > > tasks?
        > >
        > >
        > >
        > > ________________________________
        > > From: Piotr Zarzycki <pi...@gmail.com>
        > > Sent: Monday, October 15, 2018 6:29:30 PM
        > > To: dev@royale.apache.org
        > > Subject: Re: [Discuss] Start release process 0.9.3
        > >
        > > Hi Yishay,
        > >
        > > This [1][2]
        > >
        > > [1]
        > >
        > >
        > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler%2Ftree%2Forg.apache.royale.compiler-0.9.4-rc1&amp;data=02%7C01%7Caharui%40adobe.com%7C67e3256670f24f7efbea08d63aabe2ba%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760907254264233&amp;sdata=bGrYgwj8cJ16wJbGt9DAi%2F0EjfHnPHzicZKL9d7s9dE%3D&amp;reserved=0
        > > [2]
        > >
        > >
        > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler%2Ftree%2Forg.apache.royale.compiler-0.9.4-rc2&amp;data=02%7C01%7Caharui%40adobe.com%7C67e3256670f24f7efbea08d63aabe2ba%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760907254264233&amp;sdata=X6vinHzXOZE4mfW9VAIpfVpy2sgohJ2fAhfSR9hjmBM%3D&amp;reserved=0
        > >
        > > Thanks,
        > > Piotr
        > >
        > > pon., 15 paź 2018 o 17:20 Yishay Weiss <yi...@hotmail.com>
        > > napisał(a):
        > >
        > > > What’s the full names of the tags that need to be deleted?
        > > >
        > > >
        > > >
        > > > ________________________________
        > > > From: Piotr Zarzycki <pi...@gmail.com>
        > > > Sent: Monday, October 15, 2018 4:08:34 PM
        > > > To: dev@royale.apache.org
        > > > Subject: Re: [Discuss] Start release process 0.9.3
        > > >
        > > > Hi Alex,
        > > >
        > > > I have all environment property which you are mentioning in place.
        > > >
        > > > AIR_HOME = d:\Work\flex-sdk-4.16.1_adobe_air_30
        > > > FLASHPLAYER_DEBUGGER = D:\Work\player\flashplayer.exe
        > > > PLAYERGLOBAL_HOME = D:\Work\player
        > > >
        > > > In my folder with player I have following folders with playerglobal.swc
        > > > 11.1, 11.7, 20.0, 21,0, 23.0. Maybe issue is cause I'm using bash for
        > > > running all of that..
        > > >
        > > > I think I'm done with this. I don't have anymore power to fight with it
        > > at
        > > > all. Whoever wanted to pickup what's is left feel free. Branches are
        > > > waiting. You need to remove RC1 and RC2 tags, cause I cannot for some
        > > > reason.
        > > >
        > > > Good Luck!
        > > > Piotr
        > > >
        > > >
        > > > pon., 15 paź 2018 o 09:45 Alex Harui <ah...@adobe.com.invalid>
        > > > napisał(a):
        > > >
        > > > > Looks like your environment variables aren't set?  Having js.swc on
        > the
        > > > > external-library-path to run a SWF doesn't seem right.  Check
        > AIR_HOME,
        > > > > PLAYERGLOBAL_HOME, FLASHPLAYER_DEBUGGER.
        > > > >
        > > > > -Alex
        > > > >
        > > > > On 10/15/18, 12:37 AM, "Piotr Zarzycki" <pi...@gmail.com>
        > > > > wrote:
        > > > >
        > > > >     Now tests are failing :) [1]
        > > > >
        > > > >     [1]
        > > > >
        > > >
        > >
        > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FFY4O&amp;data=02%7C01%7Caharui%40adobe.com%7C67e3256670f24f7efbea08d63aabe2ba%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760907254264233&amp;sdata=8mnZdu%2BFDHWyMO5giDwaFtF8LHzGrVEwKQgvjzDGj4Q%3D&amp;reserved=0
        > > > >
        > > > >     niedz., 14 paź 2018 o 22:34 Piotr Zarzycki <
        > > > piotrzarzycki21@gmail.com>
        > > > >     napisał(a):
        > > > >
        > > > >     > Before I contact Maven mailing list I would like to try again
        > > > > release to
        > > > >     > see what I got.
        > > > >     >
        > > > >     >
        > > > >     > On Sat, Oct 13, 2018, 11:28 AM Carlos Rovira <
        > > > > carlosrovira@apache.org>
        > > > >     > wrote:
        > > > >     >
        > > > >     >> Hi, commit done and seems no other side effect was done. So I
        > > > think
        > > > > the
        > > > >     >> tweaks worked.
        > > > >     >>
        > > > >     >> El sáb., 13 oct. 2018 a las 11:18, Carlos Rovira (<
        > > > >     >> carlosrovira@apache.org>)
        > > > >     >> escribió:
        > > > >     >>
        > > > >     >> > Hi,
        > > > >     >> >
        > > > >     >> > about delete tag, I was investigating and did some tweaks to
        > > my
        > > > > system.
        > > > >     >> So
        > > > >     >> > we'll see in the next commit if it works.
        > > > >     >> >
        > > > >     >> > El sáb., 13 oct. 2018 a las 8:59, Carlos Rovira (<
        > > > >     >> carlosrovira@apache.org>)
        > > > >     >> > escribió:
        > > > >     >> >
        > > > >     >> >> Hi,
        > > > >     >> >>
        > > > >     >> >> I think asking ni maven list is our best bet since as we do
        > > > here,
        > > > >     >> surely
        > > > >     >> >> they can help and give some light on what's happening, so
        > > > >     >> >> +1 to ask in maven list
        > > > >     >> >>
        > > > >     >> >>
        > > > >     >> >>
        > > > >     >> >> El sáb., 13 oct. 2018 a las 7:56, Alex Harui
        > > > > (<aharui@adobe.com.invalid
        > > > >     >> >)
        > > > >     >> >> escribió:
        > > > >     >> >>
        > > > >     >> >>> No, some people think the script was trying to upload the
        > RC
        > > > to
        > > > > Maven
        > > > >     >> >>> Central instead of repository.apache.org.  From my
        > reading
        > > of
        > > > > the
        > > > >     >> logs,
        > > > >     >> >>> you had a problem downloading a Maven plugin from Maven
        > > > Central
        > > > > which
        > > > >     >> is
        > > > >     >> >>> allowed, while Om was having trouble uploading to
        > > > >     >> repository.apache.org.
        > > > >     >> >>>
        > > > >     >> >>> I think we're ok as long as we can figure out why you and
        > Om
        > > > > keep
        > > > >     >> >>> getting timeouts.  There are plenty of articles about
        > Maven
        > > > and
        > > > > the
        > > > >     >> timeout
        > > > >     >> >>> but it all seems to be proxy related.  If you are not
        > using
        > > a
        > > > > proxy,
        > > > >     >> maybe
        > > > >     >> >>> there is an article out there that isn't about proxies.
        > You
        > > > > could
        > > > >     >> also ask
        > > > >     >> >>> on a Maven mailing list to see if they've heard of this
        > > issue.
        > > > >     >> >>>
        > > > >     >> >>> -Alex
        > > > >     >> >>>
        > > > >     >> >>> On 10/12/18, 10:47 PM, "Piotr Zarzycki" <
        > > > > piotrzarzycki21@gmail.com>
        > > > >     >> >>> wrote:
        > > > >     >> >>>
        > > > >     >> >>>     So the difference is that when we vote successful y
        > for
        > > > > release we
        > > > >     >> >>> are
        > > > >     >> >>>     uploading manually those artifacts?
        > > > >     >> >>>
        > > > >     >> >>>     Automatic is not allowed? This is how I understand.
        > > > >     >> >>>
        > > > >     >> >>>     Piotr
        > > > >     >> >>>
        > > > >     >> >>>     On Sat, Oct 13, 2018, 7:40 AM Piotr Zarzycki <
        > > > >     >> >>> piotrzarzycki21@gmail.com>
        > > > >     >> >>>     wrote:
        > > > >     >> >>>
        > > > >     >> >>>     > Alex,
        > > > >     >> >>>     >
        > > > >     >> >>>     > I'm not running behind the proxy.
        > > > >     >> >>>     >
        > > > >     >> >>>     > Hi Dave,
        > > > >     >> >>>     >
        > > > >     >> >>>     > We are publishing only RC. Why it is against?
        > > > >     >> >>>     >
        > > > >     >> >>>     > Piotr
        > > > >     >> >>>     >
        > > > >     >> >>>     > On Sat, Oct 13, 2018, 1:05 AM Dave Fisher <
        > > > >     >> dave2wave@comcast.net>
        > > > >     >> >>> wrote:
        > > > >     >> >>>     >
        > > > >     >> >>>     >>
        > > > >     >> >>>     >>
        > > > >     >> >>>     >> Sent from my iPhone
        > > > >     >> >>>     >>
        > > > >     >> >>>     >> > On Oct 12, 2018, at 2:33 PM, Guild, Jason A
        > (DOT) <
        > > > >     >> >>>     >> jason.guild@alaska.gov> wrote:
        > > > >     >> >>>     >> >
        > > > >     >> >>>     >> > Forgive my asking perhaps silly questions.
        > > > >     >> >>>     >>
        > > > >     >> >>>     >> +1
        > > > >     >> >>>     >>
        > > > >     >> >>>     >> >
        > > > >     >> >>>     >> > Why in the world does the Royale release script
        > > have
        > > > a
        > > > >     >> >>> dependency on
        > > > >     >> >>>     >> > publishing directly to Maven Central?
        > > > >     >> >>>     >>
        > > > >     >> >>>     >> That is likely against Apache Release Policy as
        > well
        > > > and
        > > > > must
        > > > >     >> be
        > > > >     >> >>> changed.
        > > > >     >> >>>     >>
        > > > >     >> >>>     >> >
        > > > >     >> >>>     >> > Doesn't Apache maintain its own Maven repository
        > of
        > > > >     >> >>> apache-produced
        > > > >     >> >>>     >> > artifacts?
        > > > >     >> >>>     >> > Isn't that what repo.maven.apache.org is? Why
        > > can't
        > > > > Royale
        > > > >     >> >>> publish to
        > > > >     >> >>>     >> that?
        > > > >     >> >>>     >> >
        > > > >     >> >>>     >> > The artifacts successfully published there could
        > be
        > > > > mirrored
        > > > >     >> to
        > > > >     >> >>> other
        > > > >     >> >>>     >> > public repositories after the release is
        > complete.
        > > > >     >> >>>     >>
        > > > >     >> >>>     >> Yes, exactly.
        > > > >     >> >>>     >>
        > > > >     >> >>>     >> Regards,
        > > > >     >> >>>     >> Dave
        > > > >     >> >>>     >>
        > > > >     >> >>>     >> > Jason
        > > > >     >> >>>     >> >
        > > > >     >> >>>     >> >> On 10/12/2018 12:01 PM, Piotr Zarzycki wrote:
        > > > >     >> >>>     >> >> Unfortunately I got the same result as OM:(
        > > > > Something is
        > > > >     >> >>> really wrong
        > > > >     >> >>>     >> with
        > > > >     >> >>>     >> >> Maven central, cause I can't believe that we all
        > > > have
        > > > > bad
        > > > >     >> >>> internet
        > > > >     >> >>>     >> >> connection.:)
        > > > >     >> >>>     >> >
        > > > >     >> >>>     >>
        > > > >     >> >>>     >>
        > > > >     >> >>>
        > > > >     >> >>>
        > > > >     >> >>>
        > > > >     >> >>
        > > > >     >> >> --
        > > > >     >> >> Carlos Rovira
        > > > >     >> >>
        > > > >
        > > >
        > >
        > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C67e3256670f24f7efbea08d63aabe2ba%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760907254264233&amp;sdata=sYjYk6ky6%2FF%2B98P3eyP2KCyNdrW5OiFc245L%2B1IDKug%3D&amp;reserved=0
        > > > >     >> >>
        > > > >     >> >>
        > > > >     >> >
        > > > >     >> > --
        > > > >     >> > Carlos Rovira
        > > > >     >> >
        > > > >
        > > >
        > >
        > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C67e3256670f24f7efbea08d63aabe2ba%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760907254264233&amp;sdata=sYjYk6ky6%2FF%2B98P3eyP2KCyNdrW5OiFc245L%2B1IDKug%3D&amp;reserved=0
        > > > >     >> >
        > > > >     >> >
        > > > >     >>
        > > > >     >> --
        > > > >     >> Carlos Rovira
        > > > >     >>
        > > > >
        > > >
        > >
        > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C67e3256670f24f7efbea08d63aabe2ba%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760907254264233&amp;sdata=sYjYk6ky6%2FF%2B98P3eyP2KCyNdrW5OiFc245L%2B1IDKug%3D&amp;reserved=0
        > > > >     >>
        > > > >     >
        > > > >
        > > > >     --
        > > > >
        > > > >     Piotr Zarzycki
        > > > >
        > > > >     Patreon: *
        > > > >
        > > >
        > >
        > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C67e3256670f24f7efbea08d63aabe2ba%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760907254264233&amp;sdata=9qB81Gy3WD2mnQlC%2BE20pWsu6GLawjwmNU8omgXP5rQ%3D&amp;reserved=0
        > > > >     <
        > > > >
        > > >
        > >
        > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C67e3256670f24f7efbea08d63aabe2ba%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760907254264233&amp;sdata=9qB81Gy3WD2mnQlC%2BE20pWsu6GLawjwmNU8omgXP5rQ%3D&amp;reserved=0
        > > > > >*
        > > > >
        > > > >
        > > > >
        > > >
        > > > --
        > > >
        > > > Piotr Zarzycki
        > > >
        > > > Patreon: *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C67e3256670f24f7efbea08d63aabe2ba%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760907254264233&amp;sdata=9qB81Gy3WD2mnQlC%2BE20pWsu6GLawjwmNU8omgXP5rQ%3D&amp;reserved=0
        > > > <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C67e3256670f24f7efbea08d63aabe2ba%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760907254264233&amp;sdata=9qB81Gy3WD2mnQlC%2BE20pWsu6GLawjwmNU8omgXP5rQ%3D&amp;reserved=0>*
        > > >
        > >
        > >
        > > --
        > >
        > > Piotr Zarzycki
        > >
        > > Patreon: *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C67e3256670f24f7efbea08d63aabe2ba%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760907254264233&amp;sdata=9qB81Gy3WD2mnQlC%2BE20pWsu6GLawjwmNU8omgXP5rQ%3D&amp;reserved=0
        > > <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C67e3256670f24f7efbea08d63aabe2ba%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760907254264233&amp;sdata=9qB81Gy3WD2mnQlC%2BE20pWsu6GLawjwmNU8omgXP5rQ%3D&amp;reserved=0>*
        > >
        >
        >
        > --
        >
        > Piotr Zarzycki
        >
        > Patreon: *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C67e3256670f24f7efbea08d63aabe2ba%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760907254264233&amp;sdata=9qB81Gy3WD2mnQlC%2BE20pWsu6GLawjwmNU8omgXP5rQ%3D&amp;reserved=0
        > <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C67e3256670f24f7efbea08d63aabe2ba%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760907254264233&amp;sdata=9qB81Gy3WD2mnQlC%2BE20pWsu6GLawjwmNU8omgXP5rQ%3D&amp;reserved=0>*
        >
    
    
        --
    
        Piotr Zarzycki
    
        Patreon: *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C67e3256670f24f7efbea08d63aabe2ba%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760907254264233&amp;sdata=9qB81Gy3WD2mnQlC%2BE20pWsu6GLawjwmNU8omgXP5rQ%3D&amp;reserved=0
        <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C67e3256670f24f7efbea08d63aabe2ba%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760907254264233&amp;sdata=9qB81Gy3WD2mnQlC%2BE20pWsu6GLawjwmNU8omgXP5rQ%3D&amp;reserved=0>*
    
    
    


RE: [Discuss] Start release process 0.9.3

Posted by Yishay Weiss <yi...@hotmail.com>.
The error message is in the console, I guess the redirect was of STDOUT only.



Git push doesn’t require credentials in my console.



Just to be clear, should I make failonerror false for push targets and do them manually instead?



________________________________
From: Alex Harui <ah...@adobe.com.INVALID>
Sent: Thursday, October 25, 2018 8:20:27 PM
To: dev@royale.apache.org
Subject: Re: [Discuss] Start release process 0.9.3

Hi Yishay,

I didn't see an error at the end of the output.

Piotr, did you make the suggested changes to releasecandidate.xml when you got stuck at a similar point?  Yishaw, see a past thread on that Ant target.  It shouldn't be trying to push anything there.

That said, it is required that the RM has Git setup in  a way that it does not ask you for a password when pushing.  You will need non-interactive push at some point in the script.  Ant and Maven can't always stop to ask for input.  So if a regular "git push" from a command prompt asks for your password, you need to set it up so it doesn't.

If nobody can get the release cut by the time I finish up the MX Charts emulation, then I will try to cut the release.  We know these scripts worked on my computers so it will be interesting to see if they fail now.  As we saw, we were blowing up Maven because we added so many jars to the build since the last successful release.  We might be pushing the limits of Ant/Maven and we may have to refactor the steps to make more smaller steps or something like that.

HTH,
-Alex

On 10/25/18, 3:20 AM, "Yishay Weiss" <yi...@hotmail.com> wrote:

    I’m stuck in step 4 [1], getting below and [2]. Looks like git tasks are failing. Any ideas?



    BUILD FAILED

    C:\dev\my_release\releasecandidate.xml:556: The following error occurred while executing this line:

    C:\dev\my_release\releasecandidate.xml:487: The following error occurred while executing this line:

    C:\dev\my_release\releasecandidate.xml:473: exec returned: 1



    [1] ant -f releasecandidate.xml "-Drelease.version=0.9.4" -Drc=1 maven

    [2] https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FAkFm&amp;data=02%7C01%7Caharui%40adobe.com%7C41ca8163a4764e08368008d63a6377ee%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760596224245812&amp;sdata=HYTiAoDV8bg01dNTZhdNY8Ndn07S3GZE5JWRsbtup7s%3D&amp;reserved=0





    ________________________________
    From: Yishay Weiss <yi...@hotmail.com>
    Sent: Tuesday, October 16, 2018 1:21:33 PM
    To: dev@royale.apache.org
    Subject: RE: [Discuss] Start release process 0.9.3

    Ok, thanks.



    ________________________________
    From: Piotr Zarzycki <pi...@gmail.com>
    Sent: Tuesday, October 16, 2018 1:07:08 PM
    To: dev@royale.apache.org
    Subject: Re: [Discuss] Start release process 0.9.3

    Yishay,

    You need to follow the tutorial on the Wiki, so setup everything what is
    saying there. However in release steps you can omit step 3 and start from
    step 4. Step 1 and 2 is needed.

    You can start from step 4, because branches for release exists already in
    all 3 repositories. "release/0.9.4"

    In last two attempts:

    Attempt 1: Failed because I got timeout on downloading some maven plugin
    Attempt 2: I went a bit farther, but during Maven compilation of compiler
    tests failed - stacktraces of failing tests are in previous emails.

    Thanks,
    Piotr

    wt., 16 paź 2018 o 11:44 Yishay Weiss <yi...@hotmail.com> napisał(a):

    > Maybe u can summarize the pitfalls you and Om mention on this thread. I’ll
    > follow the tut [1] and see how far I get.
    >
    >
    >
    > Just don’t want to waste time on the things you stumbled on.
    >
    >
    >
    > [1] https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FRelease-Manager-Notes&amp;data=02%7C01%7Caharui%40adobe.com%7C41ca8163a4764e08368008d63a6377ee%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760596224245812&amp;sdata=bMCo2hThTfPtDEL6rwc200HVBhZf57k67GRaieRgNWY%3D&amp;reserved=0
    >
    >
    >
    >
    >
    > ________________________________
    > From: Piotr Zarzycki <pi...@gmail.com>
    > Sent: Tuesday, October 16, 2018 12:30:54 PM
    > To: dev@royale.apache.org
    > Subject: Re: [Discuss] Start release process 0.9.3
    >
    > Hi Yishay,
    >
    > What do you mean by more such tasks ?
    >
    > Thanks,
    > Piotr
    >
    > wt., 16 paź 2018 o 07:10 Yishay Weiss <yi...@hotmail.com> napisał(a):
    >
    > > Just deleted them.
    > >
    > >
    > >
    > > I haven’t followed this thread closely enough. Can you think of more such
    > > tasks?
    > >
    > >
    > >
    > > ________________________________
    > > From: Piotr Zarzycki <pi...@gmail.com>
    > > Sent: Monday, October 15, 2018 6:29:30 PM
    > > To: dev@royale.apache.org
    > > Subject: Re: [Discuss] Start release process 0.9.3
    > >
    > > Hi Yishay,
    > >
    > > This [1][2]
    > >
    > > [1]
    > >
    > >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler%2Ftree%2Forg.apache.royale.compiler-0.9.4-rc1&amp;data=02%7C01%7Caharui%40adobe.com%7C41ca8163a4764e08368008d63a6377ee%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760596224255821&amp;sdata=vLHRe7LUi1Ib7omiMnxnaPwXkr%2FUWtGotbDnmIofCkY%3D&amp;reserved=0
    > > [2]
    > >
    > >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler%2Ftree%2Forg.apache.royale.compiler-0.9.4-rc2&amp;data=02%7C01%7Caharui%40adobe.com%7C41ca8163a4764e08368008d63a6377ee%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760596224255821&amp;sdata=ni26wTGcTfRVs0%2F5PFgLoddBGRr%2BIH%2FdDtnmDV9%2FFB4%3D&amp;reserved=0
    > >
    > > Thanks,
    > > Piotr
    > >
    > > pon., 15 paź 2018 o 17:20 Yishay Weiss <yi...@hotmail.com>
    > > napisał(a):
    > >
    > > > What’s the full names of the tags that need to be deleted?
    > > >
    > > >
    > > >
    > > > ________________________________
    > > > From: Piotr Zarzycki <pi...@gmail.com>
    > > > Sent: Monday, October 15, 2018 4:08:34 PM
    > > > To: dev@royale.apache.org
    > > > Subject: Re: [Discuss] Start release process 0.9.3
    > > >
    > > > Hi Alex,
    > > >
    > > > I have all environment property which you are mentioning in place.
    > > >
    > > > AIR_HOME = d:\Work\flex-sdk-4.16.1_adobe_air_30
    > > > FLASHPLAYER_DEBUGGER = D:\Work\player\flashplayer.exe
    > > > PLAYERGLOBAL_HOME = D:\Work\player
    > > >
    > > > In my folder with player I have following folders with playerglobal.swc
    > > > 11.1, 11.7, 20.0, 21,0, 23.0. Maybe issue is cause I'm using bash for
    > > > running all of that..
    > > >
    > > > I think I'm done with this. I don't have anymore power to fight with it
    > > at
    > > > all. Whoever wanted to pickup what's is left feel free. Branches are
    > > > waiting. You need to remove RC1 and RC2 tags, cause I cannot for some
    > > > reason.
    > > >
    > > > Good Luck!
    > > > Piotr
    > > >
    > > >
    > > > pon., 15 paź 2018 o 09:45 Alex Harui <ah...@adobe.com.invalid>
    > > > napisał(a):
    > > >
    > > > > Looks like your environment variables aren't set?  Having js.swc on
    > the
    > > > > external-library-path to run a SWF doesn't seem right.  Check
    > AIR_HOME,
    > > > > PLAYERGLOBAL_HOME, FLASHPLAYER_DEBUGGER.
    > > > >
    > > > > -Alex
    > > > >
    > > > > On 10/15/18, 12:37 AM, "Piotr Zarzycki" <pi...@gmail.com>
    > > > > wrote:
    > > > >
    > > > >     Now tests are failing :) [1]
    > > > >
    > > > >     [1]
    > > > >
    > > >
    > >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FFY4O&amp;data=02%7C01%7Caharui%40adobe.com%7C41ca8163a4764e08368008d63a6377ee%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760596224255821&amp;sdata=Z0bImeezQpr2mQNu%2Fj9jr1rzySw5feu5A3uRu9AJPzs%3D&amp;reserved=0
    > > > >
    > > > >     niedz., 14 paź 2018 o 22:34 Piotr Zarzycki <
    > > > piotrzarzycki21@gmail.com>
    > > > >     napisał(a):
    > > > >
    > > > >     > Before I contact Maven mailing list I would like to try again
    > > > > release to
    > > > >     > see what I got.
    > > > >     >
    > > > >     >
    > > > >     > On Sat, Oct 13, 2018, 11:28 AM Carlos Rovira <
    > > > > carlosrovira@apache.org>
    > > > >     > wrote:
    > > > >     >
    > > > >     >> Hi, commit done and seems no other side effect was done. So I
    > > > think
    > > > > the
    > > > >     >> tweaks worked.
    > > > >     >>
    > > > >     >> El sáb., 13 oct. 2018 a las 11:18, Carlos Rovira (<
    > > > >     >> carlosrovira@apache.org>)
    > > > >     >> escribió:
    > > > >     >>
    > > > >     >> > Hi,
    > > > >     >> >
    > > > >     >> > about delete tag, I was investigating and did some tweaks to
    > > my
    > > > > system.
    > > > >     >> So
    > > > >     >> > we'll see in the next commit if it works.
    > > > >     >> >
    > > > >     >> > El sáb., 13 oct. 2018 a las 8:59, Carlos Rovira (<
    > > > >     >> carlosrovira@apache.org>)
    > > > >     >> > escribió:
    > > > >     >> >
    > > > >     >> >> Hi,
    > > > >     >> >>
    > > > >     >> >> I think asking ni maven list is our best bet since as we do
    > > > here,
    > > > >     >> surely
    > > > >     >> >> they can help and give some light on what's happening, so
    > > > >     >> >> +1 to ask in maven list
    > > > >     >> >>
    > > > >     >> >>
    > > > >     >> >>
    > > > >     >> >> El sáb., 13 oct. 2018 a las 7:56, Alex Harui
    > > > > (<aharui@adobe.com.invalid
    > > > >     >> >)
    > > > >     >> >> escribió:
    > > > >     >> >>
    > > > >     >> >>> No, some people think the script was trying to upload the
    > RC
    > > > to
    > > > > Maven
    > > > >     >> >>> Central instead of repository.apache.org.  From my
    > reading
    > > of
    > > > > the
    > > > >     >> logs,
    > > > >     >> >>> you had a problem downloading a Maven plugin from Maven
    > > > Central
    > > > > which
    > > > >     >> is
    > > > >     >> >>> allowed, while Om was having trouble uploading to
    > > > >     >> repository.apache.org.
    > > > >     >> >>>
    > > > >     >> >>> I think we're ok as long as we can figure out why you and
    > Om
    > > > > keep
    > > > >     >> >>> getting timeouts.  There are plenty of articles about
    > Maven
    > > > and
    > > > > the
    > > > >     >> timeout
    > > > >     >> >>> but it all seems to be proxy related.  If you are not
    > using
    > > a
    > > > > proxy,
    > > > >     >> maybe
    > > > >     >> >>> there is an article out there that isn't about proxies.
    > You
    > > > > could
    > > > >     >> also ask
    > > > >     >> >>> on a Maven mailing list to see if they've heard of this
    > > issue.
    > > > >     >> >>>
    > > > >     >> >>> -Alex
    > > > >     >> >>>
    > > > >     >> >>> On 10/12/18, 10:47 PM, "Piotr Zarzycki" <
    > > > > piotrzarzycki21@gmail.com>
    > > > >     >> >>> wrote:
    > > > >     >> >>>
    > > > >     >> >>>     So the difference is that when we vote successful y
    > for
    > > > > release we
    > > > >     >> >>> are
    > > > >     >> >>>     uploading manually those artifacts?
    > > > >     >> >>>
    > > > >     >> >>>     Automatic is not allowed? This is how I understand.
    > > > >     >> >>>
    > > > >     >> >>>     Piotr
    > > > >     >> >>>
    > > > >     >> >>>     On Sat, Oct 13, 2018, 7:40 AM Piotr Zarzycki <
    > > > >     >> >>> piotrzarzycki21@gmail.com>
    > > > >     >> >>>     wrote:
    > > > >     >> >>>
    > > > >     >> >>>     > Alex,
    > > > >     >> >>>     >
    > > > >     >> >>>     > I'm not running behind the proxy.
    > > > >     >> >>>     >
    > > > >     >> >>>     > Hi Dave,
    > > > >     >> >>>     >
    > > > >     >> >>>     > We are publishing only RC. Why it is against?
    > > > >     >> >>>     >
    > > > >     >> >>>     > Piotr
    > > > >     >> >>>     >
    > > > >     >> >>>     > On Sat, Oct 13, 2018, 1:05 AM Dave Fisher <
    > > > >     >> dave2wave@comcast.net>
    > > > >     >> >>> wrote:
    > > > >     >> >>>     >
    > > > >     >> >>>     >>
    > > > >     >> >>>     >>
    > > > >     >> >>>     >> Sent from my iPhone
    > > > >     >> >>>     >>
    > > > >     >> >>>     >> > On Oct 12, 2018, at 2:33 PM, Guild, Jason A
    > (DOT) <
    > > > >     >> >>>     >> jason.guild@alaska.gov> wrote:
    > > > >     >> >>>     >> >
    > > > >     >> >>>     >> > Forgive my asking perhaps silly questions.
    > > > >     >> >>>     >>
    > > > >     >> >>>     >> +1
    > > > >     >> >>>     >>
    > > > >     >> >>>     >> >
    > > > >     >> >>>     >> > Why in the world does the Royale release script
    > > have
    > > > a
    > > > >     >> >>> dependency on
    > > > >     >> >>>     >> > publishing directly to Maven Central?
    > > > >     >> >>>     >>
    > > > >     >> >>>     >> That is likely against Apache Release Policy as
    > well
    > > > and
    > > > > must
    > > > >     >> be
    > > > >     >> >>> changed.
    > > > >     >> >>>     >>
    > > > >     >> >>>     >> >
    > > > >     >> >>>     >> > Doesn't Apache maintain its own Maven repository
    > of
    > > > >     >> >>> apache-produced
    > > > >     >> >>>     >> > artifacts?
    > > > >     >> >>>     >> > Isn't that what repo.maven.apache.org is? Why
    > > can't
    > > > > Royale
    > > > >     >> >>> publish to
    > > > >     >> >>>     >> that?
    > > > >     >> >>>     >> >
    > > > >     >> >>>     >> > The artifacts successfully published there could
    > be
    > > > > mirrored
    > > > >     >> to
    > > > >     >> >>> other
    > > > >     >> >>>     >> > public repositories after the release is
    > complete.
    > > > >     >> >>>     >>
    > > > >     >> >>>     >> Yes, exactly.
    > > > >     >> >>>     >>
    > > > >     >> >>>     >> Regards,
    > > > >     >> >>>     >> Dave
    > > > >     >> >>>     >>
    > > > >     >> >>>     >> > Jason
    > > > >     >> >>>     >> >
    > > > >     >> >>>     >> >> On 10/12/2018 12:01 PM, Piotr Zarzycki wrote:
    > > > >     >> >>>     >> >> Unfortunately I got the same result as OM:(
    > > > > Something is
    > > > >     >> >>> really wrong
    > > > >     >> >>>     >> with
    > > > >     >> >>>     >> >> Maven central, cause I can't believe that we all
    > > > have
    > > > > bad
    > > > >     >> >>> internet
    > > > >     >> >>>     >> >> connection.:)
    > > > >     >> >>>     >> >
    > > > >     >> >>>     >>
    > > > >     >> >>>     >>
    > > > >     >> >>>
    > > > >     >> >>>
    > > > >     >> >>>
    > > > >     >> >>
    > > > >     >> >> --
    > > > >     >> >> Carlos Rovira
    > > > >     >> >>
    > > > >
    > > >
    > >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41ca8163a4764e08368008d63a6377ee%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760596224255821&amp;sdata=IEEkhZILq5fgX%2BNqLpW8veiXxPY8pUlv0%2BHVq1964tM%3D&amp;reserved=0
    > > > >     >> >>
    > > > >     >> >>
    > > > >     >> >
    > > > >     >> > --
    > > > >     >> > Carlos Rovira
    > > > >     >> >
    > > > >
    > > >
    > >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41ca8163a4764e08368008d63a6377ee%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760596224255821&amp;sdata=IEEkhZILq5fgX%2BNqLpW8veiXxPY8pUlv0%2BHVq1964tM%3D&amp;reserved=0
    > > > >     >> >
    > > > >     >> >
    > > > >     >>
    > > > >     >> --
    > > > >     >> Carlos Rovira
    > > > >     >>
    > > > >
    > > >
    > >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41ca8163a4764e08368008d63a6377ee%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760596224255821&amp;sdata=IEEkhZILq5fgX%2BNqLpW8veiXxPY8pUlv0%2BHVq1964tM%3D&amp;reserved=0
    > > > >     >>
    > > > >     >
    > > > >
    > > > >     --
    > > > >
    > > > >     Piotr Zarzycki
    > > > >
    > > > >     Patreon: *
    > > > >
    > > >
    > >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41ca8163a4764e08368008d63a6377ee%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760596224255821&amp;sdata=RFwS97B%2FPxez2QpHs6gsJ2AAjFVGCWoYcm7a5O7nT6A%3D&amp;reserved=0
    > > > >     <
    > > > >
    > > >
    > >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41ca8163a4764e08368008d63a6377ee%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760596224255821&amp;sdata=RFwS97B%2FPxez2QpHs6gsJ2AAjFVGCWoYcm7a5O7nT6A%3D&amp;reserved=0
    > > > > >*
    > > > >
    > > > >
    > > > >
    > > >
    > > > --
    > > >
    > > > Piotr Zarzycki
    > > >
    > > > Patreon: *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41ca8163a4764e08368008d63a6377ee%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760596224255821&amp;sdata=RFwS97B%2FPxez2QpHs6gsJ2AAjFVGCWoYcm7a5O7nT6A%3D&amp;reserved=0
    > > > <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41ca8163a4764e08368008d63a6377ee%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760596224255821&amp;sdata=RFwS97B%2FPxez2QpHs6gsJ2AAjFVGCWoYcm7a5O7nT6A%3D&amp;reserved=0>*
    > > >
    > >
    > >
    > > --
    > >
    > > Piotr Zarzycki
    > >
    > > Patreon: *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41ca8163a4764e08368008d63a6377ee%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760596224255821&amp;sdata=RFwS97B%2FPxez2QpHs6gsJ2AAjFVGCWoYcm7a5O7nT6A%3D&amp;reserved=0
    > > <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41ca8163a4764e08368008d63a6377ee%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760596224255821&amp;sdata=RFwS97B%2FPxez2QpHs6gsJ2AAjFVGCWoYcm7a5O7nT6A%3D&amp;reserved=0>*
    > >
    >
    >
    > --
    >
    > Piotr Zarzycki
    >
    > Patreon: *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41ca8163a4764e08368008d63a6377ee%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760596224255821&amp;sdata=RFwS97B%2FPxez2QpHs6gsJ2AAjFVGCWoYcm7a5O7nT6A%3D&amp;reserved=0
    > <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41ca8163a4764e08368008d63a6377ee%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760596224265831&amp;sdata=xRfaFvmZQL3mLCJMVs0jlV%2BCxDl6ZpZQXLBuTGGAwjE%3D&amp;reserved=0>*
    >


    --

    Piotr Zarzycki

    Patreon: *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41ca8163a4764e08368008d63a6377ee%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760596224265831&amp;sdata=xRfaFvmZQL3mLCJMVs0jlV%2BCxDl6ZpZQXLBuTGGAwjE%3D&amp;reserved=0
    <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41ca8163a4764e08368008d63a6377ee%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760596224265831&amp;sdata=xRfaFvmZQL3mLCJMVs0jlV%2BCxDl6ZpZQXLBuTGGAwjE%3D&amp;reserved=0>*



Re: [Discuss] Start release process 0.9.3

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Hi Yishay,

I didn't see an error at the end of the output.

Piotr, did you make the suggested changes to releasecandidate.xml when you got stuck at a similar point?  Yishaw, see a past thread on that Ant target.  It shouldn't be trying to push anything there.

That said, it is required that the RM has Git setup in  a way that it does not ask you for a password when pushing.  You will need non-interactive push at some point in the script.  Ant and Maven can't always stop to ask for input.  So if a regular "git push" from a command prompt asks for your password, you need to set it up so it doesn't.

If nobody can get the release cut by the time I finish up the MX Charts emulation, then I will try to cut the release.  We know these scripts worked on my computers so it will be interesting to see if they fail now.  As we saw, we were blowing up Maven because we added so many jars to the build since the last successful release.  We might be pushing the limits of Ant/Maven and we may have to refactor the steps to make more smaller steps or something like that.

HTH,
-Alex

On 10/25/18, 3:20 AM, "Yishay Weiss" <yi...@hotmail.com> wrote:

    I’m stuck in step 4 [1], getting below and [2]. Looks like git tasks are failing. Any ideas?
    
    
    
    BUILD FAILED
    
    C:\dev\my_release\releasecandidate.xml:556: The following error occurred while executing this line:
    
    C:\dev\my_release\releasecandidate.xml:487: The following error occurred while executing this line:
    
    C:\dev\my_release\releasecandidate.xml:473: exec returned: 1
    
    
    
    [1] ant -f releasecandidate.xml "-Drelease.version=0.9.4" -Drc=1 maven
    
    [2] https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FAkFm&amp;data=02%7C01%7Caharui%40adobe.com%7C41ca8163a4764e08368008d63a6377ee%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760596224245812&amp;sdata=HYTiAoDV8bg01dNTZhdNY8Ndn07S3GZE5JWRsbtup7s%3D&amp;reserved=0
    
    
    
    
    
    ________________________________
    From: Yishay Weiss <yi...@hotmail.com>
    Sent: Tuesday, October 16, 2018 1:21:33 PM
    To: dev@royale.apache.org
    Subject: RE: [Discuss] Start release process 0.9.3
    
    Ok, thanks.
    
    
    
    ________________________________
    From: Piotr Zarzycki <pi...@gmail.com>
    Sent: Tuesday, October 16, 2018 1:07:08 PM
    To: dev@royale.apache.org
    Subject: Re: [Discuss] Start release process 0.9.3
    
    Yishay,
    
    You need to follow the tutorial on the Wiki, so setup everything what is
    saying there. However in release steps you can omit step 3 and start from
    step 4. Step 1 and 2 is needed.
    
    You can start from step 4, because branches for release exists already in
    all 3 repositories. "release/0.9.4"
    
    In last two attempts:
    
    Attempt 1: Failed because I got timeout on downloading some maven plugin
    Attempt 2: I went a bit farther, but during Maven compilation of compiler
    tests failed - stacktraces of failing tests are in previous emails.
    
    Thanks,
    Piotr
    
    wt., 16 paź 2018 o 11:44 Yishay Weiss <yi...@hotmail.com> napisał(a):
    
    > Maybe u can summarize the pitfalls you and Om mention on this thread. I’ll
    > follow the tut [1] and see how far I get.
    >
    >
    >
    > Just don’t want to waste time on the things you stumbled on.
    >
    >
    >
    > [1] https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FRelease-Manager-Notes&amp;data=02%7C01%7Caharui%40adobe.com%7C41ca8163a4764e08368008d63a6377ee%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760596224245812&amp;sdata=bMCo2hThTfPtDEL6rwc200HVBhZf57k67GRaieRgNWY%3D&amp;reserved=0
    >
    >
    >
    >
    >
    > ________________________________
    > From: Piotr Zarzycki <pi...@gmail.com>
    > Sent: Tuesday, October 16, 2018 12:30:54 PM
    > To: dev@royale.apache.org
    > Subject: Re: [Discuss] Start release process 0.9.3
    >
    > Hi Yishay,
    >
    > What do you mean by more such tasks ?
    >
    > Thanks,
    > Piotr
    >
    > wt., 16 paź 2018 o 07:10 Yishay Weiss <yi...@hotmail.com> napisał(a):
    >
    > > Just deleted them.
    > >
    > >
    > >
    > > I haven’t followed this thread closely enough. Can you think of more such
    > > tasks?
    > >
    > >
    > >
    > > ________________________________
    > > From: Piotr Zarzycki <pi...@gmail.com>
    > > Sent: Monday, October 15, 2018 6:29:30 PM
    > > To: dev@royale.apache.org
    > > Subject: Re: [Discuss] Start release process 0.9.3
    > >
    > > Hi Yishay,
    > >
    > > This [1][2]
    > >
    > > [1]
    > >
    > >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler%2Ftree%2Forg.apache.royale.compiler-0.9.4-rc1&amp;data=02%7C01%7Caharui%40adobe.com%7C41ca8163a4764e08368008d63a6377ee%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760596224255821&amp;sdata=vLHRe7LUi1Ib7omiMnxnaPwXkr%2FUWtGotbDnmIofCkY%3D&amp;reserved=0
    > > [2]
    > >
    > >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler%2Ftree%2Forg.apache.royale.compiler-0.9.4-rc2&amp;data=02%7C01%7Caharui%40adobe.com%7C41ca8163a4764e08368008d63a6377ee%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760596224255821&amp;sdata=ni26wTGcTfRVs0%2F5PFgLoddBGRr%2BIH%2FdDtnmDV9%2FFB4%3D&amp;reserved=0
    > >
    > > Thanks,
    > > Piotr
    > >
    > > pon., 15 paź 2018 o 17:20 Yishay Weiss <yi...@hotmail.com>
    > > napisał(a):
    > >
    > > > What’s the full names of the tags that need to be deleted?
    > > >
    > > >
    > > >
    > > > ________________________________
    > > > From: Piotr Zarzycki <pi...@gmail.com>
    > > > Sent: Monday, October 15, 2018 4:08:34 PM
    > > > To: dev@royale.apache.org
    > > > Subject: Re: [Discuss] Start release process 0.9.3
    > > >
    > > > Hi Alex,
    > > >
    > > > I have all environment property which you are mentioning in place.
    > > >
    > > > AIR_HOME = d:\Work\flex-sdk-4.16.1_adobe_air_30
    > > > FLASHPLAYER_DEBUGGER = D:\Work\player\flashplayer.exe
    > > > PLAYERGLOBAL_HOME = D:\Work\player
    > > >
    > > > In my folder with player I have following folders with playerglobal.swc
    > > > 11.1, 11.7, 20.0, 21,0, 23.0. Maybe issue is cause I'm using bash for
    > > > running all of that..
    > > >
    > > > I think I'm done with this. I don't have anymore power to fight with it
    > > at
    > > > all. Whoever wanted to pickup what's is left feel free. Branches are
    > > > waiting. You need to remove RC1 and RC2 tags, cause I cannot for some
    > > > reason.
    > > >
    > > > Good Luck!
    > > > Piotr
    > > >
    > > >
    > > > pon., 15 paź 2018 o 09:45 Alex Harui <ah...@adobe.com.invalid>
    > > > napisał(a):
    > > >
    > > > > Looks like your environment variables aren't set?  Having js.swc on
    > the
    > > > > external-library-path to run a SWF doesn't seem right.  Check
    > AIR_HOME,
    > > > > PLAYERGLOBAL_HOME, FLASHPLAYER_DEBUGGER.
    > > > >
    > > > > -Alex
    > > > >
    > > > > On 10/15/18, 12:37 AM, "Piotr Zarzycki" <pi...@gmail.com>
    > > > > wrote:
    > > > >
    > > > >     Now tests are failing :) [1]
    > > > >
    > > > >     [1]
    > > > >
    > > >
    > >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FFY4O&amp;data=02%7C01%7Caharui%40adobe.com%7C41ca8163a4764e08368008d63a6377ee%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760596224255821&amp;sdata=Z0bImeezQpr2mQNu%2Fj9jr1rzySw5feu5A3uRu9AJPzs%3D&amp;reserved=0
    > > > >
    > > > >     niedz., 14 paź 2018 o 22:34 Piotr Zarzycki <
    > > > piotrzarzycki21@gmail.com>
    > > > >     napisał(a):
    > > > >
    > > > >     > Before I contact Maven mailing list I would like to try again
    > > > > release to
    > > > >     > see what I got.
    > > > >     >
    > > > >     >
    > > > >     > On Sat, Oct 13, 2018, 11:28 AM Carlos Rovira <
    > > > > carlosrovira@apache.org>
    > > > >     > wrote:
    > > > >     >
    > > > >     >> Hi, commit done and seems no other side effect was done. So I
    > > > think
    > > > > the
    > > > >     >> tweaks worked.
    > > > >     >>
    > > > >     >> El sáb., 13 oct. 2018 a las 11:18, Carlos Rovira (<
    > > > >     >> carlosrovira@apache.org>)
    > > > >     >> escribió:
    > > > >     >>
    > > > >     >> > Hi,
    > > > >     >> >
    > > > >     >> > about delete tag, I was investigating and did some tweaks to
    > > my
    > > > > system.
    > > > >     >> So
    > > > >     >> > we'll see in the next commit if it works.
    > > > >     >> >
    > > > >     >> > El sáb., 13 oct. 2018 a las 8:59, Carlos Rovira (<
    > > > >     >> carlosrovira@apache.org>)
    > > > >     >> > escribió:
    > > > >     >> >
    > > > >     >> >> Hi,
    > > > >     >> >>
    > > > >     >> >> I think asking ni maven list is our best bet since as we do
    > > > here,
    > > > >     >> surely
    > > > >     >> >> they can help and give some light on what's happening, so
    > > > >     >> >> +1 to ask in maven list
    > > > >     >> >>
    > > > >     >> >>
    > > > >     >> >>
    > > > >     >> >> El sáb., 13 oct. 2018 a las 7:56, Alex Harui
    > > > > (<aharui@adobe.com.invalid
    > > > >     >> >)
    > > > >     >> >> escribió:
    > > > >     >> >>
    > > > >     >> >>> No, some people think the script was trying to upload the
    > RC
    > > > to
    > > > > Maven
    > > > >     >> >>> Central instead of repository.apache.org.  From my
    > reading
    > > of
    > > > > the
    > > > >     >> logs,
    > > > >     >> >>> you had a problem downloading a Maven plugin from Maven
    > > > Central
    > > > > which
    > > > >     >> is
    > > > >     >> >>> allowed, while Om was having trouble uploading to
    > > > >     >> repository.apache.org.
    > > > >     >> >>>
    > > > >     >> >>> I think we're ok as long as we can figure out why you and
    > Om
    > > > > keep
    > > > >     >> >>> getting timeouts.  There are plenty of articles about
    > Maven
    > > > and
    > > > > the
    > > > >     >> timeout
    > > > >     >> >>> but it all seems to be proxy related.  If you are not
    > using
    > > a
    > > > > proxy,
    > > > >     >> maybe
    > > > >     >> >>> there is an article out there that isn't about proxies.
    > You
    > > > > could
    > > > >     >> also ask
    > > > >     >> >>> on a Maven mailing list to see if they've heard of this
    > > issue.
    > > > >     >> >>>
    > > > >     >> >>> -Alex
    > > > >     >> >>>
    > > > >     >> >>> On 10/12/18, 10:47 PM, "Piotr Zarzycki" <
    > > > > piotrzarzycki21@gmail.com>
    > > > >     >> >>> wrote:
    > > > >     >> >>>
    > > > >     >> >>>     So the difference is that when we vote successful y
    > for
    > > > > release we
    > > > >     >> >>> are
    > > > >     >> >>>     uploading manually those artifacts?
    > > > >     >> >>>
    > > > >     >> >>>     Automatic is not allowed? This is how I understand.
    > > > >     >> >>>
    > > > >     >> >>>     Piotr
    > > > >     >> >>>
    > > > >     >> >>>     On Sat, Oct 13, 2018, 7:40 AM Piotr Zarzycki <
    > > > >     >> >>> piotrzarzycki21@gmail.com>
    > > > >     >> >>>     wrote:
    > > > >     >> >>>
    > > > >     >> >>>     > Alex,
    > > > >     >> >>>     >
    > > > >     >> >>>     > I'm not running behind the proxy.
    > > > >     >> >>>     >
    > > > >     >> >>>     > Hi Dave,
    > > > >     >> >>>     >
    > > > >     >> >>>     > We are publishing only RC. Why it is against?
    > > > >     >> >>>     >
    > > > >     >> >>>     > Piotr
    > > > >     >> >>>     >
    > > > >     >> >>>     > On Sat, Oct 13, 2018, 1:05 AM Dave Fisher <
    > > > >     >> dave2wave@comcast.net>
    > > > >     >> >>> wrote:
    > > > >     >> >>>     >
    > > > >     >> >>>     >>
    > > > >     >> >>>     >>
    > > > >     >> >>>     >> Sent from my iPhone
    > > > >     >> >>>     >>
    > > > >     >> >>>     >> > On Oct 12, 2018, at 2:33 PM, Guild, Jason A
    > (DOT) <
    > > > >     >> >>>     >> jason.guild@alaska.gov> wrote:
    > > > >     >> >>>     >> >
    > > > >     >> >>>     >> > Forgive my asking perhaps silly questions.
    > > > >     >> >>>     >>
    > > > >     >> >>>     >> +1
    > > > >     >> >>>     >>
    > > > >     >> >>>     >> >
    > > > >     >> >>>     >> > Why in the world does the Royale release script
    > > have
    > > > a
    > > > >     >> >>> dependency on
    > > > >     >> >>>     >> > publishing directly to Maven Central?
    > > > >     >> >>>     >>
    > > > >     >> >>>     >> That is likely against Apache Release Policy as
    > well
    > > > and
    > > > > must
    > > > >     >> be
    > > > >     >> >>> changed.
    > > > >     >> >>>     >>
    > > > >     >> >>>     >> >
    > > > >     >> >>>     >> > Doesn't Apache maintain its own Maven repository
    > of
    > > > >     >> >>> apache-produced
    > > > >     >> >>>     >> > artifacts?
    > > > >     >> >>>     >> > Isn't that what repo.maven.apache.org is? Why
    > > can't
    > > > > Royale
    > > > >     >> >>> publish to
    > > > >     >> >>>     >> that?
    > > > >     >> >>>     >> >
    > > > >     >> >>>     >> > The artifacts successfully published there could
    > be
    > > > > mirrored
    > > > >     >> to
    > > > >     >> >>> other
    > > > >     >> >>>     >> > public repositories after the release is
    > complete.
    > > > >     >> >>>     >>
    > > > >     >> >>>     >> Yes, exactly.
    > > > >     >> >>>     >>
    > > > >     >> >>>     >> Regards,
    > > > >     >> >>>     >> Dave
    > > > >     >> >>>     >>
    > > > >     >> >>>     >> > Jason
    > > > >     >> >>>     >> >
    > > > >     >> >>>     >> >> On 10/12/2018 12:01 PM, Piotr Zarzycki wrote:
    > > > >     >> >>>     >> >> Unfortunately I got the same result as OM:(
    > > > > Something is
    > > > >     >> >>> really wrong
    > > > >     >> >>>     >> with
    > > > >     >> >>>     >> >> Maven central, cause I can't believe that we all
    > > > have
    > > > > bad
    > > > >     >> >>> internet
    > > > >     >> >>>     >> >> connection.:)
    > > > >     >> >>>     >> >
    > > > >     >> >>>     >>
    > > > >     >> >>>     >>
    > > > >     >> >>>
    > > > >     >> >>>
    > > > >     >> >>>
    > > > >     >> >>
    > > > >     >> >> --
    > > > >     >> >> Carlos Rovira
    > > > >     >> >>
    > > > >
    > > >
    > >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41ca8163a4764e08368008d63a6377ee%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760596224255821&amp;sdata=IEEkhZILq5fgX%2BNqLpW8veiXxPY8pUlv0%2BHVq1964tM%3D&amp;reserved=0
    > > > >     >> >>
    > > > >     >> >>
    > > > >     >> >
    > > > >     >> > --
    > > > >     >> > Carlos Rovira
    > > > >     >> >
    > > > >
    > > >
    > >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41ca8163a4764e08368008d63a6377ee%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760596224255821&amp;sdata=IEEkhZILq5fgX%2BNqLpW8veiXxPY8pUlv0%2BHVq1964tM%3D&amp;reserved=0
    > > > >     >> >
    > > > >     >> >
    > > > >     >>
    > > > >     >> --
    > > > >     >> Carlos Rovira
    > > > >     >>
    > > > >
    > > >
    > >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41ca8163a4764e08368008d63a6377ee%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760596224255821&amp;sdata=IEEkhZILq5fgX%2BNqLpW8veiXxPY8pUlv0%2BHVq1964tM%3D&amp;reserved=0
    > > > >     >>
    > > > >     >
    > > > >
    > > > >     --
    > > > >
    > > > >     Piotr Zarzycki
    > > > >
    > > > >     Patreon: *
    > > > >
    > > >
    > >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41ca8163a4764e08368008d63a6377ee%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760596224255821&amp;sdata=RFwS97B%2FPxez2QpHs6gsJ2AAjFVGCWoYcm7a5O7nT6A%3D&amp;reserved=0
    > > > >     <
    > > > >
    > > >
    > >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41ca8163a4764e08368008d63a6377ee%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760596224255821&amp;sdata=RFwS97B%2FPxez2QpHs6gsJ2AAjFVGCWoYcm7a5O7nT6A%3D&amp;reserved=0
    > > > > >*
    > > > >
    > > > >
    > > > >
    > > >
    > > > --
    > > >
    > > > Piotr Zarzycki
    > > >
    > > > Patreon: *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41ca8163a4764e08368008d63a6377ee%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760596224255821&amp;sdata=RFwS97B%2FPxez2QpHs6gsJ2AAjFVGCWoYcm7a5O7nT6A%3D&amp;reserved=0
    > > > <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41ca8163a4764e08368008d63a6377ee%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760596224255821&amp;sdata=RFwS97B%2FPxez2QpHs6gsJ2AAjFVGCWoYcm7a5O7nT6A%3D&amp;reserved=0>*
    > > >
    > >
    > >
    > > --
    > >
    > > Piotr Zarzycki
    > >
    > > Patreon: *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41ca8163a4764e08368008d63a6377ee%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760596224255821&amp;sdata=RFwS97B%2FPxez2QpHs6gsJ2AAjFVGCWoYcm7a5O7nT6A%3D&amp;reserved=0
    > > <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41ca8163a4764e08368008d63a6377ee%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760596224255821&amp;sdata=RFwS97B%2FPxez2QpHs6gsJ2AAjFVGCWoYcm7a5O7nT6A%3D&amp;reserved=0>*
    > >
    >
    >
    > --
    >
    > Piotr Zarzycki
    >
    > Patreon: *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41ca8163a4764e08368008d63a6377ee%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760596224255821&amp;sdata=RFwS97B%2FPxez2QpHs6gsJ2AAjFVGCWoYcm7a5O7nT6A%3D&amp;reserved=0
    > <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41ca8163a4764e08368008d63a6377ee%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760596224265831&amp;sdata=xRfaFvmZQL3mLCJMVs0jlV%2BCxDl6ZpZQXLBuTGGAwjE%3D&amp;reserved=0>*
    >
    
    
    --
    
    Piotr Zarzycki
    
    Patreon: *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41ca8163a4764e08368008d63a6377ee%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760596224265831&amp;sdata=xRfaFvmZQL3mLCJMVs0jlV%2BCxDl6ZpZQXLBuTGGAwjE%3D&amp;reserved=0
    <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41ca8163a4764e08368008d63a6377ee%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636760596224265831&amp;sdata=xRfaFvmZQL3mLCJMVs0jlV%2BCxDl6ZpZQXLBuTGGAwjE%3D&amp;reserved=0>*
    


RE: [Discuss] Start release process 0.9.3

Posted by Yishay Weiss <yi...@hotmail.com>.
I’m stuck in step 4 [1], getting below and [2]. Looks like git tasks are failing. Any ideas?



BUILD FAILED

C:\dev\my_release\releasecandidate.xml:556: The following error occurred while executing this line:

C:\dev\my_release\releasecandidate.xml:487: The following error occurred while executing this line:

C:\dev\my_release\releasecandidate.xml:473: exec returned: 1



[1] ant -f releasecandidate.xml "-Drelease.version=0.9.4" -Drc=1 maven

[2] https://paste.apache.org/AkFm





________________________________
From: Yishay Weiss <yi...@hotmail.com>
Sent: Tuesday, October 16, 2018 1:21:33 PM
To: dev@royale.apache.org
Subject: RE: [Discuss] Start release process 0.9.3

Ok, thanks.



________________________________
From: Piotr Zarzycki <pi...@gmail.com>
Sent: Tuesday, October 16, 2018 1:07:08 PM
To: dev@royale.apache.org
Subject: Re: [Discuss] Start release process 0.9.3

Yishay,

You need to follow the tutorial on the Wiki, so setup everything what is
saying there. However in release steps you can omit step 3 and start from
step 4. Step 1 and 2 is needed.

You can start from step 4, because branches for release exists already in
all 3 repositories. "release/0.9.4"

In last two attempts:

Attempt 1: Failed because I got timeout on downloading some maven plugin
Attempt 2: I went a bit farther, but during Maven compilation of compiler
tests failed - stacktraces of failing tests are in previous emails.

Thanks,
Piotr

wt., 16 paź 2018 o 11:44 Yishay Weiss <yi...@hotmail.com> napisał(a):

> Maybe u can summarize the pitfalls you and Om mention on this thread. I’ll
> follow the tut [1] and see how far I get.
>
>
>
> Just don’t want to waste time on the things you stumbled on.
>
>
>
> [1] https://github.com/apache/royale-asjs/wiki/Release-Manager-Notes
>
>
>
>
>
> ________________________________
> From: Piotr Zarzycki <pi...@gmail.com>
> Sent: Tuesday, October 16, 2018 12:30:54 PM
> To: dev@royale.apache.org
> Subject: Re: [Discuss] Start release process 0.9.3
>
> Hi Yishay,
>
> What do you mean by more such tasks ?
>
> Thanks,
> Piotr
>
> wt., 16 paź 2018 o 07:10 Yishay Weiss <yi...@hotmail.com> napisał(a):
>
> > Just deleted them.
> >
> >
> >
> > I haven’t followed this thread closely enough. Can you think of more such
> > tasks?
> >
> >
> >
> > ________________________________
> > From: Piotr Zarzycki <pi...@gmail.com>
> > Sent: Monday, October 15, 2018 6:29:30 PM
> > To: dev@royale.apache.org
> > Subject: Re: [Discuss] Start release process 0.9.3
> >
> > Hi Yishay,
> >
> > This [1][2]
> >
> > [1]
> >
> >
> https://github.com/apache/royale-compiler/tree/org.apache.royale.compiler-0.9.4-rc1
> > [2]
> >
> >
> https://github.com/apache/royale-compiler/tree/org.apache.royale.compiler-0.9.4-rc2
> >
> > Thanks,
> > Piotr
> >
> > pon., 15 paź 2018 o 17:20 Yishay Weiss <yi...@hotmail.com>
> > napisał(a):
> >
> > > What’s the full names of the tags that need to be deleted?
> > >
> > >
> > >
> > > ________________________________
> > > From: Piotr Zarzycki <pi...@gmail.com>
> > > Sent: Monday, October 15, 2018 4:08:34 PM
> > > To: dev@royale.apache.org
> > > Subject: Re: [Discuss] Start release process 0.9.3
> > >
> > > Hi Alex,
> > >
> > > I have all environment property which you are mentioning in place.
> > >
> > > AIR_HOME = d:\Work\flex-sdk-4.16.1_adobe_air_30
> > > FLASHPLAYER_DEBUGGER = D:\Work\player\flashplayer.exe
> > > PLAYERGLOBAL_HOME = D:\Work\player
> > >
> > > In my folder with player I have following folders with playerglobal.swc
> > > 11.1, 11.7, 20.0, 21,0, 23.0. Maybe issue is cause I'm using bash for
> > > running all of that..
> > >
> > > I think I'm done with this. I don't have anymore power to fight with it
> > at
> > > all. Whoever wanted to pickup what's is left feel free. Branches are
> > > waiting. You need to remove RC1 and RC2 tags, cause I cannot for some
> > > reason.
> > >
> > > Good Luck!
> > > Piotr
> > >
> > >
> > > pon., 15 paź 2018 o 09:45 Alex Harui <ah...@adobe.com.invalid>
> > > napisał(a):
> > >
> > > > Looks like your environment variables aren't set?  Having js.swc on
> the
> > > > external-library-path to run a SWF doesn't seem right.  Check
> AIR_HOME,
> > > > PLAYERGLOBAL_HOME, FLASHPLAYER_DEBUGGER.
> > > >
> > > > -Alex
> > > >
> > > > On 10/15/18, 12:37 AM, "Piotr Zarzycki" <pi...@gmail.com>
> > > > wrote:
> > > >
> > > >     Now tests are failing :) [1]
> > > >
> > > >     [1]
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FFY4O&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=WJMqxXBaDs%2B1jidlSnp1mTzBgBPlhbOSMoXHcycEBh0%3D&amp;reserved=0
> > > >
> > > >     niedz., 14 paź 2018 o 22:34 Piotr Zarzycki <
> > > piotrzarzycki21@gmail.com>
> > > >     napisał(a):
> > > >
> > > >     > Before I contact Maven mailing list I would like to try again
> > > > release to
> > > >     > see what I got.
> > > >     >
> > > >     >
> > > >     > On Sat, Oct 13, 2018, 11:28 AM Carlos Rovira <
> > > > carlosrovira@apache.org>
> > > >     > wrote:
> > > >     >
> > > >     >> Hi, commit done and seems no other side effect was done. So I
> > > think
> > > > the
> > > >     >> tweaks worked.
> > > >     >>
> > > >     >> El sáb., 13 oct. 2018 a las 11:18, Carlos Rovira (<
> > > >     >> carlosrovira@apache.org>)
> > > >     >> escribió:
> > > >     >>
> > > >     >> > Hi,
> > > >     >> >
> > > >     >> > about delete tag, I was investigating and did some tweaks to
> > my
> > > > system.
> > > >     >> So
> > > >     >> > we'll see in the next commit if it works.
> > > >     >> >
> > > >     >> > El sáb., 13 oct. 2018 a las 8:59, Carlos Rovira (<
> > > >     >> carlosrovira@apache.org>)
> > > >     >> > escribió:
> > > >     >> >
> > > >     >> >> Hi,
> > > >     >> >>
> > > >     >> >> I think asking ni maven list is our best bet since as we do
> > > here,
> > > >     >> surely
> > > >     >> >> they can help and give some light on what's happening, so
> > > >     >> >> +1 to ask in maven list
> > > >     >> >>
> > > >     >> >>
> > > >     >> >>
> > > >     >> >> El sáb., 13 oct. 2018 a las 7:56, Alex Harui
> > > > (<aharui@adobe.com.invalid
> > > >     >> >)
> > > >     >> >> escribió:
> > > >     >> >>
> > > >     >> >>> No, some people think the script was trying to upload the
> RC
> > > to
> > > > Maven
> > > >     >> >>> Central instead of repository.apache.org.  From my
> reading
> > of
> > > > the
> > > >     >> logs,
> > > >     >> >>> you had a problem downloading a Maven plugin from Maven
> > > Central
> > > > which
> > > >     >> is
> > > >     >> >>> allowed, while Om was having trouble uploading to
> > > >     >> repository.apache.org.
> > > >     >> >>>
> > > >     >> >>> I think we're ok as long as we can figure out why you and
> Om
> > > > keep
> > > >     >> >>> getting timeouts.  There are plenty of articles about
> Maven
> > > and
> > > > the
> > > >     >> timeout
> > > >     >> >>> but it all seems to be proxy related.  If you are not
> using
> > a
> > > > proxy,
> > > >     >> maybe
> > > >     >> >>> there is an article out there that isn't about proxies.
> You
> > > > could
> > > >     >> also ask
> > > >     >> >>> on a Maven mailing list to see if they've heard of this
> > issue.
> > > >     >> >>>
> > > >     >> >>> -Alex
> > > >     >> >>>
> > > >     >> >>> On 10/12/18, 10:47 PM, "Piotr Zarzycki" <
> > > > piotrzarzycki21@gmail.com>
> > > >     >> >>> wrote:
> > > >     >> >>>
> > > >     >> >>>     So the difference is that when we vote successful y
> for
> > > > release we
> > > >     >> >>> are
> > > >     >> >>>     uploading manually those artifacts?
> > > >     >> >>>
> > > >     >> >>>     Automatic is not allowed? This is how I understand.
> > > >     >> >>>
> > > >     >> >>>     Piotr
> > > >     >> >>>
> > > >     >> >>>     On Sat, Oct 13, 2018, 7:40 AM Piotr Zarzycki <
> > > >     >> >>> piotrzarzycki21@gmail.com>
> > > >     >> >>>     wrote:
> > > >     >> >>>
> > > >     >> >>>     > Alex,
> > > >     >> >>>     >
> > > >     >> >>>     > I'm not running behind the proxy.
> > > >     >> >>>     >
> > > >     >> >>>     > Hi Dave,
> > > >     >> >>>     >
> > > >     >> >>>     > We are publishing only RC. Why it is against?
> > > >     >> >>>     >
> > > >     >> >>>     > Piotr
> > > >     >> >>>     >
> > > >     >> >>>     > On Sat, Oct 13, 2018, 1:05 AM Dave Fisher <
> > > >     >> dave2wave@comcast.net>
> > > >     >> >>> wrote:
> > > >     >> >>>     >
> > > >     >> >>>     >>
> > > >     >> >>>     >>
> > > >     >> >>>     >> Sent from my iPhone
> > > >     >> >>>     >>
> > > >     >> >>>     >> > On Oct 12, 2018, at 2:33 PM, Guild, Jason A
> (DOT) <
> > > >     >> >>>     >> jason.guild@alaska.gov> wrote:
> > > >     >> >>>     >> >
> > > >     >> >>>     >> > Forgive my asking perhaps silly questions.
> > > >     >> >>>     >>
> > > >     >> >>>     >> +1
> > > >     >> >>>     >>
> > > >     >> >>>     >> >
> > > >     >> >>>     >> > Why in the world does the Royale release script
> > have
> > > a
> > > >     >> >>> dependency on
> > > >     >> >>>     >> > publishing directly to Maven Central?
> > > >     >> >>>     >>
> > > >     >> >>>     >> That is likely against Apache Release Policy as
> well
> > > and
> > > > must
> > > >     >> be
> > > >     >> >>> changed.
> > > >     >> >>>     >>
> > > >     >> >>>     >> >
> > > >     >> >>>     >> > Doesn't Apache maintain its own Maven repository
> of
> > > >     >> >>> apache-produced
> > > >     >> >>>     >> > artifacts?
> > > >     >> >>>     >> > Isn't that what repo.maven.apache.org is? Why
> > can't
> > > > Royale
> > > >     >> >>> publish to
> > > >     >> >>>     >> that?
> > > >     >> >>>     >> >
> > > >     >> >>>     >> > The artifacts successfully published there could
> be
> > > > mirrored
> > > >     >> to
> > > >     >> >>> other
> > > >     >> >>>     >> > public repositories after the release is
> complete.
> > > >     >> >>>     >>
> > > >     >> >>>     >> Yes, exactly.
> > > >     >> >>>     >>
> > > >     >> >>>     >> Regards,
> > > >     >> >>>     >> Dave
> > > >     >> >>>     >>
> > > >     >> >>>     >> > Jason
> > > >     >> >>>     >> >
> > > >     >> >>>     >> >> On 10/12/2018 12:01 PM, Piotr Zarzycki wrote:
> > > >     >> >>>     >> >> Unfortunately I got the same result as OM:(
> > > > Something is
> > > >     >> >>> really wrong
> > > >     >> >>>     >> with
> > > >     >> >>>     >> >> Maven central, cause I can't believe that we all
> > > have
> > > > bad
> > > >     >> >>> internet
> > > >     >> >>>     >> >> connection.:)
> > > >     >> >>>     >> >
> > > >     >> >>>     >>
> > > >     >> >>>     >>
> > > >     >> >>>
> > > >     >> >>>
> > > >     >> >>>
> > > >     >> >>
> > > >     >> >> --
> > > >     >> >> Carlos Rovira
> > > >     >> >>
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=zDgsTtlMTWFc7wSBrrGus5m0u0NBIjfqdsP6AM3dXS0%3D&amp;reserved=0
> > > >     >> >>
> > > >     >> >>
> > > >     >> >
> > > >     >> > --
> > > >     >> > Carlos Rovira
> > > >     >> >
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=zDgsTtlMTWFc7wSBrrGus5m0u0NBIjfqdsP6AM3dXS0%3D&amp;reserved=0
> > > >     >> >
> > > >     >> >
> > > >     >>
> > > >     >> --
> > > >     >> Carlos Rovira
> > > >     >>
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=zDgsTtlMTWFc7wSBrrGus5m0u0NBIjfqdsP6AM3dXS0%3D&amp;reserved=0
> > > >     >>
> > > >     >
> > > >
> > > >     --
> > > >
> > > >     Piotr Zarzycki
> > > >
> > > >     Patreon: *
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=TPWtJZYTsFe3iNGv7RfDeHbgZFtepP0C%2Bjb3qbKiXyg%3D&amp;reserved=0
> > > >     <
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=TPWtJZYTsFe3iNGv7RfDeHbgZFtepP0C%2Bjb3qbKiXyg%3D&amp;reserved=0
> > > > >*
> > > >
> > > >
> > > >
> > >
> > > --
> > >
> > > Piotr Zarzycki
> > >
> > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > <https://www.patreon.com/piotrzarzycki>*
> > >
> >
> >
> > --
> >
> > Piotr Zarzycki
> >
> > Patreon: *https://www.patreon.com/piotrzarzycki
> > <https://www.patreon.com/piotrzarzycki>*
> >
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>


--

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

RE: [Discuss] Start release process 0.9.3

Posted by Yishay Weiss <yi...@hotmail.com>.
Ok, thanks.



________________________________
From: Piotr Zarzycki <pi...@gmail.com>
Sent: Tuesday, October 16, 2018 1:07:08 PM
To: dev@royale.apache.org
Subject: Re: [Discuss] Start release process 0.9.3

Yishay,

You need to follow the tutorial on the Wiki, so setup everything what is
saying there. However in release steps you can omit step 3 and start from
step 4. Step 1 and 2 is needed.

You can start from step 4, because branches for release exists already in
all 3 repositories. "release/0.9.4"

In last two attempts:

Attempt 1: Failed because I got timeout on downloading some maven plugin
Attempt 2: I went a bit farther, but during Maven compilation of compiler
tests failed - stacktraces of failing tests are in previous emails.

Thanks,
Piotr

wt., 16 paź 2018 o 11:44 Yishay Weiss <yi...@hotmail.com> napisał(a):

> Maybe u can summarize the pitfalls you and Om mention on this thread. I’ll
> follow the tut [1] and see how far I get.
>
>
>
> Just don’t want to waste time on the things you stumbled on.
>
>
>
> [1] https://github.com/apache/royale-asjs/wiki/Release-Manager-Notes
>
>
>
>
>
> ________________________________
> From: Piotr Zarzycki <pi...@gmail.com>
> Sent: Tuesday, October 16, 2018 12:30:54 PM
> To: dev@royale.apache.org
> Subject: Re: [Discuss] Start release process 0.9.3
>
> Hi Yishay,
>
> What do you mean by more such tasks ?
>
> Thanks,
> Piotr
>
> wt., 16 paź 2018 o 07:10 Yishay Weiss <yi...@hotmail.com> napisał(a):
>
> > Just deleted them.
> >
> >
> >
> > I haven’t followed this thread closely enough. Can you think of more such
> > tasks?
> >
> >
> >
> > ________________________________
> > From: Piotr Zarzycki <pi...@gmail.com>
> > Sent: Monday, October 15, 2018 6:29:30 PM
> > To: dev@royale.apache.org
> > Subject: Re: [Discuss] Start release process 0.9.3
> >
> > Hi Yishay,
> >
> > This [1][2]
> >
> > [1]
> >
> >
> https://github.com/apache/royale-compiler/tree/org.apache.royale.compiler-0.9.4-rc1
> > [2]
> >
> >
> https://github.com/apache/royale-compiler/tree/org.apache.royale.compiler-0.9.4-rc2
> >
> > Thanks,
> > Piotr
> >
> > pon., 15 paź 2018 o 17:20 Yishay Weiss <yi...@hotmail.com>
> > napisał(a):
> >
> > > What’s the full names of the tags that need to be deleted?
> > >
> > >
> > >
> > > ________________________________
> > > From: Piotr Zarzycki <pi...@gmail.com>
> > > Sent: Monday, October 15, 2018 4:08:34 PM
> > > To: dev@royale.apache.org
> > > Subject: Re: [Discuss] Start release process 0.9.3
> > >
> > > Hi Alex,
> > >
> > > I have all environment property which you are mentioning in place.
> > >
> > > AIR_HOME = d:\Work\flex-sdk-4.16.1_adobe_air_30
> > > FLASHPLAYER_DEBUGGER = D:\Work\player\flashplayer.exe
> > > PLAYERGLOBAL_HOME = D:\Work\player
> > >
> > > In my folder with player I have following folders with playerglobal.swc
> > > 11.1, 11.7, 20.0, 21,0, 23.0. Maybe issue is cause I'm using bash for
> > > running all of that..
> > >
> > > I think I'm done with this. I don't have anymore power to fight with it
> > at
> > > all. Whoever wanted to pickup what's is left feel free. Branches are
> > > waiting. You need to remove RC1 and RC2 tags, cause I cannot for some
> > > reason.
> > >
> > > Good Luck!
> > > Piotr
> > >
> > >
> > > pon., 15 paź 2018 o 09:45 Alex Harui <ah...@adobe.com.invalid>
> > > napisał(a):
> > >
> > > > Looks like your environment variables aren't set?  Having js.swc on
> the
> > > > external-library-path to run a SWF doesn't seem right.  Check
> AIR_HOME,
> > > > PLAYERGLOBAL_HOME, FLASHPLAYER_DEBUGGER.
> > > >
> > > > -Alex
> > > >
> > > > On 10/15/18, 12:37 AM, "Piotr Zarzycki" <pi...@gmail.com>
> > > > wrote:
> > > >
> > > >     Now tests are failing :) [1]
> > > >
> > > >     [1]
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FFY4O&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=WJMqxXBaDs%2B1jidlSnp1mTzBgBPlhbOSMoXHcycEBh0%3D&amp;reserved=0
> > > >
> > > >     niedz., 14 paź 2018 o 22:34 Piotr Zarzycki <
> > > piotrzarzycki21@gmail.com>
> > > >     napisał(a):
> > > >
> > > >     > Before I contact Maven mailing list I would like to try again
> > > > release to
> > > >     > see what I got.
> > > >     >
> > > >     >
> > > >     > On Sat, Oct 13, 2018, 11:28 AM Carlos Rovira <
> > > > carlosrovira@apache.org>
> > > >     > wrote:
> > > >     >
> > > >     >> Hi, commit done and seems no other side effect was done. So I
> > > think
> > > > the
> > > >     >> tweaks worked.
> > > >     >>
> > > >     >> El sáb., 13 oct. 2018 a las 11:18, Carlos Rovira (<
> > > >     >> carlosrovira@apache.org>)
> > > >     >> escribió:
> > > >     >>
> > > >     >> > Hi,
> > > >     >> >
> > > >     >> > about delete tag, I was investigating and did some tweaks to
> > my
> > > > system.
> > > >     >> So
> > > >     >> > we'll see in the next commit if it works.
> > > >     >> >
> > > >     >> > El sáb., 13 oct. 2018 a las 8:59, Carlos Rovira (<
> > > >     >> carlosrovira@apache.org>)
> > > >     >> > escribió:
> > > >     >> >
> > > >     >> >> Hi,
> > > >     >> >>
> > > >     >> >> I think asking ni maven list is our best bet since as we do
> > > here,
> > > >     >> surely
> > > >     >> >> they can help and give some light on what's happening, so
> > > >     >> >> +1 to ask in maven list
> > > >     >> >>
> > > >     >> >>
> > > >     >> >>
> > > >     >> >> El sáb., 13 oct. 2018 a las 7:56, Alex Harui
> > > > (<aharui@adobe.com.invalid
> > > >     >> >)
> > > >     >> >> escribió:
> > > >     >> >>
> > > >     >> >>> No, some people think the script was trying to upload the
> RC
> > > to
> > > > Maven
> > > >     >> >>> Central instead of repository.apache.org.  From my
> reading
> > of
> > > > the
> > > >     >> logs,
> > > >     >> >>> you had a problem downloading a Maven plugin from Maven
> > > Central
> > > > which
> > > >     >> is
> > > >     >> >>> allowed, while Om was having trouble uploading to
> > > >     >> repository.apache.org.
> > > >     >> >>>
> > > >     >> >>> I think we're ok as long as we can figure out why you and
> Om
> > > > keep
> > > >     >> >>> getting timeouts.  There are plenty of articles about
> Maven
> > > and
> > > > the
> > > >     >> timeout
> > > >     >> >>> but it all seems to be proxy related.  If you are not
> using
> > a
> > > > proxy,
> > > >     >> maybe
> > > >     >> >>> there is an article out there that isn't about proxies.
> You
> > > > could
> > > >     >> also ask
> > > >     >> >>> on a Maven mailing list to see if they've heard of this
> > issue.
> > > >     >> >>>
> > > >     >> >>> -Alex
> > > >     >> >>>
> > > >     >> >>> On 10/12/18, 10:47 PM, "Piotr Zarzycki" <
> > > > piotrzarzycki21@gmail.com>
> > > >     >> >>> wrote:
> > > >     >> >>>
> > > >     >> >>>     So the difference is that when we vote successful y
> for
> > > > release we
> > > >     >> >>> are
> > > >     >> >>>     uploading manually those artifacts?
> > > >     >> >>>
> > > >     >> >>>     Automatic is not allowed? This is how I understand.
> > > >     >> >>>
> > > >     >> >>>     Piotr
> > > >     >> >>>
> > > >     >> >>>     On Sat, Oct 13, 2018, 7:40 AM Piotr Zarzycki <
> > > >     >> >>> piotrzarzycki21@gmail.com>
> > > >     >> >>>     wrote:
> > > >     >> >>>
> > > >     >> >>>     > Alex,
> > > >     >> >>>     >
> > > >     >> >>>     > I'm not running behind the proxy.
> > > >     >> >>>     >
> > > >     >> >>>     > Hi Dave,
> > > >     >> >>>     >
> > > >     >> >>>     > We are publishing only RC. Why it is against?
> > > >     >> >>>     >
> > > >     >> >>>     > Piotr
> > > >     >> >>>     >
> > > >     >> >>>     > On Sat, Oct 13, 2018, 1:05 AM Dave Fisher <
> > > >     >> dave2wave@comcast.net>
> > > >     >> >>> wrote:
> > > >     >> >>>     >
> > > >     >> >>>     >>
> > > >     >> >>>     >>
> > > >     >> >>>     >> Sent from my iPhone
> > > >     >> >>>     >>
> > > >     >> >>>     >> > On Oct 12, 2018, at 2:33 PM, Guild, Jason A
> (DOT) <
> > > >     >> >>>     >> jason.guild@alaska.gov> wrote:
> > > >     >> >>>     >> >
> > > >     >> >>>     >> > Forgive my asking perhaps silly questions.
> > > >     >> >>>     >>
> > > >     >> >>>     >> +1
> > > >     >> >>>     >>
> > > >     >> >>>     >> >
> > > >     >> >>>     >> > Why in the world does the Royale release script
> > have
> > > a
> > > >     >> >>> dependency on
> > > >     >> >>>     >> > publishing directly to Maven Central?
> > > >     >> >>>     >>
> > > >     >> >>>     >> That is likely against Apache Release Policy as
> well
> > > and
> > > > must
> > > >     >> be
> > > >     >> >>> changed.
> > > >     >> >>>     >>
> > > >     >> >>>     >> >
> > > >     >> >>>     >> > Doesn't Apache maintain its own Maven repository
> of
> > > >     >> >>> apache-produced
> > > >     >> >>>     >> > artifacts?
> > > >     >> >>>     >> > Isn't that what repo.maven.apache.org is? Why
> > can't
> > > > Royale
> > > >     >> >>> publish to
> > > >     >> >>>     >> that?
> > > >     >> >>>     >> >
> > > >     >> >>>     >> > The artifacts successfully published there could
> be
> > > > mirrored
> > > >     >> to
> > > >     >> >>> other
> > > >     >> >>>     >> > public repositories after the release is
> complete.
> > > >     >> >>>     >>
> > > >     >> >>>     >> Yes, exactly.
> > > >     >> >>>     >>
> > > >     >> >>>     >> Regards,
> > > >     >> >>>     >> Dave
> > > >     >> >>>     >>
> > > >     >> >>>     >> > Jason
> > > >     >> >>>     >> >
> > > >     >> >>>     >> >> On 10/12/2018 12:01 PM, Piotr Zarzycki wrote:
> > > >     >> >>>     >> >> Unfortunately I got the same result as OM:(
> > > > Something is
> > > >     >> >>> really wrong
> > > >     >> >>>     >> with
> > > >     >> >>>     >> >> Maven central, cause I can't believe that we all
> > > have
> > > > bad
> > > >     >> >>> internet
> > > >     >> >>>     >> >> connection.:)
> > > >     >> >>>     >> >
> > > >     >> >>>     >>
> > > >     >> >>>     >>
> > > >     >> >>>
> > > >     >> >>>
> > > >     >> >>>
> > > >     >> >>
> > > >     >> >> --
> > > >     >> >> Carlos Rovira
> > > >     >> >>
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=zDgsTtlMTWFc7wSBrrGus5m0u0NBIjfqdsP6AM3dXS0%3D&amp;reserved=0
> > > >     >> >>
> > > >     >> >>
> > > >     >> >
> > > >     >> > --
> > > >     >> > Carlos Rovira
> > > >     >> >
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=zDgsTtlMTWFc7wSBrrGus5m0u0NBIjfqdsP6AM3dXS0%3D&amp;reserved=0
> > > >     >> >
> > > >     >> >
> > > >     >>
> > > >     >> --
> > > >     >> Carlos Rovira
> > > >     >>
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=zDgsTtlMTWFc7wSBrrGus5m0u0NBIjfqdsP6AM3dXS0%3D&amp;reserved=0
> > > >     >>
> > > >     >
> > > >
> > > >     --
> > > >
> > > >     Piotr Zarzycki
> > > >
> > > >     Patreon: *
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=TPWtJZYTsFe3iNGv7RfDeHbgZFtepP0C%2Bjb3qbKiXyg%3D&amp;reserved=0
> > > >     <
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=TPWtJZYTsFe3iNGv7RfDeHbgZFtepP0C%2Bjb3qbKiXyg%3D&amp;reserved=0
> > > > >*
> > > >
> > > >
> > > >
> > >
> > > --
> > >
> > > Piotr Zarzycki
> > >
> > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > <https://www.patreon.com/piotrzarzycki>*
> > >
> >
> >
> > --
> >
> > Piotr Zarzycki
> >
> > Patreon: *https://www.patreon.com/piotrzarzycki
> > <https://www.patreon.com/piotrzarzycki>*
> >
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>


--

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: [Discuss] Start release process 0.9.3

Posted by Piotr Zarzycki <pi...@gmail.com>.
Yishay,

You need to follow the tutorial on the Wiki, so setup everything what is
saying there. However in release steps you can omit step 3 and start from
step 4. Step 1 and 2 is needed.

You can start from step 4, because branches for release exists already in
all 3 repositories. "release/0.9.4"

In last two attempts:

Attempt 1: Failed because I got timeout on downloading some maven plugin
Attempt 2: I went a bit farther, but during Maven compilation of compiler
tests failed - stacktraces of failing tests are in previous emails.

Thanks,
Piotr

wt., 16 paź 2018 o 11:44 Yishay Weiss <yi...@hotmail.com> napisał(a):

> Maybe u can summarize the pitfalls you and Om mention on this thread. I’ll
> follow the tut [1] and see how far I get.
>
>
>
> Just don’t want to waste time on the things you stumbled on.
>
>
>
> [1] https://github.com/apache/royale-asjs/wiki/Release-Manager-Notes
>
>
>
>
>
> ________________________________
> From: Piotr Zarzycki <pi...@gmail.com>
> Sent: Tuesday, October 16, 2018 12:30:54 PM
> To: dev@royale.apache.org
> Subject: Re: [Discuss] Start release process 0.9.3
>
> Hi Yishay,
>
> What do you mean by more such tasks ?
>
> Thanks,
> Piotr
>
> wt., 16 paź 2018 o 07:10 Yishay Weiss <yi...@hotmail.com> napisał(a):
>
> > Just deleted them.
> >
> >
> >
> > I haven’t followed this thread closely enough. Can you think of more such
> > tasks?
> >
> >
> >
> > ________________________________
> > From: Piotr Zarzycki <pi...@gmail.com>
> > Sent: Monday, October 15, 2018 6:29:30 PM
> > To: dev@royale.apache.org
> > Subject: Re: [Discuss] Start release process 0.9.3
> >
> > Hi Yishay,
> >
> > This [1][2]
> >
> > [1]
> >
> >
> https://github.com/apache/royale-compiler/tree/org.apache.royale.compiler-0.9.4-rc1
> > [2]
> >
> >
> https://github.com/apache/royale-compiler/tree/org.apache.royale.compiler-0.9.4-rc2
> >
> > Thanks,
> > Piotr
> >
> > pon., 15 paź 2018 o 17:20 Yishay Weiss <yi...@hotmail.com>
> > napisał(a):
> >
> > > What’s the full names of the tags that need to be deleted?
> > >
> > >
> > >
> > > ________________________________
> > > From: Piotr Zarzycki <pi...@gmail.com>
> > > Sent: Monday, October 15, 2018 4:08:34 PM
> > > To: dev@royale.apache.org
> > > Subject: Re: [Discuss] Start release process 0.9.3
> > >
> > > Hi Alex,
> > >
> > > I have all environment property which you are mentioning in place.
> > >
> > > AIR_HOME = d:\Work\flex-sdk-4.16.1_adobe_air_30
> > > FLASHPLAYER_DEBUGGER = D:\Work\player\flashplayer.exe
> > > PLAYERGLOBAL_HOME = D:\Work\player
> > >
> > > In my folder with player I have following folders with playerglobal.swc
> > > 11.1, 11.7, 20.0, 21,0, 23.0. Maybe issue is cause I'm using bash for
> > > running all of that..
> > >
> > > I think I'm done with this. I don't have anymore power to fight with it
> > at
> > > all. Whoever wanted to pickup what's is left feel free. Branches are
> > > waiting. You need to remove RC1 and RC2 tags, cause I cannot for some
> > > reason.
> > >
> > > Good Luck!
> > > Piotr
> > >
> > >
> > > pon., 15 paź 2018 o 09:45 Alex Harui <ah...@adobe.com.invalid>
> > > napisał(a):
> > >
> > > > Looks like your environment variables aren't set?  Having js.swc on
> the
> > > > external-library-path to run a SWF doesn't seem right.  Check
> AIR_HOME,
> > > > PLAYERGLOBAL_HOME, FLASHPLAYER_DEBUGGER.
> > > >
> > > > -Alex
> > > >
> > > > On 10/15/18, 12:37 AM, "Piotr Zarzycki" <pi...@gmail.com>
> > > > wrote:
> > > >
> > > >     Now tests are failing :) [1]
> > > >
> > > >     [1]
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FFY4O&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=WJMqxXBaDs%2B1jidlSnp1mTzBgBPlhbOSMoXHcycEBh0%3D&amp;reserved=0
> > > >
> > > >     niedz., 14 paź 2018 o 22:34 Piotr Zarzycki <
> > > piotrzarzycki21@gmail.com>
> > > >     napisał(a):
> > > >
> > > >     > Before I contact Maven mailing list I would like to try again
> > > > release to
> > > >     > see what I got.
> > > >     >
> > > >     >
> > > >     > On Sat, Oct 13, 2018, 11:28 AM Carlos Rovira <
> > > > carlosrovira@apache.org>
> > > >     > wrote:
> > > >     >
> > > >     >> Hi, commit done and seems no other side effect was done. So I
> > > think
> > > > the
> > > >     >> tweaks worked.
> > > >     >>
> > > >     >> El sáb., 13 oct. 2018 a las 11:18, Carlos Rovira (<
> > > >     >> carlosrovira@apache.org>)
> > > >     >> escribió:
> > > >     >>
> > > >     >> > Hi,
> > > >     >> >
> > > >     >> > about delete tag, I was investigating and did some tweaks to
> > my
> > > > system.
> > > >     >> So
> > > >     >> > we'll see in the next commit if it works.
> > > >     >> >
> > > >     >> > El sáb., 13 oct. 2018 a las 8:59, Carlos Rovira (<
> > > >     >> carlosrovira@apache.org>)
> > > >     >> > escribió:
> > > >     >> >
> > > >     >> >> Hi,
> > > >     >> >>
> > > >     >> >> I think asking ni maven list is our best bet since as we do
> > > here,
> > > >     >> surely
> > > >     >> >> they can help and give some light on what's happening, so
> > > >     >> >> +1 to ask in maven list
> > > >     >> >>
> > > >     >> >>
> > > >     >> >>
> > > >     >> >> El sáb., 13 oct. 2018 a las 7:56, Alex Harui
> > > > (<aharui@adobe.com.invalid
> > > >     >> >)
> > > >     >> >> escribió:
> > > >     >> >>
> > > >     >> >>> No, some people think the script was trying to upload the
> RC
> > > to
> > > > Maven
> > > >     >> >>> Central instead of repository.apache.org.  From my
> reading
> > of
> > > > the
> > > >     >> logs,
> > > >     >> >>> you had a problem downloading a Maven plugin from Maven
> > > Central
> > > > which
> > > >     >> is
> > > >     >> >>> allowed, while Om was having trouble uploading to
> > > >     >> repository.apache.org.
> > > >     >> >>>
> > > >     >> >>> I think we're ok as long as we can figure out why you and
> Om
> > > > keep
> > > >     >> >>> getting timeouts.  There are plenty of articles about
> Maven
> > > and
> > > > the
> > > >     >> timeout
> > > >     >> >>> but it all seems to be proxy related.  If you are not
> using
> > a
> > > > proxy,
> > > >     >> maybe
> > > >     >> >>> there is an article out there that isn't about proxies.
> You
> > > > could
> > > >     >> also ask
> > > >     >> >>> on a Maven mailing list to see if they've heard of this
> > issue.
> > > >     >> >>>
> > > >     >> >>> -Alex
> > > >     >> >>>
> > > >     >> >>> On 10/12/18, 10:47 PM, "Piotr Zarzycki" <
> > > > piotrzarzycki21@gmail.com>
> > > >     >> >>> wrote:
> > > >     >> >>>
> > > >     >> >>>     So the difference is that when we vote successful y
> for
> > > > release we
> > > >     >> >>> are
> > > >     >> >>>     uploading manually those artifacts?
> > > >     >> >>>
> > > >     >> >>>     Automatic is not allowed? This is how I understand.
> > > >     >> >>>
> > > >     >> >>>     Piotr
> > > >     >> >>>
> > > >     >> >>>     On Sat, Oct 13, 2018, 7:40 AM Piotr Zarzycki <
> > > >     >> >>> piotrzarzycki21@gmail.com>
> > > >     >> >>>     wrote:
> > > >     >> >>>
> > > >     >> >>>     > Alex,
> > > >     >> >>>     >
> > > >     >> >>>     > I'm not running behind the proxy.
> > > >     >> >>>     >
> > > >     >> >>>     > Hi Dave,
> > > >     >> >>>     >
> > > >     >> >>>     > We are publishing only RC. Why it is against?
> > > >     >> >>>     >
> > > >     >> >>>     > Piotr
> > > >     >> >>>     >
> > > >     >> >>>     > On Sat, Oct 13, 2018, 1:05 AM Dave Fisher <
> > > >     >> dave2wave@comcast.net>
> > > >     >> >>> wrote:
> > > >     >> >>>     >
> > > >     >> >>>     >>
> > > >     >> >>>     >>
> > > >     >> >>>     >> Sent from my iPhone
> > > >     >> >>>     >>
> > > >     >> >>>     >> > On Oct 12, 2018, at 2:33 PM, Guild, Jason A
> (DOT) <
> > > >     >> >>>     >> jason.guild@alaska.gov> wrote:
> > > >     >> >>>     >> >
> > > >     >> >>>     >> > Forgive my asking perhaps silly questions.
> > > >     >> >>>     >>
> > > >     >> >>>     >> +1
> > > >     >> >>>     >>
> > > >     >> >>>     >> >
> > > >     >> >>>     >> > Why in the world does the Royale release script
> > have
> > > a
> > > >     >> >>> dependency on
> > > >     >> >>>     >> > publishing directly to Maven Central?
> > > >     >> >>>     >>
> > > >     >> >>>     >> That is likely against Apache Release Policy as
> well
> > > and
> > > > must
> > > >     >> be
> > > >     >> >>> changed.
> > > >     >> >>>     >>
> > > >     >> >>>     >> >
> > > >     >> >>>     >> > Doesn't Apache maintain its own Maven repository
> of
> > > >     >> >>> apache-produced
> > > >     >> >>>     >> > artifacts?
> > > >     >> >>>     >> > Isn't that what repo.maven.apache.org is? Why
> > can't
> > > > Royale
> > > >     >> >>> publish to
> > > >     >> >>>     >> that?
> > > >     >> >>>     >> >
> > > >     >> >>>     >> > The artifacts successfully published there could
> be
> > > > mirrored
> > > >     >> to
> > > >     >> >>> other
> > > >     >> >>>     >> > public repositories after the release is
> complete.
> > > >     >> >>>     >>
> > > >     >> >>>     >> Yes, exactly.
> > > >     >> >>>     >>
> > > >     >> >>>     >> Regards,
> > > >     >> >>>     >> Dave
> > > >     >> >>>     >>
> > > >     >> >>>     >> > Jason
> > > >     >> >>>     >> >
> > > >     >> >>>     >> >> On 10/12/2018 12:01 PM, Piotr Zarzycki wrote:
> > > >     >> >>>     >> >> Unfortunately I got the same result as OM:(
> > > > Something is
> > > >     >> >>> really wrong
> > > >     >> >>>     >> with
> > > >     >> >>>     >> >> Maven central, cause I can't believe that we all
> > > have
> > > > bad
> > > >     >> >>> internet
> > > >     >> >>>     >> >> connection.:)
> > > >     >> >>>     >> >
> > > >     >> >>>     >>
> > > >     >> >>>     >>
> > > >     >> >>>
> > > >     >> >>>
> > > >     >> >>>
> > > >     >> >>
> > > >     >> >> --
> > > >     >> >> Carlos Rovira
> > > >     >> >>
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=zDgsTtlMTWFc7wSBrrGus5m0u0NBIjfqdsP6AM3dXS0%3D&amp;reserved=0
> > > >     >> >>
> > > >     >> >>
> > > >     >> >
> > > >     >> > --
> > > >     >> > Carlos Rovira
> > > >     >> >
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=zDgsTtlMTWFc7wSBrrGus5m0u0NBIjfqdsP6AM3dXS0%3D&amp;reserved=0
> > > >     >> >
> > > >     >> >
> > > >     >>
> > > >     >> --
> > > >     >> Carlos Rovira
> > > >     >>
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=zDgsTtlMTWFc7wSBrrGus5m0u0NBIjfqdsP6AM3dXS0%3D&amp;reserved=0
> > > >     >>
> > > >     >
> > > >
> > > >     --
> > > >
> > > >     Piotr Zarzycki
> > > >
> > > >     Patreon: *
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=TPWtJZYTsFe3iNGv7RfDeHbgZFtepP0C%2Bjb3qbKiXyg%3D&amp;reserved=0
> > > >     <
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=TPWtJZYTsFe3iNGv7RfDeHbgZFtepP0C%2Bjb3qbKiXyg%3D&amp;reserved=0
> > > > >*
> > > >
> > > >
> > > >
> > >
> > > --
> > >
> > > Piotr Zarzycki
> > >
> > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > <https://www.patreon.com/piotrzarzycki>*
> > >
> >
> >
> > --
> >
> > Piotr Zarzycki
> >
> > Patreon: *https://www.patreon.com/piotrzarzycki
> > <https://www.patreon.com/piotrzarzycki>*
> >
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

RE: [Discuss] Start release process 0.9.3

Posted by Yishay Weiss <yi...@hotmail.com>.
Maybe u can summarize the pitfalls you and Om mention on this thread. I’ll follow the tut [1] and see how far I get.



Just don’t want to waste time on the things you stumbled on.



[1] https://github.com/apache/royale-asjs/wiki/Release-Manager-Notes





________________________________
From: Piotr Zarzycki <pi...@gmail.com>
Sent: Tuesday, October 16, 2018 12:30:54 PM
To: dev@royale.apache.org
Subject: Re: [Discuss] Start release process 0.9.3

Hi Yishay,

What do you mean by more such tasks ?

Thanks,
Piotr

wt., 16 paź 2018 o 07:10 Yishay Weiss <yi...@hotmail.com> napisał(a):

> Just deleted them.
>
>
>
> I haven’t followed this thread closely enough. Can you think of more such
> tasks?
>
>
>
> ________________________________
> From: Piotr Zarzycki <pi...@gmail.com>
> Sent: Monday, October 15, 2018 6:29:30 PM
> To: dev@royale.apache.org
> Subject: Re: [Discuss] Start release process 0.9.3
>
> Hi Yishay,
>
> This [1][2]
>
> [1]
>
> https://github.com/apache/royale-compiler/tree/org.apache.royale.compiler-0.9.4-rc1
> [2]
>
> https://github.com/apache/royale-compiler/tree/org.apache.royale.compiler-0.9.4-rc2
>
> Thanks,
> Piotr
>
> pon., 15 paź 2018 o 17:20 Yishay Weiss <yi...@hotmail.com>
> napisał(a):
>
> > What’s the full names of the tags that need to be deleted?
> >
> >
> >
> > ________________________________
> > From: Piotr Zarzycki <pi...@gmail.com>
> > Sent: Monday, October 15, 2018 4:08:34 PM
> > To: dev@royale.apache.org
> > Subject: Re: [Discuss] Start release process 0.9.3
> >
> > Hi Alex,
> >
> > I have all environment property which you are mentioning in place.
> >
> > AIR_HOME = d:\Work\flex-sdk-4.16.1_adobe_air_30
> > FLASHPLAYER_DEBUGGER = D:\Work\player\flashplayer.exe
> > PLAYERGLOBAL_HOME = D:\Work\player
> >
> > In my folder with player I have following folders with playerglobal.swc
> > 11.1, 11.7, 20.0, 21,0, 23.0. Maybe issue is cause I'm using bash for
> > running all of that..
> >
> > I think I'm done with this. I don't have anymore power to fight with it
> at
> > all. Whoever wanted to pickup what's is left feel free. Branches are
> > waiting. You need to remove RC1 and RC2 tags, cause I cannot for some
> > reason.
> >
> > Good Luck!
> > Piotr
> >
> >
> > pon., 15 paź 2018 o 09:45 Alex Harui <ah...@adobe.com.invalid>
> > napisał(a):
> >
> > > Looks like your environment variables aren't set?  Having js.swc on the
> > > external-library-path to run a SWF doesn't seem right.  Check AIR_HOME,
> > > PLAYERGLOBAL_HOME, FLASHPLAYER_DEBUGGER.
> > >
> > > -Alex
> > >
> > > On 10/15/18, 12:37 AM, "Piotr Zarzycki" <pi...@gmail.com>
> > > wrote:
> > >
> > >     Now tests are failing :) [1]
> > >
> > >     [1]
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FFY4O&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=WJMqxXBaDs%2B1jidlSnp1mTzBgBPlhbOSMoXHcycEBh0%3D&amp;reserved=0
> > >
> > >     niedz., 14 paź 2018 o 22:34 Piotr Zarzycki <
> > piotrzarzycki21@gmail.com>
> > >     napisał(a):
> > >
> > >     > Before I contact Maven mailing list I would like to try again
> > > release to
> > >     > see what I got.
> > >     >
> > >     >
> > >     > On Sat, Oct 13, 2018, 11:28 AM Carlos Rovira <
> > > carlosrovira@apache.org>
> > >     > wrote:
> > >     >
> > >     >> Hi, commit done and seems no other side effect was done. So I
> > think
> > > the
> > >     >> tweaks worked.
> > >     >>
> > >     >> El sáb., 13 oct. 2018 a las 11:18, Carlos Rovira (<
> > >     >> carlosrovira@apache.org>)
> > >     >> escribió:
> > >     >>
> > >     >> > Hi,
> > >     >> >
> > >     >> > about delete tag, I was investigating and did some tweaks to
> my
> > > system.
> > >     >> So
> > >     >> > we'll see in the next commit if it works.
> > >     >> >
> > >     >> > El sáb., 13 oct. 2018 a las 8:59, Carlos Rovira (<
> > >     >> carlosrovira@apache.org>)
> > >     >> > escribió:
> > >     >> >
> > >     >> >> Hi,
> > >     >> >>
> > >     >> >> I think asking ni maven list is our best bet since as we do
> > here,
> > >     >> surely
> > >     >> >> they can help and give some light on what's happening, so
> > >     >> >> +1 to ask in maven list
> > >     >> >>
> > >     >> >>
> > >     >> >>
> > >     >> >> El sáb., 13 oct. 2018 a las 7:56, Alex Harui
> > > (<aharui@adobe.com.invalid
> > >     >> >)
> > >     >> >> escribió:
> > >     >> >>
> > >     >> >>> No, some people think the script was trying to upload the RC
> > to
> > > Maven
> > >     >> >>> Central instead of repository.apache.org.  From my reading
> of
> > > the
> > >     >> logs,
> > >     >> >>> you had a problem downloading a Maven plugin from Maven
> > Central
> > > which
> > >     >> is
> > >     >> >>> allowed, while Om was having trouble uploading to
> > >     >> repository.apache.org.
> > >     >> >>>
> > >     >> >>> I think we're ok as long as we can figure out why you and Om
> > > keep
> > >     >> >>> getting timeouts.  There are plenty of articles about Maven
> > and
> > > the
> > >     >> timeout
> > >     >> >>> but it all seems to be proxy related.  If you are not using
> a
> > > proxy,
> > >     >> maybe
> > >     >> >>> there is an article out there that isn't about proxies.  You
> > > could
> > >     >> also ask
> > >     >> >>> on a Maven mailing list to see if they've heard of this
> issue.
> > >     >> >>>
> > >     >> >>> -Alex
> > >     >> >>>
> > >     >> >>> On 10/12/18, 10:47 PM, "Piotr Zarzycki" <
> > > piotrzarzycki21@gmail.com>
> > >     >> >>> wrote:
> > >     >> >>>
> > >     >> >>>     So the difference is that when we vote successful y for
> > > release we
> > >     >> >>> are
> > >     >> >>>     uploading manually those artifacts?
> > >     >> >>>
> > >     >> >>>     Automatic is not allowed? This is how I understand.
> > >     >> >>>
> > >     >> >>>     Piotr
> > >     >> >>>
> > >     >> >>>     On Sat, Oct 13, 2018, 7:40 AM Piotr Zarzycki <
> > >     >> >>> piotrzarzycki21@gmail.com>
> > >     >> >>>     wrote:
> > >     >> >>>
> > >     >> >>>     > Alex,
> > >     >> >>>     >
> > >     >> >>>     > I'm not running behind the proxy.
> > >     >> >>>     >
> > >     >> >>>     > Hi Dave,
> > >     >> >>>     >
> > >     >> >>>     > We are publishing only RC. Why it is against?
> > >     >> >>>     >
> > >     >> >>>     > Piotr
> > >     >> >>>     >
> > >     >> >>>     > On Sat, Oct 13, 2018, 1:05 AM Dave Fisher <
> > >     >> dave2wave@comcast.net>
> > >     >> >>> wrote:
> > >     >> >>>     >
> > >     >> >>>     >>
> > >     >> >>>     >>
> > >     >> >>>     >> Sent from my iPhone
> > >     >> >>>     >>
> > >     >> >>>     >> > On Oct 12, 2018, at 2:33 PM, Guild, Jason A (DOT) <
> > >     >> >>>     >> jason.guild@alaska.gov> wrote:
> > >     >> >>>     >> >
> > >     >> >>>     >> > Forgive my asking perhaps silly questions.
> > >     >> >>>     >>
> > >     >> >>>     >> +1
> > >     >> >>>     >>
> > >     >> >>>     >> >
> > >     >> >>>     >> > Why in the world does the Royale release script
> have
> > a
> > >     >> >>> dependency on
> > >     >> >>>     >> > publishing directly to Maven Central?
> > >     >> >>>     >>
> > >     >> >>>     >> That is likely against Apache Release Policy as well
> > and
> > > must
> > >     >> be
> > >     >> >>> changed.
> > >     >> >>>     >>
> > >     >> >>>     >> >
> > >     >> >>>     >> > Doesn't Apache maintain its own Maven repository of
> > >     >> >>> apache-produced
> > >     >> >>>     >> > artifacts?
> > >     >> >>>     >> > Isn't that what repo.maven.apache.org is? Why
> can't
> > > Royale
> > >     >> >>> publish to
> > >     >> >>>     >> that?
> > >     >> >>>     >> >
> > >     >> >>>     >> > The artifacts successfully published there could be
> > > mirrored
> > >     >> to
> > >     >> >>> other
> > >     >> >>>     >> > public repositories after the release is complete.
> > >     >> >>>     >>
> > >     >> >>>     >> Yes, exactly.
> > >     >> >>>     >>
> > >     >> >>>     >> Regards,
> > >     >> >>>     >> Dave
> > >     >> >>>     >>
> > >     >> >>>     >> > Jason
> > >     >> >>>     >> >
> > >     >> >>>     >> >> On 10/12/2018 12:01 PM, Piotr Zarzycki wrote:
> > >     >> >>>     >> >> Unfortunately I got the same result as OM:(
> > > Something is
> > >     >> >>> really wrong
> > >     >> >>>     >> with
> > >     >> >>>     >> >> Maven central, cause I can't believe that we all
> > have
> > > bad
> > >     >> >>> internet
> > >     >> >>>     >> >> connection.:)
> > >     >> >>>     >> >
> > >     >> >>>     >>
> > >     >> >>>     >>
> > >     >> >>>
> > >     >> >>>
> > >     >> >>>
> > >     >> >>
> > >     >> >> --
> > >     >> >> Carlos Rovira
> > >     >> >>
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=zDgsTtlMTWFc7wSBrrGus5m0u0NBIjfqdsP6AM3dXS0%3D&amp;reserved=0
> > >     >> >>
> > >     >> >>
> > >     >> >
> > >     >> > --
> > >     >> > Carlos Rovira
> > >     >> >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=zDgsTtlMTWFc7wSBrrGus5m0u0NBIjfqdsP6AM3dXS0%3D&amp;reserved=0
> > >     >> >
> > >     >> >
> > >     >>
> > >     >> --
> > >     >> Carlos Rovira
> > >     >>
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=zDgsTtlMTWFc7wSBrrGus5m0u0NBIjfqdsP6AM3dXS0%3D&amp;reserved=0
> > >     >>
> > >     >
> > >
> > >     --
> > >
> > >     Piotr Zarzycki
> > >
> > >     Patreon: *
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=TPWtJZYTsFe3iNGv7RfDeHbgZFtepP0C%2Bjb3qbKiXyg%3D&amp;reserved=0
> > >     <
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=TPWtJZYTsFe3iNGv7RfDeHbgZFtepP0C%2Bjb3qbKiXyg%3D&amp;reserved=0
> > > >*
> > >
> > >
> > >
> >
> > --
> >
> > Piotr Zarzycki
> >
> > Patreon: *https://www.patreon.com/piotrzarzycki
> > <https://www.patreon.com/piotrzarzycki>*
> >
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>


--

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: [Discuss] Start release process 0.9.3

Posted by Piotr Zarzycki <pi...@gmail.com>.
Hi Yishay,

What do you mean by more such tasks ?

Thanks,
Piotr

wt., 16 paź 2018 o 07:10 Yishay Weiss <yi...@hotmail.com> napisał(a):

> Just deleted them.
>
>
>
> I haven’t followed this thread closely enough. Can you think of more such
> tasks?
>
>
>
> ________________________________
> From: Piotr Zarzycki <pi...@gmail.com>
> Sent: Monday, October 15, 2018 6:29:30 PM
> To: dev@royale.apache.org
> Subject: Re: [Discuss] Start release process 0.9.3
>
> Hi Yishay,
>
> This [1][2]
>
> [1]
>
> https://github.com/apache/royale-compiler/tree/org.apache.royale.compiler-0.9.4-rc1
> [2]
>
> https://github.com/apache/royale-compiler/tree/org.apache.royale.compiler-0.9.4-rc2
>
> Thanks,
> Piotr
>
> pon., 15 paź 2018 o 17:20 Yishay Weiss <yi...@hotmail.com>
> napisał(a):
>
> > What’s the full names of the tags that need to be deleted?
> >
> >
> >
> > ________________________________
> > From: Piotr Zarzycki <pi...@gmail.com>
> > Sent: Monday, October 15, 2018 4:08:34 PM
> > To: dev@royale.apache.org
> > Subject: Re: [Discuss] Start release process 0.9.3
> >
> > Hi Alex,
> >
> > I have all environment property which you are mentioning in place.
> >
> > AIR_HOME = d:\Work\flex-sdk-4.16.1_adobe_air_30
> > FLASHPLAYER_DEBUGGER = D:\Work\player\flashplayer.exe
> > PLAYERGLOBAL_HOME = D:\Work\player
> >
> > In my folder with player I have following folders with playerglobal.swc
> > 11.1, 11.7, 20.0, 21,0, 23.0. Maybe issue is cause I'm using bash for
> > running all of that..
> >
> > I think I'm done with this. I don't have anymore power to fight with it
> at
> > all. Whoever wanted to pickup what's is left feel free. Branches are
> > waiting. You need to remove RC1 and RC2 tags, cause I cannot for some
> > reason.
> >
> > Good Luck!
> > Piotr
> >
> >
> > pon., 15 paź 2018 o 09:45 Alex Harui <ah...@adobe.com.invalid>
> > napisał(a):
> >
> > > Looks like your environment variables aren't set?  Having js.swc on the
> > > external-library-path to run a SWF doesn't seem right.  Check AIR_HOME,
> > > PLAYERGLOBAL_HOME, FLASHPLAYER_DEBUGGER.
> > >
> > > -Alex
> > >
> > > On 10/15/18, 12:37 AM, "Piotr Zarzycki" <pi...@gmail.com>
> > > wrote:
> > >
> > >     Now tests are failing :) [1]
> > >
> > >     [1]
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FFY4O&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=WJMqxXBaDs%2B1jidlSnp1mTzBgBPlhbOSMoXHcycEBh0%3D&amp;reserved=0
> > >
> > >     niedz., 14 paź 2018 o 22:34 Piotr Zarzycki <
> > piotrzarzycki21@gmail.com>
> > >     napisał(a):
> > >
> > >     > Before I contact Maven mailing list I would like to try again
> > > release to
> > >     > see what I got.
> > >     >
> > >     >
> > >     > On Sat, Oct 13, 2018, 11:28 AM Carlos Rovira <
> > > carlosrovira@apache.org>
> > >     > wrote:
> > >     >
> > >     >> Hi, commit done and seems no other side effect was done. So I
> > think
> > > the
> > >     >> tweaks worked.
> > >     >>
> > >     >> El sáb., 13 oct. 2018 a las 11:18, Carlos Rovira (<
> > >     >> carlosrovira@apache.org>)
> > >     >> escribió:
> > >     >>
> > >     >> > Hi,
> > >     >> >
> > >     >> > about delete tag, I was investigating and did some tweaks to
> my
> > > system.
> > >     >> So
> > >     >> > we'll see in the next commit if it works.
> > >     >> >
> > >     >> > El sáb., 13 oct. 2018 a las 8:59, Carlos Rovira (<
> > >     >> carlosrovira@apache.org>)
> > >     >> > escribió:
> > >     >> >
> > >     >> >> Hi,
> > >     >> >>
> > >     >> >> I think asking ni maven list is our best bet since as we do
> > here,
> > >     >> surely
> > >     >> >> they can help and give some light on what's happening, so
> > >     >> >> +1 to ask in maven list
> > >     >> >>
> > >     >> >>
> > >     >> >>
> > >     >> >> El sáb., 13 oct. 2018 a las 7:56, Alex Harui
> > > (<aharui@adobe.com.invalid
> > >     >> >)
> > >     >> >> escribió:
> > >     >> >>
> > >     >> >>> No, some people think the script was trying to upload the RC
> > to
> > > Maven
> > >     >> >>> Central instead of repository.apache.org.  From my reading
> of
> > > the
> > >     >> logs,
> > >     >> >>> you had a problem downloading a Maven plugin from Maven
> > Central
> > > which
> > >     >> is
> > >     >> >>> allowed, while Om was having trouble uploading to
> > >     >> repository.apache.org.
> > >     >> >>>
> > >     >> >>> I think we're ok as long as we can figure out why you and Om
> > > keep
> > >     >> >>> getting timeouts.  There are plenty of articles about Maven
> > and
> > > the
> > >     >> timeout
> > >     >> >>> but it all seems to be proxy related.  If you are not using
> a
> > > proxy,
> > >     >> maybe
> > >     >> >>> there is an article out there that isn't about proxies.  You
> > > could
> > >     >> also ask
> > >     >> >>> on a Maven mailing list to see if they've heard of this
> issue.
> > >     >> >>>
> > >     >> >>> -Alex
> > >     >> >>>
> > >     >> >>> On 10/12/18, 10:47 PM, "Piotr Zarzycki" <
> > > piotrzarzycki21@gmail.com>
> > >     >> >>> wrote:
> > >     >> >>>
> > >     >> >>>     So the difference is that when we vote successful y for
> > > release we
> > >     >> >>> are
> > >     >> >>>     uploading manually those artifacts?
> > >     >> >>>
> > >     >> >>>     Automatic is not allowed? This is how I understand.
> > >     >> >>>
> > >     >> >>>     Piotr
> > >     >> >>>
> > >     >> >>>     On Sat, Oct 13, 2018, 7:40 AM Piotr Zarzycki <
> > >     >> >>> piotrzarzycki21@gmail.com>
> > >     >> >>>     wrote:
> > >     >> >>>
> > >     >> >>>     > Alex,
> > >     >> >>>     >
> > >     >> >>>     > I'm not running behind the proxy.
> > >     >> >>>     >
> > >     >> >>>     > Hi Dave,
> > >     >> >>>     >
> > >     >> >>>     > We are publishing only RC. Why it is against?
> > >     >> >>>     >
> > >     >> >>>     > Piotr
> > >     >> >>>     >
> > >     >> >>>     > On Sat, Oct 13, 2018, 1:05 AM Dave Fisher <
> > >     >> dave2wave@comcast.net>
> > >     >> >>> wrote:
> > >     >> >>>     >
> > >     >> >>>     >>
> > >     >> >>>     >>
> > >     >> >>>     >> Sent from my iPhone
> > >     >> >>>     >>
> > >     >> >>>     >> > On Oct 12, 2018, at 2:33 PM, Guild, Jason A (DOT) <
> > >     >> >>>     >> jason.guild@alaska.gov> wrote:
> > >     >> >>>     >> >
> > >     >> >>>     >> > Forgive my asking perhaps silly questions.
> > >     >> >>>     >>
> > >     >> >>>     >> +1
> > >     >> >>>     >>
> > >     >> >>>     >> >
> > >     >> >>>     >> > Why in the world does the Royale release script
> have
> > a
> > >     >> >>> dependency on
> > >     >> >>>     >> > publishing directly to Maven Central?
> > >     >> >>>     >>
> > >     >> >>>     >> That is likely against Apache Release Policy as well
> > and
> > > must
> > >     >> be
> > >     >> >>> changed.
> > >     >> >>>     >>
> > >     >> >>>     >> >
> > >     >> >>>     >> > Doesn't Apache maintain its own Maven repository of
> > >     >> >>> apache-produced
> > >     >> >>>     >> > artifacts?
> > >     >> >>>     >> > Isn't that what repo.maven.apache.org is? Why
> can't
> > > Royale
> > >     >> >>> publish to
> > >     >> >>>     >> that?
> > >     >> >>>     >> >
> > >     >> >>>     >> > The artifacts successfully published there could be
> > > mirrored
> > >     >> to
> > >     >> >>> other
> > >     >> >>>     >> > public repositories after the release is complete.
> > >     >> >>>     >>
> > >     >> >>>     >> Yes, exactly.
> > >     >> >>>     >>
> > >     >> >>>     >> Regards,
> > >     >> >>>     >> Dave
> > >     >> >>>     >>
> > >     >> >>>     >> > Jason
> > >     >> >>>     >> >
> > >     >> >>>     >> >> On 10/12/2018 12:01 PM, Piotr Zarzycki wrote:
> > >     >> >>>     >> >> Unfortunately I got the same result as OM:(
> > > Something is
> > >     >> >>> really wrong
> > >     >> >>>     >> with
> > >     >> >>>     >> >> Maven central, cause I can't believe that we all
> > have
> > > bad
> > >     >> >>> internet
> > >     >> >>>     >> >> connection.:)
> > >     >> >>>     >> >
> > >     >> >>>     >>
> > >     >> >>>     >>
> > >     >> >>>
> > >     >> >>>
> > >     >> >>>
> > >     >> >>
> > >     >> >> --
> > >     >> >> Carlos Rovira
> > >     >> >>
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=zDgsTtlMTWFc7wSBrrGus5m0u0NBIjfqdsP6AM3dXS0%3D&amp;reserved=0
> > >     >> >>
> > >     >> >>
> > >     >> >
> > >     >> > --
> > >     >> > Carlos Rovira
> > >     >> >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=zDgsTtlMTWFc7wSBrrGus5m0u0NBIjfqdsP6AM3dXS0%3D&amp;reserved=0
> > >     >> >
> > >     >> >
> > >     >>
> > >     >> --
> > >     >> Carlos Rovira
> > >     >>
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=zDgsTtlMTWFc7wSBrrGus5m0u0NBIjfqdsP6AM3dXS0%3D&amp;reserved=0
> > >     >>
> > >     >
> > >
> > >     --
> > >
> > >     Piotr Zarzycki
> > >
> > >     Patreon: *
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=TPWtJZYTsFe3iNGv7RfDeHbgZFtepP0C%2Bjb3qbKiXyg%3D&amp;reserved=0
> > >     <
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=TPWtJZYTsFe3iNGv7RfDeHbgZFtepP0C%2Bjb3qbKiXyg%3D&amp;reserved=0
> > > >*
> > >
> > >
> > >
> >
> > --
> >
> > Piotr Zarzycki
> >
> > Patreon: *https://www.patreon.com/piotrzarzycki
> > <https://www.patreon.com/piotrzarzycki>*
> >
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

RE: [Discuss] Start release process 0.9.3

Posted by Yishay Weiss <yi...@hotmail.com>.
Just deleted them.



I haven’t followed this thread closely enough. Can you think of more such tasks?



________________________________
From: Piotr Zarzycki <pi...@gmail.com>
Sent: Monday, October 15, 2018 6:29:30 PM
To: dev@royale.apache.org
Subject: Re: [Discuss] Start release process 0.9.3

Hi Yishay,

This [1][2]

[1]
https://github.com/apache/royale-compiler/tree/org.apache.royale.compiler-0.9.4-rc1
[2]
https://github.com/apache/royale-compiler/tree/org.apache.royale.compiler-0.9.4-rc2

Thanks,
Piotr

pon., 15 paź 2018 o 17:20 Yishay Weiss <yi...@hotmail.com> napisał(a):

> What’s the full names of the tags that need to be deleted?
>
>
>
> ________________________________
> From: Piotr Zarzycki <pi...@gmail.com>
> Sent: Monday, October 15, 2018 4:08:34 PM
> To: dev@royale.apache.org
> Subject: Re: [Discuss] Start release process 0.9.3
>
> Hi Alex,
>
> I have all environment property which you are mentioning in place.
>
> AIR_HOME = d:\Work\flex-sdk-4.16.1_adobe_air_30
> FLASHPLAYER_DEBUGGER = D:\Work\player\flashplayer.exe
> PLAYERGLOBAL_HOME = D:\Work\player
>
> In my folder with player I have following folders with playerglobal.swc
> 11.1, 11.7, 20.0, 21,0, 23.0. Maybe issue is cause I'm using bash for
> running all of that..
>
> I think I'm done with this. I don't have anymore power to fight with it at
> all. Whoever wanted to pickup what's is left feel free. Branches are
> waiting. You need to remove RC1 and RC2 tags, cause I cannot for some
> reason.
>
> Good Luck!
> Piotr
>
>
> pon., 15 paź 2018 o 09:45 Alex Harui <ah...@adobe.com.invalid>
> napisał(a):
>
> > Looks like your environment variables aren't set?  Having js.swc on the
> > external-library-path to run a SWF doesn't seem right.  Check AIR_HOME,
> > PLAYERGLOBAL_HOME, FLASHPLAYER_DEBUGGER.
> >
> > -Alex
> >
> > On 10/15/18, 12:37 AM, "Piotr Zarzycki" <pi...@gmail.com>
> > wrote:
> >
> >     Now tests are failing :) [1]
> >
> >     [1]
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FFY4O&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=WJMqxXBaDs%2B1jidlSnp1mTzBgBPlhbOSMoXHcycEBh0%3D&amp;reserved=0
> >
> >     niedz., 14 paź 2018 o 22:34 Piotr Zarzycki <
> piotrzarzycki21@gmail.com>
> >     napisał(a):
> >
> >     > Before I contact Maven mailing list I would like to try again
> > release to
> >     > see what I got.
> >     >
> >     >
> >     > On Sat, Oct 13, 2018, 11:28 AM Carlos Rovira <
> > carlosrovira@apache.org>
> >     > wrote:
> >     >
> >     >> Hi, commit done and seems no other side effect was done. So I
> think
> > the
> >     >> tweaks worked.
> >     >>
> >     >> El sáb., 13 oct. 2018 a las 11:18, Carlos Rovira (<
> >     >> carlosrovira@apache.org>)
> >     >> escribió:
> >     >>
> >     >> > Hi,
> >     >> >
> >     >> > about delete tag, I was investigating and did some tweaks to my
> > system.
> >     >> So
> >     >> > we'll see in the next commit if it works.
> >     >> >
> >     >> > El sáb., 13 oct. 2018 a las 8:59, Carlos Rovira (<
> >     >> carlosrovira@apache.org>)
> >     >> > escribió:
> >     >> >
> >     >> >> Hi,
> >     >> >>
> >     >> >> I think asking ni maven list is our best bet since as we do
> here,
> >     >> surely
> >     >> >> they can help and give some light on what's happening, so
> >     >> >> +1 to ask in maven list
> >     >> >>
> >     >> >>
> >     >> >>
> >     >> >> El sáb., 13 oct. 2018 a las 7:56, Alex Harui
> > (<aharui@adobe.com.invalid
> >     >> >)
> >     >> >> escribió:
> >     >> >>
> >     >> >>> No, some people think the script was trying to upload the RC
> to
> > Maven
> >     >> >>> Central instead of repository.apache.org.  From my reading of
> > the
> >     >> logs,
> >     >> >>> you had a problem downloading a Maven plugin from Maven
> Central
> > which
> >     >> is
> >     >> >>> allowed, while Om was having trouble uploading to
> >     >> repository.apache.org.
> >     >> >>>
> >     >> >>> I think we're ok as long as we can figure out why you and Om
> > keep
> >     >> >>> getting timeouts.  There are plenty of articles about Maven
> and
> > the
> >     >> timeout
> >     >> >>> but it all seems to be proxy related.  If you are not using a
> > proxy,
> >     >> maybe
> >     >> >>> there is an article out there that isn't about proxies.  You
> > could
> >     >> also ask
> >     >> >>> on a Maven mailing list to see if they've heard of this issue.
> >     >> >>>
> >     >> >>> -Alex
> >     >> >>>
> >     >> >>> On 10/12/18, 10:47 PM, "Piotr Zarzycki" <
> > piotrzarzycki21@gmail.com>
> >     >> >>> wrote:
> >     >> >>>
> >     >> >>>     So the difference is that when we vote successful y for
> > release we
> >     >> >>> are
> >     >> >>>     uploading manually those artifacts?
> >     >> >>>
> >     >> >>>     Automatic is not allowed? This is how I understand.
> >     >> >>>
> >     >> >>>     Piotr
> >     >> >>>
> >     >> >>>     On Sat, Oct 13, 2018, 7:40 AM Piotr Zarzycki <
> >     >> >>> piotrzarzycki21@gmail.com>
> >     >> >>>     wrote:
> >     >> >>>
> >     >> >>>     > Alex,
> >     >> >>>     >
> >     >> >>>     > I'm not running behind the proxy.
> >     >> >>>     >
> >     >> >>>     > Hi Dave,
> >     >> >>>     >
> >     >> >>>     > We are publishing only RC. Why it is against?
> >     >> >>>     >
> >     >> >>>     > Piotr
> >     >> >>>     >
> >     >> >>>     > On Sat, Oct 13, 2018, 1:05 AM Dave Fisher <
> >     >> dave2wave@comcast.net>
> >     >> >>> wrote:
> >     >> >>>     >
> >     >> >>>     >>
> >     >> >>>     >>
> >     >> >>>     >> Sent from my iPhone
> >     >> >>>     >>
> >     >> >>>     >> > On Oct 12, 2018, at 2:33 PM, Guild, Jason A (DOT) <
> >     >> >>>     >> jason.guild@alaska.gov> wrote:
> >     >> >>>     >> >
> >     >> >>>     >> > Forgive my asking perhaps silly questions.
> >     >> >>>     >>
> >     >> >>>     >> +1
> >     >> >>>     >>
> >     >> >>>     >> >
> >     >> >>>     >> > Why in the world does the Royale release script have
> a
> >     >> >>> dependency on
> >     >> >>>     >> > publishing directly to Maven Central?
> >     >> >>>     >>
> >     >> >>>     >> That is likely against Apache Release Policy as well
> and
> > must
> >     >> be
> >     >> >>> changed.
> >     >> >>>     >>
> >     >> >>>     >> >
> >     >> >>>     >> > Doesn't Apache maintain its own Maven repository of
> >     >> >>> apache-produced
> >     >> >>>     >> > artifacts?
> >     >> >>>     >> > Isn't that what repo.maven.apache.org is? Why can't
> > Royale
> >     >> >>> publish to
> >     >> >>>     >> that?
> >     >> >>>     >> >
> >     >> >>>     >> > The artifacts successfully published there could be
> > mirrored
> >     >> to
> >     >> >>> other
> >     >> >>>     >> > public repositories after the release is complete.
> >     >> >>>     >>
> >     >> >>>     >> Yes, exactly.
> >     >> >>>     >>
> >     >> >>>     >> Regards,
> >     >> >>>     >> Dave
> >     >> >>>     >>
> >     >> >>>     >> > Jason
> >     >> >>>     >> >
> >     >> >>>     >> >> On 10/12/2018 12:01 PM, Piotr Zarzycki wrote:
> >     >> >>>     >> >> Unfortunately I got the same result as OM:(
> > Something is
> >     >> >>> really wrong
> >     >> >>>     >> with
> >     >> >>>     >> >> Maven central, cause I can't believe that we all
> have
> > bad
> >     >> >>> internet
> >     >> >>>     >> >> connection.:)
> >     >> >>>     >> >
> >     >> >>>     >>
> >     >> >>>     >>
> >     >> >>>
> >     >> >>>
> >     >> >>>
> >     >> >>
> >     >> >> --
> >     >> >> Carlos Rovira
> >     >> >>
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=zDgsTtlMTWFc7wSBrrGus5m0u0NBIjfqdsP6AM3dXS0%3D&amp;reserved=0
> >     >> >>
> >     >> >>
> >     >> >
> >     >> > --
> >     >> > Carlos Rovira
> >     >> >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=zDgsTtlMTWFc7wSBrrGus5m0u0NBIjfqdsP6AM3dXS0%3D&amp;reserved=0
> >     >> >
> >     >> >
> >     >>
> >     >> --
> >     >> Carlos Rovira
> >     >>
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=zDgsTtlMTWFc7wSBrrGus5m0u0NBIjfqdsP6AM3dXS0%3D&amp;reserved=0
> >     >>
> >     >
> >
> >     --
> >
> >     Piotr Zarzycki
> >
> >     Patreon: *
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=TPWtJZYTsFe3iNGv7RfDeHbgZFtepP0C%2Bjb3qbKiXyg%3D&amp;reserved=0
> >     <
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=TPWtJZYTsFe3iNGv7RfDeHbgZFtepP0C%2Bjb3qbKiXyg%3D&amp;reserved=0
> > >*
> >
> >
> >
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>


--

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: [Discuss] Start release process 0.9.3

Posted by Piotr Zarzycki <pi...@gmail.com>.
Hi Yishay,

This [1][2]

[1]
https://github.com/apache/royale-compiler/tree/org.apache.royale.compiler-0.9.4-rc1
[2]
https://github.com/apache/royale-compiler/tree/org.apache.royale.compiler-0.9.4-rc2

Thanks,
Piotr

pon., 15 paź 2018 o 17:20 Yishay Weiss <yi...@hotmail.com> napisał(a):

> What’s the full names of the tags that need to be deleted?
>
>
>
> ________________________________
> From: Piotr Zarzycki <pi...@gmail.com>
> Sent: Monday, October 15, 2018 4:08:34 PM
> To: dev@royale.apache.org
> Subject: Re: [Discuss] Start release process 0.9.3
>
> Hi Alex,
>
> I have all environment property which you are mentioning in place.
>
> AIR_HOME = d:\Work\flex-sdk-4.16.1_adobe_air_30
> FLASHPLAYER_DEBUGGER = D:\Work\player\flashplayer.exe
> PLAYERGLOBAL_HOME = D:\Work\player
>
> In my folder with player I have following folders with playerglobal.swc
> 11.1, 11.7, 20.0, 21,0, 23.0. Maybe issue is cause I'm using bash for
> running all of that..
>
> I think I'm done with this. I don't have anymore power to fight with it at
> all. Whoever wanted to pickup what's is left feel free. Branches are
> waiting. You need to remove RC1 and RC2 tags, cause I cannot for some
> reason.
>
> Good Luck!
> Piotr
>
>
> pon., 15 paź 2018 o 09:45 Alex Harui <ah...@adobe.com.invalid>
> napisał(a):
>
> > Looks like your environment variables aren't set?  Having js.swc on the
> > external-library-path to run a SWF doesn't seem right.  Check AIR_HOME,
> > PLAYERGLOBAL_HOME, FLASHPLAYER_DEBUGGER.
> >
> > -Alex
> >
> > On 10/15/18, 12:37 AM, "Piotr Zarzycki" <pi...@gmail.com>
> > wrote:
> >
> >     Now tests are failing :) [1]
> >
> >     [1]
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FFY4O&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=WJMqxXBaDs%2B1jidlSnp1mTzBgBPlhbOSMoXHcycEBh0%3D&amp;reserved=0
> >
> >     niedz., 14 paź 2018 o 22:34 Piotr Zarzycki <
> piotrzarzycki21@gmail.com>
> >     napisał(a):
> >
> >     > Before I contact Maven mailing list I would like to try again
> > release to
> >     > see what I got.
> >     >
> >     >
> >     > On Sat, Oct 13, 2018, 11:28 AM Carlos Rovira <
> > carlosrovira@apache.org>
> >     > wrote:
> >     >
> >     >> Hi, commit done and seems no other side effect was done. So I
> think
> > the
> >     >> tweaks worked.
> >     >>
> >     >> El sáb., 13 oct. 2018 a las 11:18, Carlos Rovira (<
> >     >> carlosrovira@apache.org>)
> >     >> escribió:
> >     >>
> >     >> > Hi,
> >     >> >
> >     >> > about delete tag, I was investigating and did some tweaks to my
> > system.
> >     >> So
> >     >> > we'll see in the next commit if it works.
> >     >> >
> >     >> > El sáb., 13 oct. 2018 a las 8:59, Carlos Rovira (<
> >     >> carlosrovira@apache.org>)
> >     >> > escribió:
> >     >> >
> >     >> >> Hi,
> >     >> >>
> >     >> >> I think asking ni maven list is our best bet since as we do
> here,
> >     >> surely
> >     >> >> they can help and give some light on what's happening, so
> >     >> >> +1 to ask in maven list
> >     >> >>
> >     >> >>
> >     >> >>
> >     >> >> El sáb., 13 oct. 2018 a las 7:56, Alex Harui
> > (<aharui@adobe.com.invalid
> >     >> >)
> >     >> >> escribió:
> >     >> >>
> >     >> >>> No, some people think the script was trying to upload the RC
> to
> > Maven
> >     >> >>> Central instead of repository.apache.org.  From my reading of
> > the
> >     >> logs,
> >     >> >>> you had a problem downloading a Maven plugin from Maven
> Central
> > which
> >     >> is
> >     >> >>> allowed, while Om was having trouble uploading to
> >     >> repository.apache.org.
> >     >> >>>
> >     >> >>> I think we're ok as long as we can figure out why you and Om
> > keep
> >     >> >>> getting timeouts.  There are plenty of articles about Maven
> and
> > the
> >     >> timeout
> >     >> >>> but it all seems to be proxy related.  If you are not using a
> > proxy,
> >     >> maybe
> >     >> >>> there is an article out there that isn't about proxies.  You
> > could
> >     >> also ask
> >     >> >>> on a Maven mailing list to see if they've heard of this issue.
> >     >> >>>
> >     >> >>> -Alex
> >     >> >>>
> >     >> >>> On 10/12/18, 10:47 PM, "Piotr Zarzycki" <
> > piotrzarzycki21@gmail.com>
> >     >> >>> wrote:
> >     >> >>>
> >     >> >>>     So the difference is that when we vote successful y for
> > release we
> >     >> >>> are
> >     >> >>>     uploading manually those artifacts?
> >     >> >>>
> >     >> >>>     Automatic is not allowed? This is how I understand.
> >     >> >>>
> >     >> >>>     Piotr
> >     >> >>>
> >     >> >>>     On Sat, Oct 13, 2018, 7:40 AM Piotr Zarzycki <
> >     >> >>> piotrzarzycki21@gmail.com>
> >     >> >>>     wrote:
> >     >> >>>
> >     >> >>>     > Alex,
> >     >> >>>     >
> >     >> >>>     > I'm not running behind the proxy.
> >     >> >>>     >
> >     >> >>>     > Hi Dave,
> >     >> >>>     >
> >     >> >>>     > We are publishing only RC. Why it is against?
> >     >> >>>     >
> >     >> >>>     > Piotr
> >     >> >>>     >
> >     >> >>>     > On Sat, Oct 13, 2018, 1:05 AM Dave Fisher <
> >     >> dave2wave@comcast.net>
> >     >> >>> wrote:
> >     >> >>>     >
> >     >> >>>     >>
> >     >> >>>     >>
> >     >> >>>     >> Sent from my iPhone
> >     >> >>>     >>
> >     >> >>>     >> > On Oct 12, 2018, at 2:33 PM, Guild, Jason A (DOT) <
> >     >> >>>     >> jason.guild@alaska.gov> wrote:
> >     >> >>>     >> >
> >     >> >>>     >> > Forgive my asking perhaps silly questions.
> >     >> >>>     >>
> >     >> >>>     >> +1
> >     >> >>>     >>
> >     >> >>>     >> >
> >     >> >>>     >> > Why in the world does the Royale release script have
> a
> >     >> >>> dependency on
> >     >> >>>     >> > publishing directly to Maven Central?
> >     >> >>>     >>
> >     >> >>>     >> That is likely against Apache Release Policy as well
> and
> > must
> >     >> be
> >     >> >>> changed.
> >     >> >>>     >>
> >     >> >>>     >> >
> >     >> >>>     >> > Doesn't Apache maintain its own Maven repository of
> >     >> >>> apache-produced
> >     >> >>>     >> > artifacts?
> >     >> >>>     >> > Isn't that what repo.maven.apache.org is? Why can't
> > Royale
> >     >> >>> publish to
> >     >> >>>     >> that?
> >     >> >>>     >> >
> >     >> >>>     >> > The artifacts successfully published there could be
> > mirrored
> >     >> to
> >     >> >>> other
> >     >> >>>     >> > public repositories after the release is complete.
> >     >> >>>     >>
> >     >> >>>     >> Yes, exactly.
> >     >> >>>     >>
> >     >> >>>     >> Regards,
> >     >> >>>     >> Dave
> >     >> >>>     >>
> >     >> >>>     >> > Jason
> >     >> >>>     >> >
> >     >> >>>     >> >> On 10/12/2018 12:01 PM, Piotr Zarzycki wrote:
> >     >> >>>     >> >> Unfortunately I got the same result as OM:(
> > Something is
> >     >> >>> really wrong
> >     >> >>>     >> with
> >     >> >>>     >> >> Maven central, cause I can't believe that we all
> have
> > bad
> >     >> >>> internet
> >     >> >>>     >> >> connection.:)
> >     >> >>>     >> >
> >     >> >>>     >>
> >     >> >>>     >>
> >     >> >>>
> >     >> >>>
> >     >> >>>
> >     >> >>
> >     >> >> --
> >     >> >> Carlos Rovira
> >     >> >>
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=zDgsTtlMTWFc7wSBrrGus5m0u0NBIjfqdsP6AM3dXS0%3D&amp;reserved=0
> >     >> >>
> >     >> >>
> >     >> >
> >     >> > --
> >     >> > Carlos Rovira
> >     >> >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=zDgsTtlMTWFc7wSBrrGus5m0u0NBIjfqdsP6AM3dXS0%3D&amp;reserved=0
> >     >> >
> >     >> >
> >     >>
> >     >> --
> >     >> Carlos Rovira
> >     >>
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=zDgsTtlMTWFc7wSBrrGus5m0u0NBIjfqdsP6AM3dXS0%3D&amp;reserved=0
> >     >>
> >     >
> >
> >     --
> >
> >     Piotr Zarzycki
> >
> >     Patreon: *
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=TPWtJZYTsFe3iNGv7RfDeHbgZFtepP0C%2Bjb3qbKiXyg%3D&amp;reserved=0
> >     <
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=TPWtJZYTsFe3iNGv7RfDeHbgZFtepP0C%2Bjb3qbKiXyg%3D&amp;reserved=0
> > >*
> >
> >
> >
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

RE: [Discuss] Start release process 0.9.3

Posted by Yishay Weiss <yi...@hotmail.com>.
What’s the full names of the tags that need to be deleted?



________________________________
From: Piotr Zarzycki <pi...@gmail.com>
Sent: Monday, October 15, 2018 4:08:34 PM
To: dev@royale.apache.org
Subject: Re: [Discuss] Start release process 0.9.3

Hi Alex,

I have all environment property which you are mentioning in place.

AIR_HOME = d:\Work\flex-sdk-4.16.1_adobe_air_30
FLASHPLAYER_DEBUGGER = D:\Work\player\flashplayer.exe
PLAYERGLOBAL_HOME = D:\Work\player

In my folder with player I have following folders with playerglobal.swc
11.1, 11.7, 20.0, 21,0, 23.0. Maybe issue is cause I'm using bash for
running all of that..

I think I'm done with this. I don't have anymore power to fight with it at
all. Whoever wanted to pickup what's is left feel free. Branches are
waiting. You need to remove RC1 and RC2 tags, cause I cannot for some
reason.

Good Luck!
Piotr


pon., 15 paź 2018 o 09:45 Alex Harui <ah...@adobe.com.invalid> napisał(a):

> Looks like your environment variables aren't set?  Having js.swc on the
> external-library-path to run a SWF doesn't seem right.  Check AIR_HOME,
> PLAYERGLOBAL_HOME, FLASHPLAYER_DEBUGGER.
>
> -Alex
>
> On 10/15/18, 12:37 AM, "Piotr Zarzycki" <pi...@gmail.com>
> wrote:
>
>     Now tests are failing :) [1]
>
>     [1]
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FFY4O&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=WJMqxXBaDs%2B1jidlSnp1mTzBgBPlhbOSMoXHcycEBh0%3D&amp;reserved=0
>
>     niedz., 14 paź 2018 o 22:34 Piotr Zarzycki <pi...@gmail.com>
>     napisał(a):
>
>     > Before I contact Maven mailing list I would like to try again
> release to
>     > see what I got.
>     >
>     >
>     > On Sat, Oct 13, 2018, 11:28 AM Carlos Rovira <
> carlosrovira@apache.org>
>     > wrote:
>     >
>     >> Hi, commit done and seems no other side effect was done. So I think
> the
>     >> tweaks worked.
>     >>
>     >> El sáb., 13 oct. 2018 a las 11:18, Carlos Rovira (<
>     >> carlosrovira@apache.org>)
>     >> escribió:
>     >>
>     >> > Hi,
>     >> >
>     >> > about delete tag, I was investigating and did some tweaks to my
> system.
>     >> So
>     >> > we'll see in the next commit if it works.
>     >> >
>     >> > El sáb., 13 oct. 2018 a las 8:59, Carlos Rovira (<
>     >> carlosrovira@apache.org>)
>     >> > escribió:
>     >> >
>     >> >> Hi,
>     >> >>
>     >> >> I think asking ni maven list is our best bet since as we do here,
>     >> surely
>     >> >> they can help and give some light on what's happening, so
>     >> >> +1 to ask in maven list
>     >> >>
>     >> >>
>     >> >>
>     >> >> El sáb., 13 oct. 2018 a las 7:56, Alex Harui
> (<aharui@adobe.com.invalid
>     >> >)
>     >> >> escribió:
>     >> >>
>     >> >>> No, some people think the script was trying to upload the RC to
> Maven
>     >> >>> Central instead of repository.apache.org.  From my reading of
> the
>     >> logs,
>     >> >>> you had a problem downloading a Maven plugin from Maven Central
> which
>     >> is
>     >> >>> allowed, while Om was having trouble uploading to
>     >> repository.apache.org.
>     >> >>>
>     >> >>> I think we're ok as long as we can figure out why you and Om
> keep
>     >> >>> getting timeouts.  There are plenty of articles about Maven and
> the
>     >> timeout
>     >> >>> but it all seems to be proxy related.  If you are not using a
> proxy,
>     >> maybe
>     >> >>> there is an article out there that isn't about proxies.  You
> could
>     >> also ask
>     >> >>> on a Maven mailing list to see if they've heard of this issue.
>     >> >>>
>     >> >>> -Alex
>     >> >>>
>     >> >>> On 10/12/18, 10:47 PM, "Piotr Zarzycki" <
> piotrzarzycki21@gmail.com>
>     >> >>> wrote:
>     >> >>>
>     >> >>>     So the difference is that when we vote successful y for
> release we
>     >> >>> are
>     >> >>>     uploading manually those artifacts?
>     >> >>>
>     >> >>>     Automatic is not allowed? This is how I understand.
>     >> >>>
>     >> >>>     Piotr
>     >> >>>
>     >> >>>     On Sat, Oct 13, 2018, 7:40 AM Piotr Zarzycki <
>     >> >>> piotrzarzycki21@gmail.com>
>     >> >>>     wrote:
>     >> >>>
>     >> >>>     > Alex,
>     >> >>>     >
>     >> >>>     > I'm not running behind the proxy.
>     >> >>>     >
>     >> >>>     > Hi Dave,
>     >> >>>     >
>     >> >>>     > We are publishing only RC. Why it is against?
>     >> >>>     >
>     >> >>>     > Piotr
>     >> >>>     >
>     >> >>>     > On Sat, Oct 13, 2018, 1:05 AM Dave Fisher <
>     >> dave2wave@comcast.net>
>     >> >>> wrote:
>     >> >>>     >
>     >> >>>     >>
>     >> >>>     >>
>     >> >>>     >> Sent from my iPhone
>     >> >>>     >>
>     >> >>>     >> > On Oct 12, 2018, at 2:33 PM, Guild, Jason A (DOT) <
>     >> >>>     >> jason.guild@alaska.gov> wrote:
>     >> >>>     >> >
>     >> >>>     >> > Forgive my asking perhaps silly questions.
>     >> >>>     >>
>     >> >>>     >> +1
>     >> >>>     >>
>     >> >>>     >> >
>     >> >>>     >> > Why in the world does the Royale release script have a
>     >> >>> dependency on
>     >> >>>     >> > publishing directly to Maven Central?
>     >> >>>     >>
>     >> >>>     >> That is likely against Apache Release Policy as well and
> must
>     >> be
>     >> >>> changed.
>     >> >>>     >>
>     >> >>>     >> >
>     >> >>>     >> > Doesn't Apache maintain its own Maven repository of
>     >> >>> apache-produced
>     >> >>>     >> > artifacts?
>     >> >>>     >> > Isn't that what repo.maven.apache.org is? Why can't
> Royale
>     >> >>> publish to
>     >> >>>     >> that?
>     >> >>>     >> >
>     >> >>>     >> > The artifacts successfully published there could be
> mirrored
>     >> to
>     >> >>> other
>     >> >>>     >> > public repositories after the release is complete.
>     >> >>>     >>
>     >> >>>     >> Yes, exactly.
>     >> >>>     >>
>     >> >>>     >> Regards,
>     >> >>>     >> Dave
>     >> >>>     >>
>     >> >>>     >> > Jason
>     >> >>>     >> >
>     >> >>>     >> >> On 10/12/2018 12:01 PM, Piotr Zarzycki wrote:
>     >> >>>     >> >> Unfortunately I got the same result as OM:(
> Something is
>     >> >>> really wrong
>     >> >>>     >> with
>     >> >>>     >> >> Maven central, cause I can't believe that we all have
> bad
>     >> >>> internet
>     >> >>>     >> >> connection.:)
>     >> >>>     >> >
>     >> >>>     >>
>     >> >>>     >>
>     >> >>>
>     >> >>>
>     >> >>>
>     >> >>
>     >> >> --
>     >> >> Carlos Rovira
>     >> >>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=zDgsTtlMTWFc7wSBrrGus5m0u0NBIjfqdsP6AM3dXS0%3D&amp;reserved=0
>     >> >>
>     >> >>
>     >> >
>     >> > --
>     >> > Carlos Rovira
>     >> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=zDgsTtlMTWFc7wSBrrGus5m0u0NBIjfqdsP6AM3dXS0%3D&amp;reserved=0
>     >> >
>     >> >
>     >>
>     >> --
>     >> Carlos Rovira
>     >>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=zDgsTtlMTWFc7wSBrrGus5m0u0NBIjfqdsP6AM3dXS0%3D&amp;reserved=0
>     >>
>     >
>
>     --
>
>     Piotr Zarzycki
>
>     Patreon: *
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=TPWtJZYTsFe3iNGv7RfDeHbgZFtepP0C%2Bjb3qbKiXyg%3D&amp;reserved=0
>     <
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=TPWtJZYTsFe3iNGv7RfDeHbgZFtepP0C%2Bjb3qbKiXyg%3D&amp;reserved=0
> >*
>
>
>

--

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: [Discuss] Start release process 0.9.3

Posted by Piotr Zarzycki <pi...@gmail.com>.
Hi Alex,

I have all environment property which you are mentioning in place.

AIR_HOME = d:\Work\flex-sdk-4.16.1_adobe_air_30
FLASHPLAYER_DEBUGGER = D:\Work\player\flashplayer.exe
PLAYERGLOBAL_HOME = D:\Work\player

In my folder with player I have following folders with playerglobal.swc
11.1, 11.7, 20.0, 21,0, 23.0. Maybe issue is cause I'm using bash for
running all of that..

I think I'm done with this. I don't have anymore power to fight with it at
all. Whoever wanted to pickup what's is left feel free. Branches are
waiting. You need to remove RC1 and RC2 tags, cause I cannot for some
reason.

Good Luck!
Piotr


pon., 15 paź 2018 o 09:45 Alex Harui <ah...@adobe.com.invalid> napisał(a):

> Looks like your environment variables aren't set?  Having js.swc on the
> external-library-path to run a SWF doesn't seem right.  Check AIR_HOME,
> PLAYERGLOBAL_HOME, FLASHPLAYER_DEBUGGER.
>
> -Alex
>
> On 10/15/18, 12:37 AM, "Piotr Zarzycki" <pi...@gmail.com>
> wrote:
>
>     Now tests are failing :) [1]
>
>     [1]
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FFY4O&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=WJMqxXBaDs%2B1jidlSnp1mTzBgBPlhbOSMoXHcycEBh0%3D&amp;reserved=0
>
>     niedz., 14 paź 2018 o 22:34 Piotr Zarzycki <pi...@gmail.com>
>     napisał(a):
>
>     > Before I contact Maven mailing list I would like to try again
> release to
>     > see what I got.
>     >
>     >
>     > On Sat, Oct 13, 2018, 11:28 AM Carlos Rovira <
> carlosrovira@apache.org>
>     > wrote:
>     >
>     >> Hi, commit done and seems no other side effect was done. So I think
> the
>     >> tweaks worked.
>     >>
>     >> El sáb., 13 oct. 2018 a las 11:18, Carlos Rovira (<
>     >> carlosrovira@apache.org>)
>     >> escribió:
>     >>
>     >> > Hi,
>     >> >
>     >> > about delete tag, I was investigating and did some tweaks to my
> system.
>     >> So
>     >> > we'll see in the next commit if it works.
>     >> >
>     >> > El sáb., 13 oct. 2018 a las 8:59, Carlos Rovira (<
>     >> carlosrovira@apache.org>)
>     >> > escribió:
>     >> >
>     >> >> Hi,
>     >> >>
>     >> >> I think asking ni maven list is our best bet since as we do here,
>     >> surely
>     >> >> they can help and give some light on what's happening, so
>     >> >> +1 to ask in maven list
>     >> >>
>     >> >>
>     >> >>
>     >> >> El sáb., 13 oct. 2018 a las 7:56, Alex Harui
> (<aharui@adobe.com.invalid
>     >> >)
>     >> >> escribió:
>     >> >>
>     >> >>> No, some people think the script was trying to upload the RC to
> Maven
>     >> >>> Central instead of repository.apache.org.  From my reading of
> the
>     >> logs,
>     >> >>> you had a problem downloading a Maven plugin from Maven Central
> which
>     >> is
>     >> >>> allowed, while Om was having trouble uploading to
>     >> repository.apache.org.
>     >> >>>
>     >> >>> I think we're ok as long as we can figure out why you and Om
> keep
>     >> >>> getting timeouts.  There are plenty of articles about Maven and
> the
>     >> timeout
>     >> >>> but it all seems to be proxy related.  If you are not using a
> proxy,
>     >> maybe
>     >> >>> there is an article out there that isn't about proxies.  You
> could
>     >> also ask
>     >> >>> on a Maven mailing list to see if they've heard of this issue.
>     >> >>>
>     >> >>> -Alex
>     >> >>>
>     >> >>> On 10/12/18, 10:47 PM, "Piotr Zarzycki" <
> piotrzarzycki21@gmail.com>
>     >> >>> wrote:
>     >> >>>
>     >> >>>     So the difference is that when we vote successful y for
> release we
>     >> >>> are
>     >> >>>     uploading manually those artifacts?
>     >> >>>
>     >> >>>     Automatic is not allowed? This is how I understand.
>     >> >>>
>     >> >>>     Piotr
>     >> >>>
>     >> >>>     On Sat, Oct 13, 2018, 7:40 AM Piotr Zarzycki <
>     >> >>> piotrzarzycki21@gmail.com>
>     >> >>>     wrote:
>     >> >>>
>     >> >>>     > Alex,
>     >> >>>     >
>     >> >>>     > I'm not running behind the proxy.
>     >> >>>     >
>     >> >>>     > Hi Dave,
>     >> >>>     >
>     >> >>>     > We are publishing only RC. Why it is against?
>     >> >>>     >
>     >> >>>     > Piotr
>     >> >>>     >
>     >> >>>     > On Sat, Oct 13, 2018, 1:05 AM Dave Fisher <
>     >> dave2wave@comcast.net>
>     >> >>> wrote:
>     >> >>>     >
>     >> >>>     >>
>     >> >>>     >>
>     >> >>>     >> Sent from my iPhone
>     >> >>>     >>
>     >> >>>     >> > On Oct 12, 2018, at 2:33 PM, Guild, Jason A (DOT) <
>     >> >>>     >> jason.guild@alaska.gov> wrote:
>     >> >>>     >> >
>     >> >>>     >> > Forgive my asking perhaps silly questions.
>     >> >>>     >>
>     >> >>>     >> +1
>     >> >>>     >>
>     >> >>>     >> >
>     >> >>>     >> > Why in the world does the Royale release script have a
>     >> >>> dependency on
>     >> >>>     >> > publishing directly to Maven Central?
>     >> >>>     >>
>     >> >>>     >> That is likely against Apache Release Policy as well and
> must
>     >> be
>     >> >>> changed.
>     >> >>>     >>
>     >> >>>     >> >
>     >> >>>     >> > Doesn't Apache maintain its own Maven repository of
>     >> >>> apache-produced
>     >> >>>     >> > artifacts?
>     >> >>>     >> > Isn't that what repo.maven.apache.org is? Why can't
> Royale
>     >> >>> publish to
>     >> >>>     >> that?
>     >> >>>     >> >
>     >> >>>     >> > The artifacts successfully published there could be
> mirrored
>     >> to
>     >> >>> other
>     >> >>>     >> > public repositories after the release is complete.
>     >> >>>     >>
>     >> >>>     >> Yes, exactly.
>     >> >>>     >>
>     >> >>>     >> Regards,
>     >> >>>     >> Dave
>     >> >>>     >>
>     >> >>>     >> > Jason
>     >> >>>     >> >
>     >> >>>     >> >> On 10/12/2018 12:01 PM, Piotr Zarzycki wrote:
>     >> >>>     >> >> Unfortunately I got the same result as OM:(
> Something is
>     >> >>> really wrong
>     >> >>>     >> with
>     >> >>>     >> >> Maven central, cause I can't believe that we all have
> bad
>     >> >>> internet
>     >> >>>     >> >> connection.:)
>     >> >>>     >> >
>     >> >>>     >>
>     >> >>>     >>
>     >> >>>
>     >> >>>
>     >> >>>
>     >> >>
>     >> >> --
>     >> >> Carlos Rovira
>     >> >>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=zDgsTtlMTWFc7wSBrrGus5m0u0NBIjfqdsP6AM3dXS0%3D&amp;reserved=0
>     >> >>
>     >> >>
>     >> >
>     >> > --
>     >> > Carlos Rovira
>     >> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=zDgsTtlMTWFc7wSBrrGus5m0u0NBIjfqdsP6AM3dXS0%3D&amp;reserved=0
>     >> >
>     >> >
>     >>
>     >> --
>     >> Carlos Rovira
>     >>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=zDgsTtlMTWFc7wSBrrGus5m0u0NBIjfqdsP6AM3dXS0%3D&amp;reserved=0
>     >>
>     >
>
>     --
>
>     Piotr Zarzycki
>
>     Patreon: *
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=TPWtJZYTsFe3iNGv7RfDeHbgZFtepP0C%2Bjb3qbKiXyg%3D&amp;reserved=0
>     <
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=TPWtJZYTsFe3iNGv7RfDeHbgZFtepP0C%2Bjb3qbKiXyg%3D&amp;reserved=0
> >*
>
>
>

-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: [Discuss] Start release process 0.9.3

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Looks like your environment variables aren't set?  Having js.swc on the external-library-path to run a SWF doesn't seem right.  Check AIR_HOME, PLAYERGLOBAL_HOME, FLASHPLAYER_DEBUGGER.

-Alex

On 10/15/18, 12:37 AM, "Piotr Zarzycki" <pi...@gmail.com> wrote:

    Now tests are failing :) [1]
    
    [1] https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FFY4O&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=WJMqxXBaDs%2B1jidlSnp1mTzBgBPlhbOSMoXHcycEBh0%3D&amp;reserved=0
    
    niedz., 14 paź 2018 o 22:34 Piotr Zarzycki <pi...@gmail.com>
    napisał(a):
    
    > Before I contact Maven mailing list I would like to try again release to
    > see what I got.
    >
    >
    > On Sat, Oct 13, 2018, 11:28 AM Carlos Rovira <ca...@apache.org>
    > wrote:
    >
    >> Hi, commit done and seems no other side effect was done. So I think the
    >> tweaks worked.
    >>
    >> El sáb., 13 oct. 2018 a las 11:18, Carlos Rovira (<
    >> carlosrovira@apache.org>)
    >> escribió:
    >>
    >> > Hi,
    >> >
    >> > about delete tag, I was investigating and did some tweaks to my system.
    >> So
    >> > we'll see in the next commit if it works.
    >> >
    >> > El sáb., 13 oct. 2018 a las 8:59, Carlos Rovira (<
    >> carlosrovira@apache.org>)
    >> > escribió:
    >> >
    >> >> Hi,
    >> >>
    >> >> I think asking ni maven list is our best bet since as we do here,
    >> surely
    >> >> they can help and give some light on what's happening, so
    >> >> +1 to ask in maven list
    >> >>
    >> >>
    >> >>
    >> >> El sáb., 13 oct. 2018 a las 7:56, Alex Harui (<aharui@adobe.com.invalid
    >> >)
    >> >> escribió:
    >> >>
    >> >>> No, some people think the script was trying to upload the RC to Maven
    >> >>> Central instead of repository.apache.org.  From my reading of the
    >> logs,
    >> >>> you had a problem downloading a Maven plugin from Maven Central which
    >> is
    >> >>> allowed, while Om was having trouble uploading to
    >> repository.apache.org.
    >> >>>
    >> >>> I think we're ok as long as we can figure out why you and Om keep
    >> >>> getting timeouts.  There are plenty of articles about Maven and the
    >> timeout
    >> >>> but it all seems to be proxy related.  If you are not using a proxy,
    >> maybe
    >> >>> there is an article out there that isn't about proxies.  You could
    >> also ask
    >> >>> on a Maven mailing list to see if they've heard of this issue.
    >> >>>
    >> >>> -Alex
    >> >>>
    >> >>> On 10/12/18, 10:47 PM, "Piotr Zarzycki" <pi...@gmail.com>
    >> >>> wrote:
    >> >>>
    >> >>>     So the difference is that when we vote successful y for release we
    >> >>> are
    >> >>>     uploading manually those artifacts?
    >> >>>
    >> >>>     Automatic is not allowed? This is how I understand.
    >> >>>
    >> >>>     Piotr
    >> >>>
    >> >>>     On Sat, Oct 13, 2018, 7:40 AM Piotr Zarzycki <
    >> >>> piotrzarzycki21@gmail.com>
    >> >>>     wrote:
    >> >>>
    >> >>>     > Alex,
    >> >>>     >
    >> >>>     > I'm not running behind the proxy.
    >> >>>     >
    >> >>>     > Hi Dave,
    >> >>>     >
    >> >>>     > We are publishing only RC. Why it is against?
    >> >>>     >
    >> >>>     > Piotr
    >> >>>     >
    >> >>>     > On Sat, Oct 13, 2018, 1:05 AM Dave Fisher <
    >> dave2wave@comcast.net>
    >> >>> wrote:
    >> >>>     >
    >> >>>     >>
    >> >>>     >>
    >> >>>     >> Sent from my iPhone
    >> >>>     >>
    >> >>>     >> > On Oct 12, 2018, at 2:33 PM, Guild, Jason A (DOT) <
    >> >>>     >> jason.guild@alaska.gov> wrote:
    >> >>>     >> >
    >> >>>     >> > Forgive my asking perhaps silly questions.
    >> >>>     >>
    >> >>>     >> +1
    >> >>>     >>
    >> >>>     >> >
    >> >>>     >> > Why in the world does the Royale release script have a
    >> >>> dependency on
    >> >>>     >> > publishing directly to Maven Central?
    >> >>>     >>
    >> >>>     >> That is likely against Apache Release Policy as well and must
    >> be
    >> >>> changed.
    >> >>>     >>
    >> >>>     >> >
    >> >>>     >> > Doesn't Apache maintain its own Maven repository of
    >> >>> apache-produced
    >> >>>     >> > artifacts?
    >> >>>     >> > Isn't that what repo.maven.apache.org is? Why can't Royale
    >> >>> publish to
    >> >>>     >> that?
    >> >>>     >> >
    >> >>>     >> > The artifacts successfully published there could be mirrored
    >> to
    >> >>> other
    >> >>>     >> > public repositories after the release is complete.
    >> >>>     >>
    >> >>>     >> Yes, exactly.
    >> >>>     >>
    >> >>>     >> Regards,
    >> >>>     >> Dave
    >> >>>     >>
    >> >>>     >> > Jason
    >> >>>     >> >
    >> >>>     >> >> On 10/12/2018 12:01 PM, Piotr Zarzycki wrote:
    >> >>>     >> >> Unfortunately I got the same result as OM:(  Something is
    >> >>> really wrong
    >> >>>     >> with
    >> >>>     >> >> Maven central, cause I can't believe that we all have bad
    >> >>> internet
    >> >>>     >> >> connection.:)
    >> >>>     >> >
    >> >>>     >>
    >> >>>     >>
    >> >>>
    >> >>>
    >> >>>
    >> >>
    >> >> --
    >> >> Carlos Rovira
    >> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=zDgsTtlMTWFc7wSBrrGus5m0u0NBIjfqdsP6AM3dXS0%3D&amp;reserved=0
    >> >>
    >> >>
    >> >
    >> > --
    >> > Carlos Rovira
    >> > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=zDgsTtlMTWFc7wSBrrGus5m0u0NBIjfqdsP6AM3dXS0%3D&amp;reserved=0
    >> >
    >> >
    >>
    >> --
    >> Carlos Rovira
    >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=zDgsTtlMTWFc7wSBrrGus5m0u0NBIjfqdsP6AM3dXS0%3D&amp;reserved=0
    >>
    >
    
    -- 
    
    Piotr Zarzycki
    
    Patreon: *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=TPWtJZYTsFe3iNGv7RfDeHbgZFtepP0C%2Bjb3qbKiXyg%3D&amp;reserved=0
    <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cfa5543ca2c7e4cf173ae08d632711463%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636751858589137692&amp;sdata=TPWtJZYTsFe3iNGv7RfDeHbgZFtepP0C%2Bjb3qbKiXyg%3D&amp;reserved=0>*
    


Re: [Discuss] Start release process 0.9.3

Posted by Piotr Zarzycki <pi...@gmail.com>.
Now tests are failing :) [1]

[1] https://paste.apache.org/FY4O

niedz., 14 paź 2018 o 22:34 Piotr Zarzycki <pi...@gmail.com>
napisał(a):

> Before I contact Maven mailing list I would like to try again release to
> see what I got.
>
>
> On Sat, Oct 13, 2018, 11:28 AM Carlos Rovira <ca...@apache.org>
> wrote:
>
>> Hi, commit done and seems no other side effect was done. So I think the
>> tweaks worked.
>>
>> El sáb., 13 oct. 2018 a las 11:18, Carlos Rovira (<
>> carlosrovira@apache.org>)
>> escribió:
>>
>> > Hi,
>> >
>> > about delete tag, I was investigating and did some tweaks to my system.
>> So
>> > we'll see in the next commit if it works.
>> >
>> > El sáb., 13 oct. 2018 a las 8:59, Carlos Rovira (<
>> carlosrovira@apache.org>)
>> > escribió:
>> >
>> >> Hi,
>> >>
>> >> I think asking ni maven list is our best bet since as we do here,
>> surely
>> >> they can help and give some light on what's happening, so
>> >> +1 to ask in maven list
>> >>
>> >>
>> >>
>> >> El sáb., 13 oct. 2018 a las 7:56, Alex Harui (<aharui@adobe.com.invalid
>> >)
>> >> escribió:
>> >>
>> >>> No, some people think the script was trying to upload the RC to Maven
>> >>> Central instead of repository.apache.org.  From my reading of the
>> logs,
>> >>> you had a problem downloading a Maven plugin from Maven Central which
>> is
>> >>> allowed, while Om was having trouble uploading to
>> repository.apache.org.
>> >>>
>> >>> I think we're ok as long as we can figure out why you and Om keep
>> >>> getting timeouts.  There are plenty of articles about Maven and the
>> timeout
>> >>> but it all seems to be proxy related.  If you are not using a proxy,
>> maybe
>> >>> there is an article out there that isn't about proxies.  You could
>> also ask
>> >>> on a Maven mailing list to see if they've heard of this issue.
>> >>>
>> >>> -Alex
>> >>>
>> >>> On 10/12/18, 10:47 PM, "Piotr Zarzycki" <pi...@gmail.com>
>> >>> wrote:
>> >>>
>> >>>     So the difference is that when we vote successful y for release we
>> >>> are
>> >>>     uploading manually those artifacts?
>> >>>
>> >>>     Automatic is not allowed? This is how I understand.
>> >>>
>> >>>     Piotr
>> >>>
>> >>>     On Sat, Oct 13, 2018, 7:40 AM Piotr Zarzycki <
>> >>> piotrzarzycki21@gmail.com>
>> >>>     wrote:
>> >>>
>> >>>     > Alex,
>> >>>     >
>> >>>     > I'm not running behind the proxy.
>> >>>     >
>> >>>     > Hi Dave,
>> >>>     >
>> >>>     > We are publishing only RC. Why it is against?
>> >>>     >
>> >>>     > Piotr
>> >>>     >
>> >>>     > On Sat, Oct 13, 2018, 1:05 AM Dave Fisher <
>> dave2wave@comcast.net>
>> >>> wrote:
>> >>>     >
>> >>>     >>
>> >>>     >>
>> >>>     >> Sent from my iPhone
>> >>>     >>
>> >>>     >> > On Oct 12, 2018, at 2:33 PM, Guild, Jason A (DOT) <
>> >>>     >> jason.guild@alaska.gov> wrote:
>> >>>     >> >
>> >>>     >> > Forgive my asking perhaps silly questions.
>> >>>     >>
>> >>>     >> +1
>> >>>     >>
>> >>>     >> >
>> >>>     >> > Why in the world does the Royale release script have a
>> >>> dependency on
>> >>>     >> > publishing directly to Maven Central?
>> >>>     >>
>> >>>     >> That is likely against Apache Release Policy as well and must
>> be
>> >>> changed.
>> >>>     >>
>> >>>     >> >
>> >>>     >> > Doesn't Apache maintain its own Maven repository of
>> >>> apache-produced
>> >>>     >> > artifacts?
>> >>>     >> > Isn't that what repo.maven.apache.org is? Why can't Royale
>> >>> publish to
>> >>>     >> that?
>> >>>     >> >
>> >>>     >> > The artifacts successfully published there could be mirrored
>> to
>> >>> other
>> >>>     >> > public repositories after the release is complete.
>> >>>     >>
>> >>>     >> Yes, exactly.
>> >>>     >>
>> >>>     >> Regards,
>> >>>     >> Dave
>> >>>     >>
>> >>>     >> > Jason
>> >>>     >> >
>> >>>     >> >> On 10/12/2018 12:01 PM, Piotr Zarzycki wrote:
>> >>>     >> >> Unfortunately I got the same result as OM:(  Something is
>> >>> really wrong
>> >>>     >> with
>> >>>     >> >> Maven central, cause I can't believe that we all have bad
>> >>> internet
>> >>>     >> >> connection.:)
>> >>>     >> >
>> >>>     >>
>> >>>     >>
>> >>>
>> >>>
>> >>>
>> >>
>> >> --
>> >> Carlos Rovira
>> >> http://about.me/carlosrovira
>> >>
>> >>
>> >
>> > --
>> > Carlos Rovira
>> > http://about.me/carlosrovira
>> >
>> >
>>
>> --
>> Carlos Rovira
>> http://about.me/carlosrovira
>>
>

-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: [Discuss] Start release process 0.9.3

Posted by Piotr Zarzycki <pi...@gmail.com>.
Before I contact Maven mailing list I would like to try again release to
see what I got.


On Sat, Oct 13, 2018, 11:28 AM Carlos Rovira <ca...@apache.org>
wrote:

> Hi, commit done and seems no other side effect was done. So I think the
> tweaks worked.
>
> El sáb., 13 oct. 2018 a las 11:18, Carlos Rovira (<carlosrovira@apache.org
> >)
> escribió:
>
> > Hi,
> >
> > about delete tag, I was investigating and did some tweaks to my system.
> So
> > we'll see in the next commit if it works.
> >
> > El sáb., 13 oct. 2018 a las 8:59, Carlos Rovira (<
> carlosrovira@apache.org>)
> > escribió:
> >
> >> Hi,
> >>
> >> I think asking ni maven list is our best bet since as we do here, surely
> >> they can help and give some light on what's happening, so
> >> +1 to ask in maven list
> >>
> >>
> >>
> >> El sáb., 13 oct. 2018 a las 7:56, Alex Harui (<aharui@adobe.com.invalid
> >)
> >> escribió:
> >>
> >>> No, some people think the script was trying to upload the RC to Maven
> >>> Central instead of repository.apache.org.  From my reading of the
> logs,
> >>> you had a problem downloading a Maven plugin from Maven Central which
> is
> >>> allowed, while Om was having trouble uploading to
> repository.apache.org.
> >>>
> >>> I think we're ok as long as we can figure out why you and Om keep
> >>> getting timeouts.  There are plenty of articles about Maven and the
> timeout
> >>> but it all seems to be proxy related.  If you are not using a proxy,
> maybe
> >>> there is an article out there that isn't about proxies.  You could
> also ask
> >>> on a Maven mailing list to see if they've heard of this issue.
> >>>
> >>> -Alex
> >>>
> >>> On 10/12/18, 10:47 PM, "Piotr Zarzycki" <pi...@gmail.com>
> >>> wrote:
> >>>
> >>>     So the difference is that when we vote successful y for release we
> >>> are
> >>>     uploading manually those artifacts?
> >>>
> >>>     Automatic is not allowed? This is how I understand.
> >>>
> >>>     Piotr
> >>>
> >>>     On Sat, Oct 13, 2018, 7:40 AM Piotr Zarzycki <
> >>> piotrzarzycki21@gmail.com>
> >>>     wrote:
> >>>
> >>>     > Alex,
> >>>     >
> >>>     > I'm not running behind the proxy.
> >>>     >
> >>>     > Hi Dave,
> >>>     >
> >>>     > We are publishing only RC. Why it is against?
> >>>     >
> >>>     > Piotr
> >>>     >
> >>>     > On Sat, Oct 13, 2018, 1:05 AM Dave Fisher <dave2wave@comcast.net
> >
> >>> wrote:
> >>>     >
> >>>     >>
> >>>     >>
> >>>     >> Sent from my iPhone
> >>>     >>
> >>>     >> > On Oct 12, 2018, at 2:33 PM, Guild, Jason A (DOT) <
> >>>     >> jason.guild@alaska.gov> wrote:
> >>>     >> >
> >>>     >> > Forgive my asking perhaps silly questions.
> >>>     >>
> >>>     >> +1
> >>>     >>
> >>>     >> >
> >>>     >> > Why in the world does the Royale release script have a
> >>> dependency on
> >>>     >> > publishing directly to Maven Central?
> >>>     >>
> >>>     >> That is likely against Apache Release Policy as well and must be
> >>> changed.
> >>>     >>
> >>>     >> >
> >>>     >> > Doesn't Apache maintain its own Maven repository of
> >>> apache-produced
> >>>     >> > artifacts?
> >>>     >> > Isn't that what repo.maven.apache.org is? Why can't Royale
> >>> publish to
> >>>     >> that?
> >>>     >> >
> >>>     >> > The artifacts successfully published there could be mirrored
> to
> >>> other
> >>>     >> > public repositories after the release is complete.
> >>>     >>
> >>>     >> Yes, exactly.
> >>>     >>
> >>>     >> Regards,
> >>>     >> Dave
> >>>     >>
> >>>     >> > Jason
> >>>     >> >
> >>>     >> >> On 10/12/2018 12:01 PM, Piotr Zarzycki wrote:
> >>>     >> >> Unfortunately I got the same result as OM:(  Something is
> >>> really wrong
> >>>     >> with
> >>>     >> >> Maven central, cause I can't believe that we all have bad
> >>> internet
> >>>     >> >> connection.:)
> >>>     >> >
> >>>     >>
> >>>     >>
> >>>
> >>>
> >>>
> >>
> >> --
> >> Carlos Rovira
> >> http://about.me/carlosrovira
> >>
> >>
> >
> > --
> > Carlos Rovira
> > http://about.me/carlosrovira
> >
> >
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>

Re: [Discuss] Start release process 0.9.3

Posted by Carlos Rovira <ca...@apache.org>.
Hi, commit done and seems no other side effect was done. So I think the
tweaks worked.

El sáb., 13 oct. 2018 a las 11:18, Carlos Rovira (<ca...@apache.org>)
escribió:

> Hi,
>
> about delete tag, I was investigating and did some tweaks to my system. So
> we'll see in the next commit if it works.
>
> El sáb., 13 oct. 2018 a las 8:59, Carlos Rovira (<ca...@apache.org>)
> escribió:
>
>> Hi,
>>
>> I think asking ni maven list is our best bet since as we do here, surely
>> they can help and give some light on what's happening, so
>> +1 to ask in maven list
>>
>>
>>
>> El sáb., 13 oct. 2018 a las 7:56, Alex Harui (<ah...@adobe.com.invalid>)
>> escribió:
>>
>>> No, some people think the script was trying to upload the RC to Maven
>>> Central instead of repository.apache.org.  From my reading of the logs,
>>> you had a problem downloading a Maven plugin from Maven Central which is
>>> allowed, while Om was having trouble uploading to repository.apache.org.
>>>
>>> I think we're ok as long as we can figure out why you and Om keep
>>> getting timeouts.  There are plenty of articles about Maven and the timeout
>>> but it all seems to be proxy related.  If you are not using a proxy, maybe
>>> there is an article out there that isn't about proxies.  You could also ask
>>> on a Maven mailing list to see if they've heard of this issue.
>>>
>>> -Alex
>>>
>>> On 10/12/18, 10:47 PM, "Piotr Zarzycki" <pi...@gmail.com>
>>> wrote:
>>>
>>>     So the difference is that when we vote successful y for release we
>>> are
>>>     uploading manually those artifacts?
>>>
>>>     Automatic is not allowed? This is how I understand.
>>>
>>>     Piotr
>>>
>>>     On Sat, Oct 13, 2018, 7:40 AM Piotr Zarzycki <
>>> piotrzarzycki21@gmail.com>
>>>     wrote:
>>>
>>>     > Alex,
>>>     >
>>>     > I'm not running behind the proxy.
>>>     >
>>>     > Hi Dave,
>>>     >
>>>     > We are publishing only RC. Why it is against?
>>>     >
>>>     > Piotr
>>>     >
>>>     > On Sat, Oct 13, 2018, 1:05 AM Dave Fisher <da...@comcast.net>
>>> wrote:
>>>     >
>>>     >>
>>>     >>
>>>     >> Sent from my iPhone
>>>     >>
>>>     >> > On Oct 12, 2018, at 2:33 PM, Guild, Jason A (DOT) <
>>>     >> jason.guild@alaska.gov> wrote:
>>>     >> >
>>>     >> > Forgive my asking perhaps silly questions.
>>>     >>
>>>     >> +1
>>>     >>
>>>     >> >
>>>     >> > Why in the world does the Royale release script have a
>>> dependency on
>>>     >> > publishing directly to Maven Central?
>>>     >>
>>>     >> That is likely against Apache Release Policy as well and must be
>>> changed.
>>>     >>
>>>     >> >
>>>     >> > Doesn't Apache maintain its own Maven repository of
>>> apache-produced
>>>     >> > artifacts?
>>>     >> > Isn't that what repo.maven.apache.org is? Why can't Royale
>>> publish to
>>>     >> that?
>>>     >> >
>>>     >> > The artifacts successfully published there could be mirrored to
>>> other
>>>     >> > public repositories after the release is complete.
>>>     >>
>>>     >> Yes, exactly.
>>>     >>
>>>     >> Regards,
>>>     >> Dave
>>>     >>
>>>     >> > Jason
>>>     >> >
>>>     >> >> On 10/12/2018 12:01 PM, Piotr Zarzycki wrote:
>>>     >> >> Unfortunately I got the same result as OM:(  Something is
>>> really wrong
>>>     >> with
>>>     >> >> Maven central, cause I can't believe that we all have bad
>>> internet
>>>     >> >> connection.:)
>>>     >> >
>>>     >>
>>>     >>
>>>
>>>
>>>
>>
>> --
>> Carlos Rovira
>> http://about.me/carlosrovira
>>
>>
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira

Re: [Discuss] Start release process 0.9.3

Posted by Carlos Rovira <ca...@apache.org>.
Hi,

about delete tag, I was investigating and did some tweaks to my system. So
we'll see in the next commit if it works.

El sáb., 13 oct. 2018 a las 8:59, Carlos Rovira (<ca...@apache.org>)
escribió:

> Hi,
>
> I think asking ni maven list is our best bet since as we do here, surely
> they can help and give some light on what's happening, so
> +1 to ask in maven list
>
>
>
> El sáb., 13 oct. 2018 a las 7:56, Alex Harui (<ah...@adobe.com.invalid>)
> escribió:
>
>> No, some people think the script was trying to upload the RC to Maven
>> Central instead of repository.apache.org.  From my reading of the logs,
>> you had a problem downloading a Maven plugin from Maven Central which is
>> allowed, while Om was having trouble uploading to repository.apache.org.
>>
>> I think we're ok as long as we can figure out why you and Om keep getting
>> timeouts.  There are plenty of articles about Maven and the timeout but it
>> all seems to be proxy related.  If you are not using a proxy, maybe there
>> is an article out there that isn't about proxies.  You could also ask on a
>> Maven mailing list to see if they've heard of this issue.
>>
>> -Alex
>>
>> On 10/12/18, 10:47 PM, "Piotr Zarzycki" <pi...@gmail.com>
>> wrote:
>>
>>     So the difference is that when we vote successful y for release we are
>>     uploading manually those artifacts?
>>
>>     Automatic is not allowed? This is how I understand.
>>
>>     Piotr
>>
>>     On Sat, Oct 13, 2018, 7:40 AM Piotr Zarzycki <
>> piotrzarzycki21@gmail.com>
>>     wrote:
>>
>>     > Alex,
>>     >
>>     > I'm not running behind the proxy.
>>     >
>>     > Hi Dave,
>>     >
>>     > We are publishing only RC. Why it is against?
>>     >
>>     > Piotr
>>     >
>>     > On Sat, Oct 13, 2018, 1:05 AM Dave Fisher <da...@comcast.net>
>> wrote:
>>     >
>>     >>
>>     >>
>>     >> Sent from my iPhone
>>     >>
>>     >> > On Oct 12, 2018, at 2:33 PM, Guild, Jason A (DOT) <
>>     >> jason.guild@alaska.gov> wrote:
>>     >> >
>>     >> > Forgive my asking perhaps silly questions.
>>     >>
>>     >> +1
>>     >>
>>     >> >
>>     >> > Why in the world does the Royale release script have a
>> dependency on
>>     >> > publishing directly to Maven Central?
>>     >>
>>     >> That is likely against Apache Release Policy as well and must be
>> changed.
>>     >>
>>     >> >
>>     >> > Doesn't Apache maintain its own Maven repository of
>> apache-produced
>>     >> > artifacts?
>>     >> > Isn't that what repo.maven.apache.org is? Why can't Royale
>> publish to
>>     >> that?
>>     >> >
>>     >> > The artifacts successfully published there could be mirrored to
>> other
>>     >> > public repositories after the release is complete.
>>     >>
>>     >> Yes, exactly.
>>     >>
>>     >> Regards,
>>     >> Dave
>>     >>
>>     >> > Jason
>>     >> >
>>     >> >> On 10/12/2018 12:01 PM, Piotr Zarzycki wrote:
>>     >> >> Unfortunately I got the same result as OM:(  Something is
>> really wrong
>>     >> with
>>     >> >> Maven central, cause I can't believe that we all have bad
>> internet
>>     >> >> connection.:)
>>     >> >
>>     >>
>>     >>
>>
>>
>>
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira

Re: [Discuss] Start release process 0.9.3

Posted by Carlos Rovira <ca...@apache.org>.
Hi,

I think asking ni maven list is our best bet since as we do here, surely
they can help and give some light on what's happening, so
+1 to ask in maven list



El sáb., 13 oct. 2018 a las 7:56, Alex Harui (<ah...@adobe.com.invalid>)
escribió:

> No, some people think the script was trying to upload the RC to Maven
> Central instead of repository.apache.org.  From my reading of the logs,
> you had a problem downloading a Maven plugin from Maven Central which is
> allowed, while Om was having trouble uploading to repository.apache.org.
>
> I think we're ok as long as we can figure out why you and Om keep getting
> timeouts.  There are plenty of articles about Maven and the timeout but it
> all seems to be proxy related.  If you are not using a proxy, maybe there
> is an article out there that isn't about proxies.  You could also ask on a
> Maven mailing list to see if they've heard of this issue.
>
> -Alex
>
> On 10/12/18, 10:47 PM, "Piotr Zarzycki" <pi...@gmail.com>
> wrote:
>
>     So the difference is that when we vote successful y for release we are
>     uploading manually those artifacts?
>
>     Automatic is not allowed? This is how I understand.
>
>     Piotr
>
>     On Sat, Oct 13, 2018, 7:40 AM Piotr Zarzycki <
> piotrzarzycki21@gmail.com>
>     wrote:
>
>     > Alex,
>     >
>     > I'm not running behind the proxy.
>     >
>     > Hi Dave,
>     >
>     > We are publishing only RC. Why it is against?
>     >
>     > Piotr
>     >
>     > On Sat, Oct 13, 2018, 1:05 AM Dave Fisher <da...@comcast.net>
> wrote:
>     >
>     >>
>     >>
>     >> Sent from my iPhone
>     >>
>     >> > On Oct 12, 2018, at 2:33 PM, Guild, Jason A (DOT) <
>     >> jason.guild@alaska.gov> wrote:
>     >> >
>     >> > Forgive my asking perhaps silly questions.
>     >>
>     >> +1
>     >>
>     >> >
>     >> > Why in the world does the Royale release script have a dependency
> on
>     >> > publishing directly to Maven Central?
>     >>
>     >> That is likely against Apache Release Policy as well and must be
> changed.
>     >>
>     >> >
>     >> > Doesn't Apache maintain its own Maven repository of
> apache-produced
>     >> > artifacts?
>     >> > Isn't that what repo.maven.apache.org is? Why can't Royale
> publish to
>     >> that?
>     >> >
>     >> > The artifacts successfully published there could be mirrored to
> other
>     >> > public repositories after the release is complete.
>     >>
>     >> Yes, exactly.
>     >>
>     >> Regards,
>     >> Dave
>     >>
>     >> > Jason
>     >> >
>     >> >> On 10/12/2018 12:01 PM, Piotr Zarzycki wrote:
>     >> >> Unfortunately I got the same result as OM:(  Something is really
> wrong
>     >> with
>     >> >> Maven central, cause I can't believe that we all have bad
> internet
>     >> >> connection.:)
>     >> >
>     >>
>     >>
>
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira

Re: [Discuss] Start release process 0.9.3

Posted by Alex Harui <ah...@adobe.com.INVALID>.
No, some people think the script was trying to upload the RC to Maven Central instead of repository.apache.org.  From my reading of the logs, you had a problem downloading a Maven plugin from Maven Central which is allowed, while Om was having trouble uploading to repository.apache.org.

I think we're ok as long as we can figure out why you and Om keep getting timeouts.  There are plenty of articles about Maven and the timeout but it all seems to be proxy related.  If you are not using a proxy, maybe there is an article out there that isn't about proxies.  You could also ask on a Maven mailing list to see if they've heard of this issue.

-Alex

On 10/12/18, 10:47 PM, "Piotr Zarzycki" <pi...@gmail.com> wrote:

    So the difference is that when we vote successful y for release we are
    uploading manually those artifacts?
    
    Automatic is not allowed? This is how I understand.
    
    Piotr
    
    On Sat, Oct 13, 2018, 7:40 AM Piotr Zarzycki <pi...@gmail.com>
    wrote:
    
    > Alex,
    >
    > I'm not running behind the proxy.
    >
    > Hi Dave,
    >
    > We are publishing only RC. Why it is against?
    >
    > Piotr
    >
    > On Sat, Oct 13, 2018, 1:05 AM Dave Fisher <da...@comcast.net> wrote:
    >
    >>
    >>
    >> Sent from my iPhone
    >>
    >> > On Oct 12, 2018, at 2:33 PM, Guild, Jason A (DOT) <
    >> jason.guild@alaska.gov> wrote:
    >> >
    >> > Forgive my asking perhaps silly questions.
    >>
    >> +1
    >>
    >> >
    >> > Why in the world does the Royale release script have a dependency on
    >> > publishing directly to Maven Central?
    >>
    >> That is likely against Apache Release Policy as well and must be changed.
    >>
    >> >
    >> > Doesn't Apache maintain its own Maven repository of apache-produced
    >> > artifacts?
    >> > Isn't that what repo.maven.apache.org is? Why can't Royale publish to
    >> that?
    >> >
    >> > The artifacts successfully published there could be mirrored to other
    >> > public repositories after the release is complete.
    >>
    >> Yes, exactly.
    >>
    >> Regards,
    >> Dave
    >>
    >> > Jason
    >> >
    >> >> On 10/12/2018 12:01 PM, Piotr Zarzycki wrote:
    >> >> Unfortunately I got the same result as OM:(  Something is really wrong
    >> with
    >> >> Maven central, cause I can't believe that we all have bad internet
    >> >> connection.:)
    >> >
    >>
    >>
    


Re: [Discuss] Start release process 0.9.3

Posted by Piotr Zarzycki <pi...@gmail.com>.
So the difference is that when we vote successful y for release we are
uploading manually those artifacts?

Automatic is not allowed? This is how I understand.

Piotr

On Sat, Oct 13, 2018, 7:40 AM Piotr Zarzycki <pi...@gmail.com>
wrote:

> Alex,
>
> I'm not running behind the proxy.
>
> Hi Dave,
>
> We are publishing only RC. Why it is against?
>
> Piotr
>
> On Sat, Oct 13, 2018, 1:05 AM Dave Fisher <da...@comcast.net> wrote:
>
>>
>>
>> Sent from my iPhone
>>
>> > On Oct 12, 2018, at 2:33 PM, Guild, Jason A (DOT) <
>> jason.guild@alaska.gov> wrote:
>> >
>> > Forgive my asking perhaps silly questions.
>>
>> +1
>>
>> >
>> > Why in the world does the Royale release script have a dependency on
>> > publishing directly to Maven Central?
>>
>> That is likely against Apache Release Policy as well and must be changed.
>>
>> >
>> > Doesn't Apache maintain its own Maven repository of apache-produced
>> > artifacts?
>> > Isn't that what repo.maven.apache.org is? Why can't Royale publish to
>> that?
>> >
>> > The artifacts successfully published there could be mirrored to other
>> > public repositories after the release is complete.
>>
>> Yes, exactly.
>>
>> Regards,
>> Dave
>>
>> > Jason
>> >
>> >> On 10/12/2018 12:01 PM, Piotr Zarzycki wrote:
>> >> Unfortunately I got the same result as OM:(  Something is really wrong
>> with
>> >> Maven central, cause I can't believe that we all have bad internet
>> >> connection.:)
>> >
>>
>>

Re: [Discuss] Start release process 0.9.3

Posted by Piotr Zarzycki <pi...@gmail.com>.
Alex,

I'm not running behind the proxy.

Hi Dave,

We are publishing only RC. Why it is against?

Piotr

On Sat, Oct 13, 2018, 1:05 AM Dave Fisher <da...@comcast.net> wrote:

>
>
> Sent from my iPhone
>
> > On Oct 12, 2018, at 2:33 PM, Guild, Jason A (DOT) <
> jason.guild@alaska.gov> wrote:
> >
> > Forgive my asking perhaps silly questions.
>
> +1
>
> >
> > Why in the world does the Royale release script have a dependency on
> > publishing directly to Maven Central?
>
> That is likely against Apache Release Policy as well and must be changed.
>
> >
> > Doesn't Apache maintain its own Maven repository of apache-produced
> > artifacts?
> > Isn't that what repo.maven.apache.org is? Why can't Royale publish to
> that?
> >
> > The artifacts successfully published there could be mirrored to other
> > public repositories after the release is complete.
>
> Yes, exactly.
>
> Regards,
> Dave
>
> > Jason
> >
> >> On 10/12/2018 12:01 PM, Piotr Zarzycki wrote:
> >> Unfortunately I got the same result as OM:(  Something is really wrong
> with
> >> Maven central, cause I can't believe that we all have bad internet
> >> connection.:)
> >
>
>

Re: [Discuss] Start release process 0.9.3

Posted by Dave Fisher <da...@comcast.net>.

Sent from my iPhone

> On Oct 12, 2018, at 2:33 PM, Guild, Jason A (DOT) <ja...@alaska.gov> wrote:
> 
> Forgive my asking perhaps silly questions.

+1

> 
> Why in the world does the Royale release script have a dependency on 
> publishing directly to Maven Central?

That is likely against Apache Release Policy as well and must be changed.

> 
> Doesn't Apache maintain its own Maven repository of apache-produced 
> artifacts?
> Isn't that what repo.maven.apache.org is? Why can't Royale publish to that?
> 
> The artifacts successfully published there could be mirrored to other 
> public repositories after the release is complete.

Yes, exactly.

Regards,
Dave

> Jason
> 
>> On 10/12/2018 12:01 PM, Piotr Zarzycki wrote:
>> Unfortunately I got the same result as OM:(  Something is really wrong with
>> Maven central, cause I can't believe that we all have bad internet
>> connection.:)
> 


Re: [Discuss] Start release process 0.9.3

Posted by "Guild, Jason A (DOT)" <ja...@alaska.gov>.
Forgive my asking perhaps silly questions.

Why in the world does the Royale release script have a dependency on 
publishing directly to Maven Central?

Doesn't Apache maintain its own Maven repository of apache-produced 
artifacts?
Isn't that what repo.maven.apache.org is? Why can't Royale publish to that?

The artifacts successfully published there could be mirrored to other 
public repositories after the release is complete.
Jason

On 10/12/2018 12:01 PM, Piotr Zarzycki wrote:
> Unfortunately I got the same result as OM:(  Something is really wrong with
> Maven central, cause I can't believe that we all have bad internet
> connection.:)


Re: [Discuss] Start release process 0.9.3

Posted by Dave Fisher <da...@comcast.net>.

Sent from my iPhone

> On Oct 11, 2018, at 5:09 PM, Carlos Rovira <ca...@apache.org> wrote:
> 
> Hi Alex,
> if you check in actual develop for "0.9.5-SNAPSHOT" and "0.9.4-SNAPSHOT"
> you'll see maven build compiler and typedefs 0.9.5-SNAPSHOT, but when build
> framework, it downloads compiler and typedefs 0.9.4-SNAPSHOT since the
> versions in framework are not updated. This is the reason you don't see any
> fail when building with maven. If you update all to use the same number it
> will fail. I recommend you as well to remove royale folder in your local
> .m2 to see how maven generates compiler and typedefs and then download
> other version.

That’s a clue to the problem with the Maven build.

> 
> Maybe the rest of people didn't see this because they use ANT and that
> build system is not affected by the release process. But I think we can't
> left the failed release process without revert it for days, since we are
> all seeing different things.

If Maven gets the other Royale dependencies from a repository then that is THE BUG. It should always be using your own built targets.

> 
> For example, I was able to run your MX RO example with ANT, but I can make
> it work with Maven, what means to me that I still can't use it since my
> entire project is in maven.
> 
> I'm trying to fix this for several hours now and still couldn't test mx RO
> nor working on my project...
> 
> I'm closing for today with all messed up. Tomorrow will try again, or will
> need to block me in a branch to be able to continue working.

I think I’m getting it.

(1) are you using repository.apache.org in your projects Maven archetype?

(2) are you using latest? Or a specific version?

If you need your process work off the last stable then you may need to manually manage your .m2 yourself.

You are reminding me of a Maven build bug we had at work. Builds failed on fresh .m2 because there was a dependency that had a suffix that matched a pattern added to an antivirus pattern that disallowed directories with that suffix.

Regards,
Dave



> 
> Thanks
> 
> Carlos
> 
> 
> 
> 
> 
> El vie., 12 oct. 2018 a las 1:53, Alex Harui (<ah...@adobe.com.invalid>)
> escribió:
> 
>> The 0.9.4 release branch has been cut.  I have not seen any problems
>> reported against it, so I don't know of any reason to delete it.  Thus, the
>> develop branch should be at 0.9.5-SNAPSHOT.
>> 
>> I noticed you messed around with the versions so I have no idea what state
>> we are in, plus I continue to see that tags are being updated.  You will
>> probably have to stop using your Git GUI.  We cannot have tags be modified.
>> 
>> -Alex
>> 
>> On 10/11/18, 3:14 PM, "Carlos Rovira" <ca...@apache.org> wrote:
>> 
>>    Hi,
>> 
>>    I'm a bit confused with the actual state of the repo. We should stay in
>>    0.9.4-SNAPSHOT? or 0.9.5-SNAPSHOT?
>>    I'm building with the latest since 1-2 days but removed all royale
>> folder
>>    with all maven artifacts and rebuild from scratch, makes me have mixed
>>    versions, since some artifacts are downloading 0.9.4 instead of use
>> 0.9.5
>> 
>>    Piotr, seems nobody  take the request to continue with the release for
>> now,
>>    so I propose to stabilize the repo.
>> 
>>    Thoughts?
>> 
>>    Carlos
>> 
>> 
>> 
>> 
>> 
>>    El jue., 11 oct. 2018 a las 20:33, Piotr Zarzycki (<
>>    piotrzarzycki21@gmail.com>) escribió:
>> 
>>> Hi Alex,
>>> 
>>> Unfortunately in the next couple of days I won't have time for that.
>> If
>>> someone can do that feel free jump into it.
>>> 
>>> Piotr
>>> 
>>> On Thu, Oct 11, 2018, 6:43 PM Alex Harui <ah...@adobe.com.invalid>
>> wrote:
>>> 
>>>> After digging through the output you pasted, it appears that the
>>>> "check-empty-folder" target isn't quite right and didn't catch
>> that you
>>>> didn't run "maven" against an empty folder.  Although I am a bit
>> puzzled
>>>> why there were modified files in the working copy.
>>>> 
>>>> Maven and the scripts have some expectation that you are starting
>> from
>>> the
>>>> beginning, so if Maven got far enough to create a tag and you have
>> to
>>> start
>>>> over, you have to remove the tag.  These scripts are still under
>>>> development so you should not expect that every situation has been
>>>> accounted for.
>>>> 
>>>> So, go delete the tag.  Instructions for doing so are in the
>> wiki.  Maybe
>>>> figure out why those files were modified, but maybe because your
>> earlier
>>>> run didn't have the right gpg password.
>>>> 
>>>> Try changing the check-empty-folder to also test for:
>>>> 
>>>>        <available file="${basedir}/royale-asjs/build.properties"
>>>>            type="file"
>>>>            property="found.build.properties" value="true" />
>>>> 
>>>> Then it should catch you on the steps where you are supposed to
>> start by
>>>> pulling down the repos again.
>>>> 
>>>> If you don't have time for any of that, let us know here so the
>> next RM
>>>> can know where to start.
>>>> 
>>>> -Alex
>>>> 
>>>> On 10/11/18, 2:05 AM, "Piotr Zarzycki" <pi...@gmail.com>
>>> wrote:
>>>> 
>>>>    I gave up again :) It costs me to much time. I thought since
>> Om did
>>> so
>>>> much
>>>>    progress I will launch the script and will work. It's still
>> failing.
>>>> 
>>>> 
>>>> 
>>> 
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FWJ44&amp;data=02%7C01%7Caharui%40adobe.com%7C7c0ea8e9184948214bd708d62fc6f7bc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748928943992619&amp;sdata=CFWLhE7oI2pHZxOiwACtVmfMj8wohAbA3DnOeXgd8vs%3D&amp;reserved=0
>>>> 
>>>>    I run first time and had problem with gpg password - just
>> forgot it,
>>>> but
>>>>    run it again and type correct password. Probably first time
>> this tag
>>>> was
>>>>    created and now script failing cause tag exits. Never ending
>> story.
>>>> 
>>>>    I'm in that step - If someone would like to try it out let me
>> know
>>> and
>>>> I
>>>>    won't revert anything for now:
>>>> 
>>>>    ant -f releasecandidate.xml -Drelease.version="0.9.4"
>>>> -Dbrowser="c:\Program
>>>>    Files\Mozilla Firefox\firefox.exe" -Drc=1 maven
>>>> 
>>>>    Thanks,
>>>>    Piotr
>>>> 
>>>> 
>>>>    czw., 11 paź 2018 o 10:13 Piotr Zarzycki <
>> piotrzarzycki21@gmail.com>
>>>>    napisał(a):
>>>> 
>>>>> Hi Alex,
>>>>> 
>>>>> This is what I'm getting for git status for royale-compiler
>> [1]
>>>>> 
>>>>> [1]
>>>> 
>>> 
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FYuiH&amp;data=02%7C01%7Caharui%40adobe.com%7C7c0ea8e9184948214bd708d62fc6f7bc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748928944002615&amp;sdata=V50Y98oIF4e26BqGHAapQWDoLApb4TxexoDZ7P7WGaM%3D&amp;reserved=0
>>>>> 
>>>>> Thanks,
>>>>> Piotr
>>>>> 
>>>>> śr., 10 paź 2018 o 17:50 Alex Harui <aharui@adobe.com.invalid
>>> 
>>>> napisał(a):
>>>>> 
>>>>>> What does 'git status' return for that local copy of the
>>>> royale-compiler
>>>>>> repo?
>>>>>> 
>>>>>> That part of the script is trying to see if
>> compiler-jburg-types
>>> and
>>>>>> compiler-build-tools needed a version update that needs to
>> be
>>>> pushed.
>>>>>> Those two projects should be at 1.0.0 since we rarely, if
>> ever,
>>>> will need
>>>>>> to modify it.  There shouldn't have been modifications in
>> this
>>>> release, yet
>>>>>> Git status is reporting modifications to some file.  A test
>> is
>>> done
>>>> to
>>>>>> check for the word "modified:" in the 'git status' output,
>> then
>>> that
>>>>>> attempt to push is executed.  Somehow, the git status is
>> implying
>>>>>> modifications but the files we are trying to push are not
>>> modified.
>>>>>> 
>>>>>> The solutions should not require reverting of the release
>> branch.
>>>> It
>>>>>> looks like you have successfully created a correct set of
>> branches
>>>> and the
>>>>>> steps you are running start by pulling down the release
>> branch.  I
>>>> didn't
>>>>>> see any commits to the release branch from the scripts, so
>> to
>>>> re-start, it
>>>>>> should just be manually deleting the local copies of the
>> repos and
>>>> running
>>>>>> the Ant command again after making one of the changes to
>>>>>> releasecandidate.xml I will describe below:
>>>>>> 
>>>>>> IMO, the choices are (and there may be more choices)
>>>>>> 1.  Figure out how to be smarter about what 'git status'
>> output
>>>> will say
>>>>>> so the test works correctly
>>>>>> 2. Set failonerror="false" on the push step and not care if
>> that
>>>> push
>>>>>> succeeds.  This is slightly risky if we ever do want to push
>>>> changes, but
>>>>>> again, that is low probability, IMO.
>>>>>> 3. Comment out those steps since it will be rare we will
>> need
>>>> them.  If
>>>>>> we do need them some day, the RM will have to remember to
>>> uncomment
>>>> those
>>>>>> steps.
>>>>>> 
>>>>>> HTH,
>>>>>> -Alex
>>>>>> 
>>>>>> On 10/10/18, 2:52 AM, "Piotr Zarzycki" <
>> piotrzarzycki21@gmail.com
>>>> 
>>>>>> wrote:
>>>>>> 
>>>>>>    Ok It's failed :) However I passed step 3 in
>> instruction. Step
>>>> 4 is
>>>>>> failing
>>>>>>    [1] - if someone know what could it be - I will wait
>> with
>>>> reverting
>>>>>> changes.
>>>>>> 
>>>>>>    Lines in stacktrace are pointing in ant script to
>> following
>>>> targets:
>>>>>> 
>>>>>>    Line 556: git-commit-and-push-utils
>>>>>>    Line 487: git-commit-and-push-utils-if-modified
>>>>>>    Line 473:
>>>>>> 
>>>>>>    <exec executable="${git}" dir="${compiler}"
>>> failonerror="true" >
>>>>>>                <arg value="commit" />
>>>>>>                <arg value="-m" />
>>>>>>                <arg value="remove SNAPSHOT from
>>>> compiler-jburg-types and
>>>>>>    compiler-build-tools versions" />
>>>>>>            </exec>
>>>>>> 
>>>>>>    [1]
>>>>>> 
>>>> 
>>> 
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2Fbg5e&amp;data=02%7C01%7Caharui%40adobe.com%7C7c0ea8e9184948214bd708d62fc6f7bc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748928944002615&amp;sdata=Xk6y%2FTfm7z2ggaECmFAZeDb4PJQKQOxm5C4Yuu9jWhY%3D&amp;reserved=0
>>>>>> 
>>>>>>    Thanks,
>>>>>>    Piotr
>>>>>> 
>>>>>> 
>>>>>>    śr., 10 paź 2018 o 11:34 Carlos Rovira <
>>> carlosrovira@apache.org
>>>>> 
>>>>>> napisał(a):
>>>>>> 
>>>>>>> Ok Piotr, good luck! :)
>>>>>>> 
>>>>>>> El mié., 10 oct. 2018 a las 10:34, Piotr Zarzycki (<
>>>>>>> piotrzarzycki21@gmail.com>) escribió:
>>>>>>> 
>>>>>>>> Hi Guys,
>>>>>>>> 
>>>>>>>> I will try right now process from my PC. We will
>> see how
>>>> far I
>>>>>> will go
>>>>>>> with
>>>>>>>> that.
>>>>>>>> 
>>>>>>>> Piotr
>>>>>>>> 
>>>>>>>> czw., 4 paź 2018 o 22:01 Alex Harui
>>>> <ah...@adobe.com.invalid>
>>>>>>> napisał(a):
>>>>>>>> 
>>>>>>>>> Hi Om,
>>>>>>>>> 
>>>>>>>>> If make_branches succeeds, then you shouldn't
>> need to go
>>>> back
>>>>>> and
>>>>>>> delete
>>>>>>>>> branches and tags and run make_branches again if
>> the
>>>> "maven"
>>>>>> step
>>>>>>> fails.
>>>>>>>>> 
>>>>>>>>> You might need to revert any changes to the
>> release
>>>> branch that
>>>>>> the
>>>>>>>>> "maven" step did, but then you should be able to
>> delete
>>>> the
>>>>>> local copy
>>>>>>> of
>>>>>>>>> the branches and start again with "maven" or
>>>>>>>>> "maven_skip_compiler_and_typedefs" if you got all
>> the
>>> way
>>>> up to
>>>>>>>> royale-asjs.
>>>>>>>>> 
>>>>>>>>> What are some of the 200+ files that don't get
>> reverted
>>>> back to
>>>>>> 0.9.4?
>>>>>>>>> 
>>>>>>>>> You are welcome to try to add the "continue"
>> option.  I
>>>> would
>>>>>> suggest
>>>>>>>>> adding a dummy parameter.  So if the script
>> currently
>>>> calls
>>>>>> Maven like
>>>>>>>> this:
>>>>>>>>> 
>>>>>>>>>        <exec executable="${mvn}"
>>>>>> dir="${basedir}/maven-release-plugin"
>>>>>>>>> failonerror="true" >
>>>>>>>>>            <arg value="clean" />
>>>>>>>>>            <arg value="install" />
>>>>>>>>>        </exec>
>>>>>>>>> 
>>>>>>>>> You can try changing it to something like this:
>>>>>>>>> 
>>>>>>>>>        <property name="continueOption"
>>> value="-Ddummy=0"
>>>> />
>>>>>>>>>        <exec executable="${mvn}"
>>>>>> dir="${basedir}/maven-release-plugin"
>>>>>>>>> failonerror="true" >
>>>>>>>>>            <arg value="${continueOption}" />
>>>>>>>>>            <arg value="clean" />
>>>>>>>>>            <arg value="install" />
>>>>>>>>>        </exec>
>>>>>>>>> 
>>>>>>>>> Then you should be able to set in your
>> local.properties:
>>>>>>>>> 
>>>>>>>>> continueOption=-rf JewelExample
>>>>>>>>> 
>>>>>>>>> You will probably need to use different names for
>> each
>>>> call to
>>>>>> Maven so
>>>>>>>>> subsequent Maven calls don't pick up the same
>> option.
>>>>>>>>> 
>>>>>>>>> HTH,
>>>>>>>>> -Alex
>>>>>>>>> 
>>>>>>>>> On 10/4/18, 11:58 AM, "OmPrakash Muppirala" <
>>>>>> bigosmallm@gmail.com>
>>>>>>>> wrote:
>>>>>>>>> 
>>>>>>>>>    On Thu, Oct 4, 2018 at 1:48 AM Alex Harui
>>>>>> <aharui@adobe.com.invalid
>>>>>>>> 
>>>>>>>>> wrote:
>>>>>>>>> 
>>>>>>>>>> Om, it looks like you are still deleting and
>>>> recreating
>>>>>> the
>>>>>>>> branches.
>>>>>>>>>> Does this mean you have never completed the
>>>> make_branches
>>>>>> step?
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>>    Yes, I delete the tags, branches (remote)
>> each time
>>>>>> something
>>>>>>> fails.
>>>>>>>>> Then
>>>>>>>>>    I do a global search for 0.9.5 and replace it
>> with
>>>> 0.9.4
>>>>>> (some 200+
>>>>>>>>> files
>>>>>>>>>    across 3 repos), then push them into
>> remote/develop.
>>>>>>>>> 
>>>>>>>>>    Then I do the make_branches step first.  Then
>> do a
>>>> git push
>>>>>> in
>>>>>>>>> roayale-asjs
>>>>>>>>>    as per the instructions in the commandline. I
>> have
>>>> never
>>>>>> had issues
>>>>>>>>> with
>>>>>>>>>    this step.  It is always the maven step that
>> fails
>>>> for some
>>>>>> reason
>>>>>>> or
>>>>>>>>> the
>>>>>>>>>    other.
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>>> Is make_branches failing trying to run a
>> build in
>>>> the
>>>>>> develop
>>>>>>>> branch
>>>>>>>>> and
>>>>>>>>>> uploading 0.9.5-SNAPSHOT artifacts?
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>>    No
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>>> I supposed we could try to find a way to
>> skip
>>> that,
>>>> but
>>>>>> you will
>>>>>>>> need
>>>>>>>>>> reliable uploading to repository.a.o to be
>> an RM
>>>> without
>>>>>> going
>>>>>>>> crazy.
>>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>>    Hmm, I use the same internet connection for
>> personal
>>>> and
>>>>>> work
>>>>>>> related
>>>>>>>>>    activities.  I don't usually have issues with
>>>> internet.
>>>>>> Either we
>>>>>>>> are
>>>>>>>>> very
>>>>>>>>>    unlucky here or we need a more reselient way
>> to pick
>>>> up
>>>>>> things if
>>>>>>> we
>>>>>>>>> lose
>>>>>>>>>    internet connectivity momentarily.
>>>>>>>>> 
>>>>>>>>>    It takes upwards of 90 minutes of uploading
>> stuff. I
>>>> dont
>>>>>> do this
>>>>>>>> kind
>>>>>>>>> of
>>>>>>>>>    uploading for my regular work, so that is
>> probably I
>>>> have
>>>>>> never hit
>>>>>>>>> this
>>>>>>>>>    issue before.
>>>>>>>>> 
>>>>>>>>>    I still think that looking into the
>> 'resume-from'
>>>> directive
>>>>>> in
>>>>>>> maven
>>>>>>>> is
>>>>>>>>>    worthwhile.
>>>>>>>>> 
>>>>>>>>>    Thanks,
>>>>>>>>>    Om
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> -Alex
>>>>>>>>>> 
>>>>>>>>>> On 10/3/18, 2:11 PM, "OmPrakash Muppirala" <
>>>>>> bigosmallm@gmail.com
>>>>>>>> 
>>>>>>>>> wrote:
>>>>>>>>>> 
>>>>>>>>>>    On Wed, Oct 3, 2018 at 2:02 PM Alex
>> Harui
>>>>>>>>> <ah...@adobe.com.invalid>
>>>>>>>>>> wrote:
>>>>>>>>>> 
>>>>>>>>>>> Hi Om,
>>>>>>>>>>> 
>>>>>>>>>>> Does anything deploy, or is that the
>> first
>>>> thing
>>>>>> that is
>>>>>>>>> attempted to
>>>>>>>>>>> deploy?  I found this article that
>> might
>>> help:
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>> 
>>>>>>>> 
>>>>>>> 
>>>>>> 
>>>> 
>>> 
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.apigee.com%2Fquestions%2F50756%2Funable-to-deploy-using-maven-script-due-to-error-r.html&amp;data=02%7C01%7Caharui%40adobe.com%7C7c0ea8e9184948214bd708d62fc6f7bc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748928944002615&amp;sdata=y8kx6qyyaqqCInHK2yXLbXW5UUtnvP93JlY%2FfFFUd4Y%3D&amp;reserved=0
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>>    It deployed a lot of artifacts before
>> hitting
>>>> this
>>>>>> error.  I
>>>>>>>>> don't see
>>>>>>>>>>    anything special with this artifact.
>> So, I am
>>>>>> guessing that
>>>>>>> it
>>>>>>>>> was a
>>>>>>>>>>    momentary bad connection that caused
>> this.
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> I would be concerned about restarting
>> from
>>> the
>>>>>> middle of a
>>>>>>>>> Maven
>>>>>>>>>> call.  I
>>>>>>>>>>> suppose you could try it, but what if
>> it
>>>> skipped an
>>>>>>> artifact?
>>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>>    The maven error message explicitly says
>> this:
>>>>>>>>>> 
>>>>>>>>>>         [exec] [INFO] [ERROR] After
>> correcting
>>> the
>>>>>> problems, you
>>>>>>>> can
>>>>>>>>>> resume
>>>>>>>>>>    the build with the command
>>>>>>>>>> 
>>>>>>>>>>         [exec] [INFO] [ERROR]   mvn
>> <goals> -rf
>>>>>>>>>> 
>> :Jewel-Light-NoFlat-Primary-Sunflower-Theme
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> There should be Ant targets for
>> starting
>>> only
>>>> on
>>>>>>> royale-asjs
>>>>>>>> if
>>>>>>>>>>> royale-compiler and royale=typedefs
>> worked
>>> ok.
>>>>>>>>>>> 
>>>>>>>>>>> HTH,
>>>>>>>>>>> -Alex
>>>>>>>>>>> 
>>>>>>>>>>> On 10/3/18, 11:58 AM, "OmPrakash
>> Muppirala"
>>> <
>>>>>>>>> bigosmallm@gmail.com>
>>>>>>>>>> wrote:
>>>>>>>>>>> 
>>>>>>>>>>>    Another suggestion I have is -
>> can we do
>>>> all
>>>>>> the pushes
>>>>>>>> to
>>>>>>>>>> remote after
>>>>>>>>>>>    everything is done locally?  That
>> way,
>>> if
>>>>>> something
>>>>>>> goes
>>>>>>>>> wrong
>>>>>>>>>>> halfway, we
>>>>>>>>>>>    can just delete the royale-* dirs
>>> locally
>>>> and
>>>>>> rerun the
>>>>>>>>>>> releasecandiate ant
>>>>>>>>>>>    script?
>>>>>>>>>>> 
>>>>>>>>>>>    Not sure if this is an easy
>> change?
>>>>>>>>>>> 
>>>>>>>>>>>    Thanks,
>>>>>>>>>>>    Om
>>>>>>>>>>> 
>>>>>>>>>>>    On Wed, Oct 3, 2018 at 11:42 AM
>>> OmPrakash
>>>>>> Muppirala <
>>>>>>>>>>> bigosmallm@gmail.com>
>>>>>>>>>>>    wrote:
>>>>>>>>>>> 
>>>>>>>>>>>> Okay, I tried a couple of times
>> and I
>>>> have
>>>>>> started
>>>>>>>>> getting
>>>>>>>>>> `SSL peer
>>>>>>>>>>> shut
>>>>>>>>>>>> down incorrectly errors`
>>>>>>>>>>>> 
>>>>>>>>>>>>     [exec] [INFO] [INFO]
>>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>> 
>>>>>>> 
>>>>>> 
>>>> 
>> ------------------------------------------------------------------------
>>>>>>>>>>>> 
>>>>>>>>>>>>     [exec] [INFO] [INFO] BUILD
>>> FAILURE
>>>>>>>>>>>> 
>>>>>>>>>>>>     [exec] [INFO] [INFO]
>>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>> 
>>>>>>> 
>>>>>> 
>>>> 
>> ------------------------------------------------------------------------
>>>>>>>>>>>> 
>>>>>>>>>>>>     [exec] [INFO] [INFO] Total
>> time:
>>>> 16:04
>>>>>> min
>>>>>>>>>>>> 
>>>>>>>>>>>>     [exec] [INFO] [INFO]
>> Finished at:
>>>>>>>>>> 2018-10-03T11:38:49-07:00
>>>>>>>>>>>> 
>>>>>>>>>>>>     [exec] [INFO] [INFO]
>>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>> 
>>>>>>> 
>>>>>> 
>>>> 
>> ------------------------------------------------------------------------
>>>>>>>>>>>> 
>>>>>>>>>>>>     [exec] [INFO] [ERROR]
>> Failed to
>>>> execute
>>>>>> goal
>>>>>>>>>>>> 
>>>>>>>> 
>> org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
>>>>>>>>>>> (default-deploy)
>>>>>>>>>>>> on project
>>>>>>> Jewel-Light-NoFlat-Primary-Sunflower-Theme:
>>>>>>>>> Failed
>>>>>>>>>> to
>>>>>>>>>>> deploy
>>>>>>>>>>>> artifacts: Could not transfer
>> artifact
>>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>> 
>>>>>>>> 
>>>>>>> 
>>>>>> 
>>>> 
>>> 
>> org.apache.royale.framework:Jewel-Light-NoFlat-Primary-Sunflower-Theme:swc:0.9.4
>>>>>>>>>>>> from/to apache.releases.https (
>>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>> 
>>>>>>>> 
>>>>>>> 
>>>>>> 
>>>> 
>>> 
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fservice%2Flocal%2Fstaging%2Fdeploy%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7C7c0ea8e9184948214bd708d62fc6f7bc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748928944002615&amp;sdata=ETJMJdSRyzhfviU%2BcjhQNqaVC5PecGPa3Pu0YBPgS24%3D&amp;reserved=0
>>>>>>>>>>> ):
>>>>>>>>>>>> Remote host closed connection
>> during
>>>>>> handshake: SSL
>>>>>>>> peer
>>>>>>>>> shut
>>>>>>>>>> down
>>>>>>>>>>>> incorrectly -> [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]
>>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>> 
>>>>>>>> 
>>>>>>> 
>>>>>> 
>>>> 
>>> 
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7C7c0ea8e9184948214bd708d62fc6f7bc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748928944002615&amp;sdata=kwdBnwFaYTYepWogQSAyftGXVtwDk7dst%2FIwG5TT8dY%3D&amp;reserved=0
>>>>>>>>>>>> 
>>>>>>>>>>>>     [exec] [INFO] [ERROR]
>>>>>>>>>>>> 
>>>>>>>>>>>>     [exec] [INFO] [ERROR] After
>>>> correcting
>>>>>> the
>>>>>>>>> problems, you
>>>>>>>>>> can
>>>>>>>>>>> resume
>>>>>>>>>>>> the build with the command
>>>>>>>>>>>> 
>>>>>>>>>>>>     [exec] [INFO] [ERROR]   mvn
>>>> <goals> -rf
>>>>>>>>>>>> 
>>>> :Jewel-Light-NoFlat-Primary-Sunflower-Theme
>>>>>>>>>>>> 
>>>>>>>>>>>>     [exec] [INFO]
>>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>> 
>>>>>>> 
>>>>>> 
>>>> 
>> ------------------------------------------------------------------------
>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>>> I am guessing it is a bad
>> internet
>>>>>> connection.  I am
>>>>>>>>> wondering
>>>>>>>>>> if we
>>>>>>>>>>> can
>>>>>>>>>>>> pass a -rf (resume from) option
>> to the
>>>> maven
>>>>>> call
>>>>>>> from
>>>>>>>>> ant?
>>>>>>>>>>> Otherwise
>>>>>>>>>>>> doing all this from scratch
>> everytime
>>>> is a
>>>>>> big pain.
>>>>>>>>>>>> 
>>>>>>>>>>>> Thanks,
>>>>>>>>>>>> Om
>>>>>>>>>>>> 
>>>>>>>>>>>> On Wed, Oct 3, 2018 at 12:47 AM
>> Alex
>>>> Harui
>>>>>>>>>> <aharui@adobe.com.invalid
>>>>>>>>>>>> 
>>>>>>>>>>>> wrote:
>>>>>>>>>>>> 
>>>>>>>>>>>>> Looks like it was a missing [
>>>>>>>>>>>>> 
>>>>>>>>>>>>> MXRoyale and SparkRoyale built
>> for
>>> me.
>>>>>>>>>>>>> 
>>>>>>>>>>>>> HTH,
>>>>>>>>>>>>> -Alex
>>>>>>>>>>>>> 
>>>>>>>>>>>>> On 10/3/18, 12:43 AM,
>> "OmPrakash
>>>> Muppirala" <
>>>>>>>>>> bigosmallm@gmail.com>
>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>> 
>>>>>>>>>>>>>    Thanks!
>>>>>>>>>>>>> 
>>>>>>>>>>>>>    I reverted everything back
>> to
>>>> previous
>>>>>> state.  I
>>>>>>>>> can give
>>>>>>>>>> it a
>>>>>>>>>>> shot
>>>>>>>>>>>>>    tomorrow evening.
>>>>>>>>>>>>> 
>>>>>>>>>>>>>    Regards,
>>>>>>>>>>>>>    Om
>>>>>>>>>>>>> 
>>>>>>>>>>>>>    On Wed, Oct 3, 2018 at
>> 12:41 AM
>>>> Alex
>>>>>> Harui
>>>>>>>>>>> <ah...@adobe.com.invalid>
>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>> 
>>>>>>>>>>>>>> It was in a releasable
>> state.
>>>>>> TourDeFlex was
>>>>>>>>> running
>>>>>>>>>> on it.
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> I'm trying to track down
>> the
>>>> change
>>>>>> that broke
>>>>>>>> it.
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> -Alex
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> On 10/3/18, 12:32 AM,
>>> "OmPrakash
>>>>>> Muppirala" <
>>>>>>>>>>> bigosmallm@gmail.com>
>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>    A bit more progress.
>> Now we
>>>> are
>>>>>> failing on
>>>>>>>> the
>>>>>>>>>> MXRoyale
>>>>>>>>>>> project:
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>         [exec] [INFO]
>> [INFO]
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>> 
>>>>>>> 
>>>>>> 
>>>> 
>> ------------------------------------------------------------------------
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>         [exec] [INFO]
>> [INFO]
>>>> BUILD
>>>>>> FAILURE
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>         [exec] [INFO]
>> [INFO]
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>> 
>>>>>>> 
>>>>>> 
>>>> 
>> ------------------------------------------------------------------------
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>         [exec] [INFO]
>> [INFO]
>>>> Total
>>>>>> time:
>>>>>>> 01:34
>>>>>>>>> min
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>         [exec] [INFO]
>> [INFO]
>>>> Finished
>>>>>> at:
>>>>>>>>>>> 2018-10-03T00:28:14-07:00
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>         [exec] [INFO]
>> [INFO]
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>> 
>>>>>>> 
>>>>>> 
>>>> 
>> ------------------------------------------------------------------------
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>         [exec] [INFO]
>> [ERROR]
>>>> Failed
>>>>>> to
>>>>>>> execute
>>>>>>>>> goal
>>>>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>> 
>>>> org.apache.royale.compiler:royale-maven-plugin:0.9.4:compile-as
>>>>>>>>>>>>>>    (default-compile-as)
>> on
>>>> project
>>>>>> MXRoyale:
>>>>>>>>> There were
>>>>>>>>>>> errors
>>>>>>>>>>>>> during the
>>>>>>>>>>>>>>    build. Got return
>> code 3 ->
>>>> [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]
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>> 
>>>>>>>> 
>>>>>>> 
>>>>>> 
>>>> 
>>> 
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7C7c0ea8e9184948214bd708d62fc6f7bc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748928944002615&amp;sdata=kwdBnwFaYTYepWogQSAyftGXVtwDk7dst%2FIwG5TT8dY%3D&amp;reserved=0
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>         [exec] [INFO]
>> [ERROR]
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>         [exec] [INFO]
>> [ERROR]
>>>> After
>>>>>>> correcting
>>>>>>>>> the
>>>>>>>>>> problems,
>>>>>>>>>>> you
>>>>>>>>>>>>> can
>>>>>>>>>>>>>> resume
>>>>>>>>>>>>>>    the build with the
>> command
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>         [exec] [INFO]
>> [ERROR]
>>>> mvn
>>>>>> <goals>
>>>>>>> -rf
>>>>>>>>>> :MXRoyale
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>    Can we perhaps turn
>> this
>>>> project
>>>>>> off?  Is
>>>>>>> it
>> 
> 
> 
> 
> -- 
> Carlos Rovira
> http://about.me/carlosrovira


Re: [Discuss] Start release process 0.9.3

Posted by Alex Harui <ah...@adobe.com.INVALID>.
You could ask on the Maven mailing lists.

HTH,
-Alex

On 10/12/18, 2:05 PM, "Piotr Zarzycki" <pi...@gmail.com> wrote:

    Yes! A lot was successful. It looks like it is total random. Probably some
    kind of problem with connection, but I doubt that is on my sight. I notice
    one thing when I click for the first time on the link to the central
    repository - I was in a connecting state forever. I had to refresh website,
    actually at that time I did restart my browser.
    
    I'm wondering whether other project have such problems...
    
    Piotr
    
    pt., 12 paź 2018 o 22:09 Alex Harui <ah...@adobe.com.invalid> napisał(a):
    
    > Piotr,
    >
    > Did any transfers succeed?
    >
    > -Alex
    >
    > On 10/12/18, 1:02 PM, "Piotr Zarzycki" <pi...@gmail.com> wrote:
    >
    >     Unfortunately I got the same result as OM :( Something is really wrong
    > with
    >     Maven central, cause I can't believe that we all have bad internet
    >     connection. :)
    >
    >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FeqN9&amp;data=02%7C01%7Caharui%40adobe.com%7C95c7ca29a7364abc1b3e08d630866803%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749751168978631&amp;sdata=HW9yzbYrHzfA4xMLlIfc5LAzK12HhRkfPXNDlgaIH%2Fs%3D&amp;reserved=0
    >
    >     Piotr
    >
    >     pt., 12 paź 2018 o 19:14 Piotr Zarzycki <pi...@gmail.com>
    >     napisał(a):
    >
    >     > The weirdest thing is that I cannot use anymore sourcetree after that
    >     > update. I'm getting wrong password and user name on other
    > repositories
    >     > which are private.
    >     >
    >     > git version 2.19.1.windows.1
    >     >
    >     > However after update I was able to continue process of release.
    > Update
    >     > fixes for me some problems with gpg.
    >     >
    >     > Piotr
    >     >
    >     > pt., 12 paź 2018 o 18:47 Alex Harui <ah...@adobe.com.invalid>
    > napisał(a):
    >     >
    >     >> I was able to delete the tag.  What version of Git are you using?
    > I'm
    >     >> concerned other problems may arise.
    >     >>
    >     >> If you run into a problem like this again, you might want to try
    > just
    >     >> giving up on rc1 and calling it rc2 so the tag names don't conflict.
    >     >>
    >     >> HTH,
    >     >> -Alex
    >     >>
    >     >> On 10/12/18, 9:42 AM, "Piotr Zarzycki" <pi...@gmail.com>
    >     >> wrote:
    >     >>
    >     >>     I would like to ask also someone for delete
    >     >>     tag org.apache.royale.compiler-0.9.4-rc1 - I'm not sure what has
    >     >> happened
    >     >>     but after updating git I cannot do that. I can commit stuff,
    > but doing
    >     >>     delete tag I'm getting
    >     >>
    >     >>     remote: Permission to apache/royale-compiler.git denied to
    >     >> piotrzarzycki21.
    >     >>     fatal: unable to access '
    >     >>
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler.git%2F&amp;data=02%7C01%7Caharui%40adobe.com%7C95c7ca29a7364abc1b3e08d630866803%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749751168978631&amp;sdata=musFH4QHqzQ013DGyuqgarHG7jv70PhwdsOWASv0ddA%3D&amp;reserved=0
    >     >> ':
    >     >>     The requested URL returned error: 403
    >     >>
    >     >>     If someone do this for me I can try release process again.
    >     >>
    >     >>     Thanks,
    >     >>     Piotr
    >     >>
    >     >>     pt., 12 paź 2018 o 18:20 Alex Harui <ah...@adobe.com.invalid>
    >     >> napisał(a):
    >     >>
    >     >>     > I was too focused on the credentials and didn't notice that
    > your
    >     >> settings
    >     >>     > didn't have HTTPS.
    >     >>     >
    >     >>     >         <server>
    >     >>     >             <id>apache.releases.https</id>
    >     >>     >             <username>aharui</username>
    >     >>     >             <password>...</password>
    >     >>     >         </server>
    >     >>     >         <server>
    >     >>     >             <id>apache.snapshots.https</id>
    >     >>     >             <username>aharui</username>
    >     >>     >             <password>...</password>
    >     >>     >         </server>
    >     >>     >
    >     >>     > HTH,
    >     >>     > -Alex
    >     >>     >
    >     >>     > On 10/12/18, 9:13 AM, "Piotr Zarzycki" <
    > piotrzarzycki21@gmail.com>
    >     >> wrote:
    >     >>     >
    >     >>     >     I logged in without the problem. Om was on the stage
    > where he
    >     >> was able
    >     >>     > to
    >     >>     >     upload something. I hope he will respond. Maybe he had
    > some
    >     >> special
    >     >>     >     settings in file.
    >     >>     >
    >     >>     >     Piotr
    >     >>     >
    >     >>     >     pt., 12 paź 2018 o 17:55 Alex Harui
    > <ah...@adobe.com.invalid>
    >     >>     > napisał(a):
    >     >>     >
    >     >>     >     > Hi Piotr,
    >     >>     >     >
    >     >>     >     > Yes, I have the same settings (username aharui,
    > password is
    >     >> my apache
    >     >>     >     > password).  Try logging into repository.apache.org
    > from your
    >     >>     > browser.  I
    >     >>     >     > don't know for sure that repository.a.o uses LDAP, it
    > might
    >     >> be I
    >     >>     > just used
    >     >>     >     > the same username and password to be lazy).
    >     >>     >     >
    >     >>     >     > I will also say that Infra recently changed some
    > setting on
    >     >>     > repository.a.o
    >     >>     >     > and I have not tried deploying since so maybe there is
    > some
    >     >>     > authorization
    >     >>     >     > step we need to do.
    >     >>     >     >
    >     >>     >     > HTH,
    >     >>     >     > -Alex
    >     >>     >     >
    >     >>     >     > On 10/12/18, 1:40 AM, "Piotr Zarzycki" <
    >     >> piotrzarzycki21@gmail.com>
    >     >>     > wrote:
    >     >>     >     >
    >     >>     >     >     Alex, Om,
    >     >>     >     >
    >     >>     >     >     I'm a bit farther. I had a lot of problems on my
    > sight
    >     >> with gpg,
    >     >>     > but I
    >     >>     >     > was
    >     >>     >     >     able to configure it properly in GitBash. I reached
    > point
    >     >> with
    >     >>     >     > artifacts
    >     >>     >     >     upload. It's failed cause it looks like my password
    > was
    >     >>     > incorrect. I
    >     >>     >     > would
    >     >>     >     >     like to make sure that I'm having similar
    > configuration
    >     >> as you.
    >     >>     >     >
    >     >>     >     >     I have login and password Maven in
    >     >>     > c:\Users\piotr\.m2\settings.xml
    >     >>     >     > under
    >     >>     >     >
    >     >>     >     >     <servers>
    >     >>     >     >       <server>
    >     >>     >     >     <id>apache-release</id>
    >     >>     >     >     <username>piotrz</username>
    >     >>     >     >     <password>mypass</password>
    >     >>     >     >       </server>
    >     >>     >     >       <server>
    >     >>     >     >     <id>apache-snapshots</id>
    >     >>     >     >     <username>piotrz</username>
    >     >>     >     >     <password>mypass</password>
    >     >>     >     >       </server>
    >     >>     >     >     </servers>
    >     >>     >     >
    >     >>     >     >     I'm getting following results right now [1] ->
    >     >>     >     > compiler-build-tools-1.0.0.
    >     >>     >     >     jar. Return code is: 401, ReasonPhrase:
    > Unauthorized.
    >     >>     >     >     It looks like I'm having problem with authorization
    > to
    >     >> maven
    >     >>     > central.
    >     >>     >     >
    >     >>     >     >     The question is also - Do you use apache login and
    >     >> password ?
    >     >>     >     >
    >     >>     >     >     [1]
    >     >>     >     >
    >     >>     >
    >     >>
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2F5OOR&amp;data=02%7C01%7Caharui%40adobe.com%7C95c7ca29a7364abc1b3e08d630866803%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749751168978631&amp;sdata=ARK747RxaIqj4zMv9wW4CnMCxb9Cn7TZsShgysN4QSw%3D&amp;reserved=0
    >     >>     >     >
    >     >>     >     >     Thanks,
    >     >>     >     >     Piotr
    >     >>     >     >
    >     >>     >     >     pt., 12 paź 2018 o 07:39 Alex Harui
    >     >> <ah...@adobe.com.invalid>
    >     >>     >     > napisał(a):
    >     >>     >     >
    >     >>     >     >     > Hi Piotr,
    >     >>     >     >     >
    >     >>     >     >     > Well, it depends.  In looking at the repos, I do
    > not
    >     >> see the
    >     >>     > 0.9.4
    >     >>     >     > tag,
    >     >>     >     >     > which is strange since Carlos's Git GUI client is
    >     >> updating it.
    >     >>     >     >     >
    >     >>     >     >     > IMO, for sure, you should update
    > releasecandidate.xml
    >     >> per my
    >     >>     > earlier
    >     >>     >     >     > email, delete the repos out of the folder you are
    > using
    >     >> and
    >     >>     > see how
    >     >>     >     > far you
    >     >>     >     >     > get.  Maybe there is a bad tag I can't see that
    > Maven
    >     >> will see
    >     >>     > and
    >     >>     >     > fail.
    >     >>     >     >     > Not sure what to do in that case, maybe we'll
    > have to
    >     >> give up
    >     >>     > on
    >     >>     >     > 0.9.4 as a
    >     >>     >     >     > version and try to upgrade the version to 0.9.5.
    > Or
    >     >> maybe the
    >     >>     > tag
    >     >>     >     > never
    >     >>     >     >     > got pushed and deleting the repos locally will
    > resolve
    >     >> the
    >     >>     > issue.
    >     >>     >     >     >
    >     >>     >     >     > Good luck,
    >     >>     >     >     > -Alex
    >     >>     >     >     >
    >     >>     >     >     > On 10/11/18, 10:24 PM, "Piotr Zarzycki" <
    >     >>     > piotrzarzycki21@gmail.com>
    >     >>     >     >     > wrote:
    >     >>     >     >     >
    >     >>     >     >     >     Alex,
    >     >>     >     >     >
    >     >>     >     >     >     In the other words If I have time today I can
    >     >> continue
    >     >>     > with the
    >     >>     >     >     > process? We
    >     >>     >     >     >     end up with situation where I need to remove
    > tag
    >     >> and try
    >     >>     > again
    >     >>     >     > as I
    >     >>     >     >     >     remember?
    >     >>     >     >     >
    >     >>     >     >     >     Thanks,
    >     >>     >     >     >     Piotr
    >     >>     >     >     >
    >     >>     >     >     >     On Fri, Oct 12, 2018, 7:12 AM Alex Harui
    >     >>     >     > <ah...@adobe.com.invalid>
    >     >>     >     >     > wrote:
    >     >>     >     >     >
    >     >>     >     >     >     > Hi Piotr,
    >     >>     >     >     >     >
    >     >>     >     >     >     > I agree with your sentiments.  However, I
    > think
    >     >> one
    >     >>     > problem is
    >     >>     >     > that
    >     >>     >     >     > the
    >     >>     >     >     >     > revert emails are misleading.  Unlike other
    >     >> commits, the
    >     >>     >     > subject of a
    >     >>     >     >     >     > revert does not show what branch was
    > changed, so
    >     >> I think
    >     >>     >     > Carlos was
    >     >>     >     >     >     > reverting things in a branch.
    >     >>     >     >     >     >
    >     >>     >     >     >     > That said, it is still very troublesome
    > that his
    >     >> Git
    >     >>     > tools are
    >     >>     >     >     > changing
    >     >>     >     >     >     > the tags.  IMO, Carlos will have to stop
    > using
    >     >> that tool.
    >     >>     >     >     >     >
    >     >>     >     >     >     > -Alex
    >     >>     >     >     >     >
    >     >>     >     >     >     > On 10/11/18, 9:57 PM, "Piotr Zarzycki" <
    >     >>     >     > piotrzarzycki21@gmail.com>
    >     >>     >     >     > wrote:
    >     >>     >     >     >     >
    >     >>     >     >     >     >     Carlos,
    >     >>     >     >     >     >
    >     >>     >     >     >     >     You are expecting from people who are
    >     >> volunteers to
    >     >>     > do some
    >     >>     >     >     > things in
    >     >>     >     >     >     > one
    >     >>     >     >     >     >     day? It's impossible to do that. I'm not
    >     >> working on
    >     >>     > that
    >     >>     >     > full
    >     >>     >     >     > time. I
    >     >>     >     >     >     > did
    >     >>     >     >     >     >     first finally successful step for the
    > release.
    >     >>     > Everything
    >     >>     >     > was
    >     >>     >     >     > reported
    >     >>     >     >     >     > on
    >     >>     >     >     >     >     this list. I had problems and didn't
    > have
    >     >> time to
    >     >>     > resolve
    >     >>     >     > it.
    >     >>     >     >     > Alex
    >     >>     >     >     >     > provide
    >     >>     >     >     >     >     solution - next RM should pickup it and
    >     >> continue
    >     >>     > release.
    >     >>     >     > It can
    >     >>     >     >     > take
    >     >>     >     >     >     > days.
    >     >>     >     >     >     >     If you have problems you should create
    > branch
    >     >> from
    >     >>     > the last
    >     >>     >     >     > stable
    >     >>     >     >     >     > commit.
    >     >>     >     >     >     >     Is it problem for you ?
    >     >>     >     >     >     >
    >     >>     >     >     >     >     How can we now get back to the previous
    > state
    >     >> now?
    >     >>     >     >     >     >
    >     >>     >     >     >     >     Piotr
    >     >>     >     >     >     >
    >     >>     >     >     >     >     pt., 12 paź 2018 o 02:09 Carlos Rovira <
    >     >>     >     > carlosrovira@apache.org>
    >     >>     >     >     >     > napisał(a):
    >     >>     >     >     >     >
    >     >>     >     >     >     >     > Hi Alex,
    >     >>     >     >     >     >     > if you check in actual develop for
    >     >>     > "0.9.5-SNAPSHOT" and
    >     >>     >     >     >     > "0.9.4-SNAPSHOT"
    >     >>     >     >     >     >     > you'll see maven build compiler and
    > typedefs
    >     >>     >     > 0.9.5-SNAPSHOT,
    >     >>     >     >     > but
    >     >>     >     >     >     > when build
    >     >>     >     >     >     >     > framework, it downloads compiler and
    >     >> typedefs
    >     >>     >     > 0.9.4-SNAPSHOT
    >     >>     >     >     > since
    >     >>     >     >     >     > the
    >     >>     >     >     >     >     > versions in framework are not
    > updated. This
    >     >> is the
    >     >>     >     > reason you
    >     >>     >     >     > don't
    >     >>     >     >     >     > see any
    >     >>     >     >     >     >     > fail when building with maven. If you
    >     >> update all
    >     >>     > to use
    >     >>     >     > the
    >     >>     >     >     > same
    >     >>     >     >     >     > number it
    >     >>     >     >     >     >     > will fail. I recommend you as well to
    >     >> remove royale
    >     >>     >     > folder in
    >     >>     >     >     > your
    >     >>     >     >     >     > local
    >     >>     >     >     >     >     > .m2 to see how maven generates
    > compiler and
    >     >>     > typedefs and
    >     >>     >     > then
    >     >>     >     >     >     > download
    >     >>     >     >     >     >     > other version.
    >     >>     >     >     >     >     >
    >     >>     >     >     >     >     > Maybe the rest of people didn't see
    > this
    >     >> because
    >     >>     > they
    >     >>     >     > use ANT
    >     >>     >     >     > and
    >     >>     >     >     >     > that
    >     >>     >     >     >     >     > build system is not affected by the
    > release
    >     >>     > process. But
    >     >>     >     > I
    >     >>     >     >     > think we
    >     >>     >     >     >     > can't
    >     >>     >     >     >     >     > left the failed release process
    > without
    >     >> revert it
    >     >>     > for
    >     >>     >     > days,
    >     >>     >     >     > since we
    >     >>     >     >     >     > are
    >     >>     >     >     >     >     > all seeing different things.
    >     >>     >     >     >     >     >
    >     >>     >     >     >     >     > For example, I was able to run your
    > MX RO
    >     >> example
    >     >>     > with
    >     >>     >     > ANT,
    >     >>     >     >     > but I
    >     >>     >     >     >     > can make
    >     >>     >     >     >     >     > it work with Maven, what means to me
    > that I
    >     >> still
    >     >>     > can't
    >     >>     >     > use it
    >     >>     >     >     > since
    >     >>     >     >     >     > my
    >     >>     >     >     >     >     > entire project is in maven.
    >     >>     >     >     >     >     >
    >     >>     >     >     >     >     > I'm trying to fix this for several
    > hours
    >     >> now and
    >     >>     > still
    >     >>     >     >     > couldn't test
    >     >>     >     >     >     > mx RO
    >     >>     >     >     >     >     > nor working on my project...
    >     >>     >     >     >     >     >
    >     >>     >     >     >     >     > I'm closing for today with all messed
    > up.
    >     >> Tomorrow
    >     >>     > will
    >     >>     >     > try
    >     >>     >     >     > again,
    >     >>     >     >     >     > or will
    >     >>     >     >     >     >     > need to block me in a branch to be
    > able to
    >     >> continue
    >     >>     >     > working.
    >     >>     >     >     >     >     >
    >     >>     >     >     >     >     > Thanks
    >     >>     >     >     >     >     >
    >     >>     >     >     >     >     > Carlos
    >     >>     >     >     >     >     >
    >     >>     >     >     >     >     >
    >     >>     >     >     >     >     >
    >     >>     >     >     >     >     >
    >     >>     >     >     >     >     >
    >     >>     >     >     >     >     > El vie., 12 oct. 2018 a las 1:53,
    > Alex Harui
    >     >>     >     >     >     > (<ah...@adobe.com.invalid>)
    >     >>     >     >     >     >     > escribió:
    >     >>     >     >     >     >     >
    >     >>     >     >     >     >     > > The 0.9.4 release branch has been
    > cut.  I
    >     >> have
    >     >>     > not
    >     >>     >     > seen any
    >     >>     >     >     >     > problems
    >     >>     >     >     >     >     > > reported against it, so I don't
    > know of
    >     >> any
    >     >>     > reason to
    >     >>     >     > delete
    >     >>     >     >     > it.
    >     >>     >     >     >     > Thus,
    >     >>     >     >     >     >     > the
    >     >>     >     >     >     >     > > develop branch should be at
    >     >> 0.9.5-SNAPSHOT.
    >     >>     >     >     >     >     > >
    >     >>     >     >     >     >     > > I noticed you messed around with the
    >     >> versions so
    >     >>     > I
    >     >>     >     > have no
    >     >>     >     >     > idea
    >     >>     >     >     >     > what
    >     >>     >     >     >     >     > state
    >     >>     >     >     >     >     > > we are in, plus I continue to see
    > that
    >     >> tags are
    >     >>     > being
    >     >>     >     >     > updated.
    >     >>     >     >     >     > You will
    >     >>     >     >     >     >     > > probably have to stop using your Git
    >     >> GUI.  We
    >     >>     > cannot
    >     >>     >     > have
    >     >>     >     >     > tags be
    >     >>     >     >     >     >     > modified.
    >     >>     >     >     >     >     > >
    >     >>     >     >     >     >     > > -Alex
    >     >>     >     >     >     >     > >
    >     >>     >     >     >     >     > > On 10/11/18, 3:14 PM, "Carlos
    > Rovira" <
    >     >>     >     >     > carlosrovira@apache.org>
    >     >>     >     >     >     > wrote:
    >     >>     >     >     >     >     > >
    >     >>     >     >     >     >     > >     Hi,
    >     >>     >     >     >     >     > >
    >     >>     >     >     >     >     > >     I'm a bit confused with the
    > actual
    >     >> state of
    >     >>     > the
    >     >>     >     > repo. We
    >     >>     >     >     >     > should stay
    >     >>     >     >     >     >     > in
    >     >>     >     >     >     >     > >     0.9.4-SNAPSHOT? or
    > 0.9.5-SNAPSHOT?
    >     >>     >     >     >     >     > >     I'm building with the latest
    > since
    >     >> 1-2 days
    >     >>     > but
    >     >>     >     > removed
    >     >>     >     >     > all
    >     >>     >     >     >     > royale
    >     >>     >     >     >     >     > > folder
    >     >>     >     >     >     >     > >     with all maven artifacts and
    > rebuild
    >     >> from
    >     >>     > scratch,
    >     >>     >     > makes
    >     >>     >     >     > me
    >     >>     >     >     >     > have
    >     >>     >     >     >     >     > mixed
    >     >>     >     >     >     >     > >     versions, since some artifacts
    > are
    >     >>     > downloading
    >     >>     >     > 0.9.4
    >     >>     >     >     > instead
    >     >>     >     >     >     > of use
    >     >>     >     >     >     >     > > 0.9.5
    >     >>     >     >     >     >     > >
    >     >>     >     >     >     >     > >     Piotr, seems nobody  take the
    > request
    >     >> to
    >     >>     > continue
    >     >>     >     > with
    >     >>     >     >     > the
    >     >>     >     >     >     > release
    >     >>     >     >     >     >     > for
    >     >>     >     >     >     >     > > now,
    >     >>     >     >     >     >     > >     so I propose to stabilize the
    > repo.
    >     >>     >     >     >     >     > >
    >     >>     >     >     >     >     > >     Thoughts?
    >     >>     >     >     >     >     > >
    >     >>     >     >     >     >     > >     Carlos
    >     >>     >     >     >     >     > >
    >     >>     >     >     >     >     > >
    >     >>     >     >     >     >     > >
    >     >>     >     >     >     >     > >
    >     >>     >     >     >     >     > >
    >     >>     >     >     >     >     > >     El jue., 11 oct. 2018 a las
    > 20:33,
    >     >> Piotr
    >     >>     > Zarzycki
    >     >>     >     > (<
    >     >>     >     >     >     >     > >     piotrzarzycki21@gmail.com>)
    > escribió:
    >     >>     >     >     >     >     > >
    >     >>     >     >     >     >     > >     > Hi Alex,
    >     >>     >     >     >     >     > >     >
    >     >>     >     >     >     >     > >     > Unfortunately in the next
    > couple of
    >     >> days I
    >     >>     > won't
    >     >>     >     > have
    >     >>     >     >     > time
    >     >>     >     >     >     > for
    >     >>     >     >     >     >     > that.
    >     >>     >     >     >     >     > > If
    >     >>     >     >     >     >     > >     > someone can do that feel free
    > jump
    >     >> into it.
    >     >>     >     >     >     >     > >     >
    >     >>     >     >     >     >     > >     > Piotr
    >     >>     >     >     >     >     > >     >
    >     >>     >     >     >     >     > >     > On Thu, Oct 11, 2018, 6:43 PM
    > Alex
    >     >> Harui
    >     >>     >     >     >     > <aharui@adobe.com.invalid
    >     >>     >     >     >     >     > >
    >     >>     >     >     >     >     > > wrote:
    >     >>     >     >     >     >     > >     >
    >     >>     >     >     >     >     > >     > > After digging through the
    > output
    >     >> you
    >     >>     > pasted, it
    >     >>     >     >     > appears
    >     >>     >     >     >     > that the
    >     >>     >     >     >     >     > >     > > "check-empty-folder" target
    > isn't
    >     >> quite
    >     >>     > right
    >     >>     >     > and
    >     >>     >     >     > didn't
    >     >>     >     >     >     > catch
    >     >>     >     >     >     >     > > that you
    >     >>     >     >     >     >     > >     > > didn't run "maven" against
    > an
    >     >> empty
    >     >>     > folder.
    >     >>     >     >     > Although I am
    >     >>     >     >     >     > a bit
    >     >>     >     >     >     >     > > puzzled
    >     >>     >     >     >     >     > >     > > why there were modified
    > files in
    >     >> the
    >     >>     > working
    >     >>     >     > copy.
    >     >>     >     >     >     >     > >     > >
    >     >>     >     >     >     >     > >     > > Maven and the scripts have
    > some
    >     >>     > expectation
    >     >>     >     > that you
    >     >>     >     >     > are
    >     >>     >     >     >     > starting
    >     >>     >     >     >     >     > > from
    >     >>     >     >     >     >     > >     > the
    >     >>     >     >     >     >     > >     > > beginning, so if Maven got
    > far
    >     >> enough to
    >     >>     >     > create a
    >     >>     >     >     > tag and
    >     >>     >     >     >     > you
    >     >>     >     >     >     >     > have
    >     >>     >     >     >     >     > > to
    >     >>     >     >     >     >     > >     > start
    >     >>     >     >     >     >     > >     > > over, you have to remove the
    >     >> tag.  These
    >     >>     >     > scripts are
    >     >>     >     >     > still
    >     >>     >     >     >     > under
    >     >>     >     >     >     >     > >     > > development so you should
    > not
    >     >> expect
    >     >>     > that every
    >     >>     >     >     > situation
    >     >>     >     >     >     > has
    >     >>     >     >     >     >     > been
    >     >>     >     >     >     >     > >     > > accounted for.
    >     >>     >     >     >     >     > >     > >
    >     >>     >     >     >     >     > >     > > So, go delete the tag.
    >     >> Instructions for
    >     >>     > doing
    >     >>     >     > so
    >     >>     >     >     > are in
    >     >>     >     >     >     > the
    >     >>     >     >     >     >     > > wiki.  Maybe
    >     >>     >     >     >     >     > >     > > figure out why those files
    > were
    >     >>     > modified, but
    >     >>     >     > maybe
    >     >>     >     >     >     > because your
    >     >>     >     >     >     >     > > earlier
    >     >>     >     >     >     >     > >     > > run didn't have the right
    > gpg
    >     >> password.
    >     >>     >     >     >     >     > >     > >
    >     >>     >     >     >     >     > >     > > Try changing the
    >     >> check-empty-folder to
    >     >>     > also
    >     >>     >     > test for:
    >     >>     >     >     >     >     > >     > >
    >     >>     >     >     >     >     > >     > >         <available
    >     >>     >     >     >     >
    > file="${basedir}/royale-asjs/build.properties"
    >     >>     >     >     >     >     > >     > >             type="file"
    >     >>     >     >     >     >     > >     > >
    >     >>     >  property="found.build.properties"
    >     >>     >     >     > value="true"
    >     >>     >     >     >     > />
    >     >>     >     >     >     >     > >     > >
    >     >>     >     >     >     >     > >     > > Then it should catch you on
    > the
    >     >> steps
    >     >>     > where
    >     >>     >     > you are
    >     >>     >     >     >     > supposed to
    >     >>     >     >     >     >     > > start by
    >     >>     >     >     >     >     > >     > > pulling down the repos
    > again.
    >     >>     >     >     >     >     > >     > >
    >     >>     >     >     >     >     > >     > > If you don't have time for
    > any of
    >     >> that,
    >     >>     > let us
    >     >>     >     > know
    >     >>     >     >     > here
    >     >>     >     >     >     > so the
    >     >>     >     >     >     >     > > next RM
    >     >>     >     >     >     >     > >     > > can know where to start.
    >     >>     >     >     >     >     > >     > >
    >     >>     >     >     >     >     > >     > > -Alex
    >     >>     >     >     >     >     > >     > >
    >     >>     >     >     >     >     > >     > > On 10/11/18, 2:05 AM, "Piotr
    >     >> Zarzycki" <
    >     >>     >     >     >     >     > piotrzarzycki21@gmail.com>
    >     >>     >     >     >     >     > >     > wrote:
    >     >>     >     >     >     >     > >     > >
    >     >>     >     >     >     >     > >     > >     I gave up again :) It
    > costs
    >     >> me to
    >     >>     > much
    >     >>     >     > time. I
    >     >>     >     >     > thought
    >     >>     >     >     >     > since
    >     >>     >     >     >     >     > > Om did
    >     >>     >     >     >     >     > >     > so
    >     >>     >     >     >     >     > >     > > much
    >     >>     >     >     >     >     > >     > >     progress I will launch
    > the
    >     >> script
    >     >>     > and will
    >     >>     >     > work.
    >     >>     >     >     > It's
    >     >>     >     >     >     > still
    >     >>     >     >     >     >     > > failing.
    >     >>     >     >     >     >     > >     > >
    >     >>     >     >     >     >     > >     > >
    >     >>     >     >     >     >     > >     > >
    >     >>     >     >     >     >     > >     >
    >     >>     >     >     >     >     > >
    >     >>     >     >     >     >     >
    >     >>     >     >     >     >
    >     >>     >     >     >
    >     >>     >     >
    >     >>     >
    >     >>
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FWJ44&amp;data=02%7C01%7Caharui%40adobe.com%7C95c7ca29a7364abc1b3e08d630866803%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749751168978631&amp;sdata=8U0i6bFWeY2Bd11PrSoiulJSJxkuf0UeqEvrLCTgROE%3D&amp;reserved=0
    >     >>     >     >     >     >     > >     > >
    >     >>     >     >     >     >     > >     > >     I run first time and had
    >     >> problem
    >     >>     > with gpg
    >     >>     >     >     > password -
    >     >>     >     >     >     > just
    >     >>     >     >     >     >     > > forgot it,
    >     >>     >     >     >     >     > >     > > but
    >     >>     >     >     >     >     > >     > >     run it again and type
    > correct
    >     >>     > password.
    >     >>     >     > Probably
    >     >>     >     >     > first
    >     >>     >     >     >     > time
    >     >>     >     >     >     >     > > this tag
    >     >>     >     >     >     >     > >     > > was
    >     >>     >     >     >     >     > >     > >     created and now script
    >     >> failing cause
    >     >>     > tag
    >     >>     >     > exits.
    >     >>     >     >     > Never
    >     >>     >     >     >     > ending
    >     >>     >     >     >     >     > > story.
    >     >>     >     >     >     >     > >     > >
    >     >>     >     >     >     >     > >     > >     I'm in that step - If
    > someone
    >     >> would
    >     >>     > like
    >     >>     >     > to try
    >     >>     >     >     > it out
    >     >>     >     >     >     > let me
    >     >>     >     >     >     >     > > know
    >     >>     >     >     >     >     > >     > and
    >     >>     >     >     >     >     > >     > > I
    >     >>     >     >     >     >     > >     > >     won't revert anything
    > for now:
    >     >>     >     >     >     >     > >     > >
    >     >>     >     >     >     >     > >     > >     ant -f
    > releasecandidate.xml
    >     >>     >     >     > -Drelease.version="0.9.4"
    >     >>     >     >     >     >     > >     > > -Dbrowser="c:\Program
    >     >>     >     >     >     >     > >     > >     Files\Mozilla
    >     >> Firefox\firefox.exe"
    >     >>     > -Drc=1
    >     >>     >     > maven
    >     >>     >     >     >     >     > >     > >
    >     >>     >     >     >     >     > >     > >     Thanks,
    >     >>     >     >     >     >     > >     > >     Piotr
    >     >>     >     >     >     >     > >     > >
    >     >>     >     >     >     >     > >     > >
    >     >>     >     >     >     >     > >     > >     czw., 11 paź 2018 o
    > 10:13
    >     >> Piotr
    >     >>     > Zarzycki <
    >     >>     >     >     >     >     > > piotrzarzycki21@gmail.com>
    >     >>     >     >     >     >     > >     > >     napisał(a):
    >     >>     >     >     >     >     > >     > >
    >     >>     >     >     >     >     > >     > >     > Hi Alex,
    >     >>     >     >     >     >     > >     > >     >
    >     >>     >     >     >     >     > >     > >     > This is what I'm
    > getting
    >     >> for git
    >     >>     > status
    >     >>     >     > for
    >     >>     >     >     >     > royale-compiler
    >     >>     >     >     >     >     > > [1]
    >     >>     >     >     >     >     > >     > >     >
    >     >>     >     >     >     >     > >     > >     > [1]
    >     >>     >     >     >     >     > >     > >
    >     >>     >     >     >     >     > >     >
    >     >>     >     >     >     >     > >
    >     >>     >     >     >     >     >
    >     >>     >     >     >     >
    >     >>     >     >     >
    >     >>     >     >
    >     >>     >
    >     >>
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FYuiH&amp;data=02%7C01%7Caharui%40adobe.com%7C95c7ca29a7364abc1b3e08d630866803%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749751168978631&amp;sdata=dnL%2FrqnVqdwwVrjrGoC1b8PiMlXA6K1iG9VepMj3O48%3D&amp;reserved=0
    >     >>     >     >     >     >     > >     > >     >
    >     >>     >     >     >     >     > >     > >     > Thanks,
    >     >>     >     >     >     >     > >     > >     > Piotr
    >     >>     >     >     >     >     > >     > >     >
    >     >>     >     >     >     >     > >     > >     > śr., 10 paź 2018 o
    > 17:50
    >     >> Alex Harui
    >     >>     >     >     >     >     > <aharui@adobe.com.invalid
    >     >>     >     >     >     >     > > >
    >     >>     >     >     >     >     > >     > > napisał(a):
    >     >>     >     >     >     >     > >     > >     >
    >     >>     >     >     >     >     > >     > >     >> What does 'git
    > status'
    >     >> return for
    >     >>     > that
    >     >>     >     > local
    >     >>     >     >     > copy
    >     >>     >     >     >     > of the
    >     >>     >     >     >     >     > >     > > royale-compiler
    >     >>     >     >     >     >     > >     > >     >> repo?
    >     >>     >     >     >     >     > >     > >     >>
    >     >>     >     >     >     >     > >     > >     >> That part of the
    > script is
    >     >> trying
    >     >>     > to
    >     >>     >     > see if
    >     >>     >     >     >     >     > > compiler-jburg-types
    >     >>     >     >     >     >     > >     > and
    >     >>     >     >     >     >     > >     > >     >> compiler-build-tools
    >     >> needed a
    >     >>     > version
    >     >>     >     > update
    >     >>     >     >     > that
    >     >>     >     >     >     > needs to
    >     >>     >     >     >     >     > > be
    >     >>     >     >     >     >     > >     > > pushed.
    >     >>     >     >     >     >     > >     > >     >> Those two projects
    > should
    >     >> be at
    >     >>     > 1.0.0
    >     >>     >     > since we
    >     >>     >     >     >     > rarely, if
    >     >>     >     >     >     >     > > ever,
    >     >>     >     >     >     >     > >     > > will need
    >     >>     >     >     >     >     > >     > >     >> to modify it.  There
    >     >> shouldn't
    >     >>     > have been
    >     >>     >     >     >     > modifications in
    >     >>     >     >     >     >     > > this
    >     >>     >     >     >     >     > >     > > release, yet
    >     >>     >     >     >     >     > >     > >     >> Git status is
    > reporting
    >     >>     > modifications
    >     >>     >     > to some
    >     >>     >     >     >     > file.  A
    >     >>     >     >     >     >     > test
    >     >>     >     >     >     >     > > is
    >     >>     >     >     >     >     > >     > done
    >     >>     >     >     >     >     > >     > > to
    >     >>     >     >     >     >     > >     > >     >> check for the word
    >     >> "modified:" in
    >     >>     > the
    >     >>     >     > 'git
    >     >>     >     >     > status'
    >     >>     >     >     >     > output,
    >     >>     >     >     >     >     > > then
    >     >>     >     >     >     >     > >     > that
    >     >>     >     >     >     >     > >     > >     >> attempt to push is
    >     >> executed.
    >     >>     > Somehow,
    >     >>     >     > the git
    >     >>     >     >     >     > status is
    >     >>     >     >     >     >     > > implying
    >     >>     >     >     >     >     > >     > >     >> modifications but the
    >     >> files we are
    >     >>     >     > trying to
    >     >>     >     >     > push
    >     >>     >     >     >     > are not
    >     >>     >     >     >     >     > >     > modified.
    >     >>     >     >     >     >     > >     > >     >>
    >     >>     >     >     >     >     > >     > >     >> The solutions should
    > not
    >     >> require
    >     >>     >     > reverting of
    >     >>     >     >     > the
    >     >>     >     >     >     > release
    >     >>     >     >     >     >     > > branch.
    >     >>     >     >     >     >     > >     > > It
    >     >>     >     >     >     >     > >     > >     >> looks like you have
    >     >> successfully
    >     >>     >     > created a
    >     >>     >     >     > correct
    >     >>     >     >     >     > set of
    >     >>     >     >     >     >     > > branches
    >     >>     >     >     >     >     > >     > > and the
    >     >>     >     >     >     >     > >     > >     >> steps you are running
    >     >> start by
    >     >>     > pulling
    >     >>     >     > down
    >     >>     >     >     > the
    >     >>     >     >     >     > release
    >     >>     >     >     >     >     > > branch.  I
    >     >>     >     >     >     >     > >     > > didn't
    >     >>     >     >     >     >     > >     > >     >> see any commits to
    > the
    >     >> release
    >     >>     > branch
    >     >>     >     > from the
    >     >>     >     >     >     > scripts, so
    >     >>     >     >     >     >     > > to
    >     >>     >     >     >     >     > >     > > re-start, it
    >     >>     >     >     >     >     > >     > >     >> should just be
    > manually
    >     >> deleting
    >     >>     > the
    >     >>     >     > local
    >     >>     >     >     > copies
    >     >>     >     >     >     > of the
    >     >>     >     >     >     >     > > repos and
    >     >>     >     >     >     >     > >     > > running
    >     >>     >     >     >     >     > >     > >     >> the Ant command
    > again after
    >     >>     > making one
    >     >>     >     > of the
    >     >>     >     >     >     > changes to
    >     >>     >     >     >     >     > >     > >     >> releasecandidate.xml
    > I will
    >     >>     > describe
    >     >>     >     > below:
    >     >>     >     >     >     >     > >     > >     >>
    >     >>     >
    
    
    
    -- 
    
    Piotr Zarzycki
    
    Patreon: *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C95c7ca29a7364abc1b3e08d630866803%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749751168978631&amp;sdata=2oigMltyb0uZKD8aPtvBS6SZcetzmfcqhpZlo3TqMio%3D&amp;reserved=0
    <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C95c7ca29a7364abc1b3e08d630866803%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749751168978631&amp;sdata=2oigMltyb0uZKD8aPtvBS6SZcetzmfcqhpZlo3TqMio%3D&amp;reserved=0>*
    


Re: [Discuss] Start release process 0.9.3

Posted by Piotr Zarzycki <pi...@gmail.com>.
Yes! A lot was successful. It looks like it is total random. Probably some
kind of problem with connection, but I doubt that is on my sight. I notice
one thing when I click for the first time on the link to the central
repository - I was in a connecting state forever. I had to refresh website,
actually at that time I did restart my browser.

I'm wondering whether other project have such problems...

Piotr

pt., 12 paź 2018 o 22:09 Alex Harui <ah...@adobe.com.invalid> napisał(a):

> Piotr,
>
> Did any transfers succeed?
>
> -Alex
>
> On 10/12/18, 1:02 PM, "Piotr Zarzycki" <pi...@gmail.com> wrote:
>
>     Unfortunately I got the same result as OM :( Something is really wrong
> with
>     Maven central, cause I can't believe that we all have bad internet
>     connection. :)
>
>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FeqN9&amp;data=02%7C01%7Caharui%40adobe.com%7Ca67e38ee33d34bafbded08d6307d99c3%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749713348847517&amp;sdata=Ua%2BC6R%2B1I0N1aU3VvwQ%2FU%2BZCA039ZiDqeIege1sNg2I%3D&amp;reserved=0
>
>     Piotr
>
>     pt., 12 paź 2018 o 19:14 Piotr Zarzycki <pi...@gmail.com>
>     napisał(a):
>
>     > The weirdest thing is that I cannot use anymore sourcetree after that
>     > update. I'm getting wrong password and user name on other
> repositories
>     > which are private.
>     >
>     > git version 2.19.1.windows.1
>     >
>     > However after update I was able to continue process of release.
> Update
>     > fixes for me some problems with gpg.
>     >
>     > Piotr
>     >
>     > pt., 12 paź 2018 o 18:47 Alex Harui <ah...@adobe.com.invalid>
> napisał(a):
>     >
>     >> I was able to delete the tag.  What version of Git are you using?
> I'm
>     >> concerned other problems may arise.
>     >>
>     >> If you run into a problem like this again, you might want to try
> just
>     >> giving up on rc1 and calling it rc2 so the tag names don't conflict.
>     >>
>     >> HTH,
>     >> -Alex
>     >>
>     >> On 10/12/18, 9:42 AM, "Piotr Zarzycki" <pi...@gmail.com>
>     >> wrote:
>     >>
>     >>     I would like to ask also someone for delete
>     >>     tag org.apache.royale.compiler-0.9.4-rc1 - I'm not sure what has
>     >> happened
>     >>     but after updating git I cannot do that. I can commit stuff,
> but doing
>     >>     delete tag I'm getting
>     >>
>     >>     remote: Permission to apache/royale-compiler.git denied to
>     >> piotrzarzycki21.
>     >>     fatal: unable to access '
>     >>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler.git%2F&amp;data=02%7C01%7Caharui%40adobe.com%7Ca67e38ee33d34bafbded08d6307d99c3%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749713348847517&amp;sdata=6zo%2BIfdcts9HIUk1fi6buRnufGzGbbzx0DteDOgkfTA%3D&amp;reserved=0
>     >> ':
>     >>     The requested URL returned error: 403
>     >>
>     >>     If someone do this for me I can try release process again.
>     >>
>     >>     Thanks,
>     >>     Piotr
>     >>
>     >>     pt., 12 paź 2018 o 18:20 Alex Harui <ah...@adobe.com.invalid>
>     >> napisał(a):
>     >>
>     >>     > I was too focused on the credentials and didn't notice that
> your
>     >> settings
>     >>     > didn't have HTTPS.
>     >>     >
>     >>     >         <server>
>     >>     >             <id>apache.releases.https</id>
>     >>     >             <username>aharui</username>
>     >>     >             <password>...</password>
>     >>     >         </server>
>     >>     >         <server>
>     >>     >             <id>apache.snapshots.https</id>
>     >>     >             <username>aharui</username>
>     >>     >             <password>...</password>
>     >>     >         </server>
>     >>     >
>     >>     > HTH,
>     >>     > -Alex
>     >>     >
>     >>     > On 10/12/18, 9:13 AM, "Piotr Zarzycki" <
> piotrzarzycki21@gmail.com>
>     >> wrote:
>     >>     >
>     >>     >     I logged in without the problem. Om was on the stage
> where he
>     >> was able
>     >>     > to
>     >>     >     upload something. I hope he will respond. Maybe he had
> some
>     >> special
>     >>     >     settings in file.
>     >>     >
>     >>     >     Piotr
>     >>     >
>     >>     >     pt., 12 paź 2018 o 17:55 Alex Harui
> <ah...@adobe.com.invalid>
>     >>     > napisał(a):
>     >>     >
>     >>     >     > Hi Piotr,
>     >>     >     >
>     >>     >     > Yes, I have the same settings (username aharui,
> password is
>     >> my apache
>     >>     >     > password).  Try logging into repository.apache.org
> from your
>     >>     > browser.  I
>     >>     >     > don't know for sure that repository.a.o uses LDAP, it
> might
>     >> be I
>     >>     > just used
>     >>     >     > the same username and password to be lazy).
>     >>     >     >
>     >>     >     > I will also say that Infra recently changed some
> setting on
>     >>     > repository.a.o
>     >>     >     > and I have not tried deploying since so maybe there is
> some
>     >>     > authorization
>     >>     >     > step we need to do.
>     >>     >     >
>     >>     >     > HTH,
>     >>     >     > -Alex
>     >>     >     >
>     >>     >     > On 10/12/18, 1:40 AM, "Piotr Zarzycki" <
>     >> piotrzarzycki21@gmail.com>
>     >>     > wrote:
>     >>     >     >
>     >>     >     >     Alex, Om,
>     >>     >     >
>     >>     >     >     I'm a bit farther. I had a lot of problems on my
> sight
>     >> with gpg,
>     >>     > but I
>     >>     >     > was
>     >>     >     >     able to configure it properly in GitBash. I reached
> point
>     >> with
>     >>     >     > artifacts
>     >>     >     >     upload. It's failed cause it looks like my password
> was
>     >>     > incorrect. I
>     >>     >     > would
>     >>     >     >     like to make sure that I'm having similar
> configuration
>     >> as you.
>     >>     >     >
>     >>     >     >     I have login and password Maven in
>     >>     > c:\Users\piotr\.m2\settings.xml
>     >>     >     > under
>     >>     >     >
>     >>     >     >     <servers>
>     >>     >     >       <server>
>     >>     >     >     <id>apache-release</id>
>     >>     >     >     <username>piotrz</username>
>     >>     >     >     <password>mypass</password>
>     >>     >     >       </server>
>     >>     >     >       <server>
>     >>     >     >     <id>apache-snapshots</id>
>     >>     >     >     <username>piotrz</username>
>     >>     >     >     <password>mypass</password>
>     >>     >     >       </server>
>     >>     >     >     </servers>
>     >>     >     >
>     >>     >     >     I'm getting following results right now [1] ->
>     >>     >     > compiler-build-tools-1.0.0.
>     >>     >     >     jar. Return code is: 401, ReasonPhrase:
> Unauthorized.
>     >>     >     >     It looks like I'm having problem with authorization
> to
>     >> maven
>     >>     > central.
>     >>     >     >
>     >>     >     >     The question is also - Do you use apache login and
>     >> password ?
>     >>     >     >
>     >>     >     >     [1]
>     >>     >     >
>     >>     >
>     >>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2F5OOR&amp;data=02%7C01%7Caharui%40adobe.com%7Ca67e38ee33d34bafbded08d6307d99c3%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749713348847517&amp;sdata=90V08JElkZlfnf%2BXeNYYRdCN5vSksm8dFgUgEnRBfuo%3D&amp;reserved=0
>     >>     >     >
>     >>     >     >     Thanks,
>     >>     >     >     Piotr
>     >>     >     >
>     >>     >     >     pt., 12 paź 2018 o 07:39 Alex Harui
>     >> <ah...@adobe.com.invalid>
>     >>     >     > napisał(a):
>     >>     >     >
>     >>     >     >     > Hi Piotr,
>     >>     >     >     >
>     >>     >     >     > Well, it depends.  In looking at the repos, I do
> not
>     >> see the
>     >>     > 0.9.4
>     >>     >     > tag,
>     >>     >     >     > which is strange since Carlos's Git GUI client is
>     >> updating it.
>     >>     >     >     >
>     >>     >     >     > IMO, for sure, you should update
> releasecandidate.xml
>     >> per my
>     >>     > earlier
>     >>     >     >     > email, delete the repos out of the folder you are
> using
>     >> and
>     >>     > see how
>     >>     >     > far you
>     >>     >     >     > get.  Maybe there is a bad tag I can't see that
> Maven
>     >> will see
>     >>     > and
>     >>     >     > fail.
>     >>     >     >     > Not sure what to do in that case, maybe we'll
> have to
>     >> give up
>     >>     > on
>     >>     >     > 0.9.4 as a
>     >>     >     >     > version and try to upgrade the version to 0.9.5.
> Or
>     >> maybe the
>     >>     > tag
>     >>     >     > never
>     >>     >     >     > got pushed and deleting the repos locally will
> resolve
>     >> the
>     >>     > issue.
>     >>     >     >     >
>     >>     >     >     > Good luck,
>     >>     >     >     > -Alex
>     >>     >     >     >
>     >>     >     >     > On 10/11/18, 10:24 PM, "Piotr Zarzycki" <
>     >>     > piotrzarzycki21@gmail.com>
>     >>     >     >     > wrote:
>     >>     >     >     >
>     >>     >     >     >     Alex,
>     >>     >     >     >
>     >>     >     >     >     In the other words If I have time today I can
>     >> continue
>     >>     > with the
>     >>     >     >     > process? We
>     >>     >     >     >     end up with situation where I need to remove
> tag
>     >> and try
>     >>     > again
>     >>     >     > as I
>     >>     >     >     >     remember?
>     >>     >     >     >
>     >>     >     >     >     Thanks,
>     >>     >     >     >     Piotr
>     >>     >     >     >
>     >>     >     >     >     On Fri, Oct 12, 2018, 7:12 AM Alex Harui
>     >>     >     > <ah...@adobe.com.invalid>
>     >>     >     >     > wrote:
>     >>     >     >     >
>     >>     >     >     >     > Hi Piotr,
>     >>     >     >     >     >
>     >>     >     >     >     > I agree with your sentiments.  However, I
> think
>     >> one
>     >>     > problem is
>     >>     >     > that
>     >>     >     >     > the
>     >>     >     >     >     > revert emails are misleading.  Unlike other
>     >> commits, the
>     >>     >     > subject of a
>     >>     >     >     >     > revert does not show what branch was
> changed, so
>     >> I think
>     >>     >     > Carlos was
>     >>     >     >     >     > reverting things in a branch.
>     >>     >     >     >     >
>     >>     >     >     >     > That said, it is still very troublesome
> that his
>     >> Git
>     >>     > tools are
>     >>     >     >     > changing
>     >>     >     >     >     > the tags.  IMO, Carlos will have to stop
> using
>     >> that tool.
>     >>     >     >     >     >
>     >>     >     >     >     > -Alex
>     >>     >     >     >     >
>     >>     >     >     >     > On 10/11/18, 9:57 PM, "Piotr Zarzycki" <
>     >>     >     > piotrzarzycki21@gmail.com>
>     >>     >     >     > wrote:
>     >>     >     >     >     >
>     >>     >     >     >     >     Carlos,
>     >>     >     >     >     >
>     >>     >     >     >     >     You are expecting from people who are
>     >> volunteers to
>     >>     > do some
>     >>     >     >     > things in
>     >>     >     >     >     > one
>     >>     >     >     >     >     day? It's impossible to do that. I'm not
>     >> working on
>     >>     > that
>     >>     >     > full
>     >>     >     >     > time. I
>     >>     >     >     >     > did
>     >>     >     >     >     >     first finally successful step for the
> release.
>     >>     > Everything
>     >>     >     > was
>     >>     >     >     > reported
>     >>     >     >     >     > on
>     >>     >     >     >     >     this list. I had problems and didn't
> have
>     >> time to
>     >>     > resolve
>     >>     >     > it.
>     >>     >     >     > Alex
>     >>     >     >     >     > provide
>     >>     >     >     >     >     solution - next RM should pickup it and
>     >> continue
>     >>     > release.
>     >>     >     > It can
>     >>     >     >     > take
>     >>     >     >     >     > days.
>     >>     >     >     >     >     If you have problems you should create
> branch
>     >> from
>     >>     > the last
>     >>     >     >     > stable
>     >>     >     >     >     > commit.
>     >>     >     >     >     >     Is it problem for you ?
>     >>     >     >     >     >
>     >>     >     >     >     >     How can we now get back to the previous
> state
>     >> now?
>     >>     >     >     >     >
>     >>     >     >     >     >     Piotr
>     >>     >     >     >     >
>     >>     >     >     >     >     pt., 12 paź 2018 o 02:09 Carlos Rovira <
>     >>     >     > carlosrovira@apache.org>
>     >>     >     >     >     > napisał(a):
>     >>     >     >     >     >
>     >>     >     >     >     >     > Hi Alex,
>     >>     >     >     >     >     > if you check in actual develop for
>     >>     > "0.9.5-SNAPSHOT" and
>     >>     >     >     >     > "0.9.4-SNAPSHOT"
>     >>     >     >     >     >     > you'll see maven build compiler and
> typedefs
>     >>     >     > 0.9.5-SNAPSHOT,
>     >>     >     >     > but
>     >>     >     >     >     > when build
>     >>     >     >     >     >     > framework, it downloads compiler and
>     >> typedefs
>     >>     >     > 0.9.4-SNAPSHOT
>     >>     >     >     > since
>     >>     >     >     >     > the
>     >>     >     >     >     >     > versions in framework are not
> updated. This
>     >> is the
>     >>     >     > reason you
>     >>     >     >     > don't
>     >>     >     >     >     > see any
>     >>     >     >     >     >     > fail when building with maven. If you
>     >> update all
>     >>     > to use
>     >>     >     > the
>     >>     >     >     > same
>     >>     >     >     >     > number it
>     >>     >     >     >     >     > will fail. I recommend you as well to
>     >> remove royale
>     >>     >     > folder in
>     >>     >     >     > your
>     >>     >     >     >     > local
>     >>     >     >     >     >     > .m2 to see how maven generates
> compiler and
>     >>     > typedefs and
>     >>     >     > then
>     >>     >     >     >     > download
>     >>     >     >     >     >     > other version.
>     >>     >     >     >     >     >
>     >>     >     >     >     >     > Maybe the rest of people didn't see
> this
>     >> because
>     >>     > they
>     >>     >     > use ANT
>     >>     >     >     > and
>     >>     >     >     >     > that
>     >>     >     >     >     >     > build system is not affected by the
> release
>     >>     > process. But
>     >>     >     > I
>     >>     >     >     > think we
>     >>     >     >     >     > can't
>     >>     >     >     >     >     > left the failed release process
> without
>     >> revert it
>     >>     > for
>     >>     >     > days,
>     >>     >     >     > since we
>     >>     >     >     >     > are
>     >>     >     >     >     >     > all seeing different things.
>     >>     >     >     >     >     >
>     >>     >     >     >     >     > For example, I was able to run your
> MX RO
>     >> example
>     >>     > with
>     >>     >     > ANT,
>     >>     >     >     > but I
>     >>     >     >     >     > can make
>     >>     >     >     >     >     > it work with Maven, what means to me
> that I
>     >> still
>     >>     > can't
>     >>     >     > use it
>     >>     >     >     > since
>     >>     >     >     >     > my
>     >>     >     >     >     >     > entire project is in maven.
>     >>     >     >     >     >     >
>     >>     >     >     >     >     > I'm trying to fix this for several
> hours
>     >> now and
>     >>     > still
>     >>     >     >     > couldn't test
>     >>     >     >     >     > mx RO
>     >>     >     >     >     >     > nor working on my project...
>     >>     >     >     >     >     >
>     >>     >     >     >     >     > I'm closing for today with all messed
> up.
>     >> Tomorrow
>     >>     > will
>     >>     >     > try
>     >>     >     >     > again,
>     >>     >     >     >     > or will
>     >>     >     >     >     >     > need to block me in a branch to be
> able to
>     >> continue
>     >>     >     > working.
>     >>     >     >     >     >     >
>     >>     >     >     >     >     > Thanks
>     >>     >     >     >     >     >
>     >>     >     >     >     >     > Carlos
>     >>     >     >     >     >     >
>     >>     >     >     >     >     >
>     >>     >     >     >     >     >
>     >>     >     >     >     >     >
>     >>     >     >     >     >     >
>     >>     >     >     >     >     > El vie., 12 oct. 2018 a las 1:53,
> Alex Harui
>     >>     >     >     >     > (<ah...@adobe.com.invalid>)
>     >>     >     >     >     >     > escribió:
>     >>     >     >     >     >     >
>     >>     >     >     >     >     > > The 0.9.4 release branch has been
> cut.  I
>     >> have
>     >>     > not
>     >>     >     > seen any
>     >>     >     >     >     > problems
>     >>     >     >     >     >     > > reported against it, so I don't
> know of
>     >> any
>     >>     > reason to
>     >>     >     > delete
>     >>     >     >     > it.
>     >>     >     >     >     > Thus,
>     >>     >     >     >     >     > the
>     >>     >     >     >     >     > > develop branch should be at
>     >> 0.9.5-SNAPSHOT.
>     >>     >     >     >     >     > >
>     >>     >     >     >     >     > > I noticed you messed around with the
>     >> versions so
>     >>     > I
>     >>     >     > have no
>     >>     >     >     > idea
>     >>     >     >     >     > what
>     >>     >     >     >     >     > state
>     >>     >     >     >     >     > > we are in, plus I continue to see
> that
>     >> tags are
>     >>     > being
>     >>     >     >     > updated.
>     >>     >     >     >     > You will
>     >>     >     >     >     >     > > probably have to stop using your Git
>     >> GUI.  We
>     >>     > cannot
>     >>     >     > have
>     >>     >     >     > tags be
>     >>     >     >     >     >     > modified.
>     >>     >     >     >     >     > >
>     >>     >     >     >     >     > > -Alex
>     >>     >     >     >     >     > >
>     >>     >     >     >     >     > > On 10/11/18, 3:14 PM, "Carlos
> Rovira" <
>     >>     >     >     > carlosrovira@apache.org>
>     >>     >     >     >     > wrote:
>     >>     >     >     >     >     > >
>     >>     >     >     >     >     > >     Hi,
>     >>     >     >     >     >     > >
>     >>     >     >     >     >     > >     I'm a bit confused with the
> actual
>     >> state of
>     >>     > the
>     >>     >     > repo. We
>     >>     >     >     >     > should stay
>     >>     >     >     >     >     > in
>     >>     >     >     >     >     > >     0.9.4-SNAPSHOT? or
> 0.9.5-SNAPSHOT?
>     >>     >     >     >     >     > >     I'm building with the latest
> since
>     >> 1-2 days
>     >>     > but
>     >>     >     > removed
>     >>     >     >     > all
>     >>     >     >     >     > royale
>     >>     >     >     >     >     > > folder
>     >>     >     >     >     >     > >     with all maven artifacts and
> rebuild
>     >> from
>     >>     > scratch,
>     >>     >     > makes
>     >>     >     >     > me
>     >>     >     >     >     > have
>     >>     >     >     >     >     > mixed
>     >>     >     >     >     >     > >     versions, since some artifacts
> are
>     >>     > downloading
>     >>     >     > 0.9.4
>     >>     >     >     > instead
>     >>     >     >     >     > of use
>     >>     >     >     >     >     > > 0.9.5
>     >>     >     >     >     >     > >
>     >>     >     >     >     >     > >     Piotr, seems nobody  take the
> request
>     >> to
>     >>     > continue
>     >>     >     > with
>     >>     >     >     > the
>     >>     >     >     >     > release
>     >>     >     >     >     >     > for
>     >>     >     >     >     >     > > now,
>     >>     >     >     >     >     > >     so I propose to stabilize the
> repo.
>     >>     >     >     >     >     > >
>     >>     >     >     >     >     > >     Thoughts?
>     >>     >     >     >     >     > >
>     >>     >     >     >     >     > >     Carlos
>     >>     >     >     >     >     > >
>     >>     >     >     >     >     > >
>     >>     >     >     >     >     > >
>     >>     >     >     >     >     > >
>     >>     >     >     >     >     > >
>     >>     >     >     >     >     > >     El jue., 11 oct. 2018 a las
> 20:33,
>     >> Piotr
>     >>     > Zarzycki
>     >>     >     > (<
>     >>     >     >     >     >     > >     piotrzarzycki21@gmail.com>)
> escribió:
>     >>     >     >     >     >     > >
>     >>     >     >     >     >     > >     > Hi Alex,
>     >>     >     >     >     >     > >     >
>     >>     >     >     >     >     > >     > Unfortunately in the next
> couple of
>     >> days I
>     >>     > won't
>     >>     >     > have
>     >>     >     >     > time
>     >>     >     >     >     > for
>     >>     >     >     >     >     > that.
>     >>     >     >     >     >     > > If
>     >>     >     >     >     >     > >     > someone can do that feel free
> jump
>     >> into it.
>     >>     >     >     >     >     > >     >
>     >>     >     >     >     >     > >     > Piotr
>     >>     >     >     >     >     > >     >
>     >>     >     >     >     >     > >     > On Thu, Oct 11, 2018, 6:43 PM
> Alex
>     >> Harui
>     >>     >     >     >     > <aharui@adobe.com.invalid
>     >>     >     >     >     >     > >
>     >>     >     >     >     >     > > wrote:
>     >>     >     >     >     >     > >     >
>     >>     >     >     >     >     > >     > > After digging through the
> output
>     >> you
>     >>     > pasted, it
>     >>     >     >     > appears
>     >>     >     >     >     > that the
>     >>     >     >     >     >     > >     > > "check-empty-folder" target
> isn't
>     >> quite
>     >>     > right
>     >>     >     > and
>     >>     >     >     > didn't
>     >>     >     >     >     > catch
>     >>     >     >     >     >     > > that you
>     >>     >     >     >     >     > >     > > didn't run "maven" against
> an
>     >> empty
>     >>     > folder.
>     >>     >     >     > Although I am
>     >>     >     >     >     > a bit
>     >>     >     >     >     >     > > puzzled
>     >>     >     >     >     >     > >     > > why there were modified
> files in
>     >> the
>     >>     > working
>     >>     >     > copy.
>     >>     >     >     >     >     > >     > >
>     >>     >     >     >     >     > >     > > Maven and the scripts have
> some
>     >>     > expectation
>     >>     >     > that you
>     >>     >     >     > are
>     >>     >     >     >     > starting
>     >>     >     >     >     >     > > from
>     >>     >     >     >     >     > >     > the
>     >>     >     >     >     >     > >     > > beginning, so if Maven got
> far
>     >> enough to
>     >>     >     > create a
>     >>     >     >     > tag and
>     >>     >     >     >     > you
>     >>     >     >     >     >     > have
>     >>     >     >     >     >     > > to
>     >>     >     >     >     >     > >     > start
>     >>     >     >     >     >     > >     > > over, you have to remove the
>     >> tag.  These
>     >>     >     > scripts are
>     >>     >     >     > still
>     >>     >     >     >     > under
>     >>     >     >     >     >     > >     > > development so you should
> not
>     >> expect
>     >>     > that every
>     >>     >     >     > situation
>     >>     >     >     >     > has
>     >>     >     >     >     >     > been
>     >>     >     >     >     >     > >     > > accounted for.
>     >>     >     >     >     >     > >     > >
>     >>     >     >     >     >     > >     > > So, go delete the tag.
>     >> Instructions for
>     >>     > doing
>     >>     >     > so
>     >>     >     >     > are in
>     >>     >     >     >     > the
>     >>     >     >     >     >     > > wiki.  Maybe
>     >>     >     >     >     >     > >     > > figure out why those files
> were
>     >>     > modified, but
>     >>     >     > maybe
>     >>     >     >     >     > because your
>     >>     >     >     >     >     > > earlier
>     >>     >     >     >     >     > >     > > run didn't have the right
> gpg
>     >> password.
>     >>     >     >     >     >     > >     > >
>     >>     >     >     >     >     > >     > > Try changing the
>     >> check-empty-folder to
>     >>     > also
>     >>     >     > test for:
>     >>     >     >     >     >     > >     > >
>     >>     >     >     >     >     > >     > >         <available
>     >>     >     >     >     >
> file="${basedir}/royale-asjs/build.properties"
>     >>     >     >     >     >     > >     > >             type="file"
>     >>     >     >     >     >     > >     > >
>     >>     >  property="found.build.properties"
>     >>     >     >     > value="true"
>     >>     >     >     >     > />
>     >>     >     >     >     >     > >     > >
>     >>     >     >     >     >     > >     > > Then it should catch you on
> the
>     >> steps
>     >>     > where
>     >>     >     > you are
>     >>     >     >     >     > supposed to
>     >>     >     >     >     >     > > start by
>     >>     >     >     >     >     > >     > > pulling down the repos
> again.
>     >>     >     >     >     >     > >     > >
>     >>     >     >     >     >     > >     > > If you don't have time for
> any of
>     >> that,
>     >>     > let us
>     >>     >     > know
>     >>     >     >     > here
>     >>     >     >     >     > so the
>     >>     >     >     >     >     > > next RM
>     >>     >     >     >     >     > >     > > can know where to start.
>     >>     >     >     >     >     > >     > >
>     >>     >     >     >     >     > >     > > -Alex
>     >>     >     >     >     >     > >     > >
>     >>     >     >     >     >     > >     > > On 10/11/18, 2:05 AM, "Piotr
>     >> Zarzycki" <
>     >>     >     >     >     >     > piotrzarzycki21@gmail.com>
>     >>     >     >     >     >     > >     > wrote:
>     >>     >     >     >     >     > >     > >
>     >>     >     >     >     >     > >     > >     I gave up again :) It
> costs
>     >> me to
>     >>     > much
>     >>     >     > time. I
>     >>     >     >     > thought
>     >>     >     >     >     > since
>     >>     >     >     >     >     > > Om did
>     >>     >     >     >     >     > >     > so
>     >>     >     >     >     >     > >     > > much
>     >>     >     >     >     >     > >     > >     progress I will launch
> the
>     >> script
>     >>     > and will
>     >>     >     > work.
>     >>     >     >     > It's
>     >>     >     >     >     > still
>     >>     >     >     >     >     > > failing.
>     >>     >     >     >     >     > >     > >
>     >>     >     >     >     >     > >     > >
>     >>     >     >     >     >     > >     > >
>     >>     >     >     >     >     > >     >
>     >>     >     >     >     >     > >
>     >>     >     >     >     >     >
>     >>     >     >     >     >
>     >>     >     >     >
>     >>     >     >
>     >>     >
>     >>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FWJ44&amp;data=02%7C01%7Caharui%40adobe.com%7Ca67e38ee33d34bafbded08d6307d99c3%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749713348847517&amp;sdata=Vu5jB0IqB7ZbnFEYKVeG2fBe1bXClhIiPy%2FXR39xu0k%3D&amp;reserved=0
>     >>     >     >     >     >     > >     > >
>     >>     >     >     >     >     > >     > >     I run first time and had
>     >> problem
>     >>     > with gpg
>     >>     >     >     > password -
>     >>     >     >     >     > just
>     >>     >     >     >     >     > > forgot it,
>     >>     >     >     >     >     > >     > > but
>     >>     >     >     >     >     > >     > >     run it again and type
> correct
>     >>     > password.
>     >>     >     > Probably
>     >>     >     >     > first
>     >>     >     >     >     > time
>     >>     >     >     >     >     > > this tag
>     >>     >     >     >     >     > >     > > was
>     >>     >     >     >     >     > >     > >     created and now script
>     >> failing cause
>     >>     > tag
>     >>     >     > exits.
>     >>     >     >     > Never
>     >>     >     >     >     > ending
>     >>     >     >     >     >     > > story.
>     >>     >     >     >     >     > >     > >
>     >>     >     >     >     >     > >     > >     I'm in that step - If
> someone
>     >> would
>     >>     > like
>     >>     >     > to try
>     >>     >     >     > it out
>     >>     >     >     >     > let me
>     >>     >     >     >     >     > > know
>     >>     >     >     >     >     > >     > and
>     >>     >     >     >     >     > >     > > I
>     >>     >     >     >     >     > >     > >     won't revert anything
> for now:
>     >>     >     >     >     >     > >     > >
>     >>     >     >     >     >     > >     > >     ant -f
> releasecandidate.xml
>     >>     >     >     > -Drelease.version="0.9.4"
>     >>     >     >     >     >     > >     > > -Dbrowser="c:\Program
>     >>     >     >     >     >     > >     > >     Files\Mozilla
>     >> Firefox\firefox.exe"
>     >>     > -Drc=1
>     >>     >     > maven
>     >>     >     >     >     >     > >     > >
>     >>     >     >     >     >     > >     > >     Thanks,
>     >>     >     >     >     >     > >     > >     Piotr
>     >>     >     >     >     >     > >     > >
>     >>     >     >     >     >     > >     > >
>     >>     >     >     >     >     > >     > >     czw., 11 paź 2018 o
> 10:13
>     >> Piotr
>     >>     > Zarzycki <
>     >>     >     >     >     >     > > piotrzarzycki21@gmail.com>
>     >>     >     >     >     >     > >     > >     napisał(a):
>     >>     >     >     >     >     > >     > >
>     >>     >     >     >     >     > >     > >     > Hi Alex,
>     >>     >     >     >     >     > >     > >     >
>     >>     >     >     >     >     > >     > >     > This is what I'm
> getting
>     >> for git
>     >>     > status
>     >>     >     > for
>     >>     >     >     >     > royale-compiler
>     >>     >     >     >     >     > > [1]
>     >>     >     >     >     >     > >     > >     >
>     >>     >     >     >     >     > >     > >     > [1]
>     >>     >     >     >     >     > >     > >
>     >>     >     >     >     >     > >     >
>     >>     >     >     >     >     > >
>     >>     >     >     >     >     >
>     >>     >     >     >     >
>     >>     >     >     >
>     >>     >     >
>     >>     >
>     >>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FYuiH&amp;data=02%7C01%7Caharui%40adobe.com%7Ca67e38ee33d34bafbded08d6307d99c3%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749713348847517&amp;sdata=bfiSRyN0sO2hxYBcXjhmMPgJHYblkjTbiyEKSqx1%2BIE%3D&amp;reserved=0
>     >>     >     >     >     >     > >     > >     >
>     >>     >     >     >     >     > >     > >     > Thanks,
>     >>     >     >     >     >     > >     > >     > Piotr
>     >>     >     >     >     >     > >     > >     >
>     >>     >     >     >     >     > >     > >     > śr., 10 paź 2018 o
> 17:50
>     >> Alex Harui
>     >>     >     >     >     >     > <aharui@adobe.com.invalid
>     >>     >     >     >     >     > > >
>     >>     >     >     >     >     > >     > > napisał(a):
>     >>     >     >     >     >     > >     > >     >
>     >>     >     >     >     >     > >     > >     >> What does 'git
> status'
>     >> return for
>     >>     > that
>     >>     >     > local
>     >>     >     >     > copy
>     >>     >     >     >     > of the
>     >>     >     >     >     >     > >     > > royale-compiler
>     >>     >     >     >     >     > >     > >     >> repo?
>     >>     >     >     >     >     > >     > >     >>
>     >>     >     >     >     >     > >     > >     >> That part of the
> script is
>     >> trying
>     >>     > to
>     >>     >     > see if
>     >>     >     >     >     >     > > compiler-jburg-types
>     >>     >     >     >     >     > >     > and
>     >>     >     >     >     >     > >     > >     >> compiler-build-tools
>     >> needed a
>     >>     > version
>     >>     >     > update
>     >>     >     >     > that
>     >>     >     >     >     > needs to
>     >>     >     >     >     >     > > be
>     >>     >     >     >     >     > >     > > pushed.
>     >>     >     >     >     >     > >     > >     >> Those two projects
> should
>     >> be at
>     >>     > 1.0.0
>     >>     >     > since we
>     >>     >     >     >     > rarely, if
>     >>     >     >     >     >     > > ever,
>     >>     >     >     >     >     > >     > > will need
>     >>     >     >     >     >     > >     > >     >> to modify it.  There
>     >> shouldn't
>     >>     > have been
>     >>     >     >     >     > modifications in
>     >>     >     >     >     >     > > this
>     >>     >     >     >     >     > >     > > release, yet
>     >>     >     >     >     >     > >     > >     >> Git status is
> reporting
>     >>     > modifications
>     >>     >     > to some
>     >>     >     >     >     > file.  A
>     >>     >     >     >     >     > test
>     >>     >     >     >     >     > > is
>     >>     >     >     >     >     > >     > done
>     >>     >     >     >     >     > >     > > to
>     >>     >     >     >     >     > >     > >     >> check for the word
>     >> "modified:" in
>     >>     > the
>     >>     >     > 'git
>     >>     >     >     > status'
>     >>     >     >     >     > output,
>     >>     >     >     >     >     > > then
>     >>     >     >     >     >     > >     > that
>     >>     >     >     >     >     > >     > >     >> attempt to push is
>     >> executed.
>     >>     > Somehow,
>     >>     >     > the git
>     >>     >     >     >     > status is
>     >>     >     >     >     >     > > implying
>     >>     >     >     >     >     > >     > >     >> modifications but the
>     >> files we are
>     >>     >     > trying to
>     >>     >     >     > push
>     >>     >     >     >     > are not
>     >>     >     >     >     >     > >     > modified.
>     >>     >     >     >     >     > >     > >     >>
>     >>     >     >     >     >     > >     > >     >> The solutions should
> not
>     >> require
>     >>     >     > reverting of
>     >>     >     >     > the
>     >>     >     >     >     > release
>     >>     >     >     >     >     > > branch.
>     >>     >     >     >     >     > >     > > It
>     >>     >     >     >     >     > >     > >     >> looks like you have
>     >> successfully
>     >>     >     > created a
>     >>     >     >     > correct
>     >>     >     >     >     > set of
>     >>     >     >     >     >     > > branches
>     >>     >     >     >     >     > >     > > and the
>     >>     >     >     >     >     > >     > >     >> steps you are running
>     >> start by
>     >>     > pulling
>     >>     >     > down
>     >>     >     >     > the
>     >>     >     >     >     > release
>     >>     >     >     >     >     > > branch.  I
>     >>     >     >     >     >     > >     > > didn't
>     >>     >     >     >     >     > >     > >     >> see any commits to
> the
>     >> release
>     >>     > branch
>     >>     >     > from the
>     >>     >     >     >     > scripts, so
>     >>     >     >     >     >     > > to
>     >>     >     >     >     >     > >     > > re-start, it
>     >>     >     >     >     >     > >     > >     >> should just be
> manually
>     >> deleting
>     >>     > the
>     >>     >     > local
>     >>     >     >     > copies
>     >>     >     >     >     > of the
>     >>     >     >     >     >     > > repos and
>     >>     >     >     >     >     > >     > > running
>     >>     >     >     >     >     > >     > >     >> the Ant command
> again after
>     >>     > making one
>     >>     >     > of the
>     >>     >     >     >     > changes to
>     >>     >     >     >     >     > >     > >     >> releasecandidate.xml
> I will
>     >>     > describe
>     >>     >     > below:
>     >>     >     >     >     >     > >     > >     >>
>     >>     >



-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: [Discuss] Start release process 0.9.3

Posted by Piotr Zarzycki <pi...@gmail.com>.
Unfortunately I got the same result as OM :( Something is really wrong with
Maven central, cause I can't believe that we all have bad internet
connection. :)

https://paste.apache.org/eqN9

Piotr

pt., 12 paź 2018 o 19:14 Piotr Zarzycki <pi...@gmail.com>
napisał(a):

> The weirdest thing is that I cannot use anymore sourcetree after that
> update. I'm getting wrong password and user name on other repositories
> which are private.
>
> git version 2.19.1.windows.1
>
> However after update I was able to continue process of release. Update
> fixes for me some problems with gpg.
>
> Piotr
>
> pt., 12 paź 2018 o 18:47 Alex Harui <ah...@adobe.com.invalid> napisał(a):
>
>> I was able to delete the tag.  What version of Git are you using?  I'm
>> concerned other problems may arise.
>>
>> If you run into a problem like this again, you might want to try just
>> giving up on rc1 and calling it rc2 so the tag names don't conflict.
>>
>> HTH,
>> -Alex
>>
>> On 10/12/18, 9:42 AM, "Piotr Zarzycki" <pi...@gmail.com>
>> wrote:
>>
>>     I would like to ask also someone for delete
>>     tag org.apache.royale.compiler-0.9.4-rc1 - I'm not sure what has
>> happened
>>     but after updating git I cannot do that. I can commit stuff, but doing
>>     delete tag I'm getting
>>
>>     remote: Permission to apache/royale-compiler.git denied to
>> piotrzarzycki21.
>>     fatal: unable to access '
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler.git%2F&amp;data=02%7C01%7Caharui%40adobe.com%7C07dbe5901e2d4ce7029e08d63061b209%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749593496378092&amp;sdata=CXp64oo2O8qMuwV%2BXE14krbu71gQ7sWa1fIbuscajMA%3D&amp;reserved=0
>> ':
>>     The requested URL returned error: 403
>>
>>     If someone do this for me I can try release process again.
>>
>>     Thanks,
>>     Piotr
>>
>>     pt., 12 paź 2018 o 18:20 Alex Harui <ah...@adobe.com.invalid>
>> napisał(a):
>>
>>     > I was too focused on the credentials and didn't notice that your
>> settings
>>     > didn't have HTTPS.
>>     >
>>     >         <server>
>>     >             <id>apache.releases.https</id>
>>     >             <username>aharui</username>
>>     >             <password>...</password>
>>     >         </server>
>>     >         <server>
>>     >             <id>apache.snapshots.https</id>
>>     >             <username>aharui</username>
>>     >             <password>...</password>
>>     >         </server>
>>     >
>>     > HTH,
>>     > -Alex
>>     >
>>     > On 10/12/18, 9:13 AM, "Piotr Zarzycki" <pi...@gmail.com>
>> wrote:
>>     >
>>     >     I logged in without the problem. Om was on the stage where he
>> was able
>>     > to
>>     >     upload something. I hope he will respond. Maybe he had some
>> special
>>     >     settings in file.
>>     >
>>     >     Piotr
>>     >
>>     >     pt., 12 paź 2018 o 17:55 Alex Harui <ah...@adobe.com.invalid>
>>     > napisał(a):
>>     >
>>     >     > Hi Piotr,
>>     >     >
>>     >     > Yes, I have the same settings (username aharui, password is
>> my apache
>>     >     > password).  Try logging into repository.apache.org from your
>>     > browser.  I
>>     >     > don't know for sure that repository.a.o uses LDAP, it might
>> be I
>>     > just used
>>     >     > the same username and password to be lazy).
>>     >     >
>>     >     > I will also say that Infra recently changed some setting on
>>     > repository.a.o
>>     >     > and I have not tried deploying since so maybe there is some
>>     > authorization
>>     >     > step we need to do.
>>     >     >
>>     >     > HTH,
>>     >     > -Alex
>>     >     >
>>     >     > On 10/12/18, 1:40 AM, "Piotr Zarzycki" <
>> piotrzarzycki21@gmail.com>
>>     > wrote:
>>     >     >
>>     >     >     Alex, Om,
>>     >     >
>>     >     >     I'm a bit farther. I had a lot of problems on my sight
>> with gpg,
>>     > but I
>>     >     > was
>>     >     >     able to configure it properly in GitBash. I reached point
>> with
>>     >     > artifacts
>>     >     >     upload. It's failed cause it looks like my password was
>>     > incorrect. I
>>     >     > would
>>     >     >     like to make sure that I'm having similar configuration
>> as you.
>>     >     >
>>     >     >     I have login and password Maven in
>>     > c:\Users\piotr\.m2\settings.xml
>>     >     > under
>>     >     >
>>     >     >     <servers>
>>     >     >       <server>
>>     >     >     <id>apache-release</id>
>>     >     >     <username>piotrz</username>
>>     >     >     <password>mypass</password>
>>     >     >       </server>
>>     >     >       <server>
>>     >     >     <id>apache-snapshots</id>
>>     >     >     <username>piotrz</username>
>>     >     >     <password>mypass</password>
>>     >     >       </server>
>>     >     >     </servers>
>>     >     >
>>     >     >     I'm getting following results right now [1] ->
>>     >     > compiler-build-tools-1.0.0.
>>     >     >     jar. Return code is: 401, ReasonPhrase: Unauthorized.
>>     >     >     It looks like I'm having problem with authorization to
>> maven
>>     > central.
>>     >     >
>>     >     >     The question is also - Do you use apache login and
>> password ?
>>     >     >
>>     >     >     [1]
>>     >     >
>>     >
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2F5OOR&amp;data=02%7C01%7Caharui%40adobe.com%7C07dbe5901e2d4ce7029e08d63061b209%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749593496378092&amp;sdata=tUV%2B3KLFgLlLcuCbPegsTa3iUsckEFyohfp898zMOis%3D&amp;reserved=0
>>     >     >
>>     >     >     Thanks,
>>     >     >     Piotr
>>     >     >
>>     >     >     pt., 12 paź 2018 o 07:39 Alex Harui
>> <ah...@adobe.com.invalid>
>>     >     > napisał(a):
>>     >     >
>>     >     >     > Hi Piotr,
>>     >     >     >
>>     >     >     > Well, it depends.  In looking at the repos, I do not
>> see the
>>     > 0.9.4
>>     >     > tag,
>>     >     >     > which is strange since Carlos's Git GUI client is
>> updating it.
>>     >     >     >
>>     >     >     > IMO, for sure, you should update releasecandidate.xml
>> per my
>>     > earlier
>>     >     >     > email, delete the repos out of the folder you are using
>> and
>>     > see how
>>     >     > far you
>>     >     >     > get.  Maybe there is a bad tag I can't see that Maven
>> will see
>>     > and
>>     >     > fail.
>>     >     >     > Not sure what to do in that case, maybe we'll have to
>> give up
>>     > on
>>     >     > 0.9.4 as a
>>     >     >     > version and try to upgrade the version to 0.9.5.  Or
>> maybe the
>>     > tag
>>     >     > never
>>     >     >     > got pushed and deleting the repos locally will resolve
>> the
>>     > issue.
>>     >     >     >
>>     >     >     > Good luck,
>>     >     >     > -Alex
>>     >     >     >
>>     >     >     > On 10/11/18, 10:24 PM, "Piotr Zarzycki" <
>>     > piotrzarzycki21@gmail.com>
>>     >     >     > wrote:
>>     >     >     >
>>     >     >     >     Alex,
>>     >     >     >
>>     >     >     >     In the other words If I have time today I can
>> continue
>>     > with the
>>     >     >     > process? We
>>     >     >     >     end up with situation where I need to remove tag
>> and try
>>     > again
>>     >     > as I
>>     >     >     >     remember?
>>     >     >     >
>>     >     >     >     Thanks,
>>     >     >     >     Piotr
>>     >     >     >
>>     >     >     >     On Fri, Oct 12, 2018, 7:12 AM Alex Harui
>>     >     > <ah...@adobe.com.invalid>
>>     >     >     > wrote:
>>     >     >     >
>>     >     >     >     > Hi Piotr,
>>     >     >     >     >
>>     >     >     >     > I agree with your sentiments.  However, I think
>> one
>>     > problem is
>>     >     > that
>>     >     >     > the
>>     >     >     >     > revert emails are misleading.  Unlike other
>> commits, the
>>     >     > subject of a
>>     >     >     >     > revert does not show what branch was changed, so
>> I think
>>     >     > Carlos was
>>     >     >     >     > reverting things in a branch.
>>     >     >     >     >
>>     >     >     >     > That said, it is still very troublesome that his
>> Git
>>     > tools are
>>     >     >     > changing
>>     >     >     >     > the tags.  IMO, Carlos will have to stop using
>> that tool.
>>     >     >     >     >
>>     >     >     >     > -Alex
>>     >     >     >     >
>>     >     >     >     > On 10/11/18, 9:57 PM, "Piotr Zarzycki" <
>>     >     > piotrzarzycki21@gmail.com>
>>     >     >     > wrote:
>>     >     >     >     >
>>     >     >     >     >     Carlos,
>>     >     >     >     >
>>     >     >     >     >     You are expecting from people who are
>> volunteers to
>>     > do some
>>     >     >     > things in
>>     >     >     >     > one
>>     >     >     >     >     day? It's impossible to do that. I'm not
>> working on
>>     > that
>>     >     > full
>>     >     >     > time. I
>>     >     >     >     > did
>>     >     >     >     >     first finally successful step for the release.
>>     > Everything
>>     >     > was
>>     >     >     > reported
>>     >     >     >     > on
>>     >     >     >     >     this list. I had problems and didn't have
>> time to
>>     > resolve
>>     >     > it.
>>     >     >     > Alex
>>     >     >     >     > provide
>>     >     >     >     >     solution - next RM should pickup it and
>> continue
>>     > release.
>>     >     > It can
>>     >     >     > take
>>     >     >     >     > days.
>>     >     >     >     >     If you have problems you should create branch
>> from
>>     > the last
>>     >     >     > stable
>>     >     >     >     > commit.
>>     >     >     >     >     Is it problem for you ?
>>     >     >     >     >
>>     >     >     >     >     How can we now get back to the previous state
>> now?
>>     >     >     >     >
>>     >     >     >     >     Piotr
>>     >     >     >     >
>>     >     >     >     >     pt., 12 paź 2018 o 02:09 Carlos Rovira <
>>     >     > carlosrovira@apache.org>
>>     >     >     >     > napisał(a):
>>     >     >     >     >
>>     >     >     >     >     > Hi Alex,
>>     >     >     >     >     > if you check in actual develop for
>>     > "0.9.5-SNAPSHOT" and
>>     >     >     >     > "0.9.4-SNAPSHOT"
>>     >     >     >     >     > you'll see maven build compiler and typedefs
>>     >     > 0.9.5-SNAPSHOT,
>>     >     >     > but
>>     >     >     >     > when build
>>     >     >     >     >     > framework, it downloads compiler and
>> typedefs
>>     >     > 0.9.4-SNAPSHOT
>>     >     >     > since
>>     >     >     >     > the
>>     >     >     >     >     > versions in framework are not updated. This
>> is the
>>     >     > reason you
>>     >     >     > don't
>>     >     >     >     > see any
>>     >     >     >     >     > fail when building with maven. If you
>> update all
>>     > to use
>>     >     > the
>>     >     >     > same
>>     >     >     >     > number it
>>     >     >     >     >     > will fail. I recommend you as well to
>> remove royale
>>     >     > folder in
>>     >     >     > your
>>     >     >     >     > local
>>     >     >     >     >     > .m2 to see how maven generates compiler and
>>     > typedefs and
>>     >     > then
>>     >     >     >     > download
>>     >     >     >     >     > other version.
>>     >     >     >     >     >
>>     >     >     >     >     > Maybe the rest of people didn't see this
>> because
>>     > they
>>     >     > use ANT
>>     >     >     > and
>>     >     >     >     > that
>>     >     >     >     >     > build system is not affected by the release
>>     > process. But
>>     >     > I
>>     >     >     > think we
>>     >     >     >     > can't
>>     >     >     >     >     > left the failed release process without
>> revert it
>>     > for
>>     >     > days,
>>     >     >     > since we
>>     >     >     >     > are
>>     >     >     >     >     > all seeing different things.
>>     >     >     >     >     >
>>     >     >     >     >     > For example, I was able to run your MX RO
>> example
>>     > with
>>     >     > ANT,
>>     >     >     > but I
>>     >     >     >     > can make
>>     >     >     >     >     > it work with Maven, what means to me that I
>> still
>>     > can't
>>     >     > use it
>>     >     >     > since
>>     >     >     >     > my
>>     >     >     >     >     > entire project is in maven.
>>     >     >     >     >     >
>>     >     >     >     >     > I'm trying to fix this for several hours
>> now and
>>     > still
>>     >     >     > couldn't test
>>     >     >     >     > mx RO
>>     >     >     >     >     > nor working on my project...
>>     >     >     >     >     >
>>     >     >     >     >     > I'm closing for today with all messed up.
>> Tomorrow
>>     > will
>>     >     > try
>>     >     >     > again,
>>     >     >     >     > or will
>>     >     >     >     >     > need to block me in a branch to be able to
>> continue
>>     >     > working.
>>     >     >     >     >     >
>>     >     >     >     >     > Thanks
>>     >     >     >     >     >
>>     >     >     >     >     > Carlos
>>     >     >     >     >     >
>>     >     >     >     >     >
>>     >     >     >     >     >
>>     >     >     >     >     >
>>     >     >     >     >     >
>>     >     >     >     >     > El vie., 12 oct. 2018 a las 1:53, Alex Harui
>>     >     >     >     > (<ah...@adobe.com.invalid>)
>>     >     >     >     >     > escribió:
>>     >     >     >     >     >
>>     >     >     >     >     > > The 0.9.4 release branch has been cut.  I
>> have
>>     > not
>>     >     > seen any
>>     >     >     >     > problems
>>     >     >     >     >     > > reported against it, so I don't know of
>> any
>>     > reason to
>>     >     > delete
>>     >     >     > it.
>>     >     >     >     > Thus,
>>     >     >     >     >     > the
>>     >     >     >     >     > > develop branch should be at
>> 0.9.5-SNAPSHOT.
>>     >     >     >     >     > >
>>     >     >     >     >     > > I noticed you messed around with the
>> versions so
>>     > I
>>     >     > have no
>>     >     >     > idea
>>     >     >     >     > what
>>     >     >     >     >     > state
>>     >     >     >     >     > > we are in, plus I continue to see that
>> tags are
>>     > being
>>     >     >     > updated.
>>     >     >     >     > You will
>>     >     >     >     >     > > probably have to stop using your Git
>> GUI.  We
>>     > cannot
>>     >     > have
>>     >     >     > tags be
>>     >     >     >     >     > modified.
>>     >     >     >     >     > >
>>     >     >     >     >     > > -Alex
>>     >     >     >     >     > >
>>     >     >     >     >     > > On 10/11/18, 3:14 PM, "Carlos Rovira" <
>>     >     >     > carlosrovira@apache.org>
>>     >     >     >     > wrote:
>>     >     >     >     >     > >
>>     >     >     >     >     > >     Hi,
>>     >     >     >     >     > >
>>     >     >     >     >     > >     I'm a bit confused with the actual
>> state of
>>     > the
>>     >     > repo. We
>>     >     >     >     > should stay
>>     >     >     >     >     > in
>>     >     >     >     >     > >     0.9.4-SNAPSHOT? or 0.9.5-SNAPSHOT?
>>     >     >     >     >     > >     I'm building with the latest since
>> 1-2 days
>>     > but
>>     >     > removed
>>     >     >     > all
>>     >     >     >     > royale
>>     >     >     >     >     > > folder
>>     >     >     >     >     > >     with all maven artifacts and rebuild
>> from
>>     > scratch,
>>     >     > makes
>>     >     >     > me
>>     >     >     >     > have
>>     >     >     >     >     > mixed
>>     >     >     >     >     > >     versions, since some artifacts are
>>     > downloading
>>     >     > 0.9.4
>>     >     >     > instead
>>     >     >     >     > of use
>>     >     >     >     >     > > 0.9.5
>>     >     >     >     >     > >
>>     >     >     >     >     > >     Piotr, seems nobody  take the request
>> to
>>     > continue
>>     >     > with
>>     >     >     > the
>>     >     >     >     > release
>>     >     >     >     >     > for
>>     >     >     >     >     > > now,
>>     >     >     >     >     > >     so I propose to stabilize the repo.
>>     >     >     >     >     > >
>>     >     >     >     >     > >     Thoughts?
>>     >     >     >     >     > >
>>     >     >     >     >     > >     Carlos
>>     >     >     >     >     > >
>>     >     >     >     >     > >
>>     >     >     >     >     > >
>>     >     >     >     >     > >
>>     >     >     >     >     > >
>>     >     >     >     >     > >     El jue., 11 oct. 2018 a las 20:33,
>> Piotr
>>     > Zarzycki
>>     >     > (<
>>     >     >     >     >     > >     piotrzarzycki21@gmail.com>) escribió:
>>     >     >     >     >     > >
>>     >     >     >     >     > >     > Hi Alex,
>>     >     >     >     >     > >     >
>>     >     >     >     >     > >     > Unfortunately in the next couple of
>> days I
>>     > won't
>>     >     > have
>>     >     >     > time
>>     >     >     >     > for
>>     >     >     >     >     > that.
>>     >     >     >     >     > > If
>>     >     >     >     >     > >     > someone can do that feel free jump
>> into it.
>>     >     >     >     >     > >     >
>>     >     >     >     >     > >     > Piotr
>>     >     >     >     >     > >     >
>>     >     >     >     >     > >     > On Thu, Oct 11, 2018, 6:43 PM Alex
>> Harui
>>     >     >     >     > <aharui@adobe.com.invalid
>>     >     >     >     >     > >
>>     >     >     >     >     > > wrote:
>>     >     >     >     >     > >     >
>>     >     >     >     >     > >     > > After digging through the output
>> you
>>     > pasted, it
>>     >     >     > appears
>>     >     >     >     > that the
>>     >     >     >     >     > >     > > "check-empty-folder" target isn't
>> quite
>>     > right
>>     >     > and
>>     >     >     > didn't
>>     >     >     >     > catch
>>     >     >     >     >     > > that you
>>     >     >     >     >     > >     > > didn't run "maven" against an
>> empty
>>     > folder.
>>     >     >     > Although I am
>>     >     >     >     > a bit
>>     >     >     >     >     > > puzzled
>>     >     >     >     >     > >     > > why there were modified files in
>> the
>>     > working
>>     >     > copy.
>>     >     >     >     >     > >     > >
>>     >     >     >     >     > >     > > Maven and the scripts have some
>>     > expectation
>>     >     > that you
>>     >     >     > are
>>     >     >     >     > starting
>>     >     >     >     >     > > from
>>     >     >     >     >     > >     > the
>>     >     >     >     >     > >     > > beginning, so if Maven got far
>> enough to
>>     >     > create a
>>     >     >     > tag and
>>     >     >     >     > you
>>     >     >     >     >     > have
>>     >     >     >     >     > > to
>>     >     >     >     >     > >     > start
>>     >     >     >     >     > >     > > over, you have to remove the
>> tag.  These
>>     >     > scripts are
>>     >     >     > still
>>     >     >     >     > under
>>     >     >     >     >     > >     > > development so you should not
>> expect
>>     > that every
>>     >     >     > situation
>>     >     >     >     > has
>>     >     >     >     >     > been
>>     >     >     >     >     > >     > > accounted for.
>>     >     >     >     >     > >     > >
>>     >     >     >     >     > >     > > So, go delete the tag.
>> Instructions for
>>     > doing
>>     >     > so
>>     >     >     > are in
>>     >     >     >     > the
>>     >     >     >     >     > > wiki.  Maybe
>>     >     >     >     >     > >     > > figure out why those files were
>>     > modified, but
>>     >     > maybe
>>     >     >     >     > because your
>>     >     >     >     >     > > earlier
>>     >     >     >     >     > >     > > run didn't have the right gpg
>> password.
>>     >     >     >     >     > >     > >
>>     >     >     >     >     > >     > > Try changing the
>> check-empty-folder to
>>     > also
>>     >     > test for:
>>     >     >     >     >     > >     > >
>>     >     >     >     >     > >     > >         <available
>>     >     >     >     > file="${basedir}/royale-asjs/build.properties"
>>     >     >     >     >     > >     > >             type="file"
>>     >     >     >     >     > >     > >
>>     >  property="found.build.properties"
>>     >     >     > value="true"
>>     >     >     >     > />
>>     >     >     >     >     > >     > >
>>     >     >     >     >     > >     > > Then it should catch you on the
>> steps
>>     > where
>>     >     > you are
>>     >     >     >     > supposed to
>>     >     >     >     >     > > start by
>>     >     >     >     >     > >     > > pulling down the repos again.
>>     >     >     >     >     > >     > >
>>     >     >     >     >     > >     > > If you don't have time for any of
>> that,
>>     > let us
>>     >     > know
>>     >     >     > here
>>     >     >     >     > so the
>>     >     >     >     >     > > next RM
>>     >     >     >     >     > >     > > can know where to start.
>>     >     >     >     >     > >     > >
>>     >     >     >     >     > >     > > -Alex
>>     >     >     >     >     > >     > >
>>     >     >     >     >     > >     > > On 10/11/18, 2:05 AM, "Piotr
>> Zarzycki" <
>>     >     >     >     >     > piotrzarzycki21@gmail.com>
>>     >     >     >     >     > >     > wrote:
>>     >     >     >     >     > >     > >
>>     >     >     >     >     > >     > >     I gave up again :) It costs
>> me to
>>     > much
>>     >     > time. I
>>     >     >     > thought
>>     >     >     >     > since
>>     >     >     >     >     > > Om did
>>     >     >     >     >     > >     > so
>>     >     >     >     >     > >     > > much
>>     >     >     >     >     > >     > >     progress I will launch the
>> script
>>     > and will
>>     >     > work.
>>     >     >     > It's
>>     >     >     >     > still
>>     >     >     >     >     > > failing.
>>     >     >     >     >     > >     > >
>>     >     >     >     >     > >     > >
>>     >     >     >     >     > >     > >
>>     >     >     >     >     > >     >
>>     >     >     >     >     > >
>>     >     >     >     >     >
>>     >     >     >     >
>>     >     >     >
>>     >     >
>>     >
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FWJ44&amp;data=02%7C01%7Caharui%40adobe.com%7C07dbe5901e2d4ce7029e08d63061b209%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749593496378092&amp;sdata=S5WpJNtjoQD2p%2B5eZRuZlxgfAVjWf20Yf0tdYltE78o%3D&amp;reserved=0
>>     >     >     >     >     > >     > >
>>     >     >     >     >     > >     > >     I run first time and had
>> problem
>>     > with gpg
>>     >     >     > password -
>>     >     >     >     > just
>>     >     >     >     >     > > forgot it,
>>     >     >     >     >     > >     > > but
>>     >     >     >     >     > >     > >     run it again and type correct
>>     > password.
>>     >     > Probably
>>     >     >     > first
>>     >     >     >     > time
>>     >     >     >     >     > > this tag
>>     >     >     >     >     > >     > > was
>>     >     >     >     >     > >     > >     created and now script
>> failing cause
>>     > tag
>>     >     > exits.
>>     >     >     > Never
>>     >     >     >     > ending
>>     >     >     >     >     > > story.
>>     >     >     >     >     > >     > >
>>     >     >     >     >     > >     > >     I'm in that step - If someone
>> would
>>     > like
>>     >     > to try
>>     >     >     > it out
>>     >     >     >     > let me
>>     >     >     >     >     > > know
>>     >     >     >     >     > >     > and
>>     >     >     >     >     > >     > > I
>>     >     >     >     >     > >     > >     won't revert anything for now:
>>     >     >     >     >     > >     > >
>>     >     >     >     >     > >     > >     ant -f releasecandidate.xml
>>     >     >     > -Drelease.version="0.9.4"
>>     >     >     >     >     > >     > > -Dbrowser="c:\Program
>>     >     >     >     >     > >     > >     Files\Mozilla
>> Firefox\firefox.exe"
>>     > -Drc=1
>>     >     > maven
>>     >     >     >     >     > >     > >
>>     >     >     >     >     > >     > >     Thanks,
>>     >     >     >     >     > >     > >     Piotr
>>     >     >     >     >     > >     > >
>>     >     >     >     >     > >     > >
>>     >     >     >     >     > >     > >     czw., 11 paź 2018 o 10:13
>> Piotr
>>     > Zarzycki <
>>     >     >     >     >     > > piotrzarzycki21@gmail.com>
>>     >     >     >     >     > >     > >     napisał(a):
>>     >     >     >     >     > >     > >
>>     >     >     >     >     > >     > >     > Hi Alex,
>>     >     >     >     >     > >     > >     >
>>     >     >     >     >     > >     > >     > This is what I'm getting
>> for git
>>     > status
>>     >     > for
>>     >     >     >     > royale-compiler
>>     >     >     >     >     > > [1]
>>     >     >     >     >     > >     > >     >
>>     >     >     >     >     > >     > >     > [1]
>>     >     >     >     >     > >     > >
>>     >     >     >     >     > >     >
>>     >     >     >     >     > >
>>     >     >     >     >     >
>>     >     >     >     >
>>     >     >     >
>>     >     >
>>     >
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FYuiH&amp;data=02%7C01%7Caharui%40adobe.com%7C07dbe5901e2d4ce7029e08d63061b209%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749593496378092&amp;sdata=JjrhMROWRzdfQD6GYn98l7FK%2FWD6n5%2Fyghl4e6dUB10%3D&amp;reserved=0
>>     >     >     >     >     > >     > >     >
>>     >     >     >     >     > >     > >     > Thanks,
>>     >     >     >     >     > >     > >     > Piotr
>>     >     >     >     >     > >     > >     >
>>     >     >     >     >     > >     > >     > śr., 10 paź 2018 o 17:50
>> Alex Harui
>>     >     >     >     >     > <aharui@adobe.com.invalid
>>     >     >     >     >     > > >
>>     >     >     >     >     > >     > > napisał(a):
>>     >     >     >     >     > >     > >     >
>>     >     >     >     >     > >     > >     >> What does 'git status'
>> return for
>>     > that
>>     >     > local
>>     >     >     > copy
>>     >     >     >     > of the
>>     >     >     >     >     > >     > > royale-compiler
>>     >     >     >     >     > >     > >     >> repo?
>>     >     >     >     >     > >     > >     >>
>>     >     >     >     >     > >     > >     >> That part of the script is
>> trying
>>     > to
>>     >     > see if
>>     >     >     >     >     > > compiler-jburg-types
>>     >     >     >     >     > >     > and
>>     >     >     >     >     > >     > >     >> compiler-build-tools
>> needed a
>>     > version
>>     >     > update
>>     >     >     > that
>>     >     >     >     > needs to
>>     >     >     >     >     > > be
>>     >     >     >     >     > >     > > pushed.
>>     >     >     >     >     > >     > >     >> Those two projects should
>> be at
>>     > 1.0.0
>>     >     > since we
>>     >     >     >     > rarely, if
>>     >     >     >     >     > > ever,
>>     >     >     >     >     > >     > > will need
>>     >     >     >     >     > >     > >     >> to modify it.  There
>> shouldn't
>>     > have been
>>     >     >     >     > modifications in
>>     >     >     >     >     > > this
>>     >     >     >     >     > >     > > release, yet
>>     >     >     >     >     > >     > >     >> Git status is reporting
>>     > modifications
>>     >     > to some
>>     >     >     >     > file.  A
>>     >     >     >     >     > test
>>     >     >     >     >     > > is
>>     >     >     >     >     > >     > done
>>     >     >     >     >     > >     > > to
>>     >     >     >     >     > >     > >     >> check for the word
>> "modified:" in
>>     > the
>>     >     > 'git
>>     >     >     > status'
>>     >     >     >     > output,
>>     >     >     >     >     > > then
>>     >     >     >     >     > >     > that
>>     >     >     >     >     > >     > >     >> attempt to push is
>> executed.
>>     > Somehow,
>>     >     > the git
>>     >     >     >     > status is
>>     >     >     >     >     > > implying
>>     >     >     >     >     > >     > >     >> modifications but the
>> files we are
>>     >     > trying to
>>     >     >     > push
>>     >     >     >     > are not
>>     >     >     >     >     > >     > modified.
>>     >     >     >     >     > >     > >     >>
>>     >     >     >     >     > >     > >     >> The solutions should not
>> require
>>     >     > reverting of
>>     >     >     > the
>>     >     >     >     > release
>>     >     >     >     >     > > branch.
>>     >     >     >     >     > >     > > It
>>     >     >     >     >     > >     > >     >> looks like you have
>> successfully
>>     >     > created a
>>     >     >     > correct
>>     >     >     >     > set of
>>     >     >     >     >     > > branches
>>     >     >     >     >     > >     > > and the
>>     >     >     >     >     > >     > >     >> steps you are running
>> start by
>>     > pulling
>>     >     > down
>>     >     >     > the
>>     >     >     >     > release
>>     >     >     >     >     > > branch.  I
>>     >     >     >     >     > >     > > didn't
>>     >     >     >     >     > >     > >     >> see any commits to the
>> release
>>     > branch
>>     >     > from the
>>     >     >     >     > scripts, so
>>     >     >     >     >     > > to
>>     >     >     >     >     > >     > > re-start, it
>>     >     >     >     >     > >     > >     >> should just be manually
>> deleting
>>     > the
>>     >     > local
>>     >     >     > copies
>>     >     >     >     > of the
>>     >     >     >     >     > > repos and
>>     >     >     >     >     > >     > > running
>>     >     >     >     >     > >     > >     >> the Ant command again after
>>     > making one
>>     >     > of the
>>     >     >     >     > changes to
>>     >     >     >     >     > >     > >     >> releasecandidate.xml I will
>>     > describe
>>     >     > below:
>>     >     >     >     >     > >     > >     >>
>>     >     >     >     >     > >     > >     >> IMO, the choices are (and
>> there
>>     > may be
>>     >     > more
>>     >     >     > choices)
>>     >     >     >     >     > >     > >     >> 1.  Figure out how to be
>> smarter
>>     > about
>>     >     > what
>>     >     >     > 'git
>>     >     >     >     > status'
>>     >     >     >     >     > > output
>>     >     >     >     >     > >     > > will say
>>     >     >     >     >     > >     > >     >> so the test works correctly
>>     >     >     >     >     > >     > >     >> 2. Set failonerror="false"
>> on the
>>     > push
>>     >     > step
>>     >     >     > and not
>>     >     >     >     > care
>>     >     >     >     >     > if
>>     >     >     >     >     > > that
>>     >     >     >     >     > >     > > push
>>     >     >     >     >     > >     > >     >> succeeds.  This is
>> slightly risky
>>     > if we
>>     >     > ever
>>     >     >     > do
>>     >     >     >     > want to
>>     >     >     >     >     > push
>>     >     >     >     >     > >     > > changes, but
>>     >     >     >     >     > >     > >     >> again, that is low
>> probability,
>>     > IMO.
>>     >     >     >     >     > >     > >     >> 3. Comment out those steps
>> since
>>     > it
>>     >     > will be
>>     >     >     > rare we
>>     >     >     >     > will
>>     >     >     >     >     > > need
>>     >     >     >     >     > >     > > them.  If
>>     >     >     >     >     > >     > >     >> we do need them some day,
>> the RM
>>     > will
>>     >     > have to
>>     >     >     >     > remember to
>>     >     >     >     >     > >     > uncomment
>>     >     >     >     >     > >     > > those
>>     >     >     >     >     > >     > >     >> steps.
>>     >     >     >     >     > >     > >     >>
>>     >     >     >     >     > >     > >     >> HTH,
>>     >     >     >     >     > >     > >     >> -Alex
>>     >     >     >     >     > >     > >     >>
>>     >     >     >     >     > >     > >     >> On 10/10/18, 2:52 AM,
>> "Piotr
>>     > Zarzycki" <
>>     >     >     >     >     > > piotrzarzycki21@gmail.com
>>     >     >     >     >     > >     > >
>>     >     >     >     >     > >     > >     >> wrote:
>>     >     >     >     >     > >     > >     >>
>>     >     >     >     >     > >     > >     >>     Ok It's failed :)
>> However I
>>     > passed
>>     >     > step 3
>>     >     >     > in
>>     >     >     >     >     > > instruction. Step
>>     >     >     >     >     > >     > > 4 is
>>     >     >     >     >     > >     > >     >> failing
>>     >     >     >     >     > >     > >     >>     [1] - if someone know
>> what
>>     > could it
>>     >     > be -
>>     >     >     > I will
>>     >     >     >     > wait
>>     >     >     >     >     > > with
>>     >     >     >     >     > >     > > reverting
>>     >     >     >     >     > >     > >     >> changes.
>>     >     >     >     >     > >     > >     >>
>>     >     >     >     >     > >     > >     >>     Lines in stacktrace are
>>     > pointing in
>>     >     > ant
>>     >     >     > script
>>     >     >     >     > to
>>     >     >     >     >     > > following
>>     >     >     >     >     > >     > > targets:
>>     >     >     >     >     > >     > >     >>
>>     >     >     >     >     > >     > >     >>     Line 556:
>>     > git-commit-and-push-utils
>>     >     >     >     >     > >     > >     >>     Line 487:
>>     >     >     > git-commit-and-push-utils-if-modified
>>     >     >     >     >     > >     > >     >>     Line 473:
>>     >     >     >     >     > >     > >     >>
>>     >     >     >     >     > >     > >     >>     <exec
>> executable="${git}"
>>     >     >     > dir="${compiler}"
>>     >     >     >     >     > >     > failonerror="true" >
>>     >     >     >     >     > >     > >     >>                 <arg
>>     > value="commit" />
>>     >     >     >     >     > >     > >     >>                 <arg
>> value="-m" />
>>     >     >     >     >     > >     > >     >>                 <arg
>> value="remove
>>     >     > SNAPSHOT
>>     >     >     > from
>>     >     >     >     >     > >     > > compiler-jburg-types and
>>     >     >     >     >     > >     > >     >>     compiler-build-tools
>>     > versions" />
>>     >     >     >     >     > >     > >     >>             </exec>
>>     >     >     >     >     > >     > >     >>
>>     >     >     >     >     > >     > >     >>     [1]
>>     >     >     >     >     > >     > >     >>
>>     >     >     >     >     > >     > >
>>     >     >     >     >     > >     >
>>     >     >     >     >     > >
>>     >     >     >     >     >
>>     >     >     >     >
>>     >     >     >
>>     >     >
>>     >
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2Fbg5e&amp;data=02%7C01%7Caharui%40adobe.com%7C07dbe5901e2d4ce7029e08d63061b209%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749593496378092&amp;sdata=wPbQdj%2BP5duPo9YQNx4VJzOJilNCpoMvjbkAc54Qj7Y%3D&amp;reserved=0
>>     >     >     >     >     > >     > >     >>
>>     >     >     >     >     > >     > >     >>     Thanks,
>>     >     >     >     >     > >     > >     >>     Piotr
>>     >     >     >     >     > >     > >     >>
>>     >     >     >     >     > >     > >     >>
>>     >     >     >     >     > >     > >     >>     śr., 10 paź 2018 o
>> 11:34
>>     > Carlos
>>     >     > Rovira <
>>     >     >     >     >     > >     > carlosrovira@apache.org
>>     >     >     >     >     > >     > > >
>>     >     >     >     >     > >     > >     >> napisał(a):
>>     >     >     >     >     > >     > >     >>
>>     >     >     >     >     > >     > >     >>     > Ok Piotr, good luck!
>> :)
>>     >     >     >     >     > >     > >     >>     >
>>     >     >     >     >     > >     > >     >>     > El mié., 10 oct.
>> 2018 a las
>>     >     > 10:34, Piotr
>>     >     >     >     > Zarzycki (<
>>     >     >     >     >     > >     > >     >>     >
>> piotrzarzycki21@gmail.com>)
>>     >     > escribió:
>>     >     >     >     >     > >     > >     >>     >
>>     >     >     >     >     > >     > >     >>     > > Hi Guys,
>>     >     >     >     >     > >     > >     >>     > >
>>     >     >     >     >     > >     > >     >>     > > I will try right
>> now
>>     > process
>>     >     > from my
>>     >     >     > PC. We
>>     >     >     >     > will
>>     >     >     >     >     > > see how
>>     >     >     >     >     > >     > > far I
>>     >     >     >     >     > >     > >     >> will go
>>     >     >     >     >     > >     > >     >>     > with
>>     >     >     >     >     > >     > >     >>     > > that.
>>     >     >     >     >     > >     > >     >>     > >
>>     >     >     >     >     > >     > >     >>     > > Piotr
>>     >     >     >     >     > >     > >     >>     > >
>>     >     >     >     >     > >     > >     >>     > > czw., 4 paź 2018 o
>> 22:01
>>     > Alex
>>     >     > Harui
>>     >     >     >     >     > >     > > <ah...@adobe.com.invalid>
>>     >     >     >     >     > >     > >     >>     > napisał(a):
>>     >     >     >     >     > >     > >     >>     > >
>>     >     >     >     >     > >     > >     >>     > > > Hi Om,
>>     >     >     >     >     > >     > >     >>     > > >
>>     >     >     >     >     > >     > >     >>     > > > If make_branches
>>     > succeeds,
>>     >     > then you
>>     >     >     >     > shouldn't
>>     >     >     >     >     > > need to go
>>     >     >     >     >     > >     > > back
>>     >     >     >     >     > >     > >     >> and
>>     >     >     >     >     > >     > >     >>     > delete
>>     >     >     >     >     > >     > >     >>     > > > branches and
>> tags and
>>     > run
>>     >     >     > make_branches
>>     >     >     >     > again if
>>     >     >     >     >     > > the
>>     >     >     >     >     > >     > > "maven"
>>     >     >     >     >     > >     > >     >> step
>>     >     >     >     >     > >     > >     >>     > fails.
>>     >     >     >     >     > >     > >
>
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: [Discuss] Start release process 0.9.3

Posted by Piotr Zarzycki <pi...@gmail.com>.
The weirdest thing is that I cannot use anymore sourcetree after that
update. I'm getting wrong password and user name on other repositories
which are private.

git version 2.19.1.windows.1

However after update I was able to continue process of release. Update
fixes for me some problems with gpg.

Piotr

pt., 12 paź 2018 o 18:47 Alex Harui <ah...@adobe.com.invalid> napisał(a):

> I was able to delete the tag.  What version of Git are you using?  I'm
> concerned other problems may arise.
>
> If you run into a problem like this again, you might want to try just
> giving up on rc1 and calling it rc2 so the tag names don't conflict.
>
> HTH,
> -Alex
>
> On 10/12/18, 9:42 AM, "Piotr Zarzycki" <pi...@gmail.com> wrote:
>
>     I would like to ask also someone for delete
>     tag org.apache.royale.compiler-0.9.4-rc1 - I'm not sure what has
> happened
>     but after updating git I cannot do that. I can commit stuff, but doing
>     delete tag I'm getting
>
>     remote: Permission to apache/royale-compiler.git denied to
> piotrzarzycki21.
>     fatal: unable to access '
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler.git%2F&amp;data=02%7C01%7Caharui%40adobe.com%7C07dbe5901e2d4ce7029e08d63061b209%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749593496378092&amp;sdata=CXp64oo2O8qMuwV%2BXE14krbu71gQ7sWa1fIbuscajMA%3D&amp;reserved=0
> ':
>     The requested URL returned error: 403
>
>     If someone do this for me I can try release process again.
>
>     Thanks,
>     Piotr
>
>     pt., 12 paź 2018 o 18:20 Alex Harui <ah...@adobe.com.invalid>
> napisał(a):
>
>     > I was too focused on the credentials and didn't notice that your
> settings
>     > didn't have HTTPS.
>     >
>     >         <server>
>     >             <id>apache.releases.https</id>
>     >             <username>aharui</username>
>     >             <password>...</password>
>     >         </server>
>     >         <server>
>     >             <id>apache.snapshots.https</id>
>     >             <username>aharui</username>
>     >             <password>...</password>
>     >         </server>
>     >
>     > HTH,
>     > -Alex
>     >
>     > On 10/12/18, 9:13 AM, "Piotr Zarzycki" <pi...@gmail.com>
> wrote:
>     >
>     >     I logged in without the problem. Om was on the stage where he
> was able
>     > to
>     >     upload something. I hope he will respond. Maybe he had some
> special
>     >     settings in file.
>     >
>     >     Piotr
>     >
>     >     pt., 12 paź 2018 o 17:55 Alex Harui <ah...@adobe.com.invalid>
>     > napisał(a):
>     >
>     >     > Hi Piotr,
>     >     >
>     >     > Yes, I have the same settings (username aharui, password is my
> apache
>     >     > password).  Try logging into repository.apache.org from your
>     > browser.  I
>     >     > don't know for sure that repository.a.o uses LDAP, it might be
> I
>     > just used
>     >     > the same username and password to be lazy).
>     >     >
>     >     > I will also say that Infra recently changed some setting on
>     > repository.a.o
>     >     > and I have not tried deploying since so maybe there is some
>     > authorization
>     >     > step we need to do.
>     >     >
>     >     > HTH,
>     >     > -Alex
>     >     >
>     >     > On 10/12/18, 1:40 AM, "Piotr Zarzycki" <
> piotrzarzycki21@gmail.com>
>     > wrote:
>     >     >
>     >     >     Alex, Om,
>     >     >
>     >     >     I'm a bit farther. I had a lot of problems on my sight
> with gpg,
>     > but I
>     >     > was
>     >     >     able to configure it properly in GitBash. I reached point
> with
>     >     > artifacts
>     >     >     upload. It's failed cause it looks like my password was
>     > incorrect. I
>     >     > would
>     >     >     like to make sure that I'm having similar configuration as
> you.
>     >     >
>     >     >     I have login and password Maven in
>     > c:\Users\piotr\.m2\settings.xml
>     >     > under
>     >     >
>     >     >     <servers>
>     >     >       <server>
>     >     >     <id>apache-release</id>
>     >     >     <username>piotrz</username>
>     >     >     <password>mypass</password>
>     >     >       </server>
>     >     >       <server>
>     >     >     <id>apache-snapshots</id>
>     >     >     <username>piotrz</username>
>     >     >     <password>mypass</password>
>     >     >       </server>
>     >     >     </servers>
>     >     >
>     >     >     I'm getting following results right now [1] ->
>     >     > compiler-build-tools-1.0.0.
>     >     >     jar. Return code is: 401, ReasonPhrase: Unauthorized.
>     >     >     It looks like I'm having problem with authorization to
> maven
>     > central.
>     >     >
>     >     >     The question is also - Do you use apache login and
> password ?
>     >     >
>     >     >     [1]
>     >     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2F5OOR&amp;data=02%7C01%7Caharui%40adobe.com%7C07dbe5901e2d4ce7029e08d63061b209%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749593496378092&amp;sdata=tUV%2B3KLFgLlLcuCbPegsTa3iUsckEFyohfp898zMOis%3D&amp;reserved=0
>     >     >
>     >     >     Thanks,
>     >     >     Piotr
>     >     >
>     >     >     pt., 12 paź 2018 o 07:39 Alex Harui
> <ah...@adobe.com.invalid>
>     >     > napisał(a):
>     >     >
>     >     >     > Hi Piotr,
>     >     >     >
>     >     >     > Well, it depends.  In looking at the repos, I do not see
> the
>     > 0.9.4
>     >     > tag,
>     >     >     > which is strange since Carlos's Git GUI client is
> updating it.
>     >     >     >
>     >     >     > IMO, for sure, you should update releasecandidate.xml
> per my
>     > earlier
>     >     >     > email, delete the repos out of the folder you are using
> and
>     > see how
>     >     > far you
>     >     >     > get.  Maybe there is a bad tag I can't see that Maven
> will see
>     > and
>     >     > fail.
>     >     >     > Not sure what to do in that case, maybe we'll have to
> give up
>     > on
>     >     > 0.9.4 as a
>     >     >     > version and try to upgrade the version to 0.9.5.  Or
> maybe the
>     > tag
>     >     > never
>     >     >     > got pushed and deleting the repos locally will resolve
> the
>     > issue.
>     >     >     >
>     >     >     > Good luck,
>     >     >     > -Alex
>     >     >     >
>     >     >     > On 10/11/18, 10:24 PM, "Piotr Zarzycki" <
>     > piotrzarzycki21@gmail.com>
>     >     >     > wrote:
>     >     >     >
>     >     >     >     Alex,
>     >     >     >
>     >     >     >     In the other words If I have time today I can
> continue
>     > with the
>     >     >     > process? We
>     >     >     >     end up with situation where I need to remove tag and
> try
>     > again
>     >     > as I
>     >     >     >     remember?
>     >     >     >
>     >     >     >     Thanks,
>     >     >     >     Piotr
>     >     >     >
>     >     >     >     On Fri, Oct 12, 2018, 7:12 AM Alex Harui
>     >     > <ah...@adobe.com.invalid>
>     >     >     > wrote:
>     >     >     >
>     >     >     >     > Hi Piotr,
>     >     >     >     >
>     >     >     >     > I agree with your sentiments.  However, I think one
>     > problem is
>     >     > that
>     >     >     > the
>     >     >     >     > revert emails are misleading.  Unlike other
> commits, the
>     >     > subject of a
>     >     >     >     > revert does not show what branch was changed, so I
> think
>     >     > Carlos was
>     >     >     >     > reverting things in a branch.
>     >     >     >     >
>     >     >     >     > That said, it is still very troublesome that his
> Git
>     > tools are
>     >     >     > changing
>     >     >     >     > the tags.  IMO, Carlos will have to stop using
> that tool.
>     >     >     >     >
>     >     >     >     > -Alex
>     >     >     >     >
>     >     >     >     > On 10/11/18, 9:57 PM, "Piotr Zarzycki" <
>     >     > piotrzarzycki21@gmail.com>
>     >     >     > wrote:
>     >     >     >     >
>     >     >     >     >     Carlos,
>     >     >     >     >
>     >     >     >     >     You are expecting from people who are
> volunteers to
>     > do some
>     >     >     > things in
>     >     >     >     > one
>     >     >     >     >     day? It's impossible to do that. I'm not
> working on
>     > that
>     >     > full
>     >     >     > time. I
>     >     >     >     > did
>     >     >     >     >     first finally successful step for the release.
>     > Everything
>     >     > was
>     >     >     > reported
>     >     >     >     > on
>     >     >     >     >     this list. I had problems and didn't have time
> to
>     > resolve
>     >     > it.
>     >     >     > Alex
>     >     >     >     > provide
>     >     >     >     >     solution - next RM should pickup it and
> continue
>     > release.
>     >     > It can
>     >     >     > take
>     >     >     >     > days.
>     >     >     >     >     If you have problems you should create branch
> from
>     > the last
>     >     >     > stable
>     >     >     >     > commit.
>     >     >     >     >     Is it problem for you ?
>     >     >     >     >
>     >     >     >     >     How can we now get back to the previous state
> now?
>     >     >     >     >
>     >     >     >     >     Piotr
>     >     >     >     >
>     >     >     >     >     pt., 12 paź 2018 o 02:09 Carlos Rovira <
>     >     > carlosrovira@apache.org>
>     >     >     >     > napisał(a):
>     >     >     >     >
>     >     >     >     >     > Hi Alex,
>     >     >     >     >     > if you check in actual develop for
>     > "0.9.5-SNAPSHOT" and
>     >     >     >     > "0.9.4-SNAPSHOT"
>     >     >     >     >     > you'll see maven build compiler and typedefs
>     >     > 0.9.5-SNAPSHOT,
>     >     >     > but
>     >     >     >     > when build
>     >     >     >     >     > framework, it downloads compiler and typedefs
>     >     > 0.9.4-SNAPSHOT
>     >     >     > since
>     >     >     >     > the
>     >     >     >     >     > versions in framework are not updated. This
> is the
>     >     > reason you
>     >     >     > don't
>     >     >     >     > see any
>     >     >     >     >     > fail when building with maven. If you update
> all
>     > to use
>     >     > the
>     >     >     > same
>     >     >     >     > number it
>     >     >     >     >     > will fail. I recommend you as well to remove
> royale
>     >     > folder in
>     >     >     > your
>     >     >     >     > local
>     >     >     >     >     > .m2 to see how maven generates compiler and
>     > typedefs and
>     >     > then
>     >     >     >     > download
>     >     >     >     >     > other version.
>     >     >     >     >     >
>     >     >     >     >     > Maybe the rest of people didn't see this
> because
>     > they
>     >     > use ANT
>     >     >     > and
>     >     >     >     > that
>     >     >     >     >     > build system is not affected by the release
>     > process. But
>     >     > I
>     >     >     > think we
>     >     >     >     > can't
>     >     >     >     >     > left the failed release process without
> revert it
>     > for
>     >     > days,
>     >     >     > since we
>     >     >     >     > are
>     >     >     >     >     > all seeing different things.
>     >     >     >     >     >
>     >     >     >     >     > For example, I was able to run your MX RO
> example
>     > with
>     >     > ANT,
>     >     >     > but I
>     >     >     >     > can make
>     >     >     >     >     > it work with Maven, what means to me that I
> still
>     > can't
>     >     > use it
>     >     >     > since
>     >     >     >     > my
>     >     >     >     >     > entire project is in maven.
>     >     >     >     >     >
>     >     >     >     >     > I'm trying to fix this for several hours now
> and
>     > still
>     >     >     > couldn't test
>     >     >     >     > mx RO
>     >     >     >     >     > nor working on my project...
>     >     >     >     >     >
>     >     >     >     >     > I'm closing for today with all messed up.
> Tomorrow
>     > will
>     >     > try
>     >     >     > again,
>     >     >     >     > or will
>     >     >     >     >     > need to block me in a branch to be able to
> continue
>     >     > working.
>     >     >     >     >     >
>     >     >     >     >     > Thanks
>     >     >     >     >     >
>     >     >     >     >     > Carlos
>     >     >     >     >     >
>     >     >     >     >     >
>     >     >     >     >     >
>     >     >     >     >     >
>     >     >     >     >     >
>     >     >     >     >     > El vie., 12 oct. 2018 a las 1:53, Alex Harui
>     >     >     >     > (<ah...@adobe.com.invalid>)
>     >     >     >     >     > escribió:
>     >     >     >     >     >
>     >     >     >     >     > > The 0.9.4 release branch has been cut.  I
> have
>     > not
>     >     > seen any
>     >     >     >     > problems
>     >     >     >     >     > > reported against it, so I don't know of any
>     > reason to
>     >     > delete
>     >     >     > it.
>     >     >     >     > Thus,
>     >     >     >     >     > the
>     >     >     >     >     > > develop branch should be at 0.9.5-SNAPSHOT.
>     >     >     >     >     > >
>     >     >     >     >     > > I noticed you messed around with the
> versions so
>     > I
>     >     > have no
>     >     >     > idea
>     >     >     >     > what
>     >     >     >     >     > state
>     >     >     >     >     > > we are in, plus I continue to see that
> tags are
>     > being
>     >     >     > updated.
>     >     >     >     > You will
>     >     >     >     >     > > probably have to stop using your Git GUI.
> We
>     > cannot
>     >     > have
>     >     >     > tags be
>     >     >     >     >     > modified.
>     >     >     >     >     > >
>     >     >     >     >     > > -Alex
>     >     >     >     >     > >
>     >     >     >     >     > > On 10/11/18, 3:14 PM, "Carlos Rovira" <
>     >     >     > carlosrovira@apache.org>
>     >     >     >     > wrote:
>     >     >     >     >     > >
>     >     >     >     >     > >     Hi,
>     >     >     >     >     > >
>     >     >     >     >     > >     I'm a bit confused with the actual
> state of
>     > the
>     >     > repo. We
>     >     >     >     > should stay
>     >     >     >     >     > in
>     >     >     >     >     > >     0.9.4-SNAPSHOT? or 0.9.5-SNAPSHOT?
>     >     >     >     >     > >     I'm building with the latest since 1-2
> days
>     > but
>     >     > removed
>     >     >     > all
>     >     >     >     > royale
>     >     >     >     >     > > folder
>     >     >     >     >     > >     with all maven artifacts and rebuild
> from
>     > scratch,
>     >     > makes
>     >     >     > me
>     >     >     >     > have
>     >     >     >     >     > mixed
>     >     >     >     >     > >     versions, since some artifacts are
>     > downloading
>     >     > 0.9.4
>     >     >     > instead
>     >     >     >     > of use
>     >     >     >     >     > > 0.9.5
>     >     >     >     >     > >
>     >     >     >     >     > >     Piotr, seems nobody  take the request
> to
>     > continue
>     >     > with
>     >     >     > the
>     >     >     >     > release
>     >     >     >     >     > for
>     >     >     >     >     > > now,
>     >     >     >     >     > >     so I propose to stabilize the repo.
>     >     >     >     >     > >
>     >     >     >     >     > >     Thoughts?
>     >     >     >     >     > >
>     >     >     >     >     > >     Carlos
>     >     >     >     >     > >
>     >     >     >     >     > >
>     >     >     >     >     > >
>     >     >     >     >     > >
>     >     >     >     >     > >
>     >     >     >     >     > >     El jue., 11 oct. 2018 a las 20:33,
> Piotr
>     > Zarzycki
>     >     > (<
>     >     >     >     >     > >     piotrzarzycki21@gmail.com>) escribió:
>     >     >     >     >     > >
>     >     >     >     >     > >     > Hi Alex,
>     >     >     >     >     > >     >
>     >     >     >     >     > >     > Unfortunately in the next couple of
> days I
>     > won't
>     >     > have
>     >     >     > time
>     >     >     >     > for
>     >     >     >     >     > that.
>     >     >     >     >     > > If
>     >     >     >     >     > >     > someone can do that feel free jump
> into it.
>     >     >     >     >     > >     >
>     >     >     >     >     > >     > Piotr
>     >     >     >     >     > >     >
>     >     >     >     >     > >     > On Thu, Oct 11, 2018, 6:43 PM Alex
> Harui
>     >     >     >     > <aharui@adobe.com.invalid
>     >     >     >     >     > >
>     >     >     >     >     > > wrote:
>     >     >     >     >     > >     >
>     >     >     >     >     > >     > > After digging through the output
> you
>     > pasted, it
>     >     >     > appears
>     >     >     >     > that the
>     >     >     >     >     > >     > > "check-empty-folder" target isn't
> quite
>     > right
>     >     > and
>     >     >     > didn't
>     >     >     >     > catch
>     >     >     >     >     > > that you
>     >     >     >     >     > >     > > didn't run "maven" against an empty
>     > folder.
>     >     >     > Although I am
>     >     >     >     > a bit
>     >     >     >     >     > > puzzled
>     >     >     >     >     > >     > > why there were modified files in
> the
>     > working
>     >     > copy.
>     >     >     >     >     > >     > >
>     >     >     >     >     > >     > > Maven and the scripts have some
>     > expectation
>     >     > that you
>     >     >     > are
>     >     >     >     > starting
>     >     >     >     >     > > from
>     >     >     >     >     > >     > the
>     >     >     >     >     > >     > > beginning, so if Maven got far
> enough to
>     >     > create a
>     >     >     > tag and
>     >     >     >     > you
>     >     >     >     >     > have
>     >     >     >     >     > > to
>     >     >     >     >     > >     > start
>     >     >     >     >     > >     > > over, you have to remove the tag.
> These
>     >     > scripts are
>     >     >     > still
>     >     >     >     > under
>     >     >     >     >     > >     > > development so you should not
> expect
>     > that every
>     >     >     > situation
>     >     >     >     > has
>     >     >     >     >     > been
>     >     >     >     >     > >     > > accounted for.
>     >     >     >     >     > >     > >
>     >     >     >     >     > >     > > So, go delete the tag.
> Instructions for
>     > doing
>     >     > so
>     >     >     > are in
>     >     >     >     > the
>     >     >     >     >     > > wiki.  Maybe
>     >     >     >     >     > >     > > figure out why those files were
>     > modified, but
>     >     > maybe
>     >     >     >     > because your
>     >     >     >     >     > > earlier
>     >     >     >     >     > >     > > run didn't have the right gpg
> password.
>     >     >     >     >     > >     > >
>     >     >     >     >     > >     > > Try changing the
> check-empty-folder to
>     > also
>     >     > test for:
>     >     >     >     >     > >     > >
>     >     >     >     >     > >     > >         <available
>     >     >     >     > file="${basedir}/royale-asjs/build.properties"
>     >     >     >     >     > >     > >             type="file"
>     >     >     >     >     > >     > >
>     >  property="found.build.properties"
>     >     >     > value="true"
>     >     >     >     > />
>     >     >     >     >     > >     > >
>     >     >     >     >     > >     > > Then it should catch you on the
> steps
>     > where
>     >     > you are
>     >     >     >     > supposed to
>     >     >     >     >     > > start by
>     >     >     >     >     > >     > > pulling down the repos again.
>     >     >     >     >     > >     > >
>     >     >     >     >     > >     > > If you don't have time for any of
> that,
>     > let us
>     >     > know
>     >     >     > here
>     >     >     >     > so the
>     >     >     >     >     > > next RM
>     >     >     >     >     > >     > > can know where to start.
>     >     >     >     >     > >     > >
>     >     >     >     >     > >     > > -Alex
>     >     >     >     >     > >     > >
>     >     >     >     >     > >     > > On 10/11/18, 2:05 AM, "Piotr
> Zarzycki" <
>     >     >     >     >     > piotrzarzycki21@gmail.com>
>     >     >     >     >     > >     > wrote:
>     >     >     >     >     > >     > >
>     >     >     >     >     > >     > >     I gave up again :) It costs me
> to
>     > much
>     >     > time. I
>     >     >     > thought
>     >     >     >     > since
>     >     >     >     >     > > Om did
>     >     >     >     >     > >     > so
>     >     >     >     >     > >     > > much
>     >     >     >     >     > >     > >     progress I will launch the
> script
>     > and will
>     >     > work.
>     >     >     > It's
>     >     >     >     > still
>     >     >     >     >     > > failing.
>     >     >     >     >     > >     > >
>     >     >     >     >     > >     > >
>     >     >     >     >     > >     > >
>     >     >     >     >     > >     >
>     >     >     >     >     > >
>     >     >     >     >     >
>     >     >     >     >
>     >     >     >
>     >     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FWJ44&amp;data=02%7C01%7Caharui%40adobe.com%7C07dbe5901e2d4ce7029e08d63061b209%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749593496378092&amp;sdata=S5WpJNtjoQD2p%2B5eZRuZlxgfAVjWf20Yf0tdYltE78o%3D&amp;reserved=0
>     >     >     >     >     > >     > >
>     >     >     >     >     > >     > >     I run first time and had
> problem
>     > with gpg
>     >     >     > password -
>     >     >     >     > just
>     >     >     >     >     > > forgot it,
>     >     >     >     >     > >     > > but
>     >     >     >     >     > >     > >     run it again and type correct
>     > password.
>     >     > Probably
>     >     >     > first
>     >     >     >     > time
>     >     >     >     >     > > this tag
>     >     >     >     >     > >     > > was
>     >     >     >     >     > >     > >     created and now script failing
> cause
>     > tag
>     >     > exits.
>     >     >     > Never
>     >     >     >     > ending
>     >     >     >     >     > > story.
>     >     >     >     >     > >     > >
>     >     >     >     >     > >     > >     I'm in that step - If someone
> would
>     > like
>     >     > to try
>     >     >     > it out
>     >     >     >     > let me
>     >     >     >     >     > > know
>     >     >     >     >     > >     > and
>     >     >     >     >     > >     > > I
>     >     >     >     >     > >     > >     won't revert anything for now:
>     >     >     >     >     > >     > >
>     >     >     >     >     > >     > >     ant -f releasecandidate.xml
>     >     >     > -Drelease.version="0.9.4"
>     >     >     >     >     > >     > > -Dbrowser="c:\Program
>     >     >     >     >     > >     > >     Files\Mozilla
> Firefox\firefox.exe"
>     > -Drc=1
>     >     > maven
>     >     >     >     >     > >     > >
>     >     >     >     >     > >     > >     Thanks,
>     >     >     >     >     > >     > >     Piotr
>     >     >     >     >     > >     > >
>     >     >     >     >     > >     > >
>     >     >     >     >     > >     > >     czw., 11 paź 2018 o 10:13 Piotr
>     > Zarzycki <
>     >     >     >     >     > > piotrzarzycki21@gmail.com>
>     >     >     >     >     > >     > >     napisał(a):
>     >     >     >     >     > >     > >
>     >     >     >     >     > >     > >     > Hi Alex,
>     >     >     >     >     > >     > >     >
>     >     >     >     >     > >     > >     > This is what I'm getting for
> git
>     > status
>     >     > for
>     >     >     >     > royale-compiler
>     >     >     >     >     > > [1]
>     >     >     >     >     > >     > >     >
>     >     >     >     >     > >     > >     > [1]
>     >     >     >     >     > >     > >
>     >     >     >     >     > >     >
>     >     >     >     >     > >
>     >     >     >     >     >
>     >     >     >     >
>     >     >     >
>     >     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FYuiH&amp;data=02%7C01%7Caharui%40adobe.com%7C07dbe5901e2d4ce7029e08d63061b209%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749593496378092&amp;sdata=JjrhMROWRzdfQD6GYn98l7FK%2FWD6n5%2Fyghl4e6dUB10%3D&amp;reserved=0
>     >     >     >     >     > >     > >     >
>     >     >     >     >     > >     > >     > Thanks,
>     >     >     >     >     > >     > >     > Piotr
>     >     >     >     >     > >     > >     >
>     >     >     >     >     > >     > >     > śr., 10 paź 2018 o 17:50
> Alex Harui
>     >     >     >     >     > <aharui@adobe.com.invalid
>     >     >     >     >     > > >
>     >     >     >     >     > >     > > napisał(a):
>     >     >     >     >     > >     > >     >
>     >     >     >     >     > >     > >     >> What does 'git status'
> return for
>     > that
>     >     > local
>     >     >     > copy
>     >     >     >     > of the
>     >     >     >     >     > >     > > royale-compiler
>     >     >     >     >     > >     > >     >> repo?
>     >     >     >     >     > >     > >     >>
>     >     >     >     >     > >     > >     >> That part of the script is
> trying
>     > to
>     >     > see if
>     >     >     >     >     > > compiler-jburg-types
>     >     >     >     >     > >     > and
>     >     >     >     >     > >     > >     >> compiler-build-tools needed
> a
>     > version
>     >     > update
>     >     >     > that
>     >     >     >     > needs to
>     >     >     >     >     > > be
>     >     >     >     >     > >     > > pushed.
>     >     >     >     >     > >     > >     >> Those two projects should
> be at
>     > 1.0.0
>     >     > since we
>     >     >     >     > rarely, if
>     >     >     >     >     > > ever,
>     >     >     >     >     > >     > > will need
>     >     >     >     >     > >     > >     >> to modify it.  There
> shouldn't
>     > have been
>     >     >     >     > modifications in
>     >     >     >     >     > > this
>     >     >     >     >     > >     > > release, yet
>     >     >     >     >     > >     > >     >> Git status is reporting
>     > modifications
>     >     > to some
>     >     >     >     > file.  A
>     >     >     >     >     > test
>     >     >     >     >     > > is
>     >     >     >     >     > >     > done
>     >     >     >     >     > >     > > to
>     >     >     >     >     > >     > >     >> check for the word
> "modified:" in
>     > the
>     >     > 'git
>     >     >     > status'
>     >     >     >     > output,
>     >     >     >     >     > > then
>     >     >     >     >     > >     > that
>     >     >     >     >     > >     > >     >> attempt to push is executed.
>     > Somehow,
>     >     > the git
>     >     >     >     > status is
>     >     >     >     >     > > implying
>     >     >     >     >     > >     > >     >> modifications but the files
> we are
>     >     > trying to
>     >     >     > push
>     >     >     >     > are not
>     >     >     >     >     > >     > modified.
>     >     >     >     >     > >     > >     >>
>     >     >     >     >     > >     > >     >> The solutions should not
> require
>     >     > reverting of
>     >     >     > the
>     >     >     >     > release
>     >     >     >     >     > > branch.
>     >     >     >     >     > >     > > It
>     >     >     >     >     > >     > >     >> looks like you have
> successfully
>     >     > created a
>     >     >     > correct
>     >     >     >     > set of
>     >     >     >     >     > > branches
>     >     >     >     >     > >     > > and the
>     >     >     >     >     > >     > >     >> steps you are running start
> by
>     > pulling
>     >     > down
>     >     >     > the
>     >     >     >     > release
>     >     >     >     >     > > branch.  I
>     >     >     >     >     > >     > > didn't
>     >     >     >     >     > >     > >     >> see any commits to the
> release
>     > branch
>     >     > from the
>     >     >     >     > scripts, so
>     >     >     >     >     > > to
>     >     >     >     >     > >     > > re-start, it
>     >     >     >     >     > >     > >     >> should just be manually
> deleting
>     > the
>     >     > local
>     >     >     > copies
>     >     >     >     > of the
>     >     >     >     >     > > repos and
>     >     >     >     >     > >     > > running
>     >     >     >     >     > >     > >     >> the Ant command again after
>     > making one
>     >     > of the
>     >     >     >     > changes to
>     >     >     >     >     > >     > >     >> releasecandidate.xml I will
>     > describe
>     >     > below:
>     >     >     >     >     > >     > >     >>
>     >     >     >     >     > >     > >     >> IMO, the choices are (and
> there
>     > may be
>     >     > more
>     >     >     > choices)
>     >     >     >     >     > >     > >     >> 1.  Figure out how to be
> smarter
>     > about
>     >     > what
>     >     >     > 'git
>     >     >     >     > status'
>     >     >     >     >     > > output
>     >     >     >     >     > >     > > will say
>     >     >     >     >     > >     > >     >> so the test works correctly
>     >     >     >     >     > >     > >     >> 2. Set failonerror="false"
> on the
>     > push
>     >     > step
>     >     >     > and not
>     >     >     >     > care
>     >     >     >     >     > if
>     >     >     >     >     > > that
>     >     >     >     >     > >     > > push
>     >     >     >     >     > >     > >     >> succeeds.  This is slightly
> risky
>     > if we
>     >     > ever
>     >     >     > do
>     >     >     >     > want to
>     >     >     >     >     > push
>     >     >     >     >     > >     > > changes, but
>     >     >     >     >     > >     > >     >> again, that is low
> probability,
>     > IMO.
>     >     >     >     >     > >     > >     >> 3. Comment out those steps
> since
>     > it
>     >     > will be
>     >     >     > rare we
>     >     >     >     > will
>     >     >     >     >     > > need
>     >     >     >     >     > >     > > them.  If
>     >     >     >     >     > >     > >     >> we do need them some day,
> the RM
>     > will
>     >     > have to
>     >     >     >     > remember to
>     >     >     >     >     > >     > uncomment
>     >     >     >     >     > >     > > those
>     >     >     >     >     > >     > >     >> steps.
>     >     >     >     >     > >     > >     >>
>     >     >     >     >     > >     > >     >> HTH,
>     >     >     >     >     > >     > >     >> -Alex
>     >     >     >     >     > >     > >     >>
>     >     >     >     >     > >     > >     >> On 10/10/18, 2:52 AM, "Piotr
>     > Zarzycki" <
>     >     >     >     >     > > piotrzarzycki21@gmail.com
>     >     >     >     >     > >     > >
>     >     >     >     >     > >     > >     >> wrote:
>     >     >     >     >     > >     > >     >>
>     >     >     >     >     > >     > >     >>     Ok It's failed :)
> However I
>     > passed
>     >     > step 3
>     >     >     > in
>     >     >     >     >     > > instruction. Step
>     >     >     >     >     > >     > > 4 is
>     >     >     >     >     > >     > >     >> failing
>     >     >     >     >     > >     > >     >>     [1] - if someone know
> what
>     > could it
>     >     > be -
>     >     >     > I will
>     >     >     >     > wait
>     >     >     >     >     > > with
>     >     >     >     >     > >     > > reverting
>     >     >     >     >     > >     > >     >> changes.
>     >     >     >     >     > >     > >     >>
>     >     >     >     >     > >     > >     >>     Lines in stacktrace are
>     > pointing in
>     >     > ant
>     >     >     > script
>     >     >     >     > to
>     >     >     >     >     > > following
>     >     >     >     >     > >     > > targets:
>     >     >     >     >     > >     > >     >>
>     >     >     >     >     > >     > >     >>     Line 556:
>     > git-commit-and-push-utils
>     >     >     >     >     > >     > >     >>     Line 487:
>     >     >     > git-commit-and-push-utils-if-modified
>     >     >     >     >     > >     > >     >>     Line 473:
>     >     >     >     >     > >     > >     >>
>     >     >     >     >     > >     > >     >>     <exec
> executable="${git}"
>     >     >     > dir="${compiler}"
>     >     >     >     >     > >     > failonerror="true" >
>     >     >     >     >     > >     > >     >>                 <arg
>     > value="commit" />
>     >     >     >     >     > >     > >     >>                 <arg
> value="-m" />
>     >     >     >     >     > >     > >     >>                 <arg
> value="remove
>     >     > SNAPSHOT
>     >     >     > from
>     >     >     >     >     > >     > > compiler-jburg-types and
>     >     >     >     >     > >     > >     >>     compiler-build-tools
>     > versions" />
>     >     >     >     >     > >     > >     >>             </exec>
>     >     >     >     >     > >     > >     >>
>     >     >     >     >     > >     > >     >>     [1]
>     >     >     >     >     > >     > >     >>
>     >     >     >     >     > >     > >
>     >     >     >     >     > >     >
>     >     >     >     >     > >
>     >     >     >     >     >
>     >     >     >     >
>     >     >     >
>     >     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2Fbg5e&amp;data=02%7C01%7Caharui%40adobe.com%7C07dbe5901e2d4ce7029e08d63061b209%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749593496378092&amp;sdata=wPbQdj%2BP5duPo9YQNx4VJzOJilNCpoMvjbkAc54Qj7Y%3D&amp;reserved=0
>     >     >     >     >     > >     > >     >>
>     >     >     >     >     > >     > >     >>     Thanks,
>     >     >     >     >     > >     > >     >>     Piotr
>     >     >     >     >     > >     > >     >>
>     >     >     >     >     > >     > >     >>
>     >     >     >     >     > >     > >     >>     śr., 10 paź 2018 o 11:34
>     > Carlos
>     >     > Rovira <
>     >     >     >     >     > >     > carlosrovira@apache.org
>     >     >     >     >     > >     > > >
>     >     >     >     >     > >     > >     >> napisał(a):
>     >     >     >     >     > >     > >     >>
>     >     >     >     >     > >     > >     >>     > Ok Piotr, good luck!
> :)
>     >     >     >     >     > >     > >     >>     >
>     >     >     >     >     > >     > >     >>     > El mié., 10 oct. 2018
> a las
>     >     > 10:34, Piotr
>     >     >     >     > Zarzycki (<
>     >     >     >     >     > >     > >     >>     >
> piotrzarzycki21@gmail.com>)
>     >     > escribió:
>     >     >     >     >     > >     > >     >>     >
>     >     >     >     >     > >     > >     >>     > > Hi Guys,
>     >     >     >     >     > >     > >     >>     > >
>     >     >     >     >     > >     > >     >>     > > I will try right now
>     > process
>     >     > from my
>     >     >     > PC. We
>     >     >     >     > will
>     >     >     >     >     > > see how
>     >     >     >     >     > >     > > far I
>     >     >     >     >     > >     > >     >> will go
>     >     >     >     >     > >     > >     >>     > with
>     >     >     >     >     > >     > >     >>     > > that.
>     >     >     >     >     > >     > >     >>     > >
>     >     >     >     >     > >     > >     >>     > > Piotr
>     >     >     >     >     > >     > >     >>     > >
>     >     >     >     >     > >     > >     >>     > > czw., 4 paź 2018 o
> 22:01
>     > Alex
>     >     > Harui
>     >     >     >     >     > >     > > <ah...@adobe.com.invalid>
>     >     >     >     >     > >     > >     >>     > napisał(a):
>     >     >     >     >     > >     > >     >>     > >
>     >     >     >     >     > >     > >     >>     > > > Hi Om,
>     >     >     >     >     > >     > >     >>     > > >
>     >     >     >     >     > >     > >     >>     > > > If make_branches
>     > succeeds,
>     >     > then you
>     >     >     >     > shouldn't
>     >     >     >     >     > > need to go
>     >     >     >     >     > >     > > back
>     >     >     >     >     > >     > >     >> and
>     >     >     >     >     > >     > >     >>     > delete
>     >     >     >     >     > >     > >     >>     > > > branches and tags
> and
>     > run
>     >     >     > make_branches
>     >     >     >     > again if
>     >     >     >     >     > > the
>     >     >     >     >     > >     > > "maven"
>     >     >     >     >     > >     > >     >> step
>     >     >     >     >     > >     > >     >>     > fails.
>     >     >     >     >     > >     > >



-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: [Discuss] Start release process 0.9.3

Posted by Alex Harui <ah...@adobe.com.INVALID>.
I was able to delete the tag.  What version of Git are you using?  I'm concerned other problems may arise.

If you run into a problem like this again, you might want to try just giving up on rc1 and calling it rc2 so the tag names don't conflict.

HTH,
-Alex

On 10/12/18, 9:42 AM, "Piotr Zarzycki" <pi...@gmail.com> wrote:

    I would like to ask also someone for delete
    tag org.apache.royale.compiler-0.9.4-rc1 - I'm not sure what has happened
    but after updating git I cannot do that. I can commit stuff, but doing
    delete tag I'm getting
    
    remote: Permission to apache/royale-compiler.git denied to piotrzarzycki21.
    fatal: unable to access 'https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-compiler.git%2F&amp;data=02%7C01%7Caharui%40adobe.com%7C07dbe5901e2d4ce7029e08d63061b209%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749593496378092&amp;sdata=CXp64oo2O8qMuwV%2BXE14krbu71gQ7sWa1fIbuscajMA%3D&amp;reserved=0':
    The requested URL returned error: 403
    
    If someone do this for me I can try release process again.
    
    Thanks,
    Piotr
    
    pt., 12 paź 2018 o 18:20 Alex Harui <ah...@adobe.com.invalid> napisał(a):
    
    > I was too focused on the credentials and didn't notice that your settings
    > didn't have HTTPS.
    >
    >         <server>
    >             <id>apache.releases.https</id>
    >             <username>aharui</username>
    >             <password>...</password>
    >         </server>
    >         <server>
    >             <id>apache.snapshots.https</id>
    >             <username>aharui</username>
    >             <password>...</password>
    >         </server>
    >
    > HTH,
    > -Alex
    >
    > On 10/12/18, 9:13 AM, "Piotr Zarzycki" <pi...@gmail.com> wrote:
    >
    >     I logged in without the problem. Om was on the stage where he was able
    > to
    >     upload something. I hope he will respond. Maybe he had some special
    >     settings in file.
    >
    >     Piotr
    >
    >     pt., 12 paź 2018 o 17:55 Alex Harui <ah...@adobe.com.invalid>
    > napisał(a):
    >
    >     > Hi Piotr,
    >     >
    >     > Yes, I have the same settings (username aharui, password is my apache
    >     > password).  Try logging into repository.apache.org from your
    > browser.  I
    >     > don't know for sure that repository.a.o uses LDAP, it might be I
    > just used
    >     > the same username and password to be lazy).
    >     >
    >     > I will also say that Infra recently changed some setting on
    > repository.a.o
    >     > and I have not tried deploying since so maybe there is some
    > authorization
    >     > step we need to do.
    >     >
    >     > HTH,
    >     > -Alex
    >     >
    >     > On 10/12/18, 1:40 AM, "Piotr Zarzycki" <pi...@gmail.com>
    > wrote:
    >     >
    >     >     Alex, Om,
    >     >
    >     >     I'm a bit farther. I had a lot of problems on my sight with gpg,
    > but I
    >     > was
    >     >     able to configure it properly in GitBash. I reached point with
    >     > artifacts
    >     >     upload. It's failed cause it looks like my password was
    > incorrect. I
    >     > would
    >     >     like to make sure that I'm having similar configuration as you.
    >     >
    >     >     I have login and password Maven in
    > c:\Users\piotr\.m2\settings.xml
    >     > under
    >     >
    >     >     <servers>
    >     >       <server>
    >     >     <id>apache-release</id>
    >     >     <username>piotrz</username>
    >     >     <password>mypass</password>
    >     >       </server>
    >     >       <server>
    >     >     <id>apache-snapshots</id>
    >     >     <username>piotrz</username>
    >     >     <password>mypass</password>
    >     >       </server>
    >     >     </servers>
    >     >
    >     >     I'm getting following results right now [1] ->
    >     > compiler-build-tools-1.0.0.
    >     >     jar. Return code is: 401, ReasonPhrase: Unauthorized.
    >     >     It looks like I'm having problem with authorization to maven
    > central.
    >     >
    >     >     The question is also - Do you use apache login and password ?
    >     >
    >     >     [1]
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2F5OOR&amp;data=02%7C01%7Caharui%40adobe.com%7C07dbe5901e2d4ce7029e08d63061b209%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749593496378092&amp;sdata=tUV%2B3KLFgLlLcuCbPegsTa3iUsckEFyohfp898zMOis%3D&amp;reserved=0
    >     >
    >     >     Thanks,
    >     >     Piotr
    >     >
    >     >     pt., 12 paź 2018 o 07:39 Alex Harui <ah...@adobe.com.invalid>
    >     > napisał(a):
    >     >
    >     >     > Hi Piotr,
    >     >     >
    >     >     > Well, it depends.  In looking at the repos, I do not see the
    > 0.9.4
    >     > tag,
    >     >     > which is strange since Carlos's Git GUI client is updating it.
    >     >     >
    >     >     > IMO, for sure, you should update releasecandidate.xml per my
    > earlier
    >     >     > email, delete the repos out of the folder you are using and
    > see how
    >     > far you
    >     >     > get.  Maybe there is a bad tag I can't see that Maven will see
    > and
    >     > fail.
    >     >     > Not sure what to do in that case, maybe we'll have to give up
    > on
    >     > 0.9.4 as a
    >     >     > version and try to upgrade the version to 0.9.5.  Or maybe the
    > tag
    >     > never
    >     >     > got pushed and deleting the repos locally will resolve the
    > issue.
    >     >     >
    >     >     > Good luck,
    >     >     > -Alex
    >     >     >
    >     >     > On 10/11/18, 10:24 PM, "Piotr Zarzycki" <
    > piotrzarzycki21@gmail.com>
    >     >     > wrote:
    >     >     >
    >     >     >     Alex,
    >     >     >
    >     >     >     In the other words If I have time today I can continue
    > with the
    >     >     > process? We
    >     >     >     end up with situation where I need to remove tag and try
    > again
    >     > as I
    >     >     >     remember?
    >     >     >
    >     >     >     Thanks,
    >     >     >     Piotr
    >     >     >
    >     >     >     On Fri, Oct 12, 2018, 7:12 AM Alex Harui
    >     > <ah...@adobe.com.invalid>
    >     >     > wrote:
    >     >     >
    >     >     >     > Hi Piotr,
    >     >     >     >
    >     >     >     > I agree with your sentiments.  However, I think one
    > problem is
    >     > that
    >     >     > the
    >     >     >     > revert emails are misleading.  Unlike other commits, the
    >     > subject of a
    >     >     >     > revert does not show what branch was changed, so I think
    >     > Carlos was
    >     >     >     > reverting things in a branch.
    >     >     >     >
    >     >     >     > That said, it is still very troublesome that his Git
    > tools are
    >     >     > changing
    >     >     >     > the tags.  IMO, Carlos will have to stop using that tool.
    >     >     >     >
    >     >     >     > -Alex
    >     >     >     >
    >     >     >     > On 10/11/18, 9:57 PM, "Piotr Zarzycki" <
    >     > piotrzarzycki21@gmail.com>
    >     >     > wrote:
    >     >     >     >
    >     >     >     >     Carlos,
    >     >     >     >
    >     >     >     >     You are expecting from people who are volunteers to
    > do some
    >     >     > things in
    >     >     >     > one
    >     >     >     >     day? It's impossible to do that. I'm not working on
    > that
    >     > full
    >     >     > time. I
    >     >     >     > did
    >     >     >     >     first finally successful step for the release.
    > Everything
    >     > was
    >     >     > reported
    >     >     >     > on
    >     >     >     >     this list. I had problems and didn't have time to
    > resolve
    >     > it.
    >     >     > Alex
    >     >     >     > provide
    >     >     >     >     solution - next RM should pickup it and continue
    > release.
    >     > It can
    >     >     > take
    >     >     >     > days.
    >     >     >     >     If you have problems you should create branch from
    > the last
    >     >     > stable
    >     >     >     > commit.
    >     >     >     >     Is it problem for you ?
    >     >     >     >
    >     >     >     >     How can we now get back to the previous state now?
    >     >     >     >
    >     >     >     >     Piotr
    >     >     >     >
    >     >     >     >     pt., 12 paź 2018 o 02:09 Carlos Rovira <
    >     > carlosrovira@apache.org>
    >     >     >     > napisał(a):
    >     >     >     >
    >     >     >     >     > Hi Alex,
    >     >     >     >     > if you check in actual develop for
    > "0.9.5-SNAPSHOT" and
    >     >     >     > "0.9.4-SNAPSHOT"
    >     >     >     >     > you'll see maven build compiler and typedefs
    >     > 0.9.5-SNAPSHOT,
    >     >     > but
    >     >     >     > when build
    >     >     >     >     > framework, it downloads compiler and typedefs
    >     > 0.9.4-SNAPSHOT
    >     >     > since
    >     >     >     > the
    >     >     >     >     > versions in framework are not updated. This is the
    >     > reason you
    >     >     > don't
    >     >     >     > see any
    >     >     >     >     > fail when building with maven. If you update all
    > to use
    >     > the
    >     >     > same
    >     >     >     > number it
    >     >     >     >     > will fail. I recommend you as well to remove royale
    >     > folder in
    >     >     > your
    >     >     >     > local
    >     >     >     >     > .m2 to see how maven generates compiler and
    > typedefs and
    >     > then
    >     >     >     > download
    >     >     >     >     > other version.
    >     >     >     >     >
    >     >     >     >     > Maybe the rest of people didn't see this because
    > they
    >     > use ANT
    >     >     > and
    >     >     >     > that
    >     >     >     >     > build system is not affected by the release
    > process. But
    >     > I
    >     >     > think we
    >     >     >     > can't
    >     >     >     >     > left the failed release process without revert it
    > for
    >     > days,
    >     >     > since we
    >     >     >     > are
    >     >     >     >     > all seeing different things.
    >     >     >     >     >
    >     >     >     >     > For example, I was able to run your MX RO example
    > with
    >     > ANT,
    >     >     > but I
    >     >     >     > can make
    >     >     >     >     > it work with Maven, what means to me that I still
    > can't
    >     > use it
    >     >     > since
    >     >     >     > my
    >     >     >     >     > entire project is in maven.
    >     >     >     >     >
    >     >     >     >     > I'm trying to fix this for several hours now and
    > still
    >     >     > couldn't test
    >     >     >     > mx RO
    >     >     >     >     > nor working on my project...
    >     >     >     >     >
    >     >     >     >     > I'm closing for today with all messed up. Tomorrow
    > will
    >     > try
    >     >     > again,
    >     >     >     > or will
    >     >     >     >     > need to block me in a branch to be able to continue
    >     > working.
    >     >     >     >     >
    >     >     >     >     > Thanks
    >     >     >     >     >
    >     >     >     >     > Carlos
    >     >     >     >     >
    >     >     >     >     >
    >     >     >     >     >
    >     >     >     >     >
    >     >     >     >     >
    >     >     >     >     > El vie., 12 oct. 2018 a las 1:53, Alex Harui
    >     >     >     > (<ah...@adobe.com.invalid>)
    >     >     >     >     > escribió:
    >     >     >     >     >
    >     >     >     >     > > The 0.9.4 release branch has been cut.  I have
    > not
    >     > seen any
    >     >     >     > problems
    >     >     >     >     > > reported against it, so I don't know of any
    > reason to
    >     > delete
    >     >     > it.
    >     >     >     > Thus,
    >     >     >     >     > the
    >     >     >     >     > > develop branch should be at 0.9.5-SNAPSHOT.
    >     >     >     >     > >
    >     >     >     >     > > I noticed you messed around with the versions so
    > I
    >     > have no
    >     >     > idea
    >     >     >     > what
    >     >     >     >     > state
    >     >     >     >     > > we are in, plus I continue to see that tags are
    > being
    >     >     > updated.
    >     >     >     > You will
    >     >     >     >     > > probably have to stop using your Git GUI.  We
    > cannot
    >     > have
    >     >     > tags be
    >     >     >     >     > modified.
    >     >     >     >     > >
    >     >     >     >     > > -Alex
    >     >     >     >     > >
    >     >     >     >     > > On 10/11/18, 3:14 PM, "Carlos Rovira" <
    >     >     > carlosrovira@apache.org>
    >     >     >     > wrote:
    >     >     >     >     > >
    >     >     >     >     > >     Hi,
    >     >     >     >     > >
    >     >     >     >     > >     I'm a bit confused with the actual state of
    > the
    >     > repo. We
    >     >     >     > should stay
    >     >     >     >     > in
    >     >     >     >     > >     0.9.4-SNAPSHOT? or 0.9.5-SNAPSHOT?
    >     >     >     >     > >     I'm building with the latest since 1-2 days
    > but
    >     > removed
    >     >     > all
    >     >     >     > royale
    >     >     >     >     > > folder
    >     >     >     >     > >     with all maven artifacts and rebuild from
    > scratch,
    >     > makes
    >     >     > me
    >     >     >     > have
    >     >     >     >     > mixed
    >     >     >     >     > >     versions, since some artifacts are
    > downloading
    >     > 0.9.4
    >     >     > instead
    >     >     >     > of use
    >     >     >     >     > > 0.9.5
    >     >     >     >     > >
    >     >     >     >     > >     Piotr, seems nobody  take the request to
    > continue
    >     > with
    >     >     > the
    >     >     >     > release
    >     >     >     >     > for
    >     >     >     >     > > now,
    >     >     >     >     > >     so I propose to stabilize the repo.
    >     >     >     >     > >
    >     >     >     >     > >     Thoughts?
    >     >     >     >     > >
    >     >     >     >     > >     Carlos
    >     >     >     >     > >
    >     >     >     >     > >
    >     >     >     >     > >
    >     >     >     >     > >
    >     >     >     >     > >
    >     >     >     >     > >     El jue., 11 oct. 2018 a las 20:33, Piotr
    > Zarzycki
    >     > (<
    >     >     >     >     > >     piotrzarzycki21@gmail.com>) escribió:
    >     >     >     >     > >
    >     >     >     >     > >     > Hi Alex,
    >     >     >     >     > >     >
    >     >     >     >     > >     > Unfortunately in the next couple of days I
    > won't
    >     > have
    >     >     > time
    >     >     >     > for
    >     >     >     >     > that.
    >     >     >     >     > > If
    >     >     >     >     > >     > someone can do that feel free jump into it.
    >     >     >     >     > >     >
    >     >     >     >     > >     > Piotr
    >     >     >     >     > >     >
    >     >     >     >     > >     > On Thu, Oct 11, 2018, 6:43 PM Alex Harui
    >     >     >     > <aharui@adobe.com.invalid
    >     >     >     >     > >
    >     >     >     >     > > wrote:
    >     >     >     >     > >     >
    >     >     >     >     > >     > > After digging through the output you
    > pasted, it
    >     >     > appears
    >     >     >     > that the
    >     >     >     >     > >     > > "check-empty-folder" target isn't quite
    > right
    >     > and
    >     >     > didn't
    >     >     >     > catch
    >     >     >     >     > > that you
    >     >     >     >     > >     > > didn't run "maven" against an empty
    > folder.
    >     >     > Although I am
    >     >     >     > a bit
    >     >     >     >     > > puzzled
    >     >     >     >     > >     > > why there were modified files in the
    > working
    >     > copy.
    >     >     >     >     > >     > >
    >     >     >     >     > >     > > Maven and the scripts have some
    > expectation
    >     > that you
    >     >     > are
    >     >     >     > starting
    >     >     >     >     > > from
    >     >     >     >     > >     > the
    >     >     >     >     > >     > > beginning, so if Maven got far enough to
    >     > create a
    >     >     > tag and
    >     >     >     > you
    >     >     >     >     > have
    >     >     >     >     > > to
    >     >     >     >     > >     > start
    >     >     >     >     > >     > > over, you have to remove the tag.  These
    >     > scripts are
    >     >     > still
    >     >     >     > under
    >     >     >     >     > >     > > development so you should not expect
    > that every
    >     >     > situation
    >     >     >     > has
    >     >     >     >     > been
    >     >     >     >     > >     > > accounted for.
    >     >     >     >     > >     > >
    >     >     >     >     > >     > > So, go delete the tag.  Instructions for
    > doing
    >     > so
    >     >     > are in
    >     >     >     > the
    >     >     >     >     > > wiki.  Maybe
    >     >     >     >     > >     > > figure out why those files were
    > modified, but
    >     > maybe
    >     >     >     > because your
    >     >     >     >     > > earlier
    >     >     >     >     > >     > > run didn't have the right gpg password.
    >     >     >     >     > >     > >
    >     >     >     >     > >     > > Try changing the check-empty-folder to
    > also
    >     > test for:
    >     >     >     >     > >     > >
    >     >     >     >     > >     > >         <available
    >     >     >     > file="${basedir}/royale-asjs/build.properties"
    >     >     >     >     > >     > >             type="file"
    >     >     >     >     > >     > >
    >  property="found.build.properties"
    >     >     > value="true"
    >     >     >     > />
    >     >     >     >     > >     > >
    >     >     >     >     > >     > > Then it should catch you on the steps
    > where
    >     > you are
    >     >     >     > supposed to
    >     >     >     >     > > start by
    >     >     >     >     > >     > > pulling down the repos again.
    >     >     >     >     > >     > >
    >     >     >     >     > >     > > If you don't have time for any of that,
    > let us
    >     > know
    >     >     > here
    >     >     >     > so the
    >     >     >     >     > > next RM
    >     >     >     >     > >     > > can know where to start.
    >     >     >     >     > >     > >
    >     >     >     >     > >     > > -Alex
    >     >     >     >     > >     > >
    >     >     >     >     > >     > > On 10/11/18, 2:05 AM, "Piotr Zarzycki" <
    >     >     >     >     > piotrzarzycki21@gmail.com>
    >     >     >     >     > >     > wrote:
    >     >     >     >     > >     > >
    >     >     >     >     > >     > >     I gave up again :) It costs me to
    > much
    >     > time. I
    >     >     > thought
    >     >     >     > since
    >     >     >     >     > > Om did
    >     >     >     >     > >     > so
    >     >     >     >     > >     > > much
    >     >     >     >     > >     > >     progress I will launch the script
    > and will
    >     > work.
    >     >     > It's
    >     >     >     > still
    >     >     >     >     > > failing.
    >     >     >     >     > >     > >
    >     >     >     >     > >     > >
    >     >     >     >     > >     > >
    >     >     >     >     > >     >
    >     >     >     >     > >
    >     >     >     >     >
    >     >     >     >
    >     >     >
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FWJ44&amp;data=02%7C01%7Caharui%40adobe.com%7C07dbe5901e2d4ce7029e08d63061b209%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749593496378092&amp;sdata=S5WpJNtjoQD2p%2B5eZRuZlxgfAVjWf20Yf0tdYltE78o%3D&amp;reserved=0
    >     >     >     >     > >     > >
    >     >     >     >     > >     > >     I run first time and had problem
    > with gpg
    >     >     > password -
    >     >     >     > just
    >     >     >     >     > > forgot it,
    >     >     >     >     > >     > > but
    >     >     >     >     > >     > >     run it again and type correct
    > password.
    >     > Probably
    >     >     > first
    >     >     >     > time
    >     >     >     >     > > this tag
    >     >     >     >     > >     > > was
    >     >     >     >     > >     > >     created and now script failing cause
    > tag
    >     > exits.
    >     >     > Never
    >     >     >     > ending
    >     >     >     >     > > story.
    >     >     >     >     > >     > >
    >     >     >     >     > >     > >     I'm in that step - If someone would
    > like
    >     > to try
    >     >     > it out
    >     >     >     > let me
    >     >     >     >     > > know
    >     >     >     >     > >     > and
    >     >     >     >     > >     > > I
    >     >     >     >     > >     > >     won't revert anything for now:
    >     >     >     >     > >     > >
    >     >     >     >     > >     > >     ant -f releasecandidate.xml
    >     >     > -Drelease.version="0.9.4"
    >     >     >     >     > >     > > -Dbrowser="c:\Program
    >     >     >     >     > >     > >     Files\Mozilla Firefox\firefox.exe"
    > -Drc=1
    >     > maven
    >     >     >     >     > >     > >
    >     >     >     >     > >     > >     Thanks,
    >     >     >     >     > >     > >     Piotr
    >     >     >     >     > >     > >
    >     >     >     >     > >     > >
    >     >     >     >     > >     > >     czw., 11 paź 2018 o 10:13 Piotr
    > Zarzycki <
    >     >     >     >     > > piotrzarzycki21@gmail.com>
    >     >     >     >     > >     > >     napisał(a):
    >     >     >     >     > >     > >
    >     >     >     >     > >     > >     > Hi Alex,
    >     >     >     >     > >     > >     >
    >     >     >     >     > >     > >     > This is what I'm getting for git
    > status
    >     > for
    >     >     >     > royale-compiler
    >     >     >     >     > > [1]
    >     >     >     >     > >     > >     >
    >     >     >     >     > >     > >     > [1]
    >     >     >     >     > >     > >
    >     >     >     >     > >     >
    >     >     >     >     > >
    >     >     >     >     >
    >     >     >     >
    >     >     >
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FYuiH&amp;data=02%7C01%7Caharui%40adobe.com%7C07dbe5901e2d4ce7029e08d63061b209%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749593496378092&amp;sdata=JjrhMROWRzdfQD6GYn98l7FK%2FWD6n5%2Fyghl4e6dUB10%3D&amp;reserved=0
    >     >     >     >     > >     > >     >
    >     >     >     >     > >     > >     > Thanks,
    >     >     >     >     > >     > >     > Piotr
    >     >     >     >     > >     > >     >
    >     >     >     >     > >     > >     > śr., 10 paź 2018 o 17:50 Alex Harui
    >     >     >     >     > <aharui@adobe.com.invalid
    >     >     >     >     > > >
    >     >     >     >     > >     > > napisał(a):
    >     >     >     >     > >     > >     >
    >     >     >     >     > >     > >     >> What does 'git status' return for
    > that
    >     > local
    >     >     > copy
    >     >     >     > of the
    >     >     >     >     > >     > > royale-compiler
    >     >     >     >     > >     > >     >> repo?
    >     >     >     >     > >     > >     >>
    >     >     >     >     > >     > >     >> That part of the script is trying
    > to
    >     > see if
    >     >     >     >     > > compiler-jburg-types
    >     >     >     >     > >     > and
    >     >     >     >     > >     > >     >> compiler-build-tools needed a
    > version
    >     > update
    >     >     > that
    >     >     >     > needs to
    >     >     >     >     > > be
    >     >     >     >     > >     > > pushed.
    >     >     >     >     > >     > >     >> Those two projects should be at
    > 1.0.0
    >     > since we
    >     >     >     > rarely, if
    >     >     >     >     > > ever,
    >     >     >     >     > >     > > will need
    >     >     >     >     > >     > >     >> to modify it.  There shouldn't
    > have been
    >     >     >     > modifications in
    >     >     >     >     > > this
    >     >     >     >     > >     > > release, yet
    >     >     >     >     > >     > >     >> Git status is reporting
    > modifications
    >     > to some
    >     >     >     > file.  A
    >     >     >     >     > test
    >     >     >     >     > > is
    >     >     >     >     > >     > done
    >     >     >     >     > >     > > to
    >     >     >     >     > >     > >     >> check for the word "modified:" in
    > the
    >     > 'git
    >     >     > status'
    >     >     >     > output,
    >     >     >     >     > > then
    >     >     >     >     > >     > that
    >     >     >     >     > >     > >     >> attempt to push is executed.
    > Somehow,
    >     > the git
    >     >     >     > status is
    >     >     >     >     > > implying
    >     >     >     >     > >     > >     >> modifications but the files we are
    >     > trying to
    >     >     > push
    >     >     >     > are not
    >     >     >     >     > >     > modified.
    >     >     >     >     > >     > >     >>
    >     >     >     >     > >     > >     >> The solutions should not require
    >     > reverting of
    >     >     > the
    >     >     >     > release
    >     >     >     >     > > branch.
    >     >     >     >     > >     > > It
    >     >     >     >     > >     > >     >> looks like you have successfully
    >     > created a
    >     >     > correct
    >     >     >     > set of
    >     >     >     >     > > branches
    >     >     >     >     > >     > > and the
    >     >     >     >     > >     > >     >> steps you are running start by
    > pulling
    >     > down
    >     >     > the
    >     >     >     > release
    >     >     >     >     > > branch.  I
    >     >     >     >     > >     > > didn't
    >     >     >     >     > >     > >     >> see any commits to the release
    > branch
    >     > from the
    >     >     >     > scripts, so
    >     >     >     >     > > to
    >     >     >     >     > >     > > re-start, it
    >     >     >     >     > >     > >     >> should just be manually deleting
    > the
    >     > local
    >     >     > copies
    >     >     >     > of the
    >     >     >     >     > > repos and
    >     >     >     >     > >     > > running
    >     >     >     >     > >     > >     >> the Ant command again after
    > making one
    >     > of the
    >     >     >     > changes to
    >     >     >     >     > >     > >     >> releasecandidate.xml I will
    > describe
    >     > below:
    >     >     >     >     > >     > >     >>
    >     >     >     >     > >     > >     >> IMO, the choices are (and there
    > may be
    >     > more
    >     >     > choices)
    >     >     >     >     > >     > >     >> 1.  Figure out how to be smarter
    > about
    >     > what
    >     >     > 'git
    >     >     >     > status'
    >     >     >     >     > > output
    >     >     >     >     > >     > > will say
    >     >     >     >     > >     > >     >> so the test works correctly
    >     >     >     >     > >     > >     >> 2. Set failonerror="false" on the
    > push
    >     > step
    >     >     > and not
    >     >     >     > care
    >     >     >     >     > if
    >     >     >     >     > > that
    >     >     >     >     > >     > > push
    >     >     >     >     > >     > >     >> succeeds.  This is slightly risky
    > if we
    >     > ever
    >     >     > do
    >     >     >     > want to
    >     >     >     >     > push
    >     >     >     >     > >     > > changes, but
    >     >     >     >     > >     > >     >> again, that is low probability,
    > IMO.
    >     >     >     >     > >     > >     >> 3. Comment out those steps since
    > it
    >     > will be
    >     >     > rare we
    >     >     >     > will
    >     >     >     >     > > need
    >     >     >     >     > >     > > them.  If
    >     >     >     >     > >     > >     >> we do need them some day, the RM
    > will
    >     > have to
    >     >     >     > remember to
    >     >     >     >     > >     > uncomment
    >     >     >     >     > >     > > those
    >     >     >     >     > >     > >     >> steps.
    >     >     >     >     > >     > >     >>
    >     >     >     >     > >     > >     >> HTH,
    >     >     >     >     > >     > >     >> -Alex
    >     >     >     >     > >     > >     >>
    >     >     >     >     > >     > >     >> On 10/10/18, 2:52 AM, "Piotr
    > Zarzycki" <
    >     >     >     >     > > piotrzarzycki21@gmail.com
    >     >     >     >     > >     > >
    >     >     >     >     > >     > >     >> wrote:
    >     >     >     >     > >     > >     >>
    >     >     >     >     > >     > >     >>     Ok It's failed :) However I
    > passed
    >     > step 3
    >     >     > in
    >     >     >     >     > > instruction. Step
    >     >     >     >     > >     > > 4 is
    >     >     >     >     > >     > >     >> failing
    >     >     >     >     > >     > >     >>     [1] - if someone know what
    > could it
    >     > be -
    >     >     > I will
    >     >     >     > wait
    >     >     >     >     > > with
    >     >     >     >     > >     > > reverting
    >     >     >     >     > >     > >     >> changes.
    >     >     >     >     > >     > >     >>
    >     >     >     >     > >     > >     >>     Lines in stacktrace are
    > pointing in
    >     > ant
    >     >     > script
    >     >     >     > to
    >     >     >     >     > > following
    >     >     >     >     > >     > > targets:
    >     >     >     >     > >     > >     >>
    >     >     >     >     > >     > >     >>     Line 556:
    > git-commit-and-push-utils
    >     >     >     >     > >     > >     >>     Line 487:
    >     >     > git-commit-and-push-utils-if-modified
    >     >     >     >     > >     > >     >>     Line 473:
    >     >     >     >     > >     > >     >>
    >     >     >     >     > >     > >     >>     <exec executable="${git}"
    >     >     > dir="${compiler}"
    >     >     >     >     > >     > failonerror="true" >
    >     >     >     >     > >     > >     >>                 <arg
    > value="commit" />
    >     >     >     >     > >     > >     >>                 <arg value="-m" />
    >     >     >     >     > >     > >     >>                 <arg value="remove
    >     > SNAPSHOT
    >     >     > from
    >     >     >     >     > >     > > compiler-jburg-types and
    >     >     >     >     > >     > >     >>     compiler-build-tools
    > versions" />
    >     >     >     >     > >     > >     >>             </exec>
    >     >     >     >     > >     > >     >>
    >     >     >     >     > >     > >     >>     [1]
    >     >     >     >     > >     > >     >>
    >     >     >     >     > >     > >
    >     >     >     >     > >     >
    >     >     >     >     > >
    >     >     >     >     >
    >     >     >     >
    >     >     >
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2Fbg5e&amp;data=02%7C01%7Caharui%40adobe.com%7C07dbe5901e2d4ce7029e08d63061b209%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749593496378092&amp;sdata=wPbQdj%2BP5duPo9YQNx4VJzOJilNCpoMvjbkAc54Qj7Y%3D&amp;reserved=0
    >     >     >     >     > >     > >     >>
    >     >     >     >     > >     > >     >>     Thanks,
    >     >     >     >     > >     > >     >>     Piotr
    >     >     >     >     > >     > >     >>
    >     >     >     >     > >     > >     >>
    >     >     >     >     > >     > >     >>     śr., 10 paź 2018 o 11:34
    > Carlos
    >     > Rovira <
    >     >     >     >     > >     > carlosrovira@apache.org
    >     >     >     >     > >     > > >
    >     >     >     >     > >     > >     >> napisał(a):
    >     >     >     >     > >     > >     >>
    >     >     >     >     > >     > >     >>     > Ok Piotr, good luck! :)
    >     >     >     >     > >     > >     >>     >
    >     >     >     >     > >     > >     >>     > El mié., 10 oct. 2018 a las
    >     > 10:34, Piotr
    >     >     >     > Zarzycki (<
    >     >     >     >     > >     > >     >>     > piotrzarzycki21@gmail.com>)
    >     > escribió:
    >     >     >     >     > >     > >     >>     >
    >     >     >     >     > >     > >     >>     > > Hi Guys,
    >     >     >     >     > >     > >     >>     > >
    >     >     >     >     > >     > >     >>     > > I will try right now
    > process
    >     > from my
    >     >     > PC. We
    >     >     >     > will
    >     >     >     >     > > see how
    >     >     >     >     > >     > > far I
    >     >     >     >     > >     > >     >> will go
    >     >     >     >     > >     > >     >>     > with
    >     >     >     >     > >     > >     >>     > > that.
    >     >     >     >     > >     > >     >>     > >
    >     >     >     >     > >     > >     >>     > > Piotr
    >     >     >     >     > >     > >     >>     > >
    >     >     >     >     > >     > >     >>     > > czw., 4 paź 2018 o 22:01
    > Alex
    >     > Harui
    >     >     >     >     > >     > > <ah...@adobe.com.invalid>
    >     >     >     >     > >     > >     >>     > napisał(a):
    >     >     >     >     > >     > >     >>     > >
    >     >     >     >     > >     > >     >>     > > > Hi Om,
    >     >     >     >     > >     > >     >>     > > >
    >     >     >     >     > >     > >     >>     > > > If make_branches
    > succeeds,
    >     > then you
    >     >     >     > shouldn't
    >     >     >     >     > > need to go
    >     >     >     >     > >     > > back
    >     >     >     >     > >     > >     >> and
    >     >     >     >     > >     > >     >>     > delete
    >     >     >     >     > >     > >     >>     > > > branches and tags and
    > run
    >     >     > make_branches
    >     >     >     > again if
    >     >     >     >     > > the
    >     >     >     >     > >     > > "maven"
    >     >     >     >     > >     > >     >> step
    >     >     >     >     > >     > >     >>     > fails.
    >     >     >     >     > >     > >     >>     > > >
    >     >     >     >     > >     > >     >>     > > > You might need to
    > revert any
    >     >     > changes to
    >     >     >     > the
    >     >     >     >     > > release
    >     >     >     >     > >     > > branch that
    >     >     >     >     > >     > >     >> the
    >     >     >     >     > >     > >     >>     > > > "maven" step did, but
    > then you
    >     >     > should be
    >     >     >     > able to
    >     >     >     >     > > delete
    >     >     >     >     > >     > > the
    >     >     >     >     > >     > >     >> local copy
    >     >     >     >     > >     > >     >>     > of
    >     >     >     >     > >     > >     >>     > > > the branches and start
    > again
    >     > with
    >     >     > "maven"
    >     >     >     > or
    >     >     >     >     > >     > >     >>     > > >
    >     > "maven_skip_compiler_and_typedefs"
    >     >     > if you
    >     >     >     > got
    >     >     >     >     > all
    >     >     >     >     > > the
    >     >     >     >     > >     > way
    >     >     >     >     > >     > > up to
    >     >     >     >     > >     > >     >>     > > royale-asjs.
    >     >     >     >     > >     > >     >>     > > >
    >     >     >     >     > >     > >     >>     > > > What are some of the
    > 200+
    >     > files that
    >     >     >     > don't get
    >     >     >     >     > > reverted
    >     >     >     >     > >     > > back to
    >     >     >     >     > >     > >     >> 0.9.4?
    >     >     >     >     > >     > >     >>     > > >
    >     >     >     >     > >     > >     >>     > > > You are welcome to try
    > to add
    >     > the
    >     >     >     > "continue"
    >     >     >     >     > > option.  I
    >     >     >     >     > >     > > would
    >     >     >     >     > >     > >     >> suggest
    >     >     >     >     > >     > >     >>     > > > adding a dummy
    > parameter.  So
    >     > if the
    >     >     >     > script
    >     >     >     >     > > currently
    >     >     >     >     > >     > > calls
    >     >     >     >     > >     > >     >> Maven like
    >     >     >     >     > >     > >     >>     > > this:
    >     >     >     >     > >     > >     >>     > > >
    >     >     >     >     > >     > >     >>     > > >         <exec
    >     > executable="${mvn}"
    >     >     >     >     > >     > >     >>
    > dir="${basedir}/maven-release-plugin"
    >     >     >     >     > >     > >     >>     > > > failonerror="true" >
    >     >     >     >     > >     > >     >>     > > >             <arg
    >     > value="clean" />
    >     >     >     >     > >     > >     >>     > > >             <arg
    >     > value="install" />
    >     >     >     >     > >     > >     >>     > > >         </exec>
    >     >     >     >     > >     > >     >>     > > >
    >     >     >     >     > >     > >     >>     > > > You can try changing it
    > to
    >     >     > something like
    >     >     >     > this:
    >     >     >     >     > >     > >     >>     > > >
    >     >     >     >     > >     > >     >>     > > >         <property
    >     >     > name="continueOption"
    >     >     >     >     > >     > value="-Ddummy=0"
    >     >     >     >     > >     > > />
    >     >     >     >     > >     > >     >>     > > >         <exec
    >     > executable="${mvn}"
    >     >     >     >     > >     > >     >>
    > dir="${basedir}/maven-release-plugin"
    >     >     >     >     > >     > >     >>     > > > failonerror="true" >
    >     >     >     >     > >     > >     >>     > > >             <arg
    >     >     >     > value="${continueOption}" />
    >     >     >     >     > >     > >     >>     > > >             <arg
    >     > value="clean" />
    >     >     >     >     > >     > >     >>     > > >             <arg
    >     > value="install" />
    >     >     >     >     > >     > >     >>     > > >         </exec>
    >     >     >     >     > >     > >     >>     > > >
    >     >     >     >     > >     > >     >>     > > > Then you should be able
    > to
    >     > set in
    >     >     > your
    >     >     >     >     > > local.properties:
    >     >     >     >     > >     > >     >>     > > >
    >     >     >     >     > >     > >     >>     > > > continueOption=-rf
    >     > JewelExample
    >     >     >     >     > >     > >     >>     > > >
    >     >     >     >     > >     > >     >>     > > > You will probably need
    > to use
    >     >     > different
    >     >     >     > names
    >     >     >     >     > for
    >     >     >     >     > > each
    >     >     >     >     > >     > > call to
    >     >     >     >     > >     > >     >> Maven so
    >     >     >     >     > >     > >     >>     > > > subsequent Maven calls
    > don't
    >     > pick
    >     >     > up the
    >     >     >     > same
    >     >     >     >     > > option.
    >     >     >     >     > >     > >     >>     > > >
    >     >     >     >     > >     > >     >>     > > > HTH,
    >     >     >     >     > >     > >     >>     > > > -Alex
    >     >     >     >     > >     > >     >>     > > >
    >     >     >     >     > >     > >     >>     > > > On 10/4/18, 11:58 AM,
    >     > "OmPrakash
    >     >     >     > Muppirala" <
    >     >     >     >     > >     > >     >> bigosmallm@gmail.com>
    >     >     >     >     > >     > >     >>     > > wrote:
    >     >     >     >     > >     > >     >>     > > >
    >     >     >     >     > >     > >     >>     > > >     On Thu, Oct 4, 2018
    > at
    >     > 1:48 AM
    >     >     > Alex
    >     >     >     > Harui
    >     >     >     >     > >     > >     >> <aharui@adobe.com.invalid
    >     >     >     >     > >     > >     >>     > >
    >     >     >     >     > >     > >     >>     > > > wrote:
    >     >     >     >     > >     > >     >>     > > >
    >     >     >     >     > >     > >     >>     > > >     > Om, it looks like
    > you
    >     > are
    >     >     > still
    >     >     >     > deleting
    >     >     >     >     > and
    >     >     >     >     > >     > > recreating
    >     >     >     >     > >     > >     >> the
    >     >     >     >     > >     > >     >>     > > branches.
    >     >     >     >     > >     > >     >>     > > >     > Does this mean
    > you have
    >     > never
    >     >     >     > completed
    >     >     >     >     > the
    >     >     >     >     > >     > > make_branches
    >     >     >     >     > >     > >     >> step?
    >     >     >     >     > >     > >     >>     > > >
    >     >     >     >     > >     > >     >>     > > >
    >     >     >     >     > >     > >     >>     > > >     Yes, I delete the
    > tags,
    >     > branches
    >     >     >     > (remote)
    >     >     >     >     > > each time
    >     >     >     >     > >     > >     >> something
    >     >     >     >     > >     > >     >>     > fails.
    >     >     >     >     > >     > >     >>     > > > Then
    >     >     >     >     > >     > >     >>     > > >     I do a global
    > search for
    >     > 0.9.5
    >     >     > and
    >     >     >     > replace
    >     >     >     >     > it
    >     >     >     >     > > with
    >     >     >     >     > >     > > 0.9.4
    >     >     >     >     > >     > >     >> (some 200+
    >     >     >     >     > >     > >     >>     > > > files
    >     >     >     >     > >     > >     >>     > > >     across 3 repos),
    > then
    >     > push them
    >     >     > into
    >     >     >     >     > > remote/develop.
    >     >     >     >     > >     > >     >>     > > >
    >     >     >     >     > >     > >     >>     > > >     Then I do the
    >     > make_branches step
    >     >     >     > first.
    >     >     >     >     > Then
    >     >     >     >     > > do a
    >     >     >     >
    
    
    
    -- 
    
    Piotr Zarzycki
    
    Patreon: *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C07dbe5901e2d4ce7029e08d63061b209%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749593496378092&amp;sdata=WHmazX17QX3PX5qUlbszJbfPBdLwgM3ZzG%2B%2F%2F2TPwlE%3D&amp;reserved=0
    <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C07dbe5901e2d4ce7029e08d63061b209%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749593496378092&amp;sdata=WHmazX17QX3PX5qUlbszJbfPBdLwgM3ZzG%2B%2F%2F2TPwlE%3D&amp;reserved=0>*
    


Re: [Discuss] Start release process 0.9.3

Posted by Piotr Zarzycki <pi...@gmail.com>.
I would like to ask also someone for delete
tag org.apache.royale.compiler-0.9.4-rc1 - I'm not sure what has happened
but after updating git I cannot do that. I can commit stuff, but doing
delete tag I'm getting

remote: Permission to apache/royale-compiler.git denied to piotrzarzycki21.
fatal: unable to access 'https://github.com/apache/royale-compiler.git/':
The requested URL returned error: 403

If someone do this for me I can try release process again.

Thanks,
Piotr

pt., 12 paź 2018 o 18:20 Alex Harui <ah...@adobe.com.invalid> napisał(a):

> I was too focused on the credentials and didn't notice that your settings
> didn't have HTTPS.
>
>         <server>
>             <id>apache.releases.https</id>
>             <username>aharui</username>
>             <password>...</password>
>         </server>
>         <server>
>             <id>apache.snapshots.https</id>
>             <username>aharui</username>
>             <password>...</password>
>         </server>
>
> HTH,
> -Alex
>
> On 10/12/18, 9:13 AM, "Piotr Zarzycki" <pi...@gmail.com> wrote:
>
>     I logged in without the problem. Om was on the stage where he was able
> to
>     upload something. I hope he will respond. Maybe he had some special
>     settings in file.
>
>     Piotr
>
>     pt., 12 paź 2018 o 17:55 Alex Harui <ah...@adobe.com.invalid>
> napisał(a):
>
>     > Hi Piotr,
>     >
>     > Yes, I have the same settings (username aharui, password is my apache
>     > password).  Try logging into repository.apache.org from your
> browser.  I
>     > don't know for sure that repository.a.o uses LDAP, it might be I
> just used
>     > the same username and password to be lazy).
>     >
>     > I will also say that Infra recently changed some setting on
> repository.a.o
>     > and I have not tried deploying since so maybe there is some
> authorization
>     > step we need to do.
>     >
>     > HTH,
>     > -Alex
>     >
>     > On 10/12/18, 1:40 AM, "Piotr Zarzycki" <pi...@gmail.com>
> wrote:
>     >
>     >     Alex, Om,
>     >
>     >     I'm a bit farther. I had a lot of problems on my sight with gpg,
> but I
>     > was
>     >     able to configure it properly in GitBash. I reached point with
>     > artifacts
>     >     upload. It's failed cause it looks like my password was
> incorrect. I
>     > would
>     >     like to make sure that I'm having similar configuration as you.
>     >
>     >     I have login and password Maven in
> c:\Users\piotr\.m2\settings.xml
>     > under
>     >
>     >     <servers>
>     >       <server>
>     >     <id>apache-release</id>
>     >     <username>piotrz</username>
>     >     <password>mypass</password>
>     >       </server>
>     >       <server>
>     >     <id>apache-snapshots</id>
>     >     <username>piotrz</username>
>     >     <password>mypass</password>
>     >       </server>
>     >     </servers>
>     >
>     >     I'm getting following results right now [1] ->
>     > compiler-build-tools-1.0.0.
>     >     jar. Return code is: 401, ReasonPhrase: Unauthorized.
>     >     It looks like I'm having problem with authorization to maven
> central.
>     >
>     >     The question is also - Do you use apache login and password ?
>     >
>     >     [1]
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2F5OOR&amp;data=02%7C01%7Caharui%40adobe.com%7C286f0f0c521a4b56968e08d6305db32b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749576336826014&amp;sdata=nbZHb6tVDckGENUV84%2BGd%2F56LqHBfSZoDNf6e7yk84o%3D&amp;reserved=0
>     >
>     >     Thanks,
>     >     Piotr
>     >
>     >     pt., 12 paź 2018 o 07:39 Alex Harui <ah...@adobe.com.invalid>
>     > napisał(a):
>     >
>     >     > Hi Piotr,
>     >     >
>     >     > Well, it depends.  In looking at the repos, I do not see the
> 0.9.4
>     > tag,
>     >     > which is strange since Carlos's Git GUI client is updating it.
>     >     >
>     >     > IMO, for sure, you should update releasecandidate.xml per my
> earlier
>     >     > email, delete the repos out of the folder you are using and
> see how
>     > far you
>     >     > get.  Maybe there is a bad tag I can't see that Maven will see
> and
>     > fail.
>     >     > Not sure what to do in that case, maybe we'll have to give up
> on
>     > 0.9.4 as a
>     >     > version and try to upgrade the version to 0.9.5.  Or maybe the
> tag
>     > never
>     >     > got pushed and deleting the repos locally will resolve the
> issue.
>     >     >
>     >     > Good luck,
>     >     > -Alex
>     >     >
>     >     > On 10/11/18, 10:24 PM, "Piotr Zarzycki" <
> piotrzarzycki21@gmail.com>
>     >     > wrote:
>     >     >
>     >     >     Alex,
>     >     >
>     >     >     In the other words If I have time today I can continue
> with the
>     >     > process? We
>     >     >     end up with situation where I need to remove tag and try
> again
>     > as I
>     >     >     remember?
>     >     >
>     >     >     Thanks,
>     >     >     Piotr
>     >     >
>     >     >     On Fri, Oct 12, 2018, 7:12 AM Alex Harui
>     > <ah...@adobe.com.invalid>
>     >     > wrote:
>     >     >
>     >     >     > Hi Piotr,
>     >     >     >
>     >     >     > I agree with your sentiments.  However, I think one
> problem is
>     > that
>     >     > the
>     >     >     > revert emails are misleading.  Unlike other commits, the
>     > subject of a
>     >     >     > revert does not show what branch was changed, so I think
>     > Carlos was
>     >     >     > reverting things in a branch.
>     >     >     >
>     >     >     > That said, it is still very troublesome that his Git
> tools are
>     >     > changing
>     >     >     > the tags.  IMO, Carlos will have to stop using that tool.
>     >     >     >
>     >     >     > -Alex
>     >     >     >
>     >     >     > On 10/11/18, 9:57 PM, "Piotr Zarzycki" <
>     > piotrzarzycki21@gmail.com>
>     >     > wrote:
>     >     >     >
>     >     >     >     Carlos,
>     >     >     >
>     >     >     >     You are expecting from people who are volunteers to
> do some
>     >     > things in
>     >     >     > one
>     >     >     >     day? It's impossible to do that. I'm not working on
> that
>     > full
>     >     > time. I
>     >     >     > did
>     >     >     >     first finally successful step for the release.
> Everything
>     > was
>     >     > reported
>     >     >     > on
>     >     >     >     this list. I had problems and didn't have time to
> resolve
>     > it.
>     >     > Alex
>     >     >     > provide
>     >     >     >     solution - next RM should pickup it and continue
> release.
>     > It can
>     >     > take
>     >     >     > days.
>     >     >     >     If you have problems you should create branch from
> the last
>     >     > stable
>     >     >     > commit.
>     >     >     >     Is it problem for you ?
>     >     >     >
>     >     >     >     How can we now get back to the previous state now?
>     >     >     >
>     >     >     >     Piotr
>     >     >     >
>     >     >     >     pt., 12 paź 2018 o 02:09 Carlos Rovira <
>     > carlosrovira@apache.org>
>     >     >     > napisał(a):
>     >     >     >
>     >     >     >     > Hi Alex,
>     >     >     >     > if you check in actual develop for
> "0.9.5-SNAPSHOT" and
>     >     >     > "0.9.4-SNAPSHOT"
>     >     >     >     > you'll see maven build compiler and typedefs
>     > 0.9.5-SNAPSHOT,
>     >     > but
>     >     >     > when build
>     >     >     >     > framework, it downloads compiler and typedefs
>     > 0.9.4-SNAPSHOT
>     >     > since
>     >     >     > the
>     >     >     >     > versions in framework are not updated. This is the
>     > reason you
>     >     > don't
>     >     >     > see any
>     >     >     >     > fail when building with maven. If you update all
> to use
>     > the
>     >     > same
>     >     >     > number it
>     >     >     >     > will fail. I recommend you as well to remove royale
>     > folder in
>     >     > your
>     >     >     > local
>     >     >     >     > .m2 to see how maven generates compiler and
> typedefs and
>     > then
>     >     >     > download
>     >     >     >     > other version.
>     >     >     >     >
>     >     >     >     > Maybe the rest of people didn't see this because
> they
>     > use ANT
>     >     > and
>     >     >     > that
>     >     >     >     > build system is not affected by the release
> process. But
>     > I
>     >     > think we
>     >     >     > can't
>     >     >     >     > left the failed release process without revert it
> for
>     > days,
>     >     > since we
>     >     >     > are
>     >     >     >     > all seeing different things.
>     >     >     >     >
>     >     >     >     > For example, I was able to run your MX RO example
> with
>     > ANT,
>     >     > but I
>     >     >     > can make
>     >     >     >     > it work with Maven, what means to me that I still
> can't
>     > use it
>     >     > since
>     >     >     > my
>     >     >     >     > entire project is in maven.
>     >     >     >     >
>     >     >     >     > I'm trying to fix this for several hours now and
> still
>     >     > couldn't test
>     >     >     > mx RO
>     >     >     >     > nor working on my project...
>     >     >     >     >
>     >     >     >     > I'm closing for today with all messed up. Tomorrow
> will
>     > try
>     >     > again,
>     >     >     > or will
>     >     >     >     > need to block me in a branch to be able to continue
>     > working.
>     >     >     >     >
>     >     >     >     > Thanks
>     >     >     >     >
>     >     >     >     > Carlos
>     >     >     >     >
>     >     >     >     >
>     >     >     >     >
>     >     >     >     >
>     >     >     >     >
>     >     >     >     > El vie., 12 oct. 2018 a las 1:53, Alex Harui
>     >     >     > (<ah...@adobe.com.invalid>)
>     >     >     >     > escribió:
>     >     >     >     >
>     >     >     >     > > The 0.9.4 release branch has been cut.  I have
> not
>     > seen any
>     >     >     > problems
>     >     >     >     > > reported against it, so I don't know of any
> reason to
>     > delete
>     >     > it.
>     >     >     > Thus,
>     >     >     >     > the
>     >     >     >     > > develop branch should be at 0.9.5-SNAPSHOT.
>     >     >     >     > >
>     >     >     >     > > I noticed you messed around with the versions so
> I
>     > have no
>     >     > idea
>     >     >     > what
>     >     >     >     > state
>     >     >     >     > > we are in, plus I continue to see that tags are
> being
>     >     > updated.
>     >     >     > You will
>     >     >     >     > > probably have to stop using your Git GUI.  We
> cannot
>     > have
>     >     > tags be
>     >     >     >     > modified.
>     >     >     >     > >
>     >     >     >     > > -Alex
>     >     >     >     > >
>     >     >     >     > > On 10/11/18, 3:14 PM, "Carlos Rovira" <
>     >     > carlosrovira@apache.org>
>     >     >     > wrote:
>     >     >     >     > >
>     >     >     >     > >     Hi,
>     >     >     >     > >
>     >     >     >     > >     I'm a bit confused with the actual state of
> the
>     > repo. We
>     >     >     > should stay
>     >     >     >     > in
>     >     >     >     > >     0.9.4-SNAPSHOT? or 0.9.5-SNAPSHOT?
>     >     >     >     > >     I'm building with the latest since 1-2 days
> but
>     > removed
>     >     > all
>     >     >     > royale
>     >     >     >     > > folder
>     >     >     >     > >     with all maven artifacts and rebuild from
> scratch,
>     > makes
>     >     > me
>     >     >     > have
>     >     >     >     > mixed
>     >     >     >     > >     versions, since some artifacts are
> downloading
>     > 0.9.4
>     >     > instead
>     >     >     > of use
>     >     >     >     > > 0.9.5
>     >     >     >     > >
>     >     >     >     > >     Piotr, seems nobody  take the request to
> continue
>     > with
>     >     > the
>     >     >     > release
>     >     >     >     > for
>     >     >     >     > > now,
>     >     >     >     > >     so I propose to stabilize the repo.
>     >     >     >     > >
>     >     >     >     > >     Thoughts?
>     >     >     >     > >
>     >     >     >     > >     Carlos
>     >     >     >     > >
>     >     >     >     > >
>     >     >     >     > >
>     >     >     >     > >
>     >     >     >     > >
>     >     >     >     > >     El jue., 11 oct. 2018 a las 20:33, Piotr
> Zarzycki
>     > (<
>     >     >     >     > >     piotrzarzycki21@gmail.com>) escribió:
>     >     >     >     > >
>     >     >     >     > >     > Hi Alex,
>     >     >     >     > >     >
>     >     >     >     > >     > Unfortunately in the next couple of days I
> won't
>     > have
>     >     > time
>     >     >     > for
>     >     >     >     > that.
>     >     >     >     > > If
>     >     >     >     > >     > someone can do that feel free jump into it.
>     >     >     >     > >     >
>     >     >     >     > >     > Piotr
>     >     >     >     > >     >
>     >     >     >     > >     > On Thu, Oct 11, 2018, 6:43 PM Alex Harui
>     >     >     > <aharui@adobe.com.invalid
>     >     >     >     > >
>     >     >     >     > > wrote:
>     >     >     >     > >     >
>     >     >     >     > >     > > After digging through the output you
> pasted, it
>     >     > appears
>     >     >     > that the
>     >     >     >     > >     > > "check-empty-folder" target isn't quite
> right
>     > and
>     >     > didn't
>     >     >     > catch
>     >     >     >     > > that you
>     >     >     >     > >     > > didn't run "maven" against an empty
> folder.
>     >     > Although I am
>     >     >     > a bit
>     >     >     >     > > puzzled
>     >     >     >     > >     > > why there were modified files in the
> working
>     > copy.
>     >     >     >     > >     > >
>     >     >     >     > >     > > Maven and the scripts have some
> expectation
>     > that you
>     >     > are
>     >     >     > starting
>     >     >     >     > > from
>     >     >     >     > >     > the
>     >     >     >     > >     > > beginning, so if Maven got far enough to
>     > create a
>     >     > tag and
>     >     >     > you
>     >     >     >     > have
>     >     >     >     > > to
>     >     >     >     > >     > start
>     >     >     >     > >     > > over, you have to remove the tag.  These
>     > scripts are
>     >     > still
>     >     >     > under
>     >     >     >     > >     > > development so you should not expect
> that every
>     >     > situation
>     >     >     > has
>     >     >     >     > been
>     >     >     >     > >     > > accounted for.
>     >     >     >     > >     > >
>     >     >     >     > >     > > So, go delete the tag.  Instructions for
> doing
>     > so
>     >     > are in
>     >     >     > the
>     >     >     >     > > wiki.  Maybe
>     >     >     >     > >     > > figure out why those files were
> modified, but
>     > maybe
>     >     >     > because your
>     >     >     >     > > earlier
>     >     >     >     > >     > > run didn't have the right gpg password.
>     >     >     >     > >     > >
>     >     >     >     > >     > > Try changing the check-empty-folder to
> also
>     > test for:
>     >     >     >     > >     > >
>     >     >     >     > >     > >         <available
>     >     >     > file="${basedir}/royale-asjs/build.properties"
>     >     >     >     > >     > >             type="file"
>     >     >     >     > >     > >
>  property="found.build.properties"
>     >     > value="true"
>     >     >     > />
>     >     >     >     > >     > >
>     >     >     >     > >     > > Then it should catch you on the steps
> where
>     > you are
>     >     >     > supposed to
>     >     >     >     > > start by
>     >     >     >     > >     > > pulling down the repos again.
>     >     >     >     > >     > >
>     >     >     >     > >     > > If you don't have time for any of that,
> let us
>     > know
>     >     > here
>     >     >     > so the
>     >     >     >     > > next RM
>     >     >     >     > >     > > can know where to start.
>     >     >     >     > >     > >
>     >     >     >     > >     > > -Alex
>     >     >     >     > >     > >
>     >     >     >     > >     > > On 10/11/18, 2:05 AM, "Piotr Zarzycki" <
>     >     >     >     > piotrzarzycki21@gmail.com>
>     >     >     >     > >     > wrote:
>     >     >     >     > >     > >
>     >     >     >     > >     > >     I gave up again :) It costs me to
> much
>     > time. I
>     >     > thought
>     >     >     > since
>     >     >     >     > > Om did
>     >     >     >     > >     > so
>     >     >     >     > >     > > much
>     >     >     >     > >     > >     progress I will launch the script
> and will
>     > work.
>     >     > It's
>     >     >     > still
>     >     >     >     > > failing.
>     >     >     >     > >     > >
>     >     >     >     > >     > >
>     >     >     >     > >     > >
>     >     >     >     > >     >
>     >     >     >     > >
>     >     >     >     >
>     >     >     >
>     >     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FWJ44&amp;data=02%7C01%7Caharui%40adobe.com%7C286f0f0c521a4b56968e08d6305db32b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749576336836019&amp;sdata=FkMpF3jJX%2B0xrf5QxjF%2FIREZbjotk%2FpeglEB0d6qhF8%3D&amp;reserved=0
>     >     >     >     > >     > >
>     >     >     >     > >     > >     I run first time and had problem
> with gpg
>     >     > password -
>     >     >     > just
>     >     >     >     > > forgot it,
>     >     >     >     > >     > > but
>     >     >     >     > >     > >     run it again and type correct
> password.
>     > Probably
>     >     > first
>     >     >     > time
>     >     >     >     > > this tag
>     >     >     >     > >     > > was
>     >     >     >     > >     > >     created and now script failing cause
> tag
>     > exits.
>     >     > Never
>     >     >     > ending
>     >     >     >     > > story.
>     >     >     >     > >     > >
>     >     >     >     > >     > >     I'm in that step - If someone would
> like
>     > to try
>     >     > it out
>     >     >     > let me
>     >     >     >     > > know
>     >     >     >     > >     > and
>     >     >     >     > >     > > I
>     >     >     >     > >     > >     won't revert anything for now:
>     >     >     >     > >     > >
>     >     >     >     > >     > >     ant -f releasecandidate.xml
>     >     > -Drelease.version="0.9.4"
>     >     >     >     > >     > > -Dbrowser="c:\Program
>     >     >     >     > >     > >     Files\Mozilla Firefox\firefox.exe"
> -Drc=1
>     > maven
>     >     >     >     > >     > >
>     >     >     >     > >     > >     Thanks,
>     >     >     >     > >     > >     Piotr
>     >     >     >     > >     > >
>     >     >     >     > >     > >
>     >     >     >     > >     > >     czw., 11 paź 2018 o 10:13 Piotr
> Zarzycki <
>     >     >     >     > > piotrzarzycki21@gmail.com>
>     >     >     >     > >     > >     napisał(a):
>     >     >     >     > >     > >
>     >     >     >     > >     > >     > Hi Alex,
>     >     >     >     > >     > >     >
>     >     >     >     > >     > >     > This is what I'm getting for git
> status
>     > for
>     >     >     > royale-compiler
>     >     >     >     > > [1]
>     >     >     >     > >     > >     >
>     >     >     >     > >     > >     > [1]
>     >     >     >     > >     > >
>     >     >     >     > >     >
>     >     >     >     > >
>     >     >     >     >
>     >     >     >
>     >     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FYuiH&amp;data=02%7C01%7Caharui%40adobe.com%7C286f0f0c521a4b56968e08d6305db32b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749576336836019&amp;sdata=Cne1sBZ3FIwlNsfYuBlX7u%2BLAGGyQ5UZIgrFtolFeIo%3D&amp;reserved=0
>     >     >     >     > >     > >     >
>     >     >     >     > >     > >     > Thanks,
>     >     >     >     > >     > >     > Piotr
>     >     >     >     > >     > >     >
>     >     >     >     > >     > >     > śr., 10 paź 2018 o 17:50 Alex Harui
>     >     >     >     > <aharui@adobe.com.invalid
>     >     >     >     > > >
>     >     >     >     > >     > > napisał(a):
>     >     >     >     > >     > >     >
>     >     >     >     > >     > >     >> What does 'git status' return for
> that
>     > local
>     >     > copy
>     >     >     > of the
>     >     >     >     > >     > > royale-compiler
>     >     >     >     > >     > >     >> repo?
>     >     >     >     > >     > >     >>
>     >     >     >     > >     > >     >> That part of the script is trying
> to
>     > see if
>     >     >     >     > > compiler-jburg-types
>     >     >     >     > >     > and
>     >     >     >     > >     > >     >> compiler-build-tools needed a
> version
>     > update
>     >     > that
>     >     >     > needs to
>     >     >     >     > > be
>     >     >     >     > >     > > pushed.
>     >     >     >     > >     > >     >> Those two projects should be at
> 1.0.0
>     > since we
>     >     >     > rarely, if
>     >     >     >     > > ever,
>     >     >     >     > >     > > will need
>     >     >     >     > >     > >     >> to modify it.  There shouldn't
> have been
>     >     >     > modifications in
>     >     >     >     > > this
>     >     >     >     > >     > > release, yet
>     >     >     >     > >     > >     >> Git status is reporting
> modifications
>     > to some
>     >     >     > file.  A
>     >     >     >     > test
>     >     >     >     > > is
>     >     >     >     > >     > done
>     >     >     >     > >     > > to
>     >     >     >     > >     > >     >> check for the word "modified:" in
> the
>     > 'git
>     >     > status'
>     >     >     > output,
>     >     >     >     > > then
>     >     >     >     > >     > that
>     >     >     >     > >     > >     >> attempt to push is executed.
> Somehow,
>     > the git
>     >     >     > status is
>     >     >     >     > > implying
>     >     >     >     > >     > >     >> modifications but the files we are
>     > trying to
>     >     > push
>     >     >     > are not
>     >     >     >     > >     > modified.
>     >     >     >     > >     > >     >>
>     >     >     >     > >     > >     >> The solutions should not require
>     > reverting of
>     >     > the
>     >     >     > release
>     >     >     >     > > branch.
>     >     >     >     > >     > > It
>     >     >     >     > >     > >     >> looks like you have successfully
>     > created a
>     >     > correct
>     >     >     > set of
>     >     >     >     > > branches
>     >     >     >     > >     > > and the
>     >     >     >     > >     > >     >> steps you are running start by
> pulling
>     > down
>     >     > the
>     >     >     > release
>     >     >     >     > > branch.  I
>     >     >     >     > >     > > didn't
>     >     >     >     > >     > >     >> see any commits to the release
> branch
>     > from the
>     >     >     > scripts, so
>     >     >     >     > > to
>     >     >     >     > >     > > re-start, it
>     >     >     >     > >     > >     >> should just be manually deleting
> the
>     > local
>     >     > copies
>     >     >     > of the
>     >     >     >     > > repos and
>     >     >     >     > >     > > running
>     >     >     >     > >     > >     >> the Ant command again after
> making one
>     > of the
>     >     >     > changes to
>     >     >     >     > >     > >     >> releasecandidate.xml I will
> describe
>     > below:
>     >     >     >     > >     > >     >>
>     >     >     >     > >     > >     >> IMO, the choices are (and there
> may be
>     > more
>     >     > choices)
>     >     >     >     > >     > >     >> 1.  Figure out how to be smarter
> about
>     > what
>     >     > 'git
>     >     >     > status'
>     >     >     >     > > output
>     >     >     >     > >     > > will say
>     >     >     >     > >     > >     >> so the test works correctly
>     >     >     >     > >     > >     >> 2. Set failonerror="false" on the
> push
>     > step
>     >     > and not
>     >     >     > care
>     >     >     >     > if
>     >     >     >     > > that
>     >     >     >     > >     > > push
>     >     >     >     > >     > >     >> succeeds.  This is slightly risky
> if we
>     > ever
>     >     > do
>     >     >     > want to
>     >     >     >     > push
>     >     >     >     > >     > > changes, but
>     >     >     >     > >     > >     >> again, that is low probability,
> IMO.
>     >     >     >     > >     > >     >> 3. Comment out those steps since
> it
>     > will be
>     >     > rare we
>     >     >     > will
>     >     >     >     > > need
>     >     >     >     > >     > > them.  If
>     >     >     >     > >     > >     >> we do need them some day, the RM
> will
>     > have to
>     >     >     > remember to
>     >     >     >     > >     > uncomment
>     >     >     >     > >     > > those
>     >     >     >     > >     > >     >> steps.
>     >     >     >     > >     > >     >>
>     >     >     >     > >     > >     >> HTH,
>     >     >     >     > >     > >     >> -Alex
>     >     >     >     > >     > >     >>
>     >     >     >     > >     > >     >> On 10/10/18, 2:52 AM, "Piotr
> Zarzycki" <
>     >     >     >     > > piotrzarzycki21@gmail.com
>     >     >     >     > >     > >
>     >     >     >     > >     > >     >> wrote:
>     >     >     >     > >     > >     >>
>     >     >     >     > >     > >     >>     Ok It's failed :) However I
> passed
>     > step 3
>     >     > in
>     >     >     >     > > instruction. Step
>     >     >     >     > >     > > 4 is
>     >     >     >     > >     > >     >> failing
>     >     >     >     > >     > >     >>     [1] - if someone know what
> could it
>     > be -
>     >     > I will
>     >     >     > wait
>     >     >     >     > > with
>     >     >     >     > >     > > reverting
>     >     >     >     > >     > >     >> changes.
>     >     >     >     > >     > >     >>
>     >     >     >     > >     > >     >>     Lines in stacktrace are
> pointing in
>     > ant
>     >     > script
>     >     >     > to
>     >     >     >     > > following
>     >     >     >     > >     > > targets:
>     >     >     >     > >     > >     >>
>     >     >     >     > >     > >     >>     Line 556:
> git-commit-and-push-utils
>     >     >     >     > >     > >     >>     Line 487:
>     >     > git-commit-and-push-utils-if-modified
>     >     >     >     > >     > >     >>     Line 473:
>     >     >     >     > >     > >     >>
>     >     >     >     > >     > >     >>     <exec executable="${git}"
>     >     > dir="${compiler}"
>     >     >     >     > >     > failonerror="true" >
>     >     >     >     > >     > >     >>                 <arg
> value="commit" />
>     >     >     >     > >     > >     >>                 <arg value="-m" />
>     >     >     >     > >     > >     >>                 <arg value="remove
>     > SNAPSHOT
>     >     > from
>     >     >     >     > >     > > compiler-jburg-types and
>     >     >     >     > >     > >     >>     compiler-build-tools
> versions" />
>     >     >     >     > >     > >     >>             </exec>
>     >     >     >     > >     > >     >>
>     >     >     >     > >     > >     >>     [1]
>     >     >     >     > >     > >     >>
>     >     >     >     > >     > >
>     >     >     >     > >     >
>     >     >     >     > >
>     >     >     >     >
>     >     >     >
>     >     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2Fbg5e&amp;data=02%7C01%7Caharui%40adobe.com%7C286f0f0c521a4b56968e08d6305db32b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749576336836019&amp;sdata=AX%2FrgDVZSBrIQBMI7fS%2F%2BRy2q6qLudXm0YItRN8h2S0%3D&amp;reserved=0
>     >     >     >     > >     > >     >>
>     >     >     >     > >     > >     >>     Thanks,
>     >     >     >     > >     > >     >>     Piotr
>     >     >     >     > >     > >     >>
>     >     >     >     > >     > >     >>
>     >     >     >     > >     > >     >>     śr., 10 paź 2018 o 11:34
> Carlos
>     > Rovira <
>     >     >     >     > >     > carlosrovira@apache.org
>     >     >     >     > >     > > >
>     >     >     >     > >     > >     >> napisał(a):
>     >     >     >     > >     > >     >>
>     >     >     >     > >     > >     >>     > Ok Piotr, good luck! :)
>     >     >     >     > >     > >     >>     >
>     >     >     >     > >     > >     >>     > El mié., 10 oct. 2018 a las
>     > 10:34, Piotr
>     >     >     > Zarzycki (<
>     >     >     >     > >     > >     >>     > piotrzarzycki21@gmail.com>)
>     > escribió:
>     >     >     >     > >     > >     >>     >
>     >     >     >     > >     > >     >>     > > Hi Guys,
>     >     >     >     > >     > >     >>     > >
>     >     >     >     > >     > >     >>     > > I will try right now
> process
>     > from my
>     >     > PC. We
>     >     >     > will
>     >     >     >     > > see how
>     >     >     >     > >     > > far I
>     >     >     >     > >     > >     >> will go
>     >     >     >     > >     > >     >>     > with
>     >     >     >     > >     > >     >>     > > that.
>     >     >     >     > >     > >     >>     > >
>     >     >     >     > >     > >     >>     > > Piotr
>     >     >     >     > >     > >     >>     > >
>     >     >     >     > >     > >     >>     > > czw., 4 paź 2018 o 22:01
> Alex
>     > Harui
>     >     >     >     > >     > > <ah...@adobe.com.invalid>
>     >     >     >     > >     > >     >>     > napisał(a):
>     >     >     >     > >     > >     >>     > >
>     >     >     >     > >     > >     >>     > > > Hi Om,
>     >     >     >     > >     > >     >>     > > >
>     >     >     >     > >     > >     >>     > > > If make_branches
> succeeds,
>     > then you
>     >     >     > shouldn't
>     >     >     >     > > need to go
>     >     >     >     > >     > > back
>     >     >     >     > >     > >     >> and
>     >     >     >     > >     > >     >>     > delete
>     >     >     >     > >     > >     >>     > > > branches and tags and
> run
>     >     > make_branches
>     >     >     > again if
>     >     >     >     > > the
>     >     >     >     > >     > > "maven"
>     >     >     >     > >     > >     >> step
>     >     >     >     > >     > >     >>     > fails.
>     >     >     >     > >     > >     >>     > > >
>     >     >     >     > >     > >     >>     > > > You might need to
> revert any
>     >     > changes to
>     >     >     > the
>     >     >     >     > > release
>     >     >     >     > >     > > branch that
>     >     >     >     > >     > >     >> the
>     >     >     >     > >     > >     >>     > > > "maven" step did, but
> then you
>     >     > should be
>     >     >     > able to
>     >     >     >     > > delete
>     >     >     >     > >     > > the
>     >     >     >     > >     > >     >> local copy
>     >     >     >     > >     > >     >>     > of
>     >     >     >     > >     > >     >>     > > > the branches and start
> again
>     > with
>     >     > "maven"
>     >     >     > or
>     >     >     >     > >     > >     >>     > > >
>     > "maven_skip_compiler_and_typedefs"
>     >     > if you
>     >     >     > got
>     >     >     >     > all
>     >     >     >     > > the
>     >     >     >     > >     > way
>     >     >     >     > >     > > up to
>     >     >     >     > >     > >     >>     > > royale-asjs.
>     >     >     >     > >     > >     >>     > > >
>     >     >     >     > >     > >     >>     > > > What are some of the
> 200+
>     > files that
>     >     >     > don't get
>     >     >     >     > > reverted
>     >     >     >     > >     > > back to
>     >     >     >     > >     > >     >> 0.9.4?
>     >     >     >     > >     > >     >>     > > >
>     >     >     >     > >     > >     >>     > > > You are welcome to try
> to add
>     > the
>     >     >     > "continue"
>     >     >     >     > > option.  I
>     >     >     >     > >     > > would
>     >     >     >     > >     > >     >> suggest
>     >     >     >     > >     > >     >>     > > > adding a dummy
> parameter.  So
>     > if the
>     >     >     > script
>     >     >     >     > > currently
>     >     >     >     > >     > > calls
>     >     >     >     > >     > >     >> Maven like
>     >     >     >     > >     > >     >>     > > this:
>     >     >     >     > >     > >     >>     > > >
>     >     >     >     > >     > >     >>     > > >         <exec
>     > executable="${mvn}"
>     >     >     >     > >     > >     >>
> dir="${basedir}/maven-release-plugin"
>     >     >     >     > >     > >     >>     > > > failonerror="true" >
>     >     >     >     > >     > >     >>     > > >             <arg
>     > value="clean" />
>     >     >     >     > >     > >     >>     > > >             <arg
>     > value="install" />
>     >     >     >     > >     > >     >>     > > >         </exec>
>     >     >     >     > >     > >     >>     > > >
>     >     >     >     > >     > >     >>     > > > You can try changing it
> to
>     >     > something like
>     >     >     > this:
>     >     >     >     > >     > >     >>     > > >
>     >     >     >     > >     > >     >>     > > >         <property
>     >     > name="continueOption"
>     >     >     >     > >     > value="-Ddummy=0"
>     >     >     >     > >     > > />
>     >     >     >     > >     > >     >>     > > >         <exec
>     > executable="${mvn}"
>     >     >     >     > >     > >     >>
> dir="${basedir}/maven-release-plugin"
>     >     >     >     > >     > >     >>     > > > failonerror="true" >
>     >     >     >     > >     > >     >>     > > >             <arg
>     >     >     > value="${continueOption}" />
>     >     >     >     > >     > >     >>     > > >             <arg
>     > value="clean" />
>     >     >     >     > >     > >     >>     > > >             <arg
>     > value="install" />
>     >     >     >     > >     > >     >>     > > >         </exec>
>     >     >     >     > >     > >     >>     > > >
>     >     >     >     > >     > >     >>     > > > Then you should be able
> to
>     > set in
>     >     > your
>     >     >     >     > > local.properties:
>     >     >     >     > >     > >     >>     > > >
>     >     >     >     > >     > >     >>     > > > continueOption=-rf
>     > JewelExample
>     >     >     >     > >     > >     >>     > > >
>     >     >     >     > >     > >     >>     > > > You will probably need
> to use
>     >     > different
>     >     >     > names
>     >     >     >     > for
>     >     >     >     > > each
>     >     >     >     > >     > > call to
>     >     >     >     > >     > >     >> Maven so
>     >     >     >     > >     > >     >>     > > > subsequent Maven calls
> don't
>     > pick
>     >     > up the
>     >     >     > same
>     >     >     >     > > option.
>     >     >     >     > >     > >     >>     > > >
>     >     >     >     > >     > >     >>     > > > HTH,
>     >     >     >     > >     > >     >>     > > > -Alex
>     >     >     >     > >     > >     >>     > > >
>     >     >     >     > >     > >     >>     > > > On 10/4/18, 11:58 AM,
>     > "OmPrakash
>     >     >     > Muppirala" <
>     >     >     >     > >     > >     >> bigosmallm@gmail.com>
>     >     >     >     > >     > >     >>     > > wrote:
>     >     >     >     > >     > >     >>     > > >
>     >     >     >     > >     > >     >>     > > >     On Thu, Oct 4, 2018
> at
>     > 1:48 AM
>     >     > Alex
>     >     >     > Harui
>     >     >     >     > >     > >     >> <aharui@adobe.com.invalid
>     >     >     >     > >     > >     >>     > >
>     >     >     >     > >     > >     >>     > > > wrote:
>     >     >     >     > >     > >     >>     > > >
>     >     >     >     > >     > >     >>     > > >     > Om, it looks like
> you
>     > are
>     >     > still
>     >     >     > deleting
>     >     >     >     > and
>     >     >     >     > >     > > recreating
>     >     >     >     > >     > >     >> the
>     >     >     >     > >     > >     >>     > > branches.
>     >     >     >     > >     > >     >>     > > >     > Does this mean
> you have
>     > never
>     >     >     > completed
>     >     >     >     > the
>     >     >     >     > >     > > make_branches
>     >     >     >     > >     > >     >> step?
>     >     >     >     > >     > >     >>     > > >
>     >     >     >     > >     > >     >>     > > >
>     >     >     >     > >     > >     >>     > > >     Yes, I delete the
> tags,
>     > branches
>     >     >     > (remote)
>     >     >     >     > > each time
>     >     >     >     > >     > >     >> something
>     >     >     >     > >     > >     >>     > fails.
>     >     >     >     > >     > >     >>     > > > Then
>     >     >     >     > >     > >     >>     > > >     I do a global
> search for
>     > 0.9.5
>     >     > and
>     >     >     > replace
>     >     >     >     > it
>     >     >     >     > > with
>     >     >     >     > >     > > 0.9.4
>     >     >     >     > >     > >     >> (some 200+
>     >     >     >     > >     > >     >>     > > > files
>     >     >     >     > >     > >     >>     > > >     across 3 repos),
> then
>     > push them
>     >     > into
>     >     >     >     > > remote/develop.
>     >     >     >     > >     > >     >>     > > >
>     >     >     >     > >     > >     >>     > > >     Then I do the
>     > make_branches step
>     >     >     > first.
>     >     >     >     > Then
>     >     >     >     > > do a
>     >     >     >



-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: [Discuss] Start release process 0.9.3

Posted by Alex Harui <ah...@adobe.com.INVALID>.
I was too focused on the credentials and didn't notice that your settings didn't have HTTPS.

        <server>
            <id>apache.releases.https</id>
            <username>aharui</username>
            <password>...</password>
        </server>
        <server>
            <id>apache.snapshots.https</id>
            <username>aharui</username>
            <password>...</password>
        </server>

HTH,
-Alex

On 10/12/18, 9:13 AM, "Piotr Zarzycki" <pi...@gmail.com> wrote:

    I logged in without the problem. Om was on the stage where he was able to
    upload something. I hope he will respond. Maybe he had some special
    settings in file.
    
    Piotr
    
    pt., 12 paź 2018 o 17:55 Alex Harui <ah...@adobe.com.invalid> napisał(a):
    
    > Hi Piotr,
    >
    > Yes, I have the same settings (username aharui, password is my apache
    > password).  Try logging into repository.apache.org from your browser.  I
    > don't know for sure that repository.a.o uses LDAP, it might be I just used
    > the same username and password to be lazy).
    >
    > I will also say that Infra recently changed some setting on repository.a.o
    > and I have not tried deploying since so maybe there is some authorization
    > step we need to do.
    >
    > HTH,
    > -Alex
    >
    > On 10/12/18, 1:40 AM, "Piotr Zarzycki" <pi...@gmail.com> wrote:
    >
    >     Alex, Om,
    >
    >     I'm a bit farther. I had a lot of problems on my sight with gpg, but I
    > was
    >     able to configure it properly in GitBash. I reached point with
    > artifacts
    >     upload. It's failed cause it looks like my password was incorrect. I
    > would
    >     like to make sure that I'm having similar configuration as you.
    >
    >     I have login and password Maven in c:\Users\piotr\.m2\settings.xml
    > under
    >
    >     <servers>
    >       <server>
    >     <id>apache-release</id>
    >     <username>piotrz</username>
    >     <password>mypass</password>
    >       </server>
    >       <server>
    >     <id>apache-snapshots</id>
    >     <username>piotrz</username>
    >     <password>mypass</password>
    >       </server>
    >     </servers>
    >
    >     I'm getting following results right now [1] ->
    > compiler-build-tools-1.0.0.
    >     jar. Return code is: 401, ReasonPhrase: Unauthorized.
    >     It looks like I'm having problem with authorization to maven central.
    >
    >     The question is also - Do you use apache login and password ?
    >
    >     [1]
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2F5OOR&amp;data=02%7C01%7Caharui%40adobe.com%7C286f0f0c521a4b56968e08d6305db32b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749576336826014&amp;sdata=nbZHb6tVDckGENUV84%2BGd%2F56LqHBfSZoDNf6e7yk84o%3D&amp;reserved=0
    >
    >     Thanks,
    >     Piotr
    >
    >     pt., 12 paź 2018 o 07:39 Alex Harui <ah...@adobe.com.invalid>
    > napisał(a):
    >
    >     > Hi Piotr,
    >     >
    >     > Well, it depends.  In looking at the repos, I do not see the 0.9.4
    > tag,
    >     > which is strange since Carlos's Git GUI client is updating it.
    >     >
    >     > IMO, for sure, you should update releasecandidate.xml per my earlier
    >     > email, delete the repos out of the folder you are using and see how
    > far you
    >     > get.  Maybe there is a bad tag I can't see that Maven will see and
    > fail.
    >     > Not sure what to do in that case, maybe we'll have to give up on
    > 0.9.4 as a
    >     > version and try to upgrade the version to 0.9.5.  Or maybe the tag
    > never
    >     > got pushed and deleting the repos locally will resolve the issue.
    >     >
    >     > Good luck,
    >     > -Alex
    >     >
    >     > On 10/11/18, 10:24 PM, "Piotr Zarzycki" <pi...@gmail.com>
    >     > wrote:
    >     >
    >     >     Alex,
    >     >
    >     >     In the other words If I have time today I can continue with the
    >     > process? We
    >     >     end up with situation where I need to remove tag and try again
    > as I
    >     >     remember?
    >     >
    >     >     Thanks,
    >     >     Piotr
    >     >
    >     >     On Fri, Oct 12, 2018, 7:12 AM Alex Harui
    > <ah...@adobe.com.invalid>
    >     > wrote:
    >     >
    >     >     > Hi Piotr,
    >     >     >
    >     >     > I agree with your sentiments.  However, I think one problem is
    > that
    >     > the
    >     >     > revert emails are misleading.  Unlike other commits, the
    > subject of a
    >     >     > revert does not show what branch was changed, so I think
    > Carlos was
    >     >     > reverting things in a branch.
    >     >     >
    >     >     > That said, it is still very troublesome that his Git tools are
    >     > changing
    >     >     > the tags.  IMO, Carlos will have to stop using that tool.
    >     >     >
    >     >     > -Alex
    >     >     >
    >     >     > On 10/11/18, 9:57 PM, "Piotr Zarzycki" <
    > piotrzarzycki21@gmail.com>
    >     > wrote:
    >     >     >
    >     >     >     Carlos,
    >     >     >
    >     >     >     You are expecting from people who are volunteers to do some
    >     > things in
    >     >     > one
    >     >     >     day? It's impossible to do that. I'm not working on that
    > full
    >     > time. I
    >     >     > did
    >     >     >     first finally successful step for the release. Everything
    > was
    >     > reported
    >     >     > on
    >     >     >     this list. I had problems and didn't have time to resolve
    > it.
    >     > Alex
    >     >     > provide
    >     >     >     solution - next RM should pickup it and continue release.
    > It can
    >     > take
    >     >     > days.
    >     >     >     If you have problems you should create branch from the last
    >     > stable
    >     >     > commit.
    >     >     >     Is it problem for you ?
    >     >     >
    >     >     >     How can we now get back to the previous state now?
    >     >     >
    >     >     >     Piotr
    >     >     >
    >     >     >     pt., 12 paź 2018 o 02:09 Carlos Rovira <
    > carlosrovira@apache.org>
    >     >     > napisał(a):
    >     >     >
    >     >     >     > Hi Alex,
    >     >     >     > if you check in actual develop for "0.9.5-SNAPSHOT" and
    >     >     > "0.9.4-SNAPSHOT"
    >     >     >     > you'll see maven build compiler and typedefs
    > 0.9.5-SNAPSHOT,
    >     > but
    >     >     > when build
    >     >     >     > framework, it downloads compiler and typedefs
    > 0.9.4-SNAPSHOT
    >     > since
    >     >     > the
    >     >     >     > versions in framework are not updated. This is the
    > reason you
    >     > don't
    >     >     > see any
    >     >     >     > fail when building with maven. If you update all to use
    > the
    >     > same
    >     >     > number it
    >     >     >     > will fail. I recommend you as well to remove royale
    > folder in
    >     > your
    >     >     > local
    >     >     >     > .m2 to see how maven generates compiler and typedefs and
    > then
    >     >     > download
    >     >     >     > other version.
    >     >     >     >
    >     >     >     > Maybe the rest of people didn't see this because they
    > use ANT
    >     > and
    >     >     > that
    >     >     >     > build system is not affected by the release process. But
    > I
    >     > think we
    >     >     > can't
    >     >     >     > left the failed release process without revert it for
    > days,
    >     > since we
    >     >     > are
    >     >     >     > all seeing different things.
    >     >     >     >
    >     >     >     > For example, I was able to run your MX RO example with
    > ANT,
    >     > but I
    >     >     > can make
    >     >     >     > it work with Maven, what means to me that I still can't
    > use it
    >     > since
    >     >     > my
    >     >     >     > entire project is in maven.
    >     >     >     >
    >     >     >     > I'm trying to fix this for several hours now and still
    >     > couldn't test
    >     >     > mx RO
    >     >     >     > nor working on my project...
    >     >     >     >
    >     >     >     > I'm closing for today with all messed up. Tomorrow will
    > try
    >     > again,
    >     >     > or will
    >     >     >     > need to block me in a branch to be able to continue
    > working.
    >     >     >     >
    >     >     >     > Thanks
    >     >     >     >
    >     >     >     > Carlos
    >     >     >     >
    >     >     >     >
    >     >     >     >
    >     >     >     >
    >     >     >     >
    >     >     >     > El vie., 12 oct. 2018 a las 1:53, Alex Harui
    >     >     > (<ah...@adobe.com.invalid>)
    >     >     >     > escribió:
    >     >     >     >
    >     >     >     > > The 0.9.4 release branch has been cut.  I have not
    > seen any
    >     >     > problems
    >     >     >     > > reported against it, so I don't know of any reason to
    > delete
    >     > it.
    >     >     > Thus,
    >     >     >     > the
    >     >     >     > > develop branch should be at 0.9.5-SNAPSHOT.
    >     >     >     > >
    >     >     >     > > I noticed you messed around with the versions so I
    > have no
    >     > idea
    >     >     > what
    >     >     >     > state
    >     >     >     > > we are in, plus I continue to see that tags are being
    >     > updated.
    >     >     > You will
    >     >     >     > > probably have to stop using your Git GUI.  We cannot
    > have
    >     > tags be
    >     >     >     > modified.
    >     >     >     > >
    >     >     >     > > -Alex
    >     >     >     > >
    >     >     >     > > On 10/11/18, 3:14 PM, "Carlos Rovira" <
    >     > carlosrovira@apache.org>
    >     >     > wrote:
    >     >     >     > >
    >     >     >     > >     Hi,
    >     >     >     > >
    >     >     >     > >     I'm a bit confused with the actual state of the
    > repo. We
    >     >     > should stay
    >     >     >     > in
    >     >     >     > >     0.9.4-SNAPSHOT? or 0.9.5-SNAPSHOT?
    >     >     >     > >     I'm building with the latest since 1-2 days but
    > removed
    >     > all
    >     >     > royale
    >     >     >     > > folder
    >     >     >     > >     with all maven artifacts and rebuild from scratch,
    > makes
    >     > me
    >     >     > have
    >     >     >     > mixed
    >     >     >     > >     versions, since some artifacts are downloading
    > 0.9.4
    >     > instead
    >     >     > of use
    >     >     >     > > 0.9.5
    >     >     >     > >
    >     >     >     > >     Piotr, seems nobody  take the request to continue
    > with
    >     > the
    >     >     > release
    >     >     >     > for
    >     >     >     > > now,
    >     >     >     > >     so I propose to stabilize the repo.
    >     >     >     > >
    >     >     >     > >     Thoughts?
    >     >     >     > >
    >     >     >     > >     Carlos
    >     >     >     > >
    >     >     >     > >
    >     >     >     > >
    >     >     >     > >
    >     >     >     > >
    >     >     >     > >     El jue., 11 oct. 2018 a las 20:33, Piotr Zarzycki
    > (<
    >     >     >     > >     piotrzarzycki21@gmail.com>) escribió:
    >     >     >     > >
    >     >     >     > >     > Hi Alex,
    >     >     >     > >     >
    >     >     >     > >     > Unfortunately in the next couple of days I won't
    > have
    >     > time
    >     >     > for
    >     >     >     > that.
    >     >     >     > > If
    >     >     >     > >     > someone can do that feel free jump into it.
    >     >     >     > >     >
    >     >     >     > >     > Piotr
    >     >     >     > >     >
    >     >     >     > >     > On Thu, Oct 11, 2018, 6:43 PM Alex Harui
    >     >     > <aharui@adobe.com.invalid
    >     >     >     > >
    >     >     >     > > wrote:
    >     >     >     > >     >
    >     >     >     > >     > > After digging through the output you pasted, it
    >     > appears
    >     >     > that the
    >     >     >     > >     > > "check-empty-folder" target isn't quite right
    > and
    >     > didn't
    >     >     > catch
    >     >     >     > > that you
    >     >     >     > >     > > didn't run "maven" against an empty folder.
    >     > Although I am
    >     >     > a bit
    >     >     >     > > puzzled
    >     >     >     > >     > > why there were modified files in the working
    > copy.
    >     >     >     > >     > >
    >     >     >     > >     > > Maven and the scripts have some expectation
    > that you
    >     > are
    >     >     > starting
    >     >     >     > > from
    >     >     >     > >     > the
    >     >     >     > >     > > beginning, so if Maven got far enough to
    > create a
    >     > tag and
    >     >     > you
    >     >     >     > have
    >     >     >     > > to
    >     >     >     > >     > start
    >     >     >     > >     > > over, you have to remove the tag.  These
    > scripts are
    >     > still
    >     >     > under
    >     >     >     > >     > > development so you should not expect that every
    >     > situation
    >     >     > has
    >     >     >     > been
    >     >     >     > >     > > accounted for.
    >     >     >     > >     > >
    >     >     >     > >     > > So, go delete the tag.  Instructions for doing
    > so
    >     > are in
    >     >     > the
    >     >     >     > > wiki.  Maybe
    >     >     >     > >     > > figure out why those files were modified, but
    > maybe
    >     >     > because your
    >     >     >     > > earlier
    >     >     >     > >     > > run didn't have the right gpg password.
    >     >     >     > >     > >
    >     >     >     > >     > > Try changing the check-empty-folder to also
    > test for:
    >     >     >     > >     > >
    >     >     >     > >     > >         <available
    >     >     > file="${basedir}/royale-asjs/build.properties"
    >     >     >     > >     > >             type="file"
    >     >     >     > >     > >             property="found.build.properties"
    >     > value="true"
    >     >     > />
    >     >     >     > >     > >
    >     >     >     > >     > > Then it should catch you on the steps where
    > you are
    >     >     > supposed to
    >     >     >     > > start by
    >     >     >     > >     > > pulling down the repos again.
    >     >     >     > >     > >
    >     >     >     > >     > > If you don't have time for any of that, let us
    > know
    >     > here
    >     >     > so the
    >     >     >     > > next RM
    >     >     >     > >     > > can know where to start.
    >     >     >     > >     > >
    >     >     >     > >     > > -Alex
    >     >     >     > >     > >
    >     >     >     > >     > > On 10/11/18, 2:05 AM, "Piotr Zarzycki" <
    >     >     >     > piotrzarzycki21@gmail.com>
    >     >     >     > >     > wrote:
    >     >     >     > >     > >
    >     >     >     > >     > >     I gave up again :) It costs me to much
    > time. I
    >     > thought
    >     >     > since
    >     >     >     > > Om did
    >     >     >     > >     > so
    >     >     >     > >     > > much
    >     >     >     > >     > >     progress I will launch the script and will
    > work.
    >     > It's
    >     >     > still
    >     >     >     > > failing.
    >     >     >     > >     > >
    >     >     >     > >     > >
    >     >     >     > >     > >
    >     >     >     > >     >
    >     >     >     > >
    >     >     >     >
    >     >     >
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FWJ44&amp;data=02%7C01%7Caharui%40adobe.com%7C286f0f0c521a4b56968e08d6305db32b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749576336836019&amp;sdata=FkMpF3jJX%2B0xrf5QxjF%2FIREZbjotk%2FpeglEB0d6qhF8%3D&amp;reserved=0
    >     >     >     > >     > >
    >     >     >     > >     > >     I run first time and had problem with gpg
    >     > password -
    >     >     > just
    >     >     >     > > forgot it,
    >     >     >     > >     > > but
    >     >     >     > >     > >     run it again and type correct password.
    > Probably
    >     > first
    >     >     > time
    >     >     >     > > this tag
    >     >     >     > >     > > was
    >     >     >     > >     > >     created and now script failing cause tag
    > exits.
    >     > Never
    >     >     > ending
    >     >     >     > > story.
    >     >     >     > >     > >
    >     >     >     > >     > >     I'm in that step - If someone would like
    > to try
    >     > it out
    >     >     > let me
    >     >     >     > > know
    >     >     >     > >     > and
    >     >     >     > >     > > I
    >     >     >     > >     > >     won't revert anything for now:
    >     >     >     > >     > >
    >     >     >     > >     > >     ant -f releasecandidate.xml
    >     > -Drelease.version="0.9.4"
    >     >     >     > >     > > -Dbrowser="c:\Program
    >     >     >     > >     > >     Files\Mozilla Firefox\firefox.exe" -Drc=1
    > maven
    >     >     >     > >     > >
    >     >     >     > >     > >     Thanks,
    >     >     >     > >     > >     Piotr
    >     >     >     > >     > >
    >     >     >     > >     > >
    >     >     >     > >     > >     czw., 11 paź 2018 o 10:13 Piotr Zarzycki <
    >     >     >     > > piotrzarzycki21@gmail.com>
    >     >     >     > >     > >     napisał(a):
    >     >     >     > >     > >
    >     >     >     > >     > >     > Hi Alex,
    >     >     >     > >     > >     >
    >     >     >     > >     > >     > This is what I'm getting for git status
    > for
    >     >     > royale-compiler
    >     >     >     > > [1]
    >     >     >     > >     > >     >
    >     >     >     > >     > >     > [1]
    >     >     >     > >     > >
    >     >     >     > >     >
    >     >     >     > >
    >     >     >     >
    >     >     >
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FYuiH&amp;data=02%7C01%7Caharui%40adobe.com%7C286f0f0c521a4b56968e08d6305db32b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749576336836019&amp;sdata=Cne1sBZ3FIwlNsfYuBlX7u%2BLAGGyQ5UZIgrFtolFeIo%3D&amp;reserved=0
    >     >     >     > >     > >     >
    >     >     >     > >     > >     > Thanks,
    >     >     >     > >     > >     > Piotr
    >     >     >     > >     > >     >
    >     >     >     > >     > >     > śr., 10 paź 2018 o 17:50 Alex Harui
    >     >     >     > <aharui@adobe.com.invalid
    >     >     >     > > >
    >     >     >     > >     > > napisał(a):
    >     >     >     > >     > >     >
    >     >     >     > >     > >     >> What does 'git status' return for that
    > local
    >     > copy
    >     >     > of the
    >     >     >     > >     > > royale-compiler
    >     >     >     > >     > >     >> repo?
    >     >     >     > >     > >     >>
    >     >     >     > >     > >     >> That part of the script is trying to
    > see if
    >     >     >     > > compiler-jburg-types
    >     >     >     > >     > and
    >     >     >     > >     > >     >> compiler-build-tools needed a version
    > update
    >     > that
    >     >     > needs to
    >     >     >     > > be
    >     >     >     > >     > > pushed.
    >     >     >     > >     > >     >> Those two projects should be at 1.0.0
    > since we
    >     >     > rarely, if
    >     >     >     > > ever,
    >     >     >     > >     > > will need
    >     >     >     > >     > >     >> to modify it.  There shouldn't have been
    >     >     > modifications in
    >     >     >     > > this
    >     >     >     > >     > > release, yet
    >     >     >     > >     > >     >> Git status is reporting modifications
    > to some
    >     >     > file.  A
    >     >     >     > test
    >     >     >     > > is
    >     >     >     > >     > done
    >     >     >     > >     > > to
    >     >     >     > >     > >     >> check for the word "modified:" in the
    > 'git
    >     > status'
    >     >     > output,
    >     >     >     > > then
    >     >     >     > >     > that
    >     >     >     > >     > >     >> attempt to push is executed.  Somehow,
    > the git
    >     >     > status is
    >     >     >     > > implying
    >     >     >     > >     > >     >> modifications but the files we are
    > trying to
    >     > push
    >     >     > are not
    >     >     >     > >     > modified.
    >     >     >     > >     > >     >>
    >     >     >     > >     > >     >> The solutions should not require
    > reverting of
    >     > the
    >     >     > release
    >     >     >     > > branch.
    >     >     >     > >     > > It
    >     >     >     > >     > >     >> looks like you have successfully
    > created a
    >     > correct
    >     >     > set of
    >     >     >     > > branches
    >     >     >     > >     > > and the
    >     >     >     > >     > >     >> steps you are running start by pulling
    > down
    >     > the
    >     >     > release
    >     >     >     > > branch.  I
    >     >     >     > >     > > didn't
    >     >     >     > >     > >     >> see any commits to the release branch
    > from the
    >     >     > scripts, so
    >     >     >     > > to
    >     >     >     > >     > > re-start, it
    >     >     >     > >     > >     >> should just be manually deleting the
    > local
    >     > copies
    >     >     > of the
    >     >     >     > > repos and
    >     >     >     > >     > > running
    >     >     >     > >     > >     >> the Ant command again after making one
    > of the
    >     >     > changes to
    >     >     >     > >     > >     >> releasecandidate.xml I will describe
    > below:
    >     >     >     > >     > >     >>
    >     >     >     > >     > >     >> IMO, the choices are (and there may be
    > more
    >     > choices)
    >     >     >     > >     > >     >> 1.  Figure out how to be smarter about
    > what
    >     > 'git
    >     >     > status'
    >     >     >     > > output
    >     >     >     > >     > > will say
    >     >     >     > >     > >     >> so the test works correctly
    >     >     >     > >     > >     >> 2. Set failonerror="false" on the push
    > step
    >     > and not
    >     >     > care
    >     >     >     > if
    >     >     >     > > that
    >     >     >     > >     > > push
    >     >     >     > >     > >     >> succeeds.  This is slightly risky if we
    > ever
    >     > do
    >     >     > want to
    >     >     >     > push
    >     >     >     > >     > > changes, but
    >     >     >     > >     > >     >> again, that is low probability, IMO.
    >     >     >     > >     > >     >> 3. Comment out those steps since it
    > will be
    >     > rare we
    >     >     > will
    >     >     >     > > need
    >     >     >     > >     > > them.  If
    >     >     >     > >     > >     >> we do need them some day, the RM will
    > have to
    >     >     > remember to
    >     >     >     > >     > uncomment
    >     >     >     > >     > > those
    >     >     >     > >     > >     >> steps.
    >     >     >     > >     > >     >>
    >     >     >     > >     > >     >> HTH,
    >     >     >     > >     > >     >> -Alex
    >     >     >     > >     > >     >>
    >     >     >     > >     > >     >> On 10/10/18, 2:52 AM, "Piotr Zarzycki" <
    >     >     >     > > piotrzarzycki21@gmail.com
    >     >     >     > >     > >
    >     >     >     > >     > >     >> wrote:
    >     >     >     > >     > >     >>
    >     >     >     > >     > >     >>     Ok It's failed :) However I passed
    > step 3
    >     > in
    >     >     >     > > instruction. Step
    >     >     >     > >     > > 4 is
    >     >     >     > >     > >     >> failing
    >     >     >     > >     > >     >>     [1] - if someone know what could it
    > be -
    >     > I will
    >     >     > wait
    >     >     >     > > with
    >     >     >     > >     > > reverting
    >     >     >     > >     > >     >> changes.
    >     >     >     > >     > >     >>
    >     >     >     > >     > >     >>     Lines in stacktrace are pointing in
    > ant
    >     > script
    >     >     > to
    >     >     >     > > following
    >     >     >     > >     > > targets:
    >     >     >     > >     > >     >>
    >     >     >     > >     > >     >>     Line 556: git-commit-and-push-utils
    >     >     >     > >     > >     >>     Line 487:
    >     > git-commit-and-push-utils-if-modified
    >     >     >     > >     > >     >>     Line 473:
    >     >     >     > >     > >     >>
    >     >     >     > >     > >     >>     <exec executable="${git}"
    >     > dir="${compiler}"
    >     >     >     > >     > failonerror="true" >
    >     >     >     > >     > >     >>                 <arg value="commit" />
    >     >     >     > >     > >     >>                 <arg value="-m" />
    >     >     >     > >     > >     >>                 <arg value="remove
    > SNAPSHOT
    >     > from
    >     >     >     > >     > > compiler-jburg-types and
    >     >     >     > >     > >     >>     compiler-build-tools versions" />
    >     >     >     > >     > >     >>             </exec>
    >     >     >     > >     > >     >>
    >     >     >     > >     > >     >>     [1]
    >     >     >     > >     > >     >>
    >     >     >     > >     > >
    >     >     >     > >     >
    >     >     >     > >
    >     >     >     >
    >     >     >
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2Fbg5e&amp;data=02%7C01%7Caharui%40adobe.com%7C286f0f0c521a4b56968e08d6305db32b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749576336836019&amp;sdata=AX%2FrgDVZSBrIQBMI7fS%2F%2BRy2q6qLudXm0YItRN8h2S0%3D&amp;reserved=0
    >     >     >     > >     > >     >>
    >     >     >     > >     > >     >>     Thanks,
    >     >     >     > >     > >     >>     Piotr
    >     >     >     > >     > >     >>
    >     >     >     > >     > >     >>
    >     >     >     > >     > >     >>     śr., 10 paź 2018 o 11:34 Carlos
    > Rovira <
    >     >     >     > >     > carlosrovira@apache.org
    >     >     >     > >     > > >
    >     >     >     > >     > >     >> napisał(a):
    >     >     >     > >     > >     >>
    >     >     >     > >     > >     >>     > Ok Piotr, good luck! :)
    >     >     >     > >     > >     >>     >
    >     >     >     > >     > >     >>     > El mié., 10 oct. 2018 a las
    > 10:34, Piotr
    >     >     > Zarzycki (<
    >     >     >     > >     > >     >>     > piotrzarzycki21@gmail.com>)
    > escribió:
    >     >     >     > >     > >     >>     >
    >     >     >     > >     > >     >>     > > Hi Guys,
    >     >     >     > >     > >     >>     > >
    >     >     >     > >     > >     >>     > > I will try right now process
    > from my
    >     > PC. We
    >     >     > will
    >     >     >     > > see how
    >     >     >     > >     > > far I
    >     >     >     > >     > >     >> will go
    >     >     >     > >     > >     >>     > with
    >     >     >     > >     > >     >>     > > that.
    >     >     >     > >     > >     >>     > >
    >     >     >     > >     > >     >>     > > Piotr
    >     >     >     > >     > >     >>     > >
    >     >     >     > >     > >     >>     > > czw., 4 paź 2018 o 22:01 Alex
    > Harui
    >     >     >     > >     > > <ah...@adobe.com.invalid>
    >     >     >     > >     > >     >>     > napisał(a):
    >     >     >     > >     > >     >>     > >
    >     >     >     > >     > >     >>     > > > Hi Om,
    >     >     >     > >     > >     >>     > > >
    >     >     >     > >     > >     >>     > > > If make_branches succeeds,
    > then you
    >     >     > shouldn't
    >     >     >     > > need to go
    >     >     >     > >     > > back
    >     >     >     > >     > >     >> and
    >     >     >     > >     > >     >>     > delete
    >     >     >     > >     > >     >>     > > > branches and tags and run
    >     > make_branches
    >     >     > again if
    >     >     >     > > the
    >     >     >     > >     > > "maven"
    >     >     >     > >     > >     >> step
    >     >     >     > >     > >     >>     > fails.
    >     >     >     > >     > >     >>     > > >
    >     >     >     > >     > >     >>     > > > You might need to revert any
    >     > changes to
    >     >     > the
    >     >     >     > > release
    >     >     >     > >     > > branch that
    >     >     >     > >     > >     >> the
    >     >     >     > >     > >     >>     > > > "maven" step did, but then you
    >     > should be
    >     >     > able to
    >     >     >     > > delete
    >     >     >     > >     > > the
    >     >     >     > >     > >     >> local copy
    >     >     >     > >     > >     >>     > of
    >     >     >     > >     > >     >>     > > > the branches and start again
    > with
    >     > "maven"
    >     >     > or
    >     >     >     > >     > >     >>     > > >
    > "maven_skip_compiler_and_typedefs"
    >     > if you
    >     >     > got
    >     >     >     > all
    >     >     >     > > the
    >     >     >     > >     > way
    >     >     >     > >     > > up to
    >     >     >     > >     > >     >>     > > royale-asjs.
    >     >     >     > >     > >     >>     > > >
    >     >     >     > >     > >     >>     > > > What are some of the 200+
    > files that
    >     >     > don't get
    >     >     >     > > reverted
    >     >     >     > >     > > back to
    >     >     >     > >     > >     >> 0.9.4?
    >     >     >     > >     > >     >>     > > >
    >     >     >     > >     > >     >>     > > > You are welcome to try to add
    > the
    >     >     > "continue"
    >     >     >     > > option.  I
    >     >     >     > >     > > would
    >     >     >     > >     > >     >> suggest
    >     >     >     > >     > >     >>     > > > adding a dummy parameter.  So
    > if the
    >     >     > script
    >     >     >     > > currently
    >     >     >     > >     > > calls
    >     >     >     > >     > >     >> Maven like
    >     >     >     > >     > >     >>     > > this:
    >     >     >     > >     > >     >>     > > >
    >     >     >     > >     > >     >>     > > >         <exec
    > executable="${mvn}"
    >     >     >     > >     > >     >> dir="${basedir}/maven-release-plugin"
    >     >     >     > >     > >     >>     > > > failonerror="true" >
    >     >     >     > >     > >     >>     > > >             <arg
    > value="clean" />
    >     >     >     > >     > >     >>     > > >             <arg
    > value="install" />
    >     >     >     > >     > >     >>     > > >         </exec>
    >     >     >     > >     > >     >>     > > >
    >     >     >     > >     > >     >>     > > > You can try changing it to
    >     > something like
    >     >     > this:
    >     >     >     > >     > >     >>     > > >
    >     >     >     > >     > >     >>     > > >         <property
    >     > name="continueOption"
    >     >     >     > >     > value="-Ddummy=0"
    >     >     >     > >     > > />
    >     >     >     > >     > >     >>     > > >         <exec
    > executable="${mvn}"
    >     >     >     > >     > >     >> dir="${basedir}/maven-release-plugin"
    >     >     >     > >     > >     >>     > > > failonerror="true" >
    >     >     >     > >     > >     >>     > > >             <arg
    >     >     > value="${continueOption}" />
    >     >     >     > >     > >     >>     > > >             <arg
    > value="clean" />
    >     >     >     > >     > >     >>     > > >             <arg
    > value="install" />
    >     >     >     > >     > >     >>     > > >         </exec>
    >     >     >     > >     > >     >>     > > >
    >     >     >     > >     > >     >>     > > > Then you should be able to
    > set in
    >     > your
    >     >     >     > > local.properties:
    >     >     >     > >     > >     >>     > > >
    >     >     >     > >     > >     >>     > > > continueOption=-rf
    > JewelExample
    >     >     >     > >     > >     >>     > > >
    >     >     >     > >     > >     >>     > > > You will probably need to use
    >     > different
    >     >     > names
    >     >     >     > for
    >     >     >     > > each
    >     >     >     > >     > > call to
    >     >     >     > >     > >     >> Maven so
    >     >     >     > >     > >     >>     > > > subsequent Maven calls don't
    > pick
    >     > up the
    >     >     > same
    >     >     >     > > option.
    >     >     >     > >     > >     >>     > > >
    >     >     >     > >     > >     >>     > > > HTH,
    >     >     >     > >     > >     >>     > > > -Alex
    >     >     >     > >     > >     >>     > > >
    >     >     >     > >     > >     >>     > > > On 10/4/18, 11:58 AM,
    > "OmPrakash
    >     >     > Muppirala" <
    >     >     >     > >     > >     >> bigosmallm@gmail.com>
    >     >     >     > >     > >     >>     > > wrote:
    >     >     >     > >     > >     >>     > > >
    >     >     >     > >     > >     >>     > > >     On Thu, Oct 4, 2018 at
    > 1:48 AM
    >     > Alex
    >     >     > Harui
    >     >     >     > >     > >     >> <aharui@adobe.com.invalid
    >     >     >     > >     > >     >>     > >
    >     >     >     > >     > >     >>     > > > wrote:
    >     >     >     > >     > >     >>     > > >
    >     >     >     > >     > >     >>     > > >     > Om, it looks like you
    > are
    >     > still
    >     >     > deleting
    >     >     >     > and
    >     >     >     > >     > > recreating
    >     >     >     > >     > >     >> the
    >     >     >     > >     > >     >>     > > branches.
    >     >     >     > >     > >     >>     > > >     > Does this mean you have
    > never
    >     >     > completed
    >     >     >     > the
    >     >     >     > >     > > make_branches
    >     >     >     > >     > >     >> step?
    >     >     >     > >     > >     >>     > > >
    >     >     >     > >     > >     >>     > > >
    >     >     >     > >     > >     >>     > > >     Yes, I delete the tags,
    > branches
    >     >     > (remote)
    >     >     >     > > each time
    >     >     >     > >     > >     >> something
    >     >     >     > >     > >     >>     > fails.
    >     >     >     > >     > >     >>     > > > Then
    >     >     >     > >     > >     >>     > > >     I do a global search for
    > 0.9.5
    >     > and
    >     >     > replace
    >     >     >     > it
    >     >     >     > > with
    >     >     >     > >     > > 0.9.4
    >     >     >     > >     > >     >> (some 200+
    >     >     >     > >     > >     >>     > > > files
    >     >     >     > >     > >     >>     > > >     across 3 repos), then
    > push them
    >     > into
    >     >     >     > > remote/develop.
    >     >     >     > >     > >     >>     > > >
    >     >     >     > >     > >     >>     > > >     Then I do the
    > make_branches step
    >     >     > first.
    >     >     >     > Then
    >     >     >     > > do a
    >     >     >     > >     > > git push
    >     >     >     > >     > >     >> in
    >     >     >     > >     > >     >>     > > > roayale-asjs
    >     >     >     > >     > >     >>     > > >     as per the instructions
    > in the
    >     >     > commandline.
    >     >     >     > I
    >     >     >     > > have
    >     >     >     > >     > > never
    >     >     >     > >     > >     >> had issues
    >     >     >     > >     > >     >>     > > > with
    >     >     >     > >     > >     >>     > > >     this step.  It is always
    > the
    >     > maven
    >     >     > step that
    >     >     >     > > fails
    >     >     >     > >     > > for some
    >     >     >     > >     > >     >> reason
    >     >     >     > >     > >     >>     > or
    >     >     >     > >     > >     >>     > > > the
    >     >     >     > >     > >     >>     > > >     other.
    >     >     >     > >     > >     >>     > > >
    >     >     >     > >     > >     >>     > > >
    >     >     >     > >     > >     >>     > > >     > Is make_branches failing
    >     > trying to
    >     >     > run a
    >     >     >     > > build in
    >     >     >     > >     > > the
    >     >     >     > >     > >     >> develop
    >     >     >     > >     > >     >>     > > branch
    >     >     >     > >     > >     >>     > > > and
    >     >     >     > >     > >     >>     > > >     > uploading 0.9.5-SNAPSHOT
    >     > artifacts?
    >     >     >     > >     > >     >>     > > >
    >     >     >     > >     > >     >>     > > >
    >     >     >     > >     > >     >>     > > >     No
    >     >     >     > >     > >     >>     > > >
    >     >     >     > >     > >     >>     > > >
    >     >     >     > >     > >     >>     > > >     > I supposed we could try
    > to
    >     > find a
    >     >     > way to
    >     >     >     > > skip
    >     >     >     > >     > that,
    >     >     >     > >     > > but
    >     >     >     > >     > >     >> you will
    >     >     >     > >     > >     >>     > > need
    >     >     >     > >     > >     >>     > > >     > reliable uploading to
    >     >     > repository.a.o to be
    >     >     >     > > an RM
    >     >     >     > >     > > without
    >     >     >     > >     > >     >> going
    >     >     >     > >     > >     >>     > > crazy.
    >     >     >     > >     > >     >>     > > >     >
    >     >     >     > >     > >     >>     > > >
    >     >     >     > >     > >     >>     > > >     Hmm, I use the same
    > internet
    >     >     > connection for
    >     >     >     > > personal
    >     >     >     > >     > > and
    >     >     >     > >     > >     >> work
    >     >     >     > >     > >     >>     > related
    >     >     >     > >     > >     >>     > > >     activities.  I don't
    > usually
    >     > have
    >     >     > issues
    >     >     >     > with
    >     >     >     > >     > > internet.
    >     >     >     > >     > >     >> Either we
    >     >     >     > >     > >     >>     > > are
    >     >     >     > >     > >     >>     > > > very
    >     >     >     > >     > >     >>     > > >     unlucky here or we need a
    > more
    >     >     > reselient way
    >     >     >     > > to pick
    >     >     >     > >     > > up
    >     >     >     > >     > >     >> things if
    >     >     >     > >     > >     >>     > we
    >     >     >     > >     > >     >>     > > > lose
    >     >     >     > >     > >     >>     > > >     internet connectivity
    >     > momentarily.
    >     >     >     > >     > >     >>     > > >
    >     >     >     > >     > >     >>     > > >     It takes upwards of 90
    > minutes
    >     > of
    >     >     > uploading
    >     >     >     > > stuff. I
    >     >     >     > >     > > dont
    >     >     >     > >     > >     >> do this
    >     >     >     > >     > >     >>     > > kind
    >     >     >     > >     > >     >>     > > > of
    >     >     >     > >     > >     >>     > > >     uploading for my regular
    > work,
    >     > so
    >     >     > that is
    >     >     >     > > probably I
    >     >     >     > >     > > have
    >     >     >     > >     > >     >> never hit
    >     >     >     > >     > >     >>     > > > this
    >     >     >     > >     > >     >>     > > >     issue before.
    >     >     >     > >     > >     >>     > > >
    >     >     >     > >     > >     >>     > > >     I still think that
    > looking into
    >     > the
    >     >     >     > > 'resume-from'
    >     >     >     > >     > > directive
    >     >     >     > >     > >     >> in
    >     >     >     > >     > >     >>     > maven
    >     >     >     > >     > >     >>     > > is
    >     >     >     > >     > >     >>     > > >     worthwhile.
    >     >     >     > >     > >     >>     > > >
    >     >     >     > >     > >     >>     > > >     Thanks,
    >     >     >     > >     > >     >>     > > >     Om
    >     >     >     > >     > >     >>     > > >
    >     >     >     > >     > >     >>     > > >
    >     >     >     > >     > >     >>     > > >     >
    >     >     >     > >     > >     >>     > > >     > -Alex
    >     >     >     > >     > >     >>     > > >     >
    >     >     >     > >     > >     >>     > > >     > On 10/3/18, 2:11 PM,
    >     > "OmPrakash
    >     >     >     > Muppirala" <
    >     >     >     > >     > >     >> bigosmallm@gmail.com
    >     >     >     > >     > >     >>     > >
    >     >     >     > >     > >     >>     > > > wrote:
    >     >     >     > >     > >     >>     > > >     >
    >     >     >     > >     > >     >>     > > >     >     On Wed, Oct 3, 2018
    > at
    >     > 2:02 PM
    >     >     > Alex
    >     >     >     > > Harui
    >     >     >     > >     > >     >>     > > > <ah...@adobe.com.invalid>
    >     >     >     > >     > >     >>     > > >     > wrote:
    >     >     >     > >     > >     >>     > > >     >
    >     >     >     > >     > >     >>     > > >     >     > Hi Om,
    >     >     >     > >     > >     >>     > > >     >     >
    >     >     >     > >     > >     >>     > > >     >     > Does anything
    > deploy,
    >     > or is
    >     >     > that the
    >     >     >     > > first
    >     >     >     > >     > > thing
    >     >     >     > >     > >     >> that is
    >     >     >     > >     > >     >>     > > > attempted to
    >     >     >     > >     > >     >>     > > >     >     > deploy?  I found
    > this
    >     > article
    >     >     > that
    >     >     >     > > might
    >     >     >     > >     > help:
    >     >     >     > >     > >     >>     > > >     >     >
    >     >     >     > >     > >     >>     > > >     >     >
    >     >     >     > >     > >     >>     > > >     >
    >     >     >     > >     > >     >>     > > >
    >     >     >     > >     > >     >>     > >
    >     >     >     > >     > >     >>     >
    >     >     >     > >     > >     >>
    >     >     >     > >     > >
    >     >     >     > >     >
    >     >     >     > >
    >     >     >     >
    >     >     >
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.apigee.com%2Fquestions%2F50756%2Funable-to-deploy-using-maven-script-due-to-error-r.html&amp;data=02%7C01%7Caharui%40adobe.com%7C286f0f0c521a4b56968e08d6305db32b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749576336836019&amp;sdata=37Y8PNBSozC09ktSb4Dwtr8f%2BQDg2TGQCYOQBCiaEHA%3D&amp;reserved=0
    >     >     >     > >     > >     >>     > > >     >
    >     >     >     > >     > >     >>     > > >     >
    >     >     >     > >     > >     >>     > > >     >     It deployed a lot of
    >     > artifacts
    >     >     > before
    >     >     >     > > hitting
    >     >     >
    
    
    
    -- 
    
    Piotr Zarzycki
    
    Patreon: *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C286f0f0c521a4b56968e08d6305db32b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749576336836019&amp;sdata=o6jTszCVmQzxYYS8jPsV%2FXLtI6tT7P%2FsR365VF2XQrA%3D&amp;reserved=0
    <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C286f0f0c521a4b56968e08d6305db32b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749576336836019&amp;sdata=o6jTszCVmQzxYYS8jPsV%2FXLtI6tT7P%2FsR365VF2XQrA%3D&amp;reserved=0>*
    


Re: [Discuss] Start release process 0.9.3

Posted by Piotr Zarzycki <pi...@gmail.com>.
I logged in without the problem. Om was on the stage where he was able to
upload something. I hope he will respond. Maybe he had some special
settings in file.

Piotr

pt., 12 paź 2018 o 17:55 Alex Harui <ah...@adobe.com.invalid> napisał(a):

> Hi Piotr,
>
> Yes, I have the same settings (username aharui, password is my apache
> password).  Try logging into repository.apache.org from your browser.  I
> don't know for sure that repository.a.o uses LDAP, it might be I just used
> the same username and password to be lazy).
>
> I will also say that Infra recently changed some setting on repository.a.o
> and I have not tried deploying since so maybe there is some authorization
> step we need to do.
>
> HTH,
> -Alex
>
> On 10/12/18, 1:40 AM, "Piotr Zarzycki" <pi...@gmail.com> wrote:
>
>     Alex, Om,
>
>     I'm a bit farther. I had a lot of problems on my sight with gpg, but I
> was
>     able to configure it properly in GitBash. I reached point with
> artifacts
>     upload. It's failed cause it looks like my password was incorrect. I
> would
>     like to make sure that I'm having similar configuration as you.
>
>     I have login and password Maven in c:\Users\piotr\.m2\settings.xml
> under
>
>     <servers>
>       <server>
>     <id>apache-release</id>
>     <username>piotrz</username>
>     <password>mypass</password>
>       </server>
>       <server>
>     <id>apache-snapshots</id>
>     <username>piotrz</username>
>     <password>mypass</password>
>       </server>
>     </servers>
>
>     I'm getting following results right now [1] ->
> compiler-build-tools-1.0.0.
>     jar. Return code is: 401, ReasonPhrase: Unauthorized.
>     It looks like I'm having problem with authorization to maven central.
>
>     The question is also - Do you use apache login and password ?
>
>     [1]
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2F5OOR&amp;data=02%7C01%7Caharui%40adobe.com%7C70b502e9eb244bd1628308d6301e6423%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749304425755026&amp;sdata=LI2jISStQfoEX1idxKoM2FEaZYN7nlOO%2FubKaigVOGo%3D&amp;reserved=0
>
>     Thanks,
>     Piotr
>
>     pt., 12 paź 2018 o 07:39 Alex Harui <ah...@adobe.com.invalid>
> napisał(a):
>
>     > Hi Piotr,
>     >
>     > Well, it depends.  In looking at the repos, I do not see the 0.9.4
> tag,
>     > which is strange since Carlos's Git GUI client is updating it.
>     >
>     > IMO, for sure, you should update releasecandidate.xml per my earlier
>     > email, delete the repos out of the folder you are using and see how
> far you
>     > get.  Maybe there is a bad tag I can't see that Maven will see and
> fail.
>     > Not sure what to do in that case, maybe we'll have to give up on
> 0.9.4 as a
>     > version and try to upgrade the version to 0.9.5.  Or maybe the tag
> never
>     > got pushed and deleting the repos locally will resolve the issue.
>     >
>     > Good luck,
>     > -Alex
>     >
>     > On 10/11/18, 10:24 PM, "Piotr Zarzycki" <pi...@gmail.com>
>     > wrote:
>     >
>     >     Alex,
>     >
>     >     In the other words If I have time today I can continue with the
>     > process? We
>     >     end up with situation where I need to remove tag and try again
> as I
>     >     remember?
>     >
>     >     Thanks,
>     >     Piotr
>     >
>     >     On Fri, Oct 12, 2018, 7:12 AM Alex Harui
> <ah...@adobe.com.invalid>
>     > wrote:
>     >
>     >     > Hi Piotr,
>     >     >
>     >     > I agree with your sentiments.  However, I think one problem is
> that
>     > the
>     >     > revert emails are misleading.  Unlike other commits, the
> subject of a
>     >     > revert does not show what branch was changed, so I think
> Carlos was
>     >     > reverting things in a branch.
>     >     >
>     >     > That said, it is still very troublesome that his Git tools are
>     > changing
>     >     > the tags.  IMO, Carlos will have to stop using that tool.
>     >     >
>     >     > -Alex
>     >     >
>     >     > On 10/11/18, 9:57 PM, "Piotr Zarzycki" <
> piotrzarzycki21@gmail.com>
>     > wrote:
>     >     >
>     >     >     Carlos,
>     >     >
>     >     >     You are expecting from people who are volunteers to do some
>     > things in
>     >     > one
>     >     >     day? It's impossible to do that. I'm not working on that
> full
>     > time. I
>     >     > did
>     >     >     first finally successful step for the release. Everything
> was
>     > reported
>     >     > on
>     >     >     this list. I had problems and didn't have time to resolve
> it.
>     > Alex
>     >     > provide
>     >     >     solution - next RM should pickup it and continue release.
> It can
>     > take
>     >     > days.
>     >     >     If you have problems you should create branch from the last
>     > stable
>     >     > commit.
>     >     >     Is it problem for you ?
>     >     >
>     >     >     How can we now get back to the previous state now?
>     >     >
>     >     >     Piotr
>     >     >
>     >     >     pt., 12 paź 2018 o 02:09 Carlos Rovira <
> carlosrovira@apache.org>
>     >     > napisał(a):
>     >     >
>     >     >     > Hi Alex,
>     >     >     > if you check in actual develop for "0.9.5-SNAPSHOT" and
>     >     > "0.9.4-SNAPSHOT"
>     >     >     > you'll see maven build compiler and typedefs
> 0.9.5-SNAPSHOT,
>     > but
>     >     > when build
>     >     >     > framework, it downloads compiler and typedefs
> 0.9.4-SNAPSHOT
>     > since
>     >     > the
>     >     >     > versions in framework are not updated. This is the
> reason you
>     > don't
>     >     > see any
>     >     >     > fail when building with maven. If you update all to use
> the
>     > same
>     >     > number it
>     >     >     > will fail. I recommend you as well to remove royale
> folder in
>     > your
>     >     > local
>     >     >     > .m2 to see how maven generates compiler and typedefs and
> then
>     >     > download
>     >     >     > other version.
>     >     >     >
>     >     >     > Maybe the rest of people didn't see this because they
> use ANT
>     > and
>     >     > that
>     >     >     > build system is not affected by the release process. But
> I
>     > think we
>     >     > can't
>     >     >     > left the failed release process without revert it for
> days,
>     > since we
>     >     > are
>     >     >     > all seeing different things.
>     >     >     >
>     >     >     > For example, I was able to run your MX RO example with
> ANT,
>     > but I
>     >     > can make
>     >     >     > it work with Maven, what means to me that I still can't
> use it
>     > since
>     >     > my
>     >     >     > entire project is in maven.
>     >     >     >
>     >     >     > I'm trying to fix this for several hours now and still
>     > couldn't test
>     >     > mx RO
>     >     >     > nor working on my project...
>     >     >     >
>     >     >     > I'm closing for today with all messed up. Tomorrow will
> try
>     > again,
>     >     > or will
>     >     >     > need to block me in a branch to be able to continue
> working.
>     >     >     >
>     >     >     > Thanks
>     >     >     >
>     >     >     > Carlos
>     >     >     >
>     >     >     >
>     >     >     >
>     >     >     >
>     >     >     >
>     >     >     > El vie., 12 oct. 2018 a las 1:53, Alex Harui
>     >     > (<ah...@adobe.com.invalid>)
>     >     >     > escribió:
>     >     >     >
>     >     >     > > The 0.9.4 release branch has been cut.  I have not
> seen any
>     >     > problems
>     >     >     > > reported against it, so I don't know of any reason to
> delete
>     > it.
>     >     > Thus,
>     >     >     > the
>     >     >     > > develop branch should be at 0.9.5-SNAPSHOT.
>     >     >     > >
>     >     >     > > I noticed you messed around with the versions so I
> have no
>     > idea
>     >     > what
>     >     >     > state
>     >     >     > > we are in, plus I continue to see that tags are being
>     > updated.
>     >     > You will
>     >     >     > > probably have to stop using your Git GUI.  We cannot
> have
>     > tags be
>     >     >     > modified.
>     >     >     > >
>     >     >     > > -Alex
>     >     >     > >
>     >     >     > > On 10/11/18, 3:14 PM, "Carlos Rovira" <
>     > carlosrovira@apache.org>
>     >     > wrote:
>     >     >     > >
>     >     >     > >     Hi,
>     >     >     > >
>     >     >     > >     I'm a bit confused with the actual state of the
> repo. We
>     >     > should stay
>     >     >     > in
>     >     >     > >     0.9.4-SNAPSHOT? or 0.9.5-SNAPSHOT?
>     >     >     > >     I'm building with the latest since 1-2 days but
> removed
>     > all
>     >     > royale
>     >     >     > > folder
>     >     >     > >     with all maven artifacts and rebuild from scratch,
> makes
>     > me
>     >     > have
>     >     >     > mixed
>     >     >     > >     versions, since some artifacts are downloading
> 0.9.4
>     > instead
>     >     > of use
>     >     >     > > 0.9.5
>     >     >     > >
>     >     >     > >     Piotr, seems nobody  take the request to continue
> with
>     > the
>     >     > release
>     >     >     > for
>     >     >     > > now,
>     >     >     > >     so I propose to stabilize the repo.
>     >     >     > >
>     >     >     > >     Thoughts?
>     >     >     > >
>     >     >     > >     Carlos
>     >     >     > >
>     >     >     > >
>     >     >     > >
>     >     >     > >
>     >     >     > >
>     >     >     > >     El jue., 11 oct. 2018 a las 20:33, Piotr Zarzycki
> (<
>     >     >     > >     piotrzarzycki21@gmail.com>) escribió:
>     >     >     > >
>     >     >     > >     > Hi Alex,
>     >     >     > >     >
>     >     >     > >     > Unfortunately in the next couple of days I won't
> have
>     > time
>     >     > for
>     >     >     > that.
>     >     >     > > If
>     >     >     > >     > someone can do that feel free jump into it.
>     >     >     > >     >
>     >     >     > >     > Piotr
>     >     >     > >     >
>     >     >     > >     > On Thu, Oct 11, 2018, 6:43 PM Alex Harui
>     >     > <aharui@adobe.com.invalid
>     >     >     > >
>     >     >     > > wrote:
>     >     >     > >     >
>     >     >     > >     > > After digging through the output you pasted, it
>     > appears
>     >     > that the
>     >     >     > >     > > "check-empty-folder" target isn't quite right
> and
>     > didn't
>     >     > catch
>     >     >     > > that you
>     >     >     > >     > > didn't run "maven" against an empty folder.
>     > Although I am
>     >     > a bit
>     >     >     > > puzzled
>     >     >     > >     > > why there were modified files in the working
> copy.
>     >     >     > >     > >
>     >     >     > >     > > Maven and the scripts have some expectation
> that you
>     > are
>     >     > starting
>     >     >     > > from
>     >     >     > >     > the
>     >     >     > >     > > beginning, so if Maven got far enough to
> create a
>     > tag and
>     >     > you
>     >     >     > have
>     >     >     > > to
>     >     >     > >     > start
>     >     >     > >     > > over, you have to remove the tag.  These
> scripts are
>     > still
>     >     > under
>     >     >     > >     > > development so you should not expect that every
>     > situation
>     >     > has
>     >     >     > been
>     >     >     > >     > > accounted for.
>     >     >     > >     > >
>     >     >     > >     > > So, go delete the tag.  Instructions for doing
> so
>     > are in
>     >     > the
>     >     >     > > wiki.  Maybe
>     >     >     > >     > > figure out why those files were modified, but
> maybe
>     >     > because your
>     >     >     > > earlier
>     >     >     > >     > > run didn't have the right gpg password.
>     >     >     > >     > >
>     >     >     > >     > > Try changing the check-empty-folder to also
> test for:
>     >     >     > >     > >
>     >     >     > >     > >         <available
>     >     > file="${basedir}/royale-asjs/build.properties"
>     >     >     > >     > >             type="file"
>     >     >     > >     > >             property="found.build.properties"
>     > value="true"
>     >     > />
>     >     >     > >     > >
>     >     >     > >     > > Then it should catch you on the steps where
> you are
>     >     > supposed to
>     >     >     > > start by
>     >     >     > >     > > pulling down the repos again.
>     >     >     > >     > >
>     >     >     > >     > > If you don't have time for any of that, let us
> know
>     > here
>     >     > so the
>     >     >     > > next RM
>     >     >     > >     > > can know where to start.
>     >     >     > >     > >
>     >     >     > >     > > -Alex
>     >     >     > >     > >
>     >     >     > >     > > On 10/11/18, 2:05 AM, "Piotr Zarzycki" <
>     >     >     > piotrzarzycki21@gmail.com>
>     >     >     > >     > wrote:
>     >     >     > >     > >
>     >     >     > >     > >     I gave up again :) It costs me to much
> time. I
>     > thought
>     >     > since
>     >     >     > > Om did
>     >     >     > >     > so
>     >     >     > >     > > much
>     >     >     > >     > >     progress I will launch the script and will
> work.
>     > It's
>     >     > still
>     >     >     > > failing.
>     >     >     > >     > >
>     >     >     > >     > >
>     >     >     > >     > >
>     >     >     > >     >
>     >     >     > >
>     >     >     >
>     >     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FWJ44&amp;data=02%7C01%7Caharui%40adobe.com%7C70b502e9eb244bd1628308d6301e6423%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749304425755026&amp;sdata=vnwoM5EzCXnBP15NvNUmHSaZRDq4aVQZ2ikXJqb%2Fu2c%3D&amp;reserved=0
>     >     >     > >     > >
>     >     >     > >     > >     I run first time and had problem with gpg
>     > password -
>     >     > just
>     >     >     > > forgot it,
>     >     >     > >     > > but
>     >     >     > >     > >     run it again and type correct password.
> Probably
>     > first
>     >     > time
>     >     >     > > this tag
>     >     >     > >     > > was
>     >     >     > >     > >     created and now script failing cause tag
> exits.
>     > Never
>     >     > ending
>     >     >     > > story.
>     >     >     > >     > >
>     >     >     > >     > >     I'm in that step - If someone would like
> to try
>     > it out
>     >     > let me
>     >     >     > > know
>     >     >     > >     > and
>     >     >     > >     > > I
>     >     >     > >     > >     won't revert anything for now:
>     >     >     > >     > >
>     >     >     > >     > >     ant -f releasecandidate.xml
>     > -Drelease.version="0.9.4"
>     >     >     > >     > > -Dbrowser="c:\Program
>     >     >     > >     > >     Files\Mozilla Firefox\firefox.exe" -Drc=1
> maven
>     >     >     > >     > >
>     >     >     > >     > >     Thanks,
>     >     >     > >     > >     Piotr
>     >     >     > >     > >
>     >     >     > >     > >
>     >     >     > >     > >     czw., 11 paź 2018 o 10:13 Piotr Zarzycki <
>     >     >     > > piotrzarzycki21@gmail.com>
>     >     >     > >     > >     napisał(a):
>     >     >     > >     > >
>     >     >     > >     > >     > Hi Alex,
>     >     >     > >     > >     >
>     >     >     > >     > >     > This is what I'm getting for git status
> for
>     >     > royale-compiler
>     >     >     > > [1]
>     >     >     > >     > >     >
>     >     >     > >     > >     > [1]
>     >     >     > >     > >
>     >     >     > >     >
>     >     >     > >
>     >     >     >
>     >     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FYuiH&amp;data=02%7C01%7Caharui%40adobe.com%7C70b502e9eb244bd1628308d6301e6423%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749304425765030&amp;sdata=GJ4LS4KWLmTEY6fL5HAGG8g8uUBRqLvotNLZBbY5NnE%3D&amp;reserved=0
>     >     >     > >     > >     >
>     >     >     > >     > >     > Thanks,
>     >     >     > >     > >     > Piotr
>     >     >     > >     > >     >
>     >     >     > >     > >     > śr., 10 paź 2018 o 17:50 Alex Harui
>     >     >     > <aharui@adobe.com.invalid
>     >     >     > > >
>     >     >     > >     > > napisał(a):
>     >     >     > >     > >     >
>     >     >     > >     > >     >> What does 'git status' return for that
> local
>     > copy
>     >     > of the
>     >     >     > >     > > royale-compiler
>     >     >     > >     > >     >> repo?
>     >     >     > >     > >     >>
>     >     >     > >     > >     >> That part of the script is trying to
> see if
>     >     >     > > compiler-jburg-types
>     >     >     > >     > and
>     >     >     > >     > >     >> compiler-build-tools needed a version
> update
>     > that
>     >     > needs to
>     >     >     > > be
>     >     >     > >     > > pushed.
>     >     >     > >     > >     >> Those two projects should be at 1.0.0
> since we
>     >     > rarely, if
>     >     >     > > ever,
>     >     >     > >     > > will need
>     >     >     > >     > >     >> to modify it.  There shouldn't have been
>     >     > modifications in
>     >     >     > > this
>     >     >     > >     > > release, yet
>     >     >     > >     > >     >> Git status is reporting modifications
> to some
>     >     > file.  A
>     >     >     > test
>     >     >     > > is
>     >     >     > >     > done
>     >     >     > >     > > to
>     >     >     > >     > >     >> check for the word "modified:" in the
> 'git
>     > status'
>     >     > output,
>     >     >     > > then
>     >     >     > >     > that
>     >     >     > >     > >     >> attempt to push is executed.  Somehow,
> the git
>     >     > status is
>     >     >     > > implying
>     >     >     > >     > >     >> modifications but the files we are
> trying to
>     > push
>     >     > are not
>     >     >     > >     > modified.
>     >     >     > >     > >     >>
>     >     >     > >     > >     >> The solutions should not require
> reverting of
>     > the
>     >     > release
>     >     >     > > branch.
>     >     >     > >     > > It
>     >     >     > >     > >     >> looks like you have successfully
> created a
>     > correct
>     >     > set of
>     >     >     > > branches
>     >     >     > >     > > and the
>     >     >     > >     > >     >> steps you are running start by pulling
> down
>     > the
>     >     > release
>     >     >     > > branch.  I
>     >     >     > >     > > didn't
>     >     >     > >     > >     >> see any commits to the release branch
> from the
>     >     > scripts, so
>     >     >     > > to
>     >     >     > >     > > re-start, it
>     >     >     > >     > >     >> should just be manually deleting the
> local
>     > copies
>     >     > of the
>     >     >     > > repos and
>     >     >     > >     > > running
>     >     >     > >     > >     >> the Ant command again after making one
> of the
>     >     > changes to
>     >     >     > >     > >     >> releasecandidate.xml I will describe
> below:
>     >     >     > >     > >     >>
>     >     >     > >     > >     >> IMO, the choices are (and there may be
> more
>     > choices)
>     >     >     > >     > >     >> 1.  Figure out how to be smarter about
> what
>     > 'git
>     >     > status'
>     >     >     > > output
>     >     >     > >     > > will say
>     >     >     > >     > >     >> so the test works correctly
>     >     >     > >     > >     >> 2. Set failonerror="false" on the push
> step
>     > and not
>     >     > care
>     >     >     > if
>     >     >     > > that
>     >     >     > >     > > push
>     >     >     > >     > >     >> succeeds.  This is slightly risky if we
> ever
>     > do
>     >     > want to
>     >     >     > push
>     >     >     > >     > > changes, but
>     >     >     > >     > >     >> again, that is low probability, IMO.
>     >     >     > >     > >     >> 3. Comment out those steps since it
> will be
>     > rare we
>     >     > will
>     >     >     > > need
>     >     >     > >     > > them.  If
>     >     >     > >     > >     >> we do need them some day, the RM will
> have to
>     >     > remember to
>     >     >     > >     > uncomment
>     >     >     > >     > > those
>     >     >     > >     > >     >> steps.
>     >     >     > >     > >     >>
>     >     >     > >     > >     >> HTH,
>     >     >     > >     > >     >> -Alex
>     >     >     > >     > >     >>
>     >     >     > >     > >     >> On 10/10/18, 2:52 AM, "Piotr Zarzycki" <
>     >     >     > > piotrzarzycki21@gmail.com
>     >     >     > >     > >
>     >     >     > >     > >     >> wrote:
>     >     >     > >     > >     >>
>     >     >     > >     > >     >>     Ok It's failed :) However I passed
> step 3
>     > in
>     >     >     > > instruction. Step
>     >     >     > >     > > 4 is
>     >     >     > >     > >     >> failing
>     >     >     > >     > >     >>     [1] - if someone know what could it
> be -
>     > I will
>     >     > wait
>     >     >     > > with
>     >     >     > >     > > reverting
>     >     >     > >     > >     >> changes.
>     >     >     > >     > >     >>
>     >     >     > >     > >     >>     Lines in stacktrace are pointing in
> ant
>     > script
>     >     > to
>     >     >     > > following
>     >     >     > >     > > targets:
>     >     >     > >     > >     >>
>     >     >     > >     > >     >>     Line 556: git-commit-and-push-utils
>     >     >     > >     > >     >>     Line 487:
>     > git-commit-and-push-utils-if-modified
>     >     >     > >     > >     >>     Line 473:
>     >     >     > >     > >     >>
>     >     >     > >     > >     >>     <exec executable="${git}"
>     > dir="${compiler}"
>     >     >     > >     > failonerror="true" >
>     >     >     > >     > >     >>                 <arg value="commit" />
>     >     >     > >     > >     >>                 <arg value="-m" />
>     >     >     > >     > >     >>                 <arg value="remove
> SNAPSHOT
>     > from
>     >     >     > >     > > compiler-jburg-types and
>     >     >     > >     > >     >>     compiler-build-tools versions" />
>     >     >     > >     > >     >>             </exec>
>     >     >     > >     > >     >>
>     >     >     > >     > >     >>     [1]
>     >     >     > >     > >     >>
>     >     >     > >     > >
>     >     >     > >     >
>     >     >     > >
>     >     >     >
>     >     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2Fbg5e&amp;data=02%7C01%7Caharui%40adobe.com%7C70b502e9eb244bd1628308d6301e6423%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749304425765030&amp;sdata=q3DBKsSO%2BqlLAcK2r61RVnzycO48q94B%2FdSm%2F82fssM%3D&amp;reserved=0
>     >     >     > >     > >     >>
>     >     >     > >     > >     >>     Thanks,
>     >     >     > >     > >     >>     Piotr
>     >     >     > >     > >     >>
>     >     >     > >     > >     >>
>     >     >     > >     > >     >>     śr., 10 paź 2018 o 11:34 Carlos
> Rovira <
>     >     >     > >     > carlosrovira@apache.org
>     >     >     > >     > > >
>     >     >     > >     > >     >> napisał(a):
>     >     >     > >     > >     >>
>     >     >     > >     > >     >>     > Ok Piotr, good luck! :)
>     >     >     > >     > >     >>     >
>     >     >     > >     > >     >>     > El mié., 10 oct. 2018 a las
> 10:34, Piotr
>     >     > Zarzycki (<
>     >     >     > >     > >     >>     > piotrzarzycki21@gmail.com>)
> escribió:
>     >     >     > >     > >     >>     >
>     >     >     > >     > >     >>     > > Hi Guys,
>     >     >     > >     > >     >>     > >
>     >     >     > >     > >     >>     > > I will try right now process
> from my
>     > PC. We
>     >     > will
>     >     >     > > see how
>     >     >     > >     > > far I
>     >     >     > >     > >     >> will go
>     >     >     > >     > >     >>     > with
>     >     >     > >     > >     >>     > > that.
>     >     >     > >     > >     >>     > >
>     >     >     > >     > >     >>     > > Piotr
>     >     >     > >     > >     >>     > >
>     >     >     > >     > >     >>     > > czw., 4 paź 2018 o 22:01 Alex
> Harui
>     >     >     > >     > > <ah...@adobe.com.invalid>
>     >     >     > >     > >     >>     > napisał(a):
>     >     >     > >     > >     >>     > >
>     >     >     > >     > >     >>     > > > Hi Om,
>     >     >     > >     > >     >>     > > >
>     >     >     > >     > >     >>     > > > If make_branches succeeds,
> then you
>     >     > shouldn't
>     >     >     > > need to go
>     >     >     > >     > > back
>     >     >     > >     > >     >> and
>     >     >     > >     > >     >>     > delete
>     >     >     > >     > >     >>     > > > branches and tags and run
>     > make_branches
>     >     > again if
>     >     >     > > the
>     >     >     > >     > > "maven"
>     >     >     > >     > >     >> step
>     >     >     > >     > >     >>     > fails.
>     >     >     > >     > >     >>     > > >
>     >     >     > >     > >     >>     > > > You might need to revert any
>     > changes to
>     >     > the
>     >     >     > > release
>     >     >     > >     > > branch that
>     >     >     > >     > >     >> the
>     >     >     > >     > >     >>     > > > "maven" step did, but then you
>     > should be
>     >     > able to
>     >     >     > > delete
>     >     >     > >     > > the
>     >     >     > >     > >     >> local copy
>     >     >     > >     > >     >>     > of
>     >     >     > >     > >     >>     > > > the branches and start again
> with
>     > "maven"
>     >     > or
>     >     >     > >     > >     >>     > > >
> "maven_skip_compiler_and_typedefs"
>     > if you
>     >     > got
>     >     >     > all
>     >     >     > > the
>     >     >     > >     > way
>     >     >     > >     > > up to
>     >     >     > >     > >     >>     > > royale-asjs.
>     >     >     > >     > >     >>     > > >
>     >     >     > >     > >     >>     > > > What are some of the 200+
> files that
>     >     > don't get
>     >     >     > > reverted
>     >     >     > >     > > back to
>     >     >     > >     > >     >> 0.9.4?
>     >     >     > >     > >     >>     > > >
>     >     >     > >     > >     >>     > > > You are welcome to try to add
> the
>     >     > "continue"
>     >     >     > > option.  I
>     >     >     > >     > > would
>     >     >     > >     > >     >> suggest
>     >     >     > >     > >     >>     > > > adding a dummy parameter.  So
> if the
>     >     > script
>     >     >     > > currently
>     >     >     > >     > > calls
>     >     >     > >     > >     >> Maven like
>     >     >     > >     > >     >>     > > this:
>     >     >     > >     > >     >>     > > >
>     >     >     > >     > >     >>     > > >         <exec
> executable="${mvn}"
>     >     >     > >     > >     >> dir="${basedir}/maven-release-plugin"
>     >     >     > >     > >     >>     > > > failonerror="true" >
>     >     >     > >     > >     >>     > > >             <arg
> value="clean" />
>     >     >     > >     > >     >>     > > >             <arg
> value="install" />
>     >     >     > >     > >     >>     > > >         </exec>
>     >     >     > >     > >     >>     > > >
>     >     >     > >     > >     >>     > > > You can try changing it to
>     > something like
>     >     > this:
>     >     >     > >     > >     >>     > > >
>     >     >     > >     > >     >>     > > >         <property
>     > name="continueOption"
>     >     >     > >     > value="-Ddummy=0"
>     >     >     > >     > > />
>     >     >     > >     > >     >>     > > >         <exec
> executable="${mvn}"
>     >     >     > >     > >     >> dir="${basedir}/maven-release-plugin"
>     >     >     > >     > >     >>     > > > failonerror="true" >
>     >     >     > >     > >     >>     > > >             <arg
>     >     > value="${continueOption}" />
>     >     >     > >     > >     >>     > > >             <arg
> value="clean" />
>     >     >     > >     > >     >>     > > >             <arg
> value="install" />
>     >     >     > >     > >     >>     > > >         </exec>
>     >     >     > >     > >     >>     > > >
>     >     >     > >     > >     >>     > > > Then you should be able to
> set in
>     > your
>     >     >     > > local.properties:
>     >     >     > >     > >     >>     > > >
>     >     >     > >     > >     >>     > > > continueOption=-rf
> JewelExample
>     >     >     > >     > >     >>     > > >
>     >     >     > >     > >     >>     > > > You will probably need to use
>     > different
>     >     > names
>     >     >     > for
>     >     >     > > each
>     >     >     > >     > > call to
>     >     >     > >     > >     >> Maven so
>     >     >     > >     > >     >>     > > > subsequent Maven calls don't
> pick
>     > up the
>     >     > same
>     >     >     > > option.
>     >     >     > >     > >     >>     > > >
>     >     >     > >     > >     >>     > > > HTH,
>     >     >     > >     > >     >>     > > > -Alex
>     >     >     > >     > >     >>     > > >
>     >     >     > >     > >     >>     > > > On 10/4/18, 11:58 AM,
> "OmPrakash
>     >     > Muppirala" <
>     >     >     > >     > >     >> bigosmallm@gmail.com>
>     >     >     > >     > >     >>     > > wrote:
>     >     >     > >     > >     >>     > > >
>     >     >     > >     > >     >>     > > >     On Thu, Oct 4, 2018 at
> 1:48 AM
>     > Alex
>     >     > Harui
>     >     >     > >     > >     >> <aharui@adobe.com.invalid
>     >     >     > >     > >     >>     > >
>     >     >     > >     > >     >>     > > > wrote:
>     >     >     > >     > >     >>     > > >
>     >     >     > >     > >     >>     > > >     > Om, it looks like you
> are
>     > still
>     >     > deleting
>     >     >     > and
>     >     >     > >     > > recreating
>     >     >     > >     > >     >> the
>     >     >     > >     > >     >>     > > branches.
>     >     >     > >     > >     >>     > > >     > Does this mean you have
> never
>     >     > completed
>     >     >     > the
>     >     >     > >     > > make_branches
>     >     >     > >     > >     >> step?
>     >     >     > >     > >     >>     > > >
>     >     >     > >     > >     >>     > > >
>     >     >     > >     > >     >>     > > >     Yes, I delete the tags,
> branches
>     >     > (remote)
>     >     >     > > each time
>     >     >     > >     > >     >> something
>     >     >     > >     > >     >>     > fails.
>     >     >     > >     > >     >>     > > > Then
>     >     >     > >     > >     >>     > > >     I do a global search for
> 0.9.5
>     > and
>     >     > replace
>     >     >     > it
>     >     >     > > with
>     >     >     > >     > > 0.9.4
>     >     >     > >     > >     >> (some 200+
>     >     >     > >     > >     >>     > > > files
>     >     >     > >     > >     >>     > > >     across 3 repos), then
> push them
>     > into
>     >     >     > > remote/develop.
>     >     >     > >     > >     >>     > > >
>     >     >     > >     > >     >>     > > >     Then I do the
> make_branches step
>     >     > first.
>     >     >     > Then
>     >     >     > > do a
>     >     >     > >     > > git push
>     >     >     > >     > >     >> in
>     >     >     > >     > >     >>     > > > roayale-asjs
>     >     >     > >     > >     >>     > > >     as per the instructions
> in the
>     >     > commandline.
>     >     >     > I
>     >     >     > > have
>     >     >     > >     > > never
>     >     >     > >     > >     >> had issues
>     >     >     > >     > >     >>     > > > with
>     >     >     > >     > >     >>     > > >     this step.  It is always
> the
>     > maven
>     >     > step that
>     >     >     > > fails
>     >     >     > >     > > for some
>     >     >     > >     > >     >> reason
>     >     >     > >     > >     >>     > or
>     >     >     > >     > >     >>     > > > the
>     >     >     > >     > >     >>     > > >     other.
>     >     >     > >     > >     >>     > > >
>     >     >     > >     > >     >>     > > >
>     >     >     > >     > >     >>     > > >     > Is make_branches failing
>     > trying to
>     >     > run a
>     >     >     > > build in
>     >     >     > >     > > the
>     >     >     > >     > >     >> develop
>     >     >     > >     > >     >>     > > branch
>     >     >     > >     > >     >>     > > > and
>     >     >     > >     > >     >>     > > >     > uploading 0.9.5-SNAPSHOT
>     > artifacts?
>     >     >     > >     > >     >>     > > >
>     >     >     > >     > >     >>     > > >
>     >     >     > >     > >     >>     > > >     No
>     >     >     > >     > >     >>     > > >
>     >     >     > >     > >     >>     > > >
>     >     >     > >     > >     >>     > > >     > I supposed we could try
> to
>     > find a
>     >     > way to
>     >     >     > > skip
>     >     >     > >     > that,
>     >     >     > >     > > but
>     >     >     > >     > >     >> you will
>     >     >     > >     > >     >>     > > need
>     >     >     > >     > >     >>     > > >     > reliable uploading to
>     >     > repository.a.o to be
>     >     >     > > an RM
>     >     >     > >     > > without
>     >     >     > >     > >     >> going
>     >     >     > >     > >     >>     > > crazy.
>     >     >     > >     > >     >>     > > >     >
>     >     >     > >     > >     >>     > > >
>     >     >     > >     > >     >>     > > >     Hmm, I use the same
> internet
>     >     > connection for
>     >     >     > > personal
>     >     >     > >     > > and
>     >     >     > >     > >     >> work
>     >     >     > >     > >     >>     > related
>     >     >     > >     > >     >>     > > >     activities.  I don't
> usually
>     > have
>     >     > issues
>     >     >     > with
>     >     >     > >     > > internet.
>     >     >     > >     > >     >> Either we
>     >     >     > >     > >     >>     > > are
>     >     >     > >     > >     >>     > > > very
>     >     >     > >     > >     >>     > > >     unlucky here or we need a
> more
>     >     > reselient way
>     >     >     > > to pick
>     >     >     > >     > > up
>     >     >     > >     > >     >> things if
>     >     >     > >     > >     >>     > we
>     >     >     > >     > >     >>     > > > lose
>     >     >     > >     > >     >>     > > >     internet connectivity
>     > momentarily.
>     >     >     > >     > >     >>     > > >
>     >     >     > >     > >     >>     > > >     It takes upwards of 90
> minutes
>     > of
>     >     > uploading
>     >     >     > > stuff. I
>     >     >     > >     > > dont
>     >     >     > >     > >     >> do this
>     >     >     > >     > >     >>     > > kind
>     >     >     > >     > >     >>     > > > of
>     >     >     > >     > >     >>     > > >     uploading for my regular
> work,
>     > so
>     >     > that is
>     >     >     > > probably I
>     >     >     > >     > > have
>     >     >     > >     > >     >> never hit
>     >     >     > >     > >     >>     > > > this
>     >     >     > >     > >     >>     > > >     issue before.
>     >     >     > >     > >     >>     > > >
>     >     >     > >     > >     >>     > > >     I still think that
> looking into
>     > the
>     >     >     > > 'resume-from'
>     >     >     > >     > > directive
>     >     >     > >     > >     >> in
>     >     >     > >     > >     >>     > maven
>     >     >     > >     > >     >>     > > is
>     >     >     > >     > >     >>     > > >     worthwhile.
>     >     >     > >     > >     >>     > > >
>     >     >     > >     > >     >>     > > >     Thanks,
>     >     >     > >     > >     >>     > > >     Om
>     >     >     > >     > >     >>     > > >
>     >     >     > >     > >     >>     > > >
>     >     >     > >     > >     >>     > > >     >
>     >     >     > >     > >     >>     > > >     > -Alex
>     >     >     > >     > >     >>     > > >     >
>     >     >     > >     > >     >>     > > >     > On 10/3/18, 2:11 PM,
>     > "OmPrakash
>     >     >     > Muppirala" <
>     >     >     > >     > >     >> bigosmallm@gmail.com
>     >     >     > >     > >     >>     > >
>     >     >     > >     > >     >>     > > > wrote:
>     >     >     > >     > >     >>     > > >     >
>     >     >     > >     > >     >>     > > >     >     On Wed, Oct 3, 2018
> at
>     > 2:02 PM
>     >     > Alex
>     >     >     > > Harui
>     >     >     > >     > >     >>     > > > <ah...@adobe.com.invalid>
>     >     >     > >     > >     >>     > > >     > wrote:
>     >     >     > >     > >     >>     > > >     >
>     >     >     > >     > >     >>     > > >     >     > Hi Om,
>     >     >     > >     > >     >>     > > >     >     >
>     >     >     > >     > >     >>     > > >     >     > Does anything
> deploy,
>     > or is
>     >     > that the
>     >     >     > > first
>     >     >     > >     > > thing
>     >     >     > >     > >     >> that is
>     >     >     > >     > >     >>     > > > attempted to
>     >     >     > >     > >     >>     > > >     >     > deploy?  I found
> this
>     > article
>     >     > that
>     >     >     > > might
>     >     >     > >     > help:
>     >     >     > >     > >     >>     > > >     >     >
>     >     >     > >     > >     >>     > > >     >     >
>     >     >     > >     > >     >>     > > >     >
>     >     >     > >     > >     >>     > > >
>     >     >     > >     > >     >>     > >
>     >     >     > >     > >     >>     >
>     >     >     > >     > >     >>
>     >     >     > >     > >
>     >     >     > >     >
>     >     >     > >
>     >     >     >
>     >     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.apigee.com%2Fquestions%2F50756%2Funable-to-deploy-using-maven-script-due-to-error-r.html&amp;data=02%7C01%7Caharui%40adobe.com%7C70b502e9eb244bd1628308d6301e6423%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749304425765030&amp;sdata=A4XlGWVW3pNJRJxcFCx%2FrNib%2BHcVRnMiuUdtIMg%2FcKA%3D&amp;reserved=0
>     >     >     > >     > >     >>     > > >     >
>     >     >     > >     > >     >>     > > >     >
>     >     >     > >     > >     >>     > > >     >     It deployed a lot of
>     > artifacts
>     >     > before
>     >     >     > > hitting
>     >     >



-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: [Discuss] Start release process 0.9.3

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Hi Piotr,

Yes, I have the same settings (username aharui, password is my apache password).  Try logging into repository.apache.org from your browser.  I don't know for sure that repository.a.o uses LDAP, it might be I just used the same username and password to be lazy).

I will also say that Infra recently changed some setting on repository.a.o and I have not tried deploying since so maybe there is some authorization step we need to do.

HTH,
-Alex

On 10/12/18, 1:40 AM, "Piotr Zarzycki" <pi...@gmail.com> wrote:

    Alex, Om,
    
    I'm a bit farther. I had a lot of problems on my sight with gpg, but I was
    able to configure it properly in GitBash. I reached point with artifacts
    upload. It's failed cause it looks like my password was incorrect. I would
    like to make sure that I'm having similar configuration as you.
    
    I have login and password Maven in c:\Users\piotr\.m2\settings.xml under
    
    <servers>
      <server>
    <id>apache-release</id>
    <username>piotrz</username>
    <password>mypass</password>
      </server>
      <server>
    <id>apache-snapshots</id>
    <username>piotrz</username>
    <password>mypass</password>
      </server>
    </servers>
    
    I'm getting following results right now [1] -> compiler-build-tools-1.0.0.
    jar. Return code is: 401, ReasonPhrase: Unauthorized.
    It looks like I'm having problem with authorization to maven central.
    
    The question is also - Do you use apache login and password ?
    
    [1] https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2F5OOR&amp;data=02%7C01%7Caharui%40adobe.com%7C70b502e9eb244bd1628308d6301e6423%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749304425755026&amp;sdata=LI2jISStQfoEX1idxKoM2FEaZYN7nlOO%2FubKaigVOGo%3D&amp;reserved=0
    
    Thanks,
    Piotr
    
    pt., 12 paź 2018 o 07:39 Alex Harui <ah...@adobe.com.invalid> napisał(a):
    
    > Hi Piotr,
    >
    > Well, it depends.  In looking at the repos, I do not see the 0.9.4 tag,
    > which is strange since Carlos's Git GUI client is updating it.
    >
    > IMO, for sure, you should update releasecandidate.xml per my earlier
    > email, delete the repos out of the folder you are using and see how far you
    > get.  Maybe there is a bad tag I can't see that Maven will see and fail.
    > Not sure what to do in that case, maybe we'll have to give up on 0.9.4 as a
    > version and try to upgrade the version to 0.9.5.  Or maybe the tag never
    > got pushed and deleting the repos locally will resolve the issue.
    >
    > Good luck,
    > -Alex
    >
    > On 10/11/18, 10:24 PM, "Piotr Zarzycki" <pi...@gmail.com>
    > wrote:
    >
    >     Alex,
    >
    >     In the other words If I have time today I can continue with the
    > process? We
    >     end up with situation where I need to remove tag and try again as I
    >     remember?
    >
    >     Thanks,
    >     Piotr
    >
    >     On Fri, Oct 12, 2018, 7:12 AM Alex Harui <ah...@adobe.com.invalid>
    > wrote:
    >
    >     > Hi Piotr,
    >     >
    >     > I agree with your sentiments.  However, I think one problem is that
    > the
    >     > revert emails are misleading.  Unlike other commits, the subject of a
    >     > revert does not show what branch was changed, so I think Carlos was
    >     > reverting things in a branch.
    >     >
    >     > That said, it is still very troublesome that his Git tools are
    > changing
    >     > the tags.  IMO, Carlos will have to stop using that tool.
    >     >
    >     > -Alex
    >     >
    >     > On 10/11/18, 9:57 PM, "Piotr Zarzycki" <pi...@gmail.com>
    > wrote:
    >     >
    >     >     Carlos,
    >     >
    >     >     You are expecting from people who are volunteers to do some
    > things in
    >     > one
    >     >     day? It's impossible to do that. I'm not working on that full
    > time. I
    >     > did
    >     >     first finally successful step for the release. Everything was
    > reported
    >     > on
    >     >     this list. I had problems and didn't have time to resolve it.
    > Alex
    >     > provide
    >     >     solution - next RM should pickup it and continue release. It can
    > take
    >     > days.
    >     >     If you have problems you should create branch from the last
    > stable
    >     > commit.
    >     >     Is it problem for you ?
    >     >
    >     >     How can we now get back to the previous state now?
    >     >
    >     >     Piotr
    >     >
    >     >     pt., 12 paź 2018 o 02:09 Carlos Rovira <ca...@apache.org>
    >     > napisał(a):
    >     >
    >     >     > Hi Alex,
    >     >     > if you check in actual develop for "0.9.5-SNAPSHOT" and
    >     > "0.9.4-SNAPSHOT"
    >     >     > you'll see maven build compiler and typedefs 0.9.5-SNAPSHOT,
    > but
    >     > when build
    >     >     > framework, it downloads compiler and typedefs 0.9.4-SNAPSHOT
    > since
    >     > the
    >     >     > versions in framework are not updated. This is the reason you
    > don't
    >     > see any
    >     >     > fail when building with maven. If you update all to use the
    > same
    >     > number it
    >     >     > will fail. I recommend you as well to remove royale folder in
    > your
    >     > local
    >     >     > .m2 to see how maven generates compiler and typedefs and then
    >     > download
    >     >     > other version.
    >     >     >
    >     >     > Maybe the rest of people didn't see this because they use ANT
    > and
    >     > that
    >     >     > build system is not affected by the release process. But I
    > think we
    >     > can't
    >     >     > left the failed release process without revert it for days,
    > since we
    >     > are
    >     >     > all seeing different things.
    >     >     >
    >     >     > For example, I was able to run your MX RO example with ANT,
    > but I
    >     > can make
    >     >     > it work with Maven, what means to me that I still can't use it
    > since
    >     > my
    >     >     > entire project is in maven.
    >     >     >
    >     >     > I'm trying to fix this for several hours now and still
    > couldn't test
    >     > mx RO
    >     >     > nor working on my project...
    >     >     >
    >     >     > I'm closing for today with all messed up. Tomorrow will try
    > again,
    >     > or will
    >     >     > need to block me in a branch to be able to continue working.
    >     >     >
    >     >     > Thanks
    >     >     >
    >     >     > Carlos
    >     >     >
    >     >     >
    >     >     >
    >     >     >
    >     >     >
    >     >     > El vie., 12 oct. 2018 a las 1:53, Alex Harui
    >     > (<ah...@adobe.com.invalid>)
    >     >     > escribió:
    >     >     >
    >     >     > > The 0.9.4 release branch has been cut.  I have not seen any
    >     > problems
    >     >     > > reported against it, so I don't know of any reason to delete
    > it.
    >     > Thus,
    >     >     > the
    >     >     > > develop branch should be at 0.9.5-SNAPSHOT.
    >     >     > >
    >     >     > > I noticed you messed around with the versions so I have no
    > idea
    >     > what
    >     >     > state
    >     >     > > we are in, plus I continue to see that tags are being
    > updated.
    >     > You will
    >     >     > > probably have to stop using your Git GUI.  We cannot have
    > tags be
    >     >     > modified.
    >     >     > >
    >     >     > > -Alex
    >     >     > >
    >     >     > > On 10/11/18, 3:14 PM, "Carlos Rovira" <
    > carlosrovira@apache.org>
    >     > wrote:
    >     >     > >
    >     >     > >     Hi,
    >     >     > >
    >     >     > >     I'm a bit confused with the actual state of the repo. We
    >     > should stay
    >     >     > in
    >     >     > >     0.9.4-SNAPSHOT? or 0.9.5-SNAPSHOT?
    >     >     > >     I'm building with the latest since 1-2 days but removed
    > all
    >     > royale
    >     >     > > folder
    >     >     > >     with all maven artifacts and rebuild from scratch, makes
    > me
    >     > have
    >     >     > mixed
    >     >     > >     versions, since some artifacts are downloading 0.9.4
    > instead
    >     > of use
    >     >     > > 0.9.5
    >     >     > >
    >     >     > >     Piotr, seems nobody  take the request to continue with
    > the
    >     > release
    >     >     > for
    >     >     > > now,
    >     >     > >     so I propose to stabilize the repo.
    >     >     > >
    >     >     > >     Thoughts?
    >     >     > >
    >     >     > >     Carlos
    >     >     > >
    >     >     > >
    >     >     > >
    >     >     > >
    >     >     > >
    >     >     > >     El jue., 11 oct. 2018 a las 20:33, Piotr Zarzycki (<
    >     >     > >     piotrzarzycki21@gmail.com>) escribió:
    >     >     > >
    >     >     > >     > Hi Alex,
    >     >     > >     >
    >     >     > >     > Unfortunately in the next couple of days I won't have
    > time
    >     > for
    >     >     > that.
    >     >     > > If
    >     >     > >     > someone can do that feel free jump into it.
    >     >     > >     >
    >     >     > >     > Piotr
    >     >     > >     >
    >     >     > >     > On Thu, Oct 11, 2018, 6:43 PM Alex Harui
    >     > <aharui@adobe.com.invalid
    >     >     > >
    >     >     > > wrote:
    >     >     > >     >
    >     >     > >     > > After digging through the output you pasted, it
    > appears
    >     > that the
    >     >     > >     > > "check-empty-folder" target isn't quite right and
    > didn't
    >     > catch
    >     >     > > that you
    >     >     > >     > > didn't run "maven" against an empty folder.
    > Although I am
    >     > a bit
    >     >     > > puzzled
    >     >     > >     > > why there were modified files in the working copy.
    >     >     > >     > >
    >     >     > >     > > Maven and the scripts have some expectation that you
    > are
    >     > starting
    >     >     > > from
    >     >     > >     > the
    >     >     > >     > > beginning, so if Maven got far enough to create a
    > tag and
    >     > you
    >     >     > have
    >     >     > > to
    >     >     > >     > start
    >     >     > >     > > over, you have to remove the tag.  These scripts are
    > still
    >     > under
    >     >     > >     > > development so you should not expect that every
    > situation
    >     > has
    >     >     > been
    >     >     > >     > > accounted for.
    >     >     > >     > >
    >     >     > >     > > So, go delete the tag.  Instructions for doing so
    > are in
    >     > the
    >     >     > > wiki.  Maybe
    >     >     > >     > > figure out why those files were modified, but maybe
    >     > because your
    >     >     > > earlier
    >     >     > >     > > run didn't have the right gpg password.
    >     >     > >     > >
    >     >     > >     > > Try changing the check-empty-folder to also test for:
    >     >     > >     > >
    >     >     > >     > >         <available
    >     > file="${basedir}/royale-asjs/build.properties"
    >     >     > >     > >             type="file"
    >     >     > >     > >             property="found.build.properties"
    > value="true"
    >     > />
    >     >     > >     > >
    >     >     > >     > > Then it should catch you on the steps where you are
    >     > supposed to
    >     >     > > start by
    >     >     > >     > > pulling down the repos again.
    >     >     > >     > >
    >     >     > >     > > If you don't have time for any of that, let us know
    > here
    >     > so the
    >     >     > > next RM
    >     >     > >     > > can know where to start.
    >     >     > >     > >
    >     >     > >     > > -Alex
    >     >     > >     > >
    >     >     > >     > > On 10/11/18, 2:05 AM, "Piotr Zarzycki" <
    >     >     > piotrzarzycki21@gmail.com>
    >     >     > >     > wrote:
    >     >     > >     > >
    >     >     > >     > >     I gave up again :) It costs me to much time. I
    > thought
    >     > since
    >     >     > > Om did
    >     >     > >     > so
    >     >     > >     > > much
    >     >     > >     > >     progress I will launch the script and will work.
    > It's
    >     > still
    >     >     > > failing.
    >     >     > >     > >
    >     >     > >     > >
    >     >     > >     > >
    >     >     > >     >
    >     >     > >
    >     >     >
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FWJ44&amp;data=02%7C01%7Caharui%40adobe.com%7C70b502e9eb244bd1628308d6301e6423%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749304425755026&amp;sdata=vnwoM5EzCXnBP15NvNUmHSaZRDq4aVQZ2ikXJqb%2Fu2c%3D&amp;reserved=0
    >     >     > >     > >
    >     >     > >     > >     I run first time and had problem with gpg
    > password -
    >     > just
    >     >     > > forgot it,
    >     >     > >     > > but
    >     >     > >     > >     run it again and type correct password. Probably
    > first
    >     > time
    >     >     > > this tag
    >     >     > >     > > was
    >     >     > >     > >     created and now script failing cause tag exits.
    > Never
    >     > ending
    >     >     > > story.
    >     >     > >     > >
    >     >     > >     > >     I'm in that step - If someone would like to try
    > it out
    >     > let me
    >     >     > > know
    >     >     > >     > and
    >     >     > >     > > I
    >     >     > >     > >     won't revert anything for now:
    >     >     > >     > >
    >     >     > >     > >     ant -f releasecandidate.xml
    > -Drelease.version="0.9.4"
    >     >     > >     > > -Dbrowser="c:\Program
    >     >     > >     > >     Files\Mozilla Firefox\firefox.exe" -Drc=1 maven
    >     >     > >     > >
    >     >     > >     > >     Thanks,
    >     >     > >     > >     Piotr
    >     >     > >     > >
    >     >     > >     > >
    >     >     > >     > >     czw., 11 paź 2018 o 10:13 Piotr Zarzycki <
    >     >     > > piotrzarzycki21@gmail.com>
    >     >     > >     > >     napisał(a):
    >     >     > >     > >
    >     >     > >     > >     > Hi Alex,
    >     >     > >     > >     >
    >     >     > >     > >     > This is what I'm getting for git status for
    >     > royale-compiler
    >     >     > > [1]
    >     >     > >     > >     >
    >     >     > >     > >     > [1]
    >     >     > >     > >
    >     >     > >     >
    >     >     > >
    >     >     >
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FYuiH&amp;data=02%7C01%7Caharui%40adobe.com%7C70b502e9eb244bd1628308d6301e6423%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749304425765030&amp;sdata=GJ4LS4KWLmTEY6fL5HAGG8g8uUBRqLvotNLZBbY5NnE%3D&amp;reserved=0
    >     >     > >     > >     >
    >     >     > >     > >     > Thanks,
    >     >     > >     > >     > Piotr
    >     >     > >     > >     >
    >     >     > >     > >     > śr., 10 paź 2018 o 17:50 Alex Harui
    >     >     > <aharui@adobe.com.invalid
    >     >     > > >
    >     >     > >     > > napisał(a):
    >     >     > >     > >     >
    >     >     > >     > >     >> What does 'git status' return for that local
    > copy
    >     > of the
    >     >     > >     > > royale-compiler
    >     >     > >     > >     >> repo?
    >     >     > >     > >     >>
    >     >     > >     > >     >> That part of the script is trying to see if
    >     >     > > compiler-jburg-types
    >     >     > >     > and
    >     >     > >     > >     >> compiler-build-tools needed a version update
    > that
    >     > needs to
    >     >     > > be
    >     >     > >     > > pushed.
    >     >     > >     > >     >> Those two projects should be at 1.0.0 since we
    >     > rarely, if
    >     >     > > ever,
    >     >     > >     > > will need
    >     >     > >     > >     >> to modify it.  There shouldn't have been
    >     > modifications in
    >     >     > > this
    >     >     > >     > > release, yet
    >     >     > >     > >     >> Git status is reporting modifications to some
    >     > file.  A
    >     >     > test
    >     >     > > is
    >     >     > >     > done
    >     >     > >     > > to
    >     >     > >     > >     >> check for the word "modified:" in the 'git
    > status'
    >     > output,
    >     >     > > then
    >     >     > >     > that
    >     >     > >     > >     >> attempt to push is executed.  Somehow, the git
    >     > status is
    >     >     > > implying
    >     >     > >     > >     >> modifications but the files we are trying to
    > push
    >     > are not
    >     >     > >     > modified.
    >     >     > >     > >     >>
    >     >     > >     > >     >> The solutions should not require reverting of
    > the
    >     > release
    >     >     > > branch.
    >     >     > >     > > It
    >     >     > >     > >     >> looks like you have successfully created a
    > correct
    >     > set of
    >     >     > > branches
    >     >     > >     > > and the
    >     >     > >     > >     >> steps you are running start by pulling down
    > the
    >     > release
    >     >     > > branch.  I
    >     >     > >     > > didn't
    >     >     > >     > >     >> see any commits to the release branch from the
    >     > scripts, so
    >     >     > > to
    >     >     > >     > > re-start, it
    >     >     > >     > >     >> should just be manually deleting the local
    > copies
    >     > of the
    >     >     > > repos and
    >     >     > >     > > running
    >     >     > >     > >     >> the Ant command again after making one of the
    >     > changes to
    >     >     > >     > >     >> releasecandidate.xml I will describe below:
    >     >     > >     > >     >>
    >     >     > >     > >     >> IMO, the choices are (and there may be more
    > choices)
    >     >     > >     > >     >> 1.  Figure out how to be smarter about what
    > 'git
    >     > status'
    >     >     > > output
    >     >     > >     > > will say
    >     >     > >     > >     >> so the test works correctly
    >     >     > >     > >     >> 2. Set failonerror="false" on the push step
    > and not
    >     > care
    >     >     > if
    >     >     > > that
    >     >     > >     > > push
    >     >     > >     > >     >> succeeds.  This is slightly risky if we ever
    > do
    >     > want to
    >     >     > push
    >     >     > >     > > changes, but
    >     >     > >     > >     >> again, that is low probability, IMO.
    >     >     > >     > >     >> 3. Comment out those steps since it will be
    > rare we
    >     > will
    >     >     > > need
    >     >     > >     > > them.  If
    >     >     > >     > >     >> we do need them some day, the RM will have to
    >     > remember to
    >     >     > >     > uncomment
    >     >     > >     > > those
    >     >     > >     > >     >> steps.
    >     >     > >     > >     >>
    >     >     > >     > >     >> HTH,
    >     >     > >     > >     >> -Alex
    >     >     > >     > >     >>
    >     >     > >     > >     >> On 10/10/18, 2:52 AM, "Piotr Zarzycki" <
    >     >     > > piotrzarzycki21@gmail.com
    >     >     > >     > >
    >     >     > >     > >     >> wrote:
    >     >     > >     > >     >>
    >     >     > >     > >     >>     Ok It's failed :) However I passed step 3
    > in
    >     >     > > instruction. Step
    >     >     > >     > > 4 is
    >     >     > >     > >     >> failing
    >     >     > >     > >     >>     [1] - if someone know what could it be -
    > I will
    >     > wait
    >     >     > > with
    >     >     > >     > > reverting
    >     >     > >     > >     >> changes.
    >     >     > >     > >     >>
    >     >     > >     > >     >>     Lines in stacktrace are pointing in ant
    > script
    >     > to
    >     >     > > following
    >     >     > >     > > targets:
    >     >     > >     > >     >>
    >     >     > >     > >     >>     Line 556: git-commit-and-push-utils
    >     >     > >     > >     >>     Line 487:
    > git-commit-and-push-utils-if-modified
    >     >     > >     > >     >>     Line 473:
    >     >     > >     > >     >>
    >     >     > >     > >     >>     <exec executable="${git}"
    > dir="${compiler}"
    >     >     > >     > failonerror="true" >
    >     >     > >     > >     >>                 <arg value="commit" />
    >     >     > >     > >     >>                 <arg value="-m" />
    >     >     > >     > >     >>                 <arg value="remove SNAPSHOT
    > from
    >     >     > >     > > compiler-jburg-types and
    >     >     > >     > >     >>     compiler-build-tools versions" />
    >     >     > >     > >     >>             </exec>
    >     >     > >     > >     >>
    >     >     > >     > >     >>     [1]
    >     >     > >     > >     >>
    >     >     > >     > >
    >     >     > >     >
    >     >     > >
    >     >     >
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2Fbg5e&amp;data=02%7C01%7Caharui%40adobe.com%7C70b502e9eb244bd1628308d6301e6423%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749304425765030&amp;sdata=q3DBKsSO%2BqlLAcK2r61RVnzycO48q94B%2FdSm%2F82fssM%3D&amp;reserved=0
    >     >     > >     > >     >>
    >     >     > >     > >     >>     Thanks,
    >     >     > >     > >     >>     Piotr
    >     >     > >     > >     >>
    >     >     > >     > >     >>
    >     >     > >     > >     >>     śr., 10 paź 2018 o 11:34 Carlos Rovira <
    >     >     > >     > carlosrovira@apache.org
    >     >     > >     > > >
    >     >     > >     > >     >> napisał(a):
    >     >     > >     > >     >>
    >     >     > >     > >     >>     > Ok Piotr, good luck! :)
    >     >     > >     > >     >>     >
    >     >     > >     > >     >>     > El mié., 10 oct. 2018 a las 10:34, Piotr
    >     > Zarzycki (<
    >     >     > >     > >     >>     > piotrzarzycki21@gmail.com>) escribió:
    >     >     > >     > >     >>     >
    >     >     > >     > >     >>     > > Hi Guys,
    >     >     > >     > >     >>     > >
    >     >     > >     > >     >>     > > I will try right now process from my
    > PC. We
    >     > will
    >     >     > > see how
    >     >     > >     > > far I
    >     >     > >     > >     >> will go
    >     >     > >     > >     >>     > with
    >     >     > >     > >     >>     > > that.
    >     >     > >     > >     >>     > >
    >     >     > >     > >     >>     > > Piotr
    >     >     > >     > >     >>     > >
    >     >     > >     > >     >>     > > czw., 4 paź 2018 o 22:01 Alex Harui
    >     >     > >     > > <ah...@adobe.com.invalid>
    >     >     > >     > >     >>     > napisał(a):
    >     >     > >     > >     >>     > >
    >     >     > >     > >     >>     > > > Hi Om,
    >     >     > >     > >     >>     > > >
    >     >     > >     > >     >>     > > > If make_branches succeeds, then you
    >     > shouldn't
    >     >     > > need to go
    >     >     > >     > > back
    >     >     > >     > >     >> and
    >     >     > >     > >     >>     > delete
    >     >     > >     > >     >>     > > > branches and tags and run
    > make_branches
    >     > again if
    >     >     > > the
    >     >     > >     > > "maven"
    >     >     > >     > >     >> step
    >     >     > >     > >     >>     > fails.
    >     >     > >     > >     >>     > > >
    >     >     > >     > >     >>     > > > You might need to revert any
    > changes to
    >     > the
    >     >     > > release
    >     >     > >     > > branch that
    >     >     > >     > >     >> the
    >     >     > >     > >     >>     > > > "maven" step did, but then you
    > should be
    >     > able to
    >     >     > > delete
    >     >     > >     > > the
    >     >     > >     > >     >> local copy
    >     >     > >     > >     >>     > of
    >     >     > >     > >     >>     > > > the branches and start again with
    > "maven"
    >     > or
    >     >     > >     > >     >>     > > > "maven_skip_compiler_and_typedefs"
    > if you
    >     > got
    >     >     > all
    >     >     > > the
    >     >     > >     > way
    >     >     > >     > > up to
    >     >     > >     > >     >>     > > royale-asjs.
    >     >     > >     > >     >>     > > >
    >     >     > >     > >     >>     > > > What are some of the 200+ files that
    >     > don't get
    >     >     > > reverted
    >     >     > >     > > back to
    >     >     > >     > >     >> 0.9.4?
    >     >     > >     > >     >>     > > >
    >     >     > >     > >     >>     > > > You are welcome to try to add the
    >     > "continue"
    >     >     > > option.  I
    >     >     > >     > > would
    >     >     > >     > >     >> suggest
    >     >     > >     > >     >>     > > > adding a dummy parameter.  So if the
    >     > script
    >     >     > > currently
    >     >     > >     > > calls
    >     >     > >     > >     >> Maven like
    >     >     > >     > >     >>     > > this:
    >     >     > >     > >     >>     > > >
    >     >     > >     > >     >>     > > >         <exec executable="${mvn}"
    >     >     > >     > >     >> dir="${basedir}/maven-release-plugin"
    >     >     > >     > >     >>     > > > failonerror="true" >
    >     >     > >     > >     >>     > > >             <arg value="clean" />
    >     >     > >     > >     >>     > > >             <arg value="install" />
    >     >     > >     > >     >>     > > >         </exec>
    >     >     > >     > >     >>     > > >
    >     >     > >     > >     >>     > > > You can try changing it to
    > something like
    >     > this:
    >     >     > >     > >     >>     > > >
    >     >     > >     > >     >>     > > >         <property
    > name="continueOption"
    >     >     > >     > value="-Ddummy=0"
    >     >     > >     > > />
    >     >     > >     > >     >>     > > >         <exec executable="${mvn}"
    >     >     > >     > >     >> dir="${basedir}/maven-release-plugin"
    >     >     > >     > >     >>     > > > failonerror="true" >
    >     >     > >     > >     >>     > > >             <arg
    >     > value="${continueOption}" />
    >     >     > >     > >     >>     > > >             <arg value="clean" />
    >     >     > >     > >     >>     > > >             <arg value="install" />
    >     >     > >     > >     >>     > > >         </exec>
    >     >     > >     > >     >>     > > >
    >     >     > >     > >     >>     > > > Then you should be able to set in
    > your
    >     >     > > local.properties:
    >     >     > >     > >     >>     > > >
    >     >     > >     > >     >>     > > > continueOption=-rf JewelExample
    >     >     > >     > >     >>     > > >
    >     >     > >     > >     >>     > > > You will probably need to use
    > different
    >     > names
    >     >     > for
    >     >     > > each
    >     >     > >     > > call to
    >     >     > >     > >     >> Maven so
    >     >     > >     > >     >>     > > > subsequent Maven calls don't pick
    > up the
    >     > same
    >     >     > > option.
    >     >     > >     > >     >>     > > >
    >     >     > >     > >     >>     > > > HTH,
    >     >     > >     > >     >>     > > > -Alex
    >     >     > >     > >     >>     > > >
    >     >     > >     > >     >>     > > > On 10/4/18, 11:58 AM, "OmPrakash
    >     > Muppirala" <
    >     >     > >     > >     >> bigosmallm@gmail.com>
    >     >     > >     > >     >>     > > wrote:
    >     >     > >     > >     >>     > > >
    >     >     > >     > >     >>     > > >     On Thu, Oct 4, 2018 at 1:48 AM
    > Alex
    >     > Harui
    >     >     > >     > >     >> <aharui@adobe.com.invalid
    >     >     > >     > >     >>     > >
    >     >     > >     > >     >>     > > > wrote:
    >     >     > >     > >     >>     > > >
    >     >     > >     > >     >>     > > >     > Om, it looks like you are
    > still
    >     > deleting
    >     >     > and
    >     >     > >     > > recreating
    >     >     > >     > >     >> the
    >     >     > >     > >     >>     > > branches.
    >     >     > >     > >     >>     > > >     > Does this mean you have never
    >     > completed
    >     >     > the
    >     >     > >     > > make_branches
    >     >     > >     > >     >> step?
    >     >     > >     > >     >>     > > >
    >     >     > >     > >     >>     > > >
    >     >     > >     > >     >>     > > >     Yes, I delete the tags, branches
    >     > (remote)
    >     >     > > each time
    >     >     > >     > >     >> something
    >     >     > >     > >     >>     > fails.
    >     >     > >     > >     >>     > > > Then
    >     >     > >     > >     >>     > > >     I do a global search for 0.9.5
    > and
    >     > replace
    >     >     > it
    >     >     > > with
    >     >     > >     > > 0.9.4
    >     >     > >     > >     >> (some 200+
    >     >     > >     > >     >>     > > > files
    >     >     > >     > >     >>     > > >     across 3 repos), then push them
    > into
    >     >     > > remote/develop.
    >     >     > >     > >     >>     > > >
    >     >     > >     > >     >>     > > >     Then I do the make_branches step
    >     > first.
    >     >     > Then
    >     >     > > do a
    >     >     > >     > > git push
    >     >     > >     > >     >> in
    >     >     > >     > >     >>     > > > roayale-asjs
    >     >     > >     > >     >>     > > >     as per the instructions in the
    >     > commandline.
    >     >     > I
    >     >     > > have
    >     >     > >     > > never
    >     >     > >     > >     >> had issues
    >     >     > >     > >     >>     > > > with
    >     >     > >     > >     >>     > > >     this step.  It is always the
    > maven
    >     > step that
    >     >     > > fails
    >     >     > >     > > for some
    >     >     > >     > >     >> reason
    >     >     > >     > >     >>     > or
    >     >     > >     > >     >>     > > > the
    >     >     > >     > >     >>     > > >     other.
    >     >     > >     > >     >>     > > >
    >     >     > >     > >     >>     > > >
    >     >     > >     > >     >>     > > >     > Is make_branches failing
    > trying to
    >     > run a
    >     >     > > build in
    >     >     > >     > > the
    >     >     > >     > >     >> develop
    >     >     > >     > >     >>     > > branch
    >     >     > >     > >     >>     > > > and
    >     >     > >     > >     >>     > > >     > uploading 0.9.5-SNAPSHOT
    > artifacts?
    >     >     > >     > >     >>     > > >
    >     >     > >     > >     >>     > > >
    >     >     > >     > >     >>     > > >     No
    >     >     > >     > >     >>     > > >
    >     >     > >     > >     >>     > > >
    >     >     > >     > >     >>     > > >     > I supposed we could try to
    > find a
    >     > way to
    >     >     > > skip
    >     >     > >     > that,
    >     >     > >     > > but
    >     >     > >     > >     >> you will
    >     >     > >     > >     >>     > > need
    >     >     > >     > >     >>     > > >     > reliable uploading to
    >     > repository.a.o to be
    >     >     > > an RM
    >     >     > >     > > without
    >     >     > >     > >     >> going
    >     >     > >     > >     >>     > > crazy.
    >     >     > >     > >     >>     > > >     >
    >     >     > >     > >     >>     > > >
    >     >     > >     > >     >>     > > >     Hmm, I use the same internet
    >     > connection for
    >     >     > > personal
    >     >     > >     > > and
    >     >     > >     > >     >> work
    >     >     > >     > >     >>     > related
    >     >     > >     > >     >>     > > >     activities.  I don't usually
    > have
    >     > issues
    >     >     > with
    >     >     > >     > > internet.
    >     >     > >     > >     >> Either we
    >     >     > >     > >     >>     > > are
    >     >     > >     > >     >>     > > > very
    >     >     > >     > >     >>     > > >     unlucky here or we need a more
    >     > reselient way
    >     >     > > to pick
    >     >     > >     > > up
    >     >     > >     > >     >> things if
    >     >     > >     > >     >>     > we
    >     >     > >     > >     >>     > > > lose
    >     >     > >     > >     >>     > > >     internet connectivity
    > momentarily.
    >     >     > >     > >     >>     > > >
    >     >     > >     > >     >>     > > >     It takes upwards of 90 minutes
    > of
    >     > uploading
    >     >     > > stuff. I
    >     >     > >     > > dont
    >     >     > >     > >     >> do this
    >     >     > >     > >     >>     > > kind
    >     >     > >     > >     >>     > > > of
    >     >     > >     > >     >>     > > >     uploading for my regular work,
    > so
    >     > that is
    >     >     > > probably I
    >     >     > >     > > have
    >     >     > >     > >     >> never hit
    >     >     > >     > >     >>     > > > this
    >     >     > >     > >     >>     > > >     issue before.
    >     >     > >     > >     >>     > > >
    >     >     > >     > >     >>     > > >     I still think that looking into
    > the
    >     >     > > 'resume-from'
    >     >     > >     > > directive
    >     >     > >     > >     >> in
    >     >     > >     > >     >>     > maven
    >     >     > >     > >     >>     > > is
    >     >     > >     > >     >>     > > >     worthwhile.
    >     >     > >     > >     >>     > > >
    >     >     > >     > >     >>     > > >     Thanks,
    >     >     > >     > >     >>     > > >     Om
    >     >     > >     > >     >>     > > >
    >     >     > >     > >     >>     > > >
    >     >     > >     > >     >>     > > >     >
    >     >     > >     > >     >>     > > >     > -Alex
    >     >     > >     > >     >>     > > >     >
    >     >     > >     > >     >>     > > >     > On 10/3/18, 2:11 PM,
    > "OmPrakash
    >     >     > Muppirala" <
    >     >     > >     > >     >> bigosmallm@gmail.com
    >     >     > >     > >     >>     > >
    >     >     > >     > >     >>     > > > wrote:
    >     >     > >     > >     >>     > > >     >
    >     >     > >     > >     >>     > > >     >     On Wed, Oct 3, 2018 at
    > 2:02 PM
    >     > Alex
    >     >     > > Harui
    >     >     > >     > >     >>     > > > <ah...@adobe.com.invalid>
    >     >     > >     > >     >>     > > >     > wrote:
    >     >     > >     > >     >>     > > >     >
    >     >     > >     > >     >>     > > >     >     > Hi Om,
    >     >     > >     > >     >>     > > >     >     >
    >     >     > >     > >     >>     > > >     >     > Does anything deploy,
    > or is
    >     > that the
    >     >     > > first
    >     >     > >     > > thing
    >     >     > >     > >     >> that is
    >     >     > >     > >     >>     > > > attempted to
    >     >     > >     > >     >>     > > >     >     > deploy?  I found this
    > article
    >     > that
    >     >     > > might
    >     >     > >     > help:
    >     >     > >     > >     >>     > > >     >     >
    >     >     > >     > >     >>     > > >     >     >
    >     >     > >     > >     >>     > > >     >
    >     >     > >     > >     >>     > > >
    >     >     > >     > >     >>     > >
    >     >     > >     > >     >>     >
    >     >     > >     > >     >>
    >     >     > >     > >
    >     >     > >     >
    >     >     > >
    >     >     >
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.apigee.com%2Fquestions%2F50756%2Funable-to-deploy-using-maven-script-due-to-error-r.html&amp;data=02%7C01%7Caharui%40adobe.com%7C70b502e9eb244bd1628308d6301e6423%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749304425765030&amp;sdata=A4XlGWVW3pNJRJxcFCx%2FrNib%2BHcVRnMiuUdtIMg%2FcKA%3D&amp;reserved=0
    >     >     > >     > >     >>     > > >     >
    >     >     > >     > >     >>     > > >     >
    >     >     > >     > >     >>     > > >     >     It deployed a lot of
    > artifacts
    >     > before
    >     >     > > hitting
    >     >     > >     > > this
    >     >     > >     > >     >> error.  I
    >     >     > >     > >     >>     > > > don't see
    >     >     > >     > >     >>     > > >     >     anything special with this
    >     > artifact.
    >     >     > > So, I am
    >     >     > >     > >     >> guessing that
    >     >     > >     > >     >>     > it
    >     >     > >     > >     >>     > > > was a
    >     >     > >     > >     >>     > > >     >     momentary bad connection
    > that
    >     > caused
    >     >     > > this.
    >     >     > >     > >     >>     > > >     >
    >     >     > >     > >     >>     > > >     >
    >     >     > >     > >     >>     > > >     >     >
    >     >     > >     > >     >>     > > >     >     >
    >     >     > >     > >     >>     > > >     >     > I would be concerned
    > about
    >     >     > restarting
    >     >     > > from
    >     >     > >     > the
    >     >     > >     > >     >> middle of a
    >     >     > >     > >     >>     > > > Maven
    >     >     > >     > >     >>     > > >     > call.  I
    >     >     > >     > >     >>     > > >     >     > suppose you could try
    > it, but
    >     > what
    >     >     > if
    >     >     > > it
    >     >     > >     > > skipped an
    >     >     > >     > >     >>     > artifact?
    >     >     > >     > >     >>     > > >     >     >
    >     >     > >     > >     >>     > > >     >
    >     >     > >     > >     >>     > > >     >     The maven error message
    >     > explicitly
    >     >     > says
    >     >     > > this:
    >     >     > >     > >     >>     > > >     >
    >     >     > >     > >     >>     > > >     >          [exec] [INFO]
    > [ERROR] After
    >     >     > > correcting
    >     >     > >     > the
    >     >     > >     > >     >> problems, you
    >     >     > >     > >     >>     > > can
    >     >     > >     > >     >>     > > >     > resume
    >     >     > >     > >     >>     > > >     >     the build with the command
    >     >     > >     > >     >>     > > >     >
    >     >     > >     > >     >>     > > >     >          [exec] [INFO]
    > [ERROR]   mvn
    >     >     > > <goals> -rf
    >     >     > >     > >     >>     > > >     >
    >     >     > >  :Jewel-Light-NoFlat-Primary-Sunflower-Theme
    >     >     > >     > >     >>     > > >     >
    >     >     > >     > >     >>     > > >     >
    >     >     > >     > >     >>     > > >     >     >
    >     >     > >     > >     >>     > > >     >     > There should be Ant
    > targets
    >     > for
    >     >     > > starting
    >     >     > >     > only
    >     >     > >     > > on
    >     >     > >     > >     >>     > royale-asjs
    >     >     > >     > >     >>     > > if
    >     >     > >     > >     >>     > > >     >     > royale-compiler and
    >     > royale=typedefs
    >     >     > > worked
    >     >     > >     > ok.
    >     >     > >     > >     >>     > > >     >     >
    >     >     > >     > >     >>     > > >     >     > HTH,
    >     >     > >     > >     >>     > > >     >     > -Alex
    >     >     > >     > >     >>     > > >     >     >
    >     >     > >     > >     >>     > > >     >     > On 10/3/18, 11:58 AM,
    >     > "OmPrakash
    >     >     > > Muppirala"
    >     >     > >     > <
    >     >     > >     > >     >>     > > > bigosmallm@gmail.com>
    >     >     > >     > >     >>     > > >     > wrote:
    >     >     > >     > >     >>     > > >     >     >
    >     >     > >     > >     >>     > > >     >     >     Another suggestion
    > I have
    >     > is -
    >     >     > > can we do
    >     >     > >     > > all
    >     >     > >     > >     >> the pushes
    >     >     > >     > >     >>     > > to
    >     >     > >     > >     >>     > > >     > remote after
    >     >     > >     > >     >>     > > >     >     >     everything is done
    >     > locally?
    >     >     > That
    >     >     > > way,
    >     >     > >     > if
    >     >     > >     > >     >> something
    >     >     > >     > >     >>     > goes
    >     >     > >     > >     >>     > > > wrong
    >     >     > >     > >     >>     > > >     >     > halfway, we
    >     >     > >     > >     >>     > > >     >     >     can just delete the
    >     > royale-*
    >     >     > dirs
    >     >     > >     > locally
    >     >     > >     > > and
    >     >     > >     > >     >> rerun the
    >     >     > >     > >     >>     > > >     >     > releasecandiate ant
    >     >     > >     > >     >>     > > >     >     >     script?
    >     >     > >     > >     >>     > > >     >     >
    >     >     > >     > >     >>     > > >     >     >     Not sure if this is
    > an
    >     > easy
    >     >     > > change?
    >     >     > >     > >     >>     > > >     >     >
    >     >     > >     > >     >>     > > >     >     >     Thanks,
    >     >     > >     > >     >>     > > >     >     >     Om
    >     >     > >     > >     >>     > > >     >     >
    >     >     > >     > >     >>     > > >     >     >     On Wed, Oct 3, 2018
    > at
    >     > 11:42 AM
    >     >     > >     > OmPrakash
    >     >     > >     > >     >> Muppirala <
    >     >     > >     > >     >>     > > >     >     > bigosmallm@gmail.com>
    >     >     > >     > >     >>     > > >     >     >     wrote:
    >     >     > >     > >     >>     > > >     >     >
    >     >     > >     > >     >>     > > >     >     >     > Okay, I tried a
    > couple
    >     > of
    >     >     > times
    >     >     > > and I
    >     >     > >     > > have
    >     >     > >     > >     >> started
    >     >     > >     > >     >>     > > > getting
    >     >     > >     > >     >>     > > >     > `SSL peer
    >     >     > >     > >     >>     > > >     >     > shut
    >     >     > >     > >     >>     > > >     >     >     > down incorrectly
    > errors`
    >     >     > >     > >     >>     > > >     >     >     >
    >     >     > >     > >     >>     > > >     >     >     >      [exec] [INFO]
    >     > [INFO]
    >     >     > >     > >     >>     > > >     >     >     >
    >     >     > >     > >     >>     > > >     >     >
    >     >     > >     > >     >>     > > >     >
    >     >     > >     > >     >>     > > >
    >     >     > >     > >     >>     >
    >     >     > >     > >     >>
    >     >     > >     > >
    >     >     > >
    >     >
    > ------------------------------------------------------------------------
    >     >     > >     > >     >>     > > >     >     >     >
    >     >     > >     > >     >>     > > >     >     >     >      [exec] [INFO]
    >     > [INFO]
    >     >     > BUILD
    >     >     > >     > FAILURE
    >     >     > >     > >     >>     > > >     >     >     >
    >     >     > >     > >     >>     > > >     >     >     >      [exec] [INFO]
    >     > [INFO]
    >     >     > >     > >     >>     > > >     >     >     >
    >     >     > >     > >     >>     > > >     >     >
    >     >     > >     > >     >>     > > >     >
    >     >     > >     > >     >>     > > >
    >     >     > >     > >     >>     >
    >     >     > >     > >     >>
    >     >     > >     > >
    >     >     > >
    >     >
    > ------------------------------------------------------------------------
    >     >     > >     > >     >>     > > >     >     >     >
    >     >     > >     > >     >>     > > >     >     >     >      [exec] [INFO]
    >     > [INFO]
    >     >     > Total
    >     >     > > time:
    >     >     > >     > > 16:04
    >     >     > >     > >     >> min
    >     >     > >     > >     >>     > > >     >     >     >
    >     >     > >     > >     >>     > > >     >     >     >      [exec] [INFO]
    >     > [INFO]
    >     >     > > Finished at:
    >     >     > >     > >     >>     > > >     > 2018-10-03T11:38:49-07:00
    >     >     > >     > >     >>     > > >     >     >     >
    >     >     > >     > >     >>     > > >     >     >     >      [exec] [INFO]
    >     > [INFO]
    >     >     > >     > >     >>     > > >     >     >     >
    >     >     > >     > >     >>     > > >     >     >
    >     >     > >     > >     >>     > > >     >
    >     >     > >     > >     >>     > > >
    >     >     > >     > >     >>     >
    >     >     > >     > >     >>
    >     >
    
    
    
    -- 
    
    Piotr Zarzycki
    
    Patreon: *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C70b502e9eb244bd1628308d6301e6423%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749304425765030&amp;sdata=TWidSUNFq1uUFYgQaPIHhV2uCuWw6Pm7wqAtxrcR1PY%3D&amp;reserved=0
    <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C70b502e9eb244bd1628308d6301e6423%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749304425765030&amp;sdata=TWidSUNFq1uUFYgQaPIHhV2uCuWw6Pm7wqAtxrcR1PY%3D&amp;reserved=0>*
    


Re: [Discuss] Start release process 0.9.3

Posted by Piotr Zarzycki <pi...@gmail.com>.
Alex, Om,

I'm a bit farther. I had a lot of problems on my sight with gpg, but I was
able to configure it properly in GitBash. I reached point with artifacts
upload. It's failed cause it looks like my password was incorrect. I would
like to make sure that I'm having similar configuration as you.

I have login and password Maven in c:\Users\piotr\.m2\settings.xml under

<servers>
  <server>
<id>apache-release</id>
<username>piotrz</username>
<password>mypass</password>
  </server>
  <server>
<id>apache-snapshots</id>
<username>piotrz</username>
<password>mypass</password>
  </server>
</servers>

I'm getting following results right now [1] -> compiler-build-tools-1.0.0.
jar. Return code is: 401, ReasonPhrase: Unauthorized.
It looks like I'm having problem with authorization to maven central.

The question is also - Do you use apache login and password ?

[1] https://paste.apache.org/5OOR

Thanks,
Piotr

pt., 12 paź 2018 o 07:39 Alex Harui <ah...@adobe.com.invalid> napisał(a):

> Hi Piotr,
>
> Well, it depends.  In looking at the repos, I do not see the 0.9.4 tag,
> which is strange since Carlos's Git GUI client is updating it.
>
> IMO, for sure, you should update releasecandidate.xml per my earlier
> email, delete the repos out of the folder you are using and see how far you
> get.  Maybe there is a bad tag I can't see that Maven will see and fail.
> Not sure what to do in that case, maybe we'll have to give up on 0.9.4 as a
> version and try to upgrade the version to 0.9.5.  Or maybe the tag never
> got pushed and deleting the repos locally will resolve the issue.
>
> Good luck,
> -Alex
>
> On 10/11/18, 10:24 PM, "Piotr Zarzycki" <pi...@gmail.com>
> wrote:
>
>     Alex,
>
>     In the other words If I have time today I can continue with the
> process? We
>     end up with situation where I need to remove tag and try again as I
>     remember?
>
>     Thanks,
>     Piotr
>
>     On Fri, Oct 12, 2018, 7:12 AM Alex Harui <ah...@adobe.com.invalid>
> wrote:
>
>     > Hi Piotr,
>     >
>     > I agree with your sentiments.  However, I think one problem is that
> the
>     > revert emails are misleading.  Unlike other commits, the subject of a
>     > revert does not show what branch was changed, so I think Carlos was
>     > reverting things in a branch.
>     >
>     > That said, it is still very troublesome that his Git tools are
> changing
>     > the tags.  IMO, Carlos will have to stop using that tool.
>     >
>     > -Alex
>     >
>     > On 10/11/18, 9:57 PM, "Piotr Zarzycki" <pi...@gmail.com>
> wrote:
>     >
>     >     Carlos,
>     >
>     >     You are expecting from people who are volunteers to do some
> things in
>     > one
>     >     day? It's impossible to do that. I'm not working on that full
> time. I
>     > did
>     >     first finally successful step for the release. Everything was
> reported
>     > on
>     >     this list. I had problems and didn't have time to resolve it.
> Alex
>     > provide
>     >     solution - next RM should pickup it and continue release. It can
> take
>     > days.
>     >     If you have problems you should create branch from the last
> stable
>     > commit.
>     >     Is it problem for you ?
>     >
>     >     How can we now get back to the previous state now?
>     >
>     >     Piotr
>     >
>     >     pt., 12 paź 2018 o 02:09 Carlos Rovira <ca...@apache.org>
>     > napisał(a):
>     >
>     >     > Hi Alex,
>     >     > if you check in actual develop for "0.9.5-SNAPSHOT" and
>     > "0.9.4-SNAPSHOT"
>     >     > you'll see maven build compiler and typedefs 0.9.5-SNAPSHOT,
> but
>     > when build
>     >     > framework, it downloads compiler and typedefs 0.9.4-SNAPSHOT
> since
>     > the
>     >     > versions in framework are not updated. This is the reason you
> don't
>     > see any
>     >     > fail when building with maven. If you update all to use the
> same
>     > number it
>     >     > will fail. I recommend you as well to remove royale folder in
> your
>     > local
>     >     > .m2 to see how maven generates compiler and typedefs and then
>     > download
>     >     > other version.
>     >     >
>     >     > Maybe the rest of people didn't see this because they use ANT
> and
>     > that
>     >     > build system is not affected by the release process. But I
> think we
>     > can't
>     >     > left the failed release process without revert it for days,
> since we
>     > are
>     >     > all seeing different things.
>     >     >
>     >     > For example, I was able to run your MX RO example with ANT,
> but I
>     > can make
>     >     > it work with Maven, what means to me that I still can't use it
> since
>     > my
>     >     > entire project is in maven.
>     >     >
>     >     > I'm trying to fix this for several hours now and still
> couldn't test
>     > mx RO
>     >     > nor working on my project...
>     >     >
>     >     > I'm closing for today with all messed up. Tomorrow will try
> again,
>     > or will
>     >     > need to block me in a branch to be able to continue working.
>     >     >
>     >     > Thanks
>     >     >
>     >     > Carlos
>     >     >
>     >     >
>     >     >
>     >     >
>     >     >
>     >     > El vie., 12 oct. 2018 a las 1:53, Alex Harui
>     > (<ah...@adobe.com.invalid>)
>     >     > escribió:
>     >     >
>     >     > > The 0.9.4 release branch has been cut.  I have not seen any
>     > problems
>     >     > > reported against it, so I don't know of any reason to delete
> it.
>     > Thus,
>     >     > the
>     >     > > develop branch should be at 0.9.5-SNAPSHOT.
>     >     > >
>     >     > > I noticed you messed around with the versions so I have no
> idea
>     > what
>     >     > state
>     >     > > we are in, plus I continue to see that tags are being
> updated.
>     > You will
>     >     > > probably have to stop using your Git GUI.  We cannot have
> tags be
>     >     > modified.
>     >     > >
>     >     > > -Alex
>     >     > >
>     >     > > On 10/11/18, 3:14 PM, "Carlos Rovira" <
> carlosrovira@apache.org>
>     > wrote:
>     >     > >
>     >     > >     Hi,
>     >     > >
>     >     > >     I'm a bit confused with the actual state of the repo. We
>     > should stay
>     >     > in
>     >     > >     0.9.4-SNAPSHOT? or 0.9.5-SNAPSHOT?
>     >     > >     I'm building with the latest since 1-2 days but removed
> all
>     > royale
>     >     > > folder
>     >     > >     with all maven artifacts and rebuild from scratch, makes
> me
>     > have
>     >     > mixed
>     >     > >     versions, since some artifacts are downloading 0.9.4
> instead
>     > of use
>     >     > > 0.9.5
>     >     > >
>     >     > >     Piotr, seems nobody  take the request to continue with
> the
>     > release
>     >     > for
>     >     > > now,
>     >     > >     so I propose to stabilize the repo.
>     >     > >
>     >     > >     Thoughts?
>     >     > >
>     >     > >     Carlos
>     >     > >
>     >     > >
>     >     > >
>     >     > >
>     >     > >
>     >     > >     El jue., 11 oct. 2018 a las 20:33, Piotr Zarzycki (<
>     >     > >     piotrzarzycki21@gmail.com>) escribió:
>     >     > >
>     >     > >     > Hi Alex,
>     >     > >     >
>     >     > >     > Unfortunately in the next couple of days I won't have
> time
>     > for
>     >     > that.
>     >     > > If
>     >     > >     > someone can do that feel free jump into it.
>     >     > >     >
>     >     > >     > Piotr
>     >     > >     >
>     >     > >     > On Thu, Oct 11, 2018, 6:43 PM Alex Harui
>     > <aharui@adobe.com.invalid
>     >     > >
>     >     > > wrote:
>     >     > >     >
>     >     > >     > > After digging through the output you pasted, it
> appears
>     > that the
>     >     > >     > > "check-empty-folder" target isn't quite right and
> didn't
>     > catch
>     >     > > that you
>     >     > >     > > didn't run "maven" against an empty folder.
> Although I am
>     > a bit
>     >     > > puzzled
>     >     > >     > > why there were modified files in the working copy.
>     >     > >     > >
>     >     > >     > > Maven and the scripts have some expectation that you
> are
>     > starting
>     >     > > from
>     >     > >     > the
>     >     > >     > > beginning, so if Maven got far enough to create a
> tag and
>     > you
>     >     > have
>     >     > > to
>     >     > >     > start
>     >     > >     > > over, you have to remove the tag.  These scripts are
> still
>     > under
>     >     > >     > > development so you should not expect that every
> situation
>     > has
>     >     > been
>     >     > >     > > accounted for.
>     >     > >     > >
>     >     > >     > > So, go delete the tag.  Instructions for doing so
> are in
>     > the
>     >     > > wiki.  Maybe
>     >     > >     > > figure out why those files were modified, but maybe
>     > because your
>     >     > > earlier
>     >     > >     > > run didn't have the right gpg password.
>     >     > >     > >
>     >     > >     > > Try changing the check-empty-folder to also test for:
>     >     > >     > >
>     >     > >     > >         <available
>     > file="${basedir}/royale-asjs/build.properties"
>     >     > >     > >             type="file"
>     >     > >     > >             property="found.build.properties"
> value="true"
>     > />
>     >     > >     > >
>     >     > >     > > Then it should catch you on the steps where you are
>     > supposed to
>     >     > > start by
>     >     > >     > > pulling down the repos again.
>     >     > >     > >
>     >     > >     > > If you don't have time for any of that, let us know
> here
>     > so the
>     >     > > next RM
>     >     > >     > > can know where to start.
>     >     > >     > >
>     >     > >     > > -Alex
>     >     > >     > >
>     >     > >     > > On 10/11/18, 2:05 AM, "Piotr Zarzycki" <
>     >     > piotrzarzycki21@gmail.com>
>     >     > >     > wrote:
>     >     > >     > >
>     >     > >     > >     I gave up again :) It costs me to much time. I
> thought
>     > since
>     >     > > Om did
>     >     > >     > so
>     >     > >     > > much
>     >     > >     > >     progress I will launch the script and will work.
> It's
>     > still
>     >     > > failing.
>     >     > >     > >
>     >     > >     > >
>     >     > >     > >
>     >     > >     >
>     >     > >
>     >     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FWJ44&amp;data=02%7C01%7Caharui%40adobe.com%7C51e386cbf09c4782574908d63003074b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749186919575507&amp;sdata=LD8lMIXS1ApkRl9XtxIdl9my4qODg2%2F2CBSrMZk8Cpk%3D&amp;reserved=0
>     >     > >     > >
>     >     > >     > >     I run first time and had problem with gpg
> password -
>     > just
>     >     > > forgot it,
>     >     > >     > > but
>     >     > >     > >     run it again and type correct password. Probably
> first
>     > time
>     >     > > this tag
>     >     > >     > > was
>     >     > >     > >     created and now script failing cause tag exits.
> Never
>     > ending
>     >     > > story.
>     >     > >     > >
>     >     > >     > >     I'm in that step - If someone would like to try
> it out
>     > let me
>     >     > > know
>     >     > >     > and
>     >     > >     > > I
>     >     > >     > >     won't revert anything for now:
>     >     > >     > >
>     >     > >     > >     ant -f releasecandidate.xml
> -Drelease.version="0.9.4"
>     >     > >     > > -Dbrowser="c:\Program
>     >     > >     > >     Files\Mozilla Firefox\firefox.exe" -Drc=1 maven
>     >     > >     > >
>     >     > >     > >     Thanks,
>     >     > >     > >     Piotr
>     >     > >     > >
>     >     > >     > >
>     >     > >     > >     czw., 11 paź 2018 o 10:13 Piotr Zarzycki <
>     >     > > piotrzarzycki21@gmail.com>
>     >     > >     > >     napisał(a):
>     >     > >     > >
>     >     > >     > >     > Hi Alex,
>     >     > >     > >     >
>     >     > >     > >     > This is what I'm getting for git status for
>     > royale-compiler
>     >     > > [1]
>     >     > >     > >     >
>     >     > >     > >     > [1]
>     >     > >     > >
>     >     > >     >
>     >     > >
>     >     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FYuiH&amp;data=02%7C01%7Caharui%40adobe.com%7C51e386cbf09c4782574908d63003074b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749186919575507&amp;sdata=%2BFct%2F9O427FmUha4o450SxlZ65ip5jcoCUbentrjcHY%3D&amp;reserved=0
>     >     > >     > >     >
>     >     > >     > >     > Thanks,
>     >     > >     > >     > Piotr
>     >     > >     > >     >
>     >     > >     > >     > śr., 10 paź 2018 o 17:50 Alex Harui
>     >     > <aharui@adobe.com.invalid
>     >     > > >
>     >     > >     > > napisał(a):
>     >     > >     > >     >
>     >     > >     > >     >> What does 'git status' return for that local
> copy
>     > of the
>     >     > >     > > royale-compiler
>     >     > >     > >     >> repo?
>     >     > >     > >     >>
>     >     > >     > >     >> That part of the script is trying to see if
>     >     > > compiler-jburg-types
>     >     > >     > and
>     >     > >     > >     >> compiler-build-tools needed a version update
> that
>     > needs to
>     >     > > be
>     >     > >     > > pushed.
>     >     > >     > >     >> Those two projects should be at 1.0.0 since we
>     > rarely, if
>     >     > > ever,
>     >     > >     > > will need
>     >     > >     > >     >> to modify it.  There shouldn't have been
>     > modifications in
>     >     > > this
>     >     > >     > > release, yet
>     >     > >     > >     >> Git status is reporting modifications to some
>     > file.  A
>     >     > test
>     >     > > is
>     >     > >     > done
>     >     > >     > > to
>     >     > >     > >     >> check for the word "modified:" in the 'git
> status'
>     > output,
>     >     > > then
>     >     > >     > that
>     >     > >     > >     >> attempt to push is executed.  Somehow, the git
>     > status is
>     >     > > implying
>     >     > >     > >     >> modifications but the files we are trying to
> push
>     > are not
>     >     > >     > modified.
>     >     > >     > >     >>
>     >     > >     > >     >> The solutions should not require reverting of
> the
>     > release
>     >     > > branch.
>     >     > >     > > It
>     >     > >     > >     >> looks like you have successfully created a
> correct
>     > set of
>     >     > > branches
>     >     > >     > > and the
>     >     > >     > >     >> steps you are running start by pulling down
> the
>     > release
>     >     > > branch.  I
>     >     > >     > > didn't
>     >     > >     > >     >> see any commits to the release branch from the
>     > scripts, so
>     >     > > to
>     >     > >     > > re-start, it
>     >     > >     > >     >> should just be manually deleting the local
> copies
>     > of the
>     >     > > repos and
>     >     > >     > > running
>     >     > >     > >     >> the Ant command again after making one of the
>     > changes to
>     >     > >     > >     >> releasecandidate.xml I will describe below:
>     >     > >     > >     >>
>     >     > >     > >     >> IMO, the choices are (and there may be more
> choices)
>     >     > >     > >     >> 1.  Figure out how to be smarter about what
> 'git
>     > status'
>     >     > > output
>     >     > >     > > will say
>     >     > >     > >     >> so the test works correctly
>     >     > >     > >     >> 2. Set failonerror="false" on the push step
> and not
>     > care
>     >     > if
>     >     > > that
>     >     > >     > > push
>     >     > >     > >     >> succeeds.  This is slightly risky if we ever
> do
>     > want to
>     >     > push
>     >     > >     > > changes, but
>     >     > >     > >     >> again, that is low probability, IMO.
>     >     > >     > >     >> 3. Comment out those steps since it will be
> rare we
>     > will
>     >     > > need
>     >     > >     > > them.  If
>     >     > >     > >     >> we do need them some day, the RM will have to
>     > remember to
>     >     > >     > uncomment
>     >     > >     > > those
>     >     > >     > >     >> steps.
>     >     > >     > >     >>
>     >     > >     > >     >> HTH,
>     >     > >     > >     >> -Alex
>     >     > >     > >     >>
>     >     > >     > >     >> On 10/10/18, 2:52 AM, "Piotr Zarzycki" <
>     >     > > piotrzarzycki21@gmail.com
>     >     > >     > >
>     >     > >     > >     >> wrote:
>     >     > >     > >     >>
>     >     > >     > >     >>     Ok It's failed :) However I passed step 3
> in
>     >     > > instruction. Step
>     >     > >     > > 4 is
>     >     > >     > >     >> failing
>     >     > >     > >     >>     [1] - if someone know what could it be -
> I will
>     > wait
>     >     > > with
>     >     > >     > > reverting
>     >     > >     > >     >> changes.
>     >     > >     > >     >>
>     >     > >     > >     >>     Lines in stacktrace are pointing in ant
> script
>     > to
>     >     > > following
>     >     > >     > > targets:
>     >     > >     > >     >>
>     >     > >     > >     >>     Line 556: git-commit-and-push-utils
>     >     > >     > >     >>     Line 487:
> git-commit-and-push-utils-if-modified
>     >     > >     > >     >>     Line 473:
>     >     > >     > >     >>
>     >     > >     > >     >>     <exec executable="${git}"
> dir="${compiler}"
>     >     > >     > failonerror="true" >
>     >     > >     > >     >>                 <arg value="commit" />
>     >     > >     > >     >>                 <arg value="-m" />
>     >     > >     > >     >>                 <arg value="remove SNAPSHOT
> from
>     >     > >     > > compiler-jburg-types and
>     >     > >     > >     >>     compiler-build-tools versions" />
>     >     > >     > >     >>             </exec>
>     >     > >     > >     >>
>     >     > >     > >     >>     [1]
>     >     > >     > >     >>
>     >     > >     > >
>     >     > >     >
>     >     > >
>     >     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2Fbg5e&amp;data=02%7C01%7Caharui%40adobe.com%7C51e386cbf09c4782574908d63003074b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749186919575507&amp;sdata=JeWQNA0OphSXXDh7EeT427LAD4vmMXFRYKCtYauNZJE%3D&amp;reserved=0
>     >     > >     > >     >>
>     >     > >     > >     >>     Thanks,
>     >     > >     > >     >>     Piotr
>     >     > >     > >     >>
>     >     > >     > >     >>
>     >     > >     > >     >>     śr., 10 paź 2018 o 11:34 Carlos Rovira <
>     >     > >     > carlosrovira@apache.org
>     >     > >     > > >
>     >     > >     > >     >> napisał(a):
>     >     > >     > >     >>
>     >     > >     > >     >>     > Ok Piotr, good luck! :)
>     >     > >     > >     >>     >
>     >     > >     > >     >>     > El mié., 10 oct. 2018 a las 10:34, Piotr
>     > Zarzycki (<
>     >     > >     > >     >>     > piotrzarzycki21@gmail.com>) escribió:
>     >     > >     > >     >>     >
>     >     > >     > >     >>     > > Hi Guys,
>     >     > >     > >     >>     > >
>     >     > >     > >     >>     > > I will try right now process from my
> PC. We
>     > will
>     >     > > see how
>     >     > >     > > far I
>     >     > >     > >     >> will go
>     >     > >     > >     >>     > with
>     >     > >     > >     >>     > > that.
>     >     > >     > >     >>     > >
>     >     > >     > >     >>     > > Piotr
>     >     > >     > >     >>     > >
>     >     > >     > >     >>     > > czw., 4 paź 2018 o 22:01 Alex Harui
>     >     > >     > > <ah...@adobe.com.invalid>
>     >     > >     > >     >>     > napisał(a):
>     >     > >     > >     >>     > >
>     >     > >     > >     >>     > > > Hi Om,
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > > If make_branches succeeds, then you
>     > shouldn't
>     >     > > need to go
>     >     > >     > > back
>     >     > >     > >     >> and
>     >     > >     > >     >>     > delete
>     >     > >     > >     >>     > > > branches and tags and run
> make_branches
>     > again if
>     >     > > the
>     >     > >     > > "maven"
>     >     > >     > >     >> step
>     >     > >     > >     >>     > fails.
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > > You might need to revert any
> changes to
>     > the
>     >     > > release
>     >     > >     > > branch that
>     >     > >     > >     >> the
>     >     > >     > >     >>     > > > "maven" step did, but then you
> should be
>     > able to
>     >     > > delete
>     >     > >     > > the
>     >     > >     > >     >> local copy
>     >     > >     > >     >>     > of
>     >     > >     > >     >>     > > > the branches and start again with
> "maven"
>     > or
>     >     > >     > >     >>     > > > "maven_skip_compiler_and_typedefs"
> if you
>     > got
>     >     > all
>     >     > > the
>     >     > >     > way
>     >     > >     > > up to
>     >     > >     > >     >>     > > royale-asjs.
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > > What are some of the 200+ files that
>     > don't get
>     >     > > reverted
>     >     > >     > > back to
>     >     > >     > >     >> 0.9.4?
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > > You are welcome to try to add the
>     > "continue"
>     >     > > option.  I
>     >     > >     > > would
>     >     > >     > >     >> suggest
>     >     > >     > >     >>     > > > adding a dummy parameter.  So if the
>     > script
>     >     > > currently
>     >     > >     > > calls
>     >     > >     > >     >> Maven like
>     >     > >     > >     >>     > > this:
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > >         <exec executable="${mvn}"
>     >     > >     > >     >> dir="${basedir}/maven-release-plugin"
>     >     > >     > >     >>     > > > failonerror="true" >
>     >     > >     > >     >>     > > >             <arg value="clean" />
>     >     > >     > >     >>     > > >             <arg value="install" />
>     >     > >     > >     >>     > > >         </exec>
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > > You can try changing it to
> something like
>     > this:
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > >         <property
> name="continueOption"
>     >     > >     > value="-Ddummy=0"
>     >     > >     > > />
>     >     > >     > >     >>     > > >         <exec executable="${mvn}"
>     >     > >     > >     >> dir="${basedir}/maven-release-plugin"
>     >     > >     > >     >>     > > > failonerror="true" >
>     >     > >     > >     >>     > > >             <arg
>     > value="${continueOption}" />
>     >     > >     > >     >>     > > >             <arg value="clean" />
>     >     > >     > >     >>     > > >             <arg value="install" />
>     >     > >     > >     >>     > > >         </exec>
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > > Then you should be able to set in
> your
>     >     > > local.properties:
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > > continueOption=-rf JewelExample
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > > You will probably need to use
> different
>     > names
>     >     > for
>     >     > > each
>     >     > >     > > call to
>     >     > >     > >     >> Maven so
>     >     > >     > >     >>     > > > subsequent Maven calls don't pick
> up the
>     > same
>     >     > > option.
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > > HTH,
>     >     > >     > >     >>     > > > -Alex
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > > On 10/4/18, 11:58 AM, "OmPrakash
>     > Muppirala" <
>     >     > >     > >     >> bigosmallm@gmail.com>
>     >     > >     > >     >>     > > wrote:
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > >     On Thu, Oct 4, 2018 at 1:48 AM
> Alex
>     > Harui
>     >     > >     > >     >> <aharui@adobe.com.invalid
>     >     > >     > >     >>     > >
>     >     > >     > >     >>     > > > wrote:
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > >     > Om, it looks like you are
> still
>     > deleting
>     >     > and
>     >     > >     > > recreating
>     >     > >     > >     >> the
>     >     > >     > >     >>     > > branches.
>     >     > >     > >     >>     > > >     > Does this mean you have never
>     > completed
>     >     > the
>     >     > >     > > make_branches
>     >     > >     > >     >> step?
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > >     Yes, I delete the tags, branches
>     > (remote)
>     >     > > each time
>     >     > >     > >     >> something
>     >     > >     > >     >>     > fails.
>     >     > >     > >     >>     > > > Then
>     >     > >     > >     >>     > > >     I do a global search for 0.9.5
> and
>     > replace
>     >     > it
>     >     > > with
>     >     > >     > > 0.9.4
>     >     > >     > >     >> (some 200+
>     >     > >     > >     >>     > > > files
>     >     > >     > >     >>     > > >     across 3 repos), then push them
> into
>     >     > > remote/develop.
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > >     Then I do the make_branches step
>     > first.
>     >     > Then
>     >     > > do a
>     >     > >     > > git push
>     >     > >     > >     >> in
>     >     > >     > >     >>     > > > roayale-asjs
>     >     > >     > >     >>     > > >     as per the instructions in the
>     > commandline.
>     >     > I
>     >     > > have
>     >     > >     > > never
>     >     > >     > >     >> had issues
>     >     > >     > >     >>     > > > with
>     >     > >     > >     >>     > > >     this step.  It is always the
> maven
>     > step that
>     >     > > fails
>     >     > >     > > for some
>     >     > >     > >     >> reason
>     >     > >     > >     >>     > or
>     >     > >     > >     >>     > > > the
>     >     > >     > >     >>     > > >     other.
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > >     > Is make_branches failing
> trying to
>     > run a
>     >     > > build in
>     >     > >     > > the
>     >     > >     > >     >> develop
>     >     > >     > >     >>     > > branch
>     >     > >     > >     >>     > > > and
>     >     > >     > >     >>     > > >     > uploading 0.9.5-SNAPSHOT
> artifacts?
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > >     No
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > >     > I supposed we could try to
> find a
>     > way to
>     >     > > skip
>     >     > >     > that,
>     >     > >     > > but
>     >     > >     > >     >> you will
>     >     > >     > >     >>     > > need
>     >     > >     > >     >>     > > >     > reliable uploading to
>     > repository.a.o to be
>     >     > > an RM
>     >     > >     > > without
>     >     > >     > >     >> going
>     >     > >     > >     >>     > > crazy.
>     >     > >     > >     >>     > > >     >
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > >     Hmm, I use the same internet
>     > connection for
>     >     > > personal
>     >     > >     > > and
>     >     > >     > >     >> work
>     >     > >     > >     >>     > related
>     >     > >     > >     >>     > > >     activities.  I don't usually
> have
>     > issues
>     >     > with
>     >     > >     > > internet.
>     >     > >     > >     >> Either we
>     >     > >     > >     >>     > > are
>     >     > >     > >     >>     > > > very
>     >     > >     > >     >>     > > >     unlucky here or we need a more
>     > reselient way
>     >     > > to pick
>     >     > >     > > up
>     >     > >     > >     >> things if
>     >     > >     > >     >>     > we
>     >     > >     > >     >>     > > > lose
>     >     > >     > >     >>     > > >     internet connectivity
> momentarily.
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > >     It takes upwards of 90 minutes
> of
>     > uploading
>     >     > > stuff. I
>     >     > >     > > dont
>     >     > >     > >     >> do this
>     >     > >     > >     >>     > > kind
>     >     > >     > >     >>     > > > of
>     >     > >     > >     >>     > > >     uploading for my regular work,
> so
>     > that is
>     >     > > probably I
>     >     > >     > > have
>     >     > >     > >     >> never hit
>     >     > >     > >     >>     > > > this
>     >     > >     > >     >>     > > >     issue before.
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > >     I still think that looking into
> the
>     >     > > 'resume-from'
>     >     > >     > > directive
>     >     > >     > >     >> in
>     >     > >     > >     >>     > maven
>     >     > >     > >     >>     > > is
>     >     > >     > >     >>     > > >     worthwhile.
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > >     Thanks,
>     >     > >     > >     >>     > > >     Om
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > >     >
>     >     > >     > >     >>     > > >     > -Alex
>     >     > >     > >     >>     > > >     >
>     >     > >     > >     >>     > > >     > On 10/3/18, 2:11 PM,
> "OmPrakash
>     >     > Muppirala" <
>     >     > >     > >     >> bigosmallm@gmail.com
>     >     > >     > >     >>     > >
>     >     > >     > >     >>     > > > wrote:
>     >     > >     > >     >>     > > >     >
>     >     > >     > >     >>     > > >     >     On Wed, Oct 3, 2018 at
> 2:02 PM
>     > Alex
>     >     > > Harui
>     >     > >     > >     >>     > > > <ah...@adobe.com.invalid>
>     >     > >     > >     >>     > > >     > wrote:
>     >     > >     > >     >>     > > >     >
>     >     > >     > >     >>     > > >     >     > Hi Om,
>     >     > >     > >     >>     > > >     >     >
>     >     > >     > >     >>     > > >     >     > Does anything deploy,
> or is
>     > that the
>     >     > > first
>     >     > >     > > thing
>     >     > >     > >     >> that is
>     >     > >     > >     >>     > > > attempted to
>     >     > >     > >     >>     > > >     >     > deploy?  I found this
> article
>     > that
>     >     > > might
>     >     > >     > help:
>     >     > >     > >     >>     > > >     >     >
>     >     > >     > >     >>     > > >     >     >
>     >     > >     > >     >>     > > >     >
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > >
>     >     > >     > >     >>     >
>     >     > >     > >     >>
>     >     > >     > >
>     >     > >     >
>     >     > >
>     >     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.apigee.com%2Fquestions%2F50756%2Funable-to-deploy-using-maven-script-due-to-error-r.html&amp;data=02%7C01%7Caharui%40adobe.com%7C51e386cbf09c4782574908d63003074b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749186919575507&amp;sdata=wNctwU8V5HRTfTnDGsmn7Xs22H%2BDKZqUV1Meq516VQI%3D&amp;reserved=0
>     >     > >     > >     >>     > > >     >
>     >     > >     > >     >>     > > >     >
>     >     > >     > >     >>     > > >     >     It deployed a lot of
> artifacts
>     > before
>     >     > > hitting
>     >     > >     > > this
>     >     > >     > >     >> error.  I
>     >     > >     > >     >>     > > > don't see
>     >     > >     > >     >>     > > >     >     anything special with this
>     > artifact.
>     >     > > So, I am
>     >     > >     > >     >> guessing that
>     >     > >     > >     >>     > it
>     >     > >     > >     >>     > > > was a
>     >     > >     > >     >>     > > >     >     momentary bad connection
> that
>     > caused
>     >     > > this.
>     >     > >     > >     >>     > > >     >
>     >     > >     > >     >>     > > >     >
>     >     > >     > >     >>     > > >     >     >
>     >     > >     > >     >>     > > >     >     >
>     >     > >     > >     >>     > > >     >     > I would be concerned
> about
>     >     > restarting
>     >     > > from
>     >     > >     > the
>     >     > >     > >     >> middle of a
>     >     > >     > >     >>     > > > Maven
>     >     > >     > >     >>     > > >     > call.  I
>     >     > >     > >     >>     > > >     >     > suppose you could try
> it, but
>     > what
>     >     > if
>     >     > > it
>     >     > >     > > skipped an
>     >     > >     > >     >>     > artifact?
>     >     > >     > >     >>     > > >     >     >
>     >     > >     > >     >>     > > >     >
>     >     > >     > >     >>     > > >     >     The maven error message
>     > explicitly
>     >     > says
>     >     > > this:
>     >     > >     > >     >>     > > >     >
>     >     > >     > >     >>     > > >     >          [exec] [INFO]
> [ERROR] After
>     >     > > correcting
>     >     > >     > the
>     >     > >     > >     >> problems, you
>     >     > >     > >     >>     > > can
>     >     > >     > >     >>     > > >     > resume
>     >     > >     > >     >>     > > >     >     the build with the command
>     >     > >     > >     >>     > > >     >
>     >     > >     > >     >>     > > >     >          [exec] [INFO]
> [ERROR]   mvn
>     >     > > <goals> -rf
>     >     > >     > >     >>     > > >     >
>     >     > >  :Jewel-Light-NoFlat-Primary-Sunflower-Theme
>     >     > >     > >     >>     > > >     >
>     >     > >     > >     >>     > > >     >
>     >     > >     > >     >>     > > >     >     >
>     >     > >     > >     >>     > > >     >     > There should be Ant
> targets
>     > for
>     >     > > starting
>     >     > >     > only
>     >     > >     > > on
>     >     > >     > >     >>     > royale-asjs
>     >     > >     > >     >>     > > if
>     >     > >     > >     >>     > > >     >     > royale-compiler and
>     > royale=typedefs
>     >     > > worked
>     >     > >     > ok.
>     >     > >     > >     >>     > > >     >     >
>     >     > >     > >     >>     > > >     >     > HTH,
>     >     > >     > >     >>     > > >     >     > -Alex
>     >     > >     > >     >>     > > >     >     >
>     >     > >     > >     >>     > > >     >     > On 10/3/18, 11:58 AM,
>     > "OmPrakash
>     >     > > Muppirala"
>     >     > >     > <
>     >     > >     > >     >>     > > > bigosmallm@gmail.com>
>     >     > >     > >     >>     > > >     > wrote:
>     >     > >     > >     >>     > > >     >     >
>     >     > >     > >     >>     > > >     >     >     Another suggestion
> I have
>     > is -
>     >     > > can we do
>     >     > >     > > all
>     >     > >     > >     >> the pushes
>     >     > >     > >     >>     > > to
>     >     > >     > >     >>     > > >     > remote after
>     >     > >     > >     >>     > > >     >     >     everything is done
>     > locally?
>     >     > That
>     >     > > way,
>     >     > >     > if
>     >     > >     > >     >> something
>     >     > >     > >     >>     > goes
>     >     > >     > >     >>     > > > wrong
>     >     > >     > >     >>     > > >     >     > halfway, we
>     >     > >     > >     >>     > > >     >     >     can just delete the
>     > royale-*
>     >     > dirs
>     >     > >     > locally
>     >     > >     > > and
>     >     > >     > >     >> rerun the
>     >     > >     > >     >>     > > >     >     > releasecandiate ant
>     >     > >     > >     >>     > > >     >     >     script?
>     >     > >     > >     >>     > > >     >     >
>     >     > >     > >     >>     > > >     >     >     Not sure if this is
> an
>     > easy
>     >     > > change?
>     >     > >     > >     >>     > > >     >     >
>     >     > >     > >     >>     > > >     >     >     Thanks,
>     >     > >     > >     >>     > > >     >     >     Om
>     >     > >     > >     >>     > > >     >     >
>     >     > >     > >     >>     > > >     >     >     On Wed, Oct 3, 2018
> at
>     > 11:42 AM
>     >     > >     > OmPrakash
>     >     > >     > >     >> Muppirala <
>     >     > >     > >     >>     > > >     >     > bigosmallm@gmail.com>
>     >     > >     > >     >>     > > >     >     >     wrote:
>     >     > >     > >     >>     > > >     >     >
>     >     > >     > >     >>     > > >     >     >     > Okay, I tried a
> couple
>     > of
>     >     > times
>     >     > > and I
>     >     > >     > > have
>     >     > >     > >     >> started
>     >     > >     > >     >>     > > > getting
>     >     > >     > >     >>     > > >     > `SSL peer
>     >     > >     > >     >>     > > >     >     > shut
>     >     > >     > >     >>     > > >     >     >     > down incorrectly
> errors`
>     >     > >     > >     >>     > > >     >     >     >
>     >     > >     > >     >>     > > >     >     >     >      [exec] [INFO]
>     > [INFO]
>     >     > >     > >     >>     > > >     >     >     >
>     >     > >     > >     >>     > > >     >     >
>     >     > >     > >     >>     > > >     >
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     >
>     >     > >     > >     >>
>     >     > >     > >
>     >     > >
>     >
> ------------------------------------------------------------------------
>     >     > >     > >     >>     > > >     >     >     >
>     >     > >     > >     >>     > > >     >     >     >      [exec] [INFO]
>     > [INFO]
>     >     > BUILD
>     >     > >     > FAILURE
>     >     > >     > >     >>     > > >     >     >     >
>     >     > >     > >     >>     > > >     >     >     >      [exec] [INFO]
>     > [INFO]
>     >     > >     > >     >>     > > >     >     >     >
>     >     > >     > >     >>     > > >     >     >
>     >     > >     > >     >>     > > >     >
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     >
>     >     > >     > >     >>
>     >     > >     > >
>     >     > >
>     >
> ------------------------------------------------------------------------
>     >     > >     > >     >>     > > >     >     >     >
>     >     > >     > >     >>     > > >     >     >     >      [exec] [INFO]
>     > [INFO]
>     >     > Total
>     >     > > time:
>     >     > >     > > 16:04
>     >     > >     > >     >> min
>     >     > >     > >     >>     > > >     >     >     >
>     >     > >     > >     >>     > > >     >     >     >      [exec] [INFO]
>     > [INFO]
>     >     > > Finished at:
>     >     > >     > >     >>     > > >     > 2018-10-03T11:38:49-07:00
>     >     > >     > >     >>     > > >     >     >     >
>     >     > >     > >     >>     > > >     >     >     >      [exec] [INFO]
>     > [INFO]
>     >     > >     > >     >>     > > >     >     >     >
>     >     > >     > >     >>     > > >     >     >
>     >     > >     > >     >>     > > >     >
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     >
>     >     > >     > >     >>
>     >



-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: [Discuss] Start release process 0.9.3

Posted by Carlos Rovira <ca...@apache.org>.
Hi,

@Piotr, I know all you're talking about, and that's ok, not saying at all
that you must make release in a day.

The fact is we have a problem in various points, and is not anyone guilty,
just the technologies we are using and that we want to make many things
happen:

1.- The release process, since the test and try of releases are somewhat
stuck and we can make it progress, we should rethink what to do. Maybe,
release from other branch and keep experimenting there to avoid collisions
with the rest of progress in the project. Or we can to stop for now until
we have the time to pursue the release. I'm with Alex that we should take
the time to analyze what's happening to understand what is failing, or we
always be exciting scripts and when fail will end trying Alex to see what's
happening. Maybe we could decide, to revise the entire release process to
adjust in some way the actual process, or try to think in another way to
release, maybe we are trying to make in the current way and that's not
possible. Just thinking out loud.

2.- Tag deleted by my SourceTree: This is a problem, but can't say if is a
huge one or not. Maybe is something cached in my machine, I'll investigate.
As well, as Alex stated finally, maybe is not really affecting the release
since it could be a bad tag created. What I see is the tag is marked as
"rc1", when we en fact could create 0.9.4 and hence we never reach a point
to release a rc1, so for now it seem something that is happening but not
the real problem or something we should take much more into account.

For me I have a extra pressure, that want to share with you, I'm in the
process of making a real world app as you already know, but as well I'm
trying to probe Royale is a great technology inside my company (yes, people
is evaluating if this success or we must go with the React or they can
trust Royale), in my clients (this first project will make them trust
Royale or reject in favor of other options, if I can prove It works, I can
make Royale live in many of those clients), and finally to the mainstream
of public: Making this succeed, will make to sum to the current number of
real Royale Apps (along with Harb's printui, and others I'm sure I don't
know,...).

I can work from a branch block me there, but yesterday was a problem in
various aspects that make me stuck. My only option was to try to fix in
branches (to not affect release process, since I already said I don't want
to revert nothing in develop while a release is in process), but since
release process was messing develop and the changes to MX RO was not
correctly setup in maven, I was not able to reach to a stable point.

I'm seeing Alex fixed poms. I'll try to see now if I can build from maven
and from ant. I suppose finally we pass to 0.9.5-SNAPSHOT (this I think
should be commented on the list since yesterday it was not clear to me if
was right or not, I only thanked that we was in an unstable version end in
5 due to release process, but officials we was in version end with 4).

Thanks





El vie., 12 oct. 2018 a las 7:39, Alex Harui (<ah...@adobe.com.invalid>)
escribió:

> Hi Piotr,
>
> Well, it depends.  In looking at the repos, I do not see the 0.9.4 tag,
> which is strange since Carlos's Git GUI client is updating it.
>
> IMO, for sure, you should update releasecandidate.xml per my earlier
> email, delete the repos out of the folder you are using and see how far you
> get.  Maybe there is a bad tag I can't see that Maven will see and fail.
> Not sure what to do in that case, maybe we'll have to give up on 0.9.4 as a
> version and try to upgrade the version to 0.9.5.  Or maybe the tag never
> got pushed and deleting the repos locally will resolve the issue.
>
> Good luck,
> -Alex
>
> On 10/11/18, 10:24 PM, "Piotr Zarzycki" <pi...@gmail.com>
> wrote:
>
>     Alex,
>
>     In the other words If I have time today I can continue with the
> process? We
>     end up with situation where I need to remove tag and try again as I
>     remember?
>
>     Thanks,
>     Piotr
>
>     On Fri, Oct 12, 2018, 7:12 AM Alex Harui <ah...@adobe.com.invalid>
> wrote:
>
>     > Hi Piotr,
>     >
>     > I agree with your sentiments.  However, I think one problem is that
> the
>     > revert emails are misleading.  Unlike other commits, the subject of a
>     > revert does not show what branch was changed, so I think Carlos was
>     > reverting things in a branch.
>     >
>     > That said, it is still very troublesome that his Git tools are
> changing
>     > the tags.  IMO, Carlos will have to stop using that tool.
>     >
>     > -Alex
>     >
>     > On 10/11/18, 9:57 PM, "Piotr Zarzycki" <pi...@gmail.com>
> wrote:
>     >
>     >     Carlos,
>     >
>     >     You are expecting from people who are volunteers to do some
> things in
>     > one
>     >     day? It's impossible to do that. I'm not working on that full
> time. I
>     > did
>     >     first finally successful step for the release. Everything was
> reported
>     > on
>     >     this list. I had problems and didn't have time to resolve it.
> Alex
>     > provide
>     >     solution - next RM should pickup it and continue release. It can
> take
>     > days.
>     >     If you have problems you should create branch from the last
> stable
>     > commit.
>     >     Is it problem for you ?
>     >
>     >     How can we now get back to the previous state now?
>     >
>     >     Piotr
>     >
>     >     pt., 12 paź 2018 o 02:09 Carlos Rovira <ca...@apache.org>
>     > napisał(a):
>     >
>     >     > Hi Alex,
>     >     > if you check in actual develop for "0.9.5-SNAPSHOT" and
>     > "0.9.4-SNAPSHOT"
>     >     > you'll see maven build compiler and typedefs 0.9.5-SNAPSHOT,
> but
>     > when build
>     >     > framework, it downloads compiler and typedefs 0.9.4-SNAPSHOT
> since
>     > the
>     >     > versions in framework are not updated. This is the reason you
> don't
>     > see any
>     >     > fail when building with maven. If you update all to use the
> same
>     > number it
>     >     > will fail. I recommend you as well to remove royale folder in
> your
>     > local
>     >     > .m2 to see how maven generates compiler and typedefs and then
>     > download
>     >     > other version.
>     >     >
>     >     > Maybe the rest of people didn't see this because they use ANT
> and
>     > that
>     >     > build system is not affected by the release process. But I
> think we
>     > can't
>     >     > left the failed release process without revert it for days,
> since we
>     > are
>     >     > all seeing different things.
>     >     >
>     >     > For example, I was able to run your MX RO example with ANT,
> but I
>     > can make
>     >     > it work with Maven, what means to me that I still can't use it
> since
>     > my
>     >     > entire project is in maven.
>     >     >
>     >     > I'm trying to fix this for several hours now and still
> couldn't test
>     > mx RO
>     >     > nor working on my project...
>     >     >
>     >     > I'm closing for today with all messed up. Tomorrow will try
> again,
>     > or will
>     >     > need to block me in a branch to be able to continue working.
>     >     >
>     >     > Thanks
>     >     >
>     >     > Carlos
>     >     >
>     >     >
>     >     >
>     >     >
>     >     >
>     >     > El vie., 12 oct. 2018 a las 1:53, Alex Harui
>     > (<ah...@adobe.com.invalid>)
>     >     > escribió:
>     >     >
>     >     > > The 0.9.4 release branch has been cut.  I have not seen any
>     > problems
>     >     > > reported against it, so I don't know of any reason to delete
> it.
>     > Thus,
>     >     > the
>     >     > > develop branch should be at 0.9.5-SNAPSHOT.
>     >     > >
>     >     > > I noticed you messed around with the versions so I have no
> idea
>     > what
>     >     > state
>     >     > > we are in, plus I continue to see that tags are being
> updated.
>     > You will
>     >     > > probably have to stop using your Git GUI.  We cannot have
> tags be
>     >     > modified.
>     >     > >
>     >     > > -Alex
>     >     > >
>     >     > > On 10/11/18, 3:14 PM, "Carlos Rovira" <
> carlosrovira@apache.org>
>     > wrote:
>     >     > >
>     >     > >     Hi,
>     >     > >
>     >     > >     I'm a bit confused with the actual state of the repo. We
>     > should stay
>     >     > in
>     >     > >     0.9.4-SNAPSHOT? or 0.9.5-SNAPSHOT?
>     >     > >     I'm building with the latest since 1-2 days but removed
> all
>     > royale
>     >     > > folder
>     >     > >     with all maven artifacts and rebuild from scratch, makes
> me
>     > have
>     >     > mixed
>     >     > >     versions, since some artifacts are downloading 0.9.4
> instead
>     > of use
>     >     > > 0.9.5
>     >     > >
>     >     > >     Piotr, seems nobody  take the request to continue with
> the
>     > release
>     >     > for
>     >     > > now,
>     >     > >     so I propose to stabilize the repo.
>     >     > >
>     >     > >     Thoughts?
>     >     > >
>     >     > >     Carlos
>     >     > >
>     >     > >
>     >     > >
>     >     > >
>     >     > >
>     >     > >     El jue., 11 oct. 2018 a las 20:33, Piotr Zarzycki (<
>     >     > >     piotrzarzycki21@gmail.com>) escribió:
>     >     > >
>     >     > >     > Hi Alex,
>     >     > >     >
>     >     > >     > Unfortunately in the next couple of days I won't have
> time
>     > for
>     >     > that.
>     >     > > If
>     >     > >     > someone can do that feel free jump into it.
>     >     > >     >
>     >     > >     > Piotr
>     >     > >     >
>     >     > >     > On Thu, Oct 11, 2018, 6:43 PM Alex Harui
>     > <aharui@adobe.com.invalid
>     >     > >
>     >     > > wrote:
>     >     > >     >
>     >     > >     > > After digging through the output you pasted, it
> appears
>     > that the
>     >     > >     > > "check-empty-folder" target isn't quite right and
> didn't
>     > catch
>     >     > > that you
>     >     > >     > > didn't run "maven" against an empty folder.
> Although I am
>     > a bit
>     >     > > puzzled
>     >     > >     > > why there were modified files in the working copy.
>     >     > >     > >
>     >     > >     > > Maven and the scripts have some expectation that you
> are
>     > starting
>     >     > > from
>     >     > >     > the
>     >     > >     > > beginning, so if Maven got far enough to create a
> tag and
>     > you
>     >     > have
>     >     > > to
>     >     > >     > start
>     >     > >     > > over, you have to remove the tag.  These scripts are
> still
>     > under
>     >     > >     > > development so you should not expect that every
> situation
>     > has
>     >     > been
>     >     > >     > > accounted for.
>     >     > >     > >
>     >     > >     > > So, go delete the tag.  Instructions for doing so
> are in
>     > the
>     >     > > wiki.  Maybe
>     >     > >     > > figure out why those files were modified, but maybe
>     > because your
>     >     > > earlier
>     >     > >     > > run didn't have the right gpg password.
>     >     > >     > >
>     >     > >     > > Try changing the check-empty-folder to also test for:
>     >     > >     > >
>     >     > >     > >         <available
>     > file="${basedir}/royale-asjs/build.properties"
>     >     > >     > >             type="file"
>     >     > >     > >             property="found.build.properties"
> value="true"
>     > />
>     >     > >     > >
>     >     > >     > > Then it should catch you on the steps where you are
>     > supposed to
>     >     > > start by
>     >     > >     > > pulling down the repos again.
>     >     > >     > >
>     >     > >     > > If you don't have time for any of that, let us know
> here
>     > so the
>     >     > > next RM
>     >     > >     > > can know where to start.
>     >     > >     > >
>     >     > >     > > -Alex
>     >     > >     > >
>     >     > >     > > On 10/11/18, 2:05 AM, "Piotr Zarzycki" <
>     >     > piotrzarzycki21@gmail.com>
>     >     > >     > wrote:
>     >     > >     > >
>     >     > >     > >     I gave up again :) It costs me to much time. I
> thought
>     > since
>     >     > > Om did
>     >     > >     > so
>     >     > >     > > much
>     >     > >     > >     progress I will launch the script and will work.
> It's
>     > still
>     >     > > failing.
>     >     > >     > >
>     >     > >     > >
>     >     > >     > >
>     >     > >     >
>     >     > >
>     >     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FWJ44&amp;data=02%7C01%7Caharui%40adobe.com%7C51e386cbf09c4782574908d63003074b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749186919575507&amp;sdata=LD8lMIXS1ApkRl9XtxIdl9my4qODg2%2F2CBSrMZk8Cpk%3D&amp;reserved=0
>     >     > >     > >
>     >     > >     > >     I run first time and had problem with gpg
> password -
>     > just
>     >     > > forgot it,
>     >     > >     > > but
>     >     > >     > >     run it again and type correct password. Probably
> first
>     > time
>     >     > > this tag
>     >     > >     > > was
>     >     > >     > >     created and now script failing cause tag exits.
> Never
>     > ending
>     >     > > story.
>     >     > >     > >
>     >     > >     > >     I'm in that step - If someone would like to try
> it out
>     > let me
>     >     > > know
>     >     > >     > and
>     >     > >     > > I
>     >     > >     > >     won't revert anything for now:
>     >     > >     > >
>     >     > >     > >     ant -f releasecandidate.xml
> -Drelease.version="0.9.4"
>     >     > >     > > -Dbrowser="c:\Program
>     >     > >     > >     Files\Mozilla Firefox\firefox.exe" -Drc=1 maven
>     >     > >     > >
>     >     > >     > >     Thanks,
>     >     > >     > >     Piotr
>     >     > >     > >
>     >     > >     > >
>     >     > >     > >     czw., 11 paź 2018 o 10:13 Piotr Zarzycki <
>     >     > > piotrzarzycki21@gmail.com>
>     >     > >     > >     napisał(a):
>     >     > >     > >
>     >     > >     > >     > Hi Alex,
>     >     > >     > >     >
>     >     > >     > >     > This is what I'm getting for git status for
>     > royale-compiler
>     >     > > [1]
>     >     > >     > >     >
>     >     > >     > >     > [1]
>     >     > >     > >
>     >     > >     >
>     >     > >
>     >     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FYuiH&amp;data=02%7C01%7Caharui%40adobe.com%7C51e386cbf09c4782574908d63003074b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749186919575507&amp;sdata=%2BFct%2F9O427FmUha4o450SxlZ65ip5jcoCUbentrjcHY%3D&amp;reserved=0
>     >     > >     > >     >
>     >     > >     > >     > Thanks,
>     >     > >     > >     > Piotr
>     >     > >     > >     >
>     >     > >     > >     > śr., 10 paź 2018 o 17:50 Alex Harui
>     >     > <aharui@adobe.com.invalid
>     >     > > >
>     >     > >     > > napisał(a):
>     >     > >     > >     >
>     >     > >     > >     >> What does 'git status' return for that local
> copy
>     > of the
>     >     > >     > > royale-compiler
>     >     > >     > >     >> repo?
>     >     > >     > >     >>
>     >     > >     > >     >> That part of the script is trying to see if
>     >     > > compiler-jburg-types
>     >     > >     > and
>     >     > >     > >     >> compiler-build-tools needed a version update
> that
>     > needs to
>     >     > > be
>     >     > >     > > pushed.
>     >     > >     > >     >> Those two projects should be at 1.0.0 since we
>     > rarely, if
>     >     > > ever,
>     >     > >     > > will need
>     >     > >     > >     >> to modify it.  There shouldn't have been
>     > modifications in
>     >     > > this
>     >     > >     > > release, yet
>     >     > >     > >     >> Git status is reporting modifications to some
>     > file.  A
>     >     > test
>     >     > > is
>     >     > >     > done
>     >     > >     > > to
>     >     > >     > >     >> check for the word "modified:" in the 'git
> status'
>     > output,
>     >     > > then
>     >     > >     > that
>     >     > >     > >     >> attempt to push is executed.  Somehow, the git
>     > status is
>     >     > > implying
>     >     > >     > >     >> modifications but the files we are trying to
> push
>     > are not
>     >     > >     > modified.
>     >     > >     > >     >>
>     >     > >     > >     >> The solutions should not require reverting of
> the
>     > release
>     >     > > branch.
>     >     > >     > > It
>     >     > >     > >     >> looks like you have successfully created a
> correct
>     > set of
>     >     > > branches
>     >     > >     > > and the
>     >     > >     > >     >> steps you are running start by pulling down
> the
>     > release
>     >     > > branch.  I
>     >     > >     > > didn't
>     >     > >     > >     >> see any commits to the release branch from the
>     > scripts, so
>     >     > > to
>     >     > >     > > re-start, it
>     >     > >     > >     >> should just be manually deleting the local
> copies
>     > of the
>     >     > > repos and
>     >     > >     > > running
>     >     > >     > >     >> the Ant command again after making one of the
>     > changes to
>     >     > >     > >     >> releasecandidate.xml I will describe below:
>     >     > >     > >     >>
>     >     > >     > >     >> IMO, the choices are (and there may be more
> choices)
>     >     > >     > >     >> 1.  Figure out how to be smarter about what
> 'git
>     > status'
>     >     > > output
>     >     > >     > > will say
>     >     > >     > >     >> so the test works correctly
>     >     > >     > >     >> 2. Set failonerror="false" on the push step
> and not
>     > care
>     >     > if
>     >     > > that
>     >     > >     > > push
>     >     > >     > >     >> succeeds.  This is slightly risky if we ever
> do
>     > want to
>     >     > push
>     >     > >     > > changes, but
>     >     > >     > >     >> again, that is low probability, IMO.
>     >     > >     > >     >> 3. Comment out those steps since it will be
> rare we
>     > will
>     >     > > need
>     >     > >     > > them.  If
>     >     > >     > >     >> we do need them some day, the RM will have to
>     > remember to
>     >     > >     > uncomment
>     >     > >     > > those
>     >     > >     > >     >> steps.
>     >     > >     > >     >>
>     >     > >     > >     >> HTH,
>     >     > >     > >     >> -Alex
>     >     > >     > >     >>
>     >     > >     > >     >> On 10/10/18, 2:52 AM, "Piotr Zarzycki" <
>     >     > > piotrzarzycki21@gmail.com
>     >     > >     > >
>     >     > >     > >     >> wrote:
>     >     > >     > >     >>
>     >     > >     > >     >>     Ok It's failed :) However I passed step 3
> in
>     >     > > instruction. Step
>     >     > >     > > 4 is
>     >     > >     > >     >> failing
>     >     > >     > >     >>     [1] - if someone know what could it be -
> I will
>     > wait
>     >     > > with
>     >     > >     > > reverting
>     >     > >     > >     >> changes.
>     >     > >     > >     >>
>     >     > >     > >     >>     Lines in stacktrace are pointing in ant
> script
>     > to
>     >     > > following
>     >     > >     > > targets:
>     >     > >     > >     >>
>     >     > >     > >     >>     Line 556: git-commit-and-push-utils
>     >     > >     > >     >>     Line 487:
> git-commit-and-push-utils-if-modified
>     >     > >     > >     >>     Line 473:
>     >     > >     > >     >>
>     >     > >     > >     >>     <exec executable="${git}"
> dir="${compiler}"
>     >     > >     > failonerror="true" >
>     >     > >     > >     >>                 <arg value="commit" />
>     >     > >     > >     >>                 <arg value="-m" />
>     >     > >     > >     >>                 <arg value="remove SNAPSHOT
> from
>     >     > >     > > compiler-jburg-types and
>     >     > >     > >     >>     compiler-build-tools versions" />
>     >     > >     > >     >>             </exec>
>     >     > >     > >     >>
>     >     > >     > >     >>     [1]
>     >     > >     > >     >>
>     >     > >     > >
>     >     > >     >
>     >     > >
>     >     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2Fbg5e&amp;data=02%7C01%7Caharui%40adobe.com%7C51e386cbf09c4782574908d63003074b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749186919575507&amp;sdata=JeWQNA0OphSXXDh7EeT427LAD4vmMXFRYKCtYauNZJE%3D&amp;reserved=0
>     >     > >     > >     >>
>     >     > >     > >     >>     Thanks,
>     >     > >     > >     >>     Piotr
>     >     > >     > >     >>
>     >     > >     > >     >>
>     >     > >     > >     >>     śr., 10 paź 2018 o 11:34 Carlos Rovira <
>     >     > >     > carlosrovira@apache.org
>     >     > >     > > >
>     >     > >     > >     >> napisał(a):
>     >     > >     > >     >>
>     >     > >     > >     >>     > Ok Piotr, good luck! :)
>     >     > >     > >     >>     >
>     >     > >     > >     >>     > El mié., 10 oct. 2018 a las 10:34, Piotr
>     > Zarzycki (<
>     >     > >     > >     >>     > piotrzarzycki21@gmail.com>) escribió:
>     >     > >     > >     >>     >
>     >     > >     > >     >>     > > Hi Guys,
>     >     > >     > >     >>     > >
>     >     > >     > >     >>     > > I will try right now process from my
> PC. We
>     > will
>     >     > > see how
>     >     > >     > > far I
>     >     > >     > >     >> will go
>     >     > >     > >     >>     > with
>     >     > >     > >     >>     > > that.
>     >     > >     > >     >>     > >
>     >     > >     > >     >>     > > Piotr
>     >     > >     > >     >>     > >
>     >     > >     > >     >>     > > czw., 4 paź 2018 o 22:01 Alex Harui
>     >     > >     > > <ah...@adobe.com.invalid>
>     >     > >     > >     >>     > napisał(a):
>     >     > >     > >     >>     > >
>     >     > >     > >     >>     > > > Hi Om,
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > > If make_branches succeeds, then you
>     > shouldn't
>     >     > > need to go
>     >     > >     > > back
>     >     > >     > >     >> and
>     >     > >     > >     >>     > delete
>     >     > >     > >     >>     > > > branches and tags and run
> make_branches
>     > again if
>     >     > > the
>     >     > >     > > "maven"
>     >     > >     > >     >> step
>     >     > >     > >     >>     > fails.
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > > You might need to revert any
> changes to
>     > the
>     >     > > release
>     >     > >     > > branch that
>     >     > >     > >     >> the
>     >     > >     > >     >>     > > > "maven" step did, but then you
> should be
>     > able to
>     >     > > delete
>     >     > >     > > the
>     >     > >     > >     >> local copy
>     >     > >     > >     >>     > of
>     >     > >     > >     >>     > > > the branches and start again with
> "maven"
>     > or
>     >     > >     > >     >>     > > > "maven_skip_compiler_and_typedefs"
> if you
>     > got
>     >     > all
>     >     > > the
>     >     > >     > way
>     >     > >     > > up to
>     >     > >     > >     >>     > > royale-asjs.
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > > What are some of the 200+ files that
>     > don't get
>     >     > > reverted
>     >     > >     > > back to
>     >     > >     > >     >> 0.9.4?
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > > You are welcome to try to add the
>     > "continue"
>     >     > > option.  I
>     >     > >     > > would
>     >     > >     > >     >> suggest
>     >     > >     > >     >>     > > > adding a dummy parameter.  So if the
>     > script
>     >     > > currently
>     >     > >     > > calls
>     >     > >     > >     >> Maven like
>     >     > >     > >     >>     > > this:
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > >         <exec executable="${mvn}"
>     >     > >     > >     >> dir="${basedir}/maven-release-plugin"
>     >     > >     > >     >>     > > > failonerror="true" >
>     >     > >     > >     >>     > > >             <arg value="clean" />
>     >     > >     > >     >>     > > >             <arg value="install" />
>     >     > >     > >     >>     > > >         </exec>
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > > You can try changing it to
> something like
>     > this:
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > >         <property
> name="continueOption"
>     >     > >     > value="-Ddummy=0"
>     >     > >     > > />
>     >     > >     > >     >>     > > >         <exec executable="${mvn}"
>     >     > >     > >     >> dir="${basedir}/maven-release-plugin"
>     >     > >     > >     >>     > > > failonerror="true" >
>     >     > >     > >     >>     > > >             <arg
>     > value="${continueOption}" />
>     >     > >     > >     >>     > > >             <arg value="clean" />
>     >     > >     > >     >>     > > >             <arg value="install" />
>     >     > >     > >     >>     > > >         </exec>
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > > Then you should be able to set in
> your
>     >     > > local.properties:
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > > continueOption=-rf JewelExample
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > > You will probably need to use
> different
>     > names
>     >     > for
>     >     > > each
>     >     > >     > > call to
>     >     > >     > >     >> Maven so
>     >     > >     > >     >>     > > > subsequent Maven calls don't pick
> up the
>     > same
>     >     > > option.
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > > HTH,
>     >     > >     > >     >>     > > > -Alex
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > > On 10/4/18, 11:58 AM, "OmPrakash
>     > Muppirala" <
>     >     > >     > >     >> bigosmallm@gmail.com>
>     >     > >     > >     >>     > > wrote:
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > >     On Thu, Oct 4, 2018 at 1:48 AM
> Alex
>     > Harui
>     >     > >     > >     >> <aharui@adobe.com.invalid
>     >     > >     > >     >>     > >
>     >     > >     > >     >>     > > > wrote:
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > >     > Om, it looks like you are
> still
>     > deleting
>     >     > and
>     >     > >     > > recreating
>     >     > >     > >     >> the
>     >     > >     > >     >>     > > branches.
>     >     > >     > >     >>     > > >     > Does this mean you have never
>     > completed
>     >     > the
>     >     > >     > > make_branches
>     >     > >     > >     >> step?
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > >     Yes, I delete the tags, branches
>     > (remote)
>     >     > > each time
>     >     > >     > >     >> something
>     >     > >     > >     >>     > fails.
>     >     > >     > >     >>     > > > Then
>     >     > >     > >     >>     > > >     I do a global search for 0.9.5
> and
>     > replace
>     >     > it
>     >     > > with
>     >     > >     > > 0.9.4
>     >     > >     > >     >> (some 200+
>     >     > >     > >     >>     > > > files
>     >     > >     > >     >>     > > >     across 3 repos), then push them
> into
>     >     > > remote/develop.
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > >     Then I do the make_branches step
>     > first.
>     >     > Then
>     >     > > do a
>     >     > >     > > git push
>     >     > >     > >     >> in
>     >     > >     > >     >>     > > > roayale-asjs
>     >     > >     > >     >>     > > >     as per the instructions in the
>     > commandline.
>     >     > I
>     >     > > have
>     >     > >     > > never
>     >     > >     > >     >> had issues
>     >     > >     > >     >>     > > > with
>     >     > >     > >     >>     > > >     this step.  It is always the
> maven
>     > step that
>     >     > > fails
>     >     > >     > > for some
>     >     > >     > >     >> reason
>     >     > >     > >     >>     > or
>     >     > >     > >     >>     > > > the
>     >     > >     > >     >>     > > >     other.
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > >     > Is make_branches failing
> trying to
>     > run a
>     >     > > build in
>     >     > >     > > the
>     >     > >     > >     >> develop
>     >     > >     > >     >>     > > branch
>     >     > >     > >     >>     > > > and
>     >     > >     > >     >>     > > >     > uploading 0.9.5-SNAPSHOT
> artifacts?
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > >     No
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > >     > I supposed we could try to
> find a
>     > way to
>     >     > > skip
>     >     > >     > that,
>     >     > >     > > but
>     >     > >     > >     >> you will
>     >     > >     > >     >>     > > need
>     >     > >     > >     >>     > > >     > reliable uploading to
>     > repository.a.o to be
>     >     > > an RM
>     >     > >     > > without
>     >     > >     > >     >> going
>     >     > >     > >     >>     > > crazy.
>     >     > >     > >     >>     > > >     >
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > >     Hmm, I use the same internet
>     > connection for
>     >     > > personal
>     >     > >     > > and
>     >     > >     > >     >> work
>     >     > >     > >     >>     > related
>     >     > >     > >     >>     > > >     activities.  I don't usually
> have
>     > issues
>     >     > with
>     >     > >     > > internet.
>     >     > >     > >     >> Either we
>     >     > >     > >     >>     > > are
>     >     > >     > >     >>     > > > very
>     >     > >     > >     >>     > > >     unlucky here or we need a more
>     > reselient way
>     >     > > to pick
>     >     > >     > > up
>     >     > >     > >     >> things if
>     >     > >     > >     >>     > we
>     >     > >     > >     >>     > > > lose
>     >     > >     > >     >>     > > >     internet connectivity
> momentarily.
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > >     It takes upwards of 90 minutes
> of
>     > uploading
>     >     > > stuff. I
>     >     > >     > > dont
>     >     > >     > >     >> do this
>     >     > >     > >     >>     > > kind
>     >     > >     > >     >>     > > > of
>     >     > >     > >     >>     > > >     uploading for my regular work,
> so
>     > that is
>     >     > > probably I
>     >     > >     > > have
>     >     > >     > >     >> never hit
>     >     > >     > >     >>     > > > this
>     >     > >     > >     >>     > > >     issue before.
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > >     I still think that looking into
> the
>     >     > > 'resume-from'
>     >     > >     > > directive
>     >     > >     > >     >> in
>     >     > >     > >     >>     > maven
>     >     > >     > >     >>     > > is
>     >     > >     > >     >>     > > >     worthwhile.
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > >     Thanks,
>     >     > >     > >     >>     > > >     Om
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > > >     >
>     >     > >     > >     >>     > > >     > -Alex
>     >     > >     > >     >>     > > >     >
>     >     > >     > >     >>     > > >     > On 10/3/18, 2:11 PM,
> "OmPrakash
>     >     > Muppirala" <
>     >     > >     > >     >> bigosmallm@gmail.com
>     >     > >     > >     >>     > >
>     >     > >     > >     >>     > > > wrote:
>     >     > >     > >     >>     > > >     >
>     >     > >     > >     >>     > > >     >     On Wed, Oct 3, 2018 at
> 2:02 PM
>     > Alex
>     >     > > Harui
>     >     > >     > >     >>     > > > <ah...@adobe.com.invalid>
>     >     > >     > >     >>     > > >     > wrote:
>     >     > >     > >     >>     > > >     >
>     >     > >     > >     >>     > > >     >     > Hi Om,
>     >     > >     > >     >>     > > >     >     >
>     >     > >     > >     >>     > > >     >     > Does anything deploy,
> or is
>     > that the
>     >     > > first
>     >     > >     > > thing
>     >     > >     > >     >> that is
>     >     > >     > >     >>     > > > attempted to
>     >     > >     > >     >>     > > >     >     > deploy?  I found this
> article
>     > that
>     >     > > might
>     >     > >     > help:
>     >     > >     > >     >>     > > >     >     >
>     >     > >     > >     >>     > > >     >     >
>     >     > >     > >     >>     > > >     >
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     > >
>     >     > >     > >     >>     >
>     >     > >     > >     >>
>     >     > >     > >
>     >     > >     >
>     >     > >
>     >     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.apigee.com%2Fquestions%2F50756%2Funable-to-deploy-using-maven-script-due-to-error-r.html&amp;data=02%7C01%7Caharui%40adobe.com%7C51e386cbf09c4782574908d63003074b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749186919575507&amp;sdata=wNctwU8V5HRTfTnDGsmn7Xs22H%2BDKZqUV1Meq516VQI%3D&amp;reserved=0
>     >     > >     > >     >>     > > >     >
>     >     > >     > >     >>     > > >     >
>     >     > >     > >     >>     > > >     >     It deployed a lot of
> artifacts
>     > before
>     >     > > hitting
>     >     > >     > > this
>     >     > >     > >     >> error.  I
>     >     > >     > >     >>     > > > don't see
>     >     > >     > >     >>     > > >     >     anything special with this
>     > artifact.
>     >     > > So, I am
>     >     > >     > >     >> guessing that
>     >     > >     > >     >>     > it
>     >     > >     > >     >>     > > > was a
>     >     > >     > >     >>     > > >     >     momentary bad connection
> that
>     > caused
>     >     > > this.
>     >     > >     > >     >>     > > >     >
>     >     > >     > >     >>     > > >     >
>     >     > >     > >     >>     > > >     >     >
>     >     > >     > >     >>     > > >     >     >
>     >     > >     > >     >>     > > >     >     > I would be concerned
> about
>     >     > restarting
>     >     > > from
>     >     > >     > the
>     >     > >     > >     >> middle of a
>     >     > >     > >     >>     > > > Maven
>     >     > >     > >     >>     > > >     > call.  I
>     >     > >     > >     >>     > > >     >     > suppose you could try
> it, but
>     > what
>     >     > if
>     >     > > it
>     >     > >     > > skipped an
>     >     > >     > >     >>     > artifact?
>     >     > >     > >     >>     > > >     >     >
>     >     > >     > >     >>     > > >     >
>     >     > >     > >     >>     > > >     >     The maven error message
>     > explicitly
>     >     > says
>     >     > > this:
>     >     > >     > >     >>     > > >     >
>     >     > >     > >     >>     > > >     >          [exec] [INFO]
> [ERROR] After
>     >     > > correcting
>     >     > >     > the
>     >     > >     > >     >> problems, you
>     >     > >     > >     >>     > > can
>     >     > >     > >     >>     > > >     > resume
>     >     > >     > >     >>     > > >     >     the build with the command
>     >     > >     > >     >>     > > >     >
>     >     > >     > >     >>     > > >     >          [exec] [INFO]
> [ERROR]   mvn
>     >     > > <goals> -rf
>     >     > >     > >     >>     > > >     >
>     >     > >  :Jewel-Light-NoFlat-Primary-Sunflower-Theme
>     >     > >     > >     >>     > > >     >
>     >     > >     > >     >>     > > >     >
>     >     > >     > >     >>     > > >     >     >
>     >     > >     > >     >>     > > >     >     > There should be Ant
> targets
>     > for
>     >     > > starting
>     >     > >     > only
>     >     > >     > > on
>     >     > >     > >     >>     > royale-asjs
>     >     > >     > >     >>     > > if
>     >     > >     > >     >>     > > >     >     > royale-compiler and
>     > royale=typedefs
>     >     > > worked
>     >     > >     > ok.
>     >     > >     > >     >>     > > >     >     >
>     >     > >     > >     >>     > > >     >     > HTH,
>     >     > >     > >     >>     > > >     >     > -Alex
>     >     > >     > >     >>     > > >     >     >
>     >     > >     > >     >>     > > >     >     > On 10/3/18, 11:58 AM,
>     > "OmPrakash
>     >     > > Muppirala"
>     >     > >     > <
>     >     > >     > >     >>     > > > bigosmallm@gmail.com>
>     >     > >     > >     >>     > > >     > wrote:
>     >     > >     > >     >>     > > >     >     >
>     >     > >     > >     >>     > > >     >     >     Another suggestion
> I have
>     > is -
>     >     > > can we do
>     >     > >     > > all
>     >     > >     > >     >> the pushes
>     >     > >     > >     >>     > > to
>     >     > >     > >     >>     > > >     > remote after
>     >     > >     > >     >>     > > >     >     >     everything is done
>     > locally?
>     >     > That
>     >     > > way,
>     >     > >     > if
>     >     > >     > >     >> something
>     >     > >     > >     >>     > goes
>     >     > >     > >     >>     > > > wrong
>     >     > >     > >     >>     > > >     >     > halfway, we
>     >     > >     > >     >>     > > >     >     >     can just delete the
>     > royale-*
>     >     > dirs
>     >     > >     > locally
>     >     > >     > > and
>     >     > >     > >     >> rerun the
>     >     > >     > >     >>     > > >     >     > releasecandiate ant
>     >     > >     > >     >>     > > >     >     >     script?
>     >     > >     > >     >>     > > >     >     >
>     >     > >     > >     >>     > > >     >     >     Not sure if this is
> an
>     > easy
>     >     > > change?
>     >     > >     > >     >>     > > >     >     >
>     >     > >     > >     >>     > > >     >     >     Thanks,
>     >     > >     > >     >>     > > >     >     >     Om
>     >     > >     > >     >>     > > >     >     >
>     >     > >     > >     >>     > > >     >     >     On Wed, Oct 3, 2018
> at
>     > 11:42 AM
>     >     > >     > OmPrakash
>     >     > >     > >     >> Muppirala <
>     >     > >     > >     >>     > > >     >     > bigosmallm@gmail.com>
>     >     > >     > >     >>     > > >     >     >     wrote:
>     >     > >     > >     >>     > > >     >     >
>     >     > >     > >     >>     > > >     >     >     > Okay, I tried a
> couple
>     > of
>     >     > times
>     >     > > and I
>     >     > >     > > have
>     >     > >     > >     >> started
>     >     > >     > >     >>     > > > getting
>     >     > >     > >     >>     > > >     > `SSL peer
>     >     > >     > >     >>     > > >     >     > shut
>     >     > >     > >     >>     > > >     >     >     > down incorrectly
> errors`
>     >     > >     > >     >>     > > >     >     >     >
>     >     > >     > >     >>     > > >     >     >     >      [exec] [INFO]
>     > [INFO]
>     >     > >     > >     >>     > > >     >     >     >
>     >     > >     > >     >>     > > >     >     >
>     >     > >     > >     >>     > > >     >
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     >
>     >     > >     > >     >>
>     >     > >     > >
>     >     > >
>     >
> ------------------------------------------------------------------------
>     >     > >     > >     >>     > > >     >     >     >
>     >     > >     > >     >>     > > >     >     >     >      [exec] [INFO]
>     > [INFO]
>     >     > BUILD
>     >     > >     > FAILURE
>     >     > >     > >     >>     > > >     >     >     >
>     >     > >     > >     >>     > > >     >     >     >      [exec] [INFO]
>     > [INFO]
>     >     > >     > >     >>     > > >     >     >     >
>     >     > >     > >     >>     > > >     >     >
>     >     > >     > >     >>     > > >     >
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     >
>     >     > >     > >     >>
>     >     > >     > >
>     >     > >
>     >
> ------------------------------------------------------------------------
>     >     > >     > >     >>     > > >     >     >     >
>     >     > >     > >     >>     > > >     >     >     >      [exec] [INFO]
>     > [INFO]
>     >     > Total
>     >     > > time:
>     >     > >     > > 16:04
>     >     > >     > >     >> min
>     >     > >     > >     >>     > > >     >     >     >
>     >     > >     > >     >>     > > >     >     >     >      [exec] [INFO]
>     > [INFO]
>     >     > > Finished at:
>     >     > >     > >     >>     > > >     > 2018-10-03T11:38:49-07:00
>     >     > >     > >     >>     > > >     >     >     >
>     >     > >     > >     >>     > > >     >     >     >      [exec] [INFO]
>     > [INFO]
>     >     > >     > >     >>     > > >     >     >     >
>     >     > >     > >     >>     > > >     >     >
>     >     > >     > >     >>     > > >     >
>     >     > >     > >     >>     > > >
>     >     > >     > >     >>     >
>     >     > >     > >     >>
>     >



-- 
Carlos Rovira
http://about.me/carlosrovira

Re: [Discuss] Start release process 0.9.3

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Hi Piotr,

Well, it depends.  In looking at the repos, I do not see the 0.9.4 tag, which is strange since Carlos's Git GUI client is updating it.

IMO, for sure, you should update releasecandidate.xml per my earlier email, delete the repos out of the folder you are using and see how far you get.  Maybe there is a bad tag I can't see that Maven will see and fail.  Not sure what to do in that case, maybe we'll have to give up on 0.9.4 as a version and try to upgrade the version to 0.9.5.  Or maybe the tag never got pushed and deleting the repos locally will resolve the issue.

Good luck,
-Alex

On 10/11/18, 10:24 PM, "Piotr Zarzycki" <pi...@gmail.com> wrote:

    Alex,
    
    In the other words If I have time today I can continue with the process? We
    end up with situation where I need to remove tag and try again as I
    remember?
    
    Thanks,
    Piotr
    
    On Fri, Oct 12, 2018, 7:12 AM Alex Harui <ah...@adobe.com.invalid> wrote:
    
    > Hi Piotr,
    >
    > I agree with your sentiments.  However, I think one problem is that the
    > revert emails are misleading.  Unlike other commits, the subject of a
    > revert does not show what branch was changed, so I think Carlos was
    > reverting things in a branch.
    >
    > That said, it is still very troublesome that his Git tools are changing
    > the tags.  IMO, Carlos will have to stop using that tool.
    >
    > -Alex
    >
    > On 10/11/18, 9:57 PM, "Piotr Zarzycki" <pi...@gmail.com> wrote:
    >
    >     Carlos,
    >
    >     You are expecting from people who are volunteers to do some things in
    > one
    >     day? It's impossible to do that. I'm not working on that full time. I
    > did
    >     first finally successful step for the release. Everything was reported
    > on
    >     this list. I had problems and didn't have time to resolve it. Alex
    > provide
    >     solution - next RM should pickup it and continue release. It can take
    > days.
    >     If you have problems you should create branch from the last stable
    > commit.
    >     Is it problem for you ?
    >
    >     How can we now get back to the previous state now?
    >
    >     Piotr
    >
    >     pt., 12 paź 2018 o 02:09 Carlos Rovira <ca...@apache.org>
    > napisał(a):
    >
    >     > Hi Alex,
    >     > if you check in actual develop for "0.9.5-SNAPSHOT" and
    > "0.9.4-SNAPSHOT"
    >     > you'll see maven build compiler and typedefs 0.9.5-SNAPSHOT, but
    > when build
    >     > framework, it downloads compiler and typedefs 0.9.4-SNAPSHOT since
    > the
    >     > versions in framework are not updated. This is the reason you don't
    > see any
    >     > fail when building with maven. If you update all to use the same
    > number it
    >     > will fail. I recommend you as well to remove royale folder in your
    > local
    >     > .m2 to see how maven generates compiler and typedefs and then
    > download
    >     > other version.
    >     >
    >     > Maybe the rest of people didn't see this because they use ANT and
    > that
    >     > build system is not affected by the release process. But I think we
    > can't
    >     > left the failed release process without revert it for days, since we
    > are
    >     > all seeing different things.
    >     >
    >     > For example, I was able to run your MX RO example with ANT, but I
    > can make
    >     > it work with Maven, what means to me that I still can't use it since
    > my
    >     > entire project is in maven.
    >     >
    >     > I'm trying to fix this for several hours now and still couldn't test
    > mx RO
    >     > nor working on my project...
    >     >
    >     > I'm closing for today with all messed up. Tomorrow will try again,
    > or will
    >     > need to block me in a branch to be able to continue working.
    >     >
    >     > Thanks
    >     >
    >     > Carlos
    >     >
    >     >
    >     >
    >     >
    >     >
    >     > El vie., 12 oct. 2018 a las 1:53, Alex Harui
    > (<ah...@adobe.com.invalid>)
    >     > escribió:
    >     >
    >     > > The 0.9.4 release branch has been cut.  I have not seen any
    > problems
    >     > > reported against it, so I don't know of any reason to delete it.
    > Thus,
    >     > the
    >     > > develop branch should be at 0.9.5-SNAPSHOT.
    >     > >
    >     > > I noticed you messed around with the versions so I have no idea
    > what
    >     > state
    >     > > we are in, plus I continue to see that tags are being updated.
    > You will
    >     > > probably have to stop using your Git GUI.  We cannot have tags be
    >     > modified.
    >     > >
    >     > > -Alex
    >     > >
    >     > > On 10/11/18, 3:14 PM, "Carlos Rovira" <ca...@apache.org>
    > wrote:
    >     > >
    >     > >     Hi,
    >     > >
    >     > >     I'm a bit confused with the actual state of the repo. We
    > should stay
    >     > in
    >     > >     0.9.4-SNAPSHOT? or 0.9.5-SNAPSHOT?
    >     > >     I'm building with the latest since 1-2 days but removed all
    > royale
    >     > > folder
    >     > >     with all maven artifacts and rebuild from scratch, makes me
    > have
    >     > mixed
    >     > >     versions, since some artifacts are downloading 0.9.4 instead
    > of use
    >     > > 0.9.5
    >     > >
    >     > >     Piotr, seems nobody  take the request to continue with the
    > release
    >     > for
    >     > > now,
    >     > >     so I propose to stabilize the repo.
    >     > >
    >     > >     Thoughts?
    >     > >
    >     > >     Carlos
    >     > >
    >     > >
    >     > >
    >     > >
    >     > >
    >     > >     El jue., 11 oct. 2018 a las 20:33, Piotr Zarzycki (<
    >     > >     piotrzarzycki21@gmail.com>) escribió:
    >     > >
    >     > >     > Hi Alex,
    >     > >     >
    >     > >     > Unfortunately in the next couple of days I won't have time
    > for
    >     > that.
    >     > > If
    >     > >     > someone can do that feel free jump into it.
    >     > >     >
    >     > >     > Piotr
    >     > >     >
    >     > >     > On Thu, Oct 11, 2018, 6:43 PM Alex Harui
    > <aharui@adobe.com.invalid
    >     > >
    >     > > wrote:
    >     > >     >
    >     > >     > > After digging through the output you pasted, it appears
    > that the
    >     > >     > > "check-empty-folder" target isn't quite right and didn't
    > catch
    >     > > that you
    >     > >     > > didn't run "maven" against an empty folder.  Although I am
    > a bit
    >     > > puzzled
    >     > >     > > why there were modified files in the working copy.
    >     > >     > >
    >     > >     > > Maven and the scripts have some expectation that you are
    > starting
    >     > > from
    >     > >     > the
    >     > >     > > beginning, so if Maven got far enough to create a tag and
    > you
    >     > have
    >     > > to
    >     > >     > start
    >     > >     > > over, you have to remove the tag.  These scripts are still
    > under
    >     > >     > > development so you should not expect that every situation
    > has
    >     > been
    >     > >     > > accounted for.
    >     > >     > >
    >     > >     > > So, go delete the tag.  Instructions for doing so are in
    > the
    >     > > wiki.  Maybe
    >     > >     > > figure out why those files were modified, but maybe
    > because your
    >     > > earlier
    >     > >     > > run didn't have the right gpg password.
    >     > >     > >
    >     > >     > > Try changing the check-empty-folder to also test for:
    >     > >     > >
    >     > >     > >         <available
    > file="${basedir}/royale-asjs/build.properties"
    >     > >     > >             type="file"
    >     > >     > >             property="found.build.properties" value="true"
    > />
    >     > >     > >
    >     > >     > > Then it should catch you on the steps where you are
    > supposed to
    >     > > start by
    >     > >     > > pulling down the repos again.
    >     > >     > >
    >     > >     > > If you don't have time for any of that, let us know here
    > so the
    >     > > next RM
    >     > >     > > can know where to start.
    >     > >     > >
    >     > >     > > -Alex
    >     > >     > >
    >     > >     > > On 10/11/18, 2:05 AM, "Piotr Zarzycki" <
    >     > piotrzarzycki21@gmail.com>
    >     > >     > wrote:
    >     > >     > >
    >     > >     > >     I gave up again :) It costs me to much time. I thought
    > since
    >     > > Om did
    >     > >     > so
    >     > >     > > much
    >     > >     > >     progress I will launch the script and will work. It's
    > still
    >     > > failing.
    >     > >     > >
    >     > >     > >
    >     > >     > >
    >     > >     >
    >     > >
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FWJ44&amp;data=02%7C01%7Caharui%40adobe.com%7C51e386cbf09c4782574908d63003074b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749186919575507&amp;sdata=LD8lMIXS1ApkRl9XtxIdl9my4qODg2%2F2CBSrMZk8Cpk%3D&amp;reserved=0
    >     > >     > >
    >     > >     > >     I run first time and had problem with gpg password -
    > just
    >     > > forgot it,
    >     > >     > > but
    >     > >     > >     run it again and type correct password. Probably first
    > time
    >     > > this tag
    >     > >     > > was
    >     > >     > >     created and now script failing cause tag exits. Never
    > ending
    >     > > story.
    >     > >     > >
    >     > >     > >     I'm in that step - If someone would like to try it out
    > let me
    >     > > know
    >     > >     > and
    >     > >     > > I
    >     > >     > >     won't revert anything for now:
    >     > >     > >
    >     > >     > >     ant -f releasecandidate.xml -Drelease.version="0.9.4"
    >     > >     > > -Dbrowser="c:\Program
    >     > >     > >     Files\Mozilla Firefox\firefox.exe" -Drc=1 maven
    >     > >     > >
    >     > >     > >     Thanks,
    >     > >     > >     Piotr
    >     > >     > >
    >     > >     > >
    >     > >     > >     czw., 11 paź 2018 o 10:13 Piotr Zarzycki <
    >     > > piotrzarzycki21@gmail.com>
    >     > >     > >     napisał(a):
    >     > >     > >
    >     > >     > >     > Hi Alex,
    >     > >     > >     >
    >     > >     > >     > This is what I'm getting for git status for
    > royale-compiler
    >     > > [1]
    >     > >     > >     >
    >     > >     > >     > [1]
    >     > >     > >
    >     > >     >
    >     > >
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FYuiH&amp;data=02%7C01%7Caharui%40adobe.com%7C51e386cbf09c4782574908d63003074b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749186919575507&amp;sdata=%2BFct%2F9O427FmUha4o450SxlZ65ip5jcoCUbentrjcHY%3D&amp;reserved=0
    >     > >     > >     >
    >     > >     > >     > Thanks,
    >     > >     > >     > Piotr
    >     > >     > >     >
    >     > >     > >     > śr., 10 paź 2018 o 17:50 Alex Harui
    >     > <aharui@adobe.com.invalid
    >     > > >
    >     > >     > > napisał(a):
    >     > >     > >     >
    >     > >     > >     >> What does 'git status' return for that local copy
    > of the
    >     > >     > > royale-compiler
    >     > >     > >     >> repo?
    >     > >     > >     >>
    >     > >     > >     >> That part of the script is trying to see if
    >     > > compiler-jburg-types
    >     > >     > and
    >     > >     > >     >> compiler-build-tools needed a version update that
    > needs to
    >     > > be
    >     > >     > > pushed.
    >     > >     > >     >> Those two projects should be at 1.0.0 since we
    > rarely, if
    >     > > ever,
    >     > >     > > will need
    >     > >     > >     >> to modify it.  There shouldn't have been
    > modifications in
    >     > > this
    >     > >     > > release, yet
    >     > >     > >     >> Git status is reporting modifications to some
    > file.  A
    >     > test
    >     > > is
    >     > >     > done
    >     > >     > > to
    >     > >     > >     >> check for the word "modified:" in the 'git status'
    > output,
    >     > > then
    >     > >     > that
    >     > >     > >     >> attempt to push is executed.  Somehow, the git
    > status is
    >     > > implying
    >     > >     > >     >> modifications but the files we are trying to push
    > are not
    >     > >     > modified.
    >     > >     > >     >>
    >     > >     > >     >> The solutions should not require reverting of the
    > release
    >     > > branch.
    >     > >     > > It
    >     > >     > >     >> looks like you have successfully created a correct
    > set of
    >     > > branches
    >     > >     > > and the
    >     > >     > >     >> steps you are running start by pulling down the
    > release
    >     > > branch.  I
    >     > >     > > didn't
    >     > >     > >     >> see any commits to the release branch from the
    > scripts, so
    >     > > to
    >     > >     > > re-start, it
    >     > >     > >     >> should just be manually deleting the local copies
    > of the
    >     > > repos and
    >     > >     > > running
    >     > >     > >     >> the Ant command again after making one of the
    > changes to
    >     > >     > >     >> releasecandidate.xml I will describe below:
    >     > >     > >     >>
    >     > >     > >     >> IMO, the choices are (and there may be more choices)
    >     > >     > >     >> 1.  Figure out how to be smarter about what 'git
    > status'
    >     > > output
    >     > >     > > will say
    >     > >     > >     >> so the test works correctly
    >     > >     > >     >> 2. Set failonerror="false" on the push step and not
    > care
    >     > if
    >     > > that
    >     > >     > > push
    >     > >     > >     >> succeeds.  This is slightly risky if we ever do
    > want to
    >     > push
    >     > >     > > changes, but
    >     > >     > >     >> again, that is low probability, IMO.
    >     > >     > >     >> 3. Comment out those steps since it will be rare we
    > will
    >     > > need
    >     > >     > > them.  If
    >     > >     > >     >> we do need them some day, the RM will have to
    > remember to
    >     > >     > uncomment
    >     > >     > > those
    >     > >     > >     >> steps.
    >     > >     > >     >>
    >     > >     > >     >> HTH,
    >     > >     > >     >> -Alex
    >     > >     > >     >>
    >     > >     > >     >> On 10/10/18, 2:52 AM, "Piotr Zarzycki" <
    >     > > piotrzarzycki21@gmail.com
    >     > >     > >
    >     > >     > >     >> wrote:
    >     > >     > >     >>
    >     > >     > >     >>     Ok It's failed :) However I passed step 3 in
    >     > > instruction. Step
    >     > >     > > 4 is
    >     > >     > >     >> failing
    >     > >     > >     >>     [1] - if someone know what could it be - I will
    > wait
    >     > > with
    >     > >     > > reverting
    >     > >     > >     >> changes.
    >     > >     > >     >>
    >     > >     > >     >>     Lines in stacktrace are pointing in ant script
    > to
    >     > > following
    >     > >     > > targets:
    >     > >     > >     >>
    >     > >     > >     >>     Line 556: git-commit-and-push-utils
    >     > >     > >     >>     Line 487: git-commit-and-push-utils-if-modified
    >     > >     > >     >>     Line 473:
    >     > >     > >     >>
    >     > >     > >     >>     <exec executable="${git}" dir="${compiler}"
    >     > >     > failonerror="true" >
    >     > >     > >     >>                 <arg value="commit" />
    >     > >     > >     >>                 <arg value="-m" />
    >     > >     > >     >>                 <arg value="remove SNAPSHOT from
    >     > >     > > compiler-jburg-types and
    >     > >     > >     >>     compiler-build-tools versions" />
    >     > >     > >     >>             </exec>
    >     > >     > >     >>
    >     > >     > >     >>     [1]
    >     > >     > >     >>
    >     > >     > >
    >     > >     >
    >     > >
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2Fbg5e&amp;data=02%7C01%7Caharui%40adobe.com%7C51e386cbf09c4782574908d63003074b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749186919575507&amp;sdata=JeWQNA0OphSXXDh7EeT427LAD4vmMXFRYKCtYauNZJE%3D&amp;reserved=0
    >     > >     > >     >>
    >     > >     > >     >>     Thanks,
    >     > >     > >     >>     Piotr
    >     > >     > >     >>
    >     > >     > >     >>
    >     > >     > >     >>     śr., 10 paź 2018 o 11:34 Carlos Rovira <
    >     > >     > carlosrovira@apache.org
    >     > >     > > >
    >     > >     > >     >> napisał(a):
    >     > >     > >     >>
    >     > >     > >     >>     > Ok Piotr, good luck! :)
    >     > >     > >     >>     >
    >     > >     > >     >>     > El mié., 10 oct. 2018 a las 10:34, Piotr
    > Zarzycki (<
    >     > >     > >     >>     > piotrzarzycki21@gmail.com>) escribió:
    >     > >     > >     >>     >
    >     > >     > >     >>     > > Hi Guys,
    >     > >     > >     >>     > >
    >     > >     > >     >>     > > I will try right now process from my PC. We
    > will
    >     > > see how
    >     > >     > > far I
    >     > >     > >     >> will go
    >     > >     > >     >>     > with
    >     > >     > >     >>     > > that.
    >     > >     > >     >>     > >
    >     > >     > >     >>     > > Piotr
    >     > >     > >     >>     > >
    >     > >     > >     >>     > > czw., 4 paź 2018 o 22:01 Alex Harui
    >     > >     > > <ah...@adobe.com.invalid>
    >     > >     > >     >>     > napisał(a):
    >     > >     > >     >>     > >
    >     > >     > >     >>     > > > Hi Om,
    >     > >     > >     >>     > > >
    >     > >     > >     >>     > > > If make_branches succeeds, then you
    > shouldn't
    >     > > need to go
    >     > >     > > back
    >     > >     > >     >> and
    >     > >     > >     >>     > delete
    >     > >     > >     >>     > > > branches and tags and run make_branches
    > again if
    >     > > the
    >     > >     > > "maven"
    >     > >     > >     >> step
    >     > >     > >     >>     > fails.
    >     > >     > >     >>     > > >
    >     > >     > >     >>     > > > You might need to revert any changes to
    > the
    >     > > release
    >     > >     > > branch that
    >     > >     > >     >> the
    >     > >     > >     >>     > > > "maven" step did, but then you should be
    > able to
    >     > > delete
    >     > >     > > the
    >     > >     > >     >> local copy
    >     > >     > >     >>     > of
    >     > >     > >     >>     > > > the branches and start again with "maven"
    > or
    >     > >     > >     >>     > > > "maven_skip_compiler_and_typedefs" if you
    > got
    >     > all
    >     > > the
    >     > >     > way
    >     > >     > > up to
    >     > >     > >     >>     > > royale-asjs.
    >     > >     > >     >>     > > >
    >     > >     > >     >>     > > > What are some of the 200+ files that
    > don't get
    >     > > reverted
    >     > >     > > back to
    >     > >     > >     >> 0.9.4?
    >     > >     > >     >>     > > >
    >     > >     > >     >>     > > > You are welcome to try to add the
    > "continue"
    >     > > option.  I
    >     > >     > > would
    >     > >     > >     >> suggest
    >     > >     > >     >>     > > > adding a dummy parameter.  So if the
    > script
    >     > > currently
    >     > >     > > calls
    >     > >     > >     >> Maven like
    >     > >     > >     >>     > > this:
    >     > >     > >     >>     > > >
    >     > >     > >     >>     > > >         <exec executable="${mvn}"
    >     > >     > >     >> dir="${basedir}/maven-release-plugin"
    >     > >     > >     >>     > > > failonerror="true" >
    >     > >     > >     >>     > > >             <arg value="clean" />
    >     > >     > >     >>     > > >             <arg value="install" />
    >     > >     > >     >>     > > >         </exec>
    >     > >     > >     >>     > > >
    >     > >     > >     >>     > > > You can try changing it to something like
    > this:
    >     > >     > >     >>     > > >
    >     > >     > >     >>     > > >         <property name="continueOption"
    >     > >     > value="-Ddummy=0"
    >     > >     > > />
    >     > >     > >     >>     > > >         <exec executable="${mvn}"
    >     > >     > >     >> dir="${basedir}/maven-release-plugin"
    >     > >     > >     >>     > > > failonerror="true" >
    >     > >     > >     >>     > > >             <arg
    > value="${continueOption}" />
    >     > >     > >     >>     > > >             <arg value="clean" />
    >     > >     > >     >>     > > >             <arg value="install" />
    >     > >     > >     >>     > > >         </exec>
    >     > >     > >     >>     > > >
    >     > >     > >     >>     > > > Then you should be able to set in your
    >     > > local.properties:
    >     > >     > >     >>     > > >
    >     > >     > >     >>     > > > continueOption=-rf JewelExample
    >     > >     > >     >>     > > >
    >     > >     > >     >>     > > > You will probably need to use different
    > names
    >     > for
    >     > > each
    >     > >     > > call to
    >     > >     > >     >> Maven so
    >     > >     > >     >>     > > > subsequent Maven calls don't pick up the
    > same
    >     > > option.
    >     > >     > >     >>     > > >
    >     > >     > >     >>     > > > HTH,
    >     > >     > >     >>     > > > -Alex
    >     > >     > >     >>     > > >
    >     > >     > >     >>     > > > On 10/4/18, 11:58 AM, "OmPrakash
    > Muppirala" <
    >     > >     > >     >> bigosmallm@gmail.com>
    >     > >     > >     >>     > > wrote:
    >     > >     > >     >>     > > >
    >     > >     > >     >>     > > >     On Thu, Oct 4, 2018 at 1:48 AM Alex
    > Harui
    >     > >     > >     >> <aharui@adobe.com.invalid
    >     > >     > >     >>     > >
    >     > >     > >     >>     > > > wrote:
    >     > >     > >     >>     > > >
    >     > >     > >     >>     > > >     > Om, it looks like you are still
    > deleting
    >     > and
    >     > >     > > recreating
    >     > >     > >     >> the
    >     > >     > >     >>     > > branches.
    >     > >     > >     >>     > > >     > Does this mean you have never
    > completed
    >     > the
    >     > >     > > make_branches
    >     > >     > >     >> step?
    >     > >     > >     >>     > > >
    >     > >     > >     >>     > > >
    >     > >     > >     >>     > > >     Yes, I delete the tags, branches
    > (remote)
    >     > > each time
    >     > >     > >     >> something
    >     > >     > >     >>     > fails.
    >     > >     > >     >>     > > > Then
    >     > >     > >     >>     > > >     I do a global search for 0.9.5 and
    > replace
    >     > it
    >     > > with
    >     > >     > > 0.9.4
    >     > >     > >     >> (some 200+
    >     > >     > >     >>     > > > files
    >     > >     > >     >>     > > >     across 3 repos), then push them into
    >     > > remote/develop.
    >     > >     > >     >>     > > >
    >     > >     > >     >>     > > >     Then I do the make_branches step
    > first.
    >     > Then
    >     > > do a
    >     > >     > > git push
    >     > >     > >     >> in
    >     > >     > >     >>     > > > roayale-asjs
    >     > >     > >     >>     > > >     as per the instructions in the
    > commandline.
    >     > I
    >     > > have
    >     > >     > > never
    >     > >     > >     >> had issues
    >     > >     > >     >>     > > > with
    >     > >     > >     >>     > > >     this step.  It is always the maven
    > step that
    >     > > fails
    >     > >     > > for some
    >     > >     > >     >> reason
    >     > >     > >     >>     > or
    >     > >     > >     >>     > > > the
    >     > >     > >     >>     > > >     other.
    >     > >     > >     >>     > > >
    >     > >     > >     >>     > > >
    >     > >     > >     >>     > > >     > Is make_branches failing trying to
    > run a
    >     > > build in
    >     > >     > > the
    >     > >     > >     >> develop
    >     > >     > >     >>     > > branch
    >     > >     > >     >>     > > > and
    >     > >     > >     >>     > > >     > uploading 0.9.5-SNAPSHOT artifacts?
    >     > >     > >     >>     > > >
    >     > >     > >     >>     > > >
    >     > >     > >     >>     > > >     No
    >     > >     > >     >>     > > >
    >     > >     > >     >>     > > >
    >     > >     > >     >>     > > >     > I supposed we could try to find a
    > way to
    >     > > skip
    >     > >     > that,
    >     > >     > > but
    >     > >     > >     >> you will
    >     > >     > >     >>     > > need
    >     > >     > >     >>     > > >     > reliable uploading to
    > repository.a.o to be
    >     > > an RM
    >     > >     > > without
    >     > >     > >     >> going
    >     > >     > >     >>     > > crazy.
    >     > >     > >     >>     > > >     >
    >     > >     > >     >>     > > >
    >     > >     > >     >>     > > >     Hmm, I use the same internet
    > connection for
    >     > > personal
    >     > >     > > and
    >     > >     > >     >> work
    >     > >     > >     >>     > related
    >     > >     > >     >>     > > >     activities.  I don't usually have
    > issues
    >     > with
    >     > >     > > internet.
    >     > >     > >     >> Either we
    >     > >     > >     >>     > > are
    >     > >     > >     >>     > > > very
    >     > >     > >     >>     > > >     unlucky here or we need a more
    > reselient way
    >     > > to pick
    >     > >     > > up
    >     > >     > >     >> things if
    >     > >     > >     >>     > we
    >     > >     > >     >>     > > > lose
    >     > >     > >     >>     > > >     internet connectivity momentarily.
    >     > >     > >     >>     > > >
    >     > >     > >     >>     > > >     It takes upwards of 90 minutes of
    > uploading
    >     > > stuff. I
    >     > >     > > dont
    >     > >     > >     >> do this
    >     > >     > >     >>     > > kind
    >     > >     > >     >>     > > > of
    >     > >     > >     >>     > > >     uploading for my regular work, so
    > that is
    >     > > probably I
    >     > >     > > have
    >     > >     > >     >> never hit
    >     > >     > >     >>     > > > this
    >     > >     > >     >>     > > >     issue before.
    >     > >     > >     >>     > > >
    >     > >     > >     >>     > > >     I still think that looking into the
    >     > > 'resume-from'
    >     > >     > > directive
    >     > >     > >     >> in
    >     > >     > >     >>     > maven
    >     > >     > >     >>     > > is
    >     > >     > >     >>     > > >     worthwhile.
    >     > >     > >     >>     > > >
    >     > >     > >     >>     > > >     Thanks,
    >     > >     > >     >>     > > >     Om
    >     > >     > >     >>     > > >
    >     > >     > >     >>     > > >
    >     > >     > >     >>     > > >     >
    >     > >     > >     >>     > > >     > -Alex
    >     > >     > >     >>     > > >     >
    >     > >     > >     >>     > > >     > On 10/3/18, 2:11 PM, "OmPrakash
    >     > Muppirala" <
    >     > >     > >     >> bigosmallm@gmail.com
    >     > >     > >     >>     > >
    >     > >     > >     >>     > > > wrote:
    >     > >     > >     >>     > > >     >
    >     > >     > >     >>     > > >     >     On Wed, Oct 3, 2018 at 2:02 PM
    > Alex
    >     > > Harui
    >     > >     > >     >>     > > > <ah...@adobe.com.invalid>
    >     > >     > >     >>     > > >     > wrote:
    >     > >     > >     >>     > > >     >
    >     > >     > >     >>     > > >     >     > Hi Om,
    >     > >     > >     >>     > > >     >     >
    >     > >     > >     >>     > > >     >     > Does anything deploy, or is
    > that the
    >     > > first
    >     > >     > > thing
    >     > >     > >     >> that is
    >     > >     > >     >>     > > > attempted to
    >     > >     > >     >>     > > >     >     > deploy?  I found this article
    > that
    >     > > might
    >     > >     > help:
    >     > >     > >     >>     > > >     >     >
    >     > >     > >     >>     > > >     >     >
    >     > >     > >     >>     > > >     >
    >     > >     > >     >>     > > >
    >     > >     > >     >>     > >
    >     > >     > >     >>     >
    >     > >     > >     >>
    >     > >     > >
    >     > >     >
    >     > >
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.apigee.com%2Fquestions%2F50756%2Funable-to-deploy-using-maven-script-due-to-error-r.html&amp;data=02%7C01%7Caharui%40adobe.com%7C51e386cbf09c4782574908d63003074b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749186919575507&amp;sdata=wNctwU8V5HRTfTnDGsmn7Xs22H%2BDKZqUV1Meq516VQI%3D&amp;reserved=0
    >     > >     > >     >>     > > >     >
    >     > >     > >     >>     > > >     >
    >     > >     > >     >>     > > >     >     It deployed a lot of artifacts
    > before
    >     > > hitting
    >     > >     > > this
    >     > >     > >     >> error.  I
    >     > >     > >     >>     > > > don't see
    >     > >     > >     >>     > > >     >     anything special with this
    > artifact.
    >     > > So, I am
    >     > >     > >     >> guessing that
    >     > >     > >     >>     > it
    >     > >     > >     >>     > > > was a
    >     > >     > >     >>     > > >     >     momentary bad connection that
    > caused
    >     > > this.
    >     > >     > >     >>     > > >     >
    >     > >     > >     >>     > > >     >
    >     > >     > >     >>     > > >     >     >
    >     > >     > >     >>     > > >     >     >
    >     > >     > >     >>     > > >     >     > I would be concerned about
    >     > restarting
    >     > > from
    >     > >     > the
    >     > >     > >     >> middle of a
    >     > >     > >     >>     > > > Maven
    >     > >     > >     >>     > > >     > call.  I
    >     > >     > >     >>     > > >     >     > suppose you could try it, but
    > what
    >     > if
    >     > > it
    >     > >     > > skipped an
    >     > >     > >     >>     > artifact?
    >     > >     > >     >>     > > >     >     >
    >     > >     > >     >>     > > >     >
    >     > >     > >     >>     > > >     >     The maven error message
    > explicitly
    >     > says
    >     > > this:
    >     > >     > >     >>     > > >     >
    >     > >     > >     >>     > > >     >          [exec] [INFO] [ERROR] After
    >     > > correcting
    >     > >     > the
    >     > >     > >     >> problems, you
    >     > >     > >     >>     > > can
    >     > >     > >     >>     > > >     > resume
    >     > >     > >     >>     > > >     >     the build with the command
    >     > >     > >     >>     > > >     >
    >     > >     > >     >>     > > >     >          [exec] [INFO] [ERROR]   mvn
    >     > > <goals> -rf
    >     > >     > >     >>     > > >     >
    >     > >  :Jewel-Light-NoFlat-Primary-Sunflower-Theme
    >     > >     > >     >>     > > >     >
    >     > >     > >     >>     > > >     >
    >     > >     > >     >>     > > >     >     >
    >     > >     > >     >>     > > >     >     > There should be Ant targets
    > for
    >     > > starting
    >     > >     > only
    >     > >     > > on
    >     > >     > >     >>     > royale-asjs
    >     > >     > >     >>     > > if
    >     > >     > >     >>     > > >     >     > royale-compiler and
    > royale=typedefs
    >     > > worked
    >     > >     > ok.
    >     > >     > >     >>     > > >     >     >
    >     > >     > >     >>     > > >     >     > HTH,
    >     > >     > >     >>     > > >     >     > -Alex
    >     > >     > >     >>     > > >     >     >
    >     > >     > >     >>     > > >     >     > On 10/3/18, 11:58 AM,
    > "OmPrakash
    >     > > Muppirala"
    >     > >     > <
    >     > >     > >     >>     > > > bigosmallm@gmail.com>
    >     > >     > >     >>     > > >     > wrote:
    >     > >     > >     >>     > > >     >     >
    >     > >     > >     >>     > > >     >     >     Another suggestion I have
    > is -
    >     > > can we do
    >     > >     > > all
    >     > >     > >     >> the pushes
    >     > >     > >     >>     > > to
    >     > >     > >     >>     > > >     > remote after
    >     > >     > >     >>     > > >     >     >     everything is done
    > locally?
    >     > That
    >     > > way,
    >     > >     > if
    >     > >     > >     >> something
    >     > >     > >     >>     > goes
    >     > >     > >     >>     > > > wrong
    >     > >     > >     >>     > > >     >     > halfway, we
    >     > >     > >     >>     > > >     >     >     can just delete the
    > royale-*
    >     > dirs
    >     > >     > locally
    >     > >     > > and
    >     > >     > >     >> rerun the
    >     > >     > >     >>     > > >     >     > releasecandiate ant
    >     > >     > >     >>     > > >     >     >     script?
    >     > >     > >     >>     > > >     >     >
    >     > >     > >     >>     > > >     >     >     Not sure if this is an
    > easy
    >     > > change?
    >     > >     > >     >>     > > >     >     >
    >     > >     > >     >>     > > >     >     >     Thanks,
    >     > >     > >     >>     > > >     >     >     Om
    >     > >     > >     >>     > > >     >     >
    >     > >     > >     >>     > > >     >     >     On Wed, Oct 3, 2018 at
    > 11:42 AM
    >     > >     > OmPrakash
    >     > >     > >     >> Muppirala <
    >     > >     > >     >>     > > >     >     > bigosmallm@gmail.com>
    >     > >     > >     >>     > > >     >     >     wrote:
    >     > >     > >     >>     > > >     >     >
    >     > >     > >     >>     > > >     >     >     > Okay, I tried a couple
    > of
    >     > times
    >     > > and I
    >     > >     > > have
    >     > >     > >     >> started
    >     > >     > >     >>     > > > getting
    >     > >     > >     >>     > > >     > `SSL peer
    >     > >     > >     >>     > > >     >     > shut
    >     > >     > >     >>     > > >     >     >     > down incorrectly errors`
    >     > >     > >     >>     > > >     >     >     >
    >     > >     > >     >>     > > >     >     >     >      [exec] [INFO]
    > [INFO]
    >     > >     > >     >>     > > >     >     >     >
    >     > >     > >     >>     > > >     >     >
    >     > >     > >     >>     > > >     >
    >     > >     > >     >>     > > >
    >     > >     > >     >>     >
    >     > >     > >     >>
    >     > >     > >
    >     > >
    > ------------------------------------------------------------------------
    >     > >     > >     >>     > > >     >     >     >
    >     > >     > >     >>     > > >     >     >     >      [exec] [INFO]
    > [INFO]
    >     > BUILD
    >     > >     > FAILURE
    >     > >     > >     >>     > > >     >     >     >
    >     > >     > >     >>     > > >     >     >     >      [exec] [INFO]
    > [INFO]
    >     > >     > >     >>     > > >     >     >     >
    >     > >     > >     >>     > > >     >     >
    >     > >     > >     >>     > > >     >
    >     > >     > >     >>     > > >
    >     > >     > >     >>     >
    >     > >     > >     >>
    >     > >     > >
    >     > >
    > ------------------------------------------------------------------------
    >     > >     > >     >>     > > >     >     >     >
    >     > >     > >     >>     > > >     >     >     >      [exec] [INFO]
    > [INFO]
    >     > Total
    >     > > time:
    >     > >     > > 16:04
    >     > >     > >     >> min
    >     > >     > >     >>     > > >     >     >     >
    >     > >     > >     >>     > > >     >     >     >      [exec] [INFO]
    > [INFO]
    >     > > Finished at:
    >     > >     > >     >>     > > >     > 2018-10-03T11:38:49-07:00
    >     > >     > >     >>     > > >     >     >     >
    >     > >     > >     >>     > > >     >     >     >      [exec] [INFO]
    > [INFO]
    >     > >     > >     >>     > > >     >     >     >
    >     > >     > >     >>     > > >     >     >
    >     > >     > >     >>     > > >     >
    >     > >     > >     >>     > > >
    >     > >     > >     >>     >
    >     > >     > >     >>
    >     > >     > >
    >     > >
    > ------------------------------------------------------------------------
    >     > >     > >     >>     > > >     >     >     >
    >     > >     > >     >>     > > >     >     >     >      [exec] [INFO]
    > [ERROR]
    >     > > Failed to
    >     > >     > > execute
    >     > >     > >     >> goal
    >     > >     > >     >>     > > >     >     >     >
    >     > >     > >     >>     > >
    >     > > org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
    >     > >     > >     >>     > > >     >     > (default-deploy)
    >     > >     > >     >>     > > >     >     >     > on project
    >     > >     > >     >>     > Jewel-Light-NoFlat-Primary-Sunflower-Theme:
    >     > >     > >     >>     > > > Failed
    >     > >     > >     >>     > > >     > to
    >     > >     > >     >>     > > >     >     > deploy
    >     > >     > >     >>     > > >     >     >     > artifacts: Could not
    > transfer
    >     > > artifact
    >     > >     > >     >>     > > >     >     >     >
    >     > >     > >     >>     > > >     >     >
    >     > >     > >     >>     > > >     >
    >     > >     > >     >>     > > >
    >     > >     > >     >>     > >
    >     > >     > >     >>     >
    >     > >     > >     >>
    >     > >     > >
    >     > >     >
    >     > >
    >     >
    > org.apache.royale.framework:Jewel-Light-NoFlat-Primary-Sunflower-Theme:swc:0.9.4
    >     > >     > >     >>     > > >     >     >     > from/to
    > apache.releases.https
    >     > (
    >     > >     > >     >>     > > >     >     >     >
    >     > >     > >     >>     > > >     >     >
    >     > >     > >     >>     > > >     >
    >     > >     > >     >>     > > >
    >     > >     > >     >>     > >
    >     > >     > >     >>     >
    >     > >     > >     >>
    >     > >     > >
    >     > >     >
    >     > >
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fservice%2Flocal%2Fstaging%2Fdeploy%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7C51e386cbf09c4782574908d63003074b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749186919575507&amp;sdata=ZM%2BMaKfwhgEZBVJ62PLLI0hJkYexNV4MZrHM%2BeNOI7U%3D&amp;reserved=0
    >     > >     > >     >>     > > >     >     > ):
    >     > >     > >     >>     > > >     >     >     > Remote host closed
    > connection
    >     > > during
    >     > >     > >     >> handshake: SSL
    >     > >     > >     >>     > > peer
    >     > >     > >     >>     > > > shut
    >     > >     > >     >>     > > >     > down
    >     > >     > >     >>     > > >     >     >     > incorrectly -> [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]
    >     > >     > >     >>     > > >     >     >     >
    >     > >     > >     >>     > > >     >     >
    >     > >     > >     >>     > > >     >
    >     > >     > >     >>     > > >
    >     > >     > >     >>     > >
    >     > >     > >     >>     >
    >     > >     > >     >>
    >     > >     > >
    >     > >     >
    >     > >
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7C51e386cbf09c4782574908d63003074b%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749186919575507&amp;sdata=RizUeW9ds1422yghoZuoP8BYoQpFI1p823DoWSLUS7o%3D&amp;reserved=0
    >     > >     > >     >>     > > >     >     >     >
    >     > >     > >     >>     > > >     >     >     >      [exec] [INFO]
    > [ERROR]
    >     > >     > >     >>     > > >     >     >     >
    >     > >     > >     >>     > > >     >     >     >      [exec] [INFO]
    > [ERROR]
    >     > After
    >     > >     > > correcting
    >     > >     > >     >> the
    >     > >     > >     >>     > > > problems, you
    >     > >     > >     >>     > > >     > can
    >     > >     > >     >>     > > >     >     > resume
    >     > >     > >     >>     > > >     >     >     > the build with the
    > command
    >     > >     > >     >>     > > >     >     >     >
    >     > >     > >     >>     > > >     >     >     >      [exec] [INFO]
    > [ERROR]
    >     >  mvn
    >     > >     > > <goals> -rf
    >     > >     > >     >>     > > >     >     >     >
    >     > >     > > :Jewel-Light-NoFlat-Primary-Sunflower-Theme
    >     > >     > >     >>     > > >     >     >     >
    >     > >     > >     >>     > > >     >     >     >      [exec] [INFO]
    >     > >     > >     >>     > > >     >     >     >
    >     > >     > >     >>     > > >     >     >
    >     > >     > >     >>     > > >     >
    >     > >     > >     >>     > > >
    >     > >     > >     >>     >
    >     > >     > >     >>
    >     > >     > >
    >     > >
    > ------------------------------------------------------------------------
    >     > >     > >     >>     > > >     >     >     >
    >     > >     > >     >>     > > >     >     >     >
    >     > >     > >     >>     > > >     >     >     > I am guessing it is a
    > bad
    >     > > internet
    >     > >     > >     >> connection.  I am
    >     > >     > >     >>     > > > wondering
    >     > >     > >     >>     > > >     > if we
    >     > >     > >     >>     > > >     >     > can
    >     > >     > >     >>     > > >     >     >     > pass a -rf (resume from)
    >     > option
    >     > > to the
    >     > >     > > maven
    >     > >     > >     >> call
    >     > >     > >     >>     > from
    >     > >     > >     >>     > > > ant?
    >     > >     > >     >>     > > >     >     > Otherwise
    >     > >     > >     >>     > > >     >     >     > doing all this from
    > scratch
    >     > > everytime
    >     > >     > > is a
    >     > >     > >     >> big pain.
    >     > >     > >     >>     > > >     >     >     >
    >     > >     > >     >>     > > >     >     >     > Thanks,
    >     > >     > >     >>     > > >     >     >     > Om
    >     > >     > >     >>     > > >     >     >     >
    >     > >     > >     >>     > > >     >     >     > On Wed, Oct 3, 2018 at
    > 12:47
    >     > AM
    >     > > Alex
    >     > >     > > Harui
    >     > >     > >     >>     > > >     > <aharui@adobe.com.invalid
    >     > >     > >     >>     > > >     >     > >
    >     > >     > >     >>     > > >     >     >     > wrote:
    >     > >     > >     >>     > > >     >     >     >
    >     > >     > >     >>     > > >     >     >     >> Looks like it was a
    > missing [
    >     > >     > >     >>
    


Re: [Discuss] Start release process 0.9.3

Posted by Piotr Zarzycki <pi...@gmail.com>.
Alex,

In the other words If I have time today I can continue with the process? We
end up with situation where I need to remove tag and try again as I
remember?

Thanks,
Piotr

On Fri, Oct 12, 2018, 7:12 AM Alex Harui <ah...@adobe.com.invalid> wrote:

> Hi Piotr,
>
> I agree with your sentiments.  However, I think one problem is that the
> revert emails are misleading.  Unlike other commits, the subject of a
> revert does not show what branch was changed, so I think Carlos was
> reverting things in a branch.
>
> That said, it is still very troublesome that his Git tools are changing
> the tags.  IMO, Carlos will have to stop using that tool.
>
> -Alex
>
> On 10/11/18, 9:57 PM, "Piotr Zarzycki" <pi...@gmail.com> wrote:
>
>     Carlos,
>
>     You are expecting from people who are volunteers to do some things in
> one
>     day? It's impossible to do that. I'm not working on that full time. I
> did
>     first finally successful step for the release. Everything was reported
> on
>     this list. I had problems and didn't have time to resolve it. Alex
> provide
>     solution - next RM should pickup it and continue release. It can take
> days.
>     If you have problems you should create branch from the last stable
> commit.
>     Is it problem for you ?
>
>     How can we now get back to the previous state now?
>
>     Piotr
>
>     pt., 12 paź 2018 o 02:09 Carlos Rovira <ca...@apache.org>
> napisał(a):
>
>     > Hi Alex,
>     > if you check in actual develop for "0.9.5-SNAPSHOT" and
> "0.9.4-SNAPSHOT"
>     > you'll see maven build compiler and typedefs 0.9.5-SNAPSHOT, but
> when build
>     > framework, it downloads compiler and typedefs 0.9.4-SNAPSHOT since
> the
>     > versions in framework are not updated. This is the reason you don't
> see any
>     > fail when building with maven. If you update all to use the same
> number it
>     > will fail. I recommend you as well to remove royale folder in your
> local
>     > .m2 to see how maven generates compiler and typedefs and then
> download
>     > other version.
>     >
>     > Maybe the rest of people didn't see this because they use ANT and
> that
>     > build system is not affected by the release process. But I think we
> can't
>     > left the failed release process without revert it for days, since we
> are
>     > all seeing different things.
>     >
>     > For example, I was able to run your MX RO example with ANT, but I
> can make
>     > it work with Maven, what means to me that I still can't use it since
> my
>     > entire project is in maven.
>     >
>     > I'm trying to fix this for several hours now and still couldn't test
> mx RO
>     > nor working on my project...
>     >
>     > I'm closing for today with all messed up. Tomorrow will try again,
> or will
>     > need to block me in a branch to be able to continue working.
>     >
>     > Thanks
>     >
>     > Carlos
>     >
>     >
>     >
>     >
>     >
>     > El vie., 12 oct. 2018 a las 1:53, Alex Harui
> (<ah...@adobe.com.invalid>)
>     > escribió:
>     >
>     > > The 0.9.4 release branch has been cut.  I have not seen any
> problems
>     > > reported against it, so I don't know of any reason to delete it.
> Thus,
>     > the
>     > > develop branch should be at 0.9.5-SNAPSHOT.
>     > >
>     > > I noticed you messed around with the versions so I have no idea
> what
>     > state
>     > > we are in, plus I continue to see that tags are being updated.
> You will
>     > > probably have to stop using your Git GUI.  We cannot have tags be
>     > modified.
>     > >
>     > > -Alex
>     > >
>     > > On 10/11/18, 3:14 PM, "Carlos Rovira" <ca...@apache.org>
> wrote:
>     > >
>     > >     Hi,
>     > >
>     > >     I'm a bit confused with the actual state of the repo. We
> should stay
>     > in
>     > >     0.9.4-SNAPSHOT? or 0.9.5-SNAPSHOT?
>     > >     I'm building with the latest since 1-2 days but removed all
> royale
>     > > folder
>     > >     with all maven artifacts and rebuild from scratch, makes me
> have
>     > mixed
>     > >     versions, since some artifacts are downloading 0.9.4 instead
> of use
>     > > 0.9.5
>     > >
>     > >     Piotr, seems nobody  take the request to continue with the
> release
>     > for
>     > > now,
>     > >     so I propose to stabilize the repo.
>     > >
>     > >     Thoughts?
>     > >
>     > >     Carlos
>     > >
>     > >
>     > >
>     > >
>     > >
>     > >     El jue., 11 oct. 2018 a las 20:33, Piotr Zarzycki (<
>     > >     piotrzarzycki21@gmail.com>) escribió:
>     > >
>     > >     > Hi Alex,
>     > >     >
>     > >     > Unfortunately in the next couple of days I won't have time
> for
>     > that.
>     > > If
>     > >     > someone can do that feel free jump into it.
>     > >     >
>     > >     > Piotr
>     > >     >
>     > >     > On Thu, Oct 11, 2018, 6:43 PM Alex Harui
> <aharui@adobe.com.invalid
>     > >
>     > > wrote:
>     > >     >
>     > >     > > After digging through the output you pasted, it appears
> that the
>     > >     > > "check-empty-folder" target isn't quite right and didn't
> catch
>     > > that you
>     > >     > > didn't run "maven" against an empty folder.  Although I am
> a bit
>     > > puzzled
>     > >     > > why there were modified files in the working copy.
>     > >     > >
>     > >     > > Maven and the scripts have some expectation that you are
> starting
>     > > from
>     > >     > the
>     > >     > > beginning, so if Maven got far enough to create a tag and
> you
>     > have
>     > > to
>     > >     > start
>     > >     > > over, you have to remove the tag.  These scripts are still
> under
>     > >     > > development so you should not expect that every situation
> has
>     > been
>     > >     > > accounted for.
>     > >     > >
>     > >     > > So, go delete the tag.  Instructions for doing so are in
> the
>     > > wiki.  Maybe
>     > >     > > figure out why those files were modified, but maybe
> because your
>     > > earlier
>     > >     > > run didn't have the right gpg password.
>     > >     > >
>     > >     > > Try changing the check-empty-folder to also test for:
>     > >     > >
>     > >     > >         <available
> file="${basedir}/royale-asjs/build.properties"
>     > >     > >             type="file"
>     > >     > >             property="found.build.properties" value="true"
> />
>     > >     > >
>     > >     > > Then it should catch you on the steps where you are
> supposed to
>     > > start by
>     > >     > > pulling down the repos again.
>     > >     > >
>     > >     > > If you don't have time for any of that, let us know here
> so the
>     > > next RM
>     > >     > > can know where to start.
>     > >     > >
>     > >     > > -Alex
>     > >     > >
>     > >     > > On 10/11/18, 2:05 AM, "Piotr Zarzycki" <
>     > piotrzarzycki21@gmail.com>
>     > >     > wrote:
>     > >     > >
>     > >     > >     I gave up again :) It costs me to much time. I thought
> since
>     > > Om did
>     > >     > so
>     > >     > > much
>     > >     > >     progress I will launch the script and will work. It's
> still
>     > > failing.
>     > >     > >
>     > >     > >
>     > >     > >
>     > >     >
>     > >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FWJ44&amp;data=02%7C01%7Caharui%40adobe.com%7C4c851882cf524936feab08d62fff3679%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749170511993420&amp;sdata=WrehniBEFG2PAqOOlZ7PxvO721oPIp14GNOV5zYtkxQ%3D&amp;reserved=0
>     > >     > >
>     > >     > >     I run first time and had problem with gpg password -
> just
>     > > forgot it,
>     > >     > > but
>     > >     > >     run it again and type correct password. Probably first
> time
>     > > this tag
>     > >     > > was
>     > >     > >     created and now script failing cause tag exits. Never
> ending
>     > > story.
>     > >     > >
>     > >     > >     I'm in that step - If someone would like to try it out
> let me
>     > > know
>     > >     > and
>     > >     > > I
>     > >     > >     won't revert anything for now:
>     > >     > >
>     > >     > >     ant -f releasecandidate.xml -Drelease.version="0.9.4"
>     > >     > > -Dbrowser="c:\Program
>     > >     > >     Files\Mozilla Firefox\firefox.exe" -Drc=1 maven
>     > >     > >
>     > >     > >     Thanks,
>     > >     > >     Piotr
>     > >     > >
>     > >     > >
>     > >     > >     czw., 11 paź 2018 o 10:13 Piotr Zarzycki <
>     > > piotrzarzycki21@gmail.com>
>     > >     > >     napisał(a):
>     > >     > >
>     > >     > >     > Hi Alex,
>     > >     > >     >
>     > >     > >     > This is what I'm getting for git status for
> royale-compiler
>     > > [1]
>     > >     > >     >
>     > >     > >     > [1]
>     > >     > >
>     > >     >
>     > >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FYuiH&amp;data=02%7C01%7Caharui%40adobe.com%7C4c851882cf524936feab08d62fff3679%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749170511993420&amp;sdata=7H8bB%2Fcfzoej2%2BKyWfLhD1fYLD14j%2BU%2BNeP4%2F5FP1KE%3D&amp;reserved=0
>     > >     > >     >
>     > >     > >     > Thanks,
>     > >     > >     > Piotr
>     > >     > >     >
>     > >     > >     > śr., 10 paź 2018 o 17:50 Alex Harui
>     > <aharui@adobe.com.invalid
>     > > >
>     > >     > > napisał(a):
>     > >     > >     >
>     > >     > >     >> What does 'git status' return for that local copy
> of the
>     > >     > > royale-compiler
>     > >     > >     >> repo?
>     > >     > >     >>
>     > >     > >     >> That part of the script is trying to see if
>     > > compiler-jburg-types
>     > >     > and
>     > >     > >     >> compiler-build-tools needed a version update that
> needs to
>     > > be
>     > >     > > pushed.
>     > >     > >     >> Those two projects should be at 1.0.0 since we
> rarely, if
>     > > ever,
>     > >     > > will need
>     > >     > >     >> to modify it.  There shouldn't have been
> modifications in
>     > > this
>     > >     > > release, yet
>     > >     > >     >> Git status is reporting modifications to some
> file.  A
>     > test
>     > > is
>     > >     > done
>     > >     > > to
>     > >     > >     >> check for the word "modified:" in the 'git status'
> output,
>     > > then
>     > >     > that
>     > >     > >     >> attempt to push is executed.  Somehow, the git
> status is
>     > > implying
>     > >     > >     >> modifications but the files we are trying to push
> are not
>     > >     > modified.
>     > >     > >     >>
>     > >     > >     >> The solutions should not require reverting of the
> release
>     > > branch.
>     > >     > > It
>     > >     > >     >> looks like you have successfully created a correct
> set of
>     > > branches
>     > >     > > and the
>     > >     > >     >> steps you are running start by pulling down the
> release
>     > > branch.  I
>     > >     > > didn't
>     > >     > >     >> see any commits to the release branch from the
> scripts, so
>     > > to
>     > >     > > re-start, it
>     > >     > >     >> should just be manually deleting the local copies
> of the
>     > > repos and
>     > >     > > running
>     > >     > >     >> the Ant command again after making one of the
> changes to
>     > >     > >     >> releasecandidate.xml I will describe below:
>     > >     > >     >>
>     > >     > >     >> IMO, the choices are (and there may be more choices)
>     > >     > >     >> 1.  Figure out how to be smarter about what 'git
> status'
>     > > output
>     > >     > > will say
>     > >     > >     >> so the test works correctly
>     > >     > >     >> 2. Set failonerror="false" on the push step and not
> care
>     > if
>     > > that
>     > >     > > push
>     > >     > >     >> succeeds.  This is slightly risky if we ever do
> want to
>     > push
>     > >     > > changes, but
>     > >     > >     >> again, that is low probability, IMO.
>     > >     > >     >> 3. Comment out those steps since it will be rare we
> will
>     > > need
>     > >     > > them.  If
>     > >     > >     >> we do need them some day, the RM will have to
> remember to
>     > >     > uncomment
>     > >     > > those
>     > >     > >     >> steps.
>     > >     > >     >>
>     > >     > >     >> HTH,
>     > >     > >     >> -Alex
>     > >     > >     >>
>     > >     > >     >> On 10/10/18, 2:52 AM, "Piotr Zarzycki" <
>     > > piotrzarzycki21@gmail.com
>     > >     > >
>     > >     > >     >> wrote:
>     > >     > >     >>
>     > >     > >     >>     Ok It's failed :) However I passed step 3 in
>     > > instruction. Step
>     > >     > > 4 is
>     > >     > >     >> failing
>     > >     > >     >>     [1] - if someone know what could it be - I will
> wait
>     > > with
>     > >     > > reverting
>     > >     > >     >> changes.
>     > >     > >     >>
>     > >     > >     >>     Lines in stacktrace are pointing in ant script
> to
>     > > following
>     > >     > > targets:
>     > >     > >     >>
>     > >     > >     >>     Line 556: git-commit-and-push-utils
>     > >     > >     >>     Line 487: git-commit-and-push-utils-if-modified
>     > >     > >     >>     Line 473:
>     > >     > >     >>
>     > >     > >     >>     <exec executable="${git}" dir="${compiler}"
>     > >     > failonerror="true" >
>     > >     > >     >>                 <arg value="commit" />
>     > >     > >     >>                 <arg value="-m" />
>     > >     > >     >>                 <arg value="remove SNAPSHOT from
>     > >     > > compiler-jburg-types and
>     > >     > >     >>     compiler-build-tools versions" />
>     > >     > >     >>             </exec>
>     > >     > >     >>
>     > >     > >     >>     [1]
>     > >     > >     >>
>     > >     > >
>     > >     >
>     > >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2Fbg5e&amp;data=02%7C01%7Caharui%40adobe.com%7C4c851882cf524936feab08d62fff3679%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749170511993420&amp;sdata=N7mNbeXjpXHVFoHsYjERoaoTYSaqoLBYPwi9KJh1e54%3D&amp;reserved=0
>     > >     > >     >>
>     > >     > >     >>     Thanks,
>     > >     > >     >>     Piotr
>     > >     > >     >>
>     > >     > >     >>
>     > >     > >     >>     śr., 10 paź 2018 o 11:34 Carlos Rovira <
>     > >     > carlosrovira@apache.org
>     > >     > > >
>     > >     > >     >> napisał(a):
>     > >     > >     >>
>     > >     > >     >>     > Ok Piotr, good luck! :)
>     > >     > >     >>     >
>     > >     > >     >>     > El mié., 10 oct. 2018 a las 10:34, Piotr
> Zarzycki (<
>     > >     > >     >>     > piotrzarzycki21@gmail.com>) escribió:
>     > >     > >     >>     >
>     > >     > >     >>     > > Hi Guys,
>     > >     > >     >>     > >
>     > >     > >     >>     > > I will try right now process from my PC. We
> will
>     > > see how
>     > >     > > far I
>     > >     > >     >> will go
>     > >     > >     >>     > with
>     > >     > >     >>     > > that.
>     > >     > >     >>     > >
>     > >     > >     >>     > > Piotr
>     > >     > >     >>     > >
>     > >     > >     >>     > > czw., 4 paź 2018 o 22:01 Alex Harui
>     > >     > > <ah...@adobe.com.invalid>
>     > >     > >     >>     > napisał(a):
>     > >     > >     >>     > >
>     > >     > >     >>     > > > Hi Om,
>     > >     > >     >>     > > >
>     > >     > >     >>     > > > If make_branches succeeds, then you
> shouldn't
>     > > need to go
>     > >     > > back
>     > >     > >     >> and
>     > >     > >     >>     > delete
>     > >     > >     >>     > > > branches and tags and run make_branches
> again if
>     > > the
>     > >     > > "maven"
>     > >     > >     >> step
>     > >     > >     >>     > fails.
>     > >     > >     >>     > > >
>     > >     > >     >>     > > > You might need to revert any changes to
> the
>     > > release
>     > >     > > branch that
>     > >     > >     >> the
>     > >     > >     >>     > > > "maven" step did, but then you should be
> able to
>     > > delete
>     > >     > > the
>     > >     > >     >> local copy
>     > >     > >     >>     > of
>     > >     > >     >>     > > > the branches and start again with "maven"
> or
>     > >     > >     >>     > > > "maven_skip_compiler_and_typedefs" if you
> got
>     > all
>     > > the
>     > >     > way
>     > >     > > up to
>     > >     > >     >>     > > royale-asjs.
>     > >     > >     >>     > > >
>     > >     > >     >>     > > > What are some of the 200+ files that
> don't get
>     > > reverted
>     > >     > > back to
>     > >     > >     >> 0.9.4?
>     > >     > >     >>     > > >
>     > >     > >     >>     > > > You are welcome to try to add the
> "continue"
>     > > option.  I
>     > >     > > would
>     > >     > >     >> suggest
>     > >     > >     >>     > > > adding a dummy parameter.  So if the
> script
>     > > currently
>     > >     > > calls
>     > >     > >     >> Maven like
>     > >     > >     >>     > > this:
>     > >     > >     >>     > > >
>     > >     > >     >>     > > >         <exec executable="${mvn}"
>     > >     > >     >> dir="${basedir}/maven-release-plugin"
>     > >     > >     >>     > > > failonerror="true" >
>     > >     > >     >>     > > >             <arg value="clean" />
>     > >     > >     >>     > > >             <arg value="install" />
>     > >     > >     >>     > > >         </exec>
>     > >     > >     >>     > > >
>     > >     > >     >>     > > > You can try changing it to something like
> this:
>     > >     > >     >>     > > >
>     > >     > >     >>     > > >         <property name="continueOption"
>     > >     > value="-Ddummy=0"
>     > >     > > />
>     > >     > >     >>     > > >         <exec executable="${mvn}"
>     > >     > >     >> dir="${basedir}/maven-release-plugin"
>     > >     > >     >>     > > > failonerror="true" >
>     > >     > >     >>     > > >             <arg
> value="${continueOption}" />
>     > >     > >     >>     > > >             <arg value="clean" />
>     > >     > >     >>     > > >             <arg value="install" />
>     > >     > >     >>     > > >         </exec>
>     > >     > >     >>     > > >
>     > >     > >     >>     > > > Then you should be able to set in your
>     > > local.properties:
>     > >     > >     >>     > > >
>     > >     > >     >>     > > > continueOption=-rf JewelExample
>     > >     > >     >>     > > >
>     > >     > >     >>     > > > You will probably need to use different
> names
>     > for
>     > > each
>     > >     > > call to
>     > >     > >     >> Maven so
>     > >     > >     >>     > > > subsequent Maven calls don't pick up the
> same
>     > > option.
>     > >     > >     >>     > > >
>     > >     > >     >>     > > > HTH,
>     > >     > >     >>     > > > -Alex
>     > >     > >     >>     > > >
>     > >     > >     >>     > > > On 10/4/18, 11:58 AM, "OmPrakash
> Muppirala" <
>     > >     > >     >> bigosmallm@gmail.com>
>     > >     > >     >>     > > wrote:
>     > >     > >     >>     > > >
>     > >     > >     >>     > > >     On Thu, Oct 4, 2018 at 1:48 AM Alex
> Harui
>     > >     > >     >> <aharui@adobe.com.invalid
>     > >     > >     >>     > >
>     > >     > >     >>     > > > wrote:
>     > >     > >     >>     > > >
>     > >     > >     >>     > > >     > Om, it looks like you are still
> deleting
>     > and
>     > >     > > recreating
>     > >     > >     >> the
>     > >     > >     >>     > > branches.
>     > >     > >     >>     > > >     > Does this mean you have never
> completed
>     > the
>     > >     > > make_branches
>     > >     > >     >> step?
>     > >     > >     >>     > > >
>     > >     > >     >>     > > >
>     > >     > >     >>     > > >     Yes, I delete the tags, branches
> (remote)
>     > > each time
>     > >     > >     >> something
>     > >     > >     >>     > fails.
>     > >     > >     >>     > > > Then
>     > >     > >     >>     > > >     I do a global search for 0.9.5 and
> replace
>     > it
>     > > with
>     > >     > > 0.9.4
>     > >     > >     >> (some 200+
>     > >     > >     >>     > > > files
>     > >     > >     >>     > > >     across 3 repos), then push them into
>     > > remote/develop.
>     > >     > >     >>     > > >
>     > >     > >     >>     > > >     Then I do the make_branches step
> first.
>     > Then
>     > > do a
>     > >     > > git push
>     > >     > >     >> in
>     > >     > >     >>     > > > roayale-asjs
>     > >     > >     >>     > > >     as per the instructions in the
> commandline.
>     > I
>     > > have
>     > >     > > never
>     > >     > >     >> had issues
>     > >     > >     >>     > > > with
>     > >     > >     >>     > > >     this step.  It is always the maven
> step that
>     > > fails
>     > >     > > for some
>     > >     > >     >> reason
>     > >     > >     >>     > or
>     > >     > >     >>     > > > the
>     > >     > >     >>     > > >     other.
>     > >     > >     >>     > > >
>     > >     > >     >>     > > >
>     > >     > >     >>     > > >     > Is make_branches failing trying to
> run a
>     > > build in
>     > >     > > the
>     > >     > >     >> develop
>     > >     > >     >>     > > branch
>     > >     > >     >>     > > > and
>     > >     > >     >>     > > >     > uploading 0.9.5-SNAPSHOT artifacts?
>     > >     > >     >>     > > >
>     > >     > >     >>     > > >
>     > >     > >     >>     > > >     No
>     > >     > >     >>     > > >
>     > >     > >     >>     > > >
>     > >     > >     >>     > > >     > I supposed we could try to find a
> way to
>     > > skip
>     > >     > that,
>     > >     > > but
>     > >     > >     >> you will
>     > >     > >     >>     > > need
>     > >     > >     >>     > > >     > reliable uploading to
> repository.a.o to be
>     > > an RM
>     > >     > > without
>     > >     > >     >> going
>     > >     > >     >>     > > crazy.
>     > >     > >     >>     > > >     >
>     > >     > >     >>     > > >
>     > >     > >     >>     > > >     Hmm, I use the same internet
> connection for
>     > > personal
>     > >     > > and
>     > >     > >     >> work
>     > >     > >     >>     > related
>     > >     > >     >>     > > >     activities.  I don't usually have
> issues
>     > with
>     > >     > > internet.
>     > >     > >     >> Either we
>     > >     > >     >>     > > are
>     > >     > >     >>     > > > very
>     > >     > >     >>     > > >     unlucky here or we need a more
> reselient way
>     > > to pick
>     > >     > > up
>     > >     > >     >> things if
>     > >     > >     >>     > we
>     > >     > >     >>     > > > lose
>     > >     > >     >>     > > >     internet connectivity momentarily.
>     > >     > >     >>     > > >
>     > >     > >     >>     > > >     It takes upwards of 90 minutes of
> uploading
>     > > stuff. I
>     > >     > > dont
>     > >     > >     >> do this
>     > >     > >     >>     > > kind
>     > >     > >     >>     > > > of
>     > >     > >     >>     > > >     uploading for my regular work, so
> that is
>     > > probably I
>     > >     > > have
>     > >     > >     >> never hit
>     > >     > >     >>     > > > this
>     > >     > >     >>     > > >     issue before.
>     > >     > >     >>     > > >
>     > >     > >     >>     > > >     I still think that looking into the
>     > > 'resume-from'
>     > >     > > directive
>     > >     > >     >> in
>     > >     > >     >>     > maven
>     > >     > >     >>     > > is
>     > >     > >     >>     > > >     worthwhile.
>     > >     > >     >>     > > >
>     > >     > >     >>     > > >     Thanks,
>     > >     > >     >>     > > >     Om
>     > >     > >     >>     > > >
>     > >     > >     >>     > > >
>     > >     > >     >>     > > >     >
>     > >     > >     >>     > > >     > -Alex
>     > >     > >     >>     > > >     >
>     > >     > >     >>     > > >     > On 10/3/18, 2:11 PM, "OmPrakash
>     > Muppirala" <
>     > >     > >     >> bigosmallm@gmail.com
>     > >     > >     >>     > >
>     > >     > >     >>     > > > wrote:
>     > >     > >     >>     > > >     >
>     > >     > >     >>     > > >     >     On Wed, Oct 3, 2018 at 2:02 PM
> Alex
>     > > Harui
>     > >     > >     >>     > > > <ah...@adobe.com.invalid>
>     > >     > >     >>     > > >     > wrote:
>     > >     > >     >>     > > >     >
>     > >     > >     >>     > > >     >     > Hi Om,
>     > >     > >     >>     > > >     >     >
>     > >     > >     >>     > > >     >     > Does anything deploy, or is
> that the
>     > > first
>     > >     > > thing
>     > >     > >     >> that is
>     > >     > >     >>     > > > attempted to
>     > >     > >     >>     > > >     >     > deploy?  I found this article
> that
>     > > might
>     > >     > help:
>     > >     > >     >>     > > >     >     >
>     > >     > >     >>     > > >     >     >
>     > >     > >     >>     > > >     >
>     > >     > >     >>     > > >
>     > >     > >     >>     > >
>     > >     > >     >>     >
>     > >     > >     >>
>     > >     > >
>     > >     >
>     > >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.apigee.com%2Fquestions%2F50756%2Funable-to-deploy-using-maven-script-due-to-error-r.html&amp;data=02%7C01%7Caharui%40adobe.com%7C4c851882cf524936feab08d62fff3679%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749170511993420&amp;sdata=avwL9WdViB%2FT8BbuHI4JKTal68yJ5FHGTVIJkRCZHeM%3D&amp;reserved=0
>     > >     > >     >>     > > >     >
>     > >     > >     >>     > > >     >
>     > >     > >     >>     > > >     >     It deployed a lot of artifacts
> before
>     > > hitting
>     > >     > > this
>     > >     > >     >> error.  I
>     > >     > >     >>     > > > don't see
>     > >     > >     >>     > > >     >     anything special with this
> artifact.
>     > > So, I am
>     > >     > >     >> guessing that
>     > >     > >     >>     > it
>     > >     > >     >>     > > > was a
>     > >     > >     >>     > > >     >     momentary bad connection that
> caused
>     > > this.
>     > >     > >     >>     > > >     >
>     > >     > >     >>     > > >     >
>     > >     > >     >>     > > >     >     >
>     > >     > >     >>     > > >     >     >
>     > >     > >     >>     > > >     >     > I would be concerned about
>     > restarting
>     > > from
>     > >     > the
>     > >     > >     >> middle of a
>     > >     > >     >>     > > > Maven
>     > >     > >     >>     > > >     > call.  I
>     > >     > >     >>     > > >     >     > suppose you could try it, but
> what
>     > if
>     > > it
>     > >     > > skipped an
>     > >     > >     >>     > artifact?
>     > >     > >     >>     > > >     >     >
>     > >     > >     >>     > > >     >
>     > >     > >     >>     > > >     >     The maven error message
> explicitly
>     > says
>     > > this:
>     > >     > >     >>     > > >     >
>     > >     > >     >>     > > >     >          [exec] [INFO] [ERROR] After
>     > > correcting
>     > >     > the
>     > >     > >     >> problems, you
>     > >     > >     >>     > > can
>     > >     > >     >>     > > >     > resume
>     > >     > >     >>     > > >     >     the build with the command
>     > >     > >     >>     > > >     >
>     > >     > >     >>     > > >     >          [exec] [INFO] [ERROR]   mvn
>     > > <goals> -rf
>     > >     > >     >>     > > >     >
>     > >  :Jewel-Light-NoFlat-Primary-Sunflower-Theme
>     > >     > >     >>     > > >     >
>     > >     > >     >>     > > >     >
>     > >     > >     >>     > > >     >     >
>     > >     > >     >>     > > >     >     > There should be Ant targets
> for
>     > > starting
>     > >     > only
>     > >     > > on
>     > >     > >     >>     > royale-asjs
>     > >     > >     >>     > > if
>     > >     > >     >>     > > >     >     > royale-compiler and
> royale=typedefs
>     > > worked
>     > >     > ok.
>     > >     > >     >>     > > >     >     >
>     > >     > >     >>     > > >     >     > HTH,
>     > >     > >     >>     > > >     >     > -Alex
>     > >     > >     >>     > > >     >     >
>     > >     > >     >>     > > >     >     > On 10/3/18, 11:58 AM,
> "OmPrakash
>     > > Muppirala"
>     > >     > <
>     > >     > >     >>     > > > bigosmallm@gmail.com>
>     > >     > >     >>     > > >     > wrote:
>     > >     > >     >>     > > >     >     >
>     > >     > >     >>     > > >     >     >     Another suggestion I have
> is -
>     > > can we do
>     > >     > > all
>     > >     > >     >> the pushes
>     > >     > >     >>     > > to
>     > >     > >     >>     > > >     > remote after
>     > >     > >     >>     > > >     >     >     everything is done
> locally?
>     > That
>     > > way,
>     > >     > if
>     > >     > >     >> something
>     > >     > >     >>     > goes
>     > >     > >     >>     > > > wrong
>     > >     > >     >>     > > >     >     > halfway, we
>     > >     > >     >>     > > >     >     >     can just delete the
> royale-*
>     > dirs
>     > >     > locally
>     > >     > > and
>     > >     > >     >> rerun the
>     > >     > >     >>     > > >     >     > releasecandiate ant
>     > >     > >     >>     > > >     >     >     script?
>     > >     > >     >>     > > >     >     >
>     > >     > >     >>     > > >     >     >     Not sure if this is an
> easy
>     > > change?
>     > >     > >     >>     > > >     >     >
>     > >     > >     >>     > > >     >     >     Thanks,
>     > >     > >     >>     > > >     >     >     Om
>     > >     > >     >>     > > >     >     >
>     > >     > >     >>     > > >     >     >     On Wed, Oct 3, 2018 at
> 11:42 AM
>     > >     > OmPrakash
>     > >     > >     >> Muppirala <
>     > >     > >     >>     > > >     >     > bigosmallm@gmail.com>
>     > >     > >     >>     > > >     >     >     wrote:
>     > >     > >     >>     > > >     >     >
>     > >     > >     >>     > > >     >     >     > Okay, I tried a couple
> of
>     > times
>     > > and I
>     > >     > > have
>     > >     > >     >> started
>     > >     > >     >>     > > > getting
>     > >     > >     >>     > > >     > `SSL peer
>     > >     > >     >>     > > >     >     > shut
>     > >     > >     >>     > > >     >     >     > down incorrectly errors`
>     > >     > >     >>     > > >     >     >     >
>     > >     > >     >>     > > >     >     >     >      [exec] [INFO]
> [INFO]
>     > >     > >     >>     > > >     >     >     >
>     > >     > >     >>     > > >     >     >
>     > >     > >     >>     > > >     >
>     > >     > >     >>     > > >
>     > >     > >     >>     >
>     > >     > >     >>
>     > >     > >
>     > >
> ------------------------------------------------------------------------
>     > >     > >     >>     > > >     >     >     >
>     > >     > >     >>     > > >     >     >     >      [exec] [INFO]
> [INFO]
>     > BUILD
>     > >     > FAILURE
>     > >     > >     >>     > > >     >     >     >
>     > >     > >     >>     > > >     >     >     >      [exec] [INFO]
> [INFO]
>     > >     > >     >>     > > >     >     >     >
>     > >     > >     >>     > > >     >     >
>     > >     > >     >>     > > >     >
>     > >     > >     >>     > > >
>     > >     > >     >>     >
>     > >     > >     >>
>     > >     > >
>     > >
> ------------------------------------------------------------------------
>     > >     > >     >>     > > >     >     >     >
>     > >     > >     >>     > > >     >     >     >      [exec] [INFO]
> [INFO]
>     > Total
>     > > time:
>     > >     > > 16:04
>     > >     > >     >> min
>     > >     > >     >>     > > >     >     >     >
>     > >     > >     >>     > > >     >     >     >      [exec] [INFO]
> [INFO]
>     > > Finished at:
>     > >     > >     >>     > > >     > 2018-10-03T11:38:49-07:00
>     > >     > >     >>     > > >     >     >     >
>     > >     > >     >>     > > >     >     >     >      [exec] [INFO]
> [INFO]
>     > >     > >     >>     > > >     >     >     >
>     > >     > >     >>     > > >     >     >
>     > >     > >     >>     > > >     >
>     > >     > >     >>     > > >
>     > >     > >     >>     >
>     > >     > >     >>
>     > >     > >
>     > >
> ------------------------------------------------------------------------
>     > >     > >     >>     > > >     >     >     >
>     > >     > >     >>     > > >     >     >     >      [exec] [INFO]
> [ERROR]
>     > > Failed to
>     > >     > > execute
>     > >     > >     >> goal
>     > >     > >     >>     > > >     >     >     >
>     > >     > >     >>     > >
>     > > org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
>     > >     > >     >>     > > >     >     > (default-deploy)
>     > >     > >     >>     > > >     >     >     > on project
>     > >     > >     >>     > Jewel-Light-NoFlat-Primary-Sunflower-Theme:
>     > >     > >     >>     > > > Failed
>     > >     > >     >>     > > >     > to
>     > >     > >     >>     > > >     >     > deploy
>     > >     > >     >>     > > >     >     >     > artifacts: Could not
> transfer
>     > > artifact
>     > >     > >     >>     > > >     >     >     >
>     > >     > >     >>     > > >     >     >
>     > >     > >     >>     > > >     >
>     > >     > >     >>     > > >
>     > >     > >     >>     > >
>     > >     > >     >>     >
>     > >     > >     >>
>     > >     > >
>     > >     >
>     > >
>     >
> org.apache.royale.framework:Jewel-Light-NoFlat-Primary-Sunflower-Theme:swc:0.9.4
>     > >     > >     >>     > > >     >     >     > from/to
> apache.releases.https
>     > (
>     > >     > >     >>     > > >     >     >     >
>     > >     > >     >>     > > >     >     >
>     > >     > >     >>     > > >     >
>     > >     > >     >>     > > >
>     > >     > >     >>     > >
>     > >     > >     >>     >
>     > >     > >     >>
>     > >     > >
>     > >     >
>     > >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fservice%2Flocal%2Fstaging%2Fdeploy%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7C4c851882cf524936feab08d62fff3679%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749170511993420&amp;sdata=H5hBmJ710nh%2BOins3UWZBPnT2uauxBxp1AmfxYlPL4o%3D&amp;reserved=0
>     > >     > >     >>     > > >     >     > ):
>     > >     > >     >>     > > >     >     >     > Remote host closed
> connection
>     > > during
>     > >     > >     >> handshake: SSL
>     > >     > >     >>     > > peer
>     > >     > >     >>     > > > shut
>     > >     > >     >>     > > >     > down
>     > >     > >     >>     > > >     >     >     > incorrectly -> [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]
>     > >     > >     >>     > > >     >     >     >
>     > >     > >     >>     > > >     >     >
>     > >     > >     >>     > > >     >
>     > >     > >     >>     > > >
>     > >     > >     >>     > >
>     > >     > >     >>     >
>     > >     > >     >>
>     > >     > >
>     > >     >
>     > >
>     >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7C4c851882cf524936feab08d62fff3679%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749170511993420&amp;sdata=DydPCLlicCVtZNy%2FYGxISlhxVp811yQCfGmi0HN2j8E%3D&amp;reserved=0
>     > >     > >     >>     > > >     >     >     >
>     > >     > >     >>     > > >     >     >     >      [exec] [INFO]
> [ERROR]
>     > >     > >     >>     > > >     >     >     >
>     > >     > >     >>     > > >     >     >     >      [exec] [INFO]
> [ERROR]
>     > After
>     > >     > > correcting
>     > >     > >     >> the
>     > >     > >     >>     > > > problems, you
>     > >     > >     >>     > > >     > can
>     > >     > >     >>     > > >     >     > resume
>     > >     > >     >>     > > >     >     >     > the build with the
> command
>     > >     > >     >>     > > >     >     >     >
>     > >     > >     >>     > > >     >     >     >      [exec] [INFO]
> [ERROR]
>     >  mvn
>     > >     > > <goals> -rf
>     > >     > >     >>     > > >     >     >     >
>     > >     > > :Jewel-Light-NoFlat-Primary-Sunflower-Theme
>     > >     > >     >>     > > >     >     >     >
>     > >     > >     >>     > > >     >     >     >      [exec] [INFO]
>     > >     > >     >>     > > >     >     >     >
>     > >     > >     >>     > > >     >     >
>     > >     > >     >>     > > >     >
>     > >     > >     >>     > > >
>     > >     > >     >>     >
>     > >     > >     >>
>     > >     > >
>     > >
> ------------------------------------------------------------------------
>     > >     > >     >>     > > >     >     >     >
>     > >     > >     >>     > > >     >     >     >
>     > >     > >     >>     > > >     >     >     > I am guessing it is a
> bad
>     > > internet
>     > >     > >     >> connection.  I am
>     > >     > >     >>     > > > wondering
>     > >     > >     >>     > > >     > if we
>     > >     > >     >>     > > >     >     > can
>     > >     > >     >>     > > >     >     >     > pass a -rf (resume from)
>     > option
>     > > to the
>     > >     > > maven
>     > >     > >     >> call
>     > >     > >     >>     > from
>     > >     > >     >>     > > > ant?
>     > >     > >     >>     > > >     >     > Otherwise
>     > >     > >     >>     > > >     >     >     > doing all this from
> scratch
>     > > everytime
>     > >     > > is a
>     > >     > >     >> big pain.
>     > >     > >     >>     > > >     >     >     >
>     > >     > >     >>     > > >     >     >     > Thanks,
>     > >     > >     >>     > > >     >     >     > Om
>     > >     > >     >>     > > >     >     >     >
>     > >     > >     >>     > > >     >     >     > On Wed, Oct 3, 2018 at
> 12:47
>     > AM
>     > > Alex
>     > >     > > Harui
>     > >     > >     >>     > > >     > <aharui@adobe.com.invalid
>     > >     > >     >>     > > >     >     > >
>     > >     > >     >>     > > >     >     >     > wrote:
>     > >     > >     >>     > > >     >     >     >
>     > >     > >     >>     > > >     >     >     >> Looks like it was a
> missing [
>     > >     > >     >>

Re: [Discuss] Start release process 0.9.3

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Hi Piotr,

I agree with your sentiments.  However, I think one problem is that the revert emails are misleading.  Unlike other commits, the subject of a revert does not show what branch was changed, so I think Carlos was reverting things in a branch.

That said, it is still very troublesome that his Git tools are changing the tags.  IMO, Carlos will have to stop using that tool.

-Alex

On 10/11/18, 9:57 PM, "Piotr Zarzycki" <pi...@gmail.com> wrote:

    Carlos,
    
    You are expecting from people who are volunteers to do some things in one
    day? It's impossible to do that. I'm not working on that full time. I did
    first finally successful step for the release. Everything was reported on
    this list. I had problems and didn't have time to resolve it. Alex provide
    solution - next RM should pickup it and continue release. It can take days.
    If you have problems you should create branch from the last stable commit.
    Is it problem for you ?
    
    How can we now get back to the previous state now?
    
    Piotr
    
    pt., 12 paź 2018 o 02:09 Carlos Rovira <ca...@apache.org> napisał(a):
    
    > Hi Alex,
    > if you check in actual develop for "0.9.5-SNAPSHOT" and "0.9.4-SNAPSHOT"
    > you'll see maven build compiler and typedefs 0.9.5-SNAPSHOT, but when build
    > framework, it downloads compiler and typedefs 0.9.4-SNAPSHOT since the
    > versions in framework are not updated. This is the reason you don't see any
    > fail when building with maven. If you update all to use the same number it
    > will fail. I recommend you as well to remove royale folder in your local
    > .m2 to see how maven generates compiler and typedefs and then download
    > other version.
    >
    > Maybe the rest of people didn't see this because they use ANT and that
    > build system is not affected by the release process. But I think we can't
    > left the failed release process without revert it for days, since we are
    > all seeing different things.
    >
    > For example, I was able to run your MX RO example with ANT, but I can make
    > it work with Maven, what means to me that I still can't use it since my
    > entire project is in maven.
    >
    > I'm trying to fix this for several hours now and still couldn't test mx RO
    > nor working on my project...
    >
    > I'm closing for today with all messed up. Tomorrow will try again, or will
    > need to block me in a branch to be able to continue working.
    >
    > Thanks
    >
    > Carlos
    >
    >
    >
    >
    >
    > El vie., 12 oct. 2018 a las 1:53, Alex Harui (<ah...@adobe.com.invalid>)
    > escribió:
    >
    > > The 0.9.4 release branch has been cut.  I have not seen any problems
    > > reported against it, so I don't know of any reason to delete it.  Thus,
    > the
    > > develop branch should be at 0.9.5-SNAPSHOT.
    > >
    > > I noticed you messed around with the versions so I have no idea what
    > state
    > > we are in, plus I continue to see that tags are being updated.  You will
    > > probably have to stop using your Git GUI.  We cannot have tags be
    > modified.
    > >
    > > -Alex
    > >
    > > On 10/11/18, 3:14 PM, "Carlos Rovira" <ca...@apache.org> wrote:
    > >
    > >     Hi,
    > >
    > >     I'm a bit confused with the actual state of the repo. We should stay
    > in
    > >     0.9.4-SNAPSHOT? or 0.9.5-SNAPSHOT?
    > >     I'm building with the latest since 1-2 days but removed all royale
    > > folder
    > >     with all maven artifacts and rebuild from scratch, makes me have
    > mixed
    > >     versions, since some artifacts are downloading 0.9.4 instead of use
    > > 0.9.5
    > >
    > >     Piotr, seems nobody  take the request to continue with the release
    > for
    > > now,
    > >     so I propose to stabilize the repo.
    > >
    > >     Thoughts?
    > >
    > >     Carlos
    > >
    > >
    > >
    > >
    > >
    > >     El jue., 11 oct. 2018 a las 20:33, Piotr Zarzycki (<
    > >     piotrzarzycki21@gmail.com>) escribió:
    > >
    > >     > Hi Alex,
    > >     >
    > >     > Unfortunately in the next couple of days I won't have time for
    > that.
    > > If
    > >     > someone can do that feel free jump into it.
    > >     >
    > >     > Piotr
    > >     >
    > >     > On Thu, Oct 11, 2018, 6:43 PM Alex Harui <aharui@adobe.com.invalid
    > >
    > > wrote:
    > >     >
    > >     > > After digging through the output you pasted, it appears that the
    > >     > > "check-empty-folder" target isn't quite right and didn't catch
    > > that you
    > >     > > didn't run "maven" against an empty folder.  Although I am a bit
    > > puzzled
    > >     > > why there were modified files in the working copy.
    > >     > >
    > >     > > Maven and the scripts have some expectation that you are starting
    > > from
    > >     > the
    > >     > > beginning, so if Maven got far enough to create a tag and you
    > have
    > > to
    > >     > start
    > >     > > over, you have to remove the tag.  These scripts are still under
    > >     > > development so you should not expect that every situation has
    > been
    > >     > > accounted for.
    > >     > >
    > >     > > So, go delete the tag.  Instructions for doing so are in the
    > > wiki.  Maybe
    > >     > > figure out why those files were modified, but maybe because your
    > > earlier
    > >     > > run didn't have the right gpg password.
    > >     > >
    > >     > > Try changing the check-empty-folder to also test for:
    > >     > >
    > >     > >         <available file="${basedir}/royale-asjs/build.properties"
    > >     > >             type="file"
    > >     > >             property="found.build.properties" value="true" />
    > >     > >
    > >     > > Then it should catch you on the steps where you are supposed to
    > > start by
    > >     > > pulling down the repos again.
    > >     > >
    > >     > > If you don't have time for any of that, let us know here so the
    > > next RM
    > >     > > can know where to start.
    > >     > >
    > >     > > -Alex
    > >     > >
    > >     > > On 10/11/18, 2:05 AM, "Piotr Zarzycki" <
    > piotrzarzycki21@gmail.com>
    > >     > wrote:
    > >     > >
    > >     > >     I gave up again :) It costs me to much time. I thought since
    > > Om did
    > >     > so
    > >     > > much
    > >     > >     progress I will launch the script and will work. It's still
    > > failing.
    > >     > >
    > >     > >
    > >     > >
    > >     >
    > >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FWJ44&amp;data=02%7C01%7Caharui%40adobe.com%7C4c851882cf524936feab08d62fff3679%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749170511993420&amp;sdata=WrehniBEFG2PAqOOlZ7PxvO721oPIp14GNOV5zYtkxQ%3D&amp;reserved=0
    > >     > >
    > >     > >     I run first time and had problem with gpg password - just
    > > forgot it,
    > >     > > but
    > >     > >     run it again and type correct password. Probably first time
    > > this tag
    > >     > > was
    > >     > >     created and now script failing cause tag exits. Never ending
    > > story.
    > >     > >
    > >     > >     I'm in that step - If someone would like to try it out let me
    > > know
    > >     > and
    > >     > > I
    > >     > >     won't revert anything for now:
    > >     > >
    > >     > >     ant -f releasecandidate.xml -Drelease.version="0.9.4"
    > >     > > -Dbrowser="c:\Program
    > >     > >     Files\Mozilla Firefox\firefox.exe" -Drc=1 maven
    > >     > >
    > >     > >     Thanks,
    > >     > >     Piotr
    > >     > >
    > >     > >
    > >     > >     czw., 11 paź 2018 o 10:13 Piotr Zarzycki <
    > > piotrzarzycki21@gmail.com>
    > >     > >     napisał(a):
    > >     > >
    > >     > >     > Hi Alex,
    > >     > >     >
    > >     > >     > This is what I'm getting for git status for royale-compiler
    > > [1]
    > >     > >     >
    > >     > >     > [1]
    > >     > >
    > >     >
    > >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FYuiH&amp;data=02%7C01%7Caharui%40adobe.com%7C4c851882cf524936feab08d62fff3679%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749170511993420&amp;sdata=7H8bB%2Fcfzoej2%2BKyWfLhD1fYLD14j%2BU%2BNeP4%2F5FP1KE%3D&amp;reserved=0
    > >     > >     >
    > >     > >     > Thanks,
    > >     > >     > Piotr
    > >     > >     >
    > >     > >     > śr., 10 paź 2018 o 17:50 Alex Harui
    > <aharui@adobe.com.invalid
    > > >
    > >     > > napisał(a):
    > >     > >     >
    > >     > >     >> What does 'git status' return for that local copy of the
    > >     > > royale-compiler
    > >     > >     >> repo?
    > >     > >     >>
    > >     > >     >> That part of the script is trying to see if
    > > compiler-jburg-types
    > >     > and
    > >     > >     >> compiler-build-tools needed a version update that needs to
    > > be
    > >     > > pushed.
    > >     > >     >> Those two projects should be at 1.0.0 since we rarely, if
    > > ever,
    > >     > > will need
    > >     > >     >> to modify it.  There shouldn't have been modifications in
    > > this
    > >     > > release, yet
    > >     > >     >> Git status is reporting modifications to some file.  A
    > test
    > > is
    > >     > done
    > >     > > to
    > >     > >     >> check for the word "modified:" in the 'git status' output,
    > > then
    > >     > that
    > >     > >     >> attempt to push is executed.  Somehow, the git status is
    > > implying
    > >     > >     >> modifications but the files we are trying to push are not
    > >     > modified.
    > >     > >     >>
    > >     > >     >> The solutions should not require reverting of the release
    > > branch.
    > >     > > It
    > >     > >     >> looks like you have successfully created a correct set of
    > > branches
    > >     > > and the
    > >     > >     >> steps you are running start by pulling down the release
    > > branch.  I
    > >     > > didn't
    > >     > >     >> see any commits to the release branch from the scripts, so
    > > to
    > >     > > re-start, it
    > >     > >     >> should just be manually deleting the local copies of the
    > > repos and
    > >     > > running
    > >     > >     >> the Ant command again after making one of the changes to
    > >     > >     >> releasecandidate.xml I will describe below:
    > >     > >     >>
    > >     > >     >> IMO, the choices are (and there may be more choices)
    > >     > >     >> 1.  Figure out how to be smarter about what 'git status'
    > > output
    > >     > > will say
    > >     > >     >> so the test works correctly
    > >     > >     >> 2. Set failonerror="false" on the push step and not care
    > if
    > > that
    > >     > > push
    > >     > >     >> succeeds.  This is slightly risky if we ever do want to
    > push
    > >     > > changes, but
    > >     > >     >> again, that is low probability, IMO.
    > >     > >     >> 3. Comment out those steps since it will be rare we will
    > > need
    > >     > > them.  If
    > >     > >     >> we do need them some day, the RM will have to remember to
    > >     > uncomment
    > >     > > those
    > >     > >     >> steps.
    > >     > >     >>
    > >     > >     >> HTH,
    > >     > >     >> -Alex
    > >     > >     >>
    > >     > >     >> On 10/10/18, 2:52 AM, "Piotr Zarzycki" <
    > > piotrzarzycki21@gmail.com
    > >     > >
    > >     > >     >> wrote:
    > >     > >     >>
    > >     > >     >>     Ok It's failed :) However I passed step 3 in
    > > instruction. Step
    > >     > > 4 is
    > >     > >     >> failing
    > >     > >     >>     [1] - if someone know what could it be - I will wait
    > > with
    > >     > > reverting
    > >     > >     >> changes.
    > >     > >     >>
    > >     > >     >>     Lines in stacktrace are pointing in ant script to
    > > following
    > >     > > targets:
    > >     > >     >>
    > >     > >     >>     Line 556: git-commit-and-push-utils
    > >     > >     >>     Line 487: git-commit-and-push-utils-if-modified
    > >     > >     >>     Line 473:
    > >     > >     >>
    > >     > >     >>     <exec executable="${git}" dir="${compiler}"
    > >     > failonerror="true" >
    > >     > >     >>                 <arg value="commit" />
    > >     > >     >>                 <arg value="-m" />
    > >     > >     >>                 <arg value="remove SNAPSHOT from
    > >     > > compiler-jburg-types and
    > >     > >     >>     compiler-build-tools versions" />
    > >     > >     >>             </exec>
    > >     > >     >>
    > >     > >     >>     [1]
    > >     > >     >>
    > >     > >
    > >     >
    > >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2Fbg5e&amp;data=02%7C01%7Caharui%40adobe.com%7C4c851882cf524936feab08d62fff3679%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749170511993420&amp;sdata=N7mNbeXjpXHVFoHsYjERoaoTYSaqoLBYPwi9KJh1e54%3D&amp;reserved=0
    > >     > >     >>
    > >     > >     >>     Thanks,
    > >     > >     >>     Piotr
    > >     > >     >>
    > >     > >     >>
    > >     > >     >>     śr., 10 paź 2018 o 11:34 Carlos Rovira <
    > >     > carlosrovira@apache.org
    > >     > > >
    > >     > >     >> napisał(a):
    > >     > >     >>
    > >     > >     >>     > Ok Piotr, good luck! :)
    > >     > >     >>     >
    > >     > >     >>     > El mié., 10 oct. 2018 a las 10:34, Piotr Zarzycki (<
    > >     > >     >>     > piotrzarzycki21@gmail.com>) escribió:
    > >     > >     >>     >
    > >     > >     >>     > > Hi Guys,
    > >     > >     >>     > >
    > >     > >     >>     > > I will try right now process from my PC. We will
    > > see how
    > >     > > far I
    > >     > >     >> will go
    > >     > >     >>     > with
    > >     > >     >>     > > that.
    > >     > >     >>     > >
    > >     > >     >>     > > Piotr
    > >     > >     >>     > >
    > >     > >     >>     > > czw., 4 paź 2018 o 22:01 Alex Harui
    > >     > > <ah...@adobe.com.invalid>
    > >     > >     >>     > napisał(a):
    > >     > >     >>     > >
    > >     > >     >>     > > > Hi Om,
    > >     > >     >>     > > >
    > >     > >     >>     > > > If make_branches succeeds, then you shouldn't
    > > need to go
    > >     > > back
    > >     > >     >> and
    > >     > >     >>     > delete
    > >     > >     >>     > > > branches and tags and run make_branches again if
    > > the
    > >     > > "maven"
    > >     > >     >> step
    > >     > >     >>     > fails.
    > >     > >     >>     > > >
    > >     > >     >>     > > > You might need to revert any changes to the
    > > release
    > >     > > branch that
    > >     > >     >> the
    > >     > >     >>     > > > "maven" step did, but then you should be able to
    > > delete
    > >     > > the
    > >     > >     >> local copy
    > >     > >     >>     > of
    > >     > >     >>     > > > the branches and start again with "maven" or
    > >     > >     >>     > > > "maven_skip_compiler_and_typedefs" if you got
    > all
    > > the
    > >     > way
    > >     > > up to
    > >     > >     >>     > > royale-asjs.
    > >     > >     >>     > > >
    > >     > >     >>     > > > What are some of the 200+ files that don't get
    > > reverted
    > >     > > back to
    > >     > >     >> 0.9.4?
    > >     > >     >>     > > >
    > >     > >     >>     > > > You are welcome to try to add the "continue"
    > > option.  I
    > >     > > would
    > >     > >     >> suggest
    > >     > >     >>     > > > adding a dummy parameter.  So if the script
    > > currently
    > >     > > calls
    > >     > >     >> Maven like
    > >     > >     >>     > > this:
    > >     > >     >>     > > >
    > >     > >     >>     > > >         <exec executable="${mvn}"
    > >     > >     >> dir="${basedir}/maven-release-plugin"
    > >     > >     >>     > > > failonerror="true" >
    > >     > >     >>     > > >             <arg value="clean" />
    > >     > >     >>     > > >             <arg value="install" />
    > >     > >     >>     > > >         </exec>
    > >     > >     >>     > > >
    > >     > >     >>     > > > You can try changing it to something like this:
    > >     > >     >>     > > >
    > >     > >     >>     > > >         <property name="continueOption"
    > >     > value="-Ddummy=0"
    > >     > > />
    > >     > >     >>     > > >         <exec executable="${mvn}"
    > >     > >     >> dir="${basedir}/maven-release-plugin"
    > >     > >     >>     > > > failonerror="true" >
    > >     > >     >>     > > >             <arg value="${continueOption}" />
    > >     > >     >>     > > >             <arg value="clean" />
    > >     > >     >>     > > >             <arg value="install" />
    > >     > >     >>     > > >         </exec>
    > >     > >     >>     > > >
    > >     > >     >>     > > > Then you should be able to set in your
    > > local.properties:
    > >     > >     >>     > > >
    > >     > >     >>     > > > continueOption=-rf JewelExample
    > >     > >     >>     > > >
    > >     > >     >>     > > > You will probably need to use different names
    > for
    > > each
    > >     > > call to
    > >     > >     >> Maven so
    > >     > >     >>     > > > subsequent Maven calls don't pick up the same
    > > option.
    > >     > >     >>     > > >
    > >     > >     >>     > > > HTH,
    > >     > >     >>     > > > -Alex
    > >     > >     >>     > > >
    > >     > >     >>     > > > On 10/4/18, 11:58 AM, "OmPrakash Muppirala" <
    > >     > >     >> bigosmallm@gmail.com>
    > >     > >     >>     > > wrote:
    > >     > >     >>     > > >
    > >     > >     >>     > > >     On Thu, Oct 4, 2018 at 1:48 AM Alex Harui
    > >     > >     >> <aharui@adobe.com.invalid
    > >     > >     >>     > >
    > >     > >     >>     > > > wrote:
    > >     > >     >>     > > >
    > >     > >     >>     > > >     > Om, it looks like you are still deleting
    > and
    > >     > > recreating
    > >     > >     >> the
    > >     > >     >>     > > branches.
    > >     > >     >>     > > >     > Does this mean you have never completed
    > the
    > >     > > make_branches
    > >     > >     >> step?
    > >     > >     >>     > > >
    > >     > >     >>     > > >
    > >     > >     >>     > > >     Yes, I delete the tags, branches (remote)
    > > each time
    > >     > >     >> something
    > >     > >     >>     > fails.
    > >     > >     >>     > > > Then
    > >     > >     >>     > > >     I do a global search for 0.9.5 and replace
    > it
    > > with
    > >     > > 0.9.4
    > >     > >     >> (some 200+
    > >     > >     >>     > > > files
    > >     > >     >>     > > >     across 3 repos), then push them into
    > > remote/develop.
    > >     > >     >>     > > >
    > >     > >     >>     > > >     Then I do the make_branches step first.
    > Then
    > > do a
    > >     > > git push
    > >     > >     >> in
    > >     > >     >>     > > > roayale-asjs
    > >     > >     >>     > > >     as per the instructions in the commandline.
    > I
    > > have
    > >     > > never
    > >     > >     >> had issues
    > >     > >     >>     > > > with
    > >     > >     >>     > > >     this step.  It is always the maven step that
    > > fails
    > >     > > for some
    > >     > >     >> reason
    > >     > >     >>     > or
    > >     > >     >>     > > > the
    > >     > >     >>     > > >     other.
    > >     > >     >>     > > >
    > >     > >     >>     > > >
    > >     > >     >>     > > >     > Is make_branches failing trying to run a
    > > build in
    > >     > > the
    > >     > >     >> develop
    > >     > >     >>     > > branch
    > >     > >     >>     > > > and
    > >     > >     >>     > > >     > uploading 0.9.5-SNAPSHOT artifacts?
    > >     > >     >>     > > >
    > >     > >     >>     > > >
    > >     > >     >>     > > >     No
    > >     > >     >>     > > >
    > >     > >     >>     > > >
    > >     > >     >>     > > >     > I supposed we could try to find a way to
    > > skip
    > >     > that,
    > >     > > but
    > >     > >     >> you will
    > >     > >     >>     > > need
    > >     > >     >>     > > >     > reliable uploading to repository.a.o to be
    > > an RM
    > >     > > without
    > >     > >     >> going
    > >     > >     >>     > > crazy.
    > >     > >     >>     > > >     >
    > >     > >     >>     > > >
    > >     > >     >>     > > >     Hmm, I use the same internet connection for
    > > personal
    > >     > > and
    > >     > >     >> work
    > >     > >     >>     > related
    > >     > >     >>     > > >     activities.  I don't usually have issues
    > with
    > >     > > internet.
    > >     > >     >> Either we
    > >     > >     >>     > > are
    > >     > >     >>     > > > very
    > >     > >     >>     > > >     unlucky here or we need a more reselient way
    > > to pick
    > >     > > up
    > >     > >     >> things if
    > >     > >     >>     > we
    > >     > >     >>     > > > lose
    > >     > >     >>     > > >     internet connectivity momentarily.
    > >     > >     >>     > > >
    > >     > >     >>     > > >     It takes upwards of 90 minutes of uploading
    > > stuff. I
    > >     > > dont
    > >     > >     >> do this
    > >     > >     >>     > > kind
    > >     > >     >>     > > > of
    > >     > >     >>     > > >     uploading for my regular work, so that is
    > > probably I
    > >     > > have
    > >     > >     >> never hit
    > >     > >     >>     > > > this
    > >     > >     >>     > > >     issue before.
    > >     > >     >>     > > >
    > >     > >     >>     > > >     I still think that looking into the
    > > 'resume-from'
    > >     > > directive
    > >     > >     >> in
    > >     > >     >>     > maven
    > >     > >     >>     > > is
    > >     > >     >>     > > >     worthwhile.
    > >     > >     >>     > > >
    > >     > >     >>     > > >     Thanks,
    > >     > >     >>     > > >     Om
    > >     > >     >>     > > >
    > >     > >     >>     > > >
    > >     > >     >>     > > >     >
    > >     > >     >>     > > >     > -Alex
    > >     > >     >>     > > >     >
    > >     > >     >>     > > >     > On 10/3/18, 2:11 PM, "OmPrakash
    > Muppirala" <
    > >     > >     >> bigosmallm@gmail.com
    > >     > >     >>     > >
    > >     > >     >>     > > > wrote:
    > >     > >     >>     > > >     >
    > >     > >     >>     > > >     >     On Wed, Oct 3, 2018 at 2:02 PM Alex
    > > Harui
    > >     > >     >>     > > > <ah...@adobe.com.invalid>
    > >     > >     >>     > > >     > wrote:
    > >     > >     >>     > > >     >
    > >     > >     >>     > > >     >     > Hi Om,
    > >     > >     >>     > > >     >     >
    > >     > >     >>     > > >     >     > Does anything deploy, or is that the
    > > first
    > >     > > thing
    > >     > >     >> that is
    > >     > >     >>     > > > attempted to
    > >     > >     >>     > > >     >     > deploy?  I found this article that
    > > might
    > >     > help:
    > >     > >     >>     > > >     >     >
    > >     > >     >>     > > >     >     >
    > >     > >     >>     > > >     >
    > >     > >     >>     > > >
    > >     > >     >>     > >
    > >     > >     >>     >
    > >     > >     >>
    > >     > >
    > >     >
    > >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.apigee.com%2Fquestions%2F50756%2Funable-to-deploy-using-maven-script-due-to-error-r.html&amp;data=02%7C01%7Caharui%40adobe.com%7C4c851882cf524936feab08d62fff3679%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749170511993420&amp;sdata=avwL9WdViB%2FT8BbuHI4JKTal68yJ5FHGTVIJkRCZHeM%3D&amp;reserved=0
    > >     > >     >>     > > >     >
    > >     > >     >>     > > >     >
    > >     > >     >>     > > >     >     It deployed a lot of artifacts before
    > > hitting
    > >     > > this
    > >     > >     >> error.  I
    > >     > >     >>     > > > don't see
    > >     > >     >>     > > >     >     anything special with this artifact.
    > > So, I am
    > >     > >     >> guessing that
    > >     > >     >>     > it
    > >     > >     >>     > > > was a
    > >     > >     >>     > > >     >     momentary bad connection that caused
    > > this.
    > >     > >     >>     > > >     >
    > >     > >     >>     > > >     >
    > >     > >     >>     > > >     >     >
    > >     > >     >>     > > >     >     >
    > >     > >     >>     > > >     >     > I would be concerned about
    > restarting
    > > from
    > >     > the
    > >     > >     >> middle of a
    > >     > >     >>     > > > Maven
    > >     > >     >>     > > >     > call.  I
    > >     > >     >>     > > >     >     > suppose you could try it, but what
    > if
    > > it
    > >     > > skipped an
    > >     > >     >>     > artifact?
    > >     > >     >>     > > >     >     >
    > >     > >     >>     > > >     >
    > >     > >     >>     > > >     >     The maven error message explicitly
    > says
    > > this:
    > >     > >     >>     > > >     >
    > >     > >     >>     > > >     >          [exec] [INFO] [ERROR] After
    > > correcting
    > >     > the
    > >     > >     >> problems, you
    > >     > >     >>     > > can
    > >     > >     >>     > > >     > resume
    > >     > >     >>     > > >     >     the build with the command
    > >     > >     >>     > > >     >
    > >     > >     >>     > > >     >          [exec] [INFO] [ERROR]   mvn
    > > <goals> -rf
    > >     > >     >>     > > >     >
    > >  :Jewel-Light-NoFlat-Primary-Sunflower-Theme
    > >     > >     >>     > > >     >
    > >     > >     >>     > > >     >
    > >     > >     >>     > > >     >     >
    > >     > >     >>     > > >     >     > There should be Ant targets for
    > > starting
    > >     > only
    > >     > > on
    > >     > >     >>     > royale-asjs
    > >     > >     >>     > > if
    > >     > >     >>     > > >     >     > royale-compiler and royale=typedefs
    > > worked
    > >     > ok.
    > >     > >     >>     > > >     >     >
    > >     > >     >>     > > >     >     > HTH,
    > >     > >     >>     > > >     >     > -Alex
    > >     > >     >>     > > >     >     >
    > >     > >     >>     > > >     >     > On 10/3/18, 11:58 AM, "OmPrakash
    > > Muppirala"
    > >     > <
    > >     > >     >>     > > > bigosmallm@gmail.com>
    > >     > >     >>     > > >     > wrote:
    > >     > >     >>     > > >     >     >
    > >     > >     >>     > > >     >     >     Another suggestion I have is -
    > > can we do
    > >     > > all
    > >     > >     >> the pushes
    > >     > >     >>     > > to
    > >     > >     >>     > > >     > remote after
    > >     > >     >>     > > >     >     >     everything is done locally?
    > That
    > > way,
    > >     > if
    > >     > >     >> something
    > >     > >     >>     > goes
    > >     > >     >>     > > > wrong
    > >     > >     >>     > > >     >     > halfway, we
    > >     > >     >>     > > >     >     >     can just delete the royale-*
    > dirs
    > >     > locally
    > >     > > and
    > >     > >     >> rerun the
    > >     > >     >>     > > >     >     > releasecandiate ant
    > >     > >     >>     > > >     >     >     script?
    > >     > >     >>     > > >     >     >
    > >     > >     >>     > > >     >     >     Not sure if this is an easy
    > > change?
    > >     > >     >>     > > >     >     >
    > >     > >     >>     > > >     >     >     Thanks,
    > >     > >     >>     > > >     >     >     Om
    > >     > >     >>     > > >     >     >
    > >     > >     >>     > > >     >     >     On Wed, Oct 3, 2018 at 11:42 AM
    > >     > OmPrakash
    > >     > >     >> Muppirala <
    > >     > >     >>     > > >     >     > bigosmallm@gmail.com>
    > >     > >     >>     > > >     >     >     wrote:
    > >     > >     >>     > > >     >     >
    > >     > >     >>     > > >     >     >     > Okay, I tried a couple of
    > times
    > > and I
    > >     > > have
    > >     > >     >> started
    > >     > >     >>     > > > getting
    > >     > >     >>     > > >     > `SSL peer
    > >     > >     >>     > > >     >     > shut
    > >     > >     >>     > > >     >     >     > down incorrectly errors`
    > >     > >     >>     > > >     >     >     >
    > >     > >     >>     > > >     >     >     >      [exec] [INFO] [INFO]
    > >     > >     >>     > > >     >     >     >
    > >     > >     >>     > > >     >     >
    > >     > >     >>     > > >     >
    > >     > >     >>     > > >
    > >     > >     >>     >
    > >     > >     >>
    > >     > >
    > > ------------------------------------------------------------------------
    > >     > >     >>     > > >     >     >     >
    > >     > >     >>     > > >     >     >     >      [exec] [INFO] [INFO]
    > BUILD
    > >     > FAILURE
    > >     > >     >>     > > >     >     >     >
    > >     > >     >>     > > >     >     >     >      [exec] [INFO] [INFO]
    > >     > >     >>     > > >     >     >     >
    > >     > >     >>     > > >     >     >
    > >     > >     >>     > > >     >
    > >     > >     >>     > > >
    > >     > >     >>     >
    > >     > >     >>
    > >     > >
    > > ------------------------------------------------------------------------
    > >     > >     >>     > > >     >     >     >
    > >     > >     >>     > > >     >     >     >      [exec] [INFO] [INFO]
    > Total
    > > time:
    > >     > > 16:04
    > >     > >     >> min
    > >     > >     >>     > > >     >     >     >
    > >     > >     >>     > > >     >     >     >      [exec] [INFO] [INFO]
    > > Finished at:
    > >     > >     >>     > > >     > 2018-10-03T11:38:49-07:00
    > >     > >     >>     > > >     >     >     >
    > >     > >     >>     > > >     >     >     >      [exec] [INFO] [INFO]
    > >     > >     >>     > > >     >     >     >
    > >     > >     >>     > > >     >     >
    > >     > >     >>     > > >     >
    > >     > >     >>     > > >
    > >     > >     >>     >
    > >     > >     >>
    > >     > >
    > > ------------------------------------------------------------------------
    > >     > >     >>     > > >     >     >     >
    > >     > >     >>     > > >     >     >     >      [exec] [INFO] [ERROR]
    > > Failed to
    > >     > > execute
    > >     > >     >> goal
    > >     > >     >>     > > >     >     >     >
    > >     > >     >>     > >
    > > org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
    > >     > >     >>     > > >     >     > (default-deploy)
    > >     > >     >>     > > >     >     >     > on project
    > >     > >     >>     > Jewel-Light-NoFlat-Primary-Sunflower-Theme:
    > >     > >     >>     > > > Failed
    > >     > >     >>     > > >     > to
    > >     > >     >>     > > >     >     > deploy
    > >     > >     >>     > > >     >     >     > artifacts: Could not transfer
    > > artifact
    > >     > >     >>     > > >     >     >     >
    > >     > >     >>     > > >     >     >
    > >     > >     >>     > > >     >
    > >     > >     >>     > > >
    > >     > >     >>     > >
    > >     > >     >>     >
    > >     > >     >>
    > >     > >
    > >     >
    > >
    > org.apache.royale.framework:Jewel-Light-NoFlat-Primary-Sunflower-Theme:swc:0.9.4
    > >     > >     >>     > > >     >     >     > from/to apache.releases.https
    > (
    > >     > >     >>     > > >     >     >     >
    > >     > >     >>     > > >     >     >
    > >     > >     >>     > > >     >
    > >     > >     >>     > > >
    > >     > >     >>     > >
    > >     > >     >>     >
    > >     > >     >>
    > >     > >
    > >     >
    > >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fservice%2Flocal%2Fstaging%2Fdeploy%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7C4c851882cf524936feab08d62fff3679%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749170511993420&amp;sdata=H5hBmJ710nh%2BOins3UWZBPnT2uauxBxp1AmfxYlPL4o%3D&amp;reserved=0
    > >     > >     >>     > > >     >     > ):
    > >     > >     >>     > > >     >     >     > Remote host closed connection
    > > during
    > >     > >     >> handshake: SSL
    > >     > >     >>     > > peer
    > >     > >     >>     > > > shut
    > >     > >     >>     > > >     > down
    > >     > >     >>     > > >     >     >     > incorrectly -> [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]
    > >     > >     >>     > > >     >     >     >
    > >     > >     >>     > > >     >     >
    > >     > >     >>     > > >     >
    > >     > >     >>     > > >
    > >     > >     >>     > >
    > >     > >     >>     >
    > >     > >     >>
    > >     > >
    > >     >
    > >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7C4c851882cf524936feab08d62fff3679%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749170511993420&amp;sdata=DydPCLlicCVtZNy%2FYGxISlhxVp811yQCfGmi0HN2j8E%3D&amp;reserved=0
    > >     > >     >>     > > >     >     >     >
    > >     > >     >>     > > >     >     >     >      [exec] [INFO] [ERROR]
    > >     > >     >>     > > >     >     >     >
    > >     > >     >>     > > >     >     >     >      [exec] [INFO] [ERROR]
    > After
    > >     > > correcting
    > >     > >     >> the
    > >     > >     >>     > > > problems, you
    > >     > >     >>     > > >     > can
    > >     > >     >>     > > >     >     > resume
    > >     > >     >>     > > >     >     >     > the build with the command
    > >     > >     >>     > > >     >     >     >
    > >     > >     >>     > > >     >     >     >      [exec] [INFO] [ERROR]
    >  mvn
    > >     > > <goals> -rf
    > >     > >     >>     > > >     >     >     >
    > >     > > :Jewel-Light-NoFlat-Primary-Sunflower-Theme
    > >     > >     >>     > > >     >     >     >
    > >     > >     >>     > > >     >     >     >      [exec] [INFO]
    > >     > >     >>     > > >     >     >     >
    > >     > >     >>     > > >     >     >
    > >     > >     >>     > > >     >
    > >     > >     >>     > > >
    > >     > >     >>     >
    > >     > >     >>
    > >     > >
    > > ------------------------------------------------------------------------
    > >     > >     >>     > > >     >     >     >
    > >     > >     >>     > > >     >     >     >
    > >     > >     >>     > > >     >     >     > I am guessing it is a bad
    > > internet
    > >     > >     >> connection.  I am
    > >     > >     >>     > > > wondering
    > >     > >     >>     > > >     > if we
    > >     > >     >>     > > >     >     > can
    > >     > >     >>     > > >     >     >     > pass a -rf (resume from)
    > option
    > > to the
    > >     > > maven
    > >     > >     >> call
    > >     > >     >>     > from
    > >     > >     >>     > > > ant?
    > >     > >     >>     > > >     >     > Otherwise
    > >     > >     >>     > > >     >     >     > doing all this from scratch
    > > everytime
    > >     > > is a
    > >     > >     >> big pain.
    > >     > >     >>     > > >     >     >     >
    > >     > >     >>     > > >     >     >     > Thanks,
    > >     > >     >>     > > >     >     >     > Om
    > >     > >     >>     > > >     >     >     >
    > >     > >     >>     > > >     >     >     > On Wed, Oct 3, 2018 at 12:47
    > AM
    > > Alex
    > >     > > Harui
    > >     > >     >>     > > >     > <aharui@adobe.com.invalid
    > >     > >     >>     > > >     >     > >
    > >     > >     >>     > > >     >     >     > wrote:
    > >     > >     >>     > > >     >     >     >
    > >     > >     >>     > > >     >     >     >> Looks like it was a missing [
    > >     > >     >>     > > >     >     >     >>
    > >     > >     >>     > > >     >     >     >> MXRoyale and SparkRoyale
    > built
    > > for
    > >     > me.
    > >     > >     >>     > > >     >     >     >>
    > >     > >     >>     > > >     >     >     >> HTH,
    > >     > >     >>     > > >     >     >     >> -Alex
    > >     > >     >>     > > >     >     >     >>
    > >     > >     >>     > > >     >     >     >> On 10/3/18, 12:43 AM,
    > > "OmPrakash
    > >     > > Muppirala" <
    > >     > >     >>     > > >     > bigosmallm@gmail.com>
    > >     > >     >>     > > >     >     >     >> wrote:
    > >     > >     >>     > > >     >     >     >>
    > >     > >     >>     > > >     >     >     >>     Thanks!
    > >     > >     >>     > > >     >     >     >>
    > >     > >     >>     > > >     >     >     >>     I reverted everything
    > back
    > > to
    > >     > > previous
    > >     > >     >> state.  I
    > >     > >     >>     > > > can give
    > >     > >     >>     > > >     > it a
    > >     > >     >>     > > >     >     > shot
    > >     > >     >>     > > >     >     >     >>     tomorrow evening.
    > >     > >     >>     > > >     >     >     >>
    > >     > >     >>     > > >     >     >     >>     Regards,
    > >     > >     >>     > > >     >     >     >>     Om
    > >     > >     >>     > > >     >     >     >>
    > >     > >     >>     > > >     >     >     >>     On Wed, Oct 3, 2018 at
    > > 12:41 AM
    > >     > > Alex
    > >     > >     >> Harui
    > >     > >     >>     > > >     >     > <ah...@adobe.com.invalid>
    > >     > >     >>     > > >     >     >     >> wrote:
    > >     > >     >>     > > >     >     >     >>
    > >     > >     >>     > > >     >     >     >>     > It was in a releasable
    > > state.
    > >     > >     >> TourDeFlex was
    > >     > >     >>     > > > running
    > >     > >     >>     > > >     > on it.
    > >     > >     >>     > > >     >     >     >>     >
    > >     > >     >>     > > >     >     >     >>     > I'm trying to track
    > down
    > > the
    > >     > > change
    > >     > >     >> that broke
    > >     > >     >>     > > it.
    > >     > >     >>     > > >     >     >     >>     >
    > >     > >     >>     > > >     >     >     >>     > -Alex
    > >     > >     >>     > > >     >     >     >>     >
    > >     > >     >>     > > >     >     >     >>     > On 10/3/18, 12:32 AM,
    > >     > "OmPrakash
    > >     > >     >> Muppirala" <
    > >     > >     >>     > > >     >     > bigosmallm@gmail.com>
    > >     > >     >>     > > >     >     >     >> wrote:
    > >     > >     >>     > > >     >     >     >>     >
    > >     > >     >>     > > >     >     >     >>     >     A bit more
    > progress.
    > > Now we
    > >     > > are
    > >     > >     >> failing on
    > >     > >     >>     > > the
    > >     > >     >>     > > >     > MXRoyale
    > >     > >     >>     > > >     >     > project:
    > >     > >     >>     > > >     >     >     >>     >
    > >     > >     >>     > > >     >     >     >>     >          [exec] [INFO]
    > > [INFO]
    > >     > >     >>     > > >     >     >     >>     >
    > >     > >     >>     > > >     >     >     >>     >
    > >     > >     >>     > > >     >     >     >>
    > >     > >     >>     > > >     >     >
    > >     > >     >>     > > >     >
    > >     > >     >>     > > >
    > >     > >     >>     >
    > >     > >     >>
    > >     > >
    > > ------------------------------------------------------------------------
    > >     > >     >>     > > >     >     >     >>     >
    > >     > >     >>     > > >     >     >     >>     >          [exec] [INFO]
    > > [INFO]
    > >     > > BUILD
    > >     > >     >> FAILURE
    > >     > >     >>     > > >     >     >     >>     >
    > >     > >     >>     > > >     >     >     >>     >          [exec] [INFO]
    > > [INFO]
    > >     > >     >>     > > >     >     >     >>     >
    > >     > >     >>     > > >     >     >     >>     >
    > >     > >     >>     > > >     >     >     >>
    > >     > >     >>     > > >     >     >
    > >     > >     >>     > > >     >
    > >     > >     >>     > > >
    > >     > >     >>     >
    > >     > >     >>
    > >     > >
    > > ------------------------------------------------------------------------
    > >     > >     >>     > > >     >     >     >>     >
    > >     > >     >>     > > >     >     >     >>     >          [exec] [INFO]
    > > [INFO]
    > >     > > Total
    > >     > >     >> time:
    > >     > >     >>     > 01:34
    > >     > >     >>     > > > min
    > >     > >     >>     > > >     >     >     >>     >
    > >     > >     >>     > > >     >     >     >>     >          [exec] [INFO]
    > > [INFO]
    > >     > > Finished
    > >     > >     >> at:
    > >     > >     >>     > > >     >     > 2018-10-03T00:28:14-07:00
    > >     > >     >>     > > >     >     >     >>     >
    > >     > >     >>     > > >     >     >     >>     >          [exec] [INFO]
    > > [INFO]
    > >     > >     >>     > > >     >     >     >>     >
    > >     > >     >>     > > >     >     >     >>     >
    > >     > >     >>     > > >     >     >     >>
    > >     > >     >>     > > >     >     >
    > >     > >     >>     > > >     >
    > >     > >     >>     > > >
    > >     > >     >>     >
    > >     > >     >>
    > >     > >
    > > ------------------------------------------------------------------------
    > >     > >     >>     > > >     >     >     >>     >
    > >     > >     >>     > > >     >     >     >>     >          [exec] [INFO]
    > > [ERROR]
    > >     > > Failed
    > >     > >     >> to
    > >     > >     >>     > execute
    > >     > >     >>     > > > goal
    > >     > >     >>     > > >     >     >     >>     >
    > >     > >     >>     > > >     >     >
    > >     > >     >>     > > >
    > >     > > org.apache.royale.compiler:royale-maven-plugin:0.9.4:compile-as
    > >     > >     >>     > > >     >     >     >>     >
    >  (default-compile-as)
    > > on
    > >     > > project
    > >     > >     >> MXRoyale:
    > >     > >     >>     > > > There were
    > >     > >     >>     > > >     >     > errors
    > >     > >     >>     > > >     >     >     >> during the
    > >     > >     >>     > > >     >     >     >>     >     build. Got return
    > > code 3 ->
    > >     > > [Help
    > >     > >     >> 1]
    > >     > >     >>     > > >     >     >
    
    
    
    -- 
    
    Piotr Zarzycki
    
    Patreon: *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C4c851882cf524936feab08d62fff3679%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749170511993420&amp;sdata=taQNOeJNUaHKMNx5meyijrP3p1lWAVrhtrGX2hWumpM%3D&amp;reserved=0
    <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C4c851882cf524936feab08d62fff3679%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636749170511993420&amp;sdata=taQNOeJNUaHKMNx5meyijrP3p1lWAVrhtrGX2hWumpM%3D&amp;reserved=0>*
    


Re: [Discuss] Start release process 0.9.3

Posted by Piotr Zarzycki <pi...@gmail.com>.
Carlos,

You are expecting from people who are volunteers to do some things in one
day? It's impossible to do that. I'm not working on that full time. I did
first finally successful step for the release. Everything was reported on
this list. I had problems and didn't have time to resolve it. Alex provide
solution - next RM should pickup it and continue release. It can take days.
If you have problems you should create branch from the last stable commit.
Is it problem for you ?

How can we now get back to the previous state now?

Piotr

pt., 12 paź 2018 o 02:09 Carlos Rovira <ca...@apache.org> napisał(a):

> Hi Alex,
> if you check in actual develop for "0.9.5-SNAPSHOT" and "0.9.4-SNAPSHOT"
> you'll see maven build compiler and typedefs 0.9.5-SNAPSHOT, but when build
> framework, it downloads compiler and typedefs 0.9.4-SNAPSHOT since the
> versions in framework are not updated. This is the reason you don't see any
> fail when building with maven. If you update all to use the same number it
> will fail. I recommend you as well to remove royale folder in your local
> .m2 to see how maven generates compiler and typedefs and then download
> other version.
>
> Maybe the rest of people didn't see this because they use ANT and that
> build system is not affected by the release process. But I think we can't
> left the failed release process without revert it for days, since we are
> all seeing different things.
>
> For example, I was able to run your MX RO example with ANT, but I can make
> it work with Maven, what means to me that I still can't use it since my
> entire project is in maven.
>
> I'm trying to fix this for several hours now and still couldn't test mx RO
> nor working on my project...
>
> I'm closing for today with all messed up. Tomorrow will try again, or will
> need to block me in a branch to be able to continue working.
>
> Thanks
>
> Carlos
>
>
>
>
>
> El vie., 12 oct. 2018 a las 1:53, Alex Harui (<ah...@adobe.com.invalid>)
> escribió:
>
> > The 0.9.4 release branch has been cut.  I have not seen any problems
> > reported against it, so I don't know of any reason to delete it.  Thus,
> the
> > develop branch should be at 0.9.5-SNAPSHOT.
> >
> > I noticed you messed around with the versions so I have no idea what
> state
> > we are in, plus I continue to see that tags are being updated.  You will
> > probably have to stop using your Git GUI.  We cannot have tags be
> modified.
> >
> > -Alex
> >
> > On 10/11/18, 3:14 PM, "Carlos Rovira" <ca...@apache.org> wrote:
> >
> >     Hi,
> >
> >     I'm a bit confused with the actual state of the repo. We should stay
> in
> >     0.9.4-SNAPSHOT? or 0.9.5-SNAPSHOT?
> >     I'm building with the latest since 1-2 days but removed all royale
> > folder
> >     with all maven artifacts and rebuild from scratch, makes me have
> mixed
> >     versions, since some artifacts are downloading 0.9.4 instead of use
> > 0.9.5
> >
> >     Piotr, seems nobody  take the request to continue with the release
> for
> > now,
> >     so I propose to stabilize the repo.
> >
> >     Thoughts?
> >
> >     Carlos
> >
> >
> >
> >
> >
> >     El jue., 11 oct. 2018 a las 20:33, Piotr Zarzycki (<
> >     piotrzarzycki21@gmail.com>) escribió:
> >
> >     > Hi Alex,
> >     >
> >     > Unfortunately in the next couple of days I won't have time for
> that.
> > If
> >     > someone can do that feel free jump into it.
> >     >
> >     > Piotr
> >     >
> >     > On Thu, Oct 11, 2018, 6:43 PM Alex Harui <aharui@adobe.com.invalid
> >
> > wrote:
> >     >
> >     > > After digging through the output you pasted, it appears that the
> >     > > "check-empty-folder" target isn't quite right and didn't catch
> > that you
> >     > > didn't run "maven" against an empty folder.  Although I am a bit
> > puzzled
> >     > > why there were modified files in the working copy.
> >     > >
> >     > > Maven and the scripts have some expectation that you are starting
> > from
> >     > the
> >     > > beginning, so if Maven got far enough to create a tag and you
> have
> > to
> >     > start
> >     > > over, you have to remove the tag.  These scripts are still under
> >     > > development so you should not expect that every situation has
> been
> >     > > accounted for.
> >     > >
> >     > > So, go delete the tag.  Instructions for doing so are in the
> > wiki.  Maybe
> >     > > figure out why those files were modified, but maybe because your
> > earlier
> >     > > run didn't have the right gpg password.
> >     > >
> >     > > Try changing the check-empty-folder to also test for:
> >     > >
> >     > >         <available file="${basedir}/royale-asjs/build.properties"
> >     > >             type="file"
> >     > >             property="found.build.properties" value="true" />
> >     > >
> >     > > Then it should catch you on the steps where you are supposed to
> > start by
> >     > > pulling down the repos again.
> >     > >
> >     > > If you don't have time for any of that, let us know here so the
> > next RM
> >     > > can know where to start.
> >     > >
> >     > > -Alex
> >     > >
> >     > > On 10/11/18, 2:05 AM, "Piotr Zarzycki" <
> piotrzarzycki21@gmail.com>
> >     > wrote:
> >     > >
> >     > >     I gave up again :) It costs me to much time. I thought since
> > Om did
> >     > so
> >     > > much
> >     > >     progress I will launch the script and will work. It's still
> > failing.
> >     > >
> >     > >
> >     > >
> >     >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FWJ44&amp;data=02%7C01%7Caharui%40adobe.com%7C7c0ea8e9184948214bd708d62fc6f7bc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748928943992619&amp;sdata=CFWLhE7oI2pHZxOiwACtVmfMj8wohAbA3DnOeXgd8vs%3D&amp;reserved=0
> >     > >
> >     > >     I run first time and had problem with gpg password - just
> > forgot it,
> >     > > but
> >     > >     run it again and type correct password. Probably first time
> > this tag
> >     > > was
> >     > >     created and now script failing cause tag exits. Never ending
> > story.
> >     > >
> >     > >     I'm in that step - If someone would like to try it out let me
> > know
> >     > and
> >     > > I
> >     > >     won't revert anything for now:
> >     > >
> >     > >     ant -f releasecandidate.xml -Drelease.version="0.9.4"
> >     > > -Dbrowser="c:\Program
> >     > >     Files\Mozilla Firefox\firefox.exe" -Drc=1 maven
> >     > >
> >     > >     Thanks,
> >     > >     Piotr
> >     > >
> >     > >
> >     > >     czw., 11 paź 2018 o 10:13 Piotr Zarzycki <
> > piotrzarzycki21@gmail.com>
> >     > >     napisał(a):
> >     > >
> >     > >     > Hi Alex,
> >     > >     >
> >     > >     > This is what I'm getting for git status for royale-compiler
> > [1]
> >     > >     >
> >     > >     > [1]
> >     > >
> >     >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FYuiH&amp;data=02%7C01%7Caharui%40adobe.com%7C7c0ea8e9184948214bd708d62fc6f7bc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748928944002615&amp;sdata=V50Y98oIF4e26BqGHAapQWDoLApb4TxexoDZ7P7WGaM%3D&amp;reserved=0
> >     > >     >
> >     > >     > Thanks,
> >     > >     > Piotr
> >     > >     >
> >     > >     > śr., 10 paź 2018 o 17:50 Alex Harui
> <aharui@adobe.com.invalid
> > >
> >     > > napisał(a):
> >     > >     >
> >     > >     >> What does 'git status' return for that local copy of the
> >     > > royale-compiler
> >     > >     >> repo?
> >     > >     >>
> >     > >     >> That part of the script is trying to see if
> > compiler-jburg-types
> >     > and
> >     > >     >> compiler-build-tools needed a version update that needs to
> > be
> >     > > pushed.
> >     > >     >> Those two projects should be at 1.0.0 since we rarely, if
> > ever,
> >     > > will need
> >     > >     >> to modify it.  There shouldn't have been modifications in
> > this
> >     > > release, yet
> >     > >     >> Git status is reporting modifications to some file.  A
> test
> > is
> >     > done
> >     > > to
> >     > >     >> check for the word "modified:" in the 'git status' output,
> > then
> >     > that
> >     > >     >> attempt to push is executed.  Somehow, the git status is
> > implying
> >     > >     >> modifications but the files we are trying to push are not
> >     > modified.
> >     > >     >>
> >     > >     >> The solutions should not require reverting of the release
> > branch.
> >     > > It
> >     > >     >> looks like you have successfully created a correct set of
> > branches
> >     > > and the
> >     > >     >> steps you are running start by pulling down the release
> > branch.  I
> >     > > didn't
> >     > >     >> see any commits to the release branch from the scripts, so
> > to
> >     > > re-start, it
> >     > >     >> should just be manually deleting the local copies of the
> > repos and
> >     > > running
> >     > >     >> the Ant command again after making one of the changes to
> >     > >     >> releasecandidate.xml I will describe below:
> >     > >     >>
> >     > >     >> IMO, the choices are (and there may be more choices)
> >     > >     >> 1.  Figure out how to be smarter about what 'git status'
> > output
> >     > > will say
> >     > >     >> so the test works correctly
> >     > >     >> 2. Set failonerror="false" on the push step and not care
> if
> > that
> >     > > push
> >     > >     >> succeeds.  This is slightly risky if we ever do want to
> push
> >     > > changes, but
> >     > >     >> again, that is low probability, IMO.
> >     > >     >> 3. Comment out those steps since it will be rare we will
> > need
> >     > > them.  If
> >     > >     >> we do need them some day, the RM will have to remember to
> >     > uncomment
> >     > > those
> >     > >     >> steps.
> >     > >     >>
> >     > >     >> HTH,
> >     > >     >> -Alex
> >     > >     >>
> >     > >     >> On 10/10/18, 2:52 AM, "Piotr Zarzycki" <
> > piotrzarzycki21@gmail.com
> >     > >
> >     > >     >> wrote:
> >     > >     >>
> >     > >     >>     Ok It's failed :) However I passed step 3 in
> > instruction. Step
> >     > > 4 is
> >     > >     >> failing
> >     > >     >>     [1] - if someone know what could it be - I will wait
> > with
> >     > > reverting
> >     > >     >> changes.
> >     > >     >>
> >     > >     >>     Lines in stacktrace are pointing in ant script to
> > following
> >     > > targets:
> >     > >     >>
> >     > >     >>     Line 556: git-commit-and-push-utils
> >     > >     >>     Line 487: git-commit-and-push-utils-if-modified
> >     > >     >>     Line 473:
> >     > >     >>
> >     > >     >>     <exec executable="${git}" dir="${compiler}"
> >     > failonerror="true" >
> >     > >     >>                 <arg value="commit" />
> >     > >     >>                 <arg value="-m" />
> >     > >     >>                 <arg value="remove SNAPSHOT from
> >     > > compiler-jburg-types and
> >     > >     >>     compiler-build-tools versions" />
> >     > >     >>             </exec>
> >     > >     >>
> >     > >     >>     [1]
> >     > >     >>
> >     > >
> >     >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2Fbg5e&amp;data=02%7C01%7Caharui%40adobe.com%7C7c0ea8e9184948214bd708d62fc6f7bc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748928944002615&amp;sdata=Xk6y%2FTfm7z2ggaECmFAZeDb4PJQKQOxm5C4Yuu9jWhY%3D&amp;reserved=0
> >     > >     >>
> >     > >     >>     Thanks,
> >     > >     >>     Piotr
> >     > >     >>
> >     > >     >>
> >     > >     >>     śr., 10 paź 2018 o 11:34 Carlos Rovira <
> >     > carlosrovira@apache.org
> >     > > >
> >     > >     >> napisał(a):
> >     > >     >>
> >     > >     >>     > Ok Piotr, good luck! :)
> >     > >     >>     >
> >     > >     >>     > El mié., 10 oct. 2018 a las 10:34, Piotr Zarzycki (<
> >     > >     >>     > piotrzarzycki21@gmail.com>) escribió:
> >     > >     >>     >
> >     > >     >>     > > Hi Guys,
> >     > >     >>     > >
> >     > >     >>     > > I will try right now process from my PC. We will
> > see how
> >     > > far I
> >     > >     >> will go
> >     > >     >>     > with
> >     > >     >>     > > that.
> >     > >     >>     > >
> >     > >     >>     > > Piotr
> >     > >     >>     > >
> >     > >     >>     > > czw., 4 paź 2018 o 22:01 Alex Harui
> >     > > <ah...@adobe.com.invalid>
> >     > >     >>     > napisał(a):
> >     > >     >>     > >
> >     > >     >>     > > > Hi Om,
> >     > >     >>     > > >
> >     > >     >>     > > > If make_branches succeeds, then you shouldn't
> > need to go
> >     > > back
> >     > >     >> and
> >     > >     >>     > delete
> >     > >     >>     > > > branches and tags and run make_branches again if
> > the
> >     > > "maven"
> >     > >     >> step
> >     > >     >>     > fails.
> >     > >     >>     > > >
> >     > >     >>     > > > You might need to revert any changes to the
> > release
> >     > > branch that
> >     > >     >> the
> >     > >     >>     > > > "maven" step did, but then you should be able to
> > delete
> >     > > the
> >     > >     >> local copy
> >     > >     >>     > of
> >     > >     >>     > > > the branches and start again with "maven" or
> >     > >     >>     > > > "maven_skip_compiler_and_typedefs" if you got
> all
> > the
> >     > way
> >     > > up to
> >     > >     >>     > > royale-asjs.
> >     > >     >>     > > >
> >     > >     >>     > > > What are some of the 200+ files that don't get
> > reverted
> >     > > back to
> >     > >     >> 0.9.4?
> >     > >     >>     > > >
> >     > >     >>     > > > You are welcome to try to add the "continue"
> > option.  I
> >     > > would
> >     > >     >> suggest
> >     > >     >>     > > > adding a dummy parameter.  So if the script
> > currently
> >     > > calls
> >     > >     >> Maven like
> >     > >     >>     > > this:
> >     > >     >>     > > >
> >     > >     >>     > > >         <exec executable="${mvn}"
> >     > >     >> dir="${basedir}/maven-release-plugin"
> >     > >     >>     > > > failonerror="true" >
> >     > >     >>     > > >             <arg value="clean" />
> >     > >     >>     > > >             <arg value="install" />
> >     > >     >>     > > >         </exec>
> >     > >     >>     > > >
> >     > >     >>     > > > You can try changing it to something like this:
> >     > >     >>     > > >
> >     > >     >>     > > >         <property name="continueOption"
> >     > value="-Ddummy=0"
> >     > > />
> >     > >     >>     > > >         <exec executable="${mvn}"
> >     > >     >> dir="${basedir}/maven-release-plugin"
> >     > >     >>     > > > failonerror="true" >
> >     > >     >>     > > >             <arg value="${continueOption}" />
> >     > >     >>     > > >             <arg value="clean" />
> >     > >     >>     > > >             <arg value="install" />
> >     > >     >>     > > >         </exec>
> >     > >     >>     > > >
> >     > >     >>     > > > Then you should be able to set in your
> > local.properties:
> >     > >     >>     > > >
> >     > >     >>     > > > continueOption=-rf JewelExample
> >     > >     >>     > > >
> >     > >     >>     > > > You will probably need to use different names
> for
> > each
> >     > > call to
> >     > >     >> Maven so
> >     > >     >>     > > > subsequent Maven calls don't pick up the same
> > option.
> >     > >     >>     > > >
> >     > >     >>     > > > HTH,
> >     > >     >>     > > > -Alex
> >     > >     >>     > > >
> >     > >     >>     > > > On 10/4/18, 11:58 AM, "OmPrakash Muppirala" <
> >     > >     >> bigosmallm@gmail.com>
> >     > >     >>     > > wrote:
> >     > >     >>     > > >
> >     > >     >>     > > >     On Thu, Oct 4, 2018 at 1:48 AM Alex Harui
> >     > >     >> <aharui@adobe.com.invalid
> >     > >     >>     > >
> >     > >     >>     > > > wrote:
> >     > >     >>     > > >
> >     > >     >>     > > >     > Om, it looks like you are still deleting
> and
> >     > > recreating
> >     > >     >> the
> >     > >     >>     > > branches.
> >     > >     >>     > > >     > Does this mean you have never completed
> the
> >     > > make_branches
> >     > >     >> step?
> >     > >     >>     > > >
> >     > >     >>     > > >
> >     > >     >>     > > >     Yes, I delete the tags, branches (remote)
> > each time
> >     > >     >> something
> >     > >     >>     > fails.
> >     > >     >>     > > > Then
> >     > >     >>     > > >     I do a global search for 0.9.5 and replace
> it
> > with
> >     > > 0.9.4
> >     > >     >> (some 200+
> >     > >     >>     > > > files
> >     > >     >>     > > >     across 3 repos), then push them into
> > remote/develop.
> >     > >     >>     > > >
> >     > >     >>     > > >     Then I do the make_branches step first.
> Then
> > do a
> >     > > git push
> >     > >     >> in
> >     > >     >>     > > > roayale-asjs
> >     > >     >>     > > >     as per the instructions in the commandline.
> I
> > have
> >     > > never
> >     > >     >> had issues
> >     > >     >>     > > > with
> >     > >     >>     > > >     this step.  It is always the maven step that
> > fails
> >     > > for some
> >     > >     >> reason
> >     > >     >>     > or
> >     > >     >>     > > > the
> >     > >     >>     > > >     other.
> >     > >     >>     > > >
> >     > >     >>     > > >
> >     > >     >>     > > >     > Is make_branches failing trying to run a
> > build in
> >     > > the
> >     > >     >> develop
> >     > >     >>     > > branch
> >     > >     >>     > > > and
> >     > >     >>     > > >     > uploading 0.9.5-SNAPSHOT artifacts?
> >     > >     >>     > > >
> >     > >     >>     > > >
> >     > >     >>     > > >     No
> >     > >     >>     > > >
> >     > >     >>     > > >
> >     > >     >>     > > >     > I supposed we could try to find a way to
> > skip
> >     > that,
> >     > > but
> >     > >     >> you will
> >     > >     >>     > > need
> >     > >     >>     > > >     > reliable uploading to repository.a.o to be
> > an RM
> >     > > without
> >     > >     >> going
> >     > >     >>     > > crazy.
> >     > >     >>     > > >     >
> >     > >     >>     > > >
> >     > >     >>     > > >     Hmm, I use the same internet connection for
> > personal
> >     > > and
> >     > >     >> work
> >     > >     >>     > related
> >     > >     >>     > > >     activities.  I don't usually have issues
> with
> >     > > internet.
> >     > >     >> Either we
> >     > >     >>     > > are
> >     > >     >>     > > > very
> >     > >     >>     > > >     unlucky here or we need a more reselient way
> > to pick
> >     > > up
> >     > >     >> things if
> >     > >     >>     > we
> >     > >     >>     > > > lose
> >     > >     >>     > > >     internet connectivity momentarily.
> >     > >     >>     > > >
> >     > >     >>     > > >     It takes upwards of 90 minutes of uploading
> > stuff. I
> >     > > dont
> >     > >     >> do this
> >     > >     >>     > > kind
> >     > >     >>     > > > of
> >     > >     >>     > > >     uploading for my regular work, so that is
> > probably I
> >     > > have
> >     > >     >> never hit
> >     > >     >>     > > > this
> >     > >     >>     > > >     issue before.
> >     > >     >>     > > >
> >     > >     >>     > > >     I still think that looking into the
> > 'resume-from'
> >     > > directive
> >     > >     >> in
> >     > >     >>     > maven
> >     > >     >>     > > is
> >     > >     >>     > > >     worthwhile.
> >     > >     >>     > > >
> >     > >     >>     > > >     Thanks,
> >     > >     >>     > > >     Om
> >     > >     >>     > > >
> >     > >     >>     > > >
> >     > >     >>     > > >     >
> >     > >     >>     > > >     > -Alex
> >     > >     >>     > > >     >
> >     > >     >>     > > >     > On 10/3/18, 2:11 PM, "OmPrakash
> Muppirala" <
> >     > >     >> bigosmallm@gmail.com
> >     > >     >>     > >
> >     > >     >>     > > > wrote:
> >     > >     >>     > > >     >
> >     > >     >>     > > >     >     On Wed, Oct 3, 2018 at 2:02 PM Alex
> > Harui
> >     > >     >>     > > > <ah...@adobe.com.invalid>
> >     > >     >>     > > >     > wrote:
> >     > >     >>     > > >     >
> >     > >     >>     > > >     >     > Hi Om,
> >     > >     >>     > > >     >     >
> >     > >     >>     > > >     >     > Does anything deploy, or is that the
> > first
> >     > > thing
> >     > >     >> that is
> >     > >     >>     > > > attempted to
> >     > >     >>     > > >     >     > deploy?  I found this article that
> > might
> >     > help:
> >     > >     >>     > > >     >     >
> >     > >     >>     > > >     >     >
> >     > >     >>     > > >     >
> >     > >     >>     > > >
> >     > >     >>     > >
> >     > >     >>     >
> >     > >     >>
> >     > >
> >     >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.apigee.com%2Fquestions%2F50756%2Funable-to-deploy-using-maven-script-due-to-error-r.html&amp;data=02%7C01%7Caharui%40adobe.com%7C7c0ea8e9184948214bd708d62fc6f7bc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748928944002615&amp;sdata=y8kx6qyyaqqCInHK2yXLbXW5UUtnvP93JlY%2FfFFUd4Y%3D&amp;reserved=0
> >     > >     >>     > > >     >
> >     > >     >>     > > >     >
> >     > >     >>     > > >     >     It deployed a lot of artifacts before
> > hitting
> >     > > this
> >     > >     >> error.  I
> >     > >     >>     > > > don't see
> >     > >     >>     > > >     >     anything special with this artifact.
> > So, I am
> >     > >     >> guessing that
> >     > >     >>     > it
> >     > >     >>     > > > was a
> >     > >     >>     > > >     >     momentary bad connection that caused
> > this.
> >     > >     >>     > > >     >
> >     > >     >>     > > >     >
> >     > >     >>     > > >     >     >
> >     > >     >>     > > >     >     >
> >     > >     >>     > > >     >     > I would be concerned about
> restarting
> > from
> >     > the
> >     > >     >> middle of a
> >     > >     >>     > > > Maven
> >     > >     >>     > > >     > call.  I
> >     > >     >>     > > >     >     > suppose you could try it, but what
> if
> > it
> >     > > skipped an
> >     > >     >>     > artifact?
> >     > >     >>     > > >     >     >
> >     > >     >>     > > >     >
> >     > >     >>     > > >     >     The maven error message explicitly
> says
> > this:
> >     > >     >>     > > >     >
> >     > >     >>     > > >     >          [exec] [INFO] [ERROR] After
> > correcting
> >     > the
> >     > >     >> problems, you
> >     > >     >>     > > can
> >     > >     >>     > > >     > resume
> >     > >     >>     > > >     >     the build with the command
> >     > >     >>     > > >     >
> >     > >     >>     > > >     >          [exec] [INFO] [ERROR]   mvn
> > <goals> -rf
> >     > >     >>     > > >     >
> >  :Jewel-Light-NoFlat-Primary-Sunflower-Theme
> >     > >     >>     > > >     >
> >     > >     >>     > > >     >
> >     > >     >>     > > >     >     >
> >     > >     >>     > > >     >     > There should be Ant targets for
> > starting
> >     > only
> >     > > on
> >     > >     >>     > royale-asjs
> >     > >     >>     > > if
> >     > >     >>     > > >     >     > royale-compiler and royale=typedefs
> > worked
> >     > ok.
> >     > >     >>     > > >     >     >
> >     > >     >>     > > >     >     > HTH,
> >     > >     >>     > > >     >     > -Alex
> >     > >     >>     > > >     >     >
> >     > >     >>     > > >     >     > On 10/3/18, 11:58 AM, "OmPrakash
> > Muppirala"
> >     > <
> >     > >     >>     > > > bigosmallm@gmail.com>
> >     > >     >>     > > >     > wrote:
> >     > >     >>     > > >     >     >
> >     > >     >>     > > >     >     >     Another suggestion I have is -
> > can we do
> >     > > all
> >     > >     >> the pushes
> >     > >     >>     > > to
> >     > >     >>     > > >     > remote after
> >     > >     >>     > > >     >     >     everything is done locally?
> That
> > way,
> >     > if
> >     > >     >> something
> >     > >     >>     > goes
> >     > >     >>     > > > wrong
> >     > >     >>     > > >     >     > halfway, we
> >     > >     >>     > > >     >     >     can just delete the royale-*
> dirs
> >     > locally
> >     > > and
> >     > >     >> rerun the
> >     > >     >>     > > >     >     > releasecandiate ant
> >     > >     >>     > > >     >     >     script?
> >     > >     >>     > > >     >     >
> >     > >     >>     > > >     >     >     Not sure if this is an easy
> > change?
> >     > >     >>     > > >     >     >
> >     > >     >>     > > >     >     >     Thanks,
> >     > >     >>     > > >     >     >     Om
> >     > >     >>     > > >     >     >
> >     > >     >>     > > >     >     >     On Wed, Oct 3, 2018 at 11:42 AM
> >     > OmPrakash
> >     > >     >> Muppirala <
> >     > >     >>     > > >     >     > bigosmallm@gmail.com>
> >     > >     >>     > > >     >     >     wrote:
> >     > >     >>     > > >     >     >
> >     > >     >>     > > >     >     >     > Okay, I tried a couple of
> times
> > and I
> >     > > have
> >     > >     >> started
> >     > >     >>     > > > getting
> >     > >     >>     > > >     > `SSL peer
> >     > >     >>     > > >     >     > shut
> >     > >     >>     > > >     >     >     > down incorrectly errors`
> >     > >     >>     > > >     >     >     >
> >     > >     >>     > > >     >     >     >      [exec] [INFO] [INFO]
> >     > >     >>     > > >     >     >     >
> >     > >     >>     > > >     >     >
> >     > >     >>     > > >     >
> >     > >     >>     > > >
> >     > >     >>     >
> >     > >     >>
> >     > >
> > ------------------------------------------------------------------------
> >     > >     >>     > > >     >     >     >
> >     > >     >>     > > >     >     >     >      [exec] [INFO] [INFO]
> BUILD
> >     > FAILURE
> >     > >     >>     > > >     >     >     >
> >     > >     >>     > > >     >     >     >      [exec] [INFO] [INFO]
> >     > >     >>     > > >     >     >     >
> >     > >     >>     > > >     >     >
> >     > >     >>     > > >     >
> >     > >     >>     > > >
> >     > >     >>     >
> >     > >     >>
> >     > >
> > ------------------------------------------------------------------------
> >     > >     >>     > > >     >     >     >
> >     > >     >>     > > >     >     >     >      [exec] [INFO] [INFO]
> Total
> > time:
> >     > > 16:04
> >     > >     >> min
> >     > >     >>     > > >     >     >     >
> >     > >     >>     > > >     >     >     >      [exec] [INFO] [INFO]
> > Finished at:
> >     > >     >>     > > >     > 2018-10-03T11:38:49-07:00
> >     > >     >>     > > >     >     >     >
> >     > >     >>     > > >     >     >     >      [exec] [INFO] [INFO]
> >     > >     >>     > > >     >     >     >
> >     > >     >>     > > >     >     >
> >     > >     >>     > > >     >
> >     > >     >>     > > >
> >     > >     >>     >
> >     > >     >>
> >     > >
> > ------------------------------------------------------------------------
> >     > >     >>     > > >     >     >     >
> >     > >     >>     > > >     >     >     >      [exec] [INFO] [ERROR]
> > Failed to
> >     > > execute
> >     > >     >> goal
> >     > >     >>     > > >     >     >     >
> >     > >     >>     > >
> > org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
> >     > >     >>     > > >     >     > (default-deploy)
> >     > >     >>     > > >     >     >     > on project
> >     > >     >>     > Jewel-Light-NoFlat-Primary-Sunflower-Theme:
> >     > >     >>     > > > Failed
> >     > >     >>     > > >     > to
> >     > >     >>     > > >     >     > deploy
> >     > >     >>     > > >     >     >     > artifacts: Could not transfer
> > artifact
> >     > >     >>     > > >     >     >     >
> >     > >     >>     > > >     >     >
> >     > >     >>     > > >     >
> >     > >     >>     > > >
> >     > >     >>     > >
> >     > >     >>     >
> >     > >     >>
> >     > >
> >     >
> >
> org.apache.royale.framework:Jewel-Light-NoFlat-Primary-Sunflower-Theme:swc:0.9.4
> >     > >     >>     > > >     >     >     > from/to apache.releases.https
> (
> >     > >     >>     > > >     >     >     >
> >     > >     >>     > > >     >     >
> >     > >     >>     > > >     >
> >     > >     >>     > > >
> >     > >     >>     > >
> >     > >     >>     >
> >     > >     >>
> >     > >
> >     >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fservice%2Flocal%2Fstaging%2Fdeploy%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7C7c0ea8e9184948214bd708d62fc6f7bc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748928944002615&amp;sdata=ETJMJdSRyzhfviU%2BcjhQNqaVC5PecGPa3Pu0YBPgS24%3D&amp;reserved=0
> >     > >     >>     > > >     >     > ):
> >     > >     >>     > > >     >     >     > Remote host closed connection
> > during
> >     > >     >> handshake: SSL
> >     > >     >>     > > peer
> >     > >     >>     > > > shut
> >     > >     >>     > > >     > down
> >     > >     >>     > > >     >     >     > incorrectly -> [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]
> >     > >     >>     > > >     >     >     >
> >     > >     >>     > > >     >     >
> >     > >     >>     > > >     >
> >     > >     >>     > > >
> >     > >     >>     > >
> >     > >     >>     >
> >     > >     >>
> >     > >
> >     >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7C7c0ea8e9184948214bd708d62fc6f7bc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748928944002615&amp;sdata=kwdBnwFaYTYepWogQSAyftGXVtwDk7dst%2FIwG5TT8dY%3D&amp;reserved=0
> >     > >     >>     > > >     >     >     >
> >     > >     >>     > > >     >     >     >      [exec] [INFO] [ERROR]
> >     > >     >>     > > >     >     >     >
> >     > >     >>     > > >     >     >     >      [exec] [INFO] [ERROR]
> After
> >     > > correcting
> >     > >     >> the
> >     > >     >>     > > > problems, you
> >     > >     >>     > > >     > can
> >     > >     >>     > > >     >     > resume
> >     > >     >>     > > >     >     >     > the build with the command
> >     > >     >>     > > >     >     >     >
> >     > >     >>     > > >     >     >     >      [exec] [INFO] [ERROR]
>  mvn
> >     > > <goals> -rf
> >     > >     >>     > > >     >     >     >
> >     > > :Jewel-Light-NoFlat-Primary-Sunflower-Theme
> >     > >     >>     > > >     >     >     >
> >     > >     >>     > > >     >     >     >      [exec] [INFO]
> >     > >     >>     > > >     >     >     >
> >     > >     >>     > > >     >     >
> >     > >     >>     > > >     >
> >     > >     >>     > > >
> >     > >     >>     >
> >     > >     >>
> >     > >
> > ------------------------------------------------------------------------
> >     > >     >>     > > >     >     >     >
> >     > >     >>     > > >     >     >     >
> >     > >     >>     > > >     >     >     > I am guessing it is a bad
> > internet
> >     > >     >> connection.  I am
> >     > >     >>     > > > wondering
> >     > >     >>     > > >     > if we
> >     > >     >>     > > >     >     > can
> >     > >     >>     > > >     >     >     > pass a -rf (resume from)
> option
> > to the
> >     > > maven
> >     > >     >> call
> >     > >     >>     > from
> >     > >     >>     > > > ant?
> >     > >     >>     > > >     >     > Otherwise
> >     > >     >>     > > >     >     >     > doing all this from scratch
> > everytime
> >     > > is a
> >     > >     >> big pain.
> >     > >     >>     > > >     >     >     >
> >     > >     >>     > > >     >     >     > Thanks,
> >     > >     >>     > > >     >     >     > Om
> >     > >     >>     > > >     >     >     >
> >     > >     >>     > > >     >     >     > On Wed, Oct 3, 2018 at 12:47
> AM
> > Alex
> >     > > Harui
> >     > >     >>     > > >     > <aharui@adobe.com.invalid
> >     > >     >>     > > >     >     > >
> >     > >     >>     > > >     >     >     > wrote:
> >     > >     >>     > > >     >     >     >
> >     > >     >>     > > >     >     >     >> Looks like it was a missing [
> >     > >     >>     > > >     >     >     >>
> >     > >     >>     > > >     >     >     >> MXRoyale and SparkRoyale
> built
> > for
> >     > me.
> >     > >     >>     > > >     >     >     >>
> >     > >     >>     > > >     >     >     >> HTH,
> >     > >     >>     > > >     >     >     >> -Alex
> >     > >     >>     > > >     >     >     >>
> >     > >     >>     > > >     >     >     >> On 10/3/18, 12:43 AM,
> > "OmPrakash
> >     > > Muppirala" <
> >     > >     >>     > > >     > bigosmallm@gmail.com>
> >     > >     >>     > > >     >     >     >> wrote:
> >     > >     >>     > > >     >     >     >>
> >     > >     >>     > > >     >     >     >>     Thanks!
> >     > >     >>     > > >     >     >     >>
> >     > >     >>     > > >     >     >     >>     I reverted everything
> back
> > to
> >     > > previous
> >     > >     >> state.  I
> >     > >     >>     > > > can give
> >     > >     >>     > > >     > it a
> >     > >     >>     > > >     >     > shot
> >     > >     >>     > > >     >     >     >>     tomorrow evening.
> >     > >     >>     > > >     >     >     >>
> >     > >     >>     > > >     >     >     >>     Regards,
> >     > >     >>     > > >     >     >     >>     Om
> >     > >     >>     > > >     >     >     >>
> >     > >     >>     > > >     >     >     >>     On Wed, Oct 3, 2018 at
> > 12:41 AM
> >     > > Alex
> >     > >     >> Harui
> >     > >     >>     > > >     >     > <ah...@adobe.com.invalid>
> >     > >     >>     > > >     >     >     >> wrote:
> >     > >     >>     > > >     >     >     >>
> >     > >     >>     > > >     >     >     >>     > It was in a releasable
> > state.
> >     > >     >> TourDeFlex was
> >     > >     >>     > > > running
> >     > >     >>     > > >     > on it.
> >     > >     >>     > > >     >     >     >>     >
> >     > >     >>     > > >     >     >     >>     > I'm trying to track
> down
> > the
> >     > > change
> >     > >     >> that broke
> >     > >     >>     > > it.
> >     > >     >>     > > >     >     >     >>     >
> >     > >     >>     > > >     >     >     >>     > -Alex
> >     > >     >>     > > >     >     >     >>     >
> >     > >     >>     > > >     >     >     >>     > On 10/3/18, 12:32 AM,
> >     > "OmPrakash
> >     > >     >> Muppirala" <
> >     > >     >>     > > >     >     > bigosmallm@gmail.com>
> >     > >     >>     > > >     >     >     >> wrote:
> >     > >     >>     > > >     >     >     >>     >
> >     > >     >>     > > >     >     >     >>     >     A bit more
> progress.
> > Now we
> >     > > are
> >     > >     >> failing on
> >     > >     >>     > > the
> >     > >     >>     > > >     > MXRoyale
> >     > >     >>     > > >     >     > project:
> >     > >     >>     > > >     >     >     >>     >
> >     > >     >>     > > >     >     >     >>     >          [exec] [INFO]
> > [INFO]
> >     > >     >>     > > >     >     >     >>     >
> >     > >     >>     > > >     >     >     >>     >
> >     > >     >>     > > >     >     >     >>
> >     > >     >>     > > >     >     >
> >     > >     >>     > > >     >
> >     > >     >>     > > >
> >     > >     >>     >
> >     > >     >>
> >     > >
> > ------------------------------------------------------------------------
> >     > >     >>     > > >     >     >     >>     >
> >     > >     >>     > > >     >     >     >>     >          [exec] [INFO]
> > [INFO]
> >     > > BUILD
> >     > >     >> FAILURE
> >     > >     >>     > > >     >     >     >>     >
> >     > >     >>     > > >     >     >     >>     >          [exec] [INFO]
> > [INFO]
> >     > >     >>     > > >     >     >     >>     >
> >     > >     >>     > > >     >     >     >>     >
> >     > >     >>     > > >     >     >     >>
> >     > >     >>     > > >     >     >
> >     > >     >>     > > >     >
> >     > >     >>     > > >
> >     > >     >>     >
> >     > >     >>
> >     > >
> > ------------------------------------------------------------------------
> >     > >     >>     > > >     >     >     >>     >
> >     > >     >>     > > >     >     >     >>     >          [exec] [INFO]
> > [INFO]
> >     > > Total
> >     > >     >> time:
> >     > >     >>     > 01:34
> >     > >     >>     > > > min
> >     > >     >>     > > >     >     >     >>     >
> >     > >     >>     > > >     >     >     >>     >          [exec] [INFO]
> > [INFO]
> >     > > Finished
> >     > >     >> at:
> >     > >     >>     > > >     >     > 2018-10-03T00:28:14-07:00
> >     > >     >>     > > >     >     >     >>     >
> >     > >     >>     > > >     >     >     >>     >          [exec] [INFO]
> > [INFO]
> >     > >     >>     > > >     >     >     >>     >
> >     > >     >>     > > >     >     >     >>     >
> >     > >     >>     > > >     >     >     >>
> >     > >     >>     > > >     >     >
> >     > >     >>     > > >     >
> >     > >     >>     > > >
> >     > >     >>     >
> >     > >     >>
> >     > >
> > ------------------------------------------------------------------------
> >     > >     >>     > > >     >     >     >>     >
> >     > >     >>     > > >     >     >     >>     >          [exec] [INFO]
> > [ERROR]
> >     > > Failed
> >     > >     >> to
> >     > >     >>     > execute
> >     > >     >>     > > > goal
> >     > >     >>     > > >     >     >     >>     >
> >     > >     >>     > > >     >     >
> >     > >     >>     > > >
> >     > > org.apache.royale.compiler:royale-maven-plugin:0.9.4:compile-as
> >     > >     >>     > > >     >     >     >>     >
>  (default-compile-as)
> > on
> >     > > project
> >     > >     >> MXRoyale:
> >     > >     >>     > > > There were
> >     > >     >>     > > >     >     > errors
> >     > >     >>     > > >     >     >     >> during the
> >     > >     >>     > > >     >     >     >>     >     build. Got return
> > code 3 ->
> >     > > [Help
> >     > >     >> 1]
> >     > >     >>     > > >     >     >



-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: [Discuss] Start release process 0.9.3

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Well, I'm not sure how the framework and typedefs versions got out of sync, but generally, reverting stuff now puts in a state that the next RM will have to spend more time trying to figure out where we are with the branches and especially the tags because your Git GUI keeps overwriting the tags.

I got everything to build for me. It was a matter of syncing up the poms with the Ant configs.  I usually rely on builds.a.o to tell me that I messed up something if I forget to run Maven locally.

-Alex

On 10/11/18, 5:09 PM, "Carlos Rovira" <ca...@apache.org> wrote:

    Hi Alex,
    if you check in actual develop for "0.9.5-SNAPSHOT" and "0.9.4-SNAPSHOT"
    you'll see maven build compiler and typedefs 0.9.5-SNAPSHOT, but when build
    framework, it downloads compiler and typedefs 0.9.4-SNAPSHOT since the
    versions in framework are not updated. This is the reason you don't see any
    fail when building with maven. If you update all to use the same number it
    will fail. I recommend you as well to remove royale folder in your local
    .m2 to see how maven generates compiler and typedefs and then download
    other version.
    
    Maybe the rest of people didn't see this because they use ANT and that
    build system is not affected by the release process. But I think we can't
    left the failed release process without revert it for days, since we are
    all seeing different things.
    
    For example, I was able to run your MX RO example with ANT, but I can make
    it work with Maven, what means to me that I still can't use it since my
    entire project is in maven.
    
    I'm trying to fix this for several hours now and still couldn't test mx RO
    nor working on my project...
    
    I'm closing for today with all messed up. Tomorrow will try again, or will
    need to block me in a branch to be able to continue working.
    
    Thanks
    
    Carlos
    
    
    
    
    
    El vie., 12 oct. 2018 a las 1:53, Alex Harui (<ah...@adobe.com.invalid>)
    escribió:
    
    > The 0.9.4 release branch has been cut.  I have not seen any problems
    > reported against it, so I don't know of any reason to delete it.  Thus, the
    > develop branch should be at 0.9.5-SNAPSHOT.
    >
    > I noticed you messed around with the versions so I have no idea what state
    > we are in, plus I continue to see that tags are being updated.  You will
    > probably have to stop using your Git GUI.  We cannot have tags be modified.
    >
    > -Alex
    >
    > On 10/11/18, 3:14 PM, "Carlos Rovira" <ca...@apache.org> wrote:
    >
    >     Hi,
    >
    >     I'm a bit confused with the actual state of the repo. We should stay in
    >     0.9.4-SNAPSHOT? or 0.9.5-SNAPSHOT?
    >     I'm building with the latest since 1-2 days but removed all royale
    > folder
    >     with all maven artifacts and rebuild from scratch, makes me have mixed
    >     versions, since some artifacts are downloading 0.9.4 instead of use
    > 0.9.5
    >
    >     Piotr, seems nobody  take the request to continue with the release for
    > now,
    >     so I propose to stabilize the repo.
    >
    >     Thoughts?
    >
    >     Carlos
    >
    >
    >
    >
    >
    >     El jue., 11 oct. 2018 a las 20:33, Piotr Zarzycki (<
    >     piotrzarzycki21@gmail.com>) escribió:
    >
    >     > Hi Alex,
    >     >
    >     > Unfortunately in the next couple of days I won't have time for that.
    > If
    >     > someone can do that feel free jump into it.
    >     >
    >     > Piotr
    >     >
    >     > On Thu, Oct 11, 2018, 6:43 PM Alex Harui <ah...@adobe.com.invalid>
    > wrote:
    >     >
    >     > > After digging through the output you pasted, it appears that the
    >     > > "check-empty-folder" target isn't quite right and didn't catch
    > that you
    >     > > didn't run "maven" against an empty folder.  Although I am a bit
    > puzzled
    >     > > why there were modified files in the working copy.
    >     > >
    >     > > Maven and the scripts have some expectation that you are starting
    > from
    >     > the
    >     > > beginning, so if Maven got far enough to create a tag and you have
    > to
    >     > start
    >     > > over, you have to remove the tag.  These scripts are still under
    >     > > development so you should not expect that every situation has been
    >     > > accounted for.
    >     > >
    >     > > So, go delete the tag.  Instructions for doing so are in the
    > wiki.  Maybe
    >     > > figure out why those files were modified, but maybe because your
    > earlier
    >     > > run didn't have the right gpg password.
    >     > >
    >     > > Try changing the check-empty-folder to also test for:
    >     > >
    >     > >         <available file="${basedir}/royale-asjs/build.properties"
    >     > >             type="file"
    >     > >             property="found.build.properties" value="true" />
    >     > >
    >     > > Then it should catch you on the steps where you are supposed to
    > start by
    >     > > pulling down the repos again.
    >     > >
    >     > > If you don't have time for any of that, let us know here so the
    > next RM
    >     > > can know where to start.
    >     > >
    >     > > -Alex
    >     > >
    >     > > On 10/11/18, 2:05 AM, "Piotr Zarzycki" <pi...@gmail.com>
    >     > wrote:
    >     > >
    >     > >     I gave up again :) It costs me to much time. I thought since
    > Om did
    >     > so
    >     > > much
    >     > >     progress I will launch the script and will work. It's still
    > failing.
    >     > >
    >     > >
    >     > >
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FWJ44&amp;data=02%7C01%7Caharui%40adobe.com%7Cc3bd4c7ca4ca49e033fa08d62fd70029%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748997798156342&amp;sdata=04AU3bKvv%2BFR7%2FNhwSQ%2BEsEyXO7M2Cu7yht%2BzXqF8Zg%3D&amp;reserved=0
    >     > >
    >     > >     I run first time and had problem with gpg password - just
    > forgot it,
    >     > > but
    >     > >     run it again and type correct password. Probably first time
    > this tag
    >     > > was
    >     > >     created and now script failing cause tag exits. Never ending
    > story.
    >     > >
    >     > >     I'm in that step - If someone would like to try it out let me
    > know
    >     > and
    >     > > I
    >     > >     won't revert anything for now:
    >     > >
    >     > >     ant -f releasecandidate.xml -Drelease.version="0.9.4"
    >     > > -Dbrowser="c:\Program
    >     > >     Files\Mozilla Firefox\firefox.exe" -Drc=1 maven
    >     > >
    >     > >     Thanks,
    >     > >     Piotr
    >     > >
    >     > >
    >     > >     czw., 11 paź 2018 o 10:13 Piotr Zarzycki <
    > piotrzarzycki21@gmail.com>
    >     > >     napisał(a):
    >     > >
    >     > >     > Hi Alex,
    >     > >     >
    >     > >     > This is what I'm getting for git status for royale-compiler
    > [1]
    >     > >     >
    >     > >     > [1]
    >     > >
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FYuiH&amp;data=02%7C01%7Caharui%40adobe.com%7Cc3bd4c7ca4ca49e033fa08d62fd70029%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748997798156342&amp;sdata=V6PfqmIanDmdLdQgYmUBscdGuV50ZaT1rShzfnMhUgk%3D&amp;reserved=0
    >     > >     >
    >     > >     > Thanks,
    >     > >     > Piotr
    >     > >     >
    >     > >     > śr., 10 paź 2018 o 17:50 Alex Harui <aharui@adobe.com.invalid
    > >
    >     > > napisał(a):
    >     > >     >
    >     > >     >> What does 'git status' return for that local copy of the
    >     > > royale-compiler
    >     > >     >> repo?
    >     > >     >>
    >     > >     >> That part of the script is trying to see if
    > compiler-jburg-types
    >     > and
    >     > >     >> compiler-build-tools needed a version update that needs to
    > be
    >     > > pushed.
    >     > >     >> Those two projects should be at 1.0.0 since we rarely, if
    > ever,
    >     > > will need
    >     > >     >> to modify it.  There shouldn't have been modifications in
    > this
    >     > > release, yet
    >     > >     >> Git status is reporting modifications to some file.  A test
    > is
    >     > done
    >     > > to
    >     > >     >> check for the word "modified:" in the 'git status' output,
    > then
    >     > that
    >     > >     >> attempt to push is executed.  Somehow, the git status is
    > implying
    >     > >     >> modifications but the files we are trying to push are not
    >     > modified.
    >     > >     >>
    >     > >     >> The solutions should not require reverting of the release
    > branch.
    >     > > It
    >     > >     >> looks like you have successfully created a correct set of
    > branches
    >     > > and the
    >     > >     >> steps you are running start by pulling down the release
    > branch.  I
    >     > > didn't
    >     > >     >> see any commits to the release branch from the scripts, so
    > to
    >     > > re-start, it
    >     > >     >> should just be manually deleting the local copies of the
    > repos and
    >     > > running
    >     > >     >> the Ant command again after making one of the changes to
    >     > >     >> releasecandidate.xml I will describe below:
    >     > >     >>
    >     > >     >> IMO, the choices are (and there may be more choices)
    >     > >     >> 1.  Figure out how to be smarter about what 'git status'
    > output
    >     > > will say
    >     > >     >> so the test works correctly
    >     > >     >> 2. Set failonerror="false" on the push step and not care if
    > that
    >     > > push
    >     > >     >> succeeds.  This is slightly risky if we ever do want to push
    >     > > changes, but
    >     > >     >> again, that is low probability, IMO.
    >     > >     >> 3. Comment out those steps since it will be rare we will
    > need
    >     > > them.  If
    >     > >     >> we do need them some day, the RM will have to remember to
    >     > uncomment
    >     > > those
    >     > >     >> steps.
    >     > >     >>
    >     > >     >> HTH,
    >     > >     >> -Alex
    >     > >     >>
    >     > >     >> On 10/10/18, 2:52 AM, "Piotr Zarzycki" <
    > piotrzarzycki21@gmail.com
    >     > >
    >     > >     >> wrote:
    >     > >     >>
    >     > >     >>     Ok It's failed :) However I passed step 3 in
    > instruction. Step
    >     > > 4 is
    >     > >     >> failing
    >     > >     >>     [1] - if someone know what could it be - I will wait
    > with
    >     > > reverting
    >     > >     >> changes.
    >     > >     >>
    >     > >     >>     Lines in stacktrace are pointing in ant script to
    > following
    >     > > targets:
    >     > >     >>
    >     > >     >>     Line 556: git-commit-and-push-utils
    >     > >     >>     Line 487: git-commit-and-push-utils-if-modified
    >     > >     >>     Line 473:
    >     > >     >>
    >     > >     >>     <exec executable="${git}" dir="${compiler}"
    >     > failonerror="true" >
    >     > >     >>                 <arg value="commit" />
    >     > >     >>                 <arg value="-m" />
    >     > >     >>                 <arg value="remove SNAPSHOT from
    >     > > compiler-jburg-types and
    >     > >     >>     compiler-build-tools versions" />
    >     > >     >>             </exec>
    >     > >     >>
    >     > >     >>     [1]
    >     > >     >>
    >     > >
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2Fbg5e&amp;data=02%7C01%7Caharui%40adobe.com%7Cc3bd4c7ca4ca49e033fa08d62fd70029%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748997798166351&amp;sdata=8QIX1bRLDadx8Sw%2BPkcXm7u2Ys7mVcmTRJQqKquMkyg%3D&amp;reserved=0
    >     > >     >>
    >     > >     >>     Thanks,
    >     > >     >>     Piotr
    >     > >     >>
    >     > >     >>
    >     > >     >>     śr., 10 paź 2018 o 11:34 Carlos Rovira <
    >     > carlosrovira@apache.org
    >     > > >
    >     > >     >> napisał(a):
    >     > >     >>
    >     > >     >>     > Ok Piotr, good luck! :)
    >     > >     >>     >
    >     > >     >>     > El mié., 10 oct. 2018 a las 10:34, Piotr Zarzycki (<
    >     > >     >>     > piotrzarzycki21@gmail.com>) escribió:
    >     > >     >>     >
    >     > >     >>     > > Hi Guys,
    >     > >     >>     > >
    >     > >     >>     > > I will try right now process from my PC. We will
    > see how
    >     > > far I
    >     > >     >> will go
    >     > >     >>     > with
    >     > >     >>     > > that.
    >     > >     >>     > >
    >     > >     >>     > > Piotr
    >     > >     >>     > >
    >     > >     >>     > > czw., 4 paź 2018 o 22:01 Alex Harui
    >     > > <ah...@adobe.com.invalid>
    >     > >     >>     > napisał(a):
    >     > >     >>     > >
    >     > >     >>     > > > Hi Om,
    >     > >     >>     > > >
    >     > >     >>     > > > If make_branches succeeds, then you shouldn't
    > need to go
    >     > > back
    >     > >     >> and
    >     > >     >>     > delete
    >     > >     >>     > > > branches and tags and run make_branches again if
    > the
    >     > > "maven"
    >     > >     >> step
    >     > >     >>     > fails.
    >     > >     >>     > > >
    >     > >     >>     > > > You might need to revert any changes to the
    > release
    >     > > branch that
    >     > >     >> the
    >     > >     >>     > > > "maven" step did, but then you should be able to
    > delete
    >     > > the
    >     > >     >> local copy
    >     > >     >>     > of
    >     > >     >>     > > > the branches and start again with "maven" or
    >     > >     >>     > > > "maven_skip_compiler_and_typedefs" if you got all
    > the
    >     > way
    >     > > up to
    >     > >     >>     > > royale-asjs.
    >     > >     >>     > > >
    >     > >     >>     > > > What are some of the 200+ files that don't get
    > reverted
    >     > > back to
    >     > >     >> 0.9.4?
    >     > >     >>     > > >
    >     > >     >>     > > > You are welcome to try to add the "continue"
    > option.  I
    >     > > would
    >     > >     >> suggest
    >     > >     >>     > > > adding a dummy parameter.  So if the script
    > currently
    >     > > calls
    >     > >     >> Maven like
    >     > >     >>     > > this:
    >     > >     >>     > > >
    >     > >     >>     > > >         <exec executable="${mvn}"
    >     > >     >> dir="${basedir}/maven-release-plugin"
    >     > >     >>     > > > failonerror="true" >
    >     > >     >>     > > >             <arg value="clean" />
    >     > >     >>     > > >             <arg value="install" />
    >     > >     >>     > > >         </exec>
    >     > >     >>     > > >
    >     > >     >>     > > > You can try changing it to something like this:
    >     > >     >>     > > >
    >     > >     >>     > > >         <property name="continueOption"
    >     > value="-Ddummy=0"
    >     > > />
    >     > >     >>     > > >         <exec executable="${mvn}"
    >     > >     >> dir="${basedir}/maven-release-plugin"
    >     > >     >>     > > > failonerror="true" >
    >     > >     >>     > > >             <arg value="${continueOption}" />
    >     > >     >>     > > >             <arg value="clean" />
    >     > >     >>     > > >             <arg value="install" />
    >     > >     >>     > > >         </exec>
    >     > >     >>     > > >
    >     > >     >>     > > > Then you should be able to set in your
    > local.properties:
    >     > >     >>     > > >
    >     > >     >>     > > > continueOption=-rf JewelExample
    >     > >     >>     > > >
    >     > >     >>     > > > You will probably need to use different names for
    > each
    >     > > call to
    >     > >     >> Maven so
    >     > >     >>     > > > subsequent Maven calls don't pick up the same
    > option.
    >     > >     >>     > > >
    >     > >     >>     > > > HTH,
    >     > >     >>     > > > -Alex
    >     > >     >>     > > >
    >     > >     >>     > > > On 10/4/18, 11:58 AM, "OmPrakash Muppirala" <
    >     > >     >> bigosmallm@gmail.com>
    >     > >     >>     > > wrote:
    >     > >     >>     > > >
    >     > >     >>     > > >     On Thu, Oct 4, 2018 at 1:48 AM Alex Harui
    >     > >     >> <aharui@adobe.com.invalid
    >     > >     >>     > >
    >     > >     >>     > > > wrote:
    >     > >     >>     > > >
    >     > >     >>     > > >     > Om, it looks like you are still deleting and
    >     > > recreating
    >     > >     >> the
    >     > >     >>     > > branches.
    >     > >     >>     > > >     > Does this mean you have never completed the
    >     > > make_branches
    >     > >     >> step?
    >     > >     >>     > > >
    >     > >     >>     > > >
    >     > >     >>     > > >     Yes, I delete the tags, branches (remote)
    > each time
    >     > >     >> something
    >     > >     >>     > fails.
    >     > >     >>     > > > Then
    >     > >     >>     > > >     I do a global search for 0.9.5 and replace it
    > with
    >     > > 0.9.4
    >     > >     >> (some 200+
    >     > >     >>     > > > files
    >     > >     >>     > > >     across 3 repos), then push them into
    > remote/develop.
    >     > >     >>     > > >
    >     > >     >>     > > >     Then I do the make_branches step first.  Then
    > do a
    >     > > git push
    >     > >     >> in
    >     > >     >>     > > > roayale-asjs
    >     > >     >>     > > >     as per the instructions in the commandline. I
    > have
    >     > > never
    >     > >     >> had issues
    >     > >     >>     > > > with
    >     > >     >>     > > >     this step.  It is always the maven step that
    > fails
    >     > > for some
    >     > >     >> reason
    >     > >     >>     > or
    >     > >     >>     > > > the
    >     > >     >>     > > >     other.
    >     > >     >>     > > >
    >     > >     >>     > > >
    >     > >     >>     > > >     > Is make_branches failing trying to run a
    > build in
    >     > > the
    >     > >     >> develop
    >     > >     >>     > > branch
    >     > >     >>     > > > and
    >     > >     >>     > > >     > uploading 0.9.5-SNAPSHOT artifacts?
    >     > >     >>     > > >
    >     > >     >>     > > >
    >     > >     >>     > > >     No
    >     > >     >>     > > >
    >     > >     >>     > > >
    >     > >     >>     > > >     > I supposed we could try to find a way to
    > skip
    >     > that,
    >     > > but
    >     > >     >> you will
    >     > >     >>     > > need
    >     > >     >>     > > >     > reliable uploading to repository.a.o to be
    > an RM
    >     > > without
    >     > >     >> going
    >     > >     >>     > > crazy.
    >     > >     >>     > > >     >
    >     > >     >>     > > >
    >     > >     >>     > > >     Hmm, I use the same internet connection for
    > personal
    >     > > and
    >     > >     >> work
    >     > >     >>     > related
    >     > >     >>     > > >     activities.  I don't usually have issues with
    >     > > internet.
    >     > >     >> Either we
    >     > >     >>     > > are
    >     > >     >>     > > > very
    >     > >     >>     > > >     unlucky here or we need a more reselient way
    > to pick
    >     > > up
    >     > >     >> things if
    >     > >     >>     > we
    >     > >     >>     > > > lose
    >     > >     >>     > > >     internet connectivity momentarily.
    >     > >     >>     > > >
    >     > >     >>     > > >     It takes upwards of 90 minutes of uploading
    > stuff. I
    >     > > dont
    >     > >     >> do this
    >     > >     >>     > > kind
    >     > >     >>     > > > of
    >     > >     >>     > > >     uploading for my regular work, so that is
    > probably I
    >     > > have
    >     > >     >> never hit
    >     > >     >>     > > > this
    >     > >     >>     > > >     issue before.
    >     > >     >>     > > >
    >     > >     >>     > > >     I still think that looking into the
    > 'resume-from'
    >     > > directive
    >     > >     >> in
    >     > >     >>     > maven
    >     > >     >>     > > is
    >     > >     >>     > > >     worthwhile.
    >     > >     >>     > > >
    >     > >     >>     > > >     Thanks,
    >     > >     >>     > > >     Om
    >     > >     >>     > > >
    >     > >     >>     > > >
    >     > >     >>     > > >     >
    >     > >     >>     > > >     > -Alex
    >     > >     >>     > > >     >
    >     > >     >>     > > >     > On 10/3/18, 2:11 PM, "OmPrakash Muppirala" <
    >     > >     >> bigosmallm@gmail.com
    >     > >     >>     > >
    >     > >     >>     > > > wrote:
    >     > >     >>     > > >     >
    >     > >     >>     > > >     >     On Wed, Oct 3, 2018 at 2:02 PM Alex
    > Harui
    >     > >     >>     > > > <ah...@adobe.com.invalid>
    >     > >     >>     > > >     > wrote:
    >     > >     >>     > > >     >
    >     > >     >>     > > >     >     > Hi Om,
    >     > >     >>     > > >     >     >
    >     > >     >>     > > >     >     > Does anything deploy, or is that the
    > first
    >     > > thing
    >     > >     >> that is
    >     > >     >>     > > > attempted to
    >     > >     >>     > > >     >     > deploy?  I found this article that
    > might
    >     > help:
    >     > >     >>     > > >     >     >
    >     > >     >>     > > >     >     >
    >     > >     >>     > > >     >
    >     > >     >>     > > >
    >     > >     >>     > >
    >     > >     >>     >
    >     > >     >>
    >     > >
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.apigee.com%2Fquestions%2F50756%2Funable-to-deploy-using-maven-script-due-to-error-r.html&amp;data=02%7C01%7Caharui%40adobe.com%7Cc3bd4c7ca4ca49e033fa08d62fd70029%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748997798166351&amp;sdata=VXpN3fuhzLz3Gp1sGHfXMkRI80cB5%2F%2Bo0dJKdPb3cCw%3D&amp;reserved=0
    >     > >     >>     > > >     >
    >     > >     >>     > > >     >
    >     > >     >>     > > >     >     It deployed a lot of artifacts before
    > hitting
    >     > > this
    >     > >     >> error.  I
    >     > >     >>     > > > don't see
    >     > >     >>     > > >     >     anything special with this artifact.
    > So, I am
    >     > >     >> guessing that
    >     > >     >>     > it
    >     > >     >>     > > > was a
    >     > >     >>     > > >     >     momentary bad connection that caused
    > this.
    >     > >     >>     > > >     >
    >     > >     >>     > > >     >
    >     > >     >>     > > >     >     >
    >     > >     >>     > > >     >     >
    >     > >     >>     > > >     >     > I would be concerned about restarting
    > from
    >     > the
    >     > >     >> middle of a
    >     > >     >>     > > > Maven
    >     > >     >>     > > >     > call.  I
    >     > >     >>     > > >     >     > suppose you could try it, but what if
    > it
    >     > > skipped an
    >     > >     >>     > artifact?
    >     > >     >>     > > >     >     >
    >     > >     >>     > > >     >
    >     > >     >>     > > >     >     The maven error message explicitly says
    > this:
    >     > >     >>     > > >     >
    >     > >     >>     > > >     >          [exec] [INFO] [ERROR] After
    > correcting
    >     > the
    >     > >     >> problems, you
    >     > >     >>     > > can
    >     > >     >>     > > >     > resume
    >     > >     >>     > > >     >     the build with the command
    >     > >     >>     > > >     >
    >     > >     >>     > > >     >          [exec] [INFO] [ERROR]   mvn
    > <goals> -rf
    >     > >     >>     > > >     >
    >  :Jewel-Light-NoFlat-Primary-Sunflower-Theme
    >     > >     >>     > > >     >
    >     > >     >>     > > >     >
    >     > >     >>     > > >     >     >
    >     > >     >>     > > >     >     > There should be Ant targets for
    > starting
    >     > only
    >     > > on
    >     > >     >>     > royale-asjs
    >     > >     >>     > > if
    >     > >     >>     > > >     >     > royale-compiler and royale=typedefs
    > worked
    >     > ok.
    >     > >     >>     > > >     >     >
    >     > >     >>     > > >     >     > HTH,
    >     > >     >>     > > >     >     > -Alex
    >     > >     >>     > > >     >     >
    >     > >     >>     > > >     >     > On 10/3/18, 11:58 AM, "OmPrakash
    > Muppirala"
    >     > <
    >     > >     >>     > > > bigosmallm@gmail.com>
    >     > >     >>     > > >     > wrote:
    >     > >     >>     > > >     >     >
    >     > >     >>     > > >     >     >     Another suggestion I have is -
    > can we do
    >     > > all
    >     > >     >> the pushes
    >     > >     >>     > > to
    >     > >     >>     > > >     > remote after
    >     > >     >>     > > >     >     >     everything is done locally?  That
    > way,
    >     > if
    >     > >     >> something
    >     > >     >>     > goes
    >     > >     >>     > > > wrong
    >     > >     >>     > > >     >     > halfway, we
    >     > >     >>     > > >     >     >     can just delete the royale-* dirs
    >     > locally
    >     > > and
    >     > >     >> rerun the
    >     > >     >>     > > >     >     > releasecandiate ant
    >     > >     >>     > > >     >     >     script?
    >     > >     >>     > > >     >     >
    >     > >     >>     > > >     >     >     Not sure if this is an easy
    > change?
    >     > >     >>     > > >     >     >
    >     > >     >>     > > >     >     >     Thanks,
    >     > >     >>     > > >     >     >     Om
    >     > >     >>     > > >     >     >
    >     > >     >>     > > >     >     >     On Wed, Oct 3, 2018 at 11:42 AM
    >     > OmPrakash
    >     > >     >> Muppirala <
    >     > >     >>     > > >     >     > bigosmallm@gmail.com>
    >     > >     >>     > > >     >     >     wrote:
    >     > >     >>     > > >     >     >
    >     > >     >>     > > >     >     >     > Okay, I tried a couple of times
    > and I
    >     > > have
    >     > >     >> started
    >     > >     >>     > > > getting
    >     > >     >>     > > >     > `SSL peer
    >     > >     >>     > > >     >     > shut
    >     > >     >>     > > >     >     >     > down incorrectly errors`
    >     > >     >>     > > >     >     >     >
    >     > >     >>     > > >     >     >     >      [exec] [INFO] [INFO]
    >     > >     >>     > > >     >     >     >
    >     > >     >>     > > >     >     >
    >     > >     >>     > > >     >
    >     > >     >>     > > >
    >     > >     >>     >
    >     > >     >>
    >     > >
    > ------------------------------------------------------------------------
    >     > >     >>     > > >     >     >     >
    >     > >     >>     > > >     >     >     >      [exec] [INFO] [INFO] BUILD
    >     > FAILURE
    >     > >     >>     > > >     >     >     >
    >     > >     >>     > > >     >     >     >      [exec] [INFO] [INFO]
    >     > >     >>     > > >     >     >     >
    >     > >     >>     > > >     >     >
    >     > >     >>     > > >     >
    >     > >     >>     > > >
    >     > >     >>     >
    >     > >     >>
    >     > >
    > ------------------------------------------------------------------------
    >     > >     >>     > > >     >     >     >
    >     > >     >>     > > >     >     >     >      [exec] [INFO] [INFO] Total
    > time:
    >     > > 16:04
    >     > >     >> min
    >     > >     >>     > > >     >     >     >
    >     > >     >>     > > >     >     >     >      [exec] [INFO] [INFO]
    > Finished at:
    >     > >     >>     > > >     > 2018-10-03T11:38:49-07:00
    >     > >     >>     > > >     >     >     >
    >     > >     >>     > > >     >     >     >      [exec] [INFO] [INFO]
    >     > >     >>     > > >     >     >     >
    >     > >     >>     > > >     >     >
    >     > >     >>     > > >     >
    >     > >     >>     > > >
    >     > >     >>     >
    >     > >     >>
    >     > >
    > ------------------------------------------------------------------------
    >     > >     >>     > > >     >     >     >
    >     > >     >>     > > >     >     >     >      [exec] [INFO] [ERROR]
    > Failed to
    >     > > execute
    >     > >     >> goal
    >     > >     >>     > > >     >     >     >
    >     > >     >>     > >
    > org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
    >     > >     >>     > > >     >     > (default-deploy)
    >     > >     >>     > > >     >     >     > on project
    >     > >     >>     > Jewel-Light-NoFlat-Primary-Sunflower-Theme:
    >     > >     >>     > > > Failed
    >     > >     >>     > > >     > to
    >     > >     >>     > > >     >     > deploy
    >     > >     >>     > > >     >     >     > artifacts: Could not transfer
    > artifact
    >     > >     >>     > > >     >     >     >
    >     > >     >>     > > >     >     >
    >     > >     >>     > > >     >
    >     > >     >>     > > >
    >     > >     >>     > >
    >     > >     >>     >
    >     > >     >>
    >     > >
    >     >
    > org.apache.royale.framework:Jewel-Light-NoFlat-Primary-Sunflower-Theme:swc:0.9.4
    >     > >     >>     > > >     >     >     > from/to apache.releases.https (
    >     > >     >>     > > >     >     >     >
    >     > >     >>     > > >     >     >
    >     > >     >>     > > >     >
    >     > >     >>     > > >
    >     > >     >>     > >
    >     > >     >>     >
    >     > >     >>
    >     > >
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fservice%2Flocal%2Fstaging%2Fdeploy%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7Cc3bd4c7ca4ca49e033fa08d62fd70029%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748997798166351&amp;sdata=FBIJE6n26K1KLRg1uPYmWgDQBdSxGPezWe1jPsygaRM%3D&amp;reserved=0
    >     > >     >>     > > >     >     > ):
    >     > >     >>     > > >     >     >     > Remote host closed connection
    > during
    >     > >     >> handshake: SSL
    >     > >     >>     > > peer
    >     > >     >>     > > > shut
    >     > >     >>     > > >     > down
    >     > >     >>     > > >     >     >     > incorrectly -> [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]
    >     > >     >>     > > >     >     >     >
    >     > >     >>     > > >     >     >
    >     > >     >>     > > >     >
    >     > >     >>     > > >
    >     > >     >>     > >
    >     > >     >>     >
    >     > >     >>
    >     > >
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cc3bd4c7ca4ca49e033fa08d62fd70029%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748997798166351&amp;sdata=%2FCxIjEx0Ie5WIAlj3gn9C3nirnuoa2kgvxz1Ov3drwQ%3D&amp;reserved=0
    >     > >     >>     > > >     >     >     >
    >     > >     >>     > > >     >     >     >      [exec] [INFO] [ERROR]
    >     > >     >>     > > >     >     >     >
    >     > >     >>     > > >     >     >     >      [exec] [INFO] [ERROR] After
    >     > > correcting
    >     > >     >> the
    >     > >     >>     > > > problems, you
    >     > >     >>     > > >     > can
    >     > >     >>     > > >     >     > resume
    >     > >     >>     > > >     >     >     > the build with the command
    >     > >     >>     > > >     >     >     >
    >     > >     >>     > > >     >     >     >      [exec] [INFO] [ERROR]   mvn
    >     > > <goals> -rf
    >     > >     >>     > > >     >     >     >
    >     > > :Jewel-Light-NoFlat-Primary-Sunflower-Theme
    >     > >     >>     > > >     >     >     >
    >     > >     >>     > > >     >     >     >      [exec] [INFO]
    >     > >     >>     > > >     >     >     >
    >     > >     >>     > > >     >     >
    >     > >     >>     > > >     >
    >     > >     >>     > > >
    >     > >     >>     >
    >     > >     >>
    >     > >
    > ------------------------------------------------------------------------
    >     > >     >>     > > >     >     >     >
    >     > >     >>     > > >     >     >     >
    >     > >     >>     > > >     >     >     > I am guessing it is a bad
    > internet
    >     > >     >> connection.  I am
    >     > >     >>     > > > wondering
    >     > >     >>     > > >     > if we
    >     > >     >>     > > >     >     > can
    >     > >     >>     > > >     >     >     > pass a -rf (resume from) option
    > to the
    >     > > maven
    >     > >     >> call
    >     > >     >>     > from
    >     > >     >>     > > > ant?
    >     > >     >>     > > >     >     > Otherwise
    >     > >     >>     > > >     >     >     > doing all this from scratch
    > everytime
    >     > > is a
    >     > >     >> big pain.
    >     > >     >>     > > >     >     >     >
    >     > >     >>     > > >     >     >     > Thanks,
    >     > >     >>     > > >     >     >     > Om
    >     > >     >>     > > >     >     >     >
    >     > >     >>     > > >     >     >     > On Wed, Oct 3, 2018 at 12:47 AM
    > Alex
    >     > > Harui
    >     > >     >>     > > >     > <aharui@adobe.com.invalid
    >     > >     >>     > > >     >     > >
    >     > >     >>     > > >     >     >     > wrote:
    >     > >     >>     > > >     >     >     >
    >     > >     >>     > > >     >     >     >> Looks like it was a missing [
    >     > >     >>     > > >     >     >     >>
    >     > >     >>     > > >     >     >     >> MXRoyale and SparkRoyale built
    > for
    >     > me.
    >     > >     >>     > > >     >     >     >>
    >     > >     >>     > > >     >     >     >> HTH,
    >     > >     >>     > > >     >     >     >> -Alex
    >     > >     >>     > > >     >     >     >>
    >     > >     >>     > > >     >     >     >> On 10/3/18, 12:43 AM,
    > "OmPrakash
    >     > > Muppirala" <
    >     > >     >>     > > >     > bigosmallm@gmail.com>
    >     > >     >>     > > >     >     >     >> wrote:
    >     > >     >>     > > >     >     >     >>
    >     > >     >>     > > >     >     >     >>     Thanks!
    >     > >     >>     > > >     >     >     >>
    >     > >     >>     > > >     >     >     >>     I reverted everything back
    > to
    >     > > previous
    >     > >     >> state.  I
    >     > >     >>     > > > can give
    >     > >     >>     > > >     > it a
    >     > >     >>     > > >     >     > shot
    >     > >     >>     > > >     >     >     >>     tomorrow evening.
    >     > >     >>     > > >     >     >     >>
    >     > >     >>     > > >     >     >     >>     Regards,
    >     > >     >>     > > >     >     >     >>     Om
    >     > >     >>     > > >     >     >     >>
    >     > >     >>     > > >     >     >     >>     On Wed, Oct 3, 2018 at
    > 12:41 AM
    >     > > Alex
    >     > >     >> Harui
    >     > >     >>     > > >     >     > <ah...@adobe.com.invalid>
    >     > >     >>     > > >     >     >     >> wrote:
    >     > >     >>     > > >     >     >     >>
    >     > >     >>     > > >     >     >     >>     > It was in a releasable
    > state.
    >     > >     >> TourDeFlex was
    >     > >     >>     > > > running
    >     > >     >>     > > >     > on it.
    >     > >     >>     > > >     >     >     >>     >
    >     > >     >>     > > >     >     >     >>     > I'm trying to track down
    > the
    >     > > change
    >     > >     >> that broke
    >     > >     >>     > > it.
    >     > >     >>     > > >     >     >     >>     >
    >     > >     >>     > > >     >     >     >>     > -Alex
    >     > >     >>     > > >     >     >     >>     >
    >     > >     >>     > > >     >     >     >>     > On 10/3/18, 12:32 AM,
    >     > "OmPrakash
    >     > >     >> Muppirala" <
    >     > >     >>     > > >     >     > bigosmallm@gmail.com>
    >     > >     >>     > > >     >     >     >> wrote:
    >     > >     >>     > > >     >     >     >>     >
    >     > >     >>     > > >     >     >     >>     >     A bit more progress.
    > Now we
    >     > > are
    >     > >     >> failing on
    >     > >     >>     > > the
    >     > >     >>     > > >     > MXRoyale
    >     > >     >>     > > >     >     > project:
    >     > >     >>     > > >     >     >     >>     >
    >     > >     >>     > > >     >     >     >>     >          [exec] [INFO]
    > [INFO]
    >     > >     >>     > > >     >     >     >>     >
    >     > >     >>     > > >     >     >     >>     >
    >     > >     >>     > > >     >     >     >>
    >     > >     >>     > > >     >     >
    >     > >     >>     > > >     >
    >     > >     >>     > > >
    >     > >     >>     >
    >     > >     >>
    >     > >
    > ------------------------------------------------------------------------
    >     > >     >>     > > >     >     >     >>     >
    >     > >     >>     > > >     >     >     >>     >          [exec] [INFO]
    > [INFO]
    >     > > BUILD
    >     > >     >> FAILURE
    >     > >     >>     > > >     >     >     >>     >
    >     > >     >>     > > >     >     >     >>     >          [exec] [INFO]
    > [INFO]
    >     > >     >>     > > >     >     >     >>     >
    >     > >     >>     > > >     >     >     >>     >
    >     > >     >>     > > >     >     >     >>
    >     > >     >>     > > >     >     >
    >     > >     >>     > > >     >
    >     > >     >>     > > >
    >     > >     >>     >
    >     > >     >>
    >     > >
    > ------------------------------------------------------------------------
    >     > >     >>     > > >     >     >     >>     >
    >     > >     >>     > > >     >     >     >>     >          [exec] [INFO]
    > [INFO]
    >     > > Total
    >     > >     >> time:
    >     > >     >>     > 01:34
    >     > >     >>     > > > min
    >     > >     >>     > > >     >     >     >>     >
    >     > >     >>     > > >     >     >     >>     >          [exec] [INFO]
    > [INFO]
    >     > > Finished
    >     > >     >> at:
    >     > >     >>     > > >     >     > 2018-10-03T00:28:14-07:00
    >     > >     >>     > > >     >     >     >>     >
    >     > >     >>     > > >     >     >     >>     >          [exec] [INFO]
    > [INFO]
    >     > >     >>     > > >     >     >     >>     >
    >     > >     >>     > > >     >     >     >>     >
    >     > >     >>     > > >     >     >     >>
    >     > >     >>     > > >     >     >
    >     > >     >>     > > >     >
    >     > >     >>     > > >
    >     > >     >>     >
    >     > >     >>
    >     > >
    > ------------------------------------------------------------------------
    >     > >     >>     > > >     >     >     >>     >
    >     > >     >>     > > >     >     >     >>     >          [exec] [INFO]
    > [ERROR]
    >     > > Failed
    >     > >     >> to
    >     > >     >>     > execute
    >     > >     >>     > > > goal
    >     > >     >>     > > >     >     >     >>     >
    >     > >     >>     > > >     >     >
    >     > >     >>     > > >
    >     > > org.apache.royale.compiler:royale-maven-plugin:0.9.4:compile-as
    >     > >     >>     > > >     >     >     >>     >     (default-compile-as)
    > on
    >     > > project
    >     > >     >> MXRoyale:
    >     > >     >>     > > > There were
    >     > >     >>     > > >     >     > errors
    >     > >     >>     > > >     >     >     >> during the
    >     > >     >>     > > >     >     >     >>     >     build. Got return
    > code 3 ->
    >     > > [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]
    >     > >     >>     > > >     >     >     >>     >
    >     > >     >>     > > >     >     >     >>     >
    >     > >     >>     > > >     >     >     >>
    >     > >     >>     > > >     >     >
    >     > >     >>     > > >     >
    >     > >     >>     > > >
    >     > >     >>     > >
    >     > >     >>     >
    >     > >     >>
    >     > >
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cc3bd4c7ca4ca49e033fa08d62fd70029%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748997798166351&amp;sdata=%2FCxIjEx0Ie5WIAlj3gn9C3nirnuoa2kgvxz1Ov3drwQ%3D&amp;reserved=0
    >     > >     >>     > > >     >     >     >>     >
    >     > >     >>     > > >     >     >     >>     >          [exec] [INFO]
    > [ERROR]
    >     > >     >>     > > >     >     >     >>     >
    >     > >     >>     > > >     >     >     >>     >          [exec] [INFO]
    > [ERROR]
    >     > > After
    >     > >     >>     > correcting
    >     > >     >>     > > > the
    >     > >     >>     > > >     > problems,
    >     > >     >>     > > >     >     > you
    >     > >     >>     > > >     >     >     >> can
    >     > >     >>     > > >     >     >     >>     > resume
    >     > >     >>     > > >     >     >     >>     >     the build with the
    > command
    >     > >     >>     > > >     >     >     >>     >
    >     > >     >>     > > >     >     >     >>     >          [exec] [INFO]
    > [ERROR]
    >     > >  mvn
    >     > >     >> <goals>
    >     > >     >>     > -rf
    >     > >     >>     > > >     > :MXRoyale
    >     > >     >>     > > >     >     >     >>     >
    >     > >     >>     > > >     >     >     >>     >
    >     > >     >>     > > >     >     >     >>     >     Can we perhaps turn
    > this
    >     > > project
    >     > >     >> off?  Is
    >     > >     >>     > it
    >
    
    
    
    -- 
    Carlos Rovira
    https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cc3bd4c7ca4ca49e033fa08d62fd70029%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748997798166351&amp;sdata=5s7Jm287MsgSVAQy3DOnMw%2BDI1T1HGOupHCeBamqF4Q%3D&amp;reserved=0
    


Re: [Discuss] Start release process 0.9.3

Posted by Carlos Rovira <ca...@apache.org>.
Hi Alex,
if you check in actual develop for "0.9.5-SNAPSHOT" and "0.9.4-SNAPSHOT"
you'll see maven build compiler and typedefs 0.9.5-SNAPSHOT, but when build
framework, it downloads compiler and typedefs 0.9.4-SNAPSHOT since the
versions in framework are not updated. This is the reason you don't see any
fail when building with maven. If you update all to use the same number it
will fail. I recommend you as well to remove royale folder in your local
.m2 to see how maven generates compiler and typedefs and then download
other version.

Maybe the rest of people didn't see this because they use ANT and that
build system is not affected by the release process. But I think we can't
left the failed release process without revert it for days, since we are
all seeing different things.

For example, I was able to run your MX RO example with ANT, but I can make
it work with Maven, what means to me that I still can't use it since my
entire project is in maven.

I'm trying to fix this for several hours now and still couldn't test mx RO
nor working on my project...

I'm closing for today with all messed up. Tomorrow will try again, or will
need to block me in a branch to be able to continue working.

Thanks

Carlos





El vie., 12 oct. 2018 a las 1:53, Alex Harui (<ah...@adobe.com.invalid>)
escribió:

> The 0.9.4 release branch has been cut.  I have not seen any problems
> reported against it, so I don't know of any reason to delete it.  Thus, the
> develop branch should be at 0.9.5-SNAPSHOT.
>
> I noticed you messed around with the versions so I have no idea what state
> we are in, plus I continue to see that tags are being updated.  You will
> probably have to stop using your Git GUI.  We cannot have tags be modified.
>
> -Alex
>
> On 10/11/18, 3:14 PM, "Carlos Rovira" <ca...@apache.org> wrote:
>
>     Hi,
>
>     I'm a bit confused with the actual state of the repo. We should stay in
>     0.9.4-SNAPSHOT? or 0.9.5-SNAPSHOT?
>     I'm building with the latest since 1-2 days but removed all royale
> folder
>     with all maven artifacts and rebuild from scratch, makes me have mixed
>     versions, since some artifacts are downloading 0.9.4 instead of use
> 0.9.5
>
>     Piotr, seems nobody  take the request to continue with the release for
> now,
>     so I propose to stabilize the repo.
>
>     Thoughts?
>
>     Carlos
>
>
>
>
>
>     El jue., 11 oct. 2018 a las 20:33, Piotr Zarzycki (<
>     piotrzarzycki21@gmail.com>) escribió:
>
>     > Hi Alex,
>     >
>     > Unfortunately in the next couple of days I won't have time for that.
> If
>     > someone can do that feel free jump into it.
>     >
>     > Piotr
>     >
>     > On Thu, Oct 11, 2018, 6:43 PM Alex Harui <ah...@adobe.com.invalid>
> wrote:
>     >
>     > > After digging through the output you pasted, it appears that the
>     > > "check-empty-folder" target isn't quite right and didn't catch
> that you
>     > > didn't run "maven" against an empty folder.  Although I am a bit
> puzzled
>     > > why there were modified files in the working copy.
>     > >
>     > > Maven and the scripts have some expectation that you are starting
> from
>     > the
>     > > beginning, so if Maven got far enough to create a tag and you have
> to
>     > start
>     > > over, you have to remove the tag.  These scripts are still under
>     > > development so you should not expect that every situation has been
>     > > accounted for.
>     > >
>     > > So, go delete the tag.  Instructions for doing so are in the
> wiki.  Maybe
>     > > figure out why those files were modified, but maybe because your
> earlier
>     > > run didn't have the right gpg password.
>     > >
>     > > Try changing the check-empty-folder to also test for:
>     > >
>     > >         <available file="${basedir}/royale-asjs/build.properties"
>     > >             type="file"
>     > >             property="found.build.properties" value="true" />
>     > >
>     > > Then it should catch you on the steps where you are supposed to
> start by
>     > > pulling down the repos again.
>     > >
>     > > If you don't have time for any of that, let us know here so the
> next RM
>     > > can know where to start.
>     > >
>     > > -Alex
>     > >
>     > > On 10/11/18, 2:05 AM, "Piotr Zarzycki" <pi...@gmail.com>
>     > wrote:
>     > >
>     > >     I gave up again :) It costs me to much time. I thought since
> Om did
>     > so
>     > > much
>     > >     progress I will launch the script and will work. It's still
> failing.
>     > >
>     > >
>     > >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FWJ44&amp;data=02%7C01%7Caharui%40adobe.com%7C7c0ea8e9184948214bd708d62fc6f7bc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748928943992619&amp;sdata=CFWLhE7oI2pHZxOiwACtVmfMj8wohAbA3DnOeXgd8vs%3D&amp;reserved=0
>     > >
>     > >     I run first time and had problem with gpg password - just
> forgot it,
>     > > but
>     > >     run it again and type correct password. Probably first time
> this tag
>     > > was
>     > >     created and now script failing cause tag exits. Never ending
> story.
>     > >
>     > >     I'm in that step - If someone would like to try it out let me
> know
>     > and
>     > > I
>     > >     won't revert anything for now:
>     > >
>     > >     ant -f releasecandidate.xml -Drelease.version="0.9.4"
>     > > -Dbrowser="c:\Program
>     > >     Files\Mozilla Firefox\firefox.exe" -Drc=1 maven
>     > >
>     > >     Thanks,
>     > >     Piotr
>     > >
>     > >
>     > >     czw., 11 paź 2018 o 10:13 Piotr Zarzycki <
> piotrzarzycki21@gmail.com>
>     > >     napisał(a):
>     > >
>     > >     > Hi Alex,
>     > >     >
>     > >     > This is what I'm getting for git status for royale-compiler
> [1]
>     > >     >
>     > >     > [1]
>     > >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FYuiH&amp;data=02%7C01%7Caharui%40adobe.com%7C7c0ea8e9184948214bd708d62fc6f7bc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748928944002615&amp;sdata=V50Y98oIF4e26BqGHAapQWDoLApb4TxexoDZ7P7WGaM%3D&amp;reserved=0
>     > >     >
>     > >     > Thanks,
>     > >     > Piotr
>     > >     >
>     > >     > śr., 10 paź 2018 o 17:50 Alex Harui <aharui@adobe.com.invalid
> >
>     > > napisał(a):
>     > >     >
>     > >     >> What does 'git status' return for that local copy of the
>     > > royale-compiler
>     > >     >> repo?
>     > >     >>
>     > >     >> That part of the script is trying to see if
> compiler-jburg-types
>     > and
>     > >     >> compiler-build-tools needed a version update that needs to
> be
>     > > pushed.
>     > >     >> Those two projects should be at 1.0.0 since we rarely, if
> ever,
>     > > will need
>     > >     >> to modify it.  There shouldn't have been modifications in
> this
>     > > release, yet
>     > >     >> Git status is reporting modifications to some file.  A test
> is
>     > done
>     > > to
>     > >     >> check for the word "modified:" in the 'git status' output,
> then
>     > that
>     > >     >> attempt to push is executed.  Somehow, the git status is
> implying
>     > >     >> modifications but the files we are trying to push are not
>     > modified.
>     > >     >>
>     > >     >> The solutions should not require reverting of the release
> branch.
>     > > It
>     > >     >> looks like you have successfully created a correct set of
> branches
>     > > and the
>     > >     >> steps you are running start by pulling down the release
> branch.  I
>     > > didn't
>     > >     >> see any commits to the release branch from the scripts, so
> to
>     > > re-start, it
>     > >     >> should just be manually deleting the local copies of the
> repos and
>     > > running
>     > >     >> the Ant command again after making one of the changes to
>     > >     >> releasecandidate.xml I will describe below:
>     > >     >>
>     > >     >> IMO, the choices are (and there may be more choices)
>     > >     >> 1.  Figure out how to be smarter about what 'git status'
> output
>     > > will say
>     > >     >> so the test works correctly
>     > >     >> 2. Set failonerror="false" on the push step and not care if
> that
>     > > push
>     > >     >> succeeds.  This is slightly risky if we ever do want to push
>     > > changes, but
>     > >     >> again, that is low probability, IMO.
>     > >     >> 3. Comment out those steps since it will be rare we will
> need
>     > > them.  If
>     > >     >> we do need them some day, the RM will have to remember to
>     > uncomment
>     > > those
>     > >     >> steps.
>     > >     >>
>     > >     >> HTH,
>     > >     >> -Alex
>     > >     >>
>     > >     >> On 10/10/18, 2:52 AM, "Piotr Zarzycki" <
> piotrzarzycki21@gmail.com
>     > >
>     > >     >> wrote:
>     > >     >>
>     > >     >>     Ok It's failed :) However I passed step 3 in
> instruction. Step
>     > > 4 is
>     > >     >> failing
>     > >     >>     [1] - if someone know what could it be - I will wait
> with
>     > > reverting
>     > >     >> changes.
>     > >     >>
>     > >     >>     Lines in stacktrace are pointing in ant script to
> following
>     > > targets:
>     > >     >>
>     > >     >>     Line 556: git-commit-and-push-utils
>     > >     >>     Line 487: git-commit-and-push-utils-if-modified
>     > >     >>     Line 473:
>     > >     >>
>     > >     >>     <exec executable="${git}" dir="${compiler}"
>     > failonerror="true" >
>     > >     >>                 <arg value="commit" />
>     > >     >>                 <arg value="-m" />
>     > >     >>                 <arg value="remove SNAPSHOT from
>     > > compiler-jburg-types and
>     > >     >>     compiler-build-tools versions" />
>     > >     >>             </exec>
>     > >     >>
>     > >     >>     [1]
>     > >     >>
>     > >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2Fbg5e&amp;data=02%7C01%7Caharui%40adobe.com%7C7c0ea8e9184948214bd708d62fc6f7bc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748928944002615&amp;sdata=Xk6y%2FTfm7z2ggaECmFAZeDb4PJQKQOxm5C4Yuu9jWhY%3D&amp;reserved=0
>     > >     >>
>     > >     >>     Thanks,
>     > >     >>     Piotr
>     > >     >>
>     > >     >>
>     > >     >>     śr., 10 paź 2018 o 11:34 Carlos Rovira <
>     > carlosrovira@apache.org
>     > > >
>     > >     >> napisał(a):
>     > >     >>
>     > >     >>     > Ok Piotr, good luck! :)
>     > >     >>     >
>     > >     >>     > El mié., 10 oct. 2018 a las 10:34, Piotr Zarzycki (<
>     > >     >>     > piotrzarzycki21@gmail.com>) escribió:
>     > >     >>     >
>     > >     >>     > > Hi Guys,
>     > >     >>     > >
>     > >     >>     > > I will try right now process from my PC. We will
> see how
>     > > far I
>     > >     >> will go
>     > >     >>     > with
>     > >     >>     > > that.
>     > >     >>     > >
>     > >     >>     > > Piotr
>     > >     >>     > >
>     > >     >>     > > czw., 4 paź 2018 o 22:01 Alex Harui
>     > > <ah...@adobe.com.invalid>
>     > >     >>     > napisał(a):
>     > >     >>     > >
>     > >     >>     > > > Hi Om,
>     > >     >>     > > >
>     > >     >>     > > > If make_branches succeeds, then you shouldn't
> need to go
>     > > back
>     > >     >> and
>     > >     >>     > delete
>     > >     >>     > > > branches and tags and run make_branches again if
> the
>     > > "maven"
>     > >     >> step
>     > >     >>     > fails.
>     > >     >>     > > >
>     > >     >>     > > > You might need to revert any changes to the
> release
>     > > branch that
>     > >     >> the
>     > >     >>     > > > "maven" step did, but then you should be able to
> delete
>     > > the
>     > >     >> local copy
>     > >     >>     > of
>     > >     >>     > > > the branches and start again with "maven" or
>     > >     >>     > > > "maven_skip_compiler_and_typedefs" if you got all
> the
>     > way
>     > > up to
>     > >     >>     > > royale-asjs.
>     > >     >>     > > >
>     > >     >>     > > > What are some of the 200+ files that don't get
> reverted
>     > > back to
>     > >     >> 0.9.4?
>     > >     >>     > > >
>     > >     >>     > > > You are welcome to try to add the "continue"
> option.  I
>     > > would
>     > >     >> suggest
>     > >     >>     > > > adding a dummy parameter.  So if the script
> currently
>     > > calls
>     > >     >> Maven like
>     > >     >>     > > this:
>     > >     >>     > > >
>     > >     >>     > > >         <exec executable="${mvn}"
>     > >     >> dir="${basedir}/maven-release-plugin"
>     > >     >>     > > > failonerror="true" >
>     > >     >>     > > >             <arg value="clean" />
>     > >     >>     > > >             <arg value="install" />
>     > >     >>     > > >         </exec>
>     > >     >>     > > >
>     > >     >>     > > > You can try changing it to something like this:
>     > >     >>     > > >
>     > >     >>     > > >         <property name="continueOption"
>     > value="-Ddummy=0"
>     > > />
>     > >     >>     > > >         <exec executable="${mvn}"
>     > >     >> dir="${basedir}/maven-release-plugin"
>     > >     >>     > > > failonerror="true" >
>     > >     >>     > > >             <arg value="${continueOption}" />
>     > >     >>     > > >             <arg value="clean" />
>     > >     >>     > > >             <arg value="install" />
>     > >     >>     > > >         </exec>
>     > >     >>     > > >
>     > >     >>     > > > Then you should be able to set in your
> local.properties:
>     > >     >>     > > >
>     > >     >>     > > > continueOption=-rf JewelExample
>     > >     >>     > > >
>     > >     >>     > > > You will probably need to use different names for
> each
>     > > call to
>     > >     >> Maven so
>     > >     >>     > > > subsequent Maven calls don't pick up the same
> option.
>     > >     >>     > > >
>     > >     >>     > > > HTH,
>     > >     >>     > > > -Alex
>     > >     >>     > > >
>     > >     >>     > > > On 10/4/18, 11:58 AM, "OmPrakash Muppirala" <
>     > >     >> bigosmallm@gmail.com>
>     > >     >>     > > wrote:
>     > >     >>     > > >
>     > >     >>     > > >     On Thu, Oct 4, 2018 at 1:48 AM Alex Harui
>     > >     >> <aharui@adobe.com.invalid
>     > >     >>     > >
>     > >     >>     > > > wrote:
>     > >     >>     > > >
>     > >     >>     > > >     > Om, it looks like you are still deleting and
>     > > recreating
>     > >     >> the
>     > >     >>     > > branches.
>     > >     >>     > > >     > Does this mean you have never completed the
>     > > make_branches
>     > >     >> step?
>     > >     >>     > > >
>     > >     >>     > > >
>     > >     >>     > > >     Yes, I delete the tags, branches (remote)
> each time
>     > >     >> something
>     > >     >>     > fails.
>     > >     >>     > > > Then
>     > >     >>     > > >     I do a global search for 0.9.5 and replace it
> with
>     > > 0.9.4
>     > >     >> (some 200+
>     > >     >>     > > > files
>     > >     >>     > > >     across 3 repos), then push them into
> remote/develop.
>     > >     >>     > > >
>     > >     >>     > > >     Then I do the make_branches step first.  Then
> do a
>     > > git push
>     > >     >> in
>     > >     >>     > > > roayale-asjs
>     > >     >>     > > >     as per the instructions in the commandline. I
> have
>     > > never
>     > >     >> had issues
>     > >     >>     > > > with
>     > >     >>     > > >     this step.  It is always the maven step that
> fails
>     > > for some
>     > >     >> reason
>     > >     >>     > or
>     > >     >>     > > > the
>     > >     >>     > > >     other.
>     > >     >>     > > >
>     > >     >>     > > >
>     > >     >>     > > >     > Is make_branches failing trying to run a
> build in
>     > > the
>     > >     >> develop
>     > >     >>     > > branch
>     > >     >>     > > > and
>     > >     >>     > > >     > uploading 0.9.5-SNAPSHOT artifacts?
>     > >     >>     > > >
>     > >     >>     > > >
>     > >     >>     > > >     No
>     > >     >>     > > >
>     > >     >>     > > >
>     > >     >>     > > >     > I supposed we could try to find a way to
> skip
>     > that,
>     > > but
>     > >     >> you will
>     > >     >>     > > need
>     > >     >>     > > >     > reliable uploading to repository.a.o to be
> an RM
>     > > without
>     > >     >> going
>     > >     >>     > > crazy.
>     > >     >>     > > >     >
>     > >     >>     > > >
>     > >     >>     > > >     Hmm, I use the same internet connection for
> personal
>     > > and
>     > >     >> work
>     > >     >>     > related
>     > >     >>     > > >     activities.  I don't usually have issues with
>     > > internet.
>     > >     >> Either we
>     > >     >>     > > are
>     > >     >>     > > > very
>     > >     >>     > > >     unlucky here or we need a more reselient way
> to pick
>     > > up
>     > >     >> things if
>     > >     >>     > we
>     > >     >>     > > > lose
>     > >     >>     > > >     internet connectivity momentarily.
>     > >     >>     > > >
>     > >     >>     > > >     It takes upwards of 90 minutes of uploading
> stuff. I
>     > > dont
>     > >     >> do this
>     > >     >>     > > kind
>     > >     >>     > > > of
>     > >     >>     > > >     uploading for my regular work, so that is
> probably I
>     > > have
>     > >     >> never hit
>     > >     >>     > > > this
>     > >     >>     > > >     issue before.
>     > >     >>     > > >
>     > >     >>     > > >     I still think that looking into the
> 'resume-from'
>     > > directive
>     > >     >> in
>     > >     >>     > maven
>     > >     >>     > > is
>     > >     >>     > > >     worthwhile.
>     > >     >>     > > >
>     > >     >>     > > >     Thanks,
>     > >     >>     > > >     Om
>     > >     >>     > > >
>     > >     >>     > > >
>     > >     >>     > > >     >
>     > >     >>     > > >     > -Alex
>     > >     >>     > > >     >
>     > >     >>     > > >     > On 10/3/18, 2:11 PM, "OmPrakash Muppirala" <
>     > >     >> bigosmallm@gmail.com
>     > >     >>     > >
>     > >     >>     > > > wrote:
>     > >     >>     > > >     >
>     > >     >>     > > >     >     On Wed, Oct 3, 2018 at 2:02 PM Alex
> Harui
>     > >     >>     > > > <ah...@adobe.com.invalid>
>     > >     >>     > > >     > wrote:
>     > >     >>     > > >     >
>     > >     >>     > > >     >     > Hi Om,
>     > >     >>     > > >     >     >
>     > >     >>     > > >     >     > Does anything deploy, or is that the
> first
>     > > thing
>     > >     >> that is
>     > >     >>     > > > attempted to
>     > >     >>     > > >     >     > deploy?  I found this article that
> might
>     > help:
>     > >     >>     > > >     >     >
>     > >     >>     > > >     >     >
>     > >     >>     > > >     >
>     > >     >>     > > >
>     > >     >>     > >
>     > >     >>     >
>     > >     >>
>     > >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.apigee.com%2Fquestions%2F50756%2Funable-to-deploy-using-maven-script-due-to-error-r.html&amp;data=02%7C01%7Caharui%40adobe.com%7C7c0ea8e9184948214bd708d62fc6f7bc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748928944002615&amp;sdata=y8kx6qyyaqqCInHK2yXLbXW5UUtnvP93JlY%2FfFFUd4Y%3D&amp;reserved=0
>     > >     >>     > > >     >
>     > >     >>     > > >     >
>     > >     >>     > > >     >     It deployed a lot of artifacts before
> hitting
>     > > this
>     > >     >> error.  I
>     > >     >>     > > > don't see
>     > >     >>     > > >     >     anything special with this artifact.
> So, I am
>     > >     >> guessing that
>     > >     >>     > it
>     > >     >>     > > > was a
>     > >     >>     > > >     >     momentary bad connection that caused
> this.
>     > >     >>     > > >     >
>     > >     >>     > > >     >
>     > >     >>     > > >     >     >
>     > >     >>     > > >     >     >
>     > >     >>     > > >     >     > I would be concerned about restarting
> from
>     > the
>     > >     >> middle of a
>     > >     >>     > > > Maven
>     > >     >>     > > >     > call.  I
>     > >     >>     > > >     >     > suppose you could try it, but what if
> it
>     > > skipped an
>     > >     >>     > artifact?
>     > >     >>     > > >     >     >
>     > >     >>     > > >     >
>     > >     >>     > > >     >     The maven error message explicitly says
> this:
>     > >     >>     > > >     >
>     > >     >>     > > >     >          [exec] [INFO] [ERROR] After
> correcting
>     > the
>     > >     >> problems, you
>     > >     >>     > > can
>     > >     >>     > > >     > resume
>     > >     >>     > > >     >     the build with the command
>     > >     >>     > > >     >
>     > >     >>     > > >     >          [exec] [INFO] [ERROR]   mvn
> <goals> -rf
>     > >     >>     > > >     >
>  :Jewel-Light-NoFlat-Primary-Sunflower-Theme
>     > >     >>     > > >     >
>     > >     >>     > > >     >
>     > >     >>     > > >     >     >
>     > >     >>     > > >     >     > There should be Ant targets for
> starting
>     > only
>     > > on
>     > >     >>     > royale-asjs
>     > >     >>     > > if
>     > >     >>     > > >     >     > royale-compiler and royale=typedefs
> worked
>     > ok.
>     > >     >>     > > >     >     >
>     > >     >>     > > >     >     > HTH,
>     > >     >>     > > >     >     > -Alex
>     > >     >>     > > >     >     >
>     > >     >>     > > >     >     > On 10/3/18, 11:58 AM, "OmPrakash
> Muppirala"
>     > <
>     > >     >>     > > > bigosmallm@gmail.com>
>     > >     >>     > > >     > wrote:
>     > >     >>     > > >     >     >
>     > >     >>     > > >     >     >     Another suggestion I have is -
> can we do
>     > > all
>     > >     >> the pushes
>     > >     >>     > > to
>     > >     >>     > > >     > remote after
>     > >     >>     > > >     >     >     everything is done locally?  That
> way,
>     > if
>     > >     >> something
>     > >     >>     > goes
>     > >     >>     > > > wrong
>     > >     >>     > > >     >     > halfway, we
>     > >     >>     > > >     >     >     can just delete the royale-* dirs
>     > locally
>     > > and
>     > >     >> rerun the
>     > >     >>     > > >     >     > releasecandiate ant
>     > >     >>     > > >     >     >     script?
>     > >     >>     > > >     >     >
>     > >     >>     > > >     >     >     Not sure if this is an easy
> change?
>     > >     >>     > > >     >     >
>     > >     >>     > > >     >     >     Thanks,
>     > >     >>     > > >     >     >     Om
>     > >     >>     > > >     >     >
>     > >     >>     > > >     >     >     On Wed, Oct 3, 2018 at 11:42 AM
>     > OmPrakash
>     > >     >> Muppirala <
>     > >     >>     > > >     >     > bigosmallm@gmail.com>
>     > >     >>     > > >     >     >     wrote:
>     > >     >>     > > >     >     >
>     > >     >>     > > >     >     >     > Okay, I tried a couple of times
> and I
>     > > have
>     > >     >> started
>     > >     >>     > > > getting
>     > >     >>     > > >     > `SSL peer
>     > >     >>     > > >     >     > shut
>     > >     >>     > > >     >     >     > down incorrectly errors`
>     > >     >>     > > >     >     >     >
>     > >     >>     > > >     >     >     >      [exec] [INFO] [INFO]
>     > >     >>     > > >     >     >     >
>     > >     >>     > > >     >     >
>     > >     >>     > > >     >
>     > >     >>     > > >
>     > >     >>     >
>     > >     >>
>     > >
> ------------------------------------------------------------------------
>     > >     >>     > > >     >     >     >
>     > >     >>     > > >     >     >     >      [exec] [INFO] [INFO] BUILD
>     > FAILURE
>     > >     >>     > > >     >     >     >
>     > >     >>     > > >     >     >     >      [exec] [INFO] [INFO]
>     > >     >>     > > >     >     >     >
>     > >     >>     > > >     >     >
>     > >     >>     > > >     >
>     > >     >>     > > >
>     > >     >>     >
>     > >     >>
>     > >
> ------------------------------------------------------------------------
>     > >     >>     > > >     >     >     >
>     > >     >>     > > >     >     >     >      [exec] [INFO] [INFO] Total
> time:
>     > > 16:04
>     > >     >> min
>     > >     >>     > > >     >     >     >
>     > >     >>     > > >     >     >     >      [exec] [INFO] [INFO]
> Finished at:
>     > >     >>     > > >     > 2018-10-03T11:38:49-07:00
>     > >     >>     > > >     >     >     >
>     > >     >>     > > >     >     >     >      [exec] [INFO] [INFO]
>     > >     >>     > > >     >     >     >
>     > >     >>     > > >     >     >
>     > >     >>     > > >     >
>     > >     >>     > > >
>     > >     >>     >
>     > >     >>
>     > >
> ------------------------------------------------------------------------
>     > >     >>     > > >     >     >     >
>     > >     >>     > > >     >     >     >      [exec] [INFO] [ERROR]
> Failed to
>     > > execute
>     > >     >> goal
>     > >     >>     > > >     >     >     >
>     > >     >>     > >
> org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
>     > >     >>     > > >     >     > (default-deploy)
>     > >     >>     > > >     >     >     > on project
>     > >     >>     > Jewel-Light-NoFlat-Primary-Sunflower-Theme:
>     > >     >>     > > > Failed
>     > >     >>     > > >     > to
>     > >     >>     > > >     >     > deploy
>     > >     >>     > > >     >     >     > artifacts: Could not transfer
> artifact
>     > >     >>     > > >     >     >     >
>     > >     >>     > > >     >     >
>     > >     >>     > > >     >
>     > >     >>     > > >
>     > >     >>     > >
>     > >     >>     >
>     > >     >>
>     > >
>     >
> org.apache.royale.framework:Jewel-Light-NoFlat-Primary-Sunflower-Theme:swc:0.9.4
>     > >     >>     > > >     >     >     > from/to apache.releases.https (
>     > >     >>     > > >     >     >     >
>     > >     >>     > > >     >     >
>     > >     >>     > > >     >
>     > >     >>     > > >
>     > >     >>     > >
>     > >     >>     >
>     > >     >>
>     > >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fservice%2Flocal%2Fstaging%2Fdeploy%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7C7c0ea8e9184948214bd708d62fc6f7bc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748928944002615&amp;sdata=ETJMJdSRyzhfviU%2BcjhQNqaVC5PecGPa3Pu0YBPgS24%3D&amp;reserved=0
>     > >     >>     > > >     >     > ):
>     > >     >>     > > >     >     >     > Remote host closed connection
> during
>     > >     >> handshake: SSL
>     > >     >>     > > peer
>     > >     >>     > > > shut
>     > >     >>     > > >     > down
>     > >     >>     > > >     >     >     > incorrectly -> [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]
>     > >     >>     > > >     >     >     >
>     > >     >>     > > >     >     >
>     > >     >>     > > >     >
>     > >     >>     > > >
>     > >     >>     > >
>     > >     >>     >
>     > >     >>
>     > >
>     >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7C7c0ea8e9184948214bd708d62fc6f7bc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748928944002615&amp;sdata=kwdBnwFaYTYepWogQSAyftGXVtwDk7dst%2FIwG5TT8dY%3D&amp;reserved=0
>     > >     >>     > > >     >     >     >
>     > >     >>     > > >     >     >     >      [exec] [INFO] [ERROR]
>     > >     >>     > > >     >     >     >
>     > >     >>     > > >     >     >     >      [exec] [INFO] [ERROR] After
>     > > correcting
>     > >     >> the
>     > >     >>     > > > problems, you
>     > >     >>     > > >     > can
>     > >     >>     > > >     >     > resume
>     > >     >>     > > >     >     >     > the build with the command
>     > >     >>     > > >     >     >     >
>     > >     >>     > > >     >     >     >      [exec] [INFO] [ERROR]   mvn
>     > > <goals> -rf
>     > >     >>     > > >     >     >     >
>     > > :Jewel-Light-NoFlat-Primary-Sunflower-Theme
>     > >     >>     > > >     >     >     >
>     > >     >>     > > >     >     >     >      [exec] [INFO]
>     > >     >>     > > >     >     >     >
>     > >     >>     > > >     >     >
>     > >     >>     > > >     >
>     > >     >>     > > >
>     > >     >>     >
>     > >     >>
>     > >
> ------------------------------------------------------------------------
>     > >     >>     > > >     >     >     >
>     > >     >>     > > >     >     >     >
>     > >     >>     > > >     >     >     > I am guessing it is a bad
> internet
>     > >     >> connection.  I am
>     > >     >>     > > > wondering
>     > >     >>     > > >     > if we
>     > >     >>     > > >     >     > can
>     > >     >>     > > >     >     >     > pass a -rf (resume from) option
> to the
>     > > maven
>     > >     >> call
>     > >     >>     > from
>     > >     >>     > > > ant?
>     > >     >>     > > >     >     > Otherwise
>     > >     >>     > > >     >     >     > doing all this from scratch
> everytime
>     > > is a
>     > >     >> big pain.
>     > >     >>     > > >     >     >     >
>     > >     >>     > > >     >     >     > Thanks,
>     > >     >>     > > >     >     >     > Om
>     > >     >>     > > >     >     >     >
>     > >     >>     > > >     >     >     > On Wed, Oct 3, 2018 at 12:47 AM
> Alex
>     > > Harui
>     > >     >>     > > >     > <aharui@adobe.com.invalid
>     > >     >>     > > >     >     > >
>     > >     >>     > > >     >     >     > wrote:
>     > >     >>     > > >     >     >     >
>     > >     >>     > > >     >     >     >> Looks like it was a missing [
>     > >     >>     > > >     >     >     >>
>     > >     >>     > > >     >     >     >> MXRoyale and SparkRoyale built
> for
>     > me.
>     > >     >>     > > >     >     >     >>
>     > >     >>     > > >     >     >     >> HTH,
>     > >     >>     > > >     >     >     >> -Alex
>     > >     >>     > > >     >     >     >>
>     > >     >>     > > >     >     >     >> On 10/3/18, 12:43 AM,
> "OmPrakash
>     > > Muppirala" <
>     > >     >>     > > >     > bigosmallm@gmail.com>
>     > >     >>     > > >     >     >     >> wrote:
>     > >     >>     > > >     >     >     >>
>     > >     >>     > > >     >     >     >>     Thanks!
>     > >     >>     > > >     >     >     >>
>     > >     >>     > > >     >     >     >>     I reverted everything back
> to
>     > > previous
>     > >     >> state.  I
>     > >     >>     > > > can give
>     > >     >>     > > >     > it a
>     > >     >>     > > >     >     > shot
>     > >     >>     > > >     >     >     >>     tomorrow evening.
>     > >     >>     > > >     >     >     >>
>     > >     >>     > > >     >     >     >>     Regards,
>     > >     >>     > > >     >     >     >>     Om
>     > >     >>     > > >     >     >     >>
>     > >     >>     > > >     >     >     >>     On Wed, Oct 3, 2018 at
> 12:41 AM
>     > > Alex
>     > >     >> Harui
>     > >     >>     > > >     >     > <ah...@adobe.com.invalid>
>     > >     >>     > > >     >     >     >> wrote:
>     > >     >>     > > >     >     >     >>
>     > >     >>     > > >     >     >     >>     > It was in a releasable
> state.
>     > >     >> TourDeFlex was
>     > >     >>     > > > running
>     > >     >>     > > >     > on it.
>     > >     >>     > > >     >     >     >>     >
>     > >     >>     > > >     >     >     >>     > I'm trying to track down
> the
>     > > change
>     > >     >> that broke
>     > >     >>     > > it.
>     > >     >>     > > >     >     >     >>     >
>     > >     >>     > > >     >     >     >>     > -Alex
>     > >     >>     > > >     >     >     >>     >
>     > >     >>     > > >     >     >     >>     > On 10/3/18, 12:32 AM,
>     > "OmPrakash
>     > >     >> Muppirala" <
>     > >     >>     > > >     >     > bigosmallm@gmail.com>
>     > >     >>     > > >     >     >     >> wrote:
>     > >     >>     > > >     >     >     >>     >
>     > >     >>     > > >     >     >     >>     >     A bit more progress.
> Now we
>     > > are
>     > >     >> failing on
>     > >     >>     > > the
>     > >     >>     > > >     > MXRoyale
>     > >     >>     > > >     >     > project:
>     > >     >>     > > >     >     >     >>     >
>     > >     >>     > > >     >     >     >>     >          [exec] [INFO]
> [INFO]
>     > >     >>     > > >     >     >     >>     >
>     > >     >>     > > >     >     >     >>     >
>     > >     >>     > > >     >     >     >>
>     > >     >>     > > >     >     >
>     > >     >>     > > >     >
>     > >     >>     > > >
>     > >     >>     >
>     > >     >>
>     > >
> ------------------------------------------------------------------------
>     > >     >>     > > >     >     >     >>     >
>     > >     >>     > > >     >     >     >>     >          [exec] [INFO]
> [INFO]
>     > > BUILD
>     > >     >> FAILURE
>     > >     >>     > > >     >     >     >>     >
>     > >     >>     > > >     >     >     >>     >          [exec] [INFO]
> [INFO]
>     > >     >>     > > >     >     >     >>     >
>     > >     >>     > > >     >     >     >>     >
>     > >     >>     > > >     >     >     >>
>     > >     >>     > > >     >     >
>     > >     >>     > > >     >
>     > >     >>     > > >
>     > >     >>     >
>     > >     >>
>     > >
> ------------------------------------------------------------------------
>     > >     >>     > > >     >     >     >>     >
>     > >     >>     > > >     >     >     >>     >          [exec] [INFO]
> [INFO]
>     > > Total
>     > >     >> time:
>     > >     >>     > 01:34
>     > >     >>     > > > min
>     > >     >>     > > >     >     >     >>     >
>     > >     >>     > > >     >     >     >>     >          [exec] [INFO]
> [INFO]
>     > > Finished
>     > >     >> at:
>     > >     >>     > > >     >     > 2018-10-03T00:28:14-07:00
>     > >     >>     > > >     >     >     >>     >
>     > >     >>     > > >     >     >     >>     >          [exec] [INFO]
> [INFO]
>     > >     >>     > > >     >     >     >>     >
>     > >     >>     > > >     >     >     >>     >
>     > >     >>     > > >     >     >     >>
>     > >     >>     > > >     >     >
>     > >     >>     > > >     >
>     > >     >>     > > >
>     > >     >>     >
>     > >     >>
>     > >
> ------------------------------------------------------------------------
>     > >     >>     > > >     >     >     >>     >
>     > >     >>     > > >     >     >     >>     >          [exec] [INFO]
> [ERROR]
>     > > Failed
>     > >     >> to
>     > >     >>     > execute
>     > >     >>     > > > goal
>     > >     >>     > > >     >     >     >>     >
>     > >     >>     > > >     >     >
>     > >     >>     > > >
>     > > org.apache.royale.compiler:royale-maven-plugin:0.9.4:compile-as
>     > >     >>     > > >     >     >     >>     >     (default-compile-as)
> on
>     > > project
>     > >     >> MXRoyale:
>     > >     >>     > > > There were
>     > >     >>     > > >     >     > errors
>     > >     >>     > > >     >     >     >> during the
>     > >     >>     > > >     >     >     >>     >     build. Got return
> code 3 ->
>     > > [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]
>     > >     >>     > > >     >     >     >>     >
>     > >     >>     > > >     >     >     >>     >
>     > >     >>     > > >     >     >     >>
>     > >     >>     > > >     >     >
>     > >     >>     > > >     >
>     > >     >>     > > >
>     > >     >>     > >
>     > >     >>     >
>     > >     >>
>     > >
>     >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7C7c0ea8e9184948214bd708d62fc6f7bc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748928944002615&amp;sdata=kwdBnwFaYTYepWogQSAyftGXVtwDk7dst%2FIwG5TT8dY%3D&amp;reserved=0
>     > >     >>     > > >     >     >     >>     >
>     > >     >>     > > >     >     >     >>     >          [exec] [INFO]
> [ERROR]
>     > >     >>     > > >     >     >     >>     >
>     > >     >>     > > >     >     >     >>     >          [exec] [INFO]
> [ERROR]
>     > > After
>     > >     >>     > correcting
>     > >     >>     > > > the
>     > >     >>     > > >     > problems,
>     > >     >>     > > >     >     > you
>     > >     >>     > > >     >     >     >> can
>     > >     >>     > > >     >     >     >>     > resume
>     > >     >>     > > >     >     >     >>     >     the build with the
> command
>     > >     >>     > > >     >     >     >>     >
>     > >     >>     > > >     >     >     >>     >          [exec] [INFO]
> [ERROR]
>     > >  mvn
>     > >     >> <goals>
>     > >     >>     > -rf
>     > >     >>     > > >     > :MXRoyale
>     > >     >>     > > >     >     >     >>     >
>     > >     >>     > > >     >     >     >>     >
>     > >     >>     > > >     >     >     >>     >     Can we perhaps turn
> this
>     > > project
>     > >     >> off?  Is
>     > >     >>     > it
>



-- 
Carlos Rovira
http://about.me/carlosrovira

Re: [Discuss] Start release process 0.9.3

Posted by Alex Harui <ah...@adobe.com.INVALID>.
The 0.9.4 release branch has been cut.  I have not seen any problems reported against it, so I don't know of any reason to delete it.  Thus, the develop branch should be at 0.9.5-SNAPSHOT.

I noticed you messed around with the versions so I have no idea what state we are in, plus I continue to see that tags are being updated.  You will probably have to stop using your Git GUI.  We cannot have tags be modified.

-Alex

On 10/11/18, 3:14 PM, "Carlos Rovira" <ca...@apache.org> wrote:

    Hi,
    
    I'm a bit confused with the actual state of the repo. We should stay in
    0.9.4-SNAPSHOT? or 0.9.5-SNAPSHOT?
    I'm building with the latest since 1-2 days but removed all royale folder
    with all maven artifacts and rebuild from scratch, makes me have mixed
    versions, since some artifacts are downloading 0.9.4 instead of use 0.9.5
    
    Piotr, seems nobody  take the request to continue with the release for now,
    so I propose to stabilize the repo.
    
    Thoughts?
    
    Carlos
    
    
    
    
    
    El jue., 11 oct. 2018 a las 20:33, Piotr Zarzycki (<
    piotrzarzycki21@gmail.com>) escribió:
    
    > Hi Alex,
    >
    > Unfortunately in the next couple of days I won't have time for that. If
    > someone can do that feel free jump into it.
    >
    > Piotr
    >
    > On Thu, Oct 11, 2018, 6:43 PM Alex Harui <ah...@adobe.com.invalid> wrote:
    >
    > > After digging through the output you pasted, it appears that the
    > > "check-empty-folder" target isn't quite right and didn't catch that you
    > > didn't run "maven" against an empty folder.  Although I am a bit puzzled
    > > why there were modified files in the working copy.
    > >
    > > Maven and the scripts have some expectation that you are starting from
    > the
    > > beginning, so if Maven got far enough to create a tag and you have to
    > start
    > > over, you have to remove the tag.  These scripts are still under
    > > development so you should not expect that every situation has been
    > > accounted for.
    > >
    > > So, go delete the tag.  Instructions for doing so are in the wiki.  Maybe
    > > figure out why those files were modified, but maybe because your earlier
    > > run didn't have the right gpg password.
    > >
    > > Try changing the check-empty-folder to also test for:
    > >
    > >         <available file="${basedir}/royale-asjs/build.properties"
    > >             type="file"
    > >             property="found.build.properties" value="true" />
    > >
    > > Then it should catch you on the steps where you are supposed to start by
    > > pulling down the repos again.
    > >
    > > If you don't have time for any of that, let us know here so the next RM
    > > can know where to start.
    > >
    > > -Alex
    > >
    > > On 10/11/18, 2:05 AM, "Piotr Zarzycki" <pi...@gmail.com>
    > wrote:
    > >
    > >     I gave up again :) It costs me to much time. I thought since Om did
    > so
    > > much
    > >     progress I will launch the script and will work. It's still failing.
    > >
    > >
    > >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FWJ44&amp;data=02%7C01%7Caharui%40adobe.com%7C7c0ea8e9184948214bd708d62fc6f7bc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748928943992619&amp;sdata=CFWLhE7oI2pHZxOiwACtVmfMj8wohAbA3DnOeXgd8vs%3D&amp;reserved=0
    > >
    > >     I run first time and had problem with gpg password - just forgot it,
    > > but
    > >     run it again and type correct password. Probably first time this tag
    > > was
    > >     created and now script failing cause tag exits. Never ending story.
    > >
    > >     I'm in that step - If someone would like to try it out let me know
    > and
    > > I
    > >     won't revert anything for now:
    > >
    > >     ant -f releasecandidate.xml -Drelease.version="0.9.4"
    > > -Dbrowser="c:\Program
    > >     Files\Mozilla Firefox\firefox.exe" -Drc=1 maven
    > >
    > >     Thanks,
    > >     Piotr
    > >
    > >
    > >     czw., 11 paź 2018 o 10:13 Piotr Zarzycki <pi...@gmail.com>
    > >     napisał(a):
    > >
    > >     > Hi Alex,
    > >     >
    > >     > This is what I'm getting for git status for royale-compiler [1]
    > >     >
    > >     > [1]
    > >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FYuiH&amp;data=02%7C01%7Caharui%40adobe.com%7C7c0ea8e9184948214bd708d62fc6f7bc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748928944002615&amp;sdata=V50Y98oIF4e26BqGHAapQWDoLApb4TxexoDZ7P7WGaM%3D&amp;reserved=0
    > >     >
    > >     > Thanks,
    > >     > Piotr
    > >     >
    > >     > śr., 10 paź 2018 o 17:50 Alex Harui <ah...@adobe.com.invalid>
    > > napisał(a):
    > >     >
    > >     >> What does 'git status' return for that local copy of the
    > > royale-compiler
    > >     >> repo?
    > >     >>
    > >     >> That part of the script is trying to see if compiler-jburg-types
    > and
    > >     >> compiler-build-tools needed a version update that needs to be
    > > pushed.
    > >     >> Those two projects should be at 1.0.0 since we rarely, if ever,
    > > will need
    > >     >> to modify it.  There shouldn't have been modifications in this
    > > release, yet
    > >     >> Git status is reporting modifications to some file.  A test is
    > done
    > > to
    > >     >> check for the word "modified:" in the 'git status' output, then
    > that
    > >     >> attempt to push is executed.  Somehow, the git status is implying
    > >     >> modifications but the files we are trying to push are not
    > modified.
    > >     >>
    > >     >> The solutions should not require reverting of the release branch.
    > > It
    > >     >> looks like you have successfully created a correct set of branches
    > > and the
    > >     >> steps you are running start by pulling down the release branch.  I
    > > didn't
    > >     >> see any commits to the release branch from the scripts, so to
    > > re-start, it
    > >     >> should just be manually deleting the local copies of the repos and
    > > running
    > >     >> the Ant command again after making one of the changes to
    > >     >> releasecandidate.xml I will describe below:
    > >     >>
    > >     >> IMO, the choices are (and there may be more choices)
    > >     >> 1.  Figure out how to be smarter about what 'git status' output
    > > will say
    > >     >> so the test works correctly
    > >     >> 2. Set failonerror="false" on the push step and not care if that
    > > push
    > >     >> succeeds.  This is slightly risky if we ever do want to push
    > > changes, but
    > >     >> again, that is low probability, IMO.
    > >     >> 3. Comment out those steps since it will be rare we will need
    > > them.  If
    > >     >> we do need them some day, the RM will have to remember to
    > uncomment
    > > those
    > >     >> steps.
    > >     >>
    > >     >> HTH,
    > >     >> -Alex
    > >     >>
    > >     >> On 10/10/18, 2:52 AM, "Piotr Zarzycki" <piotrzarzycki21@gmail.com
    > >
    > >     >> wrote:
    > >     >>
    > >     >>     Ok It's failed :) However I passed step 3 in instruction. Step
    > > 4 is
    > >     >> failing
    > >     >>     [1] - if someone know what could it be - I will wait with
    > > reverting
    > >     >> changes.
    > >     >>
    > >     >>     Lines in stacktrace are pointing in ant script to following
    > > targets:
    > >     >>
    > >     >>     Line 556: git-commit-and-push-utils
    > >     >>     Line 487: git-commit-and-push-utils-if-modified
    > >     >>     Line 473:
    > >     >>
    > >     >>     <exec executable="${git}" dir="${compiler}"
    > failonerror="true" >
    > >     >>                 <arg value="commit" />
    > >     >>                 <arg value="-m" />
    > >     >>                 <arg value="remove SNAPSHOT from
    > > compiler-jburg-types and
    > >     >>     compiler-build-tools versions" />
    > >     >>             </exec>
    > >     >>
    > >     >>     [1]
    > >     >>
    > >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2Fbg5e&amp;data=02%7C01%7Caharui%40adobe.com%7C7c0ea8e9184948214bd708d62fc6f7bc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748928944002615&amp;sdata=Xk6y%2FTfm7z2ggaECmFAZeDb4PJQKQOxm5C4Yuu9jWhY%3D&amp;reserved=0
    > >     >>
    > >     >>     Thanks,
    > >     >>     Piotr
    > >     >>
    > >     >>
    > >     >>     śr., 10 paź 2018 o 11:34 Carlos Rovira <
    > carlosrovira@apache.org
    > > >
    > >     >> napisał(a):
    > >     >>
    > >     >>     > Ok Piotr, good luck! :)
    > >     >>     >
    > >     >>     > El mié., 10 oct. 2018 a las 10:34, Piotr Zarzycki (<
    > >     >>     > piotrzarzycki21@gmail.com>) escribió:
    > >     >>     >
    > >     >>     > > Hi Guys,
    > >     >>     > >
    > >     >>     > > I will try right now process from my PC. We will see how
    > > far I
    > >     >> will go
    > >     >>     > with
    > >     >>     > > that.
    > >     >>     > >
    > >     >>     > > Piotr
    > >     >>     > >
    > >     >>     > > czw., 4 paź 2018 o 22:01 Alex Harui
    > > <ah...@adobe.com.invalid>
    > >     >>     > napisał(a):
    > >     >>     > >
    > >     >>     > > > Hi Om,
    > >     >>     > > >
    > >     >>     > > > If make_branches succeeds, then you shouldn't need to go
    > > back
    > >     >> and
    > >     >>     > delete
    > >     >>     > > > branches and tags and run make_branches again if the
    > > "maven"
    > >     >> step
    > >     >>     > fails.
    > >     >>     > > >
    > >     >>     > > > You might need to revert any changes to the release
    > > branch that
    > >     >> the
    > >     >>     > > > "maven" step did, but then you should be able to delete
    > > the
    > >     >> local copy
    > >     >>     > of
    > >     >>     > > > the branches and start again with "maven" or
    > >     >>     > > > "maven_skip_compiler_and_typedefs" if you got all the
    > way
    > > up to
    > >     >>     > > royale-asjs.
    > >     >>     > > >
    > >     >>     > > > What are some of the 200+ files that don't get reverted
    > > back to
    > >     >> 0.9.4?
    > >     >>     > > >
    > >     >>     > > > You are welcome to try to add the "continue" option.  I
    > > would
    > >     >> suggest
    > >     >>     > > > adding a dummy parameter.  So if the script currently
    > > calls
    > >     >> Maven like
    > >     >>     > > this:
    > >     >>     > > >
    > >     >>     > > >         <exec executable="${mvn}"
    > >     >> dir="${basedir}/maven-release-plugin"
    > >     >>     > > > failonerror="true" >
    > >     >>     > > >             <arg value="clean" />
    > >     >>     > > >             <arg value="install" />
    > >     >>     > > >         </exec>
    > >     >>     > > >
    > >     >>     > > > You can try changing it to something like this:
    > >     >>     > > >
    > >     >>     > > >         <property name="continueOption"
    > value="-Ddummy=0"
    > > />
    > >     >>     > > >         <exec executable="${mvn}"
    > >     >> dir="${basedir}/maven-release-plugin"
    > >     >>     > > > failonerror="true" >
    > >     >>     > > >             <arg value="${continueOption}" />
    > >     >>     > > >             <arg value="clean" />
    > >     >>     > > >             <arg value="install" />
    > >     >>     > > >         </exec>
    > >     >>     > > >
    > >     >>     > > > Then you should be able to set in your local.properties:
    > >     >>     > > >
    > >     >>     > > > continueOption=-rf JewelExample
    > >     >>     > > >
    > >     >>     > > > You will probably need to use different names for each
    > > call to
    > >     >> Maven so
    > >     >>     > > > subsequent Maven calls don't pick up the same option.
    > >     >>     > > >
    > >     >>     > > > HTH,
    > >     >>     > > > -Alex
    > >     >>     > > >
    > >     >>     > > > On 10/4/18, 11:58 AM, "OmPrakash Muppirala" <
    > >     >> bigosmallm@gmail.com>
    > >     >>     > > wrote:
    > >     >>     > > >
    > >     >>     > > >     On Thu, Oct 4, 2018 at 1:48 AM Alex Harui
    > >     >> <aharui@adobe.com.invalid
    > >     >>     > >
    > >     >>     > > > wrote:
    > >     >>     > > >
    > >     >>     > > >     > Om, it looks like you are still deleting and
    > > recreating
    > >     >> the
    > >     >>     > > branches.
    > >     >>     > > >     > Does this mean you have never completed the
    > > make_branches
    > >     >> step?
    > >     >>     > > >
    > >     >>     > > >
    > >     >>     > > >     Yes, I delete the tags, branches (remote) each time
    > >     >> something
    > >     >>     > fails.
    > >     >>     > > > Then
    > >     >>     > > >     I do a global search for 0.9.5 and replace it with
    > > 0.9.4
    > >     >> (some 200+
    > >     >>     > > > files
    > >     >>     > > >     across 3 repos), then push them into remote/develop.
    > >     >>     > > >
    > >     >>     > > >     Then I do the make_branches step first.  Then do a
    > > git push
    > >     >> in
    > >     >>     > > > roayale-asjs
    > >     >>     > > >     as per the instructions in the commandline. I have
    > > never
    > >     >> had issues
    > >     >>     > > > with
    > >     >>     > > >     this step.  It is always the maven step that fails
    > > for some
    > >     >> reason
    > >     >>     > or
    > >     >>     > > > the
    > >     >>     > > >     other.
    > >     >>     > > >
    > >     >>     > > >
    > >     >>     > > >     > Is make_branches failing trying to run a build in
    > > the
    > >     >> develop
    > >     >>     > > branch
    > >     >>     > > > and
    > >     >>     > > >     > uploading 0.9.5-SNAPSHOT artifacts?
    > >     >>     > > >
    > >     >>     > > >
    > >     >>     > > >     No
    > >     >>     > > >
    > >     >>     > > >
    > >     >>     > > >     > I supposed we could try to find a way to skip
    > that,
    > > but
    > >     >> you will
    > >     >>     > > need
    > >     >>     > > >     > reliable uploading to repository.a.o to be an RM
    > > without
    > >     >> going
    > >     >>     > > crazy.
    > >     >>     > > >     >
    > >     >>     > > >
    > >     >>     > > >     Hmm, I use the same internet connection for personal
    > > and
    > >     >> work
    > >     >>     > related
    > >     >>     > > >     activities.  I don't usually have issues with
    > > internet.
    > >     >> Either we
    > >     >>     > > are
    > >     >>     > > > very
    > >     >>     > > >     unlucky here or we need a more reselient way to pick
    > > up
    > >     >> things if
    > >     >>     > we
    > >     >>     > > > lose
    > >     >>     > > >     internet connectivity momentarily.
    > >     >>     > > >
    > >     >>     > > >     It takes upwards of 90 minutes of uploading stuff. I
    > > dont
    > >     >> do this
    > >     >>     > > kind
    > >     >>     > > > of
    > >     >>     > > >     uploading for my regular work, so that is probably I
    > > have
    > >     >> never hit
    > >     >>     > > > this
    > >     >>     > > >     issue before.
    > >     >>     > > >
    > >     >>     > > >     I still think that looking into the 'resume-from'
    > > directive
    > >     >> in
    > >     >>     > maven
    > >     >>     > > is
    > >     >>     > > >     worthwhile.
    > >     >>     > > >
    > >     >>     > > >     Thanks,
    > >     >>     > > >     Om
    > >     >>     > > >
    > >     >>     > > >
    > >     >>     > > >     >
    > >     >>     > > >     > -Alex
    > >     >>     > > >     >
    > >     >>     > > >     > On 10/3/18, 2:11 PM, "OmPrakash Muppirala" <
    > >     >> bigosmallm@gmail.com
    > >     >>     > >
    > >     >>     > > > wrote:
    > >     >>     > > >     >
    > >     >>     > > >     >     On Wed, Oct 3, 2018 at 2:02 PM Alex Harui
    > >     >>     > > > <ah...@adobe.com.invalid>
    > >     >>     > > >     > wrote:
    > >     >>     > > >     >
    > >     >>     > > >     >     > Hi Om,
    > >     >>     > > >     >     >
    > >     >>     > > >     >     > Does anything deploy, or is that the first
    > > thing
    > >     >> that is
    > >     >>     > > > attempted to
    > >     >>     > > >     >     > deploy?  I found this article that might
    > help:
    > >     >>     > > >     >     >
    > >     >>     > > >     >     >
    > >     >>     > > >     >
    > >     >>     > > >
    > >     >>     > >
    > >     >>     >
    > >     >>
    > >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.apigee.com%2Fquestions%2F50756%2Funable-to-deploy-using-maven-script-due-to-error-r.html&amp;data=02%7C01%7Caharui%40adobe.com%7C7c0ea8e9184948214bd708d62fc6f7bc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748928944002615&amp;sdata=y8kx6qyyaqqCInHK2yXLbXW5UUtnvP93JlY%2FfFFUd4Y%3D&amp;reserved=0
    > >     >>     > > >     >
    > >     >>     > > >     >
    > >     >>     > > >     >     It deployed a lot of artifacts before hitting
    > > this
    > >     >> error.  I
    > >     >>     > > > don't see
    > >     >>     > > >     >     anything special with this artifact.  So, I am
    > >     >> guessing that
    > >     >>     > it
    > >     >>     > > > was a
    > >     >>     > > >     >     momentary bad connection that caused this.
    > >     >>     > > >     >
    > >     >>     > > >     >
    > >     >>     > > >     >     >
    > >     >>     > > >     >     >
    > >     >>     > > >     >     > I would be concerned about restarting from
    > the
    > >     >> middle of a
    > >     >>     > > > Maven
    > >     >>     > > >     > call.  I
    > >     >>     > > >     >     > suppose you could try it, but what if it
    > > skipped an
    > >     >>     > artifact?
    > >     >>     > > >     >     >
    > >     >>     > > >     >
    > >     >>     > > >     >     The maven error message explicitly says this:
    > >     >>     > > >     >
    > >     >>     > > >     >          [exec] [INFO] [ERROR] After correcting
    > the
    > >     >> problems, you
    > >     >>     > > can
    > >     >>     > > >     > resume
    > >     >>     > > >     >     the build with the command
    > >     >>     > > >     >
    > >     >>     > > >     >          [exec] [INFO] [ERROR]   mvn <goals> -rf
    > >     >>     > > >     >     :Jewel-Light-NoFlat-Primary-Sunflower-Theme
    > >     >>     > > >     >
    > >     >>     > > >     >
    > >     >>     > > >     >     >
    > >     >>     > > >     >     > There should be Ant targets for starting
    > only
    > > on
    > >     >>     > royale-asjs
    > >     >>     > > if
    > >     >>     > > >     >     > royale-compiler and royale=typedefs worked
    > ok.
    > >     >>     > > >     >     >
    > >     >>     > > >     >     > HTH,
    > >     >>     > > >     >     > -Alex
    > >     >>     > > >     >     >
    > >     >>     > > >     >     > On 10/3/18, 11:58 AM, "OmPrakash Muppirala"
    > <
    > >     >>     > > > bigosmallm@gmail.com>
    > >     >>     > > >     > wrote:
    > >     >>     > > >     >     >
    > >     >>     > > >     >     >     Another suggestion I have is - can we do
    > > all
    > >     >> the pushes
    > >     >>     > > to
    > >     >>     > > >     > remote after
    > >     >>     > > >     >     >     everything is done locally?  That way,
    > if
    > >     >> something
    > >     >>     > goes
    > >     >>     > > > wrong
    > >     >>     > > >     >     > halfway, we
    > >     >>     > > >     >     >     can just delete the royale-* dirs
    > locally
    > > and
    > >     >> rerun the
    > >     >>     > > >     >     > releasecandiate ant
    > >     >>     > > >     >     >     script?
    > >     >>     > > >     >     >
    > >     >>     > > >     >     >     Not sure if this is an easy change?
    > >     >>     > > >     >     >
    > >     >>     > > >     >     >     Thanks,
    > >     >>     > > >     >     >     Om
    > >     >>     > > >     >     >
    > >     >>     > > >     >     >     On Wed, Oct 3, 2018 at 11:42 AM
    > OmPrakash
    > >     >> Muppirala <
    > >     >>     > > >     >     > bigosmallm@gmail.com>
    > >     >>     > > >     >     >     wrote:
    > >     >>     > > >     >     >
    > >     >>     > > >     >     >     > Okay, I tried a couple of times and I
    > > have
    > >     >> started
    > >     >>     > > > getting
    > >     >>     > > >     > `SSL peer
    > >     >>     > > >     >     > shut
    > >     >>     > > >     >     >     > down incorrectly errors`
    > >     >>     > > >     >     >     >
    > >     >>     > > >     >     >     >      [exec] [INFO] [INFO]
    > >     >>     > > >     >     >     >
    > >     >>     > > >     >     >
    > >     >>     > > >     >
    > >     >>     > > >
    > >     >>     >
    > >     >>
    > > ------------------------------------------------------------------------
    > >     >>     > > >     >     >     >
    > >     >>     > > >     >     >     >      [exec] [INFO] [INFO] BUILD
    > FAILURE
    > >     >>     > > >     >     >     >
    > >     >>     > > >     >     >     >      [exec] [INFO] [INFO]
    > >     >>     > > >     >     >     >
    > >     >>     > > >     >     >
    > >     >>     > > >     >
    > >     >>     > > >
    > >     >>     >
    > >     >>
    > > ------------------------------------------------------------------------
    > >     >>     > > >     >     >     >
    > >     >>     > > >     >     >     >      [exec] [INFO] [INFO] Total time:
    > > 16:04
    > >     >> min
    > >     >>     > > >     >     >     >
    > >     >>     > > >     >     >     >      [exec] [INFO] [INFO] Finished at:
    > >     >>     > > >     > 2018-10-03T11:38:49-07:00
    > >     >>     > > >     >     >     >
    > >     >>     > > >     >     >     >      [exec] [INFO] [INFO]
    > >     >>     > > >     >     >     >
    > >     >>     > > >     >     >
    > >     >>     > > >     >
    > >     >>     > > >
    > >     >>     >
    > >     >>
    > > ------------------------------------------------------------------------
    > >     >>     > > >     >     >     >
    > >     >>     > > >     >     >     >      [exec] [INFO] [ERROR] Failed to
    > > execute
    > >     >> goal
    > >     >>     > > >     >     >     >
    > >     >>     > > org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
    > >     >>     > > >     >     > (default-deploy)
    > >     >>     > > >     >     >     > on project
    > >     >>     > Jewel-Light-NoFlat-Primary-Sunflower-Theme:
    > >     >>     > > > Failed
    > >     >>     > > >     > to
    > >     >>     > > >     >     > deploy
    > >     >>     > > >     >     >     > artifacts: Could not transfer artifact
    > >     >>     > > >     >     >     >
    > >     >>     > > >     >     >
    > >     >>     > > >     >
    > >     >>     > > >
    > >     >>     > >
    > >     >>     >
    > >     >>
    > >
    > org.apache.royale.framework:Jewel-Light-NoFlat-Primary-Sunflower-Theme:swc:0.9.4
    > >     >>     > > >     >     >     > from/to apache.releases.https (
    > >     >>     > > >     >     >     >
    > >     >>     > > >     >     >
    > >     >>     > > >     >
    > >     >>     > > >
    > >     >>     > >
    > >     >>     >
    > >     >>
    > >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fservice%2Flocal%2Fstaging%2Fdeploy%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7C7c0ea8e9184948214bd708d62fc6f7bc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748928944002615&amp;sdata=ETJMJdSRyzhfviU%2BcjhQNqaVC5PecGPa3Pu0YBPgS24%3D&amp;reserved=0
    > >     >>     > > >     >     > ):
    > >     >>     > > >     >     >     > Remote host closed connection during
    > >     >> handshake: SSL
    > >     >>     > > peer
    > >     >>     > > > shut
    > >     >>     > > >     > down
    > >     >>     > > >     >     >     > incorrectly -> [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]
    > >     >>     > > >     >     >     >
    > >     >>     > > >     >     >
    > >     >>     > > >     >
    > >     >>     > > >
    > >     >>     > >
    > >     >>     >
    > >     >>
    > >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7C7c0ea8e9184948214bd708d62fc6f7bc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748928944002615&amp;sdata=kwdBnwFaYTYepWogQSAyftGXVtwDk7dst%2FIwG5TT8dY%3D&amp;reserved=0
    > >     >>     > > >     >     >     >
    > >     >>     > > >     >     >     >      [exec] [INFO] [ERROR]
    > >     >>     > > >     >     >     >
    > >     >>     > > >     >     >     >      [exec] [INFO] [ERROR] After
    > > correcting
    > >     >> the
    > >     >>     > > > problems, you
    > >     >>     > > >     > can
    > >     >>     > > >     >     > resume
    > >     >>     > > >     >     >     > the build with the command
    > >     >>     > > >     >     >     >
    > >     >>     > > >     >     >     >      [exec] [INFO] [ERROR]   mvn
    > > <goals> -rf
    > >     >>     > > >     >     >     >
    > > :Jewel-Light-NoFlat-Primary-Sunflower-Theme
    > >     >>     > > >     >     >     >
    > >     >>     > > >     >     >     >      [exec] [INFO]
    > >     >>     > > >     >     >     >
    > >     >>     > > >     >     >
    > >     >>     > > >     >
    > >     >>     > > >
    > >     >>     >
    > >     >>
    > > ------------------------------------------------------------------------
    > >     >>     > > >     >     >     >
    > >     >>     > > >     >     >     >
    > >     >>     > > >     >     >     > I am guessing it is a bad internet
    > >     >> connection.  I am
    > >     >>     > > > wondering
    > >     >>     > > >     > if we
    > >     >>     > > >     >     > can
    > >     >>     > > >     >     >     > pass a -rf (resume from) option to the
    > > maven
    > >     >> call
    > >     >>     > from
    > >     >>     > > > ant?
    > >     >>     > > >     >     > Otherwise
    > >     >>     > > >     >     >     > doing all this from scratch everytime
    > > is a
    > >     >> big pain.
    > >     >>     > > >     >     >     >
    > >     >>     > > >     >     >     > Thanks,
    > >     >>     > > >     >     >     > Om
    > >     >>     > > >     >     >     >
    > >     >>     > > >     >     >     > On Wed, Oct 3, 2018 at 12:47 AM Alex
    > > Harui
    > >     >>     > > >     > <aharui@adobe.com.invalid
    > >     >>     > > >     >     > >
    > >     >>     > > >     >     >     > wrote:
    > >     >>     > > >     >     >     >
    > >     >>     > > >     >     >     >> Looks like it was a missing [
    > >     >>     > > >     >     >     >>
    > >     >>     > > >     >     >     >> MXRoyale and SparkRoyale built for
    > me.
    > >     >>     > > >     >     >     >>
    > >     >>     > > >     >     >     >> HTH,
    > >     >>     > > >     >     >     >> -Alex
    > >     >>     > > >     >     >     >>
    > >     >>     > > >     >     >     >> On 10/3/18, 12:43 AM, "OmPrakash
    > > Muppirala" <
    > >     >>     > > >     > bigosmallm@gmail.com>
    > >     >>     > > >     >     >     >> wrote:
    > >     >>     > > >     >     >     >>
    > >     >>     > > >     >     >     >>     Thanks!
    > >     >>     > > >     >     >     >>
    > >     >>     > > >     >     >     >>     I reverted everything back to
    > > previous
    > >     >> state.  I
    > >     >>     > > > can give
    > >     >>     > > >     > it a
    > >     >>     > > >     >     > shot
    > >     >>     > > >     >     >     >>     tomorrow evening.
    > >     >>     > > >     >     >     >>
    > >     >>     > > >     >     >     >>     Regards,
    > >     >>     > > >     >     >     >>     Om
    > >     >>     > > >     >     >     >>
    > >     >>     > > >     >     >     >>     On Wed, Oct 3, 2018 at 12:41 AM
    > > Alex
    > >     >> Harui
    > >     >>     > > >     >     > <ah...@adobe.com.invalid>
    > >     >>     > > >     >     >     >> wrote:
    > >     >>     > > >     >     >     >>
    > >     >>     > > >     >     >     >>     > It was in a releasable state.
    > >     >> TourDeFlex was
    > >     >>     > > > running
    > >     >>     > > >     > on it.
    > >     >>     > > >     >     >     >>     >
    > >     >>     > > >     >     >     >>     > I'm trying to track down the
    > > change
    > >     >> that broke
    > >     >>     > > it.
    > >     >>     > > >     >     >     >>     >
    > >     >>     > > >     >     >     >>     > -Alex
    > >     >>     > > >     >     >     >>     >
    > >     >>     > > >     >     >     >>     > On 10/3/18, 12:32 AM,
    > "OmPrakash
    > >     >> Muppirala" <
    > >     >>     > > >     >     > bigosmallm@gmail.com>
    > >     >>     > > >     >     >     >> wrote:
    > >     >>     > > >     >     >     >>     >
    > >     >>     > > >     >     >     >>     >     A bit more progress. Now we
    > > are
    > >     >> failing on
    > >     >>     > > the
    > >     >>     > > >     > MXRoyale
    > >     >>     > > >     >     > project:
    > >     >>     > > >     >     >     >>     >
    > >     >>     > > >     >     >     >>     >          [exec] [INFO] [INFO]
    > >     >>     > > >     >     >     >>     >
    > >     >>     > > >     >     >     >>     >
    > >     >>     > > >     >     >     >>
    > >     >>     > > >     >     >
    > >     >>     > > >     >
    > >     >>     > > >
    > >     >>     >
    > >     >>
    > > ------------------------------------------------------------------------
    > >     >>     > > >     >     >     >>     >
    > >     >>     > > >     >     >     >>     >          [exec] [INFO] [INFO]
    > > BUILD
    > >     >> FAILURE
    > >     >>     > > >     >     >     >>     >
    > >     >>     > > >     >     >     >>     >          [exec] [INFO] [INFO]
    > >     >>     > > >     >     >     >>     >
    > >     >>     > > >     >     >     >>     >
    > >     >>     > > >     >     >     >>
    > >     >>     > > >     >     >
    > >     >>     > > >     >
    > >     >>     > > >
    > >     >>     >
    > >     >>
    > > ------------------------------------------------------------------------
    > >     >>     > > >     >     >     >>     >
    > >     >>     > > >     >     >     >>     >          [exec] [INFO] [INFO]
    > > Total
    > >     >> time:
    > >     >>     > 01:34
    > >     >>     > > > min
    > >     >>     > > >     >     >     >>     >
    > >     >>     > > >     >     >     >>     >          [exec] [INFO] [INFO]
    > > Finished
    > >     >> at:
    > >     >>     > > >     >     > 2018-10-03T00:28:14-07:00
    > >     >>     > > >     >     >     >>     >
    > >     >>     > > >     >     >     >>     >          [exec] [INFO] [INFO]
    > >     >>     > > >     >     >     >>     >
    > >     >>     > > >     >     >     >>     >
    > >     >>     > > >     >     >     >>
    > >     >>     > > >     >     >
    > >     >>     > > >     >
    > >     >>     > > >
    > >     >>     >
    > >     >>
    > > ------------------------------------------------------------------------
    > >     >>     > > >     >     >     >>     >
    > >     >>     > > >     >     >     >>     >          [exec] [INFO] [ERROR]
    > > Failed
    > >     >> to
    > >     >>     > execute
    > >     >>     > > > goal
    > >     >>     > > >     >     >     >>     >
    > >     >>     > > >     >     >
    > >     >>     > > >
    > > org.apache.royale.compiler:royale-maven-plugin:0.9.4:compile-as
    > >     >>     > > >     >     >     >>     >     (default-compile-as) on
    > > project
    > >     >> MXRoyale:
    > >     >>     > > > There were
    > >     >>     > > >     >     > errors
    > >     >>     > > >     >     >     >> during the
    > >     >>     > > >     >     >     >>     >     build. Got return code 3 ->
    > > [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]
    > >     >>     > > >     >     >     >>     >
    > >     >>     > > >     >     >     >>     >
    > >     >>     > > >     >     >     >>
    > >     >>     > > >     >     >
    > >     >>     > > >     >
    > >     >>     > > >
    > >     >>     > >
    > >     >>     >
    > >     >>
    > >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7C7c0ea8e9184948214bd708d62fc6f7bc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748928944002615&amp;sdata=kwdBnwFaYTYepWogQSAyftGXVtwDk7dst%2FIwG5TT8dY%3D&amp;reserved=0
    > >     >>     > > >     >     >     >>     >
    > >     >>     > > >     >     >     >>     >          [exec] [INFO] [ERROR]
    > >     >>     > > >     >     >     >>     >
    > >     >>     > > >     >     >     >>     >          [exec] [INFO] [ERROR]
    > > After
    > >     >>     > correcting
    > >     >>     > > > the
    > >     >>     > > >     > problems,
    > >     >>     > > >     >     > you
    > >     >>     > > >     >     >     >> can
    > >     >>     > > >     >     >     >>     > resume
    > >     >>     > > >     >     >     >>     >     the build with the command
    > >     >>     > > >     >     >     >>     >
    > >     >>     > > >     >     >     >>     >          [exec] [INFO] [ERROR]
    > >  mvn
    > >     >> <goals>
    > >     >>     > -rf
    > >     >>     > > >     > :MXRoyale
    > >     >>     > > >     >     >     >>     >
    > >     >>     > > >     >     >     >>     >
    > >     >>     > > >     >     >     >>     >     Can we perhaps turn this
    > > project
    > >     >> off?  Is
    > >     >>     > it
    > >     >>     > > > in a
    > >     >>     > > >     >     > releasable
    > >     >>     > > >     >     >     >> state?
    > >     >>     > > >     >     >     >>     >
    > >     >>     > > >     >     >     >>     >     On Tue, Oct 2, 2018 at 7:30
    > > PM
    > >     >> OmPrakash
    > >     >>     > > > Muppirala <
    > >     >>     > > >     >     >     >>     > bigosmallm@gmail.com>
    > >     >>     > > >     >     >     >>     >     wrote:
    > >     >>     > > >     >     >     >>     >
    > >     >>     > > >     >     >     >>     >     > I'm going to give this
    > > another
    > >     >> shot in a
    > >     >>     > > > couple of
    > >     >>     > > >     >     > hours,
    > >     >>     > > >     >     >     >> unless
    > >     >>     > > >     >     >     >>     > there are
    > >     >>     > > >     >     >     >>     >     > any objections.
    > >     >>     > > >     >     >     >>     >     >
    > >     >>     > > >     >     >     >>     >     > Thanks,
    > >     >>     > > >     >     >     >>     >     > Om
    > >     >>     > > >     >     >     >>     >     >
    > >     >>     > > >     >     >     >>     >     > On Mon, Oct 1, 2018, 2:04
    > > PM
    > >     >> Alex Harui
    > >     >>     > > >     >     >     >> <ah...@adobe.com.invalid>
    > >     >>     > > >     >     >     >>     > wrote:
    > >     >>     > > >     >     >     >>     >     >
    > >     >>     > > >     >     >     >>     >     >> Jewel is mentioned in
    > > there.  I
    > >     >> added
    > >     >>     > > > mention of
    > >     >>     > > >     > the
    > >     >>     > > >     >     >     >> migration
    > >     >>     > > >     >     >     >>     > components
    > >     >>     > > >     >     >     >>     >     >> and tour de flex.  Not
    > > sure if
    > >     >> I got
    > >     >>     > the
    > >     >>     > > >     > formatting
    > >     >>     > > >     >     > right.
    > >     >>     > > >     >     >     >> I think
    > >     >>     > > >     >     >     >>     > it is
    > >     >>     > > >     >     >     >>     >     >> good enough.
    > >     >>     > > >     >     >     >>     >     >>
    > >     >>     > > >     >     >     >>     >     >> -Alex
    > >     >>     > > >     >     >     >>     >     >>
    > >     >>     > > >     >     >     >>     >     >> On 10/1/18, 12:13 PM,
    > > "OmPrakash
    > >     >>     > > > Muppirala" <
    > >     >>     > > >     >     >     >> bigosmallm@gmail.com>
    > >     >>     > > >     >     >     >>     >     >> wrote:
    > >     >>     > > >     >     >     >>     >     >>
    > >     >>     > > >     >     >     >>     >     >>     I updated it,
    > > although it
    > >     >> looks a
    > >     >>     > bit
    > >     >>     > > > sparse
    > >     >>     > > >     > now.
    > >     >>     > > >     >     > Can
    > >     >>     > > >     >     >     >> we list
    > >     >>     > > >     >     >     >>     > a few
    > >     >>     > > >     >     >     >>     >     >> major
    > >     >>     > > >     >     >     >>     >     >>     highlights here,
    > that
    > > I can
    > >     >> go add
    > >     >>     > to
    > >     >>     > > > the
    > >     >>     > > >     > release
    > >     >>     > > >     >     > notes?
    > >     >>     > > >     >     >     >>     >     >>     Jewel should at
    > least
    > > have
    > >     >> several
    > >     >>     > > > updates.
    > >     >>     > > >     >     >     >>     >     >>
    > >     >>     > > >     >     >     >>     >     >>     Thanks,
    > >     >>     > > >     >     >     >>     >     >>     Om
    > >     >>     > > >     >     >     >>     >     >>
    > >     >>     > > >     >     >     >>     >     >>     On Mon, Oct 1, 2018
    > at
    > >     >> 12:09 PM
    > >     >>     > Alex
    > >     >>     > > > Harui
    > >     >>     > > >     >     >     >>     > <ah...@adobe.com.invalid>
    > >     >>     > > >     >     >     >>     >     >> wrote:
    > >     >>     > > >     >     >     >>     >     >>
    > >     >>     > > >     >     >     >>     >     >>     > Hey, I just
    > noticed
    > > that
    > >     >> nobody
    > >     >>     > put
    > >     >>     > > > a 0.9.4
    > >     >>     > > >     >     > section in
    > >     >>     > > >     >     >     >> the
    > >     >>     > > >     >     >     >>     >     >> RELEASE_NOTES.
    > >     >>     > > >     >     >     >>     >     >>     > Maybe just rename
    > > the
    > >     >> 0.9.3
    > >     >>     > > section?
    > >     >>     > > >     >     >     >>     >     >>     >
    > >     >>     > > >     >     >     >>     >     >>     > -Alex
    > >     >>     > > >     >     >     >>     >     >>     >
    > >     >>     > > >     >     >     >>     >     >>     > On 10/1/18, 12:07
    > > PM,
    > >     >> "OmPrakash
    > >     >>     > > >     > Muppirala" <
    > >     >>     > > >     >     >     >>     > bigosmallm@gmail.com>
    > >     >>     > > >     >     >     >>     >     >> wrote:
    > >     >>     > > >     >     >     >>     >     >>     >
    > >     >>     > > >     >     >     >>     >     >>     >     Good catch!  I
    > > just
    > >     >> pushed a
    > >     >>     > > fix
    > >     >>     > > > for
    > >     >>     > > >     > that.
    > >     >>     > > >     >     >     >>     >     >>     >
    > >     >>     > > >     >     >     >>     >     >>     >     Thanks,
    > >     >>     > > >     >     >     >>     >     >>     >     Om
    > >     >>     > > >     >     >     >>     >     >>     >
    > >     >>     > > >     >     >     >>     >     >>     >     On Mon, Oct 1,
    > > 2018
    > >     >> at 11:04
    > >     >>     > AM
    > >     >>     > > > Alex
    > >     >>     > > >     > Harui
    > >     >>     > > >     >     >     >>     >     >>
    > <aharui@adobe.com.invalid
    > > >
    > >     >>     > > >     >     >     >>     >     >>     > wrote:
    > >     >>     > > >     >     >     >>     >     >>     >
    > >     >>     > > >     >
    
    
    
    -- 
    Carlos Rovira
    https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C7c0ea8e9184948214bd708d62fc6f7bc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748928944002615&amp;sdata=jubYy4VJB9bvW%2FmOuN6kpC2l7oVV9uFIq2%2FQtIEjtFk%3D&amp;reserved=0
    


Re: [Discuss] Start release process 0.9.3

Posted by Carlos Rovira <ca...@apache.org>.
Hi,

I'm a bit confused with the actual state of the repo. We should stay in
0.9.4-SNAPSHOT? or 0.9.5-SNAPSHOT?
I'm building with the latest since 1-2 days but removed all royale folder
with all maven artifacts and rebuild from scratch, makes me have mixed
versions, since some artifacts are downloading 0.9.4 instead of use 0.9.5

Piotr, seems nobody  take the request to continue with the release for now,
so I propose to stabilize the repo.

Thoughts?

Carlos





El jue., 11 oct. 2018 a las 20:33, Piotr Zarzycki (<
piotrzarzycki21@gmail.com>) escribió:

> Hi Alex,
>
> Unfortunately in the next couple of days I won't have time for that. If
> someone can do that feel free jump into it.
>
> Piotr
>
> On Thu, Oct 11, 2018, 6:43 PM Alex Harui <ah...@adobe.com.invalid> wrote:
>
> > After digging through the output you pasted, it appears that the
> > "check-empty-folder" target isn't quite right and didn't catch that you
> > didn't run "maven" against an empty folder.  Although I am a bit puzzled
> > why there were modified files in the working copy.
> >
> > Maven and the scripts have some expectation that you are starting from
> the
> > beginning, so if Maven got far enough to create a tag and you have to
> start
> > over, you have to remove the tag.  These scripts are still under
> > development so you should not expect that every situation has been
> > accounted for.
> >
> > So, go delete the tag.  Instructions for doing so are in the wiki.  Maybe
> > figure out why those files were modified, but maybe because your earlier
> > run didn't have the right gpg password.
> >
> > Try changing the check-empty-folder to also test for:
> >
> >         <available file="${basedir}/royale-asjs/build.properties"
> >             type="file"
> >             property="found.build.properties" value="true" />
> >
> > Then it should catch you on the steps where you are supposed to start by
> > pulling down the repos again.
> >
> > If you don't have time for any of that, let us know here so the next RM
> > can know where to start.
> >
> > -Alex
> >
> > On 10/11/18, 2:05 AM, "Piotr Zarzycki" <pi...@gmail.com>
> wrote:
> >
> >     I gave up again :) It costs me to much time. I thought since Om did
> so
> > much
> >     progress I will launch the script and will work. It's still failing.
> >
> >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FWJ44&amp;data=02%7C01%7Caharui%40adobe.com%7C7b4f4f106a0e4832f0bc08d62f58b09f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748455300137124&amp;sdata=VPvmFmVVt4GPIN49a2PqnG5D%2BvyQRELMH9rmntm1%2BcE%3D&amp;reserved=0
> >
> >     I run first time and had problem with gpg password - just forgot it,
> > but
> >     run it again and type correct password. Probably first time this tag
> > was
> >     created and now script failing cause tag exits. Never ending story.
> >
> >     I'm in that step - If someone would like to try it out let me know
> and
> > I
> >     won't revert anything for now:
> >
> >     ant -f releasecandidate.xml -Drelease.version="0.9.4"
> > -Dbrowser="c:\Program
> >     Files\Mozilla Firefox\firefox.exe" -Drc=1 maven
> >
> >     Thanks,
> >     Piotr
> >
> >
> >     czw., 11 paź 2018 o 10:13 Piotr Zarzycki <pi...@gmail.com>
> >     napisał(a):
> >
> >     > Hi Alex,
> >     >
> >     > This is what I'm getting for git status for royale-compiler [1]
> >     >
> >     > [1]
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FYuiH&amp;data=02%7C01%7Caharui%40adobe.com%7C7b4f4f106a0e4832f0bc08d62f58b09f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748455300137124&amp;sdata=gXJ6R%2Fdf0DFd8vp16PjOONvUoqJpm5q7ajbdG5DsQMY%3D&amp;reserved=0
> >     >
> >     > Thanks,
> >     > Piotr
> >     >
> >     > śr., 10 paź 2018 o 17:50 Alex Harui <ah...@adobe.com.invalid>
> > napisał(a):
> >     >
> >     >> What does 'git status' return for that local copy of the
> > royale-compiler
> >     >> repo?
> >     >>
> >     >> That part of the script is trying to see if compiler-jburg-types
> and
> >     >> compiler-build-tools needed a version update that needs to be
> > pushed.
> >     >> Those two projects should be at 1.0.0 since we rarely, if ever,
> > will need
> >     >> to modify it.  There shouldn't have been modifications in this
> > release, yet
> >     >> Git status is reporting modifications to some file.  A test is
> done
> > to
> >     >> check for the word "modified:" in the 'git status' output, then
> that
> >     >> attempt to push is executed.  Somehow, the git status is implying
> >     >> modifications but the files we are trying to push are not
> modified.
> >     >>
> >     >> The solutions should not require reverting of the release branch.
> > It
> >     >> looks like you have successfully created a correct set of branches
> > and the
> >     >> steps you are running start by pulling down the release branch.  I
> > didn't
> >     >> see any commits to the release branch from the scripts, so to
> > re-start, it
> >     >> should just be manually deleting the local copies of the repos and
> > running
> >     >> the Ant command again after making one of the changes to
> >     >> releasecandidate.xml I will describe below:
> >     >>
> >     >> IMO, the choices are (and there may be more choices)
> >     >> 1.  Figure out how to be smarter about what 'git status' output
> > will say
> >     >> so the test works correctly
> >     >> 2. Set failonerror="false" on the push step and not care if that
> > push
> >     >> succeeds.  This is slightly risky if we ever do want to push
> > changes, but
> >     >> again, that is low probability, IMO.
> >     >> 3. Comment out those steps since it will be rare we will need
> > them.  If
> >     >> we do need them some day, the RM will have to remember to
> uncomment
> > those
> >     >> steps.
> >     >>
> >     >> HTH,
> >     >> -Alex
> >     >>
> >     >> On 10/10/18, 2:52 AM, "Piotr Zarzycki" <piotrzarzycki21@gmail.com
> >
> >     >> wrote:
> >     >>
> >     >>     Ok It's failed :) However I passed step 3 in instruction. Step
> > 4 is
> >     >> failing
> >     >>     [1] - if someone know what could it be - I will wait with
> > reverting
> >     >> changes.
> >     >>
> >     >>     Lines in stacktrace are pointing in ant script to following
> > targets:
> >     >>
> >     >>     Line 556: git-commit-and-push-utils
> >     >>     Line 487: git-commit-and-push-utils-if-modified
> >     >>     Line 473:
> >     >>
> >     >>     <exec executable="${git}" dir="${compiler}"
> failonerror="true" >
> >     >>                 <arg value="commit" />
> >     >>                 <arg value="-m" />
> >     >>                 <arg value="remove SNAPSHOT from
> > compiler-jburg-types and
> >     >>     compiler-build-tools versions" />
> >     >>             </exec>
> >     >>
> >     >>     [1]
> >     >>
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2Fbg5e&amp;data=02%7C01%7Caharui%40adobe.com%7C7b4f4f106a0e4832f0bc08d62f58b09f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748455300137124&amp;sdata=EgkW%2BtCG8WM229zkua3ObIqpQR0PJ29LjvKdsFijY9E%3D&amp;reserved=0
> >     >>
> >     >>     Thanks,
> >     >>     Piotr
> >     >>
> >     >>
> >     >>     śr., 10 paź 2018 o 11:34 Carlos Rovira <
> carlosrovira@apache.org
> > >
> >     >> napisał(a):
> >     >>
> >     >>     > Ok Piotr, good luck! :)
> >     >>     >
> >     >>     > El mié., 10 oct. 2018 a las 10:34, Piotr Zarzycki (<
> >     >>     > piotrzarzycki21@gmail.com>) escribió:
> >     >>     >
> >     >>     > > Hi Guys,
> >     >>     > >
> >     >>     > > I will try right now process from my PC. We will see how
> > far I
> >     >> will go
> >     >>     > with
> >     >>     > > that.
> >     >>     > >
> >     >>     > > Piotr
> >     >>     > >
> >     >>     > > czw., 4 paź 2018 o 22:01 Alex Harui
> > <ah...@adobe.com.invalid>
> >     >>     > napisał(a):
> >     >>     > >
> >     >>     > > > Hi Om,
> >     >>     > > >
> >     >>     > > > If make_branches succeeds, then you shouldn't need to go
> > back
> >     >> and
> >     >>     > delete
> >     >>     > > > branches and tags and run make_branches again if the
> > "maven"
> >     >> step
> >     >>     > fails.
> >     >>     > > >
> >     >>     > > > You might need to revert any changes to the release
> > branch that
> >     >> the
> >     >>     > > > "maven" step did, but then you should be able to delete
> > the
> >     >> local copy
> >     >>     > of
> >     >>     > > > the branches and start again with "maven" or
> >     >>     > > > "maven_skip_compiler_and_typedefs" if you got all the
> way
> > up to
> >     >>     > > royale-asjs.
> >     >>     > > >
> >     >>     > > > What are some of the 200+ files that don't get reverted
> > back to
> >     >> 0.9.4?
> >     >>     > > >
> >     >>     > > > You are welcome to try to add the "continue" option.  I
> > would
> >     >> suggest
> >     >>     > > > adding a dummy parameter.  So if the script currently
> > calls
> >     >> Maven like
> >     >>     > > this:
> >     >>     > > >
> >     >>     > > >         <exec executable="${mvn}"
> >     >> dir="${basedir}/maven-release-plugin"
> >     >>     > > > failonerror="true" >
> >     >>     > > >             <arg value="clean" />
> >     >>     > > >             <arg value="install" />
> >     >>     > > >         </exec>
> >     >>     > > >
> >     >>     > > > You can try changing it to something like this:
> >     >>     > > >
> >     >>     > > >         <property name="continueOption"
> value="-Ddummy=0"
> > />
> >     >>     > > >         <exec executable="${mvn}"
> >     >> dir="${basedir}/maven-release-plugin"
> >     >>     > > > failonerror="true" >
> >     >>     > > >             <arg value="${continueOption}" />
> >     >>     > > >             <arg value="clean" />
> >     >>     > > >             <arg value="install" />
> >     >>     > > >         </exec>
> >     >>     > > >
> >     >>     > > > Then you should be able to set in your local.properties:
> >     >>     > > >
> >     >>     > > > continueOption=-rf JewelExample
> >     >>     > > >
> >     >>     > > > You will probably need to use different names for each
> > call to
> >     >> Maven so
> >     >>     > > > subsequent Maven calls don't pick up the same option.
> >     >>     > > >
> >     >>     > > > HTH,
> >     >>     > > > -Alex
> >     >>     > > >
> >     >>     > > > On 10/4/18, 11:58 AM, "OmPrakash Muppirala" <
> >     >> bigosmallm@gmail.com>
> >     >>     > > wrote:
> >     >>     > > >
> >     >>     > > >     On Thu, Oct 4, 2018 at 1:48 AM Alex Harui
> >     >> <aharui@adobe.com.invalid
> >     >>     > >
> >     >>     > > > wrote:
> >     >>     > > >
> >     >>     > > >     > Om, it looks like you are still deleting and
> > recreating
> >     >> the
> >     >>     > > branches.
> >     >>     > > >     > Does this mean you have never completed the
> > make_branches
> >     >> step?
> >     >>     > > >
> >     >>     > > >
> >     >>     > > >     Yes, I delete the tags, branches (remote) each time
> >     >> something
> >     >>     > fails.
> >     >>     > > > Then
> >     >>     > > >     I do a global search for 0.9.5 and replace it with
> > 0.9.4
> >     >> (some 200+
> >     >>     > > > files
> >     >>     > > >     across 3 repos), then push them into remote/develop.
> >     >>     > > >
> >     >>     > > >     Then I do the make_branches step first.  Then do a
> > git push
> >     >> in
> >     >>     > > > roayale-asjs
> >     >>     > > >     as per the instructions in the commandline. I have
> > never
> >     >> had issues
> >     >>     > > > with
> >     >>     > > >     this step.  It is always the maven step that fails
> > for some
> >     >> reason
> >     >>     > or
> >     >>     > > > the
> >     >>     > > >     other.
> >     >>     > > >
> >     >>     > > >
> >     >>     > > >     > Is make_branches failing trying to run a build in
> > the
> >     >> develop
> >     >>     > > branch
> >     >>     > > > and
> >     >>     > > >     > uploading 0.9.5-SNAPSHOT artifacts?
> >     >>     > > >
> >     >>     > > >
> >     >>     > > >     No
> >     >>     > > >
> >     >>     > > >
> >     >>     > > >     > I supposed we could try to find a way to skip
> that,
> > but
> >     >> you will
> >     >>     > > need
> >     >>     > > >     > reliable uploading to repository.a.o to be an RM
> > without
> >     >> going
> >     >>     > > crazy.
> >     >>     > > >     >
> >     >>     > > >
> >     >>     > > >     Hmm, I use the same internet connection for personal
> > and
> >     >> work
> >     >>     > related
> >     >>     > > >     activities.  I don't usually have issues with
> > internet.
> >     >> Either we
> >     >>     > > are
> >     >>     > > > very
> >     >>     > > >     unlucky here or we need a more reselient way to pick
> > up
> >     >> things if
> >     >>     > we
> >     >>     > > > lose
> >     >>     > > >     internet connectivity momentarily.
> >     >>     > > >
> >     >>     > > >     It takes upwards of 90 minutes of uploading stuff. I
> > dont
> >     >> do this
> >     >>     > > kind
> >     >>     > > > of
> >     >>     > > >     uploading for my regular work, so that is probably I
> > have
> >     >> never hit
> >     >>     > > > this
> >     >>     > > >     issue before.
> >     >>     > > >
> >     >>     > > >     I still think that looking into the 'resume-from'
> > directive
> >     >> in
> >     >>     > maven
> >     >>     > > is
> >     >>     > > >     worthwhile.
> >     >>     > > >
> >     >>     > > >     Thanks,
> >     >>     > > >     Om
> >     >>     > > >
> >     >>     > > >
> >     >>     > > >     >
> >     >>     > > >     > -Alex
> >     >>     > > >     >
> >     >>     > > >     > On 10/3/18, 2:11 PM, "OmPrakash Muppirala" <
> >     >> bigosmallm@gmail.com
> >     >>     > >
> >     >>     > > > wrote:
> >     >>     > > >     >
> >     >>     > > >     >     On Wed, Oct 3, 2018 at 2:02 PM Alex Harui
> >     >>     > > > <ah...@adobe.com.invalid>
> >     >>     > > >     > wrote:
> >     >>     > > >     >
> >     >>     > > >     >     > Hi Om,
> >     >>     > > >     >     >
> >     >>     > > >     >     > Does anything deploy, or is that the first
> > thing
> >     >> that is
> >     >>     > > > attempted to
> >     >>     > > >     >     > deploy?  I found this article that might
> help:
> >     >>     > > >     >     >
> >     >>     > > >     >     >
> >     >>     > > >     >
> >     >>     > > >
> >     >>     > >
> >     >>     >
> >     >>
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.apigee.com%2Fquestions%2F50756%2Funable-to-deploy-using-maven-script-due-to-error-r.html&amp;data=02%7C01%7Caharui%40adobe.com%7C7b4f4f106a0e4832f0bc08d62f58b09f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748455300137124&amp;sdata=awLuDDC0qBKtdbrjKvbMgZD6rQ0mC7k%2BrdRK%2Fvkv1to%3D&amp;reserved=0
> >     >>     > > >     >
> >     >>     > > >     >
> >     >>     > > >     >     It deployed a lot of artifacts before hitting
> > this
> >     >> error.  I
> >     >>     > > > don't see
> >     >>     > > >     >     anything special with this artifact.  So, I am
> >     >> guessing that
> >     >>     > it
> >     >>     > > > was a
> >     >>     > > >     >     momentary bad connection that caused this.
> >     >>     > > >     >
> >     >>     > > >     >
> >     >>     > > >     >     >
> >     >>     > > >     >     >
> >     >>     > > >     >     > I would be concerned about restarting from
> the
> >     >> middle of a
> >     >>     > > > Maven
> >     >>     > > >     > call.  I
> >     >>     > > >     >     > suppose you could try it, but what if it
> > skipped an
> >     >>     > artifact?
> >     >>     > > >     >     >
> >     >>     > > >     >
> >     >>     > > >     >     The maven error message explicitly says this:
> >     >>     > > >     >
> >     >>     > > >     >          [exec] [INFO] [ERROR] After correcting
> the
> >     >> problems, you
> >     >>     > > can
> >     >>     > > >     > resume
> >     >>     > > >     >     the build with the command
> >     >>     > > >     >
> >     >>     > > >     >          [exec] [INFO] [ERROR]   mvn <goals> -rf
> >     >>     > > >     >     :Jewel-Light-NoFlat-Primary-Sunflower-Theme
> >     >>     > > >     >
> >     >>     > > >     >
> >     >>     > > >     >     >
> >     >>     > > >     >     > There should be Ant targets for starting
> only
> > on
> >     >>     > royale-asjs
> >     >>     > > if
> >     >>     > > >     >     > royale-compiler and royale=typedefs worked
> ok.
> >     >>     > > >     >     >
> >     >>     > > >     >     > HTH,
> >     >>     > > >     >     > -Alex
> >     >>     > > >     >     >
> >     >>     > > >     >     > On 10/3/18, 11:58 AM, "OmPrakash Muppirala"
> <
> >     >>     > > > bigosmallm@gmail.com>
> >     >>     > > >     > wrote:
> >     >>     > > >     >     >
> >     >>     > > >     >     >     Another suggestion I have is - can we do
> > all
> >     >> the pushes
> >     >>     > > to
> >     >>     > > >     > remote after
> >     >>     > > >     >     >     everything is done locally?  That way,
> if
> >     >> something
> >     >>     > goes
> >     >>     > > > wrong
> >     >>     > > >     >     > halfway, we
> >     >>     > > >     >     >     can just delete the royale-* dirs
> locally
> > and
> >     >> rerun the
> >     >>     > > >     >     > releasecandiate ant
> >     >>     > > >     >     >     script?
> >     >>     > > >     >     >
> >     >>     > > >     >     >     Not sure if this is an easy change?
> >     >>     > > >     >     >
> >     >>     > > >     >     >     Thanks,
> >     >>     > > >     >     >     Om
> >     >>     > > >     >     >
> >     >>     > > >     >     >     On Wed, Oct 3, 2018 at 11:42 AM
> OmPrakash
> >     >> Muppirala <
> >     >>     > > >     >     > bigosmallm@gmail.com>
> >     >>     > > >     >     >     wrote:
> >     >>     > > >     >     >
> >     >>     > > >     >     >     > Okay, I tried a couple of times and I
> > have
> >     >> started
> >     >>     > > > getting
> >     >>     > > >     > `SSL peer
> >     >>     > > >     >     > shut
> >     >>     > > >     >     >     > down incorrectly errors`
> >     >>     > > >     >     >     >
> >     >>     > > >     >     >     >      [exec] [INFO] [INFO]
> >     >>     > > >     >     >     >
> >     >>     > > >     >     >
> >     >>     > > >     >
> >     >>     > > >
> >     >>     >
> >     >>
> > ------------------------------------------------------------------------
> >     >>     > > >     >     >     >
> >     >>     > > >     >     >     >      [exec] [INFO] [INFO] BUILD
> FAILURE
> >     >>     > > >     >     >     >
> >     >>     > > >     >     >     >      [exec] [INFO] [INFO]
> >     >>     > > >     >     >     >
> >     >>     > > >     >     >
> >     >>     > > >     >
> >     >>     > > >
> >     >>     >
> >     >>
> > ------------------------------------------------------------------------
> >     >>     > > >     >     >     >
> >     >>     > > >     >     >     >      [exec] [INFO] [INFO] Total time:
> > 16:04
> >     >> min
> >     >>     > > >     >     >     >
> >     >>     > > >     >     >     >      [exec] [INFO] [INFO] Finished at:
> >     >>     > > >     > 2018-10-03T11:38:49-07:00
> >     >>     > > >     >     >     >
> >     >>     > > >     >     >     >      [exec] [INFO] [INFO]
> >     >>     > > >     >     >     >
> >     >>     > > >     >     >
> >     >>     > > >     >
> >     >>     > > >
> >     >>     >
> >     >>
> > ------------------------------------------------------------------------
> >     >>     > > >     >     >     >
> >     >>     > > >     >     >     >      [exec] [INFO] [ERROR] Failed to
> > execute
> >     >> goal
> >     >>     > > >     >     >     >
> >     >>     > > org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
> >     >>     > > >     >     > (default-deploy)
> >     >>     > > >     >     >     > on project
> >     >>     > Jewel-Light-NoFlat-Primary-Sunflower-Theme:
> >     >>     > > > Failed
> >     >>     > > >     > to
> >     >>     > > >     >     > deploy
> >     >>     > > >     >     >     > artifacts: Could not transfer artifact
> >     >>     > > >     >     >     >
> >     >>     > > >     >     >
> >     >>     > > >     >
> >     >>     > > >
> >     >>     > >
> >     >>     >
> >     >>
> >
> org.apache.royale.framework:Jewel-Light-NoFlat-Primary-Sunflower-Theme:swc:0.9.4
> >     >>     > > >     >     >     > from/to apache.releases.https (
> >     >>     > > >     >     >     >
> >     >>     > > >     >     >
> >     >>     > > >     >
> >     >>     > > >
> >     >>     > >
> >     >>     >
> >     >>
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fservice%2Flocal%2Fstaging%2Fdeploy%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7C7b4f4f106a0e4832f0bc08d62f58b09f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748455300137124&amp;sdata=1C5tkO6gLEDUOXGLZgwQSkx25Ud8bUG2X6d1DQCaPmQ%3D&amp;reserved=0
> >     >>     > > >     >     > ):
> >     >>     > > >     >     >     > Remote host closed connection during
> >     >> handshake: SSL
> >     >>     > > peer
> >     >>     > > > shut
> >     >>     > > >     > down
> >     >>     > > >     >     >     > incorrectly -> [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]
> >     >>     > > >     >     >     >
> >     >>     > > >     >     >
> >     >>     > > >     >
> >     >>     > > >
> >     >>     > >
> >     >>     >
> >     >>
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7C7b4f4f106a0e4832f0bc08d62f58b09f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748455300147133&amp;sdata=hvNM5inigC4ldfW8OqDU%2BnocoR%2BZqewteKhWKFdk7bk%3D&amp;reserved=0
> >     >>     > > >     >     >     >
> >     >>     > > >     >     >     >      [exec] [INFO] [ERROR]
> >     >>     > > >     >     >     >
> >     >>     > > >     >     >     >      [exec] [INFO] [ERROR] After
> > correcting
> >     >> the
> >     >>     > > > problems, you
> >     >>     > > >     > can
> >     >>     > > >     >     > resume
> >     >>     > > >     >     >     > the build with the command
> >     >>     > > >     >     >     >
> >     >>     > > >     >     >     >      [exec] [INFO] [ERROR]   mvn
> > <goals> -rf
> >     >>     > > >     >     >     >
> > :Jewel-Light-NoFlat-Primary-Sunflower-Theme
> >     >>     > > >     >     >     >
> >     >>     > > >     >     >     >      [exec] [INFO]
> >     >>     > > >     >     >     >
> >     >>     > > >     >     >
> >     >>     > > >     >
> >     >>     > > >
> >     >>     >
> >     >>
> > ------------------------------------------------------------------------
> >     >>     > > >     >     >     >
> >     >>     > > >     >     >     >
> >     >>     > > >     >     >     > I am guessing it is a bad internet
> >     >> connection.  I am
> >     >>     > > > wondering
> >     >>     > > >     > if we
> >     >>     > > >     >     > can
> >     >>     > > >     >     >     > pass a -rf (resume from) option to the
> > maven
> >     >> call
> >     >>     > from
> >     >>     > > > ant?
> >     >>     > > >     >     > Otherwise
> >     >>     > > >     >     >     > doing all this from scratch everytime
> > is a
> >     >> big pain.
> >     >>     > > >     >     >     >
> >     >>     > > >     >     >     > Thanks,
> >     >>     > > >     >     >     > Om
> >     >>     > > >     >     >     >
> >     >>     > > >     >     >     > On Wed, Oct 3, 2018 at 12:47 AM Alex
> > Harui
> >     >>     > > >     > <aharui@adobe.com.invalid
> >     >>     > > >     >     > >
> >     >>     > > >     >     >     > wrote:
> >     >>     > > >     >     >     >
> >     >>     > > >     >     >     >> Looks like it was a missing [
> >     >>     > > >     >     >     >>
> >     >>     > > >     >     >     >> MXRoyale and SparkRoyale built for
> me.
> >     >>     > > >     >     >     >>
> >     >>     > > >     >     >     >> HTH,
> >     >>     > > >     >     >     >> -Alex
> >     >>     > > >     >     >     >>
> >     >>     > > >     >     >     >> On 10/3/18, 12:43 AM, "OmPrakash
> > Muppirala" <
> >     >>     > > >     > bigosmallm@gmail.com>
> >     >>     > > >     >     >     >> wrote:
> >     >>     > > >     >     >     >>
> >     >>     > > >     >     >     >>     Thanks!
> >     >>     > > >     >     >     >>
> >     >>     > > >     >     >     >>     I reverted everything back to
> > previous
> >     >> state.  I
> >     >>     > > > can give
> >     >>     > > >     > it a
> >     >>     > > >     >     > shot
> >     >>     > > >     >     >     >>     tomorrow evening.
> >     >>     > > >     >     >     >>
> >     >>     > > >     >     >     >>     Regards,
> >     >>     > > >     >     >     >>     Om
> >     >>     > > >     >     >     >>
> >     >>     > > >     >     >     >>     On Wed, Oct 3, 2018 at 12:41 AM
> > Alex
> >     >> Harui
> >     >>     > > >     >     > <ah...@adobe.com.invalid>
> >     >>     > > >     >     >     >> wrote:
> >     >>     > > >     >     >     >>
> >     >>     > > >     >     >     >>     > It was in a releasable state.
> >     >> TourDeFlex was
> >     >>     > > > running
> >     >>     > > >     > on it.
> >     >>     > > >     >     >     >>     >
> >     >>     > > >     >     >     >>     > I'm trying to track down the
> > change
> >     >> that broke
> >     >>     > > it.
> >     >>     > > >     >     >     >>     >
> >     >>     > > >     >     >     >>     > -Alex
> >     >>     > > >     >     >     >>     >
> >     >>     > > >     >     >     >>     > On 10/3/18, 12:32 AM,
> "OmPrakash
> >     >> Muppirala" <
> >     >>     > > >     >     > bigosmallm@gmail.com>
> >     >>     > > >     >     >     >> wrote:
> >     >>     > > >     >     >     >>     >
> >     >>     > > >     >     >     >>     >     A bit more progress. Now we
> > are
> >     >> failing on
> >     >>     > > the
> >     >>     > > >     > MXRoyale
> >     >>     > > >     >     > project:
> >     >>     > > >     >     >     >>     >
> >     >>     > > >     >     >     >>     >          [exec] [INFO] [INFO]
> >     >>     > > >     >     >     >>     >
> >     >>     > > >     >     >     >>     >
> >     >>     > > >     >     >     >>
> >     >>     > > >     >     >
> >     >>     > > >     >
> >     >>     > > >
> >     >>     >
> >     >>
> > ------------------------------------------------------------------------
> >     >>     > > >     >     >     >>     >
> >     >>     > > >     >     >     >>     >          [exec] [INFO] [INFO]
> > BUILD
> >     >> FAILURE
> >     >>     > > >     >     >     >>     >
> >     >>     > > >     >     >     >>     >          [exec] [INFO] [INFO]
> >     >>     > > >     >     >     >>     >
> >     >>     > > >     >     >     >>     >
> >     >>     > > >     >     >     >>
> >     >>     > > >     >     >
> >     >>     > > >     >
> >     >>     > > >
> >     >>     >
> >     >>
> > ------------------------------------------------------------------------
> >     >>     > > >     >     >     >>     >
> >     >>     > > >     >     >     >>     >          [exec] [INFO] [INFO]
> > Total
> >     >> time:
> >     >>     > 01:34
> >     >>     > > > min
> >     >>     > > >     >     >     >>     >
> >     >>     > > >     >     >     >>     >          [exec] [INFO] [INFO]
> > Finished
> >     >> at:
> >     >>     > > >     >     > 2018-10-03T00:28:14-07:00
> >     >>     > > >     >     >     >>     >
> >     >>     > > >     >     >     >>     >          [exec] [INFO] [INFO]
> >     >>     > > >     >     >     >>     >
> >     >>     > > >     >     >     >>     >
> >     >>     > > >     >     >     >>
> >     >>     > > >     >     >
> >     >>     > > >     >
> >     >>     > > >
> >     >>     >
> >     >>
> > ------------------------------------------------------------------------
> >     >>     > > >     >     >     >>     >
> >     >>     > > >     >     >     >>     >          [exec] [INFO] [ERROR]
> > Failed
> >     >> to
> >     >>     > execute
> >     >>     > > > goal
> >     >>     > > >     >     >     >>     >
> >     >>     > > >     >     >
> >     >>     > > >
> > org.apache.royale.compiler:royale-maven-plugin:0.9.4:compile-as
> >     >>     > > >     >     >     >>     >     (default-compile-as) on
> > project
> >     >> MXRoyale:
> >     >>     > > > There were
> >     >>     > > >     >     > errors
> >     >>     > > >     >     >     >> during the
> >     >>     > > >     >     >     >>     >     build. Got return code 3 ->
> > [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]
> >     >>     > > >     >     >     >>     >
> >     >>     > > >     >     >     >>     >
> >     >>     > > >     >     >     >>
> >     >>     > > >     >     >
> >     >>     > > >     >
> >     >>     > > >
> >     >>     > >
> >     >>     >
> >     >>
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7C7b4f4f106a0e4832f0bc08d62f58b09f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748455300147133&amp;sdata=hvNM5inigC4ldfW8OqDU%2BnocoR%2BZqewteKhWKFdk7bk%3D&amp;reserved=0
> >     >>     > > >     >     >     >>     >
> >     >>     > > >     >     >     >>     >          [exec] [INFO] [ERROR]
> >     >>     > > >     >     >     >>     >
> >     >>     > > >     >     >     >>     >          [exec] [INFO] [ERROR]
> > After
> >     >>     > correcting
> >     >>     > > > the
> >     >>     > > >     > problems,
> >     >>     > > >     >     > you
> >     >>     > > >     >     >     >> can
> >     >>     > > >     >     >     >>     > resume
> >     >>     > > >     >     >     >>     >     the build with the command
> >     >>     > > >     >     >     >>     >
> >     >>     > > >     >     >     >>     >          [exec] [INFO] [ERROR]
> >  mvn
> >     >> <goals>
> >     >>     > -rf
> >     >>     > > >     > :MXRoyale
> >     >>     > > >     >     >     >>     >
> >     >>     > > >     >     >     >>     >
> >     >>     > > >     >     >     >>     >     Can we perhaps turn this
> > project
> >     >> off?  Is
> >     >>     > it
> >     >>     > > > in a
> >     >>     > > >     >     > releasable
> >     >>     > > >     >     >     >> state?
> >     >>     > > >     >     >     >>     >
> >     >>     > > >     >     >     >>     >     On Tue, Oct 2, 2018 at 7:30
> > PM
> >     >> OmPrakash
> >     >>     > > > Muppirala <
> >     >>     > > >     >     >     >>     > bigosmallm@gmail.com>
> >     >>     > > >     >     >     >>     >     wrote:
> >     >>     > > >     >     >     >>     >
> >     >>     > > >     >     >     >>     >     > I'm going to give this
> > another
> >     >> shot in a
> >     >>     > > > couple of
> >     >>     > > >     >     > hours,
> >     >>     > > >     >     >     >> unless
> >     >>     > > >     >     >     >>     > there are
> >     >>     > > >     >     >     >>     >     > any objections.
> >     >>     > > >     >     >     >>     >     >
> >     >>     > > >     >     >     >>     >     > Thanks,
> >     >>     > > >     >     >     >>     >     > Om
> >     >>     > > >     >     >     >>     >     >
> >     >>     > > >     >     >     >>     >     > On Mon, Oct 1, 2018, 2:04
> > PM
> >     >> Alex Harui
> >     >>     > > >     >     >     >> <ah...@adobe.com.invalid>
> >     >>     > > >     >     >     >>     > wrote:
> >     >>     > > >     >     >     >>     >     >
> >     >>     > > >     >     >     >>     >     >> Jewel is mentioned in
> > there.  I
> >     >> added
> >     >>     > > > mention of
> >     >>     > > >     > the
> >     >>     > > >     >     >     >> migration
> >     >>     > > >     >     >     >>     > components
> >     >>     > > >     >     >     >>     >     >> and tour de flex.  Not
> > sure if
> >     >> I got
> >     >>     > the
> >     >>     > > >     > formatting
> >     >>     > > >     >     > right.
> >     >>     > > >     >     >     >> I think
> >     >>     > > >     >     >     >>     > it is
> >     >>     > > >     >     >     >>     >     >> good enough.
> >     >>     > > >     >     >     >>     >     >>
> >     >>     > > >     >     >     >>     >     >> -Alex
> >     >>     > > >     >     >     >>     >     >>
> >     >>     > > >     >     >     >>     >     >> On 10/1/18, 12:13 PM,
> > "OmPrakash
> >     >>     > > > Muppirala" <
> >     >>     > > >     >     >     >> bigosmallm@gmail.com>
> >     >>     > > >     >     >     >>     >     >> wrote:
> >     >>     > > >     >     >     >>     >     >>
> >     >>     > > >     >     >     >>     >     >>     I updated it,
> > although it
> >     >> looks a
> >     >>     > bit
> >     >>     > > > sparse
> >     >>     > > >     > now.
> >     >>     > > >     >     > Can
> >     >>     > > >     >     >     >> we list
> >     >>     > > >     >     >     >>     > a few
> >     >>     > > >     >     >     >>     >     >> major
> >     >>     > > >     >     >     >>     >     >>     highlights here,
> that
> > I can
> >     >> go add
> >     >>     > to
> >     >>     > > > the
> >     >>     > > >     > release
> >     >>     > > >     >     > notes?
> >     >>     > > >     >     >     >>     >     >>     Jewel should at
> least
> > have
> >     >> several
> >     >>     > > > updates.
> >     >>     > > >     >     >     >>     >     >>
> >     >>     > > >     >     >     >>     >     >>     Thanks,
> >     >>     > > >     >     >     >>     >     >>     Om
> >     >>     > > >     >     >     >>     >     >>
> >     >>     > > >     >     >     >>     >     >>     On Mon, Oct 1, 2018
> at
> >     >> 12:09 PM
> >     >>     > Alex
> >     >>     > > > Harui
> >     >>     > > >     >     >     >>     > <ah...@adobe.com.invalid>
> >     >>     > > >     >     >     >>     >     >> wrote:
> >     >>     > > >     >     >     >>     >     >>
> >     >>     > > >     >     >     >>     >     >>     > Hey, I just
> noticed
> > that
> >     >> nobody
> >     >>     > put
> >     >>     > > > a 0.9.4
> >     >>     > > >     >     > section in
> >     >>     > > >     >     >     >> the
> >     >>     > > >     >     >     >>     >     >> RELEASE_NOTES.
> >     >>     > > >     >     >     >>     >     >>     > Maybe just rename
> > the
> >     >> 0.9.3
> >     >>     > > section?
> >     >>     > > >     >     >     >>     >     >>     >
> >     >>     > > >     >     >     >>     >     >>     > -Alex
> >     >>     > > >     >     >     >>     >     >>     >
> >     >>     > > >     >     >     >>     >     >>     > On 10/1/18, 12:07
> > PM,
> >     >> "OmPrakash
> >     >>     > > >     > Muppirala" <
> >     >>     > > >     >     >     >>     > bigosmallm@gmail.com>
> >     >>     > > >     >     >     >>     >     >> wrote:
> >     >>     > > >     >     >     >>     >     >>     >
> >     >>     > > >     >     >     >>     >     >>     >     Good catch!  I
> > just
> >     >> pushed a
> >     >>     > > fix
> >     >>     > > > for
> >     >>     > > >     > that.
> >     >>     > > >     >     >     >>     >     >>     >
> >     >>     > > >     >     >     >>     >     >>     >     Thanks,
> >     >>     > > >     >     >     >>     >     >>     >     Om
> >     >>     > > >     >     >     >>     >     >>     >
> >     >>     > > >     >     >     >>     >     >>     >     On Mon, Oct 1,
> > 2018
> >     >> at 11:04
> >     >>     > AM
> >     >>     > > > Alex
> >     >>     > > >     > Harui
> >     >>     > > >     >     >     >>     >     >>
> <aharui@adobe.com.invalid
> > >
> >     >>     > > >     >     >     >>     >     >>     > wrote:
> >     >>     > > >     >     >     >>     >     >>     >
> >     >>     > > >     >



-- 
Carlos Rovira
http://about.me/carlosrovira

Re: [Discuss] Start release process 0.9.3

Posted by Piotr Zarzycki <pi...@gmail.com>.
Hi Alex,

Unfortunately in the next couple of days I won't have time for that. If
someone can do that feel free jump into it.

Piotr

On Thu, Oct 11, 2018, 6:43 PM Alex Harui <ah...@adobe.com.invalid> wrote:

> After digging through the output you pasted, it appears that the
> "check-empty-folder" target isn't quite right and didn't catch that you
> didn't run "maven" against an empty folder.  Although I am a bit puzzled
> why there were modified files in the working copy.
>
> Maven and the scripts have some expectation that you are starting from the
> beginning, so if Maven got far enough to create a tag and you have to start
> over, you have to remove the tag.  These scripts are still under
> development so you should not expect that every situation has been
> accounted for.
>
> So, go delete the tag.  Instructions for doing so are in the wiki.  Maybe
> figure out why those files were modified, but maybe because your earlier
> run didn't have the right gpg password.
>
> Try changing the check-empty-folder to also test for:
>
>         <available file="${basedir}/royale-asjs/build.properties"
>             type="file"
>             property="found.build.properties" value="true" />
>
> Then it should catch you on the steps where you are supposed to start by
> pulling down the repos again.
>
> If you don't have time for any of that, let us know here so the next RM
> can know where to start.
>
> -Alex
>
> On 10/11/18, 2:05 AM, "Piotr Zarzycki" <pi...@gmail.com> wrote:
>
>     I gave up again :) It costs me to much time. I thought since Om did so
> much
>     progress I will launch the script and will work. It's still failing.
>
>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FWJ44&amp;data=02%7C01%7Caharui%40adobe.com%7C7b4f4f106a0e4832f0bc08d62f58b09f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748455300137124&amp;sdata=VPvmFmVVt4GPIN49a2PqnG5D%2BvyQRELMH9rmntm1%2BcE%3D&amp;reserved=0
>
>     I run first time and had problem with gpg password - just forgot it,
> but
>     run it again and type correct password. Probably first time this tag
> was
>     created and now script failing cause tag exits. Never ending story.
>
>     I'm in that step - If someone would like to try it out let me know and
> I
>     won't revert anything for now:
>
>     ant -f releasecandidate.xml -Drelease.version="0.9.4"
> -Dbrowser="c:\Program
>     Files\Mozilla Firefox\firefox.exe" -Drc=1 maven
>
>     Thanks,
>     Piotr
>
>
>     czw., 11 paź 2018 o 10:13 Piotr Zarzycki <pi...@gmail.com>
>     napisał(a):
>
>     > Hi Alex,
>     >
>     > This is what I'm getting for git status for royale-compiler [1]
>     >
>     > [1]
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FYuiH&amp;data=02%7C01%7Caharui%40adobe.com%7C7b4f4f106a0e4832f0bc08d62f58b09f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748455300137124&amp;sdata=gXJ6R%2Fdf0DFd8vp16PjOONvUoqJpm5q7ajbdG5DsQMY%3D&amp;reserved=0
>     >
>     > Thanks,
>     > Piotr
>     >
>     > śr., 10 paź 2018 o 17:50 Alex Harui <ah...@adobe.com.invalid>
> napisał(a):
>     >
>     >> What does 'git status' return for that local copy of the
> royale-compiler
>     >> repo?
>     >>
>     >> That part of the script is trying to see if compiler-jburg-types and
>     >> compiler-build-tools needed a version update that needs to be
> pushed.
>     >> Those two projects should be at 1.0.0 since we rarely, if ever,
> will need
>     >> to modify it.  There shouldn't have been modifications in this
> release, yet
>     >> Git status is reporting modifications to some file.  A test is done
> to
>     >> check for the word "modified:" in the 'git status' output, then that
>     >> attempt to push is executed.  Somehow, the git status is implying
>     >> modifications but the files we are trying to push are not modified.
>     >>
>     >> The solutions should not require reverting of the release branch.
> It
>     >> looks like you have successfully created a correct set of branches
> and the
>     >> steps you are running start by pulling down the release branch.  I
> didn't
>     >> see any commits to the release branch from the scripts, so to
> re-start, it
>     >> should just be manually deleting the local copies of the repos and
> running
>     >> the Ant command again after making one of the changes to
>     >> releasecandidate.xml I will describe below:
>     >>
>     >> IMO, the choices are (and there may be more choices)
>     >> 1.  Figure out how to be smarter about what 'git status' output
> will say
>     >> so the test works correctly
>     >> 2. Set failonerror="false" on the push step and not care if that
> push
>     >> succeeds.  This is slightly risky if we ever do want to push
> changes, but
>     >> again, that is low probability, IMO.
>     >> 3. Comment out those steps since it will be rare we will need
> them.  If
>     >> we do need them some day, the RM will have to remember to uncomment
> those
>     >> steps.
>     >>
>     >> HTH,
>     >> -Alex
>     >>
>     >> On 10/10/18, 2:52 AM, "Piotr Zarzycki" <pi...@gmail.com>
>     >> wrote:
>     >>
>     >>     Ok It's failed :) However I passed step 3 in instruction. Step
> 4 is
>     >> failing
>     >>     [1] - if someone know what could it be - I will wait with
> reverting
>     >> changes.
>     >>
>     >>     Lines in stacktrace are pointing in ant script to following
> targets:
>     >>
>     >>     Line 556: git-commit-and-push-utils
>     >>     Line 487: git-commit-and-push-utils-if-modified
>     >>     Line 473:
>     >>
>     >>     <exec executable="${git}" dir="${compiler}" failonerror="true" >
>     >>                 <arg value="commit" />
>     >>                 <arg value="-m" />
>     >>                 <arg value="remove SNAPSHOT from
> compiler-jburg-types and
>     >>     compiler-build-tools versions" />
>     >>             </exec>
>     >>
>     >>     [1]
>     >>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2Fbg5e&amp;data=02%7C01%7Caharui%40adobe.com%7C7b4f4f106a0e4832f0bc08d62f58b09f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748455300137124&amp;sdata=EgkW%2BtCG8WM229zkua3ObIqpQR0PJ29LjvKdsFijY9E%3D&amp;reserved=0
>     >>
>     >>     Thanks,
>     >>     Piotr
>     >>
>     >>
>     >>     śr., 10 paź 2018 o 11:34 Carlos Rovira <carlosrovira@apache.org
> >
>     >> napisał(a):
>     >>
>     >>     > Ok Piotr, good luck! :)
>     >>     >
>     >>     > El mié., 10 oct. 2018 a las 10:34, Piotr Zarzycki (<
>     >>     > piotrzarzycki21@gmail.com>) escribió:
>     >>     >
>     >>     > > Hi Guys,
>     >>     > >
>     >>     > > I will try right now process from my PC. We will see how
> far I
>     >> will go
>     >>     > with
>     >>     > > that.
>     >>     > >
>     >>     > > Piotr
>     >>     > >
>     >>     > > czw., 4 paź 2018 o 22:01 Alex Harui
> <ah...@adobe.com.invalid>
>     >>     > napisał(a):
>     >>     > >
>     >>     > > > Hi Om,
>     >>     > > >
>     >>     > > > If make_branches succeeds, then you shouldn't need to go
> back
>     >> and
>     >>     > delete
>     >>     > > > branches and tags and run make_branches again if the
> "maven"
>     >> step
>     >>     > fails.
>     >>     > > >
>     >>     > > > You might need to revert any changes to the release
> branch that
>     >> the
>     >>     > > > "maven" step did, but then you should be able to delete
> the
>     >> local copy
>     >>     > of
>     >>     > > > the branches and start again with "maven" or
>     >>     > > > "maven_skip_compiler_and_typedefs" if you got all the way
> up to
>     >>     > > royale-asjs.
>     >>     > > >
>     >>     > > > What are some of the 200+ files that don't get reverted
> back to
>     >> 0.9.4?
>     >>     > > >
>     >>     > > > You are welcome to try to add the "continue" option.  I
> would
>     >> suggest
>     >>     > > > adding a dummy parameter.  So if the script currently
> calls
>     >> Maven like
>     >>     > > this:
>     >>     > > >
>     >>     > > >         <exec executable="${mvn}"
>     >> dir="${basedir}/maven-release-plugin"
>     >>     > > > failonerror="true" >
>     >>     > > >             <arg value="clean" />
>     >>     > > >             <arg value="install" />
>     >>     > > >         </exec>
>     >>     > > >
>     >>     > > > You can try changing it to something like this:
>     >>     > > >
>     >>     > > >         <property name="continueOption" value="-Ddummy=0"
> />
>     >>     > > >         <exec executable="${mvn}"
>     >> dir="${basedir}/maven-release-plugin"
>     >>     > > > failonerror="true" >
>     >>     > > >             <arg value="${continueOption}" />
>     >>     > > >             <arg value="clean" />
>     >>     > > >             <arg value="install" />
>     >>     > > >         </exec>
>     >>     > > >
>     >>     > > > Then you should be able to set in your local.properties:
>     >>     > > >
>     >>     > > > continueOption=-rf JewelExample
>     >>     > > >
>     >>     > > > You will probably need to use different names for each
> call to
>     >> Maven so
>     >>     > > > subsequent Maven calls don't pick up the same option.
>     >>     > > >
>     >>     > > > HTH,
>     >>     > > > -Alex
>     >>     > > >
>     >>     > > > On 10/4/18, 11:58 AM, "OmPrakash Muppirala" <
>     >> bigosmallm@gmail.com>
>     >>     > > wrote:
>     >>     > > >
>     >>     > > >     On Thu, Oct 4, 2018 at 1:48 AM Alex Harui
>     >> <aharui@adobe.com.invalid
>     >>     > >
>     >>     > > > wrote:
>     >>     > > >
>     >>     > > >     > Om, it looks like you are still deleting and
> recreating
>     >> the
>     >>     > > branches.
>     >>     > > >     > Does this mean you have never completed the
> make_branches
>     >> step?
>     >>     > > >
>     >>     > > >
>     >>     > > >     Yes, I delete the tags, branches (remote) each time
>     >> something
>     >>     > fails.
>     >>     > > > Then
>     >>     > > >     I do a global search for 0.9.5 and replace it with
> 0.9.4
>     >> (some 200+
>     >>     > > > files
>     >>     > > >     across 3 repos), then push them into remote/develop.
>     >>     > > >
>     >>     > > >     Then I do the make_branches step first.  Then do a
> git push
>     >> in
>     >>     > > > roayale-asjs
>     >>     > > >     as per the instructions in the commandline. I have
> never
>     >> had issues
>     >>     > > > with
>     >>     > > >     this step.  It is always the maven step that fails
> for some
>     >> reason
>     >>     > or
>     >>     > > > the
>     >>     > > >     other.
>     >>     > > >
>     >>     > > >
>     >>     > > >     > Is make_branches failing trying to run a build in
> the
>     >> develop
>     >>     > > branch
>     >>     > > > and
>     >>     > > >     > uploading 0.9.5-SNAPSHOT artifacts?
>     >>     > > >
>     >>     > > >
>     >>     > > >     No
>     >>     > > >
>     >>     > > >
>     >>     > > >     > I supposed we could try to find a way to skip that,
> but
>     >> you will
>     >>     > > need
>     >>     > > >     > reliable uploading to repository.a.o to be an RM
> without
>     >> going
>     >>     > > crazy.
>     >>     > > >     >
>     >>     > > >
>     >>     > > >     Hmm, I use the same internet connection for personal
> and
>     >> work
>     >>     > related
>     >>     > > >     activities.  I don't usually have issues with
> internet.
>     >> Either we
>     >>     > > are
>     >>     > > > very
>     >>     > > >     unlucky here or we need a more reselient way to pick
> up
>     >> things if
>     >>     > we
>     >>     > > > lose
>     >>     > > >     internet connectivity momentarily.
>     >>     > > >
>     >>     > > >     It takes upwards of 90 minutes of uploading stuff. I
> dont
>     >> do this
>     >>     > > kind
>     >>     > > > of
>     >>     > > >     uploading for my regular work, so that is probably I
> have
>     >> never hit
>     >>     > > > this
>     >>     > > >     issue before.
>     >>     > > >
>     >>     > > >     I still think that looking into the 'resume-from'
> directive
>     >> in
>     >>     > maven
>     >>     > > is
>     >>     > > >     worthwhile.
>     >>     > > >
>     >>     > > >     Thanks,
>     >>     > > >     Om
>     >>     > > >
>     >>     > > >
>     >>     > > >     >
>     >>     > > >     > -Alex
>     >>     > > >     >
>     >>     > > >     > On 10/3/18, 2:11 PM, "OmPrakash Muppirala" <
>     >> bigosmallm@gmail.com
>     >>     > >
>     >>     > > > wrote:
>     >>     > > >     >
>     >>     > > >     >     On Wed, Oct 3, 2018 at 2:02 PM Alex Harui
>     >>     > > > <ah...@adobe.com.invalid>
>     >>     > > >     > wrote:
>     >>     > > >     >
>     >>     > > >     >     > Hi Om,
>     >>     > > >     >     >
>     >>     > > >     >     > Does anything deploy, or is that the first
> thing
>     >> that is
>     >>     > > > attempted to
>     >>     > > >     >     > deploy?  I found this article that might help:
>     >>     > > >     >     >
>     >>     > > >     >     >
>     >>     > > >     >
>     >>     > > >
>     >>     > >
>     >>     >
>     >>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.apigee.com%2Fquestions%2F50756%2Funable-to-deploy-using-maven-script-due-to-error-r.html&amp;data=02%7C01%7Caharui%40adobe.com%7C7b4f4f106a0e4832f0bc08d62f58b09f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748455300137124&amp;sdata=awLuDDC0qBKtdbrjKvbMgZD6rQ0mC7k%2BrdRK%2Fvkv1to%3D&amp;reserved=0
>     >>     > > >     >
>     >>     > > >     >
>     >>     > > >     >     It deployed a lot of artifacts before hitting
> this
>     >> error.  I
>     >>     > > > don't see
>     >>     > > >     >     anything special with this artifact.  So, I am
>     >> guessing that
>     >>     > it
>     >>     > > > was a
>     >>     > > >     >     momentary bad connection that caused this.
>     >>     > > >     >
>     >>     > > >     >
>     >>     > > >     >     >
>     >>     > > >     >     >
>     >>     > > >     >     > I would be concerned about restarting from the
>     >> middle of a
>     >>     > > > Maven
>     >>     > > >     > call.  I
>     >>     > > >     >     > suppose you could try it, but what if it
> skipped an
>     >>     > artifact?
>     >>     > > >     >     >
>     >>     > > >     >
>     >>     > > >     >     The maven error message explicitly says this:
>     >>     > > >     >
>     >>     > > >     >          [exec] [INFO] [ERROR] After correcting the
>     >> problems, you
>     >>     > > can
>     >>     > > >     > resume
>     >>     > > >     >     the build with the command
>     >>     > > >     >
>     >>     > > >     >          [exec] [INFO] [ERROR]   mvn <goals> -rf
>     >>     > > >     >     :Jewel-Light-NoFlat-Primary-Sunflower-Theme
>     >>     > > >     >
>     >>     > > >     >
>     >>     > > >     >     >
>     >>     > > >     >     > There should be Ant targets for starting only
> on
>     >>     > royale-asjs
>     >>     > > if
>     >>     > > >     >     > royale-compiler and royale=typedefs worked ok.
>     >>     > > >     >     >
>     >>     > > >     >     > HTH,
>     >>     > > >     >     > -Alex
>     >>     > > >     >     >
>     >>     > > >     >     > On 10/3/18, 11:58 AM, "OmPrakash Muppirala" <
>     >>     > > > bigosmallm@gmail.com>
>     >>     > > >     > wrote:
>     >>     > > >     >     >
>     >>     > > >     >     >     Another suggestion I have is - can we do
> all
>     >> the pushes
>     >>     > > to
>     >>     > > >     > remote after
>     >>     > > >     >     >     everything is done locally?  That way, if
>     >> something
>     >>     > goes
>     >>     > > > wrong
>     >>     > > >     >     > halfway, we
>     >>     > > >     >     >     can just delete the royale-* dirs locally
> and
>     >> rerun the
>     >>     > > >     >     > releasecandiate ant
>     >>     > > >     >     >     script?
>     >>     > > >     >     >
>     >>     > > >     >     >     Not sure if this is an easy change?
>     >>     > > >     >     >
>     >>     > > >     >     >     Thanks,
>     >>     > > >     >     >     Om
>     >>     > > >     >     >
>     >>     > > >     >     >     On Wed, Oct 3, 2018 at 11:42 AM OmPrakash
>     >> Muppirala <
>     >>     > > >     >     > bigosmallm@gmail.com>
>     >>     > > >     >     >     wrote:
>     >>     > > >     >     >
>     >>     > > >     >     >     > Okay, I tried a couple of times and I
> have
>     >> started
>     >>     > > > getting
>     >>     > > >     > `SSL peer
>     >>     > > >     >     > shut
>     >>     > > >     >     >     > down incorrectly errors`
>     >>     > > >     >     >     >
>     >>     > > >     >     >     >      [exec] [INFO] [INFO]
>     >>     > > >     >     >     >
>     >>     > > >     >     >
>     >>     > > >     >
>     >>     > > >
>     >>     >
>     >>
> ------------------------------------------------------------------------
>     >>     > > >     >     >     >
>     >>     > > >     >     >     >      [exec] [INFO] [INFO] BUILD FAILURE
>     >>     > > >     >     >     >
>     >>     > > >     >     >     >      [exec] [INFO] [INFO]
>     >>     > > >     >     >     >
>     >>     > > >     >     >
>     >>     > > >     >
>     >>     > > >
>     >>     >
>     >>
> ------------------------------------------------------------------------
>     >>     > > >     >     >     >
>     >>     > > >     >     >     >      [exec] [INFO] [INFO] Total time:
> 16:04
>     >> min
>     >>     > > >     >     >     >
>     >>     > > >     >     >     >      [exec] [INFO] [INFO] Finished at:
>     >>     > > >     > 2018-10-03T11:38:49-07:00
>     >>     > > >     >     >     >
>     >>     > > >     >     >     >      [exec] [INFO] [INFO]
>     >>     > > >     >     >     >
>     >>     > > >     >     >
>     >>     > > >     >
>     >>     > > >
>     >>     >
>     >>
> ------------------------------------------------------------------------
>     >>     > > >     >     >     >
>     >>     > > >     >     >     >      [exec] [INFO] [ERROR] Failed to
> execute
>     >> goal
>     >>     > > >     >     >     >
>     >>     > > org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
>     >>     > > >     >     > (default-deploy)
>     >>     > > >     >     >     > on project
>     >>     > Jewel-Light-NoFlat-Primary-Sunflower-Theme:
>     >>     > > > Failed
>     >>     > > >     > to
>     >>     > > >     >     > deploy
>     >>     > > >     >     >     > artifacts: Could not transfer artifact
>     >>     > > >     >     >     >
>     >>     > > >     >     >
>     >>     > > >     >
>     >>     > > >
>     >>     > >
>     >>     >
>     >>
> org.apache.royale.framework:Jewel-Light-NoFlat-Primary-Sunflower-Theme:swc:0.9.4
>     >>     > > >     >     >     > from/to apache.releases.https (
>     >>     > > >     >     >     >
>     >>     > > >     >     >
>     >>     > > >     >
>     >>     > > >
>     >>     > >
>     >>     >
>     >>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fservice%2Flocal%2Fstaging%2Fdeploy%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7C7b4f4f106a0e4832f0bc08d62f58b09f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748455300137124&amp;sdata=1C5tkO6gLEDUOXGLZgwQSkx25Ud8bUG2X6d1DQCaPmQ%3D&amp;reserved=0
>     >>     > > >     >     > ):
>     >>     > > >     >     >     > Remote host closed connection during
>     >> handshake: SSL
>     >>     > > peer
>     >>     > > > shut
>     >>     > > >     > down
>     >>     > > >     >     >     > incorrectly -> [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]
>     >>     > > >     >     >     >
>     >>     > > >     >     >
>     >>     > > >     >
>     >>     > > >
>     >>     > >
>     >>     >
>     >>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7C7b4f4f106a0e4832f0bc08d62f58b09f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748455300147133&amp;sdata=hvNM5inigC4ldfW8OqDU%2BnocoR%2BZqewteKhWKFdk7bk%3D&amp;reserved=0
>     >>     > > >     >     >     >
>     >>     > > >     >     >     >      [exec] [INFO] [ERROR]
>     >>     > > >     >     >     >
>     >>     > > >     >     >     >      [exec] [INFO] [ERROR] After
> correcting
>     >> the
>     >>     > > > problems, you
>     >>     > > >     > can
>     >>     > > >     >     > resume
>     >>     > > >     >     >     > the build with the command
>     >>     > > >     >     >     >
>     >>     > > >     >     >     >      [exec] [INFO] [ERROR]   mvn
> <goals> -rf
>     >>     > > >     >     >     >
> :Jewel-Light-NoFlat-Primary-Sunflower-Theme
>     >>     > > >     >     >     >
>     >>     > > >     >     >     >      [exec] [INFO]
>     >>     > > >     >     >     >
>     >>     > > >     >     >
>     >>     > > >     >
>     >>     > > >
>     >>     >
>     >>
> ------------------------------------------------------------------------
>     >>     > > >     >     >     >
>     >>     > > >     >     >     >
>     >>     > > >     >     >     > I am guessing it is a bad internet
>     >> connection.  I am
>     >>     > > > wondering
>     >>     > > >     > if we
>     >>     > > >     >     > can
>     >>     > > >     >     >     > pass a -rf (resume from) option to the
> maven
>     >> call
>     >>     > from
>     >>     > > > ant?
>     >>     > > >     >     > Otherwise
>     >>     > > >     >     >     > doing all this from scratch everytime
> is a
>     >> big pain.
>     >>     > > >     >     >     >
>     >>     > > >     >     >     > Thanks,
>     >>     > > >     >     >     > Om
>     >>     > > >     >     >     >
>     >>     > > >     >     >     > On Wed, Oct 3, 2018 at 12:47 AM Alex
> Harui
>     >>     > > >     > <aharui@adobe.com.invalid
>     >>     > > >     >     > >
>     >>     > > >     >     >     > wrote:
>     >>     > > >     >     >     >
>     >>     > > >     >     >     >> Looks like it was a missing [
>     >>     > > >     >     >     >>
>     >>     > > >     >     >     >> MXRoyale and SparkRoyale built for me.
>     >>     > > >     >     >     >>
>     >>     > > >     >     >     >> HTH,
>     >>     > > >     >     >     >> -Alex
>     >>     > > >     >     >     >>
>     >>     > > >     >     >     >> On 10/3/18, 12:43 AM, "OmPrakash
> Muppirala" <
>     >>     > > >     > bigosmallm@gmail.com>
>     >>     > > >     >     >     >> wrote:
>     >>     > > >     >     >     >>
>     >>     > > >     >     >     >>     Thanks!
>     >>     > > >     >     >     >>
>     >>     > > >     >     >     >>     I reverted everything back to
> previous
>     >> state.  I
>     >>     > > > can give
>     >>     > > >     > it a
>     >>     > > >     >     > shot
>     >>     > > >     >     >     >>     tomorrow evening.
>     >>     > > >     >     >     >>
>     >>     > > >     >     >     >>     Regards,
>     >>     > > >     >     >     >>     Om
>     >>     > > >     >     >     >>
>     >>     > > >     >     >     >>     On Wed, Oct 3, 2018 at 12:41 AM
> Alex
>     >> Harui
>     >>     > > >     >     > <ah...@adobe.com.invalid>
>     >>     > > >     >     >     >> wrote:
>     >>     > > >     >     >     >>
>     >>     > > >     >     >     >>     > It was in a releasable state.
>     >> TourDeFlex was
>     >>     > > > running
>     >>     > > >     > on it.
>     >>     > > >     >     >     >>     >
>     >>     > > >     >     >     >>     > I'm trying to track down the
> change
>     >> that broke
>     >>     > > it.
>     >>     > > >     >     >     >>     >
>     >>     > > >     >     >     >>     > -Alex
>     >>     > > >     >     >     >>     >
>     >>     > > >     >     >     >>     > On 10/3/18, 12:32 AM, "OmPrakash
>     >> Muppirala" <
>     >>     > > >     >     > bigosmallm@gmail.com>
>     >>     > > >     >     >     >> wrote:
>     >>     > > >     >     >     >>     >
>     >>     > > >     >     >     >>     >     A bit more progress. Now we
> are
>     >> failing on
>     >>     > > the
>     >>     > > >     > MXRoyale
>     >>     > > >     >     > project:
>     >>     > > >     >     >     >>     >
>     >>     > > >     >     >     >>     >          [exec] [INFO] [INFO]
>     >>     > > >     >     >     >>     >
>     >>     > > >     >     >     >>     >
>     >>     > > >     >     >     >>
>     >>     > > >     >     >
>     >>     > > >     >
>     >>     > > >
>     >>     >
>     >>
> ------------------------------------------------------------------------
>     >>     > > >     >     >     >>     >
>     >>     > > >     >     >     >>     >          [exec] [INFO] [INFO]
> BUILD
>     >> FAILURE
>     >>     > > >     >     >     >>     >
>     >>     > > >     >     >     >>     >          [exec] [INFO] [INFO]
>     >>     > > >     >     >     >>     >
>     >>     > > >     >     >     >>     >
>     >>     > > >     >     >     >>
>     >>     > > >     >     >
>     >>     > > >     >
>     >>     > > >
>     >>     >
>     >>
> ------------------------------------------------------------------------
>     >>     > > >     >     >     >>     >
>     >>     > > >     >     >     >>     >          [exec] [INFO] [INFO]
> Total
>     >> time:
>     >>     > 01:34
>     >>     > > > min
>     >>     > > >     >     >     >>     >
>     >>     > > >     >     >     >>     >          [exec] [INFO] [INFO]
> Finished
>     >> at:
>     >>     > > >     >     > 2018-10-03T00:28:14-07:00
>     >>     > > >     >     >     >>     >
>     >>     > > >     >     >     >>     >          [exec] [INFO] [INFO]
>     >>     > > >     >     >     >>     >
>     >>     > > >     >     >     >>     >
>     >>     > > >     >     >     >>
>     >>     > > >     >     >
>     >>     > > >     >
>     >>     > > >
>     >>     >
>     >>
> ------------------------------------------------------------------------
>     >>     > > >     >     >     >>     >
>     >>     > > >     >     >     >>     >          [exec] [INFO] [ERROR]
> Failed
>     >> to
>     >>     > execute
>     >>     > > > goal
>     >>     > > >     >     >     >>     >
>     >>     > > >     >     >
>     >>     > > >
> org.apache.royale.compiler:royale-maven-plugin:0.9.4:compile-as
>     >>     > > >     >     >     >>     >     (default-compile-as) on
> project
>     >> MXRoyale:
>     >>     > > > There were
>     >>     > > >     >     > errors
>     >>     > > >     >     >     >> during the
>     >>     > > >     >     >     >>     >     build. Got return code 3 ->
> [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]
>     >>     > > >     >     >     >>     >
>     >>     > > >     >     >     >>     >
>     >>     > > >     >     >     >>
>     >>     > > >     >     >
>     >>     > > >     >
>     >>     > > >
>     >>     > >
>     >>     >
>     >>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7C7b4f4f106a0e4832f0bc08d62f58b09f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748455300147133&amp;sdata=hvNM5inigC4ldfW8OqDU%2BnocoR%2BZqewteKhWKFdk7bk%3D&amp;reserved=0
>     >>     > > >     >     >     >>     >
>     >>     > > >     >     >     >>     >          [exec] [INFO] [ERROR]
>     >>     > > >     >     >     >>     >
>     >>     > > >     >     >     >>     >          [exec] [INFO] [ERROR]
> After
>     >>     > correcting
>     >>     > > > the
>     >>     > > >     > problems,
>     >>     > > >     >     > you
>     >>     > > >     >     >     >> can
>     >>     > > >     >     >     >>     > resume
>     >>     > > >     >     >     >>     >     the build with the command
>     >>     > > >     >     >     >>     >
>     >>     > > >     >     >     >>     >          [exec] [INFO] [ERROR]
>  mvn
>     >> <goals>
>     >>     > -rf
>     >>     > > >     > :MXRoyale
>     >>     > > >     >     >     >>     >
>     >>     > > >     >     >     >>     >
>     >>     > > >     >     >     >>     >     Can we perhaps turn this
> project
>     >> off?  Is
>     >>     > it
>     >>     > > > in a
>     >>     > > >     >     > releasable
>     >>     > > >     >     >     >> state?
>     >>     > > >     >     >     >>     >
>     >>     > > >     >     >     >>     >     On Tue, Oct 2, 2018 at 7:30
> PM
>     >> OmPrakash
>     >>     > > > Muppirala <
>     >>     > > >     >     >     >>     > bigosmallm@gmail.com>
>     >>     > > >     >     >     >>     >     wrote:
>     >>     > > >     >     >     >>     >
>     >>     > > >     >     >     >>     >     > I'm going to give this
> another
>     >> shot in a
>     >>     > > > couple of
>     >>     > > >     >     > hours,
>     >>     > > >     >     >     >> unless
>     >>     > > >     >     >     >>     > there are
>     >>     > > >     >     >     >>     >     > any objections.
>     >>     > > >     >     >     >>     >     >
>     >>     > > >     >     >     >>     >     > Thanks,
>     >>     > > >     >     >     >>     >     > Om
>     >>     > > >     >     >     >>     >     >
>     >>     > > >     >     >     >>     >     > On Mon, Oct 1, 2018, 2:04
> PM
>     >> Alex Harui
>     >>     > > >     >     >     >> <ah...@adobe.com.invalid>
>     >>     > > >     >     >     >>     > wrote:
>     >>     > > >     >     >     >>     >     >
>     >>     > > >     >     >     >>     >     >> Jewel is mentioned in
> there.  I
>     >> added
>     >>     > > > mention of
>     >>     > > >     > the
>     >>     > > >     >     >     >> migration
>     >>     > > >     >     >     >>     > components
>     >>     > > >     >     >     >>     >     >> and tour de flex.  Not
> sure if
>     >> I got
>     >>     > the
>     >>     > > >     > formatting
>     >>     > > >     >     > right.
>     >>     > > >     >     >     >> I think
>     >>     > > >     >     >     >>     > it is
>     >>     > > >     >     >     >>     >     >> good enough.
>     >>     > > >     >     >     >>     >     >>
>     >>     > > >     >     >     >>     >     >> -Alex
>     >>     > > >     >     >     >>     >     >>
>     >>     > > >     >     >     >>     >     >> On 10/1/18, 12:13 PM,
> "OmPrakash
>     >>     > > > Muppirala" <
>     >>     > > >     >     >     >> bigosmallm@gmail.com>
>     >>     > > >     >     >     >>     >     >> wrote:
>     >>     > > >     >     >     >>     >     >>
>     >>     > > >     >     >     >>     >     >>     I updated it,
> although it
>     >> looks a
>     >>     > bit
>     >>     > > > sparse
>     >>     > > >     > now.
>     >>     > > >     >     > Can
>     >>     > > >     >     >     >> we list
>     >>     > > >     >     >     >>     > a few
>     >>     > > >     >     >     >>     >     >> major
>     >>     > > >     >     >     >>     >     >>     highlights here, that
> I can
>     >> go add
>     >>     > to
>     >>     > > > the
>     >>     > > >     > release
>     >>     > > >     >     > notes?
>     >>     > > >     >     >     >>     >     >>     Jewel should at least
> have
>     >> several
>     >>     > > > updates.
>     >>     > > >     >     >     >>     >     >>
>     >>     > > >     >     >     >>     >     >>     Thanks,
>     >>     > > >     >     >     >>     >     >>     Om
>     >>     > > >     >     >     >>     >     >>
>     >>     > > >     >     >     >>     >     >>     On Mon, Oct 1, 2018 at
>     >> 12:09 PM
>     >>     > Alex
>     >>     > > > Harui
>     >>     > > >     >     >     >>     > <ah...@adobe.com.invalid>
>     >>     > > >     >     >     >>     >     >> wrote:
>     >>     > > >     >     >     >>     >     >>
>     >>     > > >     >     >     >>     >     >>     > Hey, I just noticed
> that
>     >> nobody
>     >>     > put
>     >>     > > > a 0.9.4
>     >>     > > >     >     > section in
>     >>     > > >     >     >     >> the
>     >>     > > >     >     >     >>     >     >> RELEASE_NOTES.
>     >>     > > >     >     >     >>     >     >>     > Maybe just rename
> the
>     >> 0.9.3
>     >>     > > section?
>     >>     > > >     >     >     >>     >     >>     >
>     >>     > > >     >     >     >>     >     >>     > -Alex
>     >>     > > >     >     >     >>     >     >>     >
>     >>     > > >     >     >     >>     >     >>     > On 10/1/18, 12:07
> PM,
>     >> "OmPrakash
>     >>     > > >     > Muppirala" <
>     >>     > > >     >     >     >>     > bigosmallm@gmail.com>
>     >>     > > >     >     >     >>     >     >> wrote:
>     >>     > > >     >     >     >>     >     >>     >
>     >>     > > >     >     >     >>     >     >>     >     Good catch!  I
> just
>     >> pushed a
>     >>     > > fix
>     >>     > > > for
>     >>     > > >     > that.
>     >>     > > >     >     >     >>     >     >>     >
>     >>     > > >     >     >     >>     >     >>     >     Thanks,
>     >>     > > >     >     >     >>     >     >>     >     Om
>     >>     > > >     >     >     >>     >     >>     >
>     >>     > > >     >     >     >>     >     >>     >     On Mon, Oct 1,
> 2018
>     >> at 11:04
>     >>     > AM
>     >>     > > > Alex
>     >>     > > >     > Harui
>     >>     > > >     >     >     >>     >     >> <aharui@adobe.com.invalid
> >
>     >>     > > >     >     >     >>     >     >>     > wrote:
>     >>     > > >     >     >     >>     >     >>     >
>     >>     > > >     >     >     >>     >     >>     >     > Om,
>     >>     > > >     >     >     >>     >     >>     >     >
>     >>     > > >     >     >     >>     >     >>     >     > I think the
>     >>     > > > <tag>release/0.9.4</tag>
>     >>     > > >     > in
>     >>     > > >     >     >     >>     > royale-asjs/pom.xml
>     >>     > > >     >     >     >>     >     >> needs to
>     >>     > > >     >     >     >>     >     >>     > be
>     >>     > > >     >     >     >>     >     >>     >     > reverted back
> to
>     >> 0.9.3.
>     >>     > > >     >     >     >>     >     >>     >     >
>     >>     > > >     >     >     >>     >     >>     >     > Everything
> else
>     >> looks ok
>     >>     > from
>     >>     > > > my
>     >>     > > >     > quick
>     >>     > > >     >     >     >> examination.
>     >>     > > >     >     >     >>     >     >>     >     >
>     >>     > > >     >     >     >>     >     >>     >     > Thanks and
> good
>     >> luck,
>     >>     > > >     >     >     >>     >     >>     >     > -Alex
>     >>     > > >     >     >     >>     >     >>     >     >
>     >>     > > >     >     >     >>     >     >>     >     > On 10/1/18,
> 10:29
>     >> AM,
>     >>     > "Piotr
>     >>     > > >     > Zarzycki" <
>     >>     > > >     >     >     >>     >     >> piotrzarzycki21@gmail.com
> >
>     >>     > > >     >     >     >>     >     >>     > wrote:
>     >>     > > >     >     >     >>     >     >>     >     >
>     >>     > > >     >     >     >>     >     >>     >     >     I saw your
>     >> commit and I
>     >>     > > > think you
>     >>     > > >     >     > should be
>     >>     > > >     >     >     >> ok.
>     >>     > > >     >     >     >>     >     >>     >     >
>     >>     > > >     >     >     >>     >     >>     >     >     pon., 1
> paź
>     >> 2018 o
>     >>     > 19:21
>     >>     > > >     > OmPrakash
>     >>     > > >     >     > Muppirala
>     >>     > > >     >     >     >> <
>     >>     > > >     >     >     >>     >     >>     >
> bigosmallm@gmail.com>
>     >>     > > >     >     >     >>     >     >>     >     >
>  napisał(a):
>     >>     > > >     >     >     >>     >     >>     >     >
>     >>     > > >     >     >     >>     >     >>     >     >     > Okay, I
> did
>     >> the
>     >>     > > > following to
>     >>     > > >     > reset:
>     >>     > > >     >     >     >>     >     >>     >     >     >
>     >>     > > >     >     >     >>     >     >>     >     >     > For all
> three
>     >> repos:
>     >>     > > >     >     >     >>     >     >>     >     >     > *
> Reverted all
>     >>     > > > references of
>     >>     > > >     > 0.9.5
>     >>     > > >     >     > to 0.9.4
>     >>     > > >     >     >     >>     >     >>     >     >     > *
> Deleted
>     >> 0.9.4-rc1
>     >>     > tag
>     >>     > > >     >     >     >>     >     >>     >     >     > *
> Deleted
>     >> branch:
>     >>     > > > release/

Re: [Discuss] Start release process 0.9.3

Posted by Alex Harui <ah...@adobe.com.INVALID>.
After digging through the output you pasted, it appears that the "check-empty-folder" target isn't quite right and didn't catch that you didn't run "maven" against an empty folder.  Although I am a bit puzzled why there were modified files in the working copy.

Maven and the scripts have some expectation that you are starting from the beginning, so if Maven got far enough to create a tag and you have to start over, you have to remove the tag.  These scripts are still under development so you should not expect that every situation has been accounted for.

So, go delete the tag.  Instructions for doing so are in the wiki.  Maybe figure out why those files were modified, but maybe because your earlier run didn't have the right gpg password.

Try changing the check-empty-folder to also test for:

        <available file="${basedir}/royale-asjs/build.properties"
            type="file"
            property="found.build.properties" value="true" />

Then it should catch you on the steps where you are supposed to start by pulling down the repos again.

If you don't have time for any of that, let us know here so the next RM can know where to start.

-Alex

On 10/11/18, 2:05 AM, "Piotr Zarzycki" <pi...@gmail.com> wrote:

    I gave up again :) It costs me to much time. I thought since Om did so much
    progress I will launch the script and will work. It's still failing.
    
    https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FWJ44&amp;data=02%7C01%7Caharui%40adobe.com%7C7b4f4f106a0e4832f0bc08d62f58b09f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748455300137124&amp;sdata=VPvmFmVVt4GPIN49a2PqnG5D%2BvyQRELMH9rmntm1%2BcE%3D&amp;reserved=0
    
    I run first time and had problem with gpg password - just forgot it, but
    run it again and type correct password. Probably first time this tag was
    created and now script failing cause tag exits. Never ending story.
    
    I'm in that step - If someone would like to try it out let me know and I
    won't revert anything for now:
    
    ant -f releasecandidate.xml -Drelease.version="0.9.4" -Dbrowser="c:\Program
    Files\Mozilla Firefox\firefox.exe" -Drc=1 maven
    
    Thanks,
    Piotr
    
    
    czw., 11 paź 2018 o 10:13 Piotr Zarzycki <pi...@gmail.com>
    napisał(a):
    
    > Hi Alex,
    >
    > This is what I'm getting for git status for royale-compiler [1]
    >
    > [1] https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FYuiH&amp;data=02%7C01%7Caharui%40adobe.com%7C7b4f4f106a0e4832f0bc08d62f58b09f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748455300137124&amp;sdata=gXJ6R%2Fdf0DFd8vp16PjOONvUoqJpm5q7ajbdG5DsQMY%3D&amp;reserved=0
    >
    > Thanks,
    > Piotr
    >
    > śr., 10 paź 2018 o 17:50 Alex Harui <ah...@adobe.com.invalid> napisał(a):
    >
    >> What does 'git status' return for that local copy of the royale-compiler
    >> repo?
    >>
    >> That part of the script is trying to see if compiler-jburg-types and
    >> compiler-build-tools needed a version update that needs to be pushed.
    >> Those two projects should be at 1.0.0 since we rarely, if ever, will need
    >> to modify it.  There shouldn't have been modifications in this release, yet
    >> Git status is reporting modifications to some file.  A test is done to
    >> check for the word "modified:" in the 'git status' output, then that
    >> attempt to push is executed.  Somehow, the git status is implying
    >> modifications but the files we are trying to push are not modified.
    >>
    >> The solutions should not require reverting of the release branch.  It
    >> looks like you have successfully created a correct set of branches and the
    >> steps you are running start by pulling down the release branch.  I didn't
    >> see any commits to the release branch from the scripts, so to re-start, it
    >> should just be manually deleting the local copies of the repos and running
    >> the Ant command again after making one of the changes to
    >> releasecandidate.xml I will describe below:
    >>
    >> IMO, the choices are (and there may be more choices)
    >> 1.  Figure out how to be smarter about what 'git status' output will say
    >> so the test works correctly
    >> 2. Set failonerror="false" on the push step and not care if that push
    >> succeeds.  This is slightly risky if we ever do want to push changes, but
    >> again, that is low probability, IMO.
    >> 3. Comment out those steps since it will be rare we will need them.  If
    >> we do need them some day, the RM will have to remember to uncomment those
    >> steps.
    >>
    >> HTH,
    >> -Alex
    >>
    >> On 10/10/18, 2:52 AM, "Piotr Zarzycki" <pi...@gmail.com>
    >> wrote:
    >>
    >>     Ok It's failed :) However I passed step 3 in instruction. Step 4 is
    >> failing
    >>     [1] - if someone know what could it be - I will wait with reverting
    >> changes.
    >>
    >>     Lines in stacktrace are pointing in ant script to following targets:
    >>
    >>     Line 556: git-commit-and-push-utils
    >>     Line 487: git-commit-and-push-utils-if-modified
    >>     Line 473:
    >>
    >>     <exec executable="${git}" dir="${compiler}" failonerror="true" >
    >>                 <arg value="commit" />
    >>                 <arg value="-m" />
    >>                 <arg value="remove SNAPSHOT from compiler-jburg-types and
    >>     compiler-build-tools versions" />
    >>             </exec>
    >>
    >>     [1]
    >> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2Fbg5e&amp;data=02%7C01%7Caharui%40adobe.com%7C7b4f4f106a0e4832f0bc08d62f58b09f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748455300137124&amp;sdata=EgkW%2BtCG8WM229zkua3ObIqpQR0PJ29LjvKdsFijY9E%3D&amp;reserved=0
    >>
    >>     Thanks,
    >>     Piotr
    >>
    >>
    >>     śr., 10 paź 2018 o 11:34 Carlos Rovira <ca...@apache.org>
    >> napisał(a):
    >>
    >>     > Ok Piotr, good luck! :)
    >>     >
    >>     > El mié., 10 oct. 2018 a las 10:34, Piotr Zarzycki (<
    >>     > piotrzarzycki21@gmail.com>) escribió:
    >>     >
    >>     > > Hi Guys,
    >>     > >
    >>     > > I will try right now process from my PC. We will see how far I
    >> will go
    >>     > with
    >>     > > that.
    >>     > >
    >>     > > Piotr
    >>     > >
    >>     > > czw., 4 paź 2018 o 22:01 Alex Harui <ah...@adobe.com.invalid>
    >>     > napisał(a):
    >>     > >
    >>     > > > Hi Om,
    >>     > > >
    >>     > > > If make_branches succeeds, then you shouldn't need to go back
    >> and
    >>     > delete
    >>     > > > branches and tags and run make_branches again if the "maven"
    >> step
    >>     > fails.
    >>     > > >
    >>     > > > You might need to revert any changes to the release branch that
    >> the
    >>     > > > "maven" step did, but then you should be able to delete the
    >> local copy
    >>     > of
    >>     > > > the branches and start again with "maven" or
    >>     > > > "maven_skip_compiler_and_typedefs" if you got all the way up to
    >>     > > royale-asjs.
    >>     > > >
    >>     > > > What are some of the 200+ files that don't get reverted back to
    >> 0.9.4?
    >>     > > >
    >>     > > > You are welcome to try to add the "continue" option.  I would
    >> suggest
    >>     > > > adding a dummy parameter.  So if the script currently calls
    >> Maven like
    >>     > > this:
    >>     > > >
    >>     > > >         <exec executable="${mvn}"
    >> dir="${basedir}/maven-release-plugin"
    >>     > > > failonerror="true" >
    >>     > > >             <arg value="clean" />
    >>     > > >             <arg value="install" />
    >>     > > >         </exec>
    >>     > > >
    >>     > > > You can try changing it to something like this:
    >>     > > >
    >>     > > >         <property name="continueOption" value="-Ddummy=0" />
    >>     > > >         <exec executable="${mvn}"
    >> dir="${basedir}/maven-release-plugin"
    >>     > > > failonerror="true" >
    >>     > > >             <arg value="${continueOption}" />
    >>     > > >             <arg value="clean" />
    >>     > > >             <arg value="install" />
    >>     > > >         </exec>
    >>     > > >
    >>     > > > Then you should be able to set in your local.properties:
    >>     > > >
    >>     > > > continueOption=-rf JewelExample
    >>     > > >
    >>     > > > You will probably need to use different names for each call to
    >> Maven so
    >>     > > > subsequent Maven calls don't pick up the same option.
    >>     > > >
    >>     > > > HTH,
    >>     > > > -Alex
    >>     > > >
    >>     > > > On 10/4/18, 11:58 AM, "OmPrakash Muppirala" <
    >> bigosmallm@gmail.com>
    >>     > > wrote:
    >>     > > >
    >>     > > >     On Thu, Oct 4, 2018 at 1:48 AM Alex Harui
    >> <aharui@adobe.com.invalid
    >>     > >
    >>     > > > wrote:
    >>     > > >
    >>     > > >     > Om, it looks like you are still deleting and recreating
    >> the
    >>     > > branches.
    >>     > > >     > Does this mean you have never completed the make_branches
    >> step?
    >>     > > >
    >>     > > >
    >>     > > >     Yes, I delete the tags, branches (remote) each time
    >> something
    >>     > fails.
    >>     > > > Then
    >>     > > >     I do a global search for 0.9.5 and replace it with 0.9.4
    >> (some 200+
    >>     > > > files
    >>     > > >     across 3 repos), then push them into remote/develop.
    >>     > > >
    >>     > > >     Then I do the make_branches step first.  Then do a git push
    >> in
    >>     > > > roayale-asjs
    >>     > > >     as per the instructions in the commandline. I have never
    >> had issues
    >>     > > > with
    >>     > > >     this step.  It is always the maven step that fails for some
    >> reason
    >>     > or
    >>     > > > the
    >>     > > >     other.
    >>     > > >
    >>     > > >
    >>     > > >     > Is make_branches failing trying to run a build in the
    >> develop
    >>     > > branch
    >>     > > > and
    >>     > > >     > uploading 0.9.5-SNAPSHOT artifacts?
    >>     > > >
    >>     > > >
    >>     > > >     No
    >>     > > >
    >>     > > >
    >>     > > >     > I supposed we could try to find a way to skip that, but
    >> you will
    >>     > > need
    >>     > > >     > reliable uploading to repository.a.o to be an RM without
    >> going
    >>     > > crazy.
    >>     > > >     >
    >>     > > >
    >>     > > >     Hmm, I use the same internet connection for personal and
    >> work
    >>     > related
    >>     > > >     activities.  I don't usually have issues with internet.
    >> Either we
    >>     > > are
    >>     > > > very
    >>     > > >     unlucky here or we need a more reselient way to pick up
    >> things if
    >>     > we
    >>     > > > lose
    >>     > > >     internet connectivity momentarily.
    >>     > > >
    >>     > > >     It takes upwards of 90 minutes of uploading stuff. I dont
    >> do this
    >>     > > kind
    >>     > > > of
    >>     > > >     uploading for my regular work, so that is probably I have
    >> never hit
    >>     > > > this
    >>     > > >     issue before.
    >>     > > >
    >>     > > >     I still think that looking into the 'resume-from' directive
    >> in
    >>     > maven
    >>     > > is
    >>     > > >     worthwhile.
    >>     > > >
    >>     > > >     Thanks,
    >>     > > >     Om
    >>     > > >
    >>     > > >
    >>     > > >     >
    >>     > > >     > -Alex
    >>     > > >     >
    >>     > > >     > On 10/3/18, 2:11 PM, "OmPrakash Muppirala" <
    >> bigosmallm@gmail.com
    >>     > >
    >>     > > > wrote:
    >>     > > >     >
    >>     > > >     >     On Wed, Oct 3, 2018 at 2:02 PM Alex Harui
    >>     > > > <ah...@adobe.com.invalid>
    >>     > > >     > wrote:
    >>     > > >     >
    >>     > > >     >     > Hi Om,
    >>     > > >     >     >
    >>     > > >     >     > Does anything deploy, or is that the first thing
    >> that is
    >>     > > > attempted to
    >>     > > >     >     > deploy?  I found this article that might help:
    >>     > > >     >     >
    >>     > > >     >     >
    >>     > > >     >
    >>     > > >
    >>     > >
    >>     >
    >> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.apigee.com%2Fquestions%2F50756%2Funable-to-deploy-using-maven-script-due-to-error-r.html&amp;data=02%7C01%7Caharui%40adobe.com%7C7b4f4f106a0e4832f0bc08d62f58b09f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748455300137124&amp;sdata=awLuDDC0qBKtdbrjKvbMgZD6rQ0mC7k%2BrdRK%2Fvkv1to%3D&amp;reserved=0
    >>     > > >     >
    >>     > > >     >
    >>     > > >     >     It deployed a lot of artifacts before hitting this
    >> error.  I
    >>     > > > don't see
    >>     > > >     >     anything special with this artifact.  So, I am
    >> guessing that
    >>     > it
    >>     > > > was a
    >>     > > >     >     momentary bad connection that caused this.
    >>     > > >     >
    >>     > > >     >
    >>     > > >     >     >
    >>     > > >     >     >
    >>     > > >     >     > I would be concerned about restarting from the
    >> middle of a
    >>     > > > Maven
    >>     > > >     > call.  I
    >>     > > >     >     > suppose you could try it, but what if it skipped an
    >>     > artifact?
    >>     > > >     >     >
    >>     > > >     >
    >>     > > >     >     The maven error message explicitly says this:
    >>     > > >     >
    >>     > > >     >          [exec] [INFO] [ERROR] After correcting the
    >> problems, you
    >>     > > can
    >>     > > >     > resume
    >>     > > >     >     the build with the command
    >>     > > >     >
    >>     > > >     >          [exec] [INFO] [ERROR]   mvn <goals> -rf
    >>     > > >     >     :Jewel-Light-NoFlat-Primary-Sunflower-Theme
    >>     > > >     >
    >>     > > >     >
    >>     > > >     >     >
    >>     > > >     >     > There should be Ant targets for starting only on
    >>     > royale-asjs
    >>     > > if
    >>     > > >     >     > royale-compiler and royale=typedefs worked ok.
    >>     > > >     >     >
    >>     > > >     >     > HTH,
    >>     > > >     >     > -Alex
    >>     > > >     >     >
    >>     > > >     >     > On 10/3/18, 11:58 AM, "OmPrakash Muppirala" <
    >>     > > > bigosmallm@gmail.com>
    >>     > > >     > wrote:
    >>     > > >     >     >
    >>     > > >     >     >     Another suggestion I have is - can we do all
    >> the pushes
    >>     > > to
    >>     > > >     > remote after
    >>     > > >     >     >     everything is done locally?  That way, if
    >> something
    >>     > goes
    >>     > > > wrong
    >>     > > >     >     > halfway, we
    >>     > > >     >     >     can just delete the royale-* dirs locally and
    >> rerun the
    >>     > > >     >     > releasecandiate ant
    >>     > > >     >     >     script?
    >>     > > >     >     >
    >>     > > >     >     >     Not sure if this is an easy change?
    >>     > > >     >     >
    >>     > > >     >     >     Thanks,
    >>     > > >     >     >     Om
    >>     > > >     >     >
    >>     > > >     >     >     On Wed, Oct 3, 2018 at 11:42 AM OmPrakash
    >> Muppirala <
    >>     > > >     >     > bigosmallm@gmail.com>
    >>     > > >     >     >     wrote:
    >>     > > >     >     >
    >>     > > >     >     >     > Okay, I tried a couple of times and I have
    >> started
    >>     > > > getting
    >>     > > >     > `SSL peer
    >>     > > >     >     > shut
    >>     > > >     >     >     > down incorrectly errors`
    >>     > > >     >     >     >
    >>     > > >     >     >     >      [exec] [INFO] [INFO]
    >>     > > >     >     >     >
    >>     > > >     >     >
    >>     > > >     >
    >>     > > >
    >>     >
    >> ------------------------------------------------------------------------
    >>     > > >     >     >     >
    >>     > > >     >     >     >      [exec] [INFO] [INFO] BUILD FAILURE
    >>     > > >     >     >     >
    >>     > > >     >     >     >      [exec] [INFO] [INFO]
    >>     > > >     >     >     >
    >>     > > >     >     >
    >>     > > >     >
    >>     > > >
    >>     >
    >> ------------------------------------------------------------------------
    >>     > > >     >     >     >
    >>     > > >     >     >     >      [exec] [INFO] [INFO] Total time: 16:04
    >> min
    >>     > > >     >     >     >
    >>     > > >     >     >     >      [exec] [INFO] [INFO] Finished at:
    >>     > > >     > 2018-10-03T11:38:49-07:00
    >>     > > >     >     >     >
    >>     > > >     >     >     >      [exec] [INFO] [INFO]
    >>     > > >     >     >     >
    >>     > > >     >     >
    >>     > > >     >
    >>     > > >
    >>     >
    >> ------------------------------------------------------------------------
    >>     > > >     >     >     >
    >>     > > >     >     >     >      [exec] [INFO] [ERROR] Failed to execute
    >> goal
    >>     > > >     >     >     >
    >>     > > org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
    >>     > > >     >     > (default-deploy)
    >>     > > >     >     >     > on project
    >>     > Jewel-Light-NoFlat-Primary-Sunflower-Theme:
    >>     > > > Failed
    >>     > > >     > to
    >>     > > >     >     > deploy
    >>     > > >     >     >     > artifacts: Could not transfer artifact
    >>     > > >     >     >     >
    >>     > > >     >     >
    >>     > > >     >
    >>     > > >
    >>     > >
    >>     >
    >> org.apache.royale.framework:Jewel-Light-NoFlat-Primary-Sunflower-Theme:swc:0.9.4
    >>     > > >     >     >     > from/to apache.releases.https (
    >>     > > >     >     >     >
    >>     > > >     >     >
    >>     > > >     >
    >>     > > >
    >>     > >
    >>     >
    >> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fservice%2Flocal%2Fstaging%2Fdeploy%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7C7b4f4f106a0e4832f0bc08d62f58b09f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748455300137124&amp;sdata=1C5tkO6gLEDUOXGLZgwQSkx25Ud8bUG2X6d1DQCaPmQ%3D&amp;reserved=0
    >>     > > >     >     > ):
    >>     > > >     >     >     > Remote host closed connection during
    >> handshake: SSL
    >>     > > peer
    >>     > > > shut
    >>     > > >     > down
    >>     > > >     >     >     > incorrectly -> [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]
    >>     > > >     >     >     >
    >>     > > >     >     >
    >>     > > >     >
    >>     > > >
    >>     > >
    >>     >
    >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7C7b4f4f106a0e4832f0bc08d62f58b09f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748455300147133&amp;sdata=hvNM5inigC4ldfW8OqDU%2BnocoR%2BZqewteKhWKFdk7bk%3D&amp;reserved=0
    >>     > > >     >     >     >
    >>     > > >     >     >     >      [exec] [INFO] [ERROR]
    >>     > > >     >     >     >
    >>     > > >     >     >     >      [exec] [INFO] [ERROR] After correcting
    >> the
    >>     > > > problems, you
    >>     > > >     > can
    >>     > > >     >     > resume
    >>     > > >     >     >     > the build with the command
    >>     > > >     >     >     >
    >>     > > >     >     >     >      [exec] [INFO] [ERROR]   mvn <goals> -rf
    >>     > > >     >     >     > :Jewel-Light-NoFlat-Primary-Sunflower-Theme
    >>     > > >     >     >     >
    >>     > > >     >     >     >      [exec] [INFO]
    >>     > > >     >     >     >
    >>     > > >     >     >
    >>     > > >     >
    >>     > > >
    >>     >
    >> ------------------------------------------------------------------------
    >>     > > >     >     >     >
    >>     > > >     >     >     >
    >>     > > >     >     >     > I am guessing it is a bad internet
    >> connection.  I am
    >>     > > > wondering
    >>     > > >     > if we
    >>     > > >     >     > can
    >>     > > >     >     >     > pass a -rf (resume from) option to the maven
    >> call
    >>     > from
    >>     > > > ant?
    >>     > > >     >     > Otherwise
    >>     > > >     >     >     > doing all this from scratch everytime is a
    >> big pain.
    >>     > > >     >     >     >
    >>     > > >     >     >     > Thanks,
    >>     > > >     >     >     > Om
    >>     > > >     >     >     >
    >>     > > >     >     >     > On Wed, Oct 3, 2018 at 12:47 AM Alex Harui
    >>     > > >     > <aharui@adobe.com.invalid
    >>     > > >     >     > >
    >>     > > >     >     >     > wrote:
    >>     > > >     >     >     >
    >>     > > >     >     >     >> Looks like it was a missing [
    >>     > > >     >     >     >>
    >>     > > >     >     >     >> MXRoyale and SparkRoyale built for me.
    >>     > > >     >     >     >>
    >>     > > >     >     >     >> HTH,
    >>     > > >     >     >     >> -Alex
    >>     > > >     >     >     >>
    >>     > > >     >     >     >> On 10/3/18, 12:43 AM, "OmPrakash Muppirala" <
    >>     > > >     > bigosmallm@gmail.com>
    >>     > > >     >     >     >> wrote:
    >>     > > >     >     >     >>
    >>     > > >     >     >     >>     Thanks!
    >>     > > >     >     >     >>
    >>     > > >     >     >     >>     I reverted everything back to previous
    >> state.  I
    >>     > > > can give
    >>     > > >     > it a
    >>     > > >     >     > shot
    >>     > > >     >     >     >>     tomorrow evening.
    >>     > > >     >     >     >>
    >>     > > >     >     >     >>     Regards,
    >>     > > >     >     >     >>     Om
    >>     > > >     >     >     >>
    >>     > > >     >     >     >>     On Wed, Oct 3, 2018 at 12:41 AM Alex
    >> Harui
    >>     > > >     >     > <ah...@adobe.com.invalid>
    >>     > > >     >     >     >> wrote:
    >>     > > >     >     >     >>
    >>     > > >     >     >     >>     > It was in a releasable state.
    >> TourDeFlex was
    >>     > > > running
    >>     > > >     > on it.
    >>     > > >     >     >     >>     >
    >>     > > >     >     >     >>     > I'm trying to track down the change
    >> that broke
    >>     > > it.
    >>     > > >     >     >     >>     >
    >>     > > >     >     >     >>     > -Alex
    >>     > > >     >     >     >>     >
    >>     > > >     >     >     >>     > On 10/3/18, 12:32 AM, "OmPrakash
    >> Muppirala" <
    >>     > > >     >     > bigosmallm@gmail.com>
    >>     > > >     >     >     >> wrote:
    >>     > > >     >     >     >>     >
    >>     > > >     >     >     >>     >     A bit more progress. Now we are
    >> failing on
    >>     > > the
    >>     > > >     > MXRoyale
    >>     > > >     >     > project:
    >>     > > >     >     >     >>     >
    >>     > > >     >     >     >>     >          [exec] [INFO] [INFO]
    >>     > > >     >     >     >>     >
    >>     > > >     >     >     >>     >
    >>     > > >     >     >     >>
    >>     > > >     >     >
    >>     > > >     >
    >>     > > >
    >>     >
    >> ------------------------------------------------------------------------
    >>     > > >     >     >     >>     >
    >>     > > >     >     >     >>     >          [exec] [INFO] [INFO] BUILD
    >> FAILURE
    >>     > > >     >     >     >>     >
    >>     > > >     >     >     >>     >          [exec] [INFO] [INFO]
    >>     > > >     >     >     >>     >
    >>     > > >     >     >     >>     >
    >>     > > >     >     >     >>
    >>     > > >     >     >
    >>     > > >     >
    >>     > > >
    >>     >
    >> ------------------------------------------------------------------------
    >>     > > >     >     >     >>     >
    >>     > > >     >     >     >>     >          [exec] [INFO] [INFO] Total
    >> time:
    >>     > 01:34
    >>     > > > min
    >>     > > >     >     >     >>     >
    >>     > > >     >     >     >>     >          [exec] [INFO] [INFO] Finished
    >> at:
    >>     > > >     >     > 2018-10-03T00:28:14-07:00
    >>     > > >     >     >     >>     >
    >>     > > >     >     >     >>     >          [exec] [INFO] [INFO]
    >>     > > >     >     >     >>     >
    >>     > > >     >     >     >>     >
    >>     > > >     >     >     >>
    >>     > > >     >     >
    >>     > > >     >
    >>     > > >
    >>     >
    >> ------------------------------------------------------------------------
    >>     > > >     >     >     >>     >
    >>     > > >     >     >     >>     >          [exec] [INFO] [ERROR] Failed
    >> to
    >>     > execute
    >>     > > > goal
    >>     > > >     >     >     >>     >
    >>     > > >     >     >
    >>     > > > org.apache.royale.compiler:royale-maven-plugin:0.9.4:compile-as
    >>     > > >     >     >     >>     >     (default-compile-as) on project
    >> MXRoyale:
    >>     > > > There were
    >>     > > >     >     > errors
    >>     > > >     >     >     >> during the
    >>     > > >     >     >     >>     >     build. Got return code 3 -> [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]
    >>     > > >     >     >     >>     >
    >>     > > >     >     >     >>     >
    >>     > > >     >     >     >>
    >>     > > >     >     >
    >>     > > >     >
    >>     > > >
    >>     > >
    >>     >
    >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7C7b4f4f106a0e4832f0bc08d62f58b09f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748455300147133&amp;sdata=hvNM5inigC4ldfW8OqDU%2BnocoR%2BZqewteKhWKFdk7bk%3D&amp;reserved=0
    >>     > > >     >     >     >>     >
    >>     > > >     >     >     >>     >          [exec] [INFO] [ERROR]
    >>     > > >     >     >     >>     >
    >>     > > >     >     >     >>     >          [exec] [INFO] [ERROR] After
    >>     > correcting
    >>     > > > the
    >>     > > >     > problems,
    >>     > > >     >     > you
    >>     > > >     >     >     >> can
    >>     > > >     >     >     >>     > resume
    >>     > > >     >     >     >>     >     the build with the command
    >>     > > >     >     >     >>     >
    >>     > > >     >     >     >>     >          [exec] [INFO] [ERROR]   mvn
    >> <goals>
    >>     > -rf
    >>     > > >     > :MXRoyale
    >>     > > >     >     >     >>     >
    >>     > > >     >     >     >>     >
    >>     > > >     >     >     >>     >     Can we perhaps turn this project
    >> off?  Is
    >>     > it
    >>     > > > in a
    >>     > > >     >     > releasable
    >>     > > >     >     >     >> state?
    >>     > > >     >     >     >>     >
    >>     > > >     >     >     >>     >     On Tue, Oct 2, 2018 at 7:30 PM
    >> OmPrakash
    >>     > > > Muppirala <
    >>     > > >     >     >     >>     > bigosmallm@gmail.com>
    >>     > > >     >     >     >>     >     wrote:
    >>     > > >     >     >     >>     >
    >>     > > >     >     >     >>     >     > I'm going to give this another
    >> shot in a
    >>     > > > couple of
    >>     > > >     >     > hours,
    >>     > > >     >     >     >> unless
    >>     > > >     >     >     >>     > there are
    >>     > > >     >     >     >>     >     > any objections.
    >>     > > >     >     >     >>     >     >
    >>     > > >     >     >     >>     >     > Thanks,
    >>     > > >     >     >     >>     >     > Om
    >>     > > >     >     >     >>     >     >
    >>     > > >     >     >     >>     >     > On Mon, Oct 1, 2018, 2:04 PM
    >> Alex Harui
    >>     > > >     >     >     >> <ah...@adobe.com.invalid>
    >>     > > >     >     >     >>     > wrote:
    >>     > > >     >     >     >>     >     >
    >>     > > >     >     >     >>     >     >> Jewel is mentioned in there.  I
    >> added
    >>     > > > mention of
    >>     > > >     > the
    >>     > > >     >     >     >> migration
    >>     > > >     >     >     >>     > components
    >>     > > >     >     >     >>     >     >> and tour de flex.  Not sure if
    >> I got
    >>     > the
    >>     > > >     > formatting
    >>     > > >     >     > right.
    >>     > > >     >     >     >> I think
    >>     > > >     >     >     >>     > it is
    >>     > > >     >     >     >>     >     >> good enough.
    >>     > > >     >     >     >>     >     >>
    >>     > > >     >     >     >>     >     >> -Alex
    >>     > > >     >     >     >>     >     >>
    >>     > > >     >     >     >>     >     >> On 10/1/18, 12:13 PM, "OmPrakash
    >>     > > > Muppirala" <
    >>     > > >     >     >     >> bigosmallm@gmail.com>
    >>     > > >     >     >     >>     >     >> wrote:
    >>     > > >     >     >     >>     >     >>
    >>     > > >     >     >     >>     >     >>     I updated it, although it
    >> looks a
    >>     > bit
    >>     > > > sparse
    >>     > > >     > now.
    >>     > > >     >     > Can
    >>     > > >     >     >     >> we list
    >>     > > >     >     >     >>     > a few
    >>     > > >     >     >     >>     >     >> major
    >>     > > >     >     >     >>     >     >>     highlights here, that I can
    >> go add
    >>     > to
    >>     > > > the
    >>     > > >     > release
    >>     > > >     >     > notes?
    >>     > > >     >     >     >>     >     >>     Jewel should at least have
    >> several
    >>     > > > updates.
    >>     > > >     >     >     >>     >     >>
    >>     > > >     >     >     >>     >     >>     Thanks,
    >>     > > >     >     >     >>     >     >>     Om
    >>     > > >     >     >     >>     >     >>
    >>     > > >     >     >     >>     >     >>     On Mon, Oct 1, 2018 at
    >> 12:09 PM
    >>     > Alex
    >>     > > > Harui
    >>     > > >     >     >     >>     > <ah...@adobe.com.invalid>
    >>     > > >     >     >     >>     >     >> wrote:
    >>     > > >     >     >     >>     >     >>
    >>     > > >     >     >     >>     >     >>     > Hey, I just noticed that
    >> nobody
    >>     > put
    >>     > > > a 0.9.4
    >>     > > >     >     > section in
    >>     > > >     >     >     >> the
    >>     > > >     >     >     >>     >     >> RELEASE_NOTES.
    >>     > > >     >     >     >>     >     >>     > Maybe just rename the
    >> 0.9.3
    >>     > > section?
    >>     > > >     >     >     >>     >     >>     >
    >>     > > >     >     >     >>     >     >>     > -Alex
    >>     > > >     >     >     >>     >     >>     >
    >>     > > >     >     >     >>     >     >>     > On 10/1/18, 12:07 PM,
    >> "OmPrakash
    >>     > > >     > Muppirala" <
    >>     > > >     >     >     >>     > bigosmallm@gmail.com>
    >>     > > >     >     >     >>     >     >> wrote:
    >>     > > >     >     >     >>     >     >>     >
    >>     > > >     >     >     >>     >     >>     >     Good catch!  I just
    >> pushed a
    >>     > > fix
    >>     > > > for
    >>     > > >     > that.
    >>     > > >     >     >     >>     >     >>     >
    >>     > > >     >     >     >>     >     >>     >     Thanks,
    >>     > > >     >     >     >>     >     >>     >     Om
    >>     > > >     >     >     >>     >     >>     >
    >>     > > >     >     >     >>     >     >>     >     On Mon, Oct 1, 2018
    >> at 11:04
    >>     > AM
    >>     > > > Alex
    >>     > > >     > Harui
    >>     > > >     >     >     >>     >     >> <ah...@adobe.com.invalid>
    >>     > > >     >     >     >>     >     >>     > wrote:
    >>     > > >     >     >     >>     >     >>     >
    >>     > > >     >     >     >>     >     >>     >     > Om,
    >>     > > >     >     >     >>     >     >>     >     >
    >>     > > >     >     >     >>     >     >>     >     > I think the
    >>     > > > <tag>release/0.9.4</tag>
    >>     > > >     > in
    >>     > > >     >     >     >>     > royale-asjs/pom.xml
    >>     > > >     >     >     >>     >     >> needs to
    >>     > > >     >     >     >>     >     >>     > be
    >>     > > >     >     >     >>     >     >>     >     > reverted back to
    >> 0.9.3.
    >>     > > >     >     >     >>     >     >>     >     >
    >>     > > >     >     >     >>     >     >>     >     > Everything else
    >> looks ok
    >>     > from
    >>     > > > my
    >>     > > >     > quick
    >>     > > >     >     >     >> examination.
    >>     > > >     >     >     >>     >     >>     >     >
    >>     > > >     >     >     >>     >     >>     >     > Thanks and good
    >> luck,
    >>     > > >     >     >     >>     >     >>     >     > -Alex
    >>     > > >     >     >     >>     >     >>     >     >
    >>     > > >     >     >     >>     >     >>     >     > On 10/1/18, 10:29
    >> AM,
    >>     > "Piotr
    >>     > > >     > Zarzycki" <
    >>     > > >     >     >     >>     >     >> piotrzarzycki21@gmail.com>
    >>     > > >     >     >     >>     >     >>     > wrote:
    >>     > > >     >     >     >>     >     >>     >     >
    >>     > > >     >     >     >>     >     >>     >     >     I saw your
    >> commit and I
    >>     > > > think you
    >>     > > >     >     > should be
    >>     > > >     >     >     >> ok.
    >>     > > >     >     >     >>     >     >>     >     >
    >>     > > >     >     >     >>     >     >>     >     >     pon., 1 paź
    >> 2018 o
    >>     > 19:21
    >>     > > >     > OmPrakash
    >>     > > >     >     > Muppirala
    >>     > > >     >     >     >> <
    >>     > > >     >     >     >>     >     >>     > bigosmallm@gmail.com>
    >>     > > >     >     >     >>     >     >>     >     >     napisał(a):
    >>     > > >     >     >     >>     >     >>     >     >
    >>     > > >     >     >     >>     >     >>     >     >     > Okay, I did
    >> the
    >>     > > > following to
    >>     > > >     > reset:
    >>     > > >     >     >     >>     >     >>     >     >     >
    >>     > > >     >     >     >>     >     >>     >     >     > For all three
    >> repos:
    >>     > > >     >     >     >>     >     >>     >     >     > * Reverted all
    >>     > > > references of
    >>     > > >     > 0.9.5
    >>     > > >     >     > to 0.9.4
    >>     > > >     >     >     >>     >     >>     >     >     > * Deleted
    >> 0.9.4-rc1
    >>     > tag
    >>     > > >     >     >     >>     >     >>     >     >     > * Deleted
    >> branch:
    >>     > > > release/0.9.4
    >>     > > >     >     >     >>     >     >>     >     >     >
    >>     > > >     >     >     >>     >     >>     >     >     > Can someone
    >> please
    >>     > make
    >>     > > > sure
    >>     > > >     > that we
    >>     > > >     >     > are
    >>     > > >     >     >     >> good
    >>     > > >     >     >     >>     > before
    >>     > > >     >     >     >>     >     >> starting
    >>     > > >     >     >     >>     >     >>     > work?
    >>     > > >     >     >     >>     >     >>     >     >     >
    >>     > > >     >     >     >>     >     >>     >     >     > Thanks,
    >>     > > >     >     >     >>     >     >>     >     >     > Om
    >>     > > >     >     >     >>     >     >>     >     >     >
    >>     > > >     >     >     >>     >     >>     >     >     > On Mon, Oct
    >> 1, 2018
    >>     > at
    >>     > > > 1:51 AM
    >>     > > >     > Carlos
    >>     > > >     >     >     >> Rovira <
    >>     > > >     >     >     >>     >     >>     >     >
    >> carlosrovira@apache.org>
    >>     > > >     >     >     >>     >     >>     >     >     > wrote:
    >>     > > >     >     >     >>     >     >>     >     >     >
    >>     > > >     >     >     >>     >     >>     >     >     > > Hi Om,
    >>     > > >     >     >     >>     >     >>     >     >     > > is related
    >> to flash
    >>     > > > player
    >>     > > >     >     > debugger not
    >>     > > >     >     >     >>     > launched? are
    >>     > > >     >     >     >>     >     >> you on
    >>     > > >     >     >     >>     >     >>     > Mac?
    >>     > > >     >     >     >>     >     >>     >     >     > > I think on
    >> Mac I
    >>     > have
    >>     > > > to
    >>     > > >     > make *.swf
    >>     > > >     >     >     >> files be
    >>     > > >     >     >     >>     > always
    >>     > > >     >     >     >>     >     >> opened
    >>     > > >     >     >     >>     >     >>     > by Flash
    >>     > > >     >     >     >>     >     >>     >     >     > Player
    >>     > > >     >     >     >>     >     >>     >     >     > > debugger.
    >>     > > >     >     >     >>     >     >>     >     >     > >
    >>     > > >     >     >     >>     >     >>     >     >     > > In the
    >> other hand,
    >>     > I
    >>     > > > need to
    >>     > > >     > commit
    >>     > > >     >     >     >> during the
    >>     > > >     >     >     >>     > day
    >>     > > >     >     >     >>     >     >> some
    >>     > > >     >     >     >>     >     >>     > fixes, one
    >>     > > >     >     >     >>     >     >>     >     > on
    >>     > > >     >     >     >>     >     >>     >     >     > > typedefs
    >> and expect
    >>     > > > more on
    >>     > > >     >     > compiler. So
    >>     > > >     >     >     >> if you
    >>     > > >     >     >     >>     > plan
    >>     > > >     >     >     >>     >     >> to try
    >>     > > >     >     >     >>     >     >>     > again
    >>     > > >     >     >     >>     >     >>     >     > some
    >>     > > >     >     >     >>     >     >>     >     >     > > hours ago,
    >> please,
    >>     > > > remove the
    >>     > > >     >     > commits to
    >>     > > >     >     >     >> left
    >>     > > >     >     >     >>     > the
    >>     > > >     >     >     >>     >     >> repos so
    >>     > > >     >     >     >>     >     >>     > we can
    >>     > > >     >     >     >>     >     >>     >     > commit
    >>     > > >     >     >     >>     >     >>     >     >     > > new work
    >>     > > >     >     >     >>     >     >>     >     >     > >
    >>     > > >     >     >     >>     >     >>     >     >     > > thanks!
    >>     > > >     >     >     >>     >     >>     >     >     > >
    >>     > > >     >     >     >>     >     >>     >     >     > > Carlos
    >>     > > >     >     >     >>     >     >>     >     >     > >
    >>     > > >     >     >     >>     >     >>     >     >     > >
    >>     > > >     >     >     >>     >     >>     >     >     > >
    >>     > > >     >     >     >>     >     >>     >     >     > >
    >>     > > >     >     >     >>     >     >>     >     >     > >
    >>     > > >     >     >     >>     >     >>     >     >     > > El lun., 1
    >> oct.
    >>     > 2018
    >>     > > a
    >>     > > > las
    >>     > > >     > 10:29,
    >>     > > >     >     >     >> OmPrakash
    >>     > > >     >     >     >>     > Muppirala
    >>     > > >     >     >     >>     >     >> (<
    >>     > > >     >     >     >>     >     >>     >     >     > >
    >>     > bigosmallm@gmail.com
    >>     > > >)
    >>     > > >     >     >     >>     >     >>     >     >     > > escribió:
    >>     > > >     >     >     >>     >     >>     >     >     > >
    >>     > > >     >     >     >>     >     >>     >     >     > > > I
    >> provided path
    >>     > to
    >>     > > > Chrome
    >>     > > >     > via
    >>     > > >     >     >     >> -Dbrowser, but
    >>     > > >     >     >     >>     > I got
    >>     > > >     >     >     >>     >     >> an
    >>     > > >     >     >     >>     >     >>     > error that
    >>     > > >     >     >     >>     >     >>     >     > ant
    >>     > > >     >     >     >>     >     >>     >     >     > was
    >>     > > >     >     >     >>     >     >>     >     >     > > > not able
    >> to
    >>     > access
    >>     > > > the
    >>     > > >     >     > application.
    >>     > > >     >     >     >>     >     >>     >     >     > > > So, I
    >> tried
    >>     > > > installing
    >>     > > >     > firefox
    >>     > > >     >     > and that
    >>     > > >     >     >     >>     > seemed to
    >>     > > >     >     >     >>     >     >> work.
    >>     > > >     >     >     >>     >     >>     >     >     > > >
    >>     > > >     >     >     >>     >     >>     >     >     > > > On Mon,
    >> Oct 1,
    >>     > 2018
    >>     > > > at
    >>     > > >     > 1:26 AM
    >>     > > >     >     > Piotr
    >>     > > >     >     >     >> Zarzycki
    >>     > > >     >     >     >>     > <
    >>     > > >     >     >     >>     >     >>     >     >     >
    >>     > > > piotrzarzycki21@gmail.com
    >>     > > >     >     >     >>     >     >>     >     >     > > >
    >>     > > >     >     >     >>     >     >>     >     >     > > > wrote:
    >>     > > >     >     >     >>     >     >>     >     >     > > >
    >>     > > >     >     >     >>     >     >>     >     >     > > > > Hi Om,
    >>     > > >     >     >     >>     >     >>     >     >     > > > >
    >>     > > >     >     >     >>     >     >>     >     >     > > > > You did
    >> use
    >>     > > > Firefox for
    >>     > > >     > that
    >>     > > >     >     > purpose
    >>     > > >     >     >     >> ? I
    >>     > > >     >     >     >>     > had to
    >>     > > >     >     >     >>     >     >> specify
    >>     > > >     >     >     >>     >     >>     >     >     > -Dbrowser=path
    >>     > > >     >     >     >>     >     >>     >     >     > > to
    >>     > > >     >     >     >>     >     >>     >     >     > > > >
    >> firefox.exe
    >>     > > >     >     >     >>     >     >>     >     >     > > > >
    >>     > > >     >     >     >>     >     >>     >     >     > > > > Thanks,
    >>     > > >     >     >     >>     >     >>     >     >     > > > > Piotr
    >>     > > >     >     >     >>     >     >>     >     >     > > > >
    >>     > > >     >     >     >>     >     >>     >     >     > > > > pon., 1
    >> paź
    >>     > 2018
    >>     > > o
    >>     > > > 10:22
    >>     > > >     >     > OmPrakash
    >>     > > >     >     >     >>     > Muppirala <
    >>     > > >     >     >     >>     >     >>     >     >
    >> bigosmallm@gmail.com>
    >>     > > >     >     >     >>     >     >>     >     >     > > > >
    >> napisał(a):
    >>     > > >     >     >     >>     >     >>     >     >     > > > >
    >>     > > >     >     >     >>     >     >>     >     >     > > > > > Okay,
    >> I made
    >>     > > > several
    >>     > > >     > attempts
    >>     > > >     >     >     >> through the
    >>     > > >     >     >     >>     > day,
    >>     > > >     >     >     >>     >     >> making
    >>     > > >     >     >     >>     >     >>     >     > progress each
    >>     > > >     >     >     >>     >     >>     >     >     > > > time.
    >>     > > >     >     >     >>     >     >>     >     >     > > > > >  The
    >> last run
    >>     > > > failed
    >>     > > >     > because
    >>     > > >     >     > the
    >>     > > >     >     >     >> browser
    >>     > > >     >     >     >>     > could
    >>     > > >     >     >     >>     >     >> not be
    >>     > > >     >     >     >>     >     >>     >     > launched.
    >>     > > >     >     >     >>     >     >>     >     >     > > > > > I am
    >> going to
    >>     > > > pause on
    >>     > > >     > this
    >>     > > >     >     > and
    >>     > > >     >     >     >> try again
    >>     > > >     >     >     >>     >     >> tomorrow (or
    >>     > > >     >     >     >>     >     >>     >     > later) . If
    >>     > > >     >     >     >>     >     >>     >     >     > > > > someone
    >>     > > >
    >
    >
    >
    > --
    >
    > Piotr Zarzycki
    >
    > Patreon: *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C7b4f4f106a0e4832f0bc08d62f58b09f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748455300147133&amp;sdata=vhmED%2Bw%2BDFOYmZnwbQpTfgXrEKyeFkxAkRbrYIK5L3U%3D&amp;reserved=0
    > <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C7b4f4f106a0e4832f0bc08d62f58b09f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748455300147133&amp;sdata=vhmED%2Bw%2BDFOYmZnwbQpTfgXrEKyeFkxAkRbrYIK5L3U%3D&amp;reserved=0>*
    >
    
    
    -- 
    
    Piotr Zarzycki
    
    Patreon: *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C7b4f4f106a0e4832f0bc08d62f58b09f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748455300147133&amp;sdata=vhmED%2Bw%2BDFOYmZnwbQpTfgXrEKyeFkxAkRbrYIK5L3U%3D&amp;reserved=0
    <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C7b4f4f106a0e4832f0bc08d62f58b09f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636748455300147133&amp;sdata=vhmED%2Bw%2BDFOYmZnwbQpTfgXrEKyeFkxAkRbrYIK5L3U%3D&amp;reserved=0>*
    


Re: [Discuss] Start release process 0.9.3

Posted by Piotr Zarzycki <pi...@gmail.com>.
I gave up again :) It costs me to much time. I thought since Om did so much
progress I will launch the script and will work. It's still failing.

https://paste.apache.org/WJ44

I run first time and had problem with gpg password - just forgot it, but
run it again and type correct password. Probably first time this tag was
created and now script failing cause tag exits. Never ending story.

I'm in that step - If someone would like to try it out let me know and I
won't revert anything for now:

ant -f releasecandidate.xml -Drelease.version="0.9.4" -Dbrowser="c:\Program
Files\Mozilla Firefox\firefox.exe" -Drc=1 maven

Thanks,
Piotr


czw., 11 paź 2018 o 10:13 Piotr Zarzycki <pi...@gmail.com>
napisał(a):

> Hi Alex,
>
> This is what I'm getting for git status for royale-compiler [1]
>
> [1] https://paste.apache.org/YuiH
>
> Thanks,
> Piotr
>
> śr., 10 paź 2018 o 17:50 Alex Harui <ah...@adobe.com.invalid> napisał(a):
>
>> What does 'git status' return for that local copy of the royale-compiler
>> repo?
>>
>> That part of the script is trying to see if compiler-jburg-types and
>> compiler-build-tools needed a version update that needs to be pushed.
>> Those two projects should be at 1.0.0 since we rarely, if ever, will need
>> to modify it.  There shouldn't have been modifications in this release, yet
>> Git status is reporting modifications to some file.  A test is done to
>> check for the word "modified:" in the 'git status' output, then that
>> attempt to push is executed.  Somehow, the git status is implying
>> modifications but the files we are trying to push are not modified.
>>
>> The solutions should not require reverting of the release branch.  It
>> looks like you have successfully created a correct set of branches and the
>> steps you are running start by pulling down the release branch.  I didn't
>> see any commits to the release branch from the scripts, so to re-start, it
>> should just be manually deleting the local copies of the repos and running
>> the Ant command again after making one of the changes to
>> releasecandidate.xml I will describe below:
>>
>> IMO, the choices are (and there may be more choices)
>> 1.  Figure out how to be smarter about what 'git status' output will say
>> so the test works correctly
>> 2. Set failonerror="false" on the push step and not care if that push
>> succeeds.  This is slightly risky if we ever do want to push changes, but
>> again, that is low probability, IMO.
>> 3. Comment out those steps since it will be rare we will need them.  If
>> we do need them some day, the RM will have to remember to uncomment those
>> steps.
>>
>> HTH,
>> -Alex
>>
>> On 10/10/18, 2:52 AM, "Piotr Zarzycki" <pi...@gmail.com>
>> wrote:
>>
>>     Ok It's failed :) However I passed step 3 in instruction. Step 4 is
>> failing
>>     [1] - if someone know what could it be - I will wait with reverting
>> changes.
>>
>>     Lines in stacktrace are pointing in ant script to following targets:
>>
>>     Line 556: git-commit-and-push-utils
>>     Line 487: git-commit-and-push-utils-if-modified
>>     Line 473:
>>
>>     <exec executable="${git}" dir="${compiler}" failonerror="true" >
>>                 <arg value="commit" />
>>                 <arg value="-m" />
>>                 <arg value="remove SNAPSHOT from compiler-jburg-types and
>>     compiler-build-tools versions" />
>>             </exec>
>>
>>     [1]
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2Fbg5e&amp;data=02%7C01%7Caharui%40adobe.com%7Cb64ac5ec10034057bdf408d62e9608d4%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636747619265956444&amp;sdata=2oMPXqd%2BFLqxtfvvT7S7x4rxdfg0wnDPdGq1zZFg0DE%3D&amp;reserved=0
>>
>>     Thanks,
>>     Piotr
>>
>>
>>     śr., 10 paź 2018 o 11:34 Carlos Rovira <ca...@apache.org>
>> napisał(a):
>>
>>     > Ok Piotr, good luck! :)
>>     >
>>     > El mié., 10 oct. 2018 a las 10:34, Piotr Zarzycki (<
>>     > piotrzarzycki21@gmail.com>) escribió:
>>     >
>>     > > Hi Guys,
>>     > >
>>     > > I will try right now process from my PC. We will see how far I
>> will go
>>     > with
>>     > > that.
>>     > >
>>     > > Piotr
>>     > >
>>     > > czw., 4 paź 2018 o 22:01 Alex Harui <ah...@adobe.com.invalid>
>>     > napisał(a):
>>     > >
>>     > > > Hi Om,
>>     > > >
>>     > > > If make_branches succeeds, then you shouldn't need to go back
>> and
>>     > delete
>>     > > > branches and tags and run make_branches again if the "maven"
>> step
>>     > fails.
>>     > > >
>>     > > > You might need to revert any changes to the release branch that
>> the
>>     > > > "maven" step did, but then you should be able to delete the
>> local copy
>>     > of
>>     > > > the branches and start again with "maven" or
>>     > > > "maven_skip_compiler_and_typedefs" if you got all the way up to
>>     > > royale-asjs.
>>     > > >
>>     > > > What are some of the 200+ files that don't get reverted back to
>> 0.9.4?
>>     > > >
>>     > > > You are welcome to try to add the "continue" option.  I would
>> suggest
>>     > > > adding a dummy parameter.  So if the script currently calls
>> Maven like
>>     > > this:
>>     > > >
>>     > > >         <exec executable="${mvn}"
>> dir="${basedir}/maven-release-plugin"
>>     > > > failonerror="true" >
>>     > > >             <arg value="clean" />
>>     > > >             <arg value="install" />
>>     > > >         </exec>
>>     > > >
>>     > > > You can try changing it to something like this:
>>     > > >
>>     > > >         <property name="continueOption" value="-Ddummy=0" />
>>     > > >         <exec executable="${mvn}"
>> dir="${basedir}/maven-release-plugin"
>>     > > > failonerror="true" >
>>     > > >             <arg value="${continueOption}" />
>>     > > >             <arg value="clean" />
>>     > > >             <arg value="install" />
>>     > > >         </exec>
>>     > > >
>>     > > > Then you should be able to set in your local.properties:
>>     > > >
>>     > > > continueOption=-rf JewelExample
>>     > > >
>>     > > > You will probably need to use different names for each call to
>> Maven so
>>     > > > subsequent Maven calls don't pick up the same option.
>>     > > >
>>     > > > HTH,
>>     > > > -Alex
>>     > > >
>>     > > > On 10/4/18, 11:58 AM, "OmPrakash Muppirala" <
>> bigosmallm@gmail.com>
>>     > > wrote:
>>     > > >
>>     > > >     On Thu, Oct 4, 2018 at 1:48 AM Alex Harui
>> <aharui@adobe.com.invalid
>>     > >
>>     > > > wrote:
>>     > > >
>>     > > >     > Om, it looks like you are still deleting and recreating
>> the
>>     > > branches.
>>     > > >     > Does this mean you have never completed the make_branches
>> step?
>>     > > >
>>     > > >
>>     > > >     Yes, I delete the tags, branches (remote) each time
>> something
>>     > fails.
>>     > > > Then
>>     > > >     I do a global search for 0.9.5 and replace it with 0.9.4
>> (some 200+
>>     > > > files
>>     > > >     across 3 repos), then push them into remote/develop.
>>     > > >
>>     > > >     Then I do the make_branches step first.  Then do a git push
>> in
>>     > > > roayale-asjs
>>     > > >     as per the instructions in the commandline. I have never
>> had issues
>>     > > > with
>>     > > >     this step.  It is always the maven step that fails for some
>> reason
>>     > or
>>     > > > the
>>     > > >     other.
>>     > > >
>>     > > >
>>     > > >     > Is make_branches failing trying to run a build in the
>> develop
>>     > > branch
>>     > > > and
>>     > > >     > uploading 0.9.5-SNAPSHOT artifacts?
>>     > > >
>>     > > >
>>     > > >     No
>>     > > >
>>     > > >
>>     > > >     > I supposed we could try to find a way to skip that, but
>> you will
>>     > > need
>>     > > >     > reliable uploading to repository.a.o to be an RM without
>> going
>>     > > crazy.
>>     > > >     >
>>     > > >
>>     > > >     Hmm, I use the same internet connection for personal and
>> work
>>     > related
>>     > > >     activities.  I don't usually have issues with internet.
>> Either we
>>     > > are
>>     > > > very
>>     > > >     unlucky here or we need a more reselient way to pick up
>> things if
>>     > we
>>     > > > lose
>>     > > >     internet connectivity momentarily.
>>     > > >
>>     > > >     It takes upwards of 90 minutes of uploading stuff. I dont
>> do this
>>     > > kind
>>     > > > of
>>     > > >     uploading for my regular work, so that is probably I have
>> never hit
>>     > > > this
>>     > > >     issue before.
>>     > > >
>>     > > >     I still think that looking into the 'resume-from' directive
>> in
>>     > maven
>>     > > is
>>     > > >     worthwhile.
>>     > > >
>>     > > >     Thanks,
>>     > > >     Om
>>     > > >
>>     > > >
>>     > > >     >
>>     > > >     > -Alex
>>     > > >     >
>>     > > >     > On 10/3/18, 2:11 PM, "OmPrakash Muppirala" <
>> bigosmallm@gmail.com
>>     > >
>>     > > > wrote:
>>     > > >     >
>>     > > >     >     On Wed, Oct 3, 2018 at 2:02 PM Alex Harui
>>     > > > <ah...@adobe.com.invalid>
>>     > > >     > wrote:
>>     > > >     >
>>     > > >     >     > Hi Om,
>>     > > >     >     >
>>     > > >     >     > Does anything deploy, or is that the first thing
>> that is
>>     > > > attempted to
>>     > > >     >     > deploy?  I found this article that might help:
>>     > > >     >     >
>>     > > >     >     >
>>     > > >     >
>>     > > >
>>     > >
>>     >
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.apigee.com%2Fquestions%2F50756%2Funable-to-deploy-using-maven-script-due-to-error-r.html&amp;data=02%7C01%7Caharui%40adobe.com%7Cb64ac5ec10034057bdf408d62e9608d4%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636747619265956444&amp;sdata=YmCfICWXAlzKEBjT0%2FTq9u%2BOJSnd2btciYotsKxeQy4%3D&amp;reserved=0
>>     > > >     >
>>     > > >     >
>>     > > >     >     It deployed a lot of artifacts before hitting this
>> error.  I
>>     > > > don't see
>>     > > >     >     anything special with this artifact.  So, I am
>> guessing that
>>     > it
>>     > > > was a
>>     > > >     >     momentary bad connection that caused this.
>>     > > >     >
>>     > > >     >
>>     > > >     >     >
>>     > > >     >     >
>>     > > >     >     > I would be concerned about restarting from the
>> middle of a
>>     > > > Maven
>>     > > >     > call.  I
>>     > > >     >     > suppose you could try it, but what if it skipped an
>>     > artifact?
>>     > > >     >     >
>>     > > >     >
>>     > > >     >     The maven error message explicitly says this:
>>     > > >     >
>>     > > >     >          [exec] [INFO] [ERROR] After correcting the
>> problems, you
>>     > > can
>>     > > >     > resume
>>     > > >     >     the build with the command
>>     > > >     >
>>     > > >     >          [exec] [INFO] [ERROR]   mvn <goals> -rf
>>     > > >     >     :Jewel-Light-NoFlat-Primary-Sunflower-Theme
>>     > > >     >
>>     > > >     >
>>     > > >     >     >
>>     > > >     >     > There should be Ant targets for starting only on
>>     > royale-asjs
>>     > > if
>>     > > >     >     > royale-compiler and royale=typedefs worked ok.
>>     > > >     >     >
>>     > > >     >     > HTH,
>>     > > >     >     > -Alex
>>     > > >     >     >
>>     > > >     >     > On 10/3/18, 11:58 AM, "OmPrakash Muppirala" <
>>     > > > bigosmallm@gmail.com>
>>     > > >     > wrote:
>>     > > >     >     >
>>     > > >     >     >     Another suggestion I have is - can we do all
>> the pushes
>>     > > to
>>     > > >     > remote after
>>     > > >     >     >     everything is done locally?  That way, if
>> something
>>     > goes
>>     > > > wrong
>>     > > >     >     > halfway, we
>>     > > >     >     >     can just delete the royale-* dirs locally and
>> rerun the
>>     > > >     >     > releasecandiate ant
>>     > > >     >     >     script?
>>     > > >     >     >
>>     > > >     >     >     Not sure if this is an easy change?
>>     > > >     >     >
>>     > > >     >     >     Thanks,
>>     > > >     >     >     Om
>>     > > >     >     >
>>     > > >     >     >     On Wed, Oct 3, 2018 at 11:42 AM OmPrakash
>> Muppirala <
>>     > > >     >     > bigosmallm@gmail.com>
>>     > > >     >     >     wrote:
>>     > > >     >     >
>>     > > >     >     >     > Okay, I tried a couple of times and I have
>> started
>>     > > > getting
>>     > > >     > `SSL peer
>>     > > >     >     > shut
>>     > > >     >     >     > down incorrectly errors`
>>     > > >     >     >     >
>>     > > >     >     >     >      [exec] [INFO] [INFO]
>>     > > >     >     >     >
>>     > > >     >     >
>>     > > >     >
>>     > > >
>>     >
>> ------------------------------------------------------------------------
>>     > > >     >     >     >
>>     > > >     >     >     >      [exec] [INFO] [INFO] BUILD FAILURE
>>     > > >     >     >     >
>>     > > >     >     >     >      [exec] [INFO] [INFO]
>>     > > >     >     >     >
>>     > > >     >     >
>>     > > >     >
>>     > > >
>>     >
>> ------------------------------------------------------------------------
>>     > > >     >     >     >
>>     > > >     >     >     >      [exec] [INFO] [INFO] Total time: 16:04
>> min
>>     > > >     >     >     >
>>     > > >     >     >     >      [exec] [INFO] [INFO] Finished at:
>>     > > >     > 2018-10-03T11:38:49-07:00
>>     > > >     >     >     >
>>     > > >     >     >     >      [exec] [INFO] [INFO]
>>     > > >     >     >     >
>>     > > >     >     >
>>     > > >     >
>>     > > >
>>     >
>> ------------------------------------------------------------------------
>>     > > >     >     >     >
>>     > > >     >     >     >      [exec] [INFO] [ERROR] Failed to execute
>> goal
>>     > > >     >     >     >
>>     > > org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
>>     > > >     >     > (default-deploy)
>>     > > >     >     >     > on project
>>     > Jewel-Light-NoFlat-Primary-Sunflower-Theme:
>>     > > > Failed
>>     > > >     > to
>>     > > >     >     > deploy
>>     > > >     >     >     > artifacts: Could not transfer artifact
>>     > > >     >     >     >
>>     > > >     >     >
>>     > > >     >
>>     > > >
>>     > >
>>     >
>> org.apache.royale.framework:Jewel-Light-NoFlat-Primary-Sunflower-Theme:swc:0.9.4
>>     > > >     >     >     > from/to apache.releases.https (
>>     > > >     >     >     >
>>     > > >     >     >
>>     > > >     >
>>     > > >
>>     > >
>>     >
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fservice%2Flocal%2Fstaging%2Fdeploy%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7Cb64ac5ec10034057bdf408d62e9608d4%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636747619265956444&amp;sdata=qDCegzJP7%2B7%2FPt1bQPfCRd2wqYfaK6p5Z2JdNs1Gvk4%3D&amp;reserved=0
>>     > > >     >     > ):
>>     > > >     >     >     > Remote host closed connection during
>> handshake: SSL
>>     > > peer
>>     > > > shut
>>     > > >     > down
>>     > > >     >     >     > incorrectly -> [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]
>>     > > >     >     >     >
>>     > > >     >     >
>>     > > >     >
>>     > > >
>>     > >
>>     >
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cb64ac5ec10034057bdf408d62e9608d4%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636747619265956444&amp;sdata=ae4yTtpkvsGrUWhEUenzGgjYB6%2BRIablUL502AmoF7g%3D&amp;reserved=0
>>     > > >     >     >     >
>>     > > >     >     >     >      [exec] [INFO] [ERROR]
>>     > > >     >     >     >
>>     > > >     >     >     >      [exec] [INFO] [ERROR] After correcting
>> the
>>     > > > problems, you
>>     > > >     > can
>>     > > >     >     > resume
>>     > > >     >     >     > the build with the command
>>     > > >     >     >     >
>>     > > >     >     >     >      [exec] [INFO] [ERROR]   mvn <goals> -rf
>>     > > >     >     >     > :Jewel-Light-NoFlat-Primary-Sunflower-Theme
>>     > > >     >     >     >
>>     > > >     >     >     >      [exec] [INFO]
>>     > > >     >     >     >
>>     > > >     >     >
>>     > > >     >
>>     > > >
>>     >
>> ------------------------------------------------------------------------
>>     > > >     >     >     >
>>     > > >     >     >     >
>>     > > >     >     >     > I am guessing it is a bad internet
>> connection.  I am
>>     > > > wondering
>>     > > >     > if we
>>     > > >     >     > can
>>     > > >     >     >     > pass a -rf (resume from) option to the maven
>> call
>>     > from
>>     > > > ant?
>>     > > >     >     > Otherwise
>>     > > >     >     >     > doing all this from scratch everytime is a
>> big pain.
>>     > > >     >     >     >
>>     > > >     >     >     > Thanks,
>>     > > >     >     >     > Om
>>     > > >     >     >     >
>>     > > >     >     >     > On Wed, Oct 3, 2018 at 12:47 AM Alex Harui
>>     > > >     > <aharui@adobe.com.invalid
>>     > > >     >     > >
>>     > > >     >     >     > wrote:
>>     > > >     >     >     >
>>     > > >     >     >     >> Looks like it was a missing [
>>     > > >     >     >     >>
>>     > > >     >     >     >> MXRoyale and SparkRoyale built for me.
>>     > > >     >     >     >>
>>     > > >     >     >     >> HTH,
>>     > > >     >     >     >> -Alex
>>     > > >     >     >     >>
>>     > > >     >     >     >> On 10/3/18, 12:43 AM, "OmPrakash Muppirala" <
>>     > > >     > bigosmallm@gmail.com>
>>     > > >     >     >     >> wrote:
>>     > > >     >     >     >>
>>     > > >     >     >     >>     Thanks!
>>     > > >     >     >     >>
>>     > > >     >     >     >>     I reverted everything back to previous
>> state.  I
>>     > > > can give
>>     > > >     > it a
>>     > > >     >     > shot
>>     > > >     >     >     >>     tomorrow evening.
>>     > > >     >     >     >>
>>     > > >     >     >     >>     Regards,
>>     > > >     >     >     >>     Om
>>     > > >     >     >     >>
>>     > > >     >     >     >>     On Wed, Oct 3, 2018 at 12:41 AM Alex
>> Harui
>>     > > >     >     > <ah...@adobe.com.invalid>
>>     > > >     >     >     >> wrote:
>>     > > >     >     >     >>
>>     > > >     >     >     >>     > It was in a releasable state.
>> TourDeFlex was
>>     > > > running
>>     > > >     > on it.
>>     > > >     >     >     >>     >
>>     > > >     >     >     >>     > I'm trying to track down the change
>> that broke
>>     > > it.
>>     > > >     >     >     >>     >
>>     > > >     >     >     >>     > -Alex
>>     > > >     >     >     >>     >
>>     > > >     >     >     >>     > On 10/3/18, 12:32 AM, "OmPrakash
>> Muppirala" <
>>     > > >     >     > bigosmallm@gmail.com>
>>     > > >     >     >     >> wrote:
>>     > > >     >     >     >>     >
>>     > > >     >     >     >>     >     A bit more progress. Now we are
>> failing on
>>     > > the
>>     > > >     > MXRoyale
>>     > > >     >     > project:
>>     > > >     >     >     >>     >
>>     > > >     >     >     >>     >          [exec] [INFO] [INFO]
>>     > > >     >     >     >>     >
>>     > > >     >     >     >>     >
>>     > > >     >     >     >>
>>     > > >     >     >
>>     > > >     >
>>     > > >
>>     >
>> ------------------------------------------------------------------------
>>     > > >     >     >     >>     >
>>     > > >     >     >     >>     >          [exec] [INFO] [INFO] BUILD
>> FAILURE
>>     > > >     >     >     >>     >
>>     > > >     >     >     >>     >          [exec] [INFO] [INFO]
>>     > > >     >     >     >>     >
>>     > > >     >     >     >>     >
>>     > > >     >     >     >>
>>     > > >     >     >
>>     > > >     >
>>     > > >
>>     >
>> ------------------------------------------------------------------------
>>     > > >     >     >     >>     >
>>     > > >     >     >     >>     >          [exec] [INFO] [INFO] Total
>> time:
>>     > 01:34
>>     > > > min
>>     > > >     >     >     >>     >
>>     > > >     >     >     >>     >          [exec] [INFO] [INFO] Finished
>> at:
>>     > > >     >     > 2018-10-03T00:28:14-07:00
>>     > > >     >     >     >>     >
>>     > > >     >     >     >>     >          [exec] [INFO] [INFO]
>>     > > >     >     >     >>     >
>>     > > >     >     >     >>     >
>>     > > >     >     >     >>
>>     > > >     >     >
>>     > > >     >
>>     > > >
>>     >
>> ------------------------------------------------------------------------
>>     > > >     >     >     >>     >
>>     > > >     >     >     >>     >          [exec] [INFO] [ERROR] Failed
>> to
>>     > execute
>>     > > > goal
>>     > > >     >     >     >>     >
>>     > > >     >     >
>>     > > > org.apache.royale.compiler:royale-maven-plugin:0.9.4:compile-as
>>     > > >     >     >     >>     >     (default-compile-as) on project
>> MXRoyale:
>>     > > > There were
>>     > > >     >     > errors
>>     > > >     >     >     >> during the
>>     > > >     >     >     >>     >     build. Got return code 3 -> [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]
>>     > > >     >     >     >>     >
>>     > > >     >     >     >>     >
>>     > > >     >     >     >>
>>     > > >     >     >
>>     > > >     >
>>     > > >
>>     > >
>>     >
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cb64ac5ec10034057bdf408d62e9608d4%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636747619265956444&amp;sdata=ae4yTtpkvsGrUWhEUenzGgjYB6%2BRIablUL502AmoF7g%3D&amp;reserved=0
>>     > > >     >     >     >>     >
>>     > > >     >     >     >>     >          [exec] [INFO] [ERROR]
>>     > > >     >     >     >>     >
>>     > > >     >     >     >>     >          [exec] [INFO] [ERROR] After
>>     > correcting
>>     > > > the
>>     > > >     > problems,
>>     > > >     >     > you
>>     > > >     >     >     >> can
>>     > > >     >     >     >>     > resume
>>     > > >     >     >     >>     >     the build with the command
>>     > > >     >     >     >>     >
>>     > > >     >     >     >>     >          [exec] [INFO] [ERROR]   mvn
>> <goals>
>>     > -rf
>>     > > >     > :MXRoyale
>>     > > >     >     >     >>     >
>>     > > >     >     >     >>     >
>>     > > >     >     >     >>     >     Can we perhaps turn this project
>> off?  Is
>>     > it
>>     > > > in a
>>     > > >     >     > releasable
>>     > > >     >     >     >> state?
>>     > > >     >     >     >>     >
>>     > > >     >     >     >>     >     On Tue, Oct 2, 2018 at 7:30 PM
>> OmPrakash
>>     > > > Muppirala <
>>     > > >     >     >     >>     > bigosmallm@gmail.com>
>>     > > >     >     >     >>     >     wrote:
>>     > > >     >     >     >>     >
>>     > > >     >     >     >>     >     > I'm going to give this another
>> shot in a
>>     > > > couple of
>>     > > >     >     > hours,
>>     > > >     >     >     >> unless
>>     > > >     >     >     >>     > there are
>>     > > >     >     >     >>     >     > any objections.
>>     > > >     >     >     >>     >     >
>>     > > >     >     >     >>     >     > Thanks,
>>     > > >     >     >     >>     >     > Om
>>     > > >     >     >     >>     >     >
>>     > > >     >     >     >>     >     > On Mon, Oct 1, 2018, 2:04 PM
>> Alex Harui
>>     > > >     >     >     >> <ah...@adobe.com.invalid>
>>     > > >     >     >     >>     > wrote:
>>     > > >     >     >     >>     >     >
>>     > > >     >     >     >>     >     >> Jewel is mentioned in there.  I
>> added
>>     > > > mention of
>>     > > >     > the
>>     > > >     >     >     >> migration
>>     > > >     >     >     >>     > components
>>     > > >     >     >     >>     >     >> and tour de flex.  Not sure if
>> I got
>>     > the
>>     > > >     > formatting
>>     > > >     >     > right.
>>     > > >     >     >     >> I think
>>     > > >     >     >     >>     > it is
>>     > > >     >     >     >>     >     >> good enough.
>>     > > >     >     >     >>     >     >>
>>     > > >     >     >     >>     >     >> -Alex
>>     > > >     >     >     >>     >     >>
>>     > > >     >     >     >>     >     >> On 10/1/18, 12:13 PM, "OmPrakash
>>     > > > Muppirala" <
>>     > > >     >     >     >> bigosmallm@gmail.com>
>>     > > >     >     >     >>     >     >> wrote:
>>     > > >     >     >     >>     >     >>
>>     > > >     >     >     >>     >     >>     I updated it, although it
>> looks a
>>     > bit
>>     > > > sparse
>>     > > >     > now.
>>     > > >     >     > Can
>>     > > >     >     >     >> we list
>>     > > >     >     >     >>     > a few
>>     > > >     >     >     >>     >     >> major
>>     > > >     >     >     >>     >     >>     highlights here, that I can
>> go add
>>     > to
>>     > > > the
>>     > > >     > release
>>     > > >     >     > notes?
>>     > > >     >     >     >>     >     >>     Jewel should at least have
>> several
>>     > > > updates.
>>     > > >     >     >     >>     >     >>
>>     > > >     >     >     >>     >     >>     Thanks,
>>     > > >     >     >     >>     >     >>     Om
>>     > > >     >     >     >>     >     >>
>>     > > >     >     >     >>     >     >>     On Mon, Oct 1, 2018 at
>> 12:09 PM
>>     > Alex
>>     > > > Harui
>>     > > >     >     >     >>     > <ah...@adobe.com.invalid>
>>     > > >     >     >     >>     >     >> wrote:
>>     > > >     >     >     >>     >     >>
>>     > > >     >     >     >>     >     >>     > Hey, I just noticed that
>> nobody
>>     > put
>>     > > > a 0.9.4
>>     > > >     >     > section in
>>     > > >     >     >     >> the
>>     > > >     >     >     >>     >     >> RELEASE_NOTES.
>>     > > >     >     >     >>     >     >>     > Maybe just rename the
>> 0.9.3
>>     > > section?
>>     > > >     >     >     >>     >     >>     >
>>     > > >     >     >     >>     >     >>     > -Alex
>>     > > >     >     >     >>     >     >>     >
>>     > > >     >     >     >>     >     >>     > On 10/1/18, 12:07 PM,
>> "OmPrakash
>>     > > >     > Muppirala" <
>>     > > >     >     >     >>     > bigosmallm@gmail.com>
>>     > > >     >     >     >>     >     >> wrote:
>>     > > >     >     >     >>     >     >>     >
>>     > > >     >     >     >>     >     >>     >     Good catch!  I just
>> pushed a
>>     > > fix
>>     > > > for
>>     > > >     > that.
>>     > > >     >     >     >>     >     >>     >
>>     > > >     >     >     >>     >     >>     >     Thanks,
>>     > > >     >     >     >>     >     >>     >     Om
>>     > > >     >     >     >>     >     >>     >
>>     > > >     >     >     >>     >     >>     >     On Mon, Oct 1, 2018
>> at 11:04
>>     > AM
>>     > > > Alex
>>     > > >     > Harui
>>     > > >     >     >     >>     >     >> <ah...@adobe.com.invalid>
>>     > > >     >     >     >>     >     >>     > wrote:
>>     > > >     >     >     >>     >     >>     >
>>     > > >     >     >     >>     >     >>     >     > Om,
>>     > > >     >     >     >>     >     >>     >     >
>>     > > >     >     >     >>     >     >>     >     > I think the
>>     > > > <tag>release/0.9.4</tag>
>>     > > >     > in
>>     > > >     >     >     >>     > royale-asjs/pom.xml
>>     > > >     >     >     >>     >     >> needs to
>>     > > >     >     >     >>     >     >>     > be
>>     > > >     >     >     >>     >     >>     >     > reverted back to
>> 0.9.3.
>>     > > >     >     >     >>     >     >>     >     >
>>     > > >     >     >     >>     >     >>     >     > Everything else
>> looks ok
>>     > from
>>     > > > my
>>     > > >     > quick
>>     > > >     >     >     >> examination.
>>     > > >     >     >     >>     >     >>     >     >
>>     > > >     >     >     >>     >     >>     >     > Thanks and good
>> luck,
>>     > > >     >     >     >>     >     >>     >     > -Alex
>>     > > >     >     >     >>     >     >>     >     >
>>     > > >     >     >     >>     >     >>     >     > On 10/1/18, 10:29
>> AM,
>>     > "Piotr
>>     > > >     > Zarzycki" <
>>     > > >     >     >     >>     >     >> piotrzarzycki21@gmail.com>
>>     > > >     >     >     >>     >     >>     > wrote:
>>     > > >     >     >     >>     >     >>     >     >
>>     > > >     >     >     >>     >     >>     >     >     I saw your
>> commit and I
>>     > > > think you
>>     > > >     >     > should be
>>     > > >     >     >     >> ok.
>>     > > >     >     >     >>     >     >>     >     >
>>     > > >     >     >     >>     >     >>     >     >     pon., 1 paź
>> 2018 o
>>     > 19:21
>>     > > >     > OmPrakash
>>     > > >     >     > Muppirala
>>     > > >     >     >     >> <
>>     > > >     >     >     >>     >     >>     > bigosmallm@gmail.com>
>>     > > >     >     >     >>     >     >>     >     >     napisał(a):
>>     > > >     >     >     >>     >     >>     >     >
>>     > > >     >     >     >>     >     >>     >     >     > Okay, I did
>> the
>>     > > > following to
>>     > > >     > reset:
>>     > > >     >     >     >>     >     >>     >     >     >
>>     > > >     >     >     >>     >     >>     >     >     > For all three
>> repos:
>>     > > >     >     >     >>     >     >>     >     >     > * Reverted all
>>     > > > references of
>>     > > >     > 0.9.5
>>     > > >     >     > to 0.9.4
>>     > > >     >     >     >>     >     >>     >     >     > * Deleted
>> 0.9.4-rc1
>>     > tag
>>     > > >     >     >     >>     >     >>     >     >     > * Deleted
>> branch:
>>     > > > release/0.9.4
>>     > > >     >     >     >>     >     >>     >     >     >
>>     > > >     >     >     >>     >     >>     >     >     > Can someone
>> please
>>     > make
>>     > > > sure
>>     > > >     > that we
>>     > > >     >     > are
>>     > > >     >     >     >> good
>>     > > >     >     >     >>     > before
>>     > > >     >     >     >>     >     >> starting
>>     > > >     >     >     >>     >     >>     > work?
>>     > > >     >     >     >>     >     >>     >     >     >
>>     > > >     >     >     >>     >     >>     >     >     > Thanks,
>>     > > >     >     >     >>     >     >>     >     >     > Om
>>     > > >     >     >     >>     >     >>     >     >     >
>>     > > >     >     >     >>     >     >>     >     >     > On Mon, Oct
>> 1, 2018
>>     > at
>>     > > > 1:51 AM
>>     > > >     > Carlos
>>     > > >     >     >     >> Rovira <
>>     > > >     >     >     >>     >     >>     >     >
>> carlosrovira@apache.org>
>>     > > >     >     >     >>     >     >>     >     >     > wrote:
>>     > > >     >     >     >>     >     >>     >     >     >
>>     > > >     >     >     >>     >     >>     >     >     > > Hi Om,
>>     > > >     >     >     >>     >     >>     >     >     > > is related
>> to flash
>>     > > > player
>>     > > >     >     > debugger not
>>     > > >     >     >     >>     > launched? are
>>     > > >     >     >     >>     >     >> you on
>>     > > >     >     >     >>     >     >>     > Mac?
>>     > > >     >     >     >>     >     >>     >     >     > > I think on
>> Mac I
>>     > have
>>     > > > to
>>     > > >     > make *.swf
>>     > > >     >     >     >> files be
>>     > > >     >     >     >>     > always
>>     > > >     >     >     >>     >     >> opened
>>     > > >     >     >     >>     >     >>     > by Flash
>>     > > >     >     >     >>     >     >>     >     >     > Player
>>     > > >     >     >     >>     >     >>     >     >     > > debugger.
>>     > > >     >     >     >>     >     >>     >     >     > >
>>     > > >     >     >     >>     >     >>     >     >     > > In the
>> other hand,
>>     > I
>>     > > > need to
>>     > > >     > commit
>>     > > >     >     >     >> during the
>>     > > >     >     >     >>     > day
>>     > > >     >     >     >>     >     >> some
>>     > > >     >     >     >>     >     >>     > fixes, one
>>     > > >     >     >     >>     >     >>     >     > on
>>     > > >     >     >     >>     >     >>     >     >     > > typedefs
>> and expect
>>     > > > more on
>>     > > >     >     > compiler. So
>>     > > >     >     >     >> if you
>>     > > >     >     >     >>     > plan
>>     > > >     >     >     >>     >     >> to try
>>     > > >     >     >     >>     >     >>     > again
>>     > > >     >     >     >>     >     >>     >     > some
>>     > > >     >     >     >>     >     >>     >     >     > > hours ago,
>> please,
>>     > > > remove the
>>     > > >     >     > commits to
>>     > > >     >     >     >> left
>>     > > >     >     >     >>     > the
>>     > > >     >     >     >>     >     >> repos so
>>     > > >     >     >     >>     >     >>     > we can
>>     > > >     >     >     >>     >     >>     >     > commit
>>     > > >     >     >     >>     >     >>     >     >     > > new work
>>     > > >     >     >     >>     >     >>     >     >     > >
>>     > > >     >     >     >>     >     >>     >     >     > > thanks!
>>     > > >     >     >     >>     >     >>     >     >     > >
>>     > > >     >     >     >>     >     >>     >     >     > > Carlos
>>     > > >     >     >     >>     >     >>     >     >     > >
>>     > > >     >     >     >>     >     >>     >     >     > >
>>     > > >     >     >     >>     >     >>     >     >     > >
>>     > > >     >     >     >>     >     >>     >     >     > >
>>     > > >     >     >     >>     >     >>     >     >     > >
>>     > > >     >     >     >>     >     >>     >     >     > > El lun., 1
>> oct.
>>     > 2018
>>     > > a
>>     > > > las
>>     > > >     > 10:29,
>>     > > >     >     >     >> OmPrakash
>>     > > >     >     >     >>     > Muppirala
>>     > > >     >     >     >>     >     >> (<
>>     > > >     >     >     >>     >     >>     >     >     > >
>>     > bigosmallm@gmail.com
>>     > > >)
>>     > > >     >     >     >>     >     >>     >     >     > > escribió:
>>     > > >     >     >     >>     >     >>     >     >     > >
>>     > > >     >     >     >>     >     >>     >     >     > > > I
>> provided path
>>     > to
>>     > > > Chrome
>>     > > >     > via
>>     > > >     >     >     >> -Dbrowser, but
>>     > > >     >     >     >>     > I got
>>     > > >     >     >     >>     >     >> an
>>     > > >     >     >     >>     >     >>     > error that
>>     > > >     >     >     >>     >     >>     >     > ant
>>     > > >     >     >     >>     >     >>     >     >     > was
>>     > > >     >     >     >>     >     >>     >     >     > > > not able
>> to
>>     > access
>>     > > > the
>>     > > >     >     > application.
>>     > > >     >     >     >>     >     >>     >     >     > > > So, I
>> tried
>>     > > > installing
>>     > > >     > firefox
>>     > > >     >     > and that
>>     > > >     >     >     >>     > seemed to
>>     > > >     >     >     >>     >     >> work.
>>     > > >     >     >     >>     >     >>     >     >     > > >
>>     > > >     >     >     >>     >     >>     >     >     > > > On Mon,
>> Oct 1,
>>     > 2018
>>     > > > at
>>     > > >     > 1:26 AM
>>     > > >     >     > Piotr
>>     > > >     >     >     >> Zarzycki
>>     > > >     >     >     >>     > <
>>     > > >     >     >     >>     >     >>     >     >     >
>>     > > > piotrzarzycki21@gmail.com
>>     > > >     >     >     >>     >     >>     >     >     > > >
>>     > > >     >     >     >>     >     >>     >     >     > > > wrote:
>>     > > >     >     >     >>     >     >>     >     >     > > >
>>     > > >     >     >     >>     >     >>     >     >     > > > > Hi Om,
>>     > > >     >     >     >>     >     >>     >     >     > > > >
>>     > > >     >     >     >>     >     >>     >     >     > > > > You did
>> use
>>     > > > Firefox for
>>     > > >     > that
>>     > > >     >     > purpose
>>     > > >     >     >     >> ? I
>>     > > >     >     >     >>     > had to
>>     > > >     >     >     >>     >     >> specify
>>     > > >     >     >     >>     >     >>     >     >     > -Dbrowser=path
>>     > > >     >     >     >>     >     >>     >     >     > > to
>>     > > >     >     >     >>     >     >>     >     >     > > > >
>> firefox.exe
>>     > > >     >     >     >>     >     >>     >     >     > > > >
>>     > > >     >     >     >>     >     >>     >     >     > > > > Thanks,
>>     > > >     >     >     >>     >     >>     >     >     > > > > Piotr
>>     > > >     >     >     >>     >     >>     >     >     > > > >
>>     > > >     >     >     >>     >     >>     >     >     > > > > pon., 1
>> paź
>>     > 2018
>>     > > o
>>     > > > 10:22
>>     > > >     >     > OmPrakash
>>     > > >     >     >     >>     > Muppirala <
>>     > > >     >     >     >>     >     >>     >     >
>> bigosmallm@gmail.com>
>>     > > >     >     >     >>     >     >>     >     >     > > > >
>> napisał(a):
>>     > > >     >     >     >>     >     >>     >     >     > > > >
>>     > > >     >     >     >>     >     >>     >     >     > > > > > Okay,
>> I made
>>     > > > several
>>     > > >     > attempts
>>     > > >     >     >     >> through the
>>     > > >     >     >     >>     > day,
>>     > > >     >     >     >>     >     >> making
>>     > > >     >     >     >>     >     >>     >     > progress each
>>     > > >     >     >     >>     >     >>     >     >     > > > time.
>>     > > >     >     >     >>     >     >>     >     >     > > > > >  The
>> last run
>>     > > > failed
>>     > > >     > because
>>     > > >     >     > the
>>     > > >     >     >     >> browser
>>     > > >     >     >     >>     > could
>>     > > >     >     >     >>     >     >> not be
>>     > > >     >     >     >>     >     >>     >     > launched.
>>     > > >     >     >     >>     >     >>     >     >     > > > > > I am
>> going to
>>     > > > pause on
>>     > > >     > this
>>     > > >     >     > and
>>     > > >     >     >     >> try again
>>     > > >     >     >     >>     >     >> tomorrow (or
>>     > > >     >     >     >>     >     >>     >     > later) . If
>>     > > >     >     >     >>     >     >>     >     >     > > > > someone
>>     > > >
>
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: [Discuss] Start release process 0.9.3

Posted by Piotr Zarzycki <pi...@gmail.com>.
Hi Alex,

This is what I'm getting for git status for royale-compiler [1]

[1] https://paste.apache.org/YuiH

Thanks,
Piotr

śr., 10 paź 2018 o 17:50 Alex Harui <ah...@adobe.com.invalid> napisał(a):

> What does 'git status' return for that local copy of the royale-compiler
> repo?
>
> That part of the script is trying to see if compiler-jburg-types and
> compiler-build-tools needed a version update that needs to be pushed.
> Those two projects should be at 1.0.0 since we rarely, if ever, will need
> to modify it.  There shouldn't have been modifications in this release, yet
> Git status is reporting modifications to some file.  A test is done to
> check for the word "modified:" in the 'git status' output, then that
> attempt to push is executed.  Somehow, the git status is implying
> modifications but the files we are trying to push are not modified.
>
> The solutions should not require reverting of the release branch.  It
> looks like you have successfully created a correct set of branches and the
> steps you are running start by pulling down the release branch.  I didn't
> see any commits to the release branch from the scripts, so to re-start, it
> should just be manually deleting the local copies of the repos and running
> the Ant command again after making one of the changes to
> releasecandidate.xml I will describe below:
>
> IMO, the choices are (and there may be more choices)
> 1.  Figure out how to be smarter about what 'git status' output will say
> so the test works correctly
> 2. Set failonerror="false" on the push step and not care if that push
> succeeds.  This is slightly risky if we ever do want to push changes, but
> again, that is low probability, IMO.
> 3. Comment out those steps since it will be rare we will need them.  If we
> do need them some day, the RM will have to remember to uncomment those
> steps.
>
> HTH,
> -Alex
>
> On 10/10/18, 2:52 AM, "Piotr Zarzycki" <pi...@gmail.com> wrote:
>
>     Ok It's failed :) However I passed step 3 in instruction. Step 4 is
> failing
>     [1] - if someone know what could it be - I will wait with reverting
> changes.
>
>     Lines in stacktrace are pointing in ant script to following targets:
>
>     Line 556: git-commit-and-push-utils
>     Line 487: git-commit-and-push-utils-if-modified
>     Line 473:
>
>     <exec executable="${git}" dir="${compiler}" failonerror="true" >
>                 <arg value="commit" />
>                 <arg value="-m" />
>                 <arg value="remove SNAPSHOT from compiler-jburg-types and
>     compiler-build-tools versions" />
>             </exec>
>
>     [1]
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2Fbg5e&amp;data=02%7C01%7Caharui%40adobe.com%7Cb64ac5ec10034057bdf408d62e9608d4%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636747619265956444&amp;sdata=2oMPXqd%2BFLqxtfvvT7S7x4rxdfg0wnDPdGq1zZFg0DE%3D&amp;reserved=0
>
>     Thanks,
>     Piotr
>
>
>     śr., 10 paź 2018 o 11:34 Carlos Rovira <ca...@apache.org>
> napisał(a):
>
>     > Ok Piotr, good luck! :)
>     >
>     > El mié., 10 oct. 2018 a las 10:34, Piotr Zarzycki (<
>     > piotrzarzycki21@gmail.com>) escribió:
>     >
>     > > Hi Guys,
>     > >
>     > > I will try right now process from my PC. We will see how far I
> will go
>     > with
>     > > that.
>     > >
>     > > Piotr
>     > >
>     > > czw., 4 paź 2018 o 22:01 Alex Harui <ah...@adobe.com.invalid>
>     > napisał(a):
>     > >
>     > > > Hi Om,
>     > > >
>     > > > If make_branches succeeds, then you shouldn't need to go back and
>     > delete
>     > > > branches and tags and run make_branches again if the "maven" step
>     > fails.
>     > > >
>     > > > You might need to revert any changes to the release branch that
> the
>     > > > "maven" step did, but then you should be able to delete the
> local copy
>     > of
>     > > > the branches and start again with "maven" or
>     > > > "maven_skip_compiler_and_typedefs" if you got all the way up to
>     > > royale-asjs.
>     > > >
>     > > > What are some of the 200+ files that don't get reverted back to
> 0.9.4?
>     > > >
>     > > > You are welcome to try to add the "continue" option.  I would
> suggest
>     > > > adding a dummy parameter.  So if the script currently calls
> Maven like
>     > > this:
>     > > >
>     > > >         <exec executable="${mvn}"
> dir="${basedir}/maven-release-plugin"
>     > > > failonerror="true" >
>     > > >             <arg value="clean" />
>     > > >             <arg value="install" />
>     > > >         </exec>
>     > > >
>     > > > You can try changing it to something like this:
>     > > >
>     > > >         <property name="continueOption" value="-Ddummy=0" />
>     > > >         <exec executable="${mvn}"
> dir="${basedir}/maven-release-plugin"
>     > > > failonerror="true" >
>     > > >             <arg value="${continueOption}" />
>     > > >             <arg value="clean" />
>     > > >             <arg value="install" />
>     > > >         </exec>
>     > > >
>     > > > Then you should be able to set in your local.properties:
>     > > >
>     > > > continueOption=-rf JewelExample
>     > > >
>     > > > You will probably need to use different names for each call to
> Maven so
>     > > > subsequent Maven calls don't pick up the same option.
>     > > >
>     > > > HTH,
>     > > > -Alex
>     > > >
>     > > > On 10/4/18, 11:58 AM, "OmPrakash Muppirala" <
> bigosmallm@gmail.com>
>     > > wrote:
>     > > >
>     > > >     On Thu, Oct 4, 2018 at 1:48 AM Alex Harui
> <aharui@adobe.com.invalid
>     > >
>     > > > wrote:
>     > > >
>     > > >     > Om, it looks like you are still deleting and recreating the
>     > > branches.
>     > > >     > Does this mean you have never completed the make_branches
> step?
>     > > >
>     > > >
>     > > >     Yes, I delete the tags, branches (remote) each time something
>     > fails.
>     > > > Then
>     > > >     I do a global search for 0.9.5 and replace it with 0.9.4
> (some 200+
>     > > > files
>     > > >     across 3 repos), then push them into remote/develop.
>     > > >
>     > > >     Then I do the make_branches step first.  Then do a git push
> in
>     > > > roayale-asjs
>     > > >     as per the instructions in the commandline. I have never had
> issues
>     > > > with
>     > > >     this step.  It is always the maven step that fails for some
> reason
>     > or
>     > > > the
>     > > >     other.
>     > > >
>     > > >
>     > > >     > Is make_branches failing trying to run a build in the
> develop
>     > > branch
>     > > > and
>     > > >     > uploading 0.9.5-SNAPSHOT artifacts?
>     > > >
>     > > >
>     > > >     No
>     > > >
>     > > >
>     > > >     > I supposed we could try to find a way to skip that, but
> you will
>     > > need
>     > > >     > reliable uploading to repository.a.o to be an RM without
> going
>     > > crazy.
>     > > >     >
>     > > >
>     > > >     Hmm, I use the same internet connection for personal and work
>     > related
>     > > >     activities.  I don't usually have issues with internet.
> Either we
>     > > are
>     > > > very
>     > > >     unlucky here or we need a more reselient way to pick up
> things if
>     > we
>     > > > lose
>     > > >     internet connectivity momentarily.
>     > > >
>     > > >     It takes upwards of 90 minutes of uploading stuff. I dont do
> this
>     > > kind
>     > > > of
>     > > >     uploading for my regular work, so that is probably I have
> never hit
>     > > > this
>     > > >     issue before.
>     > > >
>     > > >     I still think that looking into the 'resume-from' directive
> in
>     > maven
>     > > is
>     > > >     worthwhile.
>     > > >
>     > > >     Thanks,
>     > > >     Om
>     > > >
>     > > >
>     > > >     >
>     > > >     > -Alex
>     > > >     >
>     > > >     > On 10/3/18, 2:11 PM, "OmPrakash Muppirala" <
> bigosmallm@gmail.com
>     > >
>     > > > wrote:
>     > > >     >
>     > > >     >     On Wed, Oct 3, 2018 at 2:02 PM Alex Harui
>     > > > <ah...@adobe.com.invalid>
>     > > >     > wrote:
>     > > >     >
>     > > >     >     > Hi Om,
>     > > >     >     >
>     > > >     >     > Does anything deploy, or is that the first thing
> that is
>     > > > attempted to
>     > > >     >     > deploy?  I found this article that might help:
>     > > >     >     >
>     > > >     >     >
>     > > >     >
>     > > >
>     > >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.apigee.com%2Fquestions%2F50756%2Funable-to-deploy-using-maven-script-due-to-error-r.html&amp;data=02%7C01%7Caharui%40adobe.com%7Cb64ac5ec10034057bdf408d62e9608d4%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636747619265956444&amp;sdata=YmCfICWXAlzKEBjT0%2FTq9u%2BOJSnd2btciYotsKxeQy4%3D&amp;reserved=0
>     > > >     >
>     > > >     >
>     > > >     >     It deployed a lot of artifacts before hitting this
> error.  I
>     > > > don't see
>     > > >     >     anything special with this artifact.  So, I am
> guessing that
>     > it
>     > > > was a
>     > > >     >     momentary bad connection that caused this.
>     > > >     >
>     > > >     >
>     > > >     >     >
>     > > >     >     >
>     > > >     >     > I would be concerned about restarting from the
> middle of a
>     > > > Maven
>     > > >     > call.  I
>     > > >     >     > suppose you could try it, but what if it skipped an
>     > artifact?
>     > > >     >     >
>     > > >     >
>     > > >     >     The maven error message explicitly says this:
>     > > >     >
>     > > >     >          [exec] [INFO] [ERROR] After correcting the
> problems, you
>     > > can
>     > > >     > resume
>     > > >     >     the build with the command
>     > > >     >
>     > > >     >          [exec] [INFO] [ERROR]   mvn <goals> -rf
>     > > >     >     :Jewel-Light-NoFlat-Primary-Sunflower-Theme
>     > > >     >
>     > > >     >
>     > > >     >     >
>     > > >     >     > There should be Ant targets for starting only on
>     > royale-asjs
>     > > if
>     > > >     >     > royale-compiler and royale=typedefs worked ok.
>     > > >     >     >
>     > > >     >     > HTH,
>     > > >     >     > -Alex
>     > > >     >     >
>     > > >     >     > On 10/3/18, 11:58 AM, "OmPrakash Muppirala" <
>     > > > bigosmallm@gmail.com>
>     > > >     > wrote:
>     > > >     >     >
>     > > >     >     >     Another suggestion I have is - can we do all the
> pushes
>     > > to
>     > > >     > remote after
>     > > >     >     >     everything is done locally?  That way, if
> something
>     > goes
>     > > > wrong
>     > > >     >     > halfway, we
>     > > >     >     >     can just delete the royale-* dirs locally and
> rerun the
>     > > >     >     > releasecandiate ant
>     > > >     >     >     script?
>     > > >     >     >
>     > > >     >     >     Not sure if this is an easy change?
>     > > >     >     >
>     > > >     >     >     Thanks,
>     > > >     >     >     Om
>     > > >     >     >
>     > > >     >     >     On Wed, Oct 3, 2018 at 11:42 AM OmPrakash
> Muppirala <
>     > > >     >     > bigosmallm@gmail.com>
>     > > >     >     >     wrote:
>     > > >     >     >
>     > > >     >     >     > Okay, I tried a couple of times and I have
> started
>     > > > getting
>     > > >     > `SSL peer
>     > > >     >     > shut
>     > > >     >     >     > down incorrectly errors`
>     > > >     >     >     >
>     > > >     >     >     >      [exec] [INFO] [INFO]
>     > > >     >     >     >
>     > > >     >     >
>     > > >     >
>     > > >
>     >
> ------------------------------------------------------------------------
>     > > >     >     >     >
>     > > >     >     >     >      [exec] [INFO] [INFO] BUILD FAILURE
>     > > >     >     >     >
>     > > >     >     >     >      [exec] [INFO] [INFO]
>     > > >     >     >     >
>     > > >     >     >
>     > > >     >
>     > > >
>     >
> ------------------------------------------------------------------------
>     > > >     >     >     >
>     > > >     >     >     >      [exec] [INFO] [INFO] Total time: 16:04 min
>     > > >     >     >     >
>     > > >     >     >     >      [exec] [INFO] [INFO] Finished at:
>     > > >     > 2018-10-03T11:38:49-07:00
>     > > >     >     >     >
>     > > >     >     >     >      [exec] [INFO] [INFO]
>     > > >     >     >     >
>     > > >     >     >
>     > > >     >
>     > > >
>     >
> ------------------------------------------------------------------------
>     > > >     >     >     >
>     > > >     >     >     >      [exec] [INFO] [ERROR] Failed to execute
> goal
>     > > >     >     >     >
>     > > org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
>     > > >     >     > (default-deploy)
>     > > >     >     >     > on project
>     > Jewel-Light-NoFlat-Primary-Sunflower-Theme:
>     > > > Failed
>     > > >     > to
>     > > >     >     > deploy
>     > > >     >     >     > artifacts: Could not transfer artifact
>     > > >     >     >     >
>     > > >     >     >
>     > > >     >
>     > > >
>     > >
>     >
> org.apache.royale.framework:Jewel-Light-NoFlat-Primary-Sunflower-Theme:swc:0.9.4
>     > > >     >     >     > from/to apache.releases.https (
>     > > >     >     >     >
>     > > >     >     >
>     > > >     >
>     > > >
>     > >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fservice%2Flocal%2Fstaging%2Fdeploy%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7Cb64ac5ec10034057bdf408d62e9608d4%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636747619265956444&amp;sdata=qDCegzJP7%2B7%2FPt1bQPfCRd2wqYfaK6p5Z2JdNs1Gvk4%3D&amp;reserved=0
>     > > >     >     > ):
>     > > >     >     >     > Remote host closed connection during
> handshake: SSL
>     > > peer
>     > > > shut
>     > > >     > down
>     > > >     >     >     > incorrectly -> [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]
>     > > >     >     >     >
>     > > >     >     >
>     > > >     >
>     > > >
>     > >
>     >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cb64ac5ec10034057bdf408d62e9608d4%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636747619265956444&amp;sdata=ae4yTtpkvsGrUWhEUenzGgjYB6%2BRIablUL502AmoF7g%3D&amp;reserved=0
>     > > >     >     >     >
>     > > >     >     >     >      [exec] [INFO] [ERROR]
>     > > >     >     >     >
>     > > >     >     >     >      [exec] [INFO] [ERROR] After correcting the
>     > > > problems, you
>     > > >     > can
>     > > >     >     > resume
>     > > >     >     >     > the build with the command
>     > > >     >     >     >
>     > > >     >     >     >      [exec] [INFO] [ERROR]   mvn <goals> -rf
>     > > >     >     >     > :Jewel-Light-NoFlat-Primary-Sunflower-Theme
>     > > >     >     >     >
>     > > >     >     >     >      [exec] [INFO]
>     > > >     >     >     >
>     > > >     >     >
>     > > >     >
>     > > >
>     >
> ------------------------------------------------------------------------
>     > > >     >     >     >
>     > > >     >     >     >
>     > > >     >     >     > I am guessing it is a bad internet
> connection.  I am
>     > > > wondering
>     > > >     > if we
>     > > >     >     > can
>     > > >     >     >     > pass a -rf (resume from) option to the maven
> call
>     > from
>     > > > ant?
>     > > >     >     > Otherwise
>     > > >     >     >     > doing all this from scratch everytime is a big
> pain.
>     > > >     >     >     >
>     > > >     >     >     > Thanks,
>     > > >     >     >     > Om
>     > > >     >     >     >
>     > > >     >     >     > On Wed, Oct 3, 2018 at 12:47 AM Alex Harui
>     > > >     > <aharui@adobe.com.invalid
>     > > >     >     > >
>     > > >     >     >     > wrote:
>     > > >     >     >     >
>     > > >     >     >     >> Looks like it was a missing [
>     > > >     >     >     >>
>     > > >     >     >     >> MXRoyale and SparkRoyale built for me.
>     > > >     >     >     >>
>     > > >     >     >     >> HTH,
>     > > >     >     >     >> -Alex
>     > > >     >     >     >>
>     > > >     >     >     >> On 10/3/18, 12:43 AM, "OmPrakash Muppirala" <
>     > > >     > bigosmallm@gmail.com>
>     > > >     >     >     >> wrote:
>     > > >     >     >     >>
>     > > >     >     >     >>     Thanks!
>     > > >     >     >     >>
>     > > >     >     >     >>     I reverted everything back to previous
> state.  I
>     > > > can give
>     > > >     > it a
>     > > >     >     > shot
>     > > >     >     >     >>     tomorrow evening.
>     > > >     >     >     >>
>     > > >     >     >     >>     Regards,
>     > > >     >     >     >>     Om
>     > > >     >     >     >>
>     > > >     >     >     >>     On Wed, Oct 3, 2018 at 12:41 AM Alex Harui
>     > > >     >     > <ah...@adobe.com.invalid>
>     > > >     >     >     >> wrote:
>     > > >     >     >     >>
>     > > >     >     >     >>     > It was in a releasable state.
> TourDeFlex was
>     > > > running
>     > > >     > on it.
>     > > >     >     >     >>     >
>     > > >     >     >     >>     > I'm trying to track down the change
> that broke
>     > > it.
>     > > >     >     >     >>     >
>     > > >     >     >     >>     > -Alex
>     > > >     >     >     >>     >
>     > > >     >     >     >>     > On 10/3/18, 12:32 AM, "OmPrakash
> Muppirala" <
>     > > >     >     > bigosmallm@gmail.com>
>     > > >     >     >     >> wrote:
>     > > >     >     >     >>     >
>     > > >     >     >     >>     >     A bit more progress. Now we are
> failing on
>     > > the
>     > > >     > MXRoyale
>     > > >     >     > project:
>     > > >     >     >     >>     >
>     > > >     >     >     >>     >          [exec] [INFO] [INFO]
>     > > >     >     >     >>     >
>     > > >     >     >     >>     >
>     > > >     >     >     >>
>     > > >     >     >
>     > > >     >
>     > > >
>     >
> ------------------------------------------------------------------------
>     > > >     >     >     >>     >
>     > > >     >     >     >>     >          [exec] [INFO] [INFO] BUILD
> FAILURE
>     > > >     >     >     >>     >
>     > > >     >     >     >>     >          [exec] [INFO] [INFO]
>     > > >     >     >     >>     >
>     > > >     >     >     >>     >
>     > > >     >     >     >>
>     > > >     >     >
>     > > >     >
>     > > >
>     >
> ------------------------------------------------------------------------
>     > > >     >     >     >>     >
>     > > >     >     >     >>     >          [exec] [INFO] [INFO] Total
> time:
>     > 01:34
>     > > > min
>     > > >     >     >     >>     >
>     > > >     >     >     >>     >          [exec] [INFO] [INFO] Finished
> at:
>     > > >     >     > 2018-10-03T00:28:14-07:00
>     > > >     >     >     >>     >
>     > > >     >     >     >>     >          [exec] [INFO] [INFO]
>     > > >     >     >     >>     >
>     > > >     >     >     >>     >
>     > > >     >     >     >>
>     > > >     >     >
>     > > >     >
>     > > >
>     >
> ------------------------------------------------------------------------
>     > > >     >     >     >>     >
>     > > >     >     >     >>     >          [exec] [INFO] [ERROR] Failed to
>     > execute
>     > > > goal
>     > > >     >     >     >>     >
>     > > >     >     >
>     > > > org.apache.royale.compiler:royale-maven-plugin:0.9.4:compile-as
>     > > >     >     >     >>     >     (default-compile-as) on project
> MXRoyale:
>     > > > There were
>     > > >     >     > errors
>     > > >     >     >     >> during the
>     > > >     >     >     >>     >     build. Got return code 3 -> [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]
>     > > >     >     >     >>     >
>     > > >     >     >     >>     >
>     > > >     >     >     >>
>     > > >     >     >
>     > > >     >
>     > > >
>     > >
>     >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cb64ac5ec10034057bdf408d62e9608d4%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636747619265956444&amp;sdata=ae4yTtpkvsGrUWhEUenzGgjYB6%2BRIablUL502AmoF7g%3D&amp;reserved=0
>     > > >     >     >     >>     >
>     > > >     >     >     >>     >          [exec] [INFO] [ERROR]
>     > > >     >     >     >>     >
>     > > >     >     >     >>     >          [exec] [INFO] [ERROR] After
>     > correcting
>     > > > the
>     > > >     > problems,
>     > > >     >     > you
>     > > >     >     >     >> can
>     > > >     >     >     >>     > resume
>     > > >     >     >     >>     >     the build with the command
>     > > >     >     >     >>     >
>     > > >     >     >     >>     >          [exec] [INFO] [ERROR]   mvn
> <goals>
>     > -rf
>     > > >     > :MXRoyale
>     > > >     >     >     >>     >
>     > > >     >     >     >>     >
>     > > >     >     >     >>     >     Can we perhaps turn this project
> off?  Is
>     > it
>     > > > in a
>     > > >     >     > releasable
>     > > >     >     >     >> state?
>     > > >     >     >     >>     >
>     > > >     >     >     >>     >     On Tue, Oct 2, 2018 at 7:30 PM
> OmPrakash
>     > > > Muppirala <
>     > > >     >     >     >>     > bigosmallm@gmail.com>
>     > > >     >     >     >>     >     wrote:
>     > > >     >     >     >>     >
>     > > >     >     >     >>     >     > I'm going to give this another
> shot in a
>     > > > couple of
>     > > >     >     > hours,
>     > > >     >     >     >> unless
>     > > >     >     >     >>     > there are
>     > > >     >     >     >>     >     > any objections.
>     > > >     >     >     >>     >     >
>     > > >     >     >     >>     >     > Thanks,
>     > > >     >     >     >>     >     > Om
>     > > >     >     >     >>     >     >
>     > > >     >     >     >>     >     > On Mon, Oct 1, 2018, 2:04 PM Alex
> Harui
>     > > >     >     >     >> <ah...@adobe.com.invalid>
>     > > >     >     >     >>     > wrote:
>     > > >     >     >     >>     >     >
>     > > >     >     >     >>     >     >> Jewel is mentioned in there.  I
> added
>     > > > mention of
>     > > >     > the
>     > > >     >     >     >> migration
>     > > >     >     >     >>     > components
>     > > >     >     >     >>     >     >> and tour de flex.  Not sure if I
> got
>     > the
>     > > >     > formatting
>     > > >     >     > right.
>     > > >     >     >     >> I think
>     > > >     >     >     >>     > it is
>     > > >     >     >     >>     >     >> good enough.
>     > > >     >     >     >>     >     >>
>     > > >     >     >     >>     >     >> -Alex
>     > > >     >     >     >>     >     >>
>     > > >     >     >     >>     >     >> On 10/1/18, 12:13 PM, "OmPrakash
>     > > > Muppirala" <
>     > > >     >     >     >> bigosmallm@gmail.com>
>     > > >     >     >     >>     >     >> wrote:
>     > > >     >     >     >>     >     >>
>     > > >     >     >     >>     >     >>     I updated it, although it
> looks a
>     > bit
>     > > > sparse
>     > > >     > now.
>     > > >     >     > Can
>     > > >     >     >     >> we list
>     > > >     >     >     >>     > a few
>     > > >     >     >     >>     >     >> major
>     > > >     >     >     >>     >     >>     highlights here, that I can
> go add
>     > to
>     > > > the
>     > > >     > release
>     > > >     >     > notes?
>     > > >     >     >     >>     >     >>     Jewel should at least have
> several
>     > > > updates.
>     > > >     >     >     >>     >     >>
>     > > >     >     >     >>     >     >>     Thanks,
>     > > >     >     >     >>     >     >>     Om
>     > > >     >     >     >>     >     >>
>     > > >     >     >     >>     >     >>     On Mon, Oct 1, 2018 at 12:09
> PM
>     > Alex
>     > > > Harui
>     > > >     >     >     >>     > <ah...@adobe.com.invalid>
>     > > >     >     >     >>     >     >> wrote:
>     > > >     >     >     >>     >     >>
>     > > >     >     >     >>     >     >>     > Hey, I just noticed that
> nobody
>     > put
>     > > > a 0.9.4
>     > > >     >     > section in
>     > > >     >     >     >> the
>     > > >     >     >     >>     >     >> RELEASE_NOTES.
>     > > >     >     >     >>     >     >>     > Maybe just rename the 0.9.3
>     > > section?
>     > > >     >     >     >>     >     >>     >
>     > > >     >     >     >>     >     >>     > -Alex
>     > > >     >     >     >>     >     >>     >
>     > > >     >     >     >>     >     >>     > On 10/1/18, 12:07 PM,
> "OmPrakash
>     > > >     > Muppirala" <
>     > > >     >     >     >>     > bigosmallm@gmail.com>
>     > > >     >     >     >>     >     >> wrote:
>     > > >     >     >     >>     >     >>     >
>     > > >     >     >     >>     >     >>     >     Good catch!  I just
> pushed a
>     > > fix
>     > > > for
>     > > >     > that.
>     > > >     >     >     >>     >     >>     >
>     > > >     >     >     >>     >     >>     >     Thanks,
>     > > >     >     >     >>     >     >>     >     Om
>     > > >     >     >     >>     >     >>     >
>     > > >     >     >     >>     >     >>     >     On Mon, Oct 1, 2018 at
> 11:04
>     > AM
>     > > > Alex
>     > > >     > Harui
>     > > >     >     >     >>     >     >> <ah...@adobe.com.invalid>
>     > > >     >     >     >>     >     >>     > wrote:
>     > > >     >     >     >>     >     >>     >
>     > > >     >     >     >>     >     >>     >     > Om,
>     > > >     >     >     >>     >     >>     >     >
>     > > >     >     >     >>     >     >>     >     > I think the
>     > > > <tag>release/0.9.4</tag>
>     > > >     > in
>     > > >     >     >     >>     > royale-asjs/pom.xml
>     > > >     >     >     >>     >     >> needs to
>     > > >     >     >     >>     >     >>     > be
>     > > >     >     >     >>     >     >>     >     > reverted back to
> 0.9.3.
>     > > >     >     >     >>     >     >>     >     >
>     > > >     >     >     >>     >     >>     >     > Everything else
> looks ok
>     > from
>     > > > my
>     > > >     > quick
>     > > >     >     >     >> examination.
>     > > >     >     >     >>     >     >>     >     >
>     > > >     >     >     >>     >     >>     >     > Thanks and good luck,
>     > > >     >     >     >>     >     >>     >     > -Alex
>     > > >     >     >     >>     >     >>     >     >
>     > > >     >     >     >>     >     >>     >     > On 10/1/18, 10:29 AM,
>     > "Piotr
>     > > >     > Zarzycki" <
>     > > >     >     >     >>     >     >> piotrzarzycki21@gmail.com>
>     > > >     >     >     >>     >     >>     > wrote:
>     > > >     >     >     >>     >     >>     >     >
>     > > >     >     >     >>     >     >>     >     >     I saw your
> commit and I
>     > > > think you
>     > > >     >     > should be
>     > > >     >     >     >> ok.
>     > > >     >     >     >>     >     >>     >     >
>     > > >     >     >     >>     >     >>     >     >     pon., 1 paź 2018
> o
>     > 19:21
>     > > >     > OmPrakash
>     > > >     >     > Muppirala
>     > > >     >     >     >> <
>     > > >     >     >     >>     >     >>     > bigosmallm@gmail.com>
>     > > >     >     >     >>     >     >>     >     >     napisał(a):
>     > > >     >     >     >>     >     >>     >     >
>     > > >     >     >     >>     >     >>     >     >     > Okay, I did the
>     > > > following to
>     > > >     > reset:
>     > > >     >     >     >>     >     >>     >     >     >
>     > > >     >     >     >>     >     >>     >     >     > For all three
> repos:
>     > > >     >     >     >>     >     >>     >     >     > * Reverted all
>     > > > references of
>     > > >     > 0.9.5
>     > > >     >     > to 0.9.4
>     > > >     >     >     >>     >     >>     >     >     > * Deleted
> 0.9.4-rc1
>     > tag
>     > > >     >     >     >>     >     >>     >     >     > * Deleted
> branch:
>     > > > release/0.9.4
>     > > >     >     >     >>     >     >>     >     >     >
>     > > >     >     >     >>     >     >>     >     >     > Can someone
> please
>     > make
>     > > > sure
>     > > >     > that we
>     > > >     >     > are
>     > > >     >     >     >> good
>     > > >     >     >     >>     > before
>     > > >     >     >     >>     >     >> starting
>     > > >     >     >     >>     >     >>     > work?
>     > > >     >     >     >>     >     >>     >     >     >
>     > > >     >     >     >>     >     >>     >     >     > Thanks,
>     > > >     >     >     >>     >     >>     >     >     > Om
>     > > >     >     >     >>     >     >>     >     >     >
>     > > >     >     >     >>     >     >>     >     >     > On Mon, Oct 1,
> 2018
>     > at
>     > > > 1:51 AM
>     > > >     > Carlos
>     > > >     >     >     >> Rovira <
>     > > >     >     >     >>     >     >>     >     >
> carlosrovira@apache.org>
>     > > >     >     >     >>     >     >>     >     >     > wrote:
>     > > >     >     >     >>     >     >>     >     >     >
>     > > >     >     >     >>     >     >>     >     >     > > Hi Om,
>     > > >     >     >     >>     >     >>     >     >     > > is related
> to flash
>     > > > player
>     > > >     >     > debugger not
>     > > >     >     >     >>     > launched? are
>     > > >     >     >     >>     >     >> you on
>     > > >     >     >     >>     >     >>     > Mac?
>     > > >     >     >     >>     >     >>     >     >     > > I think on
> Mac I
>     > have
>     > > > to
>     > > >     > make *.swf
>     > > >     >     >     >> files be
>     > > >     >     >     >>     > always
>     > > >     >     >     >>     >     >> opened
>     > > >     >     >     >>     >     >>     > by Flash
>     > > >     >     >     >>     >     >>     >     >     > Player
>     > > >     >     >     >>     >     >>     >     >     > > debugger.
>     > > >     >     >     >>     >     >>     >     >     > >
>     > > >     >     >     >>     >     >>     >     >     > > In the other
> hand,
>     > I
>     > > > need to
>     > > >     > commit
>     > > >     >     >     >> during the
>     > > >     >     >     >>     > day
>     > > >     >     >     >>     >     >> some
>     > > >     >     >     >>     >     >>     > fixes, one
>     > > >     >     >     >>     >     >>     >     > on
>     > > >     >     >     >>     >     >>     >     >     > > typedefs and
> expect
>     > > > more on
>     > > >     >     > compiler. So
>     > > >     >     >     >> if you
>     > > >     >     >     >>     > plan
>     > > >     >     >     >>     >     >> to try
>     > > >     >     >     >>     >     >>     > again
>     > > >     >     >     >>     >     >>     >     > some
>     > > >     >     >     >>     >     >>     >     >     > > hours ago,
> please,
>     > > > remove the
>     > > >     >     > commits to
>     > > >     >     >     >> left
>     > > >     >     >     >>     > the
>     > > >     >     >     >>     >     >> repos so
>     > > >     >     >     >>     >     >>     > we can
>     > > >     >     >     >>     >     >>     >     > commit
>     > > >     >     >     >>     >     >>     >     >     > > new work
>     > > >     >     >     >>     >     >>     >     >     > >
>     > > >     >     >     >>     >     >>     >     >     > > thanks!
>     > > >     >     >     >>     >     >>     >     >     > >
>     > > >     >     >     >>     >     >>     >     >     > > Carlos
>     > > >     >     >     >>     >     >>     >     >     > >
>     > > >     >     >     >>     >     >>     >     >     > >
>     > > >     >     >     >>     >     >>     >     >     > >
>     > > >     >     >     >>     >     >>     >     >     > >
>     > > >     >     >     >>     >     >>     >     >     > >
>     > > >     >     >     >>     >     >>     >     >     > > El lun., 1
> oct.
>     > 2018
>     > > a
>     > > > las
>     > > >     > 10:29,
>     > > >     >     >     >> OmPrakash
>     > > >     >     >     >>     > Muppirala
>     > > >     >     >     >>     >     >> (<
>     > > >     >     >     >>     >     >>     >     >     > >
>     > bigosmallm@gmail.com
>     > > >)
>     > > >     >     >     >>     >     >>     >     >     > > escribió:
>     > > >     >     >     >>     >     >>     >     >     > >
>     > > >     >     >     >>     >     >>     >     >     > > > I provided
> path
>     > to
>     > > > Chrome
>     > > >     > via
>     > > >     >     >     >> -Dbrowser, but
>     > > >     >     >     >>     > I got
>     > > >     >     >     >>     >     >> an
>     > > >     >     >     >>     >     >>     > error that
>     > > >     >     >     >>     >     >>     >     > ant
>     > > >     >     >     >>     >     >>     >     >     > was
>     > > >     >     >     >>     >     >>     >     >     > > > not able to
>     > access
>     > > > the
>     > > >     >     > application.
>     > > >     >     >     >>     >     >>     >     >     > > > So, I tried
>     > > > installing
>     > > >     > firefox
>     > > >     >     > and that
>     > > >     >     >     >>     > seemed to
>     > > >     >     >     >>     >     >> work.
>     > > >     >     >     >>     >     >>     >     >     > > >
>     > > >     >     >     >>     >     >>     >     >     > > > On Mon,
> Oct 1,
>     > 2018
>     > > > at
>     > > >     > 1:26 AM
>     > > >     >     > Piotr
>     > > >     >     >     >> Zarzycki
>     > > >     >     >     >>     > <
>     > > >     >     >     >>     >     >>     >     >     >
>     > > > piotrzarzycki21@gmail.com
>     > > >     >     >     >>     >     >>     >     >     > > >
>     > > >     >     >     >>     >     >>     >     >     > > > wrote:
>     > > >     >     >     >>     >     >>     >     >     > > >
>     > > >     >     >     >>     >     >>     >     >     > > > > Hi Om,
>     > > >     >     >     >>     >     >>     >     >     > > > >
>     > > >     >     >     >>     >     >>     >     >     > > > > You did
> use
>     > > > Firefox for
>     > > >     > that
>     > > >     >     > purpose
>     > > >     >     >     >> ? I
>     > > >     >     >     >>     > had to
>     > > >     >     >     >>     >     >> specify
>     > > >     >     >     >>     >     >>     >     >     > -Dbrowser=path
>     > > >     >     >     >>     >     >>     >     >     > > to
>     > > >     >     >     >>     >     >>     >     >     > > > >
> firefox.exe
>     > > >     >     >     >>     >     >>     >     >     > > > >
>     > > >     >     >     >>     >     >>     >     >     > > > > Thanks,
>     > > >     >     >     >>     >     >>     >     >     > > > > Piotr
>     > > >     >     >     >>     >     >>     >     >     > > > >
>     > > >     >     >     >>     >     >>     >     >     > > > > pon., 1
> paź
>     > 2018
>     > > o
>     > > > 10:22
>     > > >     >     > OmPrakash
>     > > >     >     >     >>     > Muppirala <
>     > > >     >     >     >>     >     >>     >     > bigosmallm@gmail.com
> >
>     > > >     >     >     >>     >     >>     >     >     > > > >
> napisał(a):
>     > > >     >     >     >>     >     >>     >     >     > > > >
>     > > >     >     >     >>     >     >>     >     >     > > > > > Okay,
> I made
>     > > > several
>     > > >     > attempts
>     > > >     >     >     >> through the
>     > > >     >     >     >>     > day,
>     > > >     >     >     >>     >     >> making
>     > > >     >     >     >>     >     >>     >     > progress each
>     > > >     >     >     >>     >     >>     >     >     > > > time.
>     > > >     >     >     >>     >     >>     >     >     > > > > >  The
> last run
>     > > > failed
>     > > >     > because
>     > > >     >     > the
>     > > >     >     >     >> browser
>     > > >     >     >     >>     > could
>     > > >     >     >     >>     >     >> not be
>     > > >     >     >     >>     >     >>     >     > launched.
>     > > >     >     >     >>     >     >>     >     >     > > > > > I am
> going to
>     > > > pause on
>     > > >     > this
>     > > >     >     > and
>     > > >     >     >     >> try again
>     > > >     >     >     >>     >     >> tomorrow (or
>     > > >     >     >     >>     >     >>     >     > later) . If
>     > > >     >     >     >>     >     >>     >     >     > > > > someone
>     > > >



-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: [Discuss] Start release process 0.9.3

Posted by Alex Harui <ah...@adobe.com.INVALID>.
What does 'git status' return for that local copy of the royale-compiler repo?

That part of the script is trying to see if compiler-jburg-types and compiler-build-tools needed a version update that needs to be pushed.  Those two projects should be at 1.0.0 since we rarely, if ever, will need to modify it.  There shouldn't have been modifications in this release, yet Git status is reporting modifications to some file.  A test is done to check for the word "modified:" in the 'git status' output, then that attempt to push is executed.  Somehow, the git status is implying modifications but the files we are trying to push are not modified.

The solutions should not require reverting of the release branch.  It looks like you have successfully created a correct set of branches and the steps you are running start by pulling down the release branch.  I didn't see any commits to the release branch from the scripts, so to re-start, it should just be manually deleting the local copies of the repos and running the Ant command again after making one of the changes to releasecandidate.xml I will describe below:

IMO, the choices are (and there may be more choices)
1.  Figure out how to be smarter about what 'git status' output will say so the test works correctly
2. Set failonerror="false" on the push step and not care if that push succeeds.  This is slightly risky if we ever do want to push changes, but again, that is low probability, IMO.
3. Comment out those steps since it will be rare we will need them.  If we do need them some day, the RM will have to remember to uncomment those steps.

HTH,
-Alex

On 10/10/18, 2:52 AM, "Piotr Zarzycki" <pi...@gmail.com> wrote:

    Ok It's failed :) However I passed step 3 in instruction. Step 4 is failing
    [1] - if someone know what could it be - I will wait with reverting changes.
    
    Lines in stacktrace are pointing in ant script to following targets:
    
    Line 556: git-commit-and-push-utils
    Line 487: git-commit-and-push-utils-if-modified
    Line 473:
    
    <exec executable="${git}" dir="${compiler}" failonerror="true" >
                <arg value="commit" />
                <arg value="-m" />
                <arg value="remove SNAPSHOT from compiler-jburg-types and
    compiler-build-tools versions" />
            </exec>
    
    [1] https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2Fbg5e&amp;data=02%7C01%7Caharui%40adobe.com%7Cb64ac5ec10034057bdf408d62e9608d4%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636747619265956444&amp;sdata=2oMPXqd%2BFLqxtfvvT7S7x4rxdfg0wnDPdGq1zZFg0DE%3D&amp;reserved=0
    
    Thanks,
    Piotr
    
    
    śr., 10 paź 2018 o 11:34 Carlos Rovira <ca...@apache.org> napisał(a):
    
    > Ok Piotr, good luck! :)
    >
    > El mié., 10 oct. 2018 a las 10:34, Piotr Zarzycki (<
    > piotrzarzycki21@gmail.com>) escribió:
    >
    > > Hi Guys,
    > >
    > > I will try right now process from my PC. We will see how far I will go
    > with
    > > that.
    > >
    > > Piotr
    > >
    > > czw., 4 paź 2018 o 22:01 Alex Harui <ah...@adobe.com.invalid>
    > napisał(a):
    > >
    > > > Hi Om,
    > > >
    > > > If make_branches succeeds, then you shouldn't need to go back and
    > delete
    > > > branches and tags and run make_branches again if the "maven" step
    > fails.
    > > >
    > > > You might need to revert any changes to the release branch that the
    > > > "maven" step did, but then you should be able to delete the local copy
    > of
    > > > the branches and start again with "maven" or
    > > > "maven_skip_compiler_and_typedefs" if you got all the way up to
    > > royale-asjs.
    > > >
    > > > What are some of the 200+ files that don't get reverted back to 0.9.4?
    > > >
    > > > You are welcome to try to add the "continue" option.  I would suggest
    > > > adding a dummy parameter.  So if the script currently calls Maven like
    > > this:
    > > >
    > > >         <exec executable="${mvn}" dir="${basedir}/maven-release-plugin"
    > > > failonerror="true" >
    > > >             <arg value="clean" />
    > > >             <arg value="install" />
    > > >         </exec>
    > > >
    > > > You can try changing it to something like this:
    > > >
    > > >         <property name="continueOption" value="-Ddummy=0" />
    > > >         <exec executable="${mvn}" dir="${basedir}/maven-release-plugin"
    > > > failonerror="true" >
    > > >             <arg value="${continueOption}" />
    > > >             <arg value="clean" />
    > > >             <arg value="install" />
    > > >         </exec>
    > > >
    > > > Then you should be able to set in your local.properties:
    > > >
    > > > continueOption=-rf JewelExample
    > > >
    > > > You will probably need to use different names for each call to Maven so
    > > > subsequent Maven calls don't pick up the same option.
    > > >
    > > > HTH,
    > > > -Alex
    > > >
    > > > On 10/4/18, 11:58 AM, "OmPrakash Muppirala" <bi...@gmail.com>
    > > wrote:
    > > >
    > > >     On Thu, Oct 4, 2018 at 1:48 AM Alex Harui <aharui@adobe.com.invalid
    > >
    > > > wrote:
    > > >
    > > >     > Om, it looks like you are still deleting and recreating the
    > > branches.
    > > >     > Does this mean you have never completed the make_branches step?
    > > >
    > > >
    > > >     Yes, I delete the tags, branches (remote) each time something
    > fails.
    > > > Then
    > > >     I do a global search for 0.9.5 and replace it with 0.9.4 (some 200+
    > > > files
    > > >     across 3 repos), then push them into remote/develop.
    > > >
    > > >     Then I do the make_branches step first.  Then do a git push in
    > > > roayale-asjs
    > > >     as per the instructions in the commandline. I have never had issues
    > > > with
    > > >     this step.  It is always the maven step that fails for some reason
    > or
    > > > the
    > > >     other.
    > > >
    > > >
    > > >     > Is make_branches failing trying to run a build in the develop
    > > branch
    > > > and
    > > >     > uploading 0.9.5-SNAPSHOT artifacts?
    > > >
    > > >
    > > >     No
    > > >
    > > >
    > > >     > I supposed we could try to find a way to skip that, but you will
    > > need
    > > >     > reliable uploading to repository.a.o to be an RM without going
    > > crazy.
    > > >     >
    > > >
    > > >     Hmm, I use the same internet connection for personal and work
    > related
    > > >     activities.  I don't usually have issues with internet.  Either we
    > > are
    > > > very
    > > >     unlucky here or we need a more reselient way to pick up things if
    > we
    > > > lose
    > > >     internet connectivity momentarily.
    > > >
    > > >     It takes upwards of 90 minutes of uploading stuff. I dont do this
    > > kind
    > > > of
    > > >     uploading for my regular work, so that is probably I have never hit
    > > > this
    > > >     issue before.
    > > >
    > > >     I still think that looking into the 'resume-from' directive in
    > maven
    > > is
    > > >     worthwhile.
    > > >
    > > >     Thanks,
    > > >     Om
    > > >
    > > >
    > > >     >
    > > >     > -Alex
    > > >     >
    > > >     > On 10/3/18, 2:11 PM, "OmPrakash Muppirala" <bigosmallm@gmail.com
    > >
    > > > wrote:
    > > >     >
    > > >     >     On Wed, Oct 3, 2018 at 2:02 PM Alex Harui
    > > > <ah...@adobe.com.invalid>
    > > >     > wrote:
    > > >     >
    > > >     >     > Hi Om,
    > > >     >     >
    > > >     >     > Does anything deploy, or is that the first thing that is
    > > > attempted to
    > > >     >     > deploy?  I found this article that might help:
    > > >     >     >
    > > >     >     >
    > > >     >
    > > >
    > >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.apigee.com%2Fquestions%2F50756%2Funable-to-deploy-using-maven-script-due-to-error-r.html&amp;data=02%7C01%7Caharui%40adobe.com%7Cb64ac5ec10034057bdf408d62e9608d4%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636747619265956444&amp;sdata=YmCfICWXAlzKEBjT0%2FTq9u%2BOJSnd2btciYotsKxeQy4%3D&amp;reserved=0
    > > >     >
    > > >     >
    > > >     >     It deployed a lot of artifacts before hitting this error.  I
    > > > don't see
    > > >     >     anything special with this artifact.  So, I am guessing that
    > it
    > > > was a
    > > >     >     momentary bad connection that caused this.
    > > >     >
    > > >     >
    > > >     >     >
    > > >     >     >
    > > >     >     > I would be concerned about restarting from the middle of a
    > > > Maven
    > > >     > call.  I
    > > >     >     > suppose you could try it, but what if it skipped an
    > artifact?
    > > >     >     >
    > > >     >
    > > >     >     The maven error message explicitly says this:
    > > >     >
    > > >     >          [exec] [INFO] [ERROR] After correcting the problems, you
    > > can
    > > >     > resume
    > > >     >     the build with the command
    > > >     >
    > > >     >          [exec] [INFO] [ERROR]   mvn <goals> -rf
    > > >     >     :Jewel-Light-NoFlat-Primary-Sunflower-Theme
    > > >     >
    > > >     >
    > > >     >     >
    > > >     >     > There should be Ant targets for starting only on
    > royale-asjs
    > > if
    > > >     >     > royale-compiler and royale=typedefs worked ok.
    > > >     >     >
    > > >     >     > HTH,
    > > >     >     > -Alex
    > > >     >     >
    > > >     >     > On 10/3/18, 11:58 AM, "OmPrakash Muppirala" <
    > > > bigosmallm@gmail.com>
    > > >     > wrote:
    > > >     >     >
    > > >     >     >     Another suggestion I have is - can we do all the pushes
    > > to
    > > >     > remote after
    > > >     >     >     everything is done locally?  That way, if something
    > goes
    > > > wrong
    > > >     >     > halfway, we
    > > >     >     >     can just delete the royale-* dirs locally and rerun the
    > > >     >     > releasecandiate ant
    > > >     >     >     script?
    > > >     >     >
    > > >     >     >     Not sure if this is an easy change?
    > > >     >     >
    > > >     >     >     Thanks,
    > > >     >     >     Om
    > > >     >     >
    > > >     >     >     On Wed, Oct 3, 2018 at 11:42 AM OmPrakash Muppirala <
    > > >     >     > bigosmallm@gmail.com>
    > > >     >     >     wrote:
    > > >     >     >
    > > >     >     >     > Okay, I tried a couple of times and I have started
    > > > getting
    > > >     > `SSL peer
    > > >     >     > shut
    > > >     >     >     > down incorrectly errors`
    > > >     >     >     >
    > > >     >     >     >      [exec] [INFO] [INFO]
    > > >     >     >     >
    > > >     >     >
    > > >     >
    > > >
    > ------------------------------------------------------------------------
    > > >     >     >     >
    > > >     >     >     >      [exec] [INFO] [INFO] BUILD FAILURE
    > > >     >     >     >
    > > >     >     >     >      [exec] [INFO] [INFO]
    > > >     >     >     >
    > > >     >     >
    > > >     >
    > > >
    > ------------------------------------------------------------------------
    > > >     >     >     >
    > > >     >     >     >      [exec] [INFO] [INFO] Total time: 16:04 min
    > > >     >     >     >
    > > >     >     >     >      [exec] [INFO] [INFO] Finished at:
    > > >     > 2018-10-03T11:38:49-07:00
    > > >     >     >     >
    > > >     >     >     >      [exec] [INFO] [INFO]
    > > >     >     >     >
    > > >     >     >
    > > >     >
    > > >
    > ------------------------------------------------------------------------
    > > >     >     >     >
    > > >     >     >     >      [exec] [INFO] [ERROR] Failed to execute goal
    > > >     >     >     >
    > > org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
    > > >     >     > (default-deploy)
    > > >     >     >     > on project
    > Jewel-Light-NoFlat-Primary-Sunflower-Theme:
    > > > Failed
    > > >     > to
    > > >     >     > deploy
    > > >     >     >     > artifacts: Could not transfer artifact
    > > >     >     >     >
    > > >     >     >
    > > >     >
    > > >
    > >
    > org.apache.royale.framework:Jewel-Light-NoFlat-Primary-Sunflower-Theme:swc:0.9.4
    > > >     >     >     > from/to apache.releases.https (
    > > >     >     >     >
    > > >     >     >
    > > >     >
    > > >
    > >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fservice%2Flocal%2Fstaging%2Fdeploy%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7Cb64ac5ec10034057bdf408d62e9608d4%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636747619265956444&amp;sdata=qDCegzJP7%2B7%2FPt1bQPfCRd2wqYfaK6p5Z2JdNs1Gvk4%3D&amp;reserved=0
    > > >     >     > ):
    > > >     >     >     > Remote host closed connection during handshake: SSL
    > > peer
    > > > shut
    > > >     > down
    > > >     >     >     > incorrectly -> [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]
    > > >     >     >     >
    > > >     >     >
    > > >     >
    > > >
    > >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cb64ac5ec10034057bdf408d62e9608d4%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636747619265956444&amp;sdata=ae4yTtpkvsGrUWhEUenzGgjYB6%2BRIablUL502AmoF7g%3D&amp;reserved=0
    > > >     >     >     >
    > > >     >     >     >      [exec] [INFO] [ERROR]
    > > >     >     >     >
    > > >     >     >     >      [exec] [INFO] [ERROR] After correcting the
    > > > problems, you
    > > >     > can
    > > >     >     > resume
    > > >     >     >     > the build with the command
    > > >     >     >     >
    > > >     >     >     >      [exec] [INFO] [ERROR]   mvn <goals> -rf
    > > >     >     >     > :Jewel-Light-NoFlat-Primary-Sunflower-Theme
    > > >     >     >     >
    > > >     >     >     >      [exec] [INFO]
    > > >     >     >     >
    > > >     >     >
    > > >     >
    > > >
    > ------------------------------------------------------------------------
    > > >     >     >     >
    > > >     >     >     >
    > > >     >     >     > I am guessing it is a bad internet connection.  I am
    > > > wondering
    > > >     > if we
    > > >     >     > can
    > > >     >     >     > pass a -rf (resume from) option to the maven call
    > from
    > > > ant?
    > > >     >     > Otherwise
    > > >     >     >     > doing all this from scratch everytime is a big pain.
    > > >     >     >     >
    > > >     >     >     > Thanks,
    > > >     >     >     > Om
    > > >     >     >     >
    > > >     >     >     > On Wed, Oct 3, 2018 at 12:47 AM Alex Harui
    > > >     > <aharui@adobe.com.invalid
    > > >     >     > >
    > > >     >     >     > wrote:
    > > >     >     >     >
    > > >     >     >     >> Looks like it was a missing [
    > > >     >     >     >>
    > > >     >     >     >> MXRoyale and SparkRoyale built for me.
    > > >     >     >     >>
    > > >     >     >     >> HTH,
    > > >     >     >     >> -Alex
    > > >     >     >     >>
    > > >     >     >     >> On 10/3/18, 12:43 AM, "OmPrakash Muppirala" <
    > > >     > bigosmallm@gmail.com>
    > > >     >     >     >> wrote:
    > > >     >     >     >>
    > > >     >     >     >>     Thanks!
    > > >     >     >     >>
    > > >     >     >     >>     I reverted everything back to previous state.  I
    > > > can give
    > > >     > it a
    > > >     >     > shot
    > > >     >     >     >>     tomorrow evening.
    > > >     >     >     >>
    > > >     >     >     >>     Regards,
    > > >     >     >     >>     Om
    > > >     >     >     >>
    > > >     >     >     >>     On Wed, Oct 3, 2018 at 12:41 AM Alex Harui
    > > >     >     > <ah...@adobe.com.invalid>
    > > >     >     >     >> wrote:
    > > >     >     >     >>
    > > >     >     >     >>     > It was in a releasable state.  TourDeFlex was
    > > > running
    > > >     > on it.
    > > >     >     >     >>     >
    > > >     >     >     >>     > I'm trying to track down the change that broke
    > > it.
    > > >     >     >     >>     >
    > > >     >     >     >>     > -Alex
    > > >     >     >     >>     >
    > > >     >     >     >>     > On 10/3/18, 12:32 AM, "OmPrakash Muppirala" <
    > > >     >     > bigosmallm@gmail.com>
    > > >     >     >     >> wrote:
    > > >     >     >     >>     >
    > > >     >     >     >>     >     A bit more progress. Now we are failing on
    > > the
    > > >     > MXRoyale
    > > >     >     > project:
    > > >     >     >     >>     >
    > > >     >     >     >>     >          [exec] [INFO] [INFO]
    > > >     >     >     >>     >
    > > >     >     >     >>     >
    > > >     >     >     >>
    > > >     >     >
    > > >     >
    > > >
    > ------------------------------------------------------------------------
    > > >     >     >     >>     >
    > > >     >     >     >>     >          [exec] [INFO] [INFO] BUILD FAILURE
    > > >     >     >     >>     >
    > > >     >     >     >>     >          [exec] [INFO] [INFO]
    > > >     >     >     >>     >
    > > >     >     >     >>     >
    > > >     >     >     >>
    > > >     >     >
    > > >     >
    > > >
    > ------------------------------------------------------------------------
    > > >     >     >     >>     >
    > > >     >     >     >>     >          [exec] [INFO] [INFO] Total time:
    > 01:34
    > > > min
    > > >     >     >     >>     >
    > > >     >     >     >>     >          [exec] [INFO] [INFO] Finished at:
    > > >     >     > 2018-10-03T00:28:14-07:00
    > > >     >     >     >>     >
    > > >     >     >     >>     >          [exec] [INFO] [INFO]
    > > >     >     >     >>     >
    > > >     >     >     >>     >
    > > >     >     >     >>
    > > >     >     >
    > > >     >
    > > >
    > ------------------------------------------------------------------------
    > > >     >     >     >>     >
    > > >     >     >     >>     >          [exec] [INFO] [ERROR] Failed to
    > execute
    > > > goal
    > > >     >     >     >>     >
    > > >     >     >
    > > > org.apache.royale.compiler:royale-maven-plugin:0.9.4:compile-as
    > > >     >     >     >>     >     (default-compile-as) on project MXRoyale:
    > > > There were
    > > >     >     > errors
    > > >     >     >     >> during the
    > > >     >     >     >>     >     build. Got return code 3 -> [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]
    > > >     >     >     >>     >
    > > >     >     >     >>     >
    > > >     >     >     >>
    > > >     >     >
    > > >     >
    > > >
    > >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cb64ac5ec10034057bdf408d62e9608d4%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636747619265956444&amp;sdata=ae4yTtpkvsGrUWhEUenzGgjYB6%2BRIablUL502AmoF7g%3D&amp;reserved=0
    > > >     >     >     >>     >
    > > >     >     >     >>     >          [exec] [INFO] [ERROR]
    > > >     >     >     >>     >
    > > >     >     >     >>     >          [exec] [INFO] [ERROR] After
    > correcting
    > > > the
    > > >     > problems,
    > > >     >     > you
    > > >     >     >     >> can
    > > >     >     >     >>     > resume
    > > >     >     >     >>     >     the build with the command
    > > >     >     >     >>     >
    > > >     >     >     >>     >          [exec] [INFO] [ERROR]   mvn <goals>
    > -rf
    > > >     > :MXRoyale
    > > >     >     >     >>     >
    > > >     >     >     >>     >
    > > >     >     >     >>     >     Can we perhaps turn this project off?  Is
    > it
    > > > in a
    > > >     >     > releasable
    > > >     >     >     >> state?
    > > >     >     >     >>     >
    > > >     >     >     >>     >     On Tue, Oct 2, 2018 at 7:30 PM OmPrakash
    > > > Muppirala <
    > > >     >     >     >>     > bigosmallm@gmail.com>
    > > >     >     >     >>     >     wrote:
    > > >     >     >     >>     >
    > > >     >     >     >>     >     > I'm going to give this another shot in a
    > > > couple of
    > > >     >     > hours,
    > > >     >     >     >> unless
    > > >     >     >     >>     > there are
    > > >     >     >     >>     >     > any objections.
    > > >     >     >     >>     >     >
    > > >     >     >     >>     >     > Thanks,
    > > >     >     >     >>     >     > Om
    > > >     >     >     >>     >     >
    > > >     >     >     >>     >     > On Mon, Oct 1, 2018, 2:04 PM Alex Harui
    > > >     >     >     >> <ah...@adobe.com.invalid>
    > > >     >     >     >>     > wrote:
    > > >     >     >     >>     >     >
    > > >     >     >     >>     >     >> Jewel is mentioned in there.  I added
    > > > mention of
    > > >     > the
    > > >     >     >     >> migration
    > > >     >     >     >>     > components
    > > >     >     >     >>     >     >> and tour de flex.  Not sure if I got
    > the
    > > >     > formatting
    > > >     >     > right.
    > > >     >     >     >> I think
    > > >     >     >     >>     > it is
    > > >     >     >     >>     >     >> good enough.
    > > >     >     >     >>     >     >>
    > > >     >     >     >>     >     >> -Alex
    > > >     >     >     >>     >     >>
    > > >     >     >     >>     >     >> On 10/1/18, 12:13 PM, "OmPrakash
    > > > Muppirala" <
    > > >     >     >     >> bigosmallm@gmail.com>
    > > >     >     >     >>     >     >> wrote:
    > > >     >     >     >>     >     >>
    > > >     >     >     >>     >     >>     I updated it, although it looks a
    > bit
    > > > sparse
    > > >     > now.
    > > >     >     > Can
    > > >     >     >     >> we list
    > > >     >     >     >>     > a few
    > > >     >     >     >>     >     >> major
    > > >     >     >     >>     >     >>     highlights here, that I can go add
    > to
    > > > the
    > > >     > release
    > > >     >     > notes?
    > > >     >     >     >>     >     >>     Jewel should at least have several
    > > > updates.
    > > >     >     >     >>     >     >>
    > > >     >     >     >>     >     >>     Thanks,
    > > >     >     >     >>     >     >>     Om
    > > >     >     >     >>     >     >>
    > > >     >     >     >>     >     >>     On Mon, Oct 1, 2018 at 12:09 PM
    > Alex
    > > > Harui
    > > >     >     >     >>     > <ah...@adobe.com.invalid>
    > > >     >     >     >>     >     >> wrote:
    > > >     >     >     >>     >     >>
    > > >     >     >     >>     >     >>     > Hey, I just noticed that nobody
    > put
    > > > a 0.9.4
    > > >     >     > section in
    > > >     >     >     >> the
    > > >     >     >     >>     >     >> RELEASE_NOTES.
    > > >     >     >     >>     >     >>     > Maybe just rename the 0.9.3
    > > section?
    > > >     >     >     >>     >     >>     >
    > > >     >     >     >>     >     >>     > -Alex
    > > >     >     >     >>     >     >>     >
    > > >     >     >     >>     >     >>     > On 10/1/18, 12:07 PM, "OmPrakash
    > > >     > Muppirala" <
    > > >     >     >     >>     > bigosmallm@gmail.com>
    > > >     >     >     >>     >     >> wrote:
    > > >     >     >     >>     >     >>     >
    > > >     >     >     >>     >     >>     >     Good catch!  I just pushed a
    > > fix
    > > > for
    > > >     > that.
    > > >     >     >     >>     >     >>     >
    > > >     >     >     >>     >     >>     >     Thanks,
    > > >     >     >     >>     >     >>     >     Om
    > > >     >     >     >>     >     >>     >
    > > >     >     >     >>     >     >>     >     On Mon, Oct 1, 2018 at 11:04
    > AM
    > > > Alex
    > > >     > Harui
    > > >     >     >     >>     >     >> <ah...@adobe.com.invalid>
    > > >     >     >     >>     >     >>     > wrote:
    > > >     >     >     >>     >     >>     >
    > > >     >     >     >>     >     >>     >     > Om,
    > > >     >     >     >>     >     >>     >     >
    > > >     >     >     >>     >     >>     >     > I think the
    > > > <tag>release/0.9.4</tag>
    > > >     > in
    > > >     >     >     >>     > royale-asjs/pom.xml
    > > >     >     >     >>     >     >> needs to
    > > >     >     >     >>     >     >>     > be
    > > >     >     >     >>     >     >>     >     > reverted back to 0.9.3.
    > > >     >     >     >>     >     >>     >     >
    > > >     >     >     >>     >     >>     >     > Everything else looks ok
    > from
    > > > my
    > > >     > quick
    > > >     >     >     >> examination.
    > > >     >     >     >>     >     >>     >     >
    > > >     >     >     >>     >     >>     >     > Thanks and good luck,
    > > >     >     >     >>     >     >>     >     > -Alex
    > > >     >     >     >>     >     >>     >     >
    > > >     >     >     >>     >     >>     >     > On 10/1/18, 10:29 AM,
    > "Piotr
    > > >     > Zarzycki" <
    > > >     >     >     >>     >     >> piotrzarzycki21@gmail.com>
    > > >     >     >     >>     >     >>     > wrote:
    > > >     >     >     >>     >     >>     >     >
    > > >     >     >     >>     >     >>     >     >     I saw your commit and I
    > > > think you
    > > >     >     > should be
    > > >     >     >     >> ok.
    > > >     >     >     >>     >     >>     >     >
    > > >     >     >     >>     >     >>     >     >     pon., 1 paź 2018 o
    > 19:21
    > > >     > OmPrakash
    > > >     >     > Muppirala
    > > >     >     >     >> <
    > > >     >     >     >>     >     >>     > bigosmallm@gmail.com>
    > > >     >     >     >>     >     >>     >     >     napisał(a):
    > > >     >     >     >>     >     >>     >     >
    > > >     >     >     >>     >     >>     >     >     > Okay, I did the
    > > > following to
    > > >     > reset:
    > > >     >     >     >>     >     >>     >     >     >
    > > >     >     >     >>     >     >>     >     >     > For all three repos:
    > > >     >     >     >>     >     >>     >     >     > * Reverted all
    > > > references of
    > > >     > 0.9.5
    > > >     >     > to 0.9.4
    > > >     >     >     >>     >     >>     >     >     > * Deleted 0.9.4-rc1
    > tag
    > > >     >     >     >>     >     >>     >     >     > * Deleted branch:
    > > > release/0.9.4
    > > >     >     >     >>     >     >>     >     >     >
    > > >     >     >     >>     >     >>     >     >     > Can someone please
    > make
    > > > sure
    > > >     > that we
    > > >     >     > are
    > > >     >     >     >> good
    > > >     >     >     >>     > before
    > > >     >     >     >>     >     >> starting
    > > >     >     >     >>     >     >>     > work?
    > > >     >     >     >>     >     >>     >     >     >
    > > >     >     >     >>     >     >>     >     >     > Thanks,
    > > >     >     >     >>     >     >>     >     >     > Om
    > > >     >     >     >>     >     >>     >     >     >
    > > >     >     >     >>     >     >>     >     >     > On Mon, Oct 1, 2018
    > at
    > > > 1:51 AM
    > > >     > Carlos
    > > >     >     >     >> Rovira <
    > > >     >     >     >>     >     >>     >     > carlosrovira@apache.org>
    > > >     >     >     >>     >     >>     >     >     > wrote:
    > > >     >     >     >>     >     >>     >     >     >
    > > >     >     >     >>     >     >>     >     >     > > Hi Om,
    > > >     >     >     >>     >     >>     >     >     > > is related to flash
    > > > player
    > > >     >     > debugger not
    > > >     >     >     >>     > launched? are
    > > >     >     >     >>     >     >> you on
    > > >     >     >     >>     >     >>     > Mac?
    > > >     >     >     >>     >     >>     >     >     > > I think on Mac I
    > have
    > > > to
    > > >     > make *.swf
    > > >     >     >     >> files be
    > > >     >     >     >>     > always
    > > >     >     >     >>     >     >> opened
    > > >     >     >     >>     >     >>     > by Flash
    > > >     >     >     >>     >     >>     >     >     > Player
    > > >     >     >     >>     >     >>     >     >     > > debugger.
    > > >     >     >     >>     >     >>     >     >     > >
    > > >     >     >     >>     >     >>     >     >     > > In the other hand,
    > I
    > > > need to
    > > >     > commit
    > > >     >     >     >> during the
    > > >     >     >     >>     > day
    > > >     >     >     >>     >     >> some
    > > >     >     >     >>     >     >>     > fixes, one
    > > >     >     >     >>     >     >>     >     > on
    > > >     >     >     >>     >     >>     >     >     > > typedefs and expect
    > > > more on
    > > >     >     > compiler. So
    > > >     >     >     >> if you
    > > >     >     >     >>     > plan
    > > >     >     >     >>     >     >> to try
    > > >     >     >     >>     >     >>     > again
    > > >     >     >     >>     >     >>     >     > some
    > > >     >     >     >>     >     >>     >     >     > > hours ago, please,
    > > > remove the
    > > >     >     > commits to
    > > >     >     >     >> left
    > > >     >     >     >>     > the
    > > >     >     >     >>     >     >> repos so
    > > >     >     >     >>     >     >>     > we can
    > > >     >     >     >>     >     >>     >     > commit
    > > >     >     >     >>     >     >>     >     >     > > new work
    > > >     >     >     >>     >     >>     >     >     > >
    > > >     >     >     >>     >     >>     >     >     > > thanks!
    > > >     >     >     >>     >     >>     >     >     > >
    > > >     >     >     >>     >     >>     >     >     > > Carlos
    > > >     >     >     >>     >     >>     >     >     > >
    > > >     >     >     >>     >     >>     >     >     > >
    > > >     >     >     >>     >     >>     >     >     > >
    > > >     >     >     >>     >     >>     >     >     > >
    > > >     >     >     >>     >     >>     >     >     > >
    > > >     >     >     >>     >     >>     >     >     > > El lun., 1 oct.
    > 2018
    > > a
    > > > las
    > > >     > 10:29,
    > > >     >     >     >> OmPrakash
    > > >     >     >     >>     > Muppirala
    > > >     >     >     >>     >     >> (<
    > > >     >     >     >>     >     >>     >     >     > >
    > bigosmallm@gmail.com
    > > >)
    > > >     >     >     >>     >     >>     >     >     > > escribió:
    > > >     >     >     >>     >     >>     >     >     > >
    > > >     >     >     >>     >     >>     >     >     > > > I provided path
    > to
    > > > Chrome
    > > >     > via
    > > >     >     >     >> -Dbrowser, but
    > > >     >     >     >>     > I got
    > > >     >     >     >>     >     >> an
    > > >     >     >     >>     >     >>     > error that
    > > >     >     >     >>     >     >>     >     > ant
    > > >     >     >     >>     >     >>     >     >     > was
    > > >     >     >     >>     >     >>     >     >     > > > not able to
    > access
    > > > the
    > > >     >     > application.
    > > >     >     >     >>     >     >>     >     >     > > > So, I tried
    > > > installing
    > > >     > firefox
    > > >     >     > and that
    > > >     >     >     >>     > seemed to
    > > >     >     >     >>     >     >> work.
    > > >     >     >     >>     >     >>     >     >     > > >
    > > >     >     >     >>     >     >>     >     >     > > > On Mon, Oct 1,
    > 2018
    > > > at
    > > >     > 1:26 AM
    > > >     >     > Piotr
    > > >     >     >     >> Zarzycki
    > > >     >     >     >>     > <
    > > >     >     >     >>     >     >>     >     >     >
    > > > piotrzarzycki21@gmail.com
    > > >     >     >     >>     >     >>     >     >     > > >
    > > >     >     >     >>     >     >>     >     >     > > > wrote:
    > > >     >     >     >>     >     >>     >     >     > > >
    > > >     >     >     >>     >     >>     >     >     > > > > Hi Om,
    > > >     >     >     >>     >     >>     >     >     > > > >
    > > >     >     >     >>     >     >>     >     >     > > > > You did use
    > > > Firefox for
    > > >     > that
    > > >     >     > purpose
    > > >     >     >     >> ? I
    > > >     >     >     >>     > had to
    > > >     >     >     >>     >     >> specify
    > > >     >     >     >>     >     >>     >     >     > -Dbrowser=path
    > > >     >     >     >>     >     >>     >     >     > > to
    > > >     >     >     >>     >     >>     >     >     > > > > firefox.exe
    > > >     >     >     >>     >     >>     >     >     > > > >
    > > >     >     >     >>     >     >>     >     >     > > > > Thanks,
    > > >     >     >     >>     >     >>     >     >     > > > > Piotr
    > > >     >     >     >>     >     >>     >     >     > > > >
    > > >     >     >     >>     >     >>     >     >     > > > > pon., 1 paź
    > 2018
    > > o
    > > > 10:22
    > > >     >     > OmPrakash
    > > >     >     >     >>     > Muppirala <
    > > >     >     >     >>     >     >>     >     > bigosmallm@gmail.com>
    > > >     >     >     >>     >     >>     >     >     > > > > napisał(a):
    > > >     >     >     >>     >     >>     >     >     > > > >
    > > >     >     >     >>     >     >>     >     >     > > > > > Okay, I made
    > > > several
    > > >     > attempts
    > > >     >     >     >> through the
    > > >     >     >     >>     > day,
    > > >     >     >     >>     >     >> making
    > > >     >     >     >>     >     >>     >     > progress each
    > > >     >     >     >>     >     >>     >     >     > > > time.
    > > >     >     >     >>     >     >>     >     >     > > > > >  The last run
    > > > failed
    > > >     > because
    > > >     >     > the
    > > >     >     >     >> browser
    > > >     >     >     >>     > could
    > > >     >     >     >>     >     >> not be
    > > >     >     >     >>     >     >>     >     > launched.
    > > >     >     >     >>     >     >>     >     >     > > > > > I am going to
    > > > pause on
    > > >     > this
    > > >     >     > and
    > > >     >     >     >> try again
    > > >     >     >     >>     >     >> tomorrow (or
    > > >     >     >     >>     >     >>     >     > later) . If
    > > >     >     >     >>     >     >>     >     >     > > > > someone
    > > >     >     >     >>     >     >>     >     >     > > > > > else wants to
    > > > give
    > > >     > this a go
    > > >     >     > in the
    > > >     >     >     >>     > meantimne,
    > > >     >     >     >>     >     >> they are
    > > >     >     >     >>     >     >>     >     > welcome :-)
    > > >     >     >     >>     >     >>     >     >     > > > > >
    > > >     >     >     >>     >     >>     >     >     > > > > > Thanks,
    > > >     >     >     >>     >     >>     >     >     > > > > > Om
    > > >     >     >     >>     >     >>     >     >     > > > > >
    > > >     >     >     >>     >     >>     >     >     > > > > > On Mon, Oct
    > 1,
    > > > 2018 at
    > > >     > 12:22
    > > >     >     > AM
    > > >     >     >     >> Carlos
    > > >     >     >     >>     > Rovira <
    > > >     >     >     >>     >     >>     >     >     > >
    > > > carlosrovira@apache.org
    > > >     >     >     >>     >     >>     >     >     > > > >
    > > >     >     >     >>     >     >>     >     >     > > > > > wrote:
    > > >     >     >     >>     >     >>     >     >     > > > > >
    > > >     >     >     >>     >     >>     >     >     > > > > > > Hi Om,
    > > >     >     >     >>     >     >>     >     >     > > > > > > no,  I
    > > Thought
    > > > this
    > > >     > was
    > > >     >     > due to
    > > >     >     >     >> different
    > > >     >     >     >>     >     >> tries of the
    > > >     >     >     >>     >     >>     >     > release
    > > >     >     >     >>     >     >>     >     >     > > process
    > > >     >     >     >>     >     >>     >     >     > > > > but
    > > >     >     >     >>     >     >>     >     >     > > > > > > most of the
    > > > poms are
    > > >     > in
    > > >     >     >     >> 0.9.6-SNAPSHOT.
    > > >     >     >     >>     >     >>     >     >     > > > > > > You can
    > > search
    > > > the
    > > >     > entire
    > > >     >     > repo
    > > >     >     >     >> for
    > > >     >     >     >>     >     >> "0.9.X-SNAPSHOT"
    > > >     >     >     >>     >     >>     > string
    > > >     >     >     >>     >     >>     >     > to see
    > > >     >     >     >>     >     >>     >     >     > > > that
    > > >     >     >     >>     >     >>     >     >     > > > > > now
    > > >     >     >     >>     >     >>     >     >     > > > > > > X is 6.
    > > >     >     >     >>     >     >>     >     >     > > > > > >
    > > >     >     >     >>     >     >>     >     >     > > > > > > thanks
    > > >     >     >     >>     >     >>     >     >     > > > > > >
    > > >     >     >     >>     >     >>     >     >     > > > > > > El lun., 1
    > > > oct. 2018
    > > >     > a las
    > > >     >     > 2:07,
    > > >     >     >     >>     > OmPrakash
    > > >     >     >     >>     >     >> Muppirala
    > > >     >     >     >>     >     >>     > (<
    > > >     >     >     >>     >     >>     >     >     > > > > > >
    > > > bigosmallm@gmail.com
    > > >     > >)
    > > >     >     >     >>     >     >>     >     >     > > > > > > escribió:
    > > >     >     >     >>     >     >>     >     >     > > > > > >
    > > >     >     >     >>     >     >>     >     >     > > > > > > > On Sun,
    > Sep
    > > > 30,
    > > >     > 2018,
    > > >     >     > 2:13 PM
    > > >     >     >     >> Carlos
    > > >     >     >     >>     > Rovira
    > > >     >     >     >>     >     >> <
    > > >     >     >     >>     >     >>     >     >     > > >
    > > > carlosrovira@apache.org
    > > >     >     >     >>     >     >>     >     >     > > > > >
    > > >     >     >     >>     >     >>     >     >     > > > > > > > wrote:
    > > >     >     >     >>     >     >>     >     >     > > > > > > >
    > > >     >     >     >>     >     >>     >     >     > > > > > > > > Hi Om,
    > > >     >     >     >>     >     >>     >     >     > > > > > > > > just
    > saw
    > > > that
    > > >     > some
    > > >     >     > poms was
    > > >     >     >     >> not
    > > >     >     >     >>     > changed to
    > > >     >     >     >>     >     >>     >     > 0.9.6-SNAPSHOT.
    > > >     >     >     >>     >     >>     >     >     > > > > > > > >
    > > >     >     >     >>     >     >>     >     >     > > > > > > >
    > > >     >     >     >>     >     >>     >     >     > > > > > > > Do you
    > mean
    > > >     >     > 0.9.4-SNAPSHOT?
    > > >     >     >     >>     >     >>     >     >     > > > > > > >
    > > >     >     >     >>     >     >>     >     >     > > > > > > > Thanks,
    > > >     >     >     >>     >     >>     >     >     > > > > > > > Om
    > > >     >     >     >>     >     >>     >     >     > > > > > > >
    > > >     >     >     >>     >     >>     >     >     > > > > > > >
    > > >     >     >     >>     >     >>     >     >     > > > > > > >
    > > >     >     >     >>     >     >>     >     >     > > > > > > > I think
    > > that
    > > >     > should be
    > > >     >     > fixed
    > > >     >     >     >> and get a
    > > >     >     >     >>     >     >> prepare
    > > >     >     >     >>     >     >>     > maven
    > > >     >     >     >>     >     >>     >     > release
    > > >     >     >     >>     >     >>     >     >     > > > process
    > > >     >     >     >>     >     >>     >     >     > > > > > that
    > > >     >     >     >>     >     >>     >     >     > > > > > > > > could
    > > > finaly
    > > >     > gets all
    > > >     >     > poms
    > > >     >     >     >> updated
    > > >     >     >     >>     > to new
    > > >     >     >     >>     >     >>     > version.
    > > >     >     >     >>     >     >>     >     >     > > > > > > > > Don't
    > > know
    > > > if
    > > >     > that
    > > >     >     > could be
    > > >     >     >     >> the
    > > >     >     >     >>     > problem.
    > > >     >     >     >>     >     >> Can you
    > > >     >     >     >>     >     >>     > try
    > > >     >     >     >>     >     >>     >     > again?
    > > >     >     >     >>     >     >>     >     >     > > > > > > > > thanks
    > > >     >     >     >>     >     >>     >     >     > > > > > > > >
    > > >     >     >     >>     >     >>     >     >     > > > > > > > > El
    > dom.,
    > > 30
    > > >     > sept. 2018
    > > >     >     > a las
    > > >     >     >     >> 21:32,
    > > >     >     >     >>     >     >> OmPrakash
    > > >     >     >     >>     >     >>     >     > Muppirala (<
    > > >     >     >     >>     >     >>
    
    
    
    -- 
    
    Piotr Zarzycki
    
    Patreon: *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cb64ac5ec10034057bdf408d62e9608d4%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636747619265966449&amp;sdata=UVUPrho84N83EiOJWtPikK7OSroVdaNXSDGXZfPWh4c%3D&amp;reserved=0
    <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cb64ac5ec10034057bdf408d62e9608d4%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636747619265966449&amp;sdata=UVUPrho84N83EiOJWtPikK7OSroVdaNXSDGXZfPWh4c%3D&amp;reserved=0>*
    


Re: [Discuss] Start release process 0.9.3

Posted by Piotr Zarzycki <pi...@gmail.com>.
Ok It's failed :) However I passed step 3 in instruction. Step 4 is failing
[1] - if someone know what could it be - I will wait with reverting changes.

Lines in stacktrace are pointing in ant script to following targets:

Line 556: git-commit-and-push-utils
Line 487: git-commit-and-push-utils-if-modified
Line 473:

<exec executable="${git}" dir="${compiler}" failonerror="true" >
            <arg value="commit" />
            <arg value="-m" />
            <arg value="remove SNAPSHOT from compiler-jburg-types and
compiler-build-tools versions" />
        </exec>

[1] https://paste.apache.org/bg5e

Thanks,
Piotr


śr., 10 paź 2018 o 11:34 Carlos Rovira <ca...@apache.org> napisał(a):

> Ok Piotr, good luck! :)
>
> El mié., 10 oct. 2018 a las 10:34, Piotr Zarzycki (<
> piotrzarzycki21@gmail.com>) escribió:
>
> > Hi Guys,
> >
> > I will try right now process from my PC. We will see how far I will go
> with
> > that.
> >
> > Piotr
> >
> > czw., 4 paź 2018 o 22:01 Alex Harui <ah...@adobe.com.invalid>
> napisał(a):
> >
> > > Hi Om,
> > >
> > > If make_branches succeeds, then you shouldn't need to go back and
> delete
> > > branches and tags and run make_branches again if the "maven" step
> fails.
> > >
> > > You might need to revert any changes to the release branch that the
> > > "maven" step did, but then you should be able to delete the local copy
> of
> > > the branches and start again with "maven" or
> > > "maven_skip_compiler_and_typedefs" if you got all the way up to
> > royale-asjs.
> > >
> > > What are some of the 200+ files that don't get reverted back to 0.9.4?
> > >
> > > You are welcome to try to add the "continue" option.  I would suggest
> > > adding a dummy parameter.  So if the script currently calls Maven like
> > this:
> > >
> > >         <exec executable="${mvn}" dir="${basedir}/maven-release-plugin"
> > > failonerror="true" >
> > >             <arg value="clean" />
> > >             <arg value="install" />
> > >         </exec>
> > >
> > > You can try changing it to something like this:
> > >
> > >         <property name="continueOption" value="-Ddummy=0" />
> > >         <exec executable="${mvn}" dir="${basedir}/maven-release-plugin"
> > > failonerror="true" >
> > >             <arg value="${continueOption}" />
> > >             <arg value="clean" />
> > >             <arg value="install" />
> > >         </exec>
> > >
> > > Then you should be able to set in your local.properties:
> > >
> > > continueOption=-rf JewelExample
> > >
> > > You will probably need to use different names for each call to Maven so
> > > subsequent Maven calls don't pick up the same option.
> > >
> > > HTH,
> > > -Alex
> > >
> > > On 10/4/18, 11:58 AM, "OmPrakash Muppirala" <bi...@gmail.com>
> > wrote:
> > >
> > >     On Thu, Oct 4, 2018 at 1:48 AM Alex Harui <aharui@adobe.com.invalid
> >
> > > wrote:
> > >
> > >     > Om, it looks like you are still deleting and recreating the
> > branches.
> > >     > Does this mean you have never completed the make_branches step?
> > >
> > >
> > >     Yes, I delete the tags, branches (remote) each time something
> fails.
> > > Then
> > >     I do a global search for 0.9.5 and replace it with 0.9.4 (some 200+
> > > files
> > >     across 3 repos), then push them into remote/develop.
> > >
> > >     Then I do the make_branches step first.  Then do a git push in
> > > roayale-asjs
> > >     as per the instructions in the commandline. I have never had issues
> > > with
> > >     this step.  It is always the maven step that fails for some reason
> or
> > > the
> > >     other.
> > >
> > >
> > >     > Is make_branches failing trying to run a build in the develop
> > branch
> > > and
> > >     > uploading 0.9.5-SNAPSHOT artifacts?
> > >
> > >
> > >     No
> > >
> > >
> > >     > I supposed we could try to find a way to skip that, but you will
> > need
> > >     > reliable uploading to repository.a.o to be an RM without going
> > crazy.
> > >     >
> > >
> > >     Hmm, I use the same internet connection for personal and work
> related
> > >     activities.  I don't usually have issues with internet.  Either we
> > are
> > > very
> > >     unlucky here or we need a more reselient way to pick up things if
> we
> > > lose
> > >     internet connectivity momentarily.
> > >
> > >     It takes upwards of 90 minutes of uploading stuff. I dont do this
> > kind
> > > of
> > >     uploading for my regular work, so that is probably I have never hit
> > > this
> > >     issue before.
> > >
> > >     I still think that looking into the 'resume-from' directive in
> maven
> > is
> > >     worthwhile.
> > >
> > >     Thanks,
> > >     Om
> > >
> > >
> > >     >
> > >     > -Alex
> > >     >
> > >     > On 10/3/18, 2:11 PM, "OmPrakash Muppirala" <bigosmallm@gmail.com
> >
> > > wrote:
> > >     >
> > >     >     On Wed, Oct 3, 2018 at 2:02 PM Alex Harui
> > > <ah...@adobe.com.invalid>
> > >     > wrote:
> > >     >
> > >     >     > Hi Om,
> > >     >     >
> > >     >     > Does anything deploy, or is that the first thing that is
> > > attempted to
> > >     >     > deploy?  I found this article that might help:
> > >     >     >
> > >     >     >
> > >     >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.apigee.com%2Fquestions%2F50756%2Funable-to-deploy-using-maven-script-due-to-error-r.html&amp;data=02%7C01%7Caharui%40adobe.com%7Cdfbb3e1ff11a495826f208d62a2b6bc6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742763335512825&amp;sdata=%2FoE3nXrnwtRhz3IP%2F8i9DDnmkAcrhdrqo1v1kwVlcYI%3D&amp;reserved=0
> > >     >
> > >     >
> > >     >     It deployed a lot of artifacts before hitting this error.  I
> > > don't see
> > >     >     anything special with this artifact.  So, I am guessing that
> it
> > > was a
> > >     >     momentary bad connection that caused this.
> > >     >
> > >     >
> > >     >     >
> > >     >     >
> > >     >     > I would be concerned about restarting from the middle of a
> > > Maven
> > >     > call.  I
> > >     >     > suppose you could try it, but what if it skipped an
> artifact?
> > >     >     >
> > >     >
> > >     >     The maven error message explicitly says this:
> > >     >
> > >     >          [exec] [INFO] [ERROR] After correcting the problems, you
> > can
> > >     > resume
> > >     >     the build with the command
> > >     >
> > >     >          [exec] [INFO] [ERROR]   mvn <goals> -rf
> > >     >     :Jewel-Light-NoFlat-Primary-Sunflower-Theme
> > >     >
> > >     >
> > >     >     >
> > >     >     > There should be Ant targets for starting only on
> royale-asjs
> > if
> > >     >     > royale-compiler and royale=typedefs worked ok.
> > >     >     >
> > >     >     > HTH,
> > >     >     > -Alex
> > >     >     >
> > >     >     > On 10/3/18, 11:58 AM, "OmPrakash Muppirala" <
> > > bigosmallm@gmail.com>
> > >     > wrote:
> > >     >     >
> > >     >     >     Another suggestion I have is - can we do all the pushes
> > to
> > >     > remote after
> > >     >     >     everything is done locally?  That way, if something
> goes
> > > wrong
> > >     >     > halfway, we
> > >     >     >     can just delete the royale-* dirs locally and rerun the
> > >     >     > releasecandiate ant
> > >     >     >     script?
> > >     >     >
> > >     >     >     Not sure if this is an easy change?
> > >     >     >
> > >     >     >     Thanks,
> > >     >     >     Om
> > >     >     >
> > >     >     >     On Wed, Oct 3, 2018 at 11:42 AM OmPrakash Muppirala <
> > >     >     > bigosmallm@gmail.com>
> > >     >     >     wrote:
> > >     >     >
> > >     >     >     > Okay, I tried a couple of times and I have started
> > > getting
> > >     > `SSL peer
> > >     >     > shut
> > >     >     >     > down incorrectly errors`
> > >     >     >     >
> > >     >     >     >      [exec] [INFO] [INFO]
> > >     >     >     >
> > >     >     >
> > >     >
> > >
> ------------------------------------------------------------------------
> > >     >     >     >
> > >     >     >     >      [exec] [INFO] [INFO] BUILD FAILURE
> > >     >     >     >
> > >     >     >     >      [exec] [INFO] [INFO]
> > >     >     >     >
> > >     >     >
> > >     >
> > >
> ------------------------------------------------------------------------
> > >     >     >     >
> > >     >     >     >      [exec] [INFO] [INFO] Total time: 16:04 min
> > >     >     >     >
> > >     >     >     >      [exec] [INFO] [INFO] Finished at:
> > >     > 2018-10-03T11:38:49-07:00
> > >     >     >     >
> > >     >     >     >      [exec] [INFO] [INFO]
> > >     >     >     >
> > >     >     >
> > >     >
> > >
> ------------------------------------------------------------------------
> > >     >     >     >
> > >     >     >     >      [exec] [INFO] [ERROR] Failed to execute goal
> > >     >     >     >
> > org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
> > >     >     > (default-deploy)
> > >     >     >     > on project
> Jewel-Light-NoFlat-Primary-Sunflower-Theme:
> > > Failed
> > >     > to
> > >     >     > deploy
> > >     >     >     > artifacts: Could not transfer artifact
> > >     >     >     >
> > >     >     >
> > >     >
> > >
> >
> org.apache.royale.framework:Jewel-Light-NoFlat-Primary-Sunflower-Theme:swc:0.9.4
> > >     >     >     > from/to apache.releases.https (
> > >     >     >     >
> > >     >     >
> > >     >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fservice%2Flocal%2Fstaging%2Fdeploy%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7Cdfbb3e1ff11a495826f208d62a2b6bc6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742763335512825&amp;sdata=NhIPscsGICZmcES6Uqg2P6D4oQnFb3uTlGHwhG119s8%3D&amp;reserved=0
> > >     >     > ):
> > >     >     >     > Remote host closed connection during handshake: SSL
> > peer
> > > shut
> > >     > down
> > >     >     >     > incorrectly -> [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]
> > >     >     >     >
> > >     >     >
> > >     >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cdfbb3e1ff11a495826f208d62a2b6bc6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742763335512825&amp;sdata=oUpGoj6jSszsvSaO2fkOU7x74r4adJl6OieNJYNY8eg%3D&amp;reserved=0
> > >     >     >     >
> > >     >     >     >      [exec] [INFO] [ERROR]
> > >     >     >     >
> > >     >     >     >      [exec] [INFO] [ERROR] After correcting the
> > > problems, you
> > >     > can
> > >     >     > resume
> > >     >     >     > the build with the command
> > >     >     >     >
> > >     >     >     >      [exec] [INFO] [ERROR]   mvn <goals> -rf
> > >     >     >     > :Jewel-Light-NoFlat-Primary-Sunflower-Theme
> > >     >     >     >
> > >     >     >     >      [exec] [INFO]
> > >     >     >     >
> > >     >     >
> > >     >
> > >
> ------------------------------------------------------------------------
> > >     >     >     >
> > >     >     >     >
> > >     >     >     > I am guessing it is a bad internet connection.  I am
> > > wondering
> > >     > if we
> > >     >     > can
> > >     >     >     > pass a -rf (resume from) option to the maven call
> from
> > > ant?
> > >     >     > Otherwise
> > >     >     >     > doing all this from scratch everytime is a big pain.
> > >     >     >     >
> > >     >     >     > Thanks,
> > >     >     >     > Om
> > >     >     >     >
> > >     >     >     > On Wed, Oct 3, 2018 at 12:47 AM Alex Harui
> > >     > <aharui@adobe.com.invalid
> > >     >     > >
> > >     >     >     > wrote:
> > >     >     >     >
> > >     >     >     >> Looks like it was a missing [
> > >     >     >     >>
> > >     >     >     >> MXRoyale and SparkRoyale built for me.
> > >     >     >     >>
> > >     >     >     >> HTH,
> > >     >     >     >> -Alex
> > >     >     >     >>
> > >     >     >     >> On 10/3/18, 12:43 AM, "OmPrakash Muppirala" <
> > >     > bigosmallm@gmail.com>
> > >     >     >     >> wrote:
> > >     >     >     >>
> > >     >     >     >>     Thanks!
> > >     >     >     >>
> > >     >     >     >>     I reverted everything back to previous state.  I
> > > can give
> > >     > it a
> > >     >     > shot
> > >     >     >     >>     tomorrow evening.
> > >     >     >     >>
> > >     >     >     >>     Regards,
> > >     >     >     >>     Om
> > >     >     >     >>
> > >     >     >     >>     On Wed, Oct 3, 2018 at 12:41 AM Alex Harui
> > >     >     > <ah...@adobe.com.invalid>
> > >     >     >     >> wrote:
> > >     >     >     >>
> > >     >     >     >>     > It was in a releasable state.  TourDeFlex was
> > > running
> > >     > on it.
> > >     >     >     >>     >
> > >     >     >     >>     > I'm trying to track down the change that broke
> > it.
> > >     >     >     >>     >
> > >     >     >     >>     > -Alex
> > >     >     >     >>     >
> > >     >     >     >>     > On 10/3/18, 12:32 AM, "OmPrakash Muppirala" <
> > >     >     > bigosmallm@gmail.com>
> > >     >     >     >> wrote:
> > >     >     >     >>     >
> > >     >     >     >>     >     A bit more progress. Now we are failing on
> > the
> > >     > MXRoyale
> > >     >     > project:
> > >     >     >     >>     >
> > >     >     >     >>     >          [exec] [INFO] [INFO]
> > >     >     >     >>     >
> > >     >     >     >>     >
> > >     >     >     >>
> > >     >     >
> > >     >
> > >
> ------------------------------------------------------------------------
> > >     >     >     >>     >
> > >     >     >     >>     >          [exec] [INFO] [INFO] BUILD FAILURE
> > >     >     >     >>     >
> > >     >     >     >>     >          [exec] [INFO] [INFO]
> > >     >     >     >>     >
> > >     >     >     >>     >
> > >     >     >     >>
> > >     >     >
> > >     >
> > >
> ------------------------------------------------------------------------
> > >     >     >     >>     >
> > >     >     >     >>     >          [exec] [INFO] [INFO] Total time:
> 01:34
> > > min
> > >     >     >     >>     >
> > >     >     >     >>     >          [exec] [INFO] [INFO] Finished at:
> > >     >     > 2018-10-03T00:28:14-07:00
> > >     >     >     >>     >
> > >     >     >     >>     >          [exec] [INFO] [INFO]
> > >     >     >     >>     >
> > >     >     >     >>     >
> > >     >     >     >>
> > >     >     >
> > >     >
> > >
> ------------------------------------------------------------------------
> > >     >     >     >>     >
> > >     >     >     >>     >          [exec] [INFO] [ERROR] Failed to
> execute
> > > goal
> > >     >     >     >>     >
> > >     >     >
> > > org.apache.royale.compiler:royale-maven-plugin:0.9.4:compile-as
> > >     >     >     >>     >     (default-compile-as) on project MXRoyale:
> > > There were
> > >     >     > errors
> > >     >     >     >> during the
> > >     >     >     >>     >     build. Got return code 3 -> [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]
> > >     >     >     >>     >
> > >     >     >     >>     >
> > >     >     >     >>
> > >     >     >
> > >     >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cdfbb3e1ff11a495826f208d62a2b6bc6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742763335512825&amp;sdata=oUpGoj6jSszsvSaO2fkOU7x74r4adJl6OieNJYNY8eg%3D&amp;reserved=0
> > >     >     >     >>     >
> > >     >     >     >>     >          [exec] [INFO] [ERROR]
> > >     >     >     >>     >
> > >     >     >     >>     >          [exec] [INFO] [ERROR] After
> correcting
> > > the
> > >     > problems,
> > >     >     > you
> > >     >     >     >> can
> > >     >     >     >>     > resume
> > >     >     >     >>     >     the build with the command
> > >     >     >     >>     >
> > >     >     >     >>     >          [exec] [INFO] [ERROR]   mvn <goals>
> -rf
> > >     > :MXRoyale
> > >     >     >     >>     >
> > >     >     >     >>     >
> > >     >     >     >>     >     Can we perhaps turn this project off?  Is
> it
> > > in a
> > >     >     > releasable
> > >     >     >     >> state?
> > >     >     >     >>     >
> > >     >     >     >>     >     On Tue, Oct 2, 2018 at 7:30 PM OmPrakash
> > > Muppirala <
> > >     >     >     >>     > bigosmallm@gmail.com>
> > >     >     >     >>     >     wrote:
> > >     >     >     >>     >
> > >     >     >     >>     >     > I'm going to give this another shot in a
> > > couple of
> > >     >     > hours,
> > >     >     >     >> unless
> > >     >     >     >>     > there are
> > >     >     >     >>     >     > any objections.
> > >     >     >     >>     >     >
> > >     >     >     >>     >     > Thanks,
> > >     >     >     >>     >     > Om
> > >     >     >     >>     >     >
> > >     >     >     >>     >     > On Mon, Oct 1, 2018, 2:04 PM Alex Harui
> > >     >     >     >> <ah...@adobe.com.invalid>
> > >     >     >     >>     > wrote:
> > >     >     >     >>     >     >
> > >     >     >     >>     >     >> Jewel is mentioned in there.  I added
> > > mention of
> > >     > the
> > >     >     >     >> migration
> > >     >     >     >>     > components
> > >     >     >     >>     >     >> and tour de flex.  Not sure if I got
> the
> > >     > formatting
> > >     >     > right.
> > >     >     >     >> I think
> > >     >     >     >>     > it is
> > >     >     >     >>     >     >> good enough.
> > >     >     >     >>     >     >>
> > >     >     >     >>     >     >> -Alex
> > >     >     >     >>     >     >>
> > >     >     >     >>     >     >> On 10/1/18, 12:13 PM, "OmPrakash
> > > Muppirala" <
> > >     >     >     >> bigosmallm@gmail.com>
> > >     >     >     >>     >     >> wrote:
> > >     >     >     >>     >     >>
> > >     >     >     >>     >     >>     I updated it, although it looks a
> bit
> > > sparse
> > >     > now.
> > >     >     > Can
> > >     >     >     >> we list
> > >     >     >     >>     > a few
> > >     >     >     >>     >     >> major
> > >     >     >     >>     >     >>     highlights here, that I can go add
> to
> > > the
> > >     > release
> > >     >     > notes?
> > >     >     >     >>     >     >>     Jewel should at least have several
> > > updates.
> > >     >     >     >>     >     >>
> > >     >     >     >>     >     >>     Thanks,
> > >     >     >     >>     >     >>     Om
> > >     >     >     >>     >     >>
> > >     >     >     >>     >     >>     On Mon, Oct 1, 2018 at 12:09 PM
> Alex
> > > Harui
> > >     >     >     >>     > <ah...@adobe.com.invalid>
> > >     >     >     >>     >     >> wrote:
> > >     >     >     >>     >     >>
> > >     >     >     >>     >     >>     > Hey, I just noticed that nobody
> put
> > > a 0.9.4
> > >     >     > section in
> > >     >     >     >> the
> > >     >     >     >>     >     >> RELEASE_NOTES.
> > >     >     >     >>     >     >>     > Maybe just rename the 0.9.3
> > section?
> > >     >     >     >>     >     >>     >
> > >     >     >     >>     >     >>     > -Alex
> > >     >     >     >>     >     >>     >
> > >     >     >     >>     >     >>     > On 10/1/18, 12:07 PM, "OmPrakash
> > >     > Muppirala" <
> > >     >     >     >>     > bigosmallm@gmail.com>
> > >     >     >     >>     >     >> wrote:
> > >     >     >     >>     >     >>     >
> > >     >     >     >>     >     >>     >     Good catch!  I just pushed a
> > fix
> > > for
> > >     > that.
> > >     >     >     >>     >     >>     >
> > >     >     >     >>     >     >>     >     Thanks,
> > >     >     >     >>     >     >>     >     Om
> > >     >     >     >>     >     >>     >
> > >     >     >     >>     >     >>     >     On Mon, Oct 1, 2018 at 11:04
> AM
> > > Alex
> > >     > Harui
> > >     >     >     >>     >     >> <ah...@adobe.com.invalid>
> > >     >     >     >>     >     >>     > wrote:
> > >     >     >     >>     >     >>     >
> > >     >     >     >>     >     >>     >     > Om,
> > >     >     >     >>     >     >>     >     >
> > >     >     >     >>     >     >>     >     > I think the
> > > <tag>release/0.9.4</tag>
> > >     > in
> > >     >     >     >>     > royale-asjs/pom.xml
> > >     >     >     >>     >     >> needs to
> > >     >     >     >>     >     >>     > be
> > >     >     >     >>     >     >>     >     > reverted back to 0.9.3.
> > >     >     >     >>     >     >>     >     >
> > >     >     >     >>     >     >>     >     > Everything else looks ok
> from
> > > my
> > >     > quick
> > >     >     >     >> examination.
> > >     >     >     >>     >     >>     >     >
> > >     >     >     >>     >     >>     >     > Thanks and good luck,
> > >     >     >     >>     >     >>     >     > -Alex
> > >     >     >     >>     >     >>     >     >
> > >     >     >     >>     >     >>     >     > On 10/1/18, 10:29 AM,
> "Piotr
> > >     > Zarzycki" <
> > >     >     >     >>     >     >> piotrzarzycki21@gmail.com>
> > >     >     >     >>     >     >>     > wrote:
> > >     >     >     >>     >     >>     >     >
> > >     >     >     >>     >     >>     >     >     I saw your commit and I
> > > think you
> > >     >     > should be
> > >     >     >     >> ok.
> > >     >     >     >>     >     >>     >     >
> > >     >     >     >>     >     >>     >     >     pon., 1 paź 2018 o
> 19:21
> > >     > OmPrakash
> > >     >     > Muppirala
> > >     >     >     >> <
> > >     >     >     >>     >     >>     > bigosmallm@gmail.com>
> > >     >     >     >>     >     >>     >     >     napisał(a):
> > >     >     >     >>     >     >>     >     >
> > >     >     >     >>     >     >>     >     >     > Okay, I did the
> > > following to
> > >     > reset:
> > >     >     >     >>     >     >>     >     >     >
> > >     >     >     >>     >     >>     >     >     > For all three repos:
> > >     >     >     >>     >     >>     >     >     > * Reverted all
> > > references of
> > >     > 0.9.5
> > >     >     > to 0.9.4
> > >     >     >     >>     >     >>     >     >     > * Deleted 0.9.4-rc1
> tag
> > >     >     >     >>     >     >>     >     >     > * Deleted branch:
> > > release/0.9.4
> > >     >     >     >>     >     >>     >     >     >
> > >     >     >     >>     >     >>     >     >     > Can someone please
> make
> > > sure
> > >     > that we
> > >     >     > are
> > >     >     >     >> good
> > >     >     >     >>     > before
> > >     >     >     >>     >     >> starting
> > >     >     >     >>     >     >>     > work?
> > >     >     >     >>     >     >>     >     >     >
> > >     >     >     >>     >     >>     >     >     > Thanks,
> > >     >     >     >>     >     >>     >     >     > Om
> > >     >     >     >>     >     >>     >     >     >
> > >     >     >     >>     >     >>     >     >     > On Mon, Oct 1, 2018
> at
> > > 1:51 AM
> > >     > Carlos
> > >     >     >     >> Rovira <
> > >     >     >     >>     >     >>     >     > carlosrovira@apache.org>
> > >     >     >     >>     >     >>     >     >     > wrote:
> > >     >     >     >>     >     >>     >     >     >
> > >     >     >     >>     >     >>     >     >     > > Hi Om,
> > >     >     >     >>     >     >>     >     >     > > is related to flash
> > > player
> > >     >     > debugger not
> > >     >     >     >>     > launched? are
> > >     >     >     >>     >     >> you on
> > >     >     >     >>     >     >>     > Mac?
> > >     >     >     >>     >     >>     >     >     > > I think on Mac I
> have
> > > to
> > >     > make *.swf
> > >     >     >     >> files be
> > >     >     >     >>     > always
> > >     >     >     >>     >     >> opened
> > >     >     >     >>     >     >>     > by Flash
> > >     >     >     >>     >     >>     >     >     > Player
> > >     >     >     >>     >     >>     >     >     > > debugger.
> > >     >     >     >>     >     >>     >     >     > >
> > >     >     >     >>     >     >>     >     >     > > In the other hand,
> I
> > > need to
> > >     > commit
> > >     >     >     >> during the
> > >     >     >     >>     > day
> > >     >     >     >>     >     >> some
> > >     >     >     >>     >     >>     > fixes, one
> > >     >     >     >>     >     >>     >     > on
> > >     >     >     >>     >     >>     >     >     > > typedefs and expect
> > > more on
> > >     >     > compiler. So
> > >     >     >     >> if you
> > >     >     >     >>     > plan
> > >     >     >     >>     >     >> to try
> > >     >     >     >>     >     >>     > again
> > >     >     >     >>     >     >>     >     > some
> > >     >     >     >>     >     >>     >     >     > > hours ago, please,
> > > remove the
> > >     >     > commits to
> > >     >     >     >> left
> > >     >     >     >>     > the
> > >     >     >     >>     >     >> repos so
> > >     >     >     >>     >     >>     > we can
> > >     >     >     >>     >     >>     >     > commit
> > >     >     >     >>     >     >>     >     >     > > new work
> > >     >     >     >>     >     >>     >     >     > >
> > >     >     >     >>     >     >>     >     >     > > thanks!
> > >     >     >     >>     >     >>     >     >     > >
> > >     >     >     >>     >     >>     >     >     > > Carlos
> > >     >     >     >>     >     >>     >     >     > >
> > >     >     >     >>     >     >>     >     >     > >
> > >     >     >     >>     >     >>     >     >     > >
> > >     >     >     >>     >     >>     >     >     > >
> > >     >     >     >>     >     >>     >     >     > >
> > >     >     >     >>     >     >>     >     >     > > El lun., 1 oct.
> 2018
> > a
> > > las
> > >     > 10:29,
> > >     >     >     >> OmPrakash
> > >     >     >     >>     > Muppirala
> > >     >     >     >>     >     >> (<
> > >     >     >     >>     >     >>     >     >     > >
> bigosmallm@gmail.com
> > >)
> > >     >     >     >>     >     >>     >     >     > > escribió:
> > >     >     >     >>     >     >>     >     >     > >
> > >     >     >     >>     >     >>     >     >     > > > I provided path
> to
> > > Chrome
> > >     > via
> > >     >     >     >> -Dbrowser, but
> > >     >     >     >>     > I got
> > >     >     >     >>     >     >> an
> > >     >     >     >>     >     >>     > error that
> > >     >     >     >>     >     >>     >     > ant
> > >     >     >     >>     >     >>     >     >     > was
> > >     >     >     >>     >     >>     >     >     > > > not able to
> access
> > > the
> > >     >     > application.
> > >     >     >     >>     >     >>     >     >     > > > So, I tried
> > > installing
> > >     > firefox
> > >     >     > and that
> > >     >     >     >>     > seemed to
> > >     >     >     >>     >     >> work.
> > >     >     >     >>     >     >>     >     >     > > >
> > >     >     >     >>     >     >>     >     >     > > > On Mon, Oct 1,
> 2018
> > > at
> > >     > 1:26 AM
> > >     >     > Piotr
> > >     >     >     >> Zarzycki
> > >     >     >     >>     > <
> > >     >     >     >>     >     >>     >     >     >
> > > piotrzarzycki21@gmail.com
> > >     >     >     >>     >     >>     >     >     > > >
> > >     >     >     >>     >     >>     >     >     > > > wrote:
> > >     >     >     >>     >     >>     >     >     > > >
> > >     >     >     >>     >     >>     >     >     > > > > Hi Om,
> > >     >     >     >>     >     >>     >     >     > > > >
> > >     >     >     >>     >     >>     >     >     > > > > You did use
> > > Firefox for
> > >     > that
> > >     >     > purpose
> > >     >     >     >> ? I
> > >     >     >     >>     > had to
> > >     >     >     >>     >     >> specify
> > >     >     >     >>     >     >>     >     >     > -Dbrowser=path
> > >     >     >     >>     >     >>     >     >     > > to
> > >     >     >     >>     >     >>     >     >     > > > > firefox.exe
> > >     >     >     >>     >     >>     >     >     > > > >
> > >     >     >     >>     >     >>     >     >     > > > > Thanks,
> > >     >     >     >>     >     >>     >     >     > > > > Piotr
> > >     >     >     >>     >     >>     >     >     > > > >
> > >     >     >     >>     >     >>     >     >     > > > > pon., 1 paź
> 2018
> > o
> > > 10:22
> > >     >     > OmPrakash
> > >     >     >     >>     > Muppirala <
> > >     >     >     >>     >     >>     >     > bigosmallm@gmail.com>
> > >     >     >     >>     >     >>     >     >     > > > > napisał(a):
> > >     >     >     >>     >     >>     >     >     > > > >
> > >     >     >     >>     >     >>     >     >     > > > > > Okay, I made
> > > several
> > >     > attempts
> > >     >     >     >> through the
> > >     >     >     >>     > day,
> > >     >     >     >>     >     >> making
> > >     >     >     >>     >     >>     >     > progress each
> > >     >     >     >>     >     >>     >     >     > > > time.
> > >     >     >     >>     >     >>     >     >     > > > > >  The last run
> > > failed
> > >     > because
> > >     >     > the
> > >     >     >     >> browser
> > >     >     >     >>     > could
> > >     >     >     >>     >     >> not be
> > >     >     >     >>     >     >>     >     > launched.
> > >     >     >     >>     >     >>     >     >     > > > > > I am going to
> > > pause on
> > >     > this
> > >     >     > and
> > >     >     >     >> try again
> > >     >     >     >>     >     >> tomorrow (or
> > >     >     >     >>     >     >>     >     > later) . If
> > >     >     >     >>     >     >>     >     >     > > > > someone
> > >     >     >     >>     >     >>     >     >     > > > > > else wants to
> > > give
> > >     > this a go
> > >     >     > in the
> > >     >     >     >>     > meantimne,
> > >     >     >     >>     >     >> they are
> > >     >     >     >>     >     >>     >     > welcome :-)
> > >     >     >     >>     >     >>     >     >     > > > > >
> > >     >     >     >>     >     >>     >     >     > > > > > Thanks,
> > >     >     >     >>     >     >>     >     >     > > > > > Om
> > >     >     >     >>     >     >>     >     >     > > > > >
> > >     >     >     >>     >     >>     >     >     > > > > > On Mon, Oct
> 1,
> > > 2018 at
> > >     > 12:22
> > >     >     > AM
> > >     >     >     >> Carlos
> > >     >     >     >>     > Rovira <
> > >     >     >     >>     >     >>     >     >     > >
> > > carlosrovira@apache.org
> > >     >     >     >>     >     >>     >     >     > > > >
> > >     >     >     >>     >     >>     >     >     > > > > > wrote:
> > >     >     >     >>     >     >>     >     >     > > > > >
> > >     >     >     >>     >     >>     >     >     > > > > > > Hi Om,
> > >     >     >     >>     >     >>     >     >     > > > > > > no,  I
> > Thought
> > > this
> > >     > was
> > >     >     > due to
> > >     >     >     >> different
> > >     >     >     >>     >     >> tries of the
> > >     >     >     >>     >     >>     >     > release
> > >     >     >     >>     >     >>     >     >     > > process
> > >     >     >     >>     >     >>     >     >     > > > > but
> > >     >     >     >>     >     >>     >     >     > > > > > > most of the
> > > poms are
> > >     > in
> > >     >     >     >> 0.9.6-SNAPSHOT.
> > >     >     >     >>     >     >>     >     >     > > > > > > You can
> > search
> > > the
> > >     > entire
> > >     >     > repo
> > >     >     >     >> for
> > >     >     >     >>     >     >> "0.9.X-SNAPSHOT"
> > >     >     >     >>     >     >>     > string
> > >     >     >     >>     >     >>     >     > to see
> > >     >     >     >>     >     >>     >     >     > > > that
> > >     >     >     >>     >     >>     >     >     > > > > > now
> > >     >     >     >>     >     >>     >     >     > > > > > > X is 6.
> > >     >     >     >>     >     >>     >     >     > > > > > >
> > >     >     >     >>     >     >>     >     >     > > > > > > thanks
> > >     >     >     >>     >     >>     >     >     > > > > > >
> > >     >     >     >>     >     >>     >     >     > > > > > > El lun., 1
> > > oct. 2018
> > >     > a las
> > >     >     > 2:07,
> > >     >     >     >>     > OmPrakash
> > >     >     >     >>     >     >> Muppirala
> > >     >     >     >>     >     >>     > (<
> > >     >     >     >>     >     >>     >     >     > > > > > >
> > > bigosmallm@gmail.com
> > >     > >)
> > >     >     >     >>     >     >>     >     >     > > > > > > escribió:
> > >     >     >     >>     >     >>     >     >     > > > > > >
> > >     >     >     >>     >     >>     >     >     > > > > > > > On Sun,
> Sep
> > > 30,
> > >     > 2018,
> > >     >     > 2:13 PM
> > >     >     >     >> Carlos
> > >     >     >     >>     > Rovira
> > >     >     >     >>     >     >> <
> > >     >     >     >>     >     >>     >     >     > > >
> > > carlosrovira@apache.org
> > >     >     >     >>     >     >>     >     >     > > > > >
> > >     >     >     >>     >     >>     >     >     > > > > > > > wrote:
> > >     >     >     >>     >     >>     >     >     > > > > > > >
> > >     >     >     >>     >     >>     >     >     > > > > > > > > Hi Om,
> > >     >     >     >>     >     >>     >     >     > > > > > > > > just
> saw
> > > that
> > >     > some
> > >     >     > poms was
> > >     >     >     >> not
> > >     >     >     >>     > changed to
> > >     >     >     >>     >     >>     >     > 0.9.6-SNAPSHOT.
> > >     >     >     >>     >     >>     >     >     > > > > > > > >
> > >     >     >     >>     >     >>     >     >     > > > > > > >
> > >     >     >     >>     >     >>     >     >     > > > > > > > Do you
> mean
> > >     >     > 0.9.4-SNAPSHOT?
> > >     >     >     >>     >     >>     >     >     > > > > > > >
> > >     >     >     >>     >     >>     >     >     > > > > > > > Thanks,
> > >     >     >     >>     >     >>     >     >     > > > > > > > Om
> > >     >     >     >>     >     >>     >     >     > > > > > > >
> > >     >     >     >>     >     >>     >     >     > > > > > > >
> > >     >     >     >>     >     >>     >     >     > > > > > > >
> > >     >     >     >>     >     >>     >     >     > > > > > > > I think
> > that
> > >     > should be
> > >     >     > fixed
> > >     >     >     >> and get a
> > >     >     >     >>     >     >> prepare
> > >     >     >     >>     >     >>     > maven
> > >     >     >     >>     >     >>     >     > release
> > >     >     >     >>     >     >>     >     >     > > > process
> > >     >     >     >>     >     >>     >     >     > > > > > that
> > >     >     >     >>     >     >>     >     >     > > > > > > > > could
> > > finaly
> > >     > gets all
> > >     >     > poms
> > >     >     >     >> updated
> > >     >     >     >>     > to new
> > >     >     >     >>     >     >>     > version.
> > >     >     >     >>     >     >>     >     >     > > > > > > > > Don't
> > know
> > > if
> > >     > that
> > >     >     > could be
> > >     >     >     >> the
> > >     >     >     >>     > problem.
> > >     >     >     >>     >     >> Can you
> > >     >     >     >>     >     >>     > try
> > >     >     >     >>     >     >>     >     > again?
> > >     >     >     >>     >     >>     >     >     > > > > > > > > thanks
> > >     >     >     >>     >     >>     >     >     > > > > > > > >
> > >     >     >     >>     >     >>     >     >     > > > > > > > > El
> dom.,
> > 30
> > >     > sept. 2018
> > >     >     > a las
> > >     >     >     >> 21:32,
> > >     >     >     >>     >     >> OmPrakash
> > >     >     >     >>     >     >>     >     > Muppirala (<
> > >     >     >     >>     >     >>



-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: [Discuss] Start release process 0.9.3

Posted by Carlos Rovira <ca...@apache.org>.
Ok Piotr, good luck! :)

El mié., 10 oct. 2018 a las 10:34, Piotr Zarzycki (<
piotrzarzycki21@gmail.com>) escribió:

> Hi Guys,
>
> I will try right now process from my PC. We will see how far I will go with
> that.
>
> Piotr
>
> czw., 4 paź 2018 o 22:01 Alex Harui <ah...@adobe.com.invalid> napisał(a):
>
> > Hi Om,
> >
> > If make_branches succeeds, then you shouldn't need to go back and delete
> > branches and tags and run make_branches again if the "maven" step fails.
> >
> > You might need to revert any changes to the release branch that the
> > "maven" step did, but then you should be able to delete the local copy of
> > the branches and start again with "maven" or
> > "maven_skip_compiler_and_typedefs" if you got all the way up to
> royale-asjs.
> >
> > What are some of the 200+ files that don't get reverted back to 0.9.4?
> >
> > You are welcome to try to add the "continue" option.  I would suggest
> > adding a dummy parameter.  So if the script currently calls Maven like
> this:
> >
> >         <exec executable="${mvn}" dir="${basedir}/maven-release-plugin"
> > failonerror="true" >
> >             <arg value="clean" />
> >             <arg value="install" />
> >         </exec>
> >
> > You can try changing it to something like this:
> >
> >         <property name="continueOption" value="-Ddummy=0" />
> >         <exec executable="${mvn}" dir="${basedir}/maven-release-plugin"
> > failonerror="true" >
> >             <arg value="${continueOption}" />
> >             <arg value="clean" />
> >             <arg value="install" />
> >         </exec>
> >
> > Then you should be able to set in your local.properties:
> >
> > continueOption=-rf JewelExample
> >
> > You will probably need to use different names for each call to Maven so
> > subsequent Maven calls don't pick up the same option.
> >
> > HTH,
> > -Alex
> >
> > On 10/4/18, 11:58 AM, "OmPrakash Muppirala" <bi...@gmail.com>
> wrote:
> >
> >     On Thu, Oct 4, 2018 at 1:48 AM Alex Harui <ah...@adobe.com.invalid>
> > wrote:
> >
> >     > Om, it looks like you are still deleting and recreating the
> branches.
> >     > Does this mean you have never completed the make_branches step?
> >
> >
> >     Yes, I delete the tags, branches (remote) each time something fails.
> > Then
> >     I do a global search for 0.9.5 and replace it with 0.9.4 (some 200+
> > files
> >     across 3 repos), then push them into remote/develop.
> >
> >     Then I do the make_branches step first.  Then do a git push in
> > roayale-asjs
> >     as per the instructions in the commandline. I have never had issues
> > with
> >     this step.  It is always the maven step that fails for some reason or
> > the
> >     other.
> >
> >
> >     > Is make_branches failing trying to run a build in the develop
> branch
> > and
> >     > uploading 0.9.5-SNAPSHOT artifacts?
> >
> >
> >     No
> >
> >
> >     > I supposed we could try to find a way to skip that, but you will
> need
> >     > reliable uploading to repository.a.o to be an RM without going
> crazy.
> >     >
> >
> >     Hmm, I use the same internet connection for personal and work related
> >     activities.  I don't usually have issues with internet.  Either we
> are
> > very
> >     unlucky here or we need a more reselient way to pick up things if we
> > lose
> >     internet connectivity momentarily.
> >
> >     It takes upwards of 90 minutes of uploading stuff. I dont do this
> kind
> > of
> >     uploading for my regular work, so that is probably I have never hit
> > this
> >     issue before.
> >
> >     I still think that looking into the 'resume-from' directive in maven
> is
> >     worthwhile.
> >
> >     Thanks,
> >     Om
> >
> >
> >     >
> >     > -Alex
> >     >
> >     > On 10/3/18, 2:11 PM, "OmPrakash Muppirala" <bi...@gmail.com>
> > wrote:
> >     >
> >     >     On Wed, Oct 3, 2018 at 2:02 PM Alex Harui
> > <ah...@adobe.com.invalid>
> >     > wrote:
> >     >
> >     >     > Hi Om,
> >     >     >
> >     >     > Does anything deploy, or is that the first thing that is
> > attempted to
> >     >     > deploy?  I found this article that might help:
> >     >     >
> >     >     >
> >     >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.apigee.com%2Fquestions%2F50756%2Funable-to-deploy-using-maven-script-due-to-error-r.html&amp;data=02%7C01%7Caharui%40adobe.com%7Cdfbb3e1ff11a495826f208d62a2b6bc6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742763335512825&amp;sdata=%2FoE3nXrnwtRhz3IP%2F8i9DDnmkAcrhdrqo1v1kwVlcYI%3D&amp;reserved=0
> >     >
> >     >
> >     >     It deployed a lot of artifacts before hitting this error.  I
> > don't see
> >     >     anything special with this artifact.  So, I am guessing that it
> > was a
> >     >     momentary bad connection that caused this.
> >     >
> >     >
> >     >     >
> >     >     >
> >     >     > I would be concerned about restarting from the middle of a
> > Maven
> >     > call.  I
> >     >     > suppose you could try it, but what if it skipped an artifact?
> >     >     >
> >     >
> >     >     The maven error message explicitly says this:
> >     >
> >     >          [exec] [INFO] [ERROR] After correcting the problems, you
> can
> >     > resume
> >     >     the build with the command
> >     >
> >     >          [exec] [INFO] [ERROR]   mvn <goals> -rf
> >     >     :Jewel-Light-NoFlat-Primary-Sunflower-Theme
> >     >
> >     >
> >     >     >
> >     >     > There should be Ant targets for starting only on royale-asjs
> if
> >     >     > royale-compiler and royale=typedefs worked ok.
> >     >     >
> >     >     > HTH,
> >     >     > -Alex
> >     >     >
> >     >     > On 10/3/18, 11:58 AM, "OmPrakash Muppirala" <
> > bigosmallm@gmail.com>
> >     > wrote:
> >     >     >
> >     >     >     Another suggestion I have is - can we do all the pushes
> to
> >     > remote after
> >     >     >     everything is done locally?  That way, if something goes
> > wrong
> >     >     > halfway, we
> >     >     >     can just delete the royale-* dirs locally and rerun the
> >     >     > releasecandiate ant
> >     >     >     script?
> >     >     >
> >     >     >     Not sure if this is an easy change?
> >     >     >
> >     >     >     Thanks,
> >     >     >     Om
> >     >     >
> >     >     >     On Wed, Oct 3, 2018 at 11:42 AM OmPrakash Muppirala <
> >     >     > bigosmallm@gmail.com>
> >     >     >     wrote:
> >     >     >
> >     >     >     > Okay, I tried a couple of times and I have started
> > getting
> >     > `SSL peer
> >     >     > shut
> >     >     >     > down incorrectly errors`
> >     >     >     >
> >     >     >     >      [exec] [INFO] [INFO]
> >     >     >     >
> >     >     >
> >     >
> > ------------------------------------------------------------------------
> >     >     >     >
> >     >     >     >      [exec] [INFO] [INFO] BUILD FAILURE
> >     >     >     >
> >     >     >     >      [exec] [INFO] [INFO]
> >     >     >     >
> >     >     >
> >     >
> > ------------------------------------------------------------------------
> >     >     >     >
> >     >     >     >      [exec] [INFO] [INFO] Total time: 16:04 min
> >     >     >     >
> >     >     >     >      [exec] [INFO] [INFO] Finished at:
> >     > 2018-10-03T11:38:49-07:00
> >     >     >     >
> >     >     >     >      [exec] [INFO] [INFO]
> >     >     >     >
> >     >     >
> >     >
> > ------------------------------------------------------------------------
> >     >     >     >
> >     >     >     >      [exec] [INFO] [ERROR] Failed to execute goal
> >     >     >     >
> org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
> >     >     > (default-deploy)
> >     >     >     > on project Jewel-Light-NoFlat-Primary-Sunflower-Theme:
> > Failed
> >     > to
> >     >     > deploy
> >     >     >     > artifacts: Could not transfer artifact
> >     >     >     >
> >     >     >
> >     >
> >
> org.apache.royale.framework:Jewel-Light-NoFlat-Primary-Sunflower-Theme:swc:0.9.4
> >     >     >     > from/to apache.releases.https (
> >     >     >     >
> >     >     >
> >     >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fservice%2Flocal%2Fstaging%2Fdeploy%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7Cdfbb3e1ff11a495826f208d62a2b6bc6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742763335512825&amp;sdata=NhIPscsGICZmcES6Uqg2P6D4oQnFb3uTlGHwhG119s8%3D&amp;reserved=0
> >     >     > ):
> >     >     >     > Remote host closed connection during handshake: SSL
> peer
> > shut
> >     > down
> >     >     >     > incorrectly -> [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]
> >     >     >     >
> >     >     >
> >     >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cdfbb3e1ff11a495826f208d62a2b6bc6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742763335512825&amp;sdata=oUpGoj6jSszsvSaO2fkOU7x74r4adJl6OieNJYNY8eg%3D&amp;reserved=0
> >     >     >     >
> >     >     >     >      [exec] [INFO] [ERROR]
> >     >     >     >
> >     >     >     >      [exec] [INFO] [ERROR] After correcting the
> > problems, you
> >     > can
> >     >     > resume
> >     >     >     > the build with the command
> >     >     >     >
> >     >     >     >      [exec] [INFO] [ERROR]   mvn <goals> -rf
> >     >     >     > :Jewel-Light-NoFlat-Primary-Sunflower-Theme
> >     >     >     >
> >     >     >     >      [exec] [INFO]
> >     >     >     >
> >     >     >
> >     >
> > ------------------------------------------------------------------------
> >     >     >     >
> >     >     >     >
> >     >     >     > I am guessing it is a bad internet connection.  I am
> > wondering
> >     > if we
> >     >     > can
> >     >     >     > pass a -rf (resume from) option to the maven call from
> > ant?
> >     >     > Otherwise
> >     >     >     > doing all this from scratch everytime is a big pain.
> >     >     >     >
> >     >     >     > Thanks,
> >     >     >     > Om
> >     >     >     >
> >     >     >     > On Wed, Oct 3, 2018 at 12:47 AM Alex Harui
> >     > <aharui@adobe.com.invalid
> >     >     > >
> >     >     >     > wrote:
> >     >     >     >
> >     >     >     >> Looks like it was a missing [
> >     >     >     >>
> >     >     >     >> MXRoyale and SparkRoyale built for me.
> >     >     >     >>
> >     >     >     >> HTH,
> >     >     >     >> -Alex
> >     >     >     >>
> >     >     >     >> On 10/3/18, 12:43 AM, "OmPrakash Muppirala" <
> >     > bigosmallm@gmail.com>
> >     >     >     >> wrote:
> >     >     >     >>
> >     >     >     >>     Thanks!
> >     >     >     >>
> >     >     >     >>     I reverted everything back to previous state.  I
> > can give
> >     > it a
> >     >     > shot
> >     >     >     >>     tomorrow evening.
> >     >     >     >>
> >     >     >     >>     Regards,
> >     >     >     >>     Om
> >     >     >     >>
> >     >     >     >>     On Wed, Oct 3, 2018 at 12:41 AM Alex Harui
> >     >     > <ah...@adobe.com.invalid>
> >     >     >     >> wrote:
> >     >     >     >>
> >     >     >     >>     > It was in a releasable state.  TourDeFlex was
> > running
> >     > on it.
> >     >     >     >>     >
> >     >     >     >>     > I'm trying to track down the change that broke
> it.
> >     >     >     >>     >
> >     >     >     >>     > -Alex
> >     >     >     >>     >
> >     >     >     >>     > On 10/3/18, 12:32 AM, "OmPrakash Muppirala" <
> >     >     > bigosmallm@gmail.com>
> >     >     >     >> wrote:
> >     >     >     >>     >
> >     >     >     >>     >     A bit more progress. Now we are failing on
> the
> >     > MXRoyale
> >     >     > project:
> >     >     >     >>     >
> >     >     >     >>     >          [exec] [INFO] [INFO]
> >     >     >     >>     >
> >     >     >     >>     >
> >     >     >     >>
> >     >     >
> >     >
> > ------------------------------------------------------------------------
> >     >     >     >>     >
> >     >     >     >>     >          [exec] [INFO] [INFO] BUILD FAILURE
> >     >     >     >>     >
> >     >     >     >>     >          [exec] [INFO] [INFO]
> >     >     >     >>     >
> >     >     >     >>     >
> >     >     >     >>
> >     >     >
> >     >
> > ------------------------------------------------------------------------
> >     >     >     >>     >
> >     >     >     >>     >          [exec] [INFO] [INFO] Total time: 01:34
> > min
> >     >     >     >>     >
> >     >     >     >>     >          [exec] [INFO] [INFO] Finished at:
> >     >     > 2018-10-03T00:28:14-07:00
> >     >     >     >>     >
> >     >     >     >>     >          [exec] [INFO] [INFO]
> >     >     >     >>     >
> >     >     >     >>     >
> >     >     >     >>
> >     >     >
> >     >
> > ------------------------------------------------------------------------
> >     >     >     >>     >
> >     >     >     >>     >          [exec] [INFO] [ERROR] Failed to execute
> > goal
> >     >     >     >>     >
> >     >     >
> > org.apache.royale.compiler:royale-maven-plugin:0.9.4:compile-as
> >     >     >     >>     >     (default-compile-as) on project MXRoyale:
> > There were
> >     >     > errors
> >     >     >     >> during the
> >     >     >     >>     >     build. Got return code 3 -> [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]
> >     >     >     >>     >
> >     >     >     >>     >
> >     >     >     >>
> >     >     >
> >     >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cdfbb3e1ff11a495826f208d62a2b6bc6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742763335512825&amp;sdata=oUpGoj6jSszsvSaO2fkOU7x74r4adJl6OieNJYNY8eg%3D&amp;reserved=0
> >     >     >     >>     >
> >     >     >     >>     >          [exec] [INFO] [ERROR]
> >     >     >     >>     >
> >     >     >     >>     >          [exec] [INFO] [ERROR] After correcting
> > the
> >     > problems,
> >     >     > you
> >     >     >     >> can
> >     >     >     >>     > resume
> >     >     >     >>     >     the build with the command
> >     >     >     >>     >
> >     >     >     >>     >          [exec] [INFO] [ERROR]   mvn <goals> -rf
> >     > :MXRoyale
> >     >     >     >>     >
> >     >     >     >>     >
> >     >     >     >>     >     Can we perhaps turn this project off?  Is it
> > in a
> >     >     > releasable
> >     >     >     >> state?
> >     >     >     >>     >
> >     >     >     >>     >     On Tue, Oct 2, 2018 at 7:30 PM OmPrakash
> > Muppirala <
> >     >     >     >>     > bigosmallm@gmail.com>
> >     >     >     >>     >     wrote:
> >     >     >     >>     >
> >     >     >     >>     >     > I'm going to give this another shot in a
> > couple of
> >     >     > hours,
> >     >     >     >> unless
> >     >     >     >>     > there are
> >     >     >     >>     >     > any objections.
> >     >     >     >>     >     >
> >     >     >     >>     >     > Thanks,
> >     >     >     >>     >     > Om
> >     >     >     >>     >     >
> >     >     >     >>     >     > On Mon, Oct 1, 2018, 2:04 PM Alex Harui
> >     >     >     >> <ah...@adobe.com.invalid>
> >     >     >     >>     > wrote:
> >     >     >     >>     >     >
> >     >     >     >>     >     >> Jewel is mentioned in there.  I added
> > mention of
> >     > the
> >     >     >     >> migration
> >     >     >     >>     > components
> >     >     >     >>     >     >> and tour de flex.  Not sure if I got the
> >     > formatting
> >     >     > right.
> >     >     >     >> I think
> >     >     >     >>     > it is
> >     >     >     >>     >     >> good enough.
> >     >     >     >>     >     >>
> >     >     >     >>     >     >> -Alex
> >     >     >     >>     >     >>
> >     >     >     >>     >     >> On 10/1/18, 12:13 PM, "OmPrakash
> > Muppirala" <
> >     >     >     >> bigosmallm@gmail.com>
> >     >     >     >>     >     >> wrote:
> >     >     >     >>     >     >>
> >     >     >     >>     >     >>     I updated it, although it looks a bit
> > sparse
> >     > now.
> >     >     > Can
> >     >     >     >> we list
> >     >     >     >>     > a few
> >     >     >     >>     >     >> major
> >     >     >     >>     >     >>     highlights here, that I can go add to
> > the
> >     > release
> >     >     > notes?
> >     >     >     >>     >     >>     Jewel should at least have several
> > updates.
> >     >     >     >>     >     >>
> >     >     >     >>     >     >>     Thanks,
> >     >     >     >>     >     >>     Om
> >     >     >     >>     >     >>
> >     >     >     >>     >     >>     On Mon, Oct 1, 2018 at 12:09 PM Alex
> > Harui
> >     >     >     >>     > <ah...@adobe.com.invalid>
> >     >     >     >>     >     >> wrote:
> >     >     >     >>     >     >>
> >     >     >     >>     >     >>     > Hey, I just noticed that nobody put
> > a 0.9.4
> >     >     > section in
> >     >     >     >> the
> >     >     >     >>     >     >> RELEASE_NOTES.
> >     >     >     >>     >     >>     > Maybe just rename the 0.9.3
> section?
> >     >     >     >>     >     >>     >
> >     >     >     >>     >     >>     > -Alex
> >     >     >     >>     >     >>     >
> >     >     >     >>     >     >>     > On 10/1/18, 12:07 PM, "OmPrakash
> >     > Muppirala" <
> >     >     >     >>     > bigosmallm@gmail.com>
> >     >     >     >>     >     >> wrote:
> >     >     >     >>     >     >>     >
> >     >     >     >>     >     >>     >     Good catch!  I just pushed a
> fix
> > for
> >     > that.
> >     >     >     >>     >     >>     >
> >     >     >     >>     >     >>     >     Thanks,
> >     >     >     >>     >     >>     >     Om
> >     >     >     >>     >     >>     >
> >     >     >     >>     >     >>     >     On Mon, Oct 1, 2018 at 11:04 AM
> > Alex
> >     > Harui
> >     >     >     >>     >     >> <ah...@adobe.com.invalid>
> >     >     >     >>     >     >>     > wrote:
> >     >     >     >>     >     >>     >
> >     >     >     >>     >     >>     >     > Om,
> >     >     >     >>     >     >>     >     >
> >     >     >     >>     >     >>     >     > I think the
> > <tag>release/0.9.4</tag>
> >     > in
> >     >     >     >>     > royale-asjs/pom.xml
> >     >     >     >>     >     >> needs to
> >     >     >     >>     >     >>     > be
> >     >     >     >>     >     >>     >     > reverted back to 0.9.3.
> >     >     >     >>     >     >>     >     >
> >     >     >     >>     >     >>     >     > Everything else looks ok from
> > my
> >     > quick
> >     >     >     >> examination.
> >     >     >     >>     >     >>     >     >
> >     >     >     >>     >     >>     >     > Thanks and good luck,
> >     >     >     >>     >     >>     >     > -Alex
> >     >     >     >>     >     >>     >     >
> >     >     >     >>     >     >>     >     > On 10/1/18, 10:29 AM, "Piotr
> >     > Zarzycki" <
> >     >     >     >>     >     >> piotrzarzycki21@gmail.com>
> >     >     >     >>     >     >>     > wrote:
> >     >     >     >>     >     >>     >     >
> >     >     >     >>     >     >>     >     >     I saw your commit and I
> > think you
> >     >     > should be
> >     >     >     >> ok.
> >     >     >     >>     >     >>     >     >
> >     >     >     >>     >     >>     >     >     pon., 1 paź 2018 o 19:21
> >     > OmPrakash
> >     >     > Muppirala
> >     >     >     >> <
> >     >     >     >>     >     >>     > bigosmallm@gmail.com>
> >     >     >     >>     >     >>     >     >     napisał(a):
> >     >     >     >>     >     >>     >     >
> >     >     >     >>     >     >>     >     >     > Okay, I did the
> > following to
> >     > reset:
> >     >     >     >>     >     >>     >     >     >
> >     >     >     >>     >     >>     >     >     > For all three repos:
> >     >     >     >>     >     >>     >     >     > * Reverted all
> > references of
> >     > 0.9.5
> >     >     > to 0.9.4
> >     >     >     >>     >     >>     >     >     > * Deleted 0.9.4-rc1 tag
> >     >     >     >>     >     >>     >     >     > * Deleted branch:
> > release/0.9.4
> >     >     >     >>     >     >>     >     >     >
> >     >     >     >>     >     >>     >     >     > Can someone please make
> > sure
> >     > that we
> >     >     > are
> >     >     >     >> good
> >     >     >     >>     > before
> >     >     >     >>     >     >> starting
> >     >     >     >>     >     >>     > work?
> >     >     >     >>     >     >>     >     >     >
> >     >     >     >>     >     >>     >     >     > Thanks,
> >     >     >     >>     >     >>     >     >     > Om
> >     >     >     >>     >     >>     >     >     >
> >     >     >     >>     >     >>     >     >     > On Mon, Oct 1, 2018 at
> > 1:51 AM
> >     > Carlos
> >     >     >     >> Rovira <
> >     >     >     >>     >     >>     >     > carlosrovira@apache.org>
> >     >     >     >>     >     >>     >     >     > wrote:
> >     >     >     >>     >     >>     >     >     >
> >     >     >     >>     >     >>     >     >     > > Hi Om,
> >     >     >     >>     >     >>     >     >     > > is related to flash
> > player
> >     >     > debugger not
> >     >     >     >>     > launched? are
> >     >     >     >>     >     >> you on
> >     >     >     >>     >     >>     > Mac?
> >     >     >     >>     >     >>     >     >     > > I think on Mac I have
> > to
> >     > make *.swf
> >     >     >     >> files be
> >     >     >     >>     > always
> >     >     >     >>     >     >> opened
> >     >     >     >>     >     >>     > by Flash
> >     >     >     >>     >     >>     >     >     > Player
> >     >     >     >>     >     >>     >     >     > > debugger.
> >     >     >     >>     >     >>     >     >     > >
> >     >     >     >>     >     >>     >     >     > > In the other hand, I
> > need to
> >     > commit
> >     >     >     >> during the
> >     >     >     >>     > day
> >     >     >     >>     >     >> some
> >     >     >     >>     >     >>     > fixes, one
> >     >     >     >>     >     >>     >     > on
> >     >     >     >>     >     >>     >     >     > > typedefs and expect
> > more on
> >     >     > compiler. So
> >     >     >     >> if you
> >     >     >     >>     > plan
> >     >     >     >>     >     >> to try
> >     >     >     >>     >     >>     > again
> >     >     >     >>     >     >>     >     > some
> >     >     >     >>     >     >>     >     >     > > hours ago, please,
> > remove the
> >     >     > commits to
> >     >     >     >> left
> >     >     >     >>     > the
> >     >     >     >>     >     >> repos so
> >     >     >     >>     >     >>     > we can
> >     >     >     >>     >     >>     >     > commit
> >     >     >     >>     >     >>     >     >     > > new work
> >     >     >     >>     >     >>     >     >     > >
> >     >     >     >>     >     >>     >     >     > > thanks!
> >     >     >     >>     >     >>     >     >     > >
> >     >     >     >>     >     >>     >     >     > > Carlos
> >     >     >     >>     >     >>     >     >     > >
> >     >     >     >>     >     >>     >     >     > >
> >     >     >     >>     >     >>     >     >     > >
> >     >     >     >>     >     >>     >     >     > >
> >     >     >     >>     >     >>     >     >     > >
> >     >     >     >>     >     >>     >     >     > > El lun., 1 oct. 2018
> a
> > las
> >     > 10:29,
> >     >     >     >> OmPrakash
> >     >     >     >>     > Muppirala
> >     >     >     >>     >     >> (<
> >     >     >     >>     >     >>     >     >     > > bigosmallm@gmail.com
> >)
> >     >     >     >>     >     >>     >     >     > > escribió:
> >     >     >     >>     >     >>     >     >     > >
> >     >     >     >>     >     >>     >     >     > > > I provided path to
> > Chrome
> >     > via
> >     >     >     >> -Dbrowser, but
> >     >     >     >>     > I got
> >     >     >     >>     >     >> an
> >     >     >     >>     >     >>     > error that
> >     >     >     >>     >     >>     >     > ant
> >     >     >     >>     >     >>     >     >     > was
> >     >     >     >>     >     >>     >     >     > > > not able to access
> > the
> >     >     > application.
> >     >     >     >>     >     >>     >     >     > > > So, I tried
> > installing
> >     > firefox
> >     >     > and that
> >     >     >     >>     > seemed to
> >     >     >     >>     >     >> work.
> >     >     >     >>     >     >>     >     >     > > >
> >     >     >     >>     >     >>     >     >     > > > On Mon, Oct 1, 2018
> > at
> >     > 1:26 AM
> >     >     > Piotr
> >     >     >     >> Zarzycki
> >     >     >     >>     > <
> >     >     >     >>     >     >>     >     >     >
> > piotrzarzycki21@gmail.com
> >     >     >     >>     >     >>     >     >     > > >
> >     >     >     >>     >     >>     >     >     > > > wrote:
> >     >     >     >>     >     >>     >     >     > > >
> >     >     >     >>     >     >>     >     >     > > > > Hi Om,
> >     >     >     >>     >     >>     >     >     > > > >
> >     >     >     >>     >     >>     >     >     > > > > You did use
> > Firefox for
> >     > that
> >     >     > purpose
> >     >     >     >> ? I
> >     >     >     >>     > had to
> >     >     >     >>     >     >> specify
> >     >     >     >>     >     >>     >     >     > -Dbrowser=path
> >     >     >     >>     >     >>     >     >     > > to
> >     >     >     >>     >     >>     >     >     > > > > firefox.exe
> >     >     >     >>     >     >>     >     >     > > > >
> >     >     >     >>     >     >>     >     >     > > > > Thanks,
> >     >     >     >>     >     >>     >     >     > > > > Piotr
> >     >     >     >>     >     >>     >     >     > > > >
> >     >     >     >>     >     >>     >     >     > > > > pon., 1 paź 2018
> o
> > 10:22
> >     >     > OmPrakash
> >     >     >     >>     > Muppirala <
> >     >     >     >>     >     >>     >     > bigosmallm@gmail.com>
> >     >     >     >>     >     >>     >     >     > > > > napisał(a):
> >     >     >     >>     >     >>     >     >     > > > >
> >     >     >     >>     >     >>     >     >     > > > > > Okay, I made
> > several
> >     > attempts
> >     >     >     >> through the
> >     >     >     >>     > day,
> >     >     >     >>     >     >> making
> >     >     >     >>     >     >>     >     > progress each
> >     >     >     >>     >     >>     >     >     > > > time.
> >     >     >     >>     >     >>     >     >     > > > > >  The last run
> > failed
> >     > because
> >     >     > the
> >     >     >     >> browser
> >     >     >     >>     > could
> >     >     >     >>     >     >> not be
> >     >     >     >>     >     >>     >     > launched.
> >     >     >     >>     >     >>     >     >     > > > > > I am going to
> > pause on
> >     > this
> >     >     > and
> >     >     >     >> try again
> >     >     >     >>     >     >> tomorrow (or
> >     >     >     >>     >     >>     >     > later) . If
> >     >     >     >>     >     >>     >     >     > > > > someone
> >     >     >     >>     >     >>     >     >     > > > > > else wants to
> > give
> >     > this a go
> >     >     > in the
> >     >     >     >>     > meantimne,
> >     >     >     >>     >     >> they are
> >     >     >     >>     >     >>     >     > welcome :-)
> >     >     >     >>     >     >>     >     >     > > > > >
> >     >     >     >>     >     >>     >     >     > > > > > Thanks,
> >     >     >     >>     >     >>     >     >     > > > > > Om
> >     >     >     >>     >     >>     >     >     > > > > >
> >     >     >     >>     >     >>     >     >     > > > > > On Mon, Oct 1,
> > 2018 at
> >     > 12:22
> >     >     > AM
> >     >     >     >> Carlos
> >     >     >     >>     > Rovira <
> >     >     >     >>     >     >>     >     >     > >
> > carlosrovira@apache.org
> >     >     >     >>     >     >>     >     >     > > > >
> >     >     >     >>     >     >>     >     >     > > > > > wrote:
> >     >     >     >>     >     >>     >     >     > > > > >
> >     >     >     >>     >     >>     >     >     > > > > > > Hi Om,
> >     >     >     >>     >     >>     >     >     > > > > > > no,  I
> Thought
> > this
> >     > was
> >     >     > due to
> >     >     >     >> different
> >     >     >     >>     >     >> tries of the
> >     >     >     >>     >     >>     >     > release
> >     >     >     >>     >     >>     >     >     > > process
> >     >     >     >>     >     >>     >     >     > > > > but
> >     >     >     >>     >     >>     >     >     > > > > > > most of the
> > poms are
> >     > in
> >     >     >     >> 0.9.6-SNAPSHOT.
> >     >     >     >>     >     >>     >     >     > > > > > > You can
> search
> > the
> >     > entire
> >     >     > repo
> >     >     >     >> for
> >     >     >     >>     >     >> "0.9.X-SNAPSHOT"
> >     >     >     >>     >     >>     > string
> >     >     >     >>     >     >>     >     > to see
> >     >     >     >>     >     >>     >     >     > > > that
> >     >     >     >>     >     >>     >     >     > > > > > now
> >     >     >     >>     >     >>     >     >     > > > > > > X is 6.
> >     >     >     >>     >     >>     >     >     > > > > > >
> >     >     >     >>     >     >>     >     >     > > > > > > thanks
> >     >     >     >>     >     >>     >     >     > > > > > >
> >     >     >     >>     >     >>     >     >     > > > > > > El lun., 1
> > oct. 2018
> >     > a las
> >     >     > 2:07,
> >     >     >     >>     > OmPrakash
> >     >     >     >>     >     >> Muppirala
> >     >     >     >>     >     >>     > (<
> >     >     >     >>     >     >>     >     >     > > > > > >
> > bigosmallm@gmail.com
> >     > >)
> >     >     >     >>     >     >>     >     >     > > > > > > escribió:
> >     >     >     >>     >     >>     >     >     > > > > > >
> >     >     >     >>     >     >>     >     >     > > > > > > > On Sun, Sep
> > 30,
> >     > 2018,
> >     >     > 2:13 PM
> >     >     >     >> Carlos
> >     >     >     >>     > Rovira
> >     >     >     >>     >     >> <
> >     >     >     >>     >     >>     >     >     > > >
> > carlosrovira@apache.org
> >     >     >     >>     >     >>     >     >     > > > > >
> >     >     >     >>     >     >>     >     >     > > > > > > > wrote:
> >     >     >     >>     >     >>     >     >     > > > > > > >
> >     >     >     >>     >     >>     >     >     > > > > > > > > Hi Om,
> >     >     >     >>     >     >>     >     >     > > > > > > > > just saw
> > that
> >     > some
> >     >     > poms was
> >     >     >     >> not
> >     >     >     >>     > changed to
> >     >     >     >>     >     >>     >     > 0.9.6-SNAPSHOT.
> >     >     >     >>     >     >>     >     >     > > > > > > > >
> >     >     >     >>     >     >>     >     >     > > > > > > >
> >     >     >     >>     >     >>     >     >     > > > > > > > Do you mean
> >     >     > 0.9.4-SNAPSHOT?
> >     >     >     >>     >     >>     >     >     > > > > > > >
> >     >     >     >>     >     >>     >     >     > > > > > > > Thanks,
> >     >     >     >>     >     >>     >     >     > > > > > > > Om
> >     >     >     >>     >     >>     >     >     > > > > > > >
> >     >     >     >>     >     >>     >     >     > > > > > > >
> >     >     >     >>     >     >>     >     >     > > > > > > >
> >     >     >     >>     >     >>     >     >     > > > > > > > I think
> that
> >     > should be
> >     >     > fixed
> >     >     >     >> and get a
> >     >     >     >>     >     >> prepare
> >     >     >     >>     >     >>     > maven
> >     >     >     >>     >     >>     >     > release
> >     >     >     >>     >     >>     >     >     > > > process
> >     >     >     >>     >     >>     >     >     > > > > > that
> >     >     >     >>     >     >>     >     >     > > > > > > > > could
> > finaly
> >     > gets all
> >     >     > poms
> >     >     >     >> updated
> >     >     >     >>     > to new
> >     >     >     >>     >     >>     > version.
> >     >     >     >>     >     >>     >     >     > > > > > > > > Don't
> know
> > if
> >     > that
> >     >     > could be
> >     >     >     >> the
> >     >     >     >>     > problem.
> >     >     >     >>     >     >> Can you
> >     >     >     >>     >     >>     > try
> >     >     >     >>     >     >>     >     > again?
> >     >     >     >>     >     >>     >     >     > > > > > > > > thanks
> >     >     >     >>     >     >>     >     >     > > > > > > > >
> >     >     >     >>     >     >>     >     >     > > > > > > > > El dom.,
> 30
> >     > sept. 2018
> >     >     > a las
> >     >     >     >> 21:32,
> >     >     >     >>     >     >> OmPrakash
> >     >     >     >>     >     >>     >     > Muppirala (<
> >     >     >     >>     >     >>     >     >     > > > > > > > >
> >     > bigosmallm@gmail.com>)
> >     >     >     >> escribió:
> >     >     >     >>     >     >>     >     >     > > > > > > > >
> >     >     >     >>     >     >>     >     >     > > > > > > > > > Made a
> > bit more
> >     >     > progress,
> >     >     >     >> but the
> >     >     >     >>     > build
> >     >     >     >>     >     >> is
> >     >     >     >>     >     >>     > failing
> >     >     >     >>     >     >>     >     > here
> >     >     >     >>     >     >>     >     >     > now:
> >     >     >     >>     >     >>     >     >     > > > > > > > > >
> >     >     >     >>     >     >>     >     >     > > > > > > > > >
> > [exec]
> >     > [INFO]
> >     >     > [INFO]
> >     >     >     >> Apache
> >     >     >     >>     > Royale:
> >     >     >     >>     >     >>     > Examples:
> >     >     >     >>     >     >>     >     > Royale:
> >     >     >     >>     >     >>     >     >     > > > > > > > > >
> >     > DataBindingExample_as
> >     >     >     >> SUCCESS [
> >     >     >     >>     > 2.469
> >     >     >     >>     >     >> s]
> >     >     >     >>     >     >>     >     >     > > > > > > > > >
> >     >     >     >>     >     >>     >     >     > > > > > > > > >
> > [exec]
> >     > [INFO]
> >     >     > [INFO]
> >     >     >     >> Apache
> >     >     >     >>     > Royale:
> >     >     >     >>     >     >>     > Examples:
> >     >     >     >>     >



-- 
Carlos Rovira
http://about.me/carlosrovira

[Discuss] Start release process 0.9.3

Posted by Piotr Zarzycki <pi...@gmail.com>.
Hi Guys,

I will try right now process from my PC. We will see how far I will go with
that.

Piotr

czw., 4 paź 2018 o 22:01 Alex Harui <ah...@adobe.com.invalid> napisał(a):

> Hi Om,
>
> If make_branches succeeds, then you shouldn't need to go back and delete
> branches and tags and run make_branches again if the "maven" step fails.
>
> You might need to revert any changes to the release branch that the
> "maven" step did, but then you should be able to delete the local copy of
> the branches and start again with "maven" or
> "maven_skip_compiler_and_typedefs" if you got all the way up to royale-asjs.
>
> What are some of the 200+ files that don't get reverted back to 0.9.4?
>
> You are welcome to try to add the "continue" option.  I would suggest
> adding a dummy parameter.  So if the script currently calls Maven like this:
>
>         <exec executable="${mvn}" dir="${basedir}/maven-release-plugin"
> failonerror="true" >
>             <arg value="clean" />
>             <arg value="install" />
>         </exec>
>
> You can try changing it to something like this:
>
>         <property name="continueOption" value="-Ddummy=0" />
>         <exec executable="${mvn}" dir="${basedir}/maven-release-plugin"
> failonerror="true" >
>             <arg value="${continueOption}" />
>             <arg value="clean" />
>             <arg value="install" />
>         </exec>
>
> Then you should be able to set in your local.properties:
>
> continueOption=-rf JewelExample
>
> You will probably need to use different names for each call to Maven so
> subsequent Maven calls don't pick up the same option.
>
> HTH,
> -Alex
>
> On 10/4/18, 11:58 AM, "OmPrakash Muppirala" <bi...@gmail.com> wrote:
>
>     On Thu, Oct 4, 2018 at 1:48 AM Alex Harui <ah...@adobe.com.invalid>
> wrote:
>
>     > Om, it looks like you are still deleting and recreating the branches.
>     > Does this mean you have never completed the make_branches step?
>
>
>     Yes, I delete the tags, branches (remote) each time something fails.
> Then
>     I do a global search for 0.9.5 and replace it with 0.9.4 (some 200+
> files
>     across 3 repos), then push them into remote/develop.
>
>     Then I do the make_branches step first.  Then do a git push in
> roayale-asjs
>     as per the instructions in the commandline. I have never had issues
> with
>     this step.  It is always the maven step that fails for some reason or
> the
>     other.
>
>
>     > Is make_branches failing trying to run a build in the develop branch
> and
>     > uploading 0.9.5-SNAPSHOT artifacts?
>
>
>     No
>
>
>     > I supposed we could try to find a way to skip that, but you will need
>     > reliable uploading to repository.a.o to be an RM without going crazy.
>     >
>
>     Hmm, I use the same internet connection for personal and work related
>     activities.  I don't usually have issues with internet.  Either we are
> very
>     unlucky here or we need a more reselient way to pick up things if we
> lose
>     internet connectivity momentarily.
>
>     It takes upwards of 90 minutes of uploading stuff. I dont do this kind
> of
>     uploading for my regular work, so that is probably I have never hit
> this
>     issue before.
>
>     I still think that looking into the 'resume-from' directive in maven is
>     worthwhile.
>
>     Thanks,
>     Om
>
>
>     >
>     > -Alex
>     >
>     > On 10/3/18, 2:11 PM, "OmPrakash Muppirala" <bi...@gmail.com>
> wrote:
>     >
>     >     On Wed, Oct 3, 2018 at 2:02 PM Alex Harui
> <ah...@adobe.com.invalid>
>     > wrote:
>     >
>     >     > Hi Om,
>     >     >
>     >     > Does anything deploy, or is that the first thing that is
> attempted to
>     >     > deploy?  I found this article that might help:
>     >     >
>     >     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.apigee.com%2Fquestions%2F50756%2Funable-to-deploy-using-maven-script-due-to-error-r.html&amp;data=02%7C01%7Caharui%40adobe.com%7Cdfbb3e1ff11a495826f208d62a2b6bc6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742763335512825&amp;sdata=%2FoE3nXrnwtRhz3IP%2F8i9DDnmkAcrhdrqo1v1kwVlcYI%3D&amp;reserved=0
>     >
>     >
>     >     It deployed a lot of artifacts before hitting this error.  I
> don't see
>     >     anything special with this artifact.  So, I am guessing that it
> was a
>     >     momentary bad connection that caused this.
>     >
>     >
>     >     >
>     >     >
>     >     > I would be concerned about restarting from the middle of a
> Maven
>     > call.  I
>     >     > suppose you could try it, but what if it skipped an artifact?
>     >     >
>     >
>     >     The maven error message explicitly says this:
>     >
>     >          [exec] [INFO] [ERROR] After correcting the problems, you can
>     > resume
>     >     the build with the command
>     >
>     >          [exec] [INFO] [ERROR]   mvn <goals> -rf
>     >     :Jewel-Light-NoFlat-Primary-Sunflower-Theme
>     >
>     >
>     >     >
>     >     > There should be Ant targets for starting only on royale-asjs if
>     >     > royale-compiler and royale=typedefs worked ok.
>     >     >
>     >     > HTH,
>     >     > -Alex
>     >     >
>     >     > On 10/3/18, 11:58 AM, "OmPrakash Muppirala" <
> bigosmallm@gmail.com>
>     > wrote:
>     >     >
>     >     >     Another suggestion I have is - can we do all the pushes to
>     > remote after
>     >     >     everything is done locally?  That way, if something goes
> wrong
>     >     > halfway, we
>     >     >     can just delete the royale-* dirs locally and rerun the
>     >     > releasecandiate ant
>     >     >     script?
>     >     >
>     >     >     Not sure if this is an easy change?
>     >     >
>     >     >     Thanks,
>     >     >     Om
>     >     >
>     >     >     On Wed, Oct 3, 2018 at 11:42 AM OmPrakash Muppirala <
>     >     > bigosmallm@gmail.com>
>     >     >     wrote:
>     >     >
>     >     >     > Okay, I tried a couple of times and I have started
> getting
>     > `SSL peer
>     >     > shut
>     >     >     > down incorrectly errors`
>     >     >     >
>     >     >     >      [exec] [INFO] [INFO]
>     >     >     >
>     >     >
>     >
> ------------------------------------------------------------------------
>     >     >     >
>     >     >     >      [exec] [INFO] [INFO] BUILD FAILURE
>     >     >     >
>     >     >     >      [exec] [INFO] [INFO]
>     >     >     >
>     >     >
>     >
> ------------------------------------------------------------------------
>     >     >     >
>     >     >     >      [exec] [INFO] [INFO] Total time: 16:04 min
>     >     >     >
>     >     >     >      [exec] [INFO] [INFO] Finished at:
>     > 2018-10-03T11:38:49-07:00
>     >     >     >
>     >     >     >      [exec] [INFO] [INFO]
>     >     >     >
>     >     >
>     >
> ------------------------------------------------------------------------
>     >     >     >
>     >     >     >      [exec] [INFO] [ERROR] Failed to execute goal
>     >     >     > org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
>     >     > (default-deploy)
>     >     >     > on project Jewel-Light-NoFlat-Primary-Sunflower-Theme:
> Failed
>     > to
>     >     > deploy
>     >     >     > artifacts: Could not transfer artifact
>     >     >     >
>     >     >
>     >
> org.apache.royale.framework:Jewel-Light-NoFlat-Primary-Sunflower-Theme:swc:0.9.4
>     >     >     > from/to apache.releases.https (
>     >     >     >
>     >     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fservice%2Flocal%2Fstaging%2Fdeploy%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7Cdfbb3e1ff11a495826f208d62a2b6bc6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742763335512825&amp;sdata=NhIPscsGICZmcES6Uqg2P6D4oQnFb3uTlGHwhG119s8%3D&amp;reserved=0
>     >     > ):
>     >     >     > Remote host closed connection during handshake: SSL peer
> shut
>     > down
>     >     >     > incorrectly -> [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]
>     >     >     >
>     >     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cdfbb3e1ff11a495826f208d62a2b6bc6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742763335512825&amp;sdata=oUpGoj6jSszsvSaO2fkOU7x74r4adJl6OieNJYNY8eg%3D&amp;reserved=0
>     >     >     >
>     >     >     >      [exec] [INFO] [ERROR]
>     >     >     >
>     >     >     >      [exec] [INFO] [ERROR] After correcting the
> problems, you
>     > can
>     >     > resume
>     >     >     > the build with the command
>     >     >     >
>     >     >     >      [exec] [INFO] [ERROR]   mvn <goals> -rf
>     >     >     > :Jewel-Light-NoFlat-Primary-Sunflower-Theme
>     >     >     >
>     >     >     >      [exec] [INFO]
>     >     >     >
>     >     >
>     >
> ------------------------------------------------------------------------
>     >     >     >
>     >     >     >
>     >     >     > I am guessing it is a bad internet connection.  I am
> wondering
>     > if we
>     >     > can
>     >     >     > pass a -rf (resume from) option to the maven call from
> ant?
>     >     > Otherwise
>     >     >     > doing all this from scratch everytime is a big pain.
>     >     >     >
>     >     >     > Thanks,
>     >     >     > Om
>     >     >     >
>     >     >     > On Wed, Oct 3, 2018 at 12:47 AM Alex Harui
>     > <aharui@adobe.com.invalid
>     >     > >
>     >     >     > wrote:
>     >     >     >
>     >     >     >> Looks like it was a missing [
>     >     >     >>
>     >     >     >> MXRoyale and SparkRoyale built for me.
>     >     >     >>
>     >     >     >> HTH,
>     >     >     >> -Alex
>     >     >     >>
>     >     >     >> On 10/3/18, 12:43 AM, "OmPrakash Muppirala" <
>     > bigosmallm@gmail.com>
>     >     >     >> wrote:
>     >     >     >>
>     >     >     >>     Thanks!
>     >     >     >>
>     >     >     >>     I reverted everything back to previous state.  I
> can give
>     > it a
>     >     > shot
>     >     >     >>     tomorrow evening.
>     >     >     >>
>     >     >     >>     Regards,
>     >     >     >>     Om
>     >     >     >>
>     >     >     >>     On Wed, Oct 3, 2018 at 12:41 AM Alex Harui
>     >     > <ah...@adobe.com.invalid>
>     >     >     >> wrote:
>     >     >     >>
>     >     >     >>     > It was in a releasable state.  TourDeFlex was
> running
>     > on it.
>     >     >     >>     >
>     >     >     >>     > I'm trying to track down the change that broke it.
>     >     >     >>     >
>     >     >     >>     > -Alex
>     >     >     >>     >
>     >     >     >>     > On 10/3/18, 12:32 AM, "OmPrakash Muppirala" <
>     >     > bigosmallm@gmail.com>
>     >     >     >> wrote:
>     >     >     >>     >
>     >     >     >>     >     A bit more progress. Now we are failing on the
>     > MXRoyale
>     >     > project:
>     >     >     >>     >
>     >     >     >>     >          [exec] [INFO] [INFO]
>     >     >     >>     >
>     >     >     >>     >
>     >     >     >>
>     >     >
>     >
> ------------------------------------------------------------------------
>     >     >     >>     >
>     >     >     >>     >          [exec] [INFO] [INFO] BUILD FAILURE
>     >     >     >>     >
>     >     >     >>     >          [exec] [INFO] [INFO]
>     >     >     >>     >
>     >     >     >>     >
>     >     >     >>
>     >     >
>     >
> ------------------------------------------------------------------------
>     >     >     >>     >
>     >     >     >>     >          [exec] [INFO] [INFO] Total time: 01:34
> min
>     >     >     >>     >
>     >     >     >>     >          [exec] [INFO] [INFO] Finished at:
>     >     > 2018-10-03T00:28:14-07:00
>     >     >     >>     >
>     >     >     >>     >          [exec] [INFO] [INFO]
>     >     >     >>     >
>     >     >     >>     >
>     >     >     >>
>     >     >
>     >
> ------------------------------------------------------------------------
>     >     >     >>     >
>     >     >     >>     >          [exec] [INFO] [ERROR] Failed to execute
> goal
>     >     >     >>     >
>     >     >
> org.apache.royale.compiler:royale-maven-plugin:0.9.4:compile-as
>     >     >     >>     >     (default-compile-as) on project MXRoyale:
> There were
>     >     > errors
>     >     >     >> during the
>     >     >     >>     >     build. Got return code 3 -> [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]
>     >     >     >>     >
>     >     >     >>     >
>     >     >     >>
>     >     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cdfbb3e1ff11a495826f208d62a2b6bc6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742763335512825&amp;sdata=oUpGoj6jSszsvSaO2fkOU7x74r4adJl6OieNJYNY8eg%3D&amp;reserved=0
>     >     >     >>     >
>     >     >     >>     >          [exec] [INFO] [ERROR]
>     >     >     >>     >
>     >     >     >>     >          [exec] [INFO] [ERROR] After correcting
> the
>     > problems,
>     >     > you
>     >     >     >> can
>     >     >     >>     > resume
>     >     >     >>     >     the build with the command
>     >     >     >>     >
>     >     >     >>     >          [exec] [INFO] [ERROR]   mvn <goals> -rf
>     > :MXRoyale
>     >     >     >>     >
>     >     >     >>     >
>     >     >     >>     >     Can we perhaps turn this project off?  Is it
> in a
>     >     > releasable
>     >     >     >> state?
>     >     >     >>     >
>     >     >     >>     >     On Tue, Oct 2, 2018 at 7:30 PM OmPrakash
> Muppirala <
>     >     >     >>     > bigosmallm@gmail.com>
>     >     >     >>     >     wrote:
>     >     >     >>     >
>     >     >     >>     >     > I'm going to give this another shot in a
> couple of
>     >     > hours,
>     >     >     >> unless
>     >     >     >>     > there are
>     >     >     >>     >     > any objections.
>     >     >     >>     >     >
>     >     >     >>     >     > Thanks,
>     >     >     >>     >     > Om
>     >     >     >>     >     >
>     >     >     >>     >     > On Mon, Oct 1, 2018, 2:04 PM Alex Harui
>     >     >     >> <ah...@adobe.com.invalid>
>     >     >     >>     > wrote:
>     >     >     >>     >     >
>     >     >     >>     >     >> Jewel is mentioned in there.  I added
> mention of
>     > the
>     >     >     >> migration
>     >     >     >>     > components
>     >     >     >>     >     >> and tour de flex.  Not sure if I got the
>     > formatting
>     >     > right.
>     >     >     >> I think
>     >     >     >>     > it is
>     >     >     >>     >     >> good enough.
>     >     >     >>     >     >>
>     >     >     >>     >     >> -Alex
>     >     >     >>     >     >>
>     >     >     >>     >     >> On 10/1/18, 12:13 PM, "OmPrakash
> Muppirala" <
>     >     >     >> bigosmallm@gmail.com>
>     >     >     >>     >     >> wrote:
>     >     >     >>     >     >>
>     >     >     >>     >     >>     I updated it, although it looks a bit
> sparse
>     > now.
>     >     > Can
>     >     >     >> we list
>     >     >     >>     > a few
>     >     >     >>     >     >> major
>     >     >     >>     >     >>     highlights here, that I can go add to
> the
>     > release
>     >     > notes?
>     >     >     >>     >     >>     Jewel should at least have several
> updates.
>     >     >     >>     >     >>
>     >     >     >>     >     >>     Thanks,
>     >     >     >>     >     >>     Om
>     >     >     >>     >     >>
>     >     >     >>     >     >>     On Mon, Oct 1, 2018 at 12:09 PM Alex
> Harui
>     >     >     >>     > <ah...@adobe.com.invalid>
>     >     >     >>     >     >> wrote:
>     >     >     >>     >     >>
>     >     >     >>     >     >>     > Hey, I just noticed that nobody put
> a 0.9.4
>     >     > section in
>     >     >     >> the
>     >     >     >>     >     >> RELEASE_NOTES.
>     >     >     >>     >     >>     > Maybe just rename the 0.9.3 section?
>     >     >     >>     >     >>     >
>     >     >     >>     >     >>     > -Alex
>     >     >     >>     >     >>     >
>     >     >     >>     >     >>     > On 10/1/18, 12:07 PM, "OmPrakash
>     > Muppirala" <
>     >     >     >>     > bigosmallm@gmail.com>
>     >     >     >>     >     >> wrote:
>     >     >     >>     >     >>     >
>     >     >     >>     >     >>     >     Good catch!  I just pushed a fix
> for
>     > that.
>     >     >     >>     >     >>     >
>     >     >     >>     >     >>     >     Thanks,
>     >     >     >>     >     >>     >     Om
>     >     >     >>     >     >>     >
>     >     >     >>     >     >>     >     On Mon, Oct 1, 2018 at 11:04 AM
> Alex
>     > Harui
>     >     >     >>     >     >> <ah...@adobe.com.invalid>
>     >     >     >>     >     >>     > wrote:
>     >     >     >>     >     >>     >
>     >     >     >>     >     >>     >     > Om,
>     >     >     >>     >     >>     >     >
>     >     >     >>     >     >>     >     > I think the
> <tag>release/0.9.4</tag>
>     > in
>     >     >     >>     > royale-asjs/pom.xml
>     >     >     >>     >     >> needs to
>     >     >     >>     >     >>     > be
>     >     >     >>     >     >>     >     > reverted back to 0.9.3.
>     >     >     >>     >     >>     >     >
>     >     >     >>     >     >>     >     > Everything else looks ok from
> my
>     > quick
>     >     >     >> examination.
>     >     >     >>     >     >>     >     >
>     >     >     >>     >     >>     >     > Thanks and good luck,
>     >     >     >>     >     >>     >     > -Alex
>     >     >     >>     >     >>     >     >
>     >     >     >>     >     >>     >     > On 10/1/18, 10:29 AM, "Piotr
>     > Zarzycki" <
>     >     >     >>     >     >> piotrzarzycki21@gmail.com>
>     >     >     >>     >     >>     > wrote:
>     >     >     >>     >     >>     >     >
>     >     >     >>     >     >>     >     >     I saw your commit and I
> think you
>     >     > should be
>     >     >     >> ok.
>     >     >     >>     >     >>     >     >
>     >     >     >>     >     >>     >     >     pon., 1 paź 2018 o 19:21
>     > OmPrakash
>     >     > Muppirala
>     >     >     >> <
>     >     >     >>     >     >>     > bigosmallm@gmail.com>
>     >     >     >>     >     >>     >     >     napisał(a):
>     >     >     >>     >     >>     >     >
>     >     >     >>     >     >>     >     >     > Okay, I did the
> following to
>     > reset:
>     >     >     >>     >     >>     >     >     >
>     >     >     >>     >     >>     >     >     > For all three repos:
>     >     >     >>     >     >>     >     >     > * Reverted all
> references of
>     > 0.9.5
>     >     > to 0.9.4
>     >     >     >>     >     >>     >     >     > * Deleted 0.9.4-rc1 tag
>     >     >     >>     >     >>     >     >     > * Deleted branch:
> release/0.9.4
>     >     >     >>     >     >>     >     >     >
>     >     >     >>     >     >>     >     >     > Can someone please make
> sure
>     > that we
>     >     > are
>     >     >     >> good
>     >     >     >>     > before
>     >     >     >>     >     >> starting
>     >     >     >>     >     >>     > work?
>     >     >     >>     >     >>     >     >     >
>     >     >     >>     >     >>     >     >     > Thanks,
>     >     >     >>     >     >>     >     >     > Om
>     >     >     >>     >     >>     >     >     >
>     >     >     >>     >     >>     >     >     > On Mon, Oct 1, 2018 at
> 1:51 AM
>     > Carlos
>     >     >     >> Rovira <
>     >     >     >>     >     >>     >     > carlosrovira@apache.org>
>     >     >     >>     >     >>     >     >     > wrote:
>     >     >     >>     >     >>     >     >     >
>     >     >     >>     >     >>     >     >     > > Hi Om,
>     >     >     >>     >     >>     >     >     > > is related to flash
> player
>     >     > debugger not
>     >     >     >>     > launched? are
>     >     >     >>     >     >> you on
>     >     >     >>     >     >>     > Mac?
>     >     >     >>     >     >>     >     >     > > I think on Mac I have
> to
>     > make *.swf
>     >     >     >> files be
>     >     >     >>     > always
>     >     >     >>     >     >> opened
>     >     >     >>     >     >>     > by Flash
>     >     >     >>     >     >>     >     >     > Player
>     >     >     >>     >     >>     >     >     > > debugger.
>     >     >     >>     >     >>     >     >     > >
>     >     >     >>     >     >>     >     >     > > In the other hand, I
> need to
>     > commit
>     >     >     >> during the
>     >     >     >>     > day
>     >     >     >>     >     >> some
>     >     >     >>     >     >>     > fixes, one
>     >     >     >>     >     >>     >     > on
>     >     >     >>     >     >>     >     >     > > typedefs and expect
> more on
>     >     > compiler. So
>     >     >     >> if you
>     >     >     >>     > plan
>     >     >     >>     >     >> to try
>     >     >     >>     >     >>     > again
>     >     >     >>     >     >>     >     > some
>     >     >     >>     >     >>     >     >     > > hours ago, please,
> remove the
>     >     > commits to
>     >     >     >> left
>     >     >     >>     > the
>     >     >     >>     >     >> repos so
>     >     >     >>     >     >>     > we can
>     >     >     >>     >     >>     >     > commit
>     >     >     >>     >     >>     >     >     > > new work
>     >     >     >>     >     >>     >     >     > >
>     >     >     >>     >     >>     >     >     > > thanks!
>     >     >     >>     >     >>     >     >     > >
>     >     >     >>     >     >>     >     >     > > Carlos
>     >     >     >>     >     >>     >     >     > >
>     >     >     >>     >     >>     >     >     > >
>     >     >     >>     >     >>     >     >     > >
>     >     >     >>     >     >>     >     >     > >
>     >     >     >>     >     >>     >     >     > >
>     >     >     >>     >     >>     >     >     > > El lun., 1 oct. 2018 a
> las
>     > 10:29,
>     >     >     >> OmPrakash
>     >     >     >>     > Muppirala
>     >     >     >>     >     >> (<
>     >     >     >>     >     >>     >     >     > > bigosmallm@gmail.com>)
>     >     >     >>     >     >>     >     >     > > escribió:
>     >     >     >>     >     >>     >     >     > >
>     >     >     >>     >     >>     >     >     > > > I provided path to
> Chrome
>     > via
>     >     >     >> -Dbrowser, but
>     >     >     >>     > I got
>     >     >     >>     >     >> an
>     >     >     >>     >     >>     > error that
>     >     >     >>     >     >>     >     > ant
>     >     >     >>     >     >>     >     >     > was
>     >     >     >>     >     >>     >     >     > > > not able to access
> the
>     >     > application.
>     >     >     >>     >     >>     >     >     > > > So, I tried
> installing
>     > firefox
>     >     > and that
>     >     >     >>     > seemed to
>     >     >     >>     >     >> work.
>     >     >     >>     >     >>     >     >     > > >
>     >     >     >>     >     >>     >     >     > > > On Mon, Oct 1, 2018
> at
>     > 1:26 AM
>     >     > Piotr
>     >     >     >> Zarzycki
>     >     >     >>     > <
>     >     >     >>     >     >>     >     >     >
> piotrzarzycki21@gmail.com
>     >     >     >>     >     >>     >     >     > > >
>     >     >     >>     >     >>     >     >     > > > wrote:
>     >     >     >>     >     >>     >     >     > > >
>     >     >     >>     >     >>     >     >     > > > > Hi Om,
>     >     >     >>     >     >>     >     >     > > > >
>     >     >     >>     >     >>     >     >     > > > > You did use
> Firefox for
>     > that
>     >     > purpose
>     >     >     >> ? I
>     >     >     >>     > had to
>     >     >     >>     >     >> specify
>     >     >     >>     >     >>     >     >     > -Dbrowser=path
>     >     >     >>     >     >>     >     >     > > to
>     >     >     >>     >     >>     >     >     > > > > firefox.exe
>     >     >     >>     >     >>     >     >     > > > >
>     >     >     >>     >     >>     >     >     > > > > Thanks,
>     >     >     >>     >     >>     >     >     > > > > Piotr
>     >     >     >>     >     >>     >     >     > > > >
>     >     >     >>     >     >>     >     >     > > > > pon., 1 paź 2018 o
> 10:22
>     >     > OmPrakash
>     >     >     >>     > Muppirala <
>     >     >     >>     >     >>     >     > bigosmallm@gmail.com>
>     >     >     >>     >     >>     >     >     > > > > napisał(a):
>     >     >     >>     >     >>     >     >     > > > >
>     >     >     >>     >     >>     >     >     > > > > > Okay, I made
> several
>     > attempts
>     >     >     >> through the
>     >     >     >>     > day,
>     >     >     >>     >     >> making
>     >     >     >>     >     >>     >     > progress each
>     >     >     >>     >     >>     >     >     > > > time.
>     >     >     >>     >     >>     >     >     > > > > >  The last run
> failed
>     > because
>     >     > the
>     >     >     >> browser
>     >     >     >>     > could
>     >     >     >>     >     >> not be
>     >     >     >>     >     >>     >     > launched.
>     >     >     >>     >     >>     >     >     > > > > > I am going to
> pause on
>     > this
>     >     > and
>     >     >     >> try again
>     >     >     >>     >     >> tomorrow (or
>     >     >     >>     >     >>     >     > later) . If
>     >     >     >>     >     >>     >     >     > > > > someone
>     >     >     >>     >     >>     >     >     > > > > > else wants to
> give
>     > this a go
>     >     > in the
>     >     >     >>     > meantimne,
>     >     >     >>     >     >> they are
>     >     >     >>     >     >>     >     > welcome :-)
>     >     >     >>     >     >>     >     >     > > > > >
>     >     >     >>     >     >>     >     >     > > > > > Thanks,
>     >     >     >>     >     >>     >     >     > > > > > Om
>     >     >     >>     >     >>     >     >     > > > > >
>     >     >     >>     >     >>     >     >     > > > > > On Mon, Oct 1,
> 2018 at
>     > 12:22
>     >     > AM
>     >     >     >> Carlos
>     >     >     >>     > Rovira <
>     >     >     >>     >     >>     >     >     > >
> carlosrovira@apache.org
>     >     >     >>     >     >>     >     >     > > > >
>     >     >     >>     >     >>     >     >     > > > > > wrote:
>     >     >     >>     >     >>     >     >     > > > > >
>     >     >     >>     >     >>     >     >     > > > > > > Hi Om,
>     >     >     >>     >     >>     >     >     > > > > > > no,  I Thought
> this
>     > was
>     >     > due to
>     >     >     >> different
>     >     >     >>     >     >> tries of the
>     >     >     >>     >     >>     >     > release
>     >     >     >>     >     >>     >     >     > > process
>     >     >     >>     >     >>     >     >     > > > > but
>     >     >     >>     >     >>     >     >     > > > > > > most of the
> poms are
>     > in
>     >     >     >> 0.9.6-SNAPSHOT.
>     >     >     >>     >     >>     >     >     > > > > > > You can search
> the
>     > entire
>     >     > repo
>     >     >     >> for
>     >     >     >>     >     >> "0.9.X-SNAPSHOT"
>     >     >     >>     >     >>     > string
>     >     >     >>     >     >>     >     > to see
>     >     >     >>     >     >>     >     >     > > > that
>     >     >     >>     >     >>     >     >     > > > > > now
>     >     >     >>     >     >>     >     >     > > > > > > X is 6.
>     >     >     >>     >     >>     >     >     > > > > > >
>     >     >     >>     >     >>     >     >     > > > > > > thanks
>     >     >     >>     >     >>     >     >     > > > > > >
>     >     >     >>     >     >>     >     >     > > > > > > El lun., 1
> oct. 2018
>     > a las
>     >     > 2:07,
>     >     >     >>     > OmPrakash
>     >     >     >>     >     >> Muppirala
>     >     >     >>     >     >>     > (<
>     >     >     >>     >     >>     >     >     > > > > > >
> bigosmallm@gmail.com
>     > >)
>     >     >     >>     >     >>     >     >     > > > > > > escribió:
>     >     >     >>     >     >>     >     >     > > > > > >
>     >     >     >>     >     >>     >     >     > > > > > > > On Sun, Sep
> 30,
>     > 2018,
>     >     > 2:13 PM
>     >     >     >> Carlos
>     >     >     >>     > Rovira
>     >     >     >>     >     >> <
>     >     >     >>     >     >>     >     >     > > >
> carlosrovira@apache.org
>     >     >     >>     >     >>     >     >     > > > > >
>     >     >     >>     >     >>     >     >     > > > > > > > wrote:
>     >     >     >>     >     >>     >     >     > > > > > > >
>     >     >     >>     >     >>     >     >     > > > > > > > > Hi Om,
>     >     >     >>     >     >>     >     >     > > > > > > > > just saw
> that
>     > some
>     >     > poms was
>     >     >     >> not
>     >     >     >>     > changed to
>     >     >     >>     >     >>     >     > 0.9.6-SNAPSHOT.
>     >     >     >>     >     >>     >     >     > > > > > > > >
>     >     >     >>     >     >>     >     >     > > > > > > >
>     >     >     >>     >     >>     >     >     > > > > > > > Do you mean
>     >     > 0.9.4-SNAPSHOT?
>     >     >     >>     >     >>     >     >     > > > > > > >
>     >     >     >>     >     >>     >     >     > > > > > > > Thanks,
>     >     >     >>     >     >>     >     >     > > > > > > > Om
>     >     >     >>     >     >>     >     >     > > > > > > >
>     >     >     >>     >     >>     >     >     > > > > > > >
>     >     >     >>     >     >>     >     >     > > > > > > >
>     >     >     >>     >     >>     >     >     > > > > > > > I think that
>     > should be
>     >     > fixed
>     >     >     >> and get a
>     >     >     >>     >     >> prepare
>     >     >     >>     >     >>     > maven
>     >     >     >>     >     >>     >     > release
>     >     >     >>     >     >>     >     >     > > > process
>     >     >     >>     >     >>     >     >     > > > > > that
>     >     >     >>     >     >>     >     >     > > > > > > > > could
> finaly
>     > gets all
>     >     > poms
>     >     >     >> updated
>     >     >     >>     > to new
>     >     >     >>     >     >>     > version.
>     >     >     >>     >     >>     >     >     > > > > > > > > Don't know
> if
>     > that
>     >     > could be
>     >     >     >> the
>     >     >     >>     > problem.
>     >     >     >>     >     >> Can you
>     >     >     >>     >     >>     > try
>     >     >     >>     >     >>     >     > again?
>     >     >     >>     >     >>     >     >     > > > > > > > > thanks
>     >     >     >>     >     >>     >     >     > > > > > > > >
>     >     >     >>     >     >>     >     >     > > > > > > > > El dom., 30
>     > sept. 2018
>     >     > a las
>     >     >     >> 21:32,
>     >     >     >>     >     >> OmPrakash
>     >     >     >>     >     >>     >     > Muppirala (<
>     >     >     >>     >     >>     >     >     > > > > > > > >
>     > bigosmallm@gmail.com>)
>     >     >     >> escribió:
>     >     >     >>     >     >>     >     >     > > > > > > > >
>     >     >     >>     >     >>     >     >     > > > > > > > > > Made a
> bit more
>     >     > progress,
>     >     >     >> but the
>     >     >     >>     > build
>     >     >     >>     >     >> is
>     >     >     >>     >     >>     > failing
>     >     >     >>     >     >>     >     > here
>     >     >     >>     >     >>     >     >     > now:
>     >     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >     >>     >     >>     >     >     > > > > > > > > >
> [exec]
>     > [INFO]
>     >     > [INFO]
>     >     >     >> Apache
>     >     >     >>     > Royale:
>     >     >     >>     >     >>     > Examples:
>     >     >     >>     >     >>     >     > Royale:
>     >     >     >>     >     >>     >     >     > > > > > > > > >
>     > DataBindingExample_as
>     >     >     >> SUCCESS [
>     >     >     >>     > 2.469
>     >     >     >>     >     >> s]
>     >     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >     >>     >     >>     >     >     > > > > > > > > >
> [exec]
>     > [INFO]
>     >     > [INFO]
>     >     >     >> Apache
>     >     >     >>     > Royale:
>     >     >     >>     >     >>     > Examples:
>     >     >     >>     >     >>     >     > Royale:
>     >     >     >>     >     >>     >     >     > > > > > > > > >
>     >     > DataBindingExample_Flat
>     >     >     >> FAILURE [
>     >     >     >>     >     >> 1.756 s]
>     >     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >     >>     >     >>     >     >     > > > > > > > > >
> [exec]
>     > [INFO]
>     >     > [INFO]
>     >     >     >> Apache
>     >     >     >>     > Royale:
>     >     >     >>     >     >>     > Examples:
>     >     >     >>     >     >>     >     > Royale:
>     >     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >     >> DataBindingExampleWithLayout
>     >     >     >>     > SKIPPED
>     >     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >     >>     >     >>     >     >     > > > > > > > > >
> [exec]
>     > [INFO]
>     >     > [INFO]
>     >     >     >> Apache
>     >     >     >>     > Royale:
>     >     >     >>     >     >>     > Examples:
>     >     >     >>     >     >>     >     > Royale:
>     >     >     >>     >     >>     >     >     > > > > > > > >
> DataGridExample
>     >     >     >>     >     >>     >     >     > > > > > > > > > ...
> SKIPPED
>     >     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >     >>     >     >>     >     >     > > > > > > > > > Detailed
> error:
>     >     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >     >>     >     >>     >     >     > > > > > > > > >
>  [exec]
>     > [INFO]
>     >     > [INFO]
>     >     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >     >>     >     >>     >     >     > > > > > > >
>     >     >     >>     >     >>     >     >     > > > > >
>     >     >     >>     >     >>     >     >     > > >
>     >     >     >>     >     >>     >     >     >
>     >     >     >>     >     >>     >     >
>     >     >     >>     >     >>     >
>     >     >     >>     >     >>
>     >     >     >>     >
>     >     >     >>
>     >     >
>     >
> ------------------------------------------------------------------------
>     >     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >     >>     >     >>     >     >     > > > > > > > > >
> [exec]
>     > [INFO]
>     >     > [INFO]
>     >     >     >> BUILD
>     >     >     >>     > FAILURE
>     >     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >     >>     >     >>     >     >     >



-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Hi Om,

If make_branches succeeds, then you shouldn't need to go back and delete branches and tags and run make_branches again if the "maven" step fails.

You might need to revert any changes to the release branch that the "maven" step did, but then you should be able to delete the local copy of the branches and start again with "maven" or "maven_skip_compiler_and_typedefs" if you got all the way up to royale-asjs.

What are some of the 200+ files that don't get reverted back to 0.9.4?

You are welcome to try to add the "continue" option.  I would suggest adding a dummy parameter.  So if the script currently calls Maven like this:

        <exec executable="${mvn}" dir="${basedir}/maven-release-plugin" failonerror="true" >
            <arg value="clean" />
            <arg value="install" />
        </exec>

You can try changing it to something like this:

        <property name="continueOption" value="-Ddummy=0" />
        <exec executable="${mvn}" dir="${basedir}/maven-release-plugin" failonerror="true" >
            <arg value="${continueOption}" />
            <arg value="clean" />
            <arg value="install" />
        </exec>

Then you should be able to set in your local.properties:

continueOption=-rf JewelExample 

You will probably need to use different names for each call to Maven so subsequent Maven calls don't pick up the same option.

HTH,
-Alex

On 10/4/18, 11:58 AM, "OmPrakash Muppirala" <bi...@gmail.com> wrote:

    On Thu, Oct 4, 2018 at 1:48 AM Alex Harui <ah...@adobe.com.invalid> wrote:
    
    > Om, it looks like you are still deleting and recreating the branches.
    > Does this mean you have never completed the make_branches step?
    
    
    Yes, I delete the tags, branches (remote) each time something fails.  Then
    I do a global search for 0.9.5 and replace it with 0.9.4 (some 200+ files
    across 3 repos), then push them into remote/develop.
    
    Then I do the make_branches step first.  Then do a git push in roayale-asjs
    as per the instructions in the commandline. I have never had issues with
    this step.  It is always the maven step that fails for some reason or the
    other.
    
    
    > Is make_branches failing trying to run a build in the develop branch and
    > uploading 0.9.5-SNAPSHOT artifacts?
    
    
    No
    
    
    > I supposed we could try to find a way to skip that, but you will need
    > reliable uploading to repository.a.o to be an RM without going crazy.
    >
    
    Hmm, I use the same internet connection for personal and work related
    activities.  I don't usually have issues with internet.  Either we are very
    unlucky here or we need a more reselient way to pick up things if we lose
    internet connectivity momentarily.
    
    It takes upwards of 90 minutes of uploading stuff. I dont do this kind of
    uploading for my regular work, so that is probably I have never hit this
    issue before.
    
    I still think that looking into the 'resume-from' directive in maven is
    worthwhile.
    
    Thanks,
    Om
    
    
    >
    > -Alex
    >
    > On 10/3/18, 2:11 PM, "OmPrakash Muppirala" <bi...@gmail.com> wrote:
    >
    >     On Wed, Oct 3, 2018 at 2:02 PM Alex Harui <ah...@adobe.com.invalid>
    > wrote:
    >
    >     > Hi Om,
    >     >
    >     > Does anything deploy, or is that the first thing that is attempted to
    >     > deploy?  I found this article that might help:
    >     >
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.apigee.com%2Fquestions%2F50756%2Funable-to-deploy-using-maven-script-due-to-error-r.html&amp;data=02%7C01%7Caharui%40adobe.com%7Cdfbb3e1ff11a495826f208d62a2b6bc6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742763335512825&amp;sdata=%2FoE3nXrnwtRhz3IP%2F8i9DDnmkAcrhdrqo1v1kwVlcYI%3D&amp;reserved=0
    >
    >
    >     It deployed a lot of artifacts before hitting this error.  I don't see
    >     anything special with this artifact.  So, I am guessing that it was a
    >     momentary bad connection that caused this.
    >
    >
    >     >
    >     >
    >     > I would be concerned about restarting from the middle of a Maven
    > call.  I
    >     > suppose you could try it, but what if it skipped an artifact?
    >     >
    >
    >     The maven error message explicitly says this:
    >
    >          [exec] [INFO] [ERROR] After correcting the problems, you can
    > resume
    >     the build with the command
    >
    >          [exec] [INFO] [ERROR]   mvn <goals> -rf
    >     :Jewel-Light-NoFlat-Primary-Sunflower-Theme
    >
    >
    >     >
    >     > There should be Ant targets for starting only on royale-asjs if
    >     > royale-compiler and royale=typedefs worked ok.
    >     >
    >     > HTH,
    >     > -Alex
    >     >
    >     > On 10/3/18, 11:58 AM, "OmPrakash Muppirala" <bi...@gmail.com>
    > wrote:
    >     >
    >     >     Another suggestion I have is - can we do all the pushes to
    > remote after
    >     >     everything is done locally?  That way, if something goes wrong
    >     > halfway, we
    >     >     can just delete the royale-* dirs locally and rerun the
    >     > releasecandiate ant
    >     >     script?
    >     >
    >     >     Not sure if this is an easy change?
    >     >
    >     >     Thanks,
    >     >     Om
    >     >
    >     >     On Wed, Oct 3, 2018 at 11:42 AM OmPrakash Muppirala <
    >     > bigosmallm@gmail.com>
    >     >     wrote:
    >     >
    >     >     > Okay, I tried a couple of times and I have started getting
    > `SSL peer
    >     > shut
    >     >     > down incorrectly errors`
    >     >     >
    >     >     >      [exec] [INFO] [INFO]
    >     >     >
    >     >
    > ------------------------------------------------------------------------
    >     >     >
    >     >     >      [exec] [INFO] [INFO] BUILD FAILURE
    >     >     >
    >     >     >      [exec] [INFO] [INFO]
    >     >     >
    >     >
    > ------------------------------------------------------------------------
    >     >     >
    >     >     >      [exec] [INFO] [INFO] Total time: 16:04 min
    >     >     >
    >     >     >      [exec] [INFO] [INFO] Finished at:
    > 2018-10-03T11:38:49-07:00
    >     >     >
    >     >     >      [exec] [INFO] [INFO]
    >     >     >
    >     >
    > ------------------------------------------------------------------------
    >     >     >
    >     >     >      [exec] [INFO] [ERROR] Failed to execute goal
    >     >     > org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
    >     > (default-deploy)
    >     >     > on project Jewel-Light-NoFlat-Primary-Sunflower-Theme: Failed
    > to
    >     > deploy
    >     >     > artifacts: Could not transfer artifact
    >     >     >
    >     >
    > org.apache.royale.framework:Jewel-Light-NoFlat-Primary-Sunflower-Theme:swc:0.9.4
    >     >     > from/to apache.releases.https (
    >     >     >
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fservice%2Flocal%2Fstaging%2Fdeploy%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7Cdfbb3e1ff11a495826f208d62a2b6bc6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742763335512825&amp;sdata=NhIPscsGICZmcES6Uqg2P6D4oQnFb3uTlGHwhG119s8%3D&amp;reserved=0
    >     > ):
    >     >     > Remote host closed connection during handshake: SSL peer shut
    > down
    >     >     > incorrectly -> [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]
    >     >     >
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cdfbb3e1ff11a495826f208d62a2b6bc6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742763335512825&amp;sdata=oUpGoj6jSszsvSaO2fkOU7x74r4adJl6OieNJYNY8eg%3D&amp;reserved=0
    >     >     >
    >     >     >      [exec] [INFO] [ERROR]
    >     >     >
    >     >     >      [exec] [INFO] [ERROR] After correcting the problems, you
    > can
    >     > resume
    >     >     > the build with the command
    >     >     >
    >     >     >      [exec] [INFO] [ERROR]   mvn <goals> -rf
    >     >     > :Jewel-Light-NoFlat-Primary-Sunflower-Theme
    >     >     >
    >     >     >      [exec] [INFO]
    >     >     >
    >     >
    > ------------------------------------------------------------------------
    >     >     >
    >     >     >
    >     >     > I am guessing it is a bad internet connection.  I am wondering
    > if we
    >     > can
    >     >     > pass a -rf (resume from) option to the maven call from ant?
    >     > Otherwise
    >     >     > doing all this from scratch everytime is a big pain.
    >     >     >
    >     >     > Thanks,
    >     >     > Om
    >     >     >
    >     >     > On Wed, Oct 3, 2018 at 12:47 AM Alex Harui
    > <aharui@adobe.com.invalid
    >     > >
    >     >     > wrote:
    >     >     >
    >     >     >> Looks like it was a missing [
    >     >     >>
    >     >     >> MXRoyale and SparkRoyale built for me.
    >     >     >>
    >     >     >> HTH,
    >     >     >> -Alex
    >     >     >>
    >     >     >> On 10/3/18, 12:43 AM, "OmPrakash Muppirala" <
    > bigosmallm@gmail.com>
    >     >     >> wrote:
    >     >     >>
    >     >     >>     Thanks!
    >     >     >>
    >     >     >>     I reverted everything back to previous state.  I can give
    > it a
    >     > shot
    >     >     >>     tomorrow evening.
    >     >     >>
    >     >     >>     Regards,
    >     >     >>     Om
    >     >     >>
    >     >     >>     On Wed, Oct 3, 2018 at 12:41 AM Alex Harui
    >     > <ah...@adobe.com.invalid>
    >     >     >> wrote:
    >     >     >>
    >     >     >>     > It was in a releasable state.  TourDeFlex was running
    > on it.
    >     >     >>     >
    >     >     >>     > I'm trying to track down the change that broke it.
    >     >     >>     >
    >     >     >>     > -Alex
    >     >     >>     >
    >     >     >>     > On 10/3/18, 12:32 AM, "OmPrakash Muppirala" <
    >     > bigosmallm@gmail.com>
    >     >     >> wrote:
    >     >     >>     >
    >     >     >>     >     A bit more progress. Now we are failing on the
    > MXRoyale
    >     > project:
    >     >     >>     >
    >     >     >>     >          [exec] [INFO] [INFO]
    >     >     >>     >
    >     >     >>     >
    >     >     >>
    >     >
    > ------------------------------------------------------------------------
    >     >     >>     >
    >     >     >>     >          [exec] [INFO] [INFO] BUILD FAILURE
    >     >     >>     >
    >     >     >>     >          [exec] [INFO] [INFO]
    >     >     >>     >
    >     >     >>     >
    >     >     >>
    >     >
    > ------------------------------------------------------------------------
    >     >     >>     >
    >     >     >>     >          [exec] [INFO] [INFO] Total time: 01:34 min
    >     >     >>     >
    >     >     >>     >          [exec] [INFO] [INFO] Finished at:
    >     > 2018-10-03T00:28:14-07:00
    >     >     >>     >
    >     >     >>     >          [exec] [INFO] [INFO]
    >     >     >>     >
    >     >     >>     >
    >     >     >>
    >     >
    > ------------------------------------------------------------------------
    >     >     >>     >
    >     >     >>     >          [exec] [INFO] [ERROR] Failed to execute goal
    >     >     >>     >
    >     >  org.apache.royale.compiler:royale-maven-plugin:0.9.4:compile-as
    >     >     >>     >     (default-compile-as) on project MXRoyale: There were
    >     > errors
    >     >     >> during the
    >     >     >>     >     build. Got return code 3 -> [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]
    >     >     >>     >
    >     >     >>     >
    >     >     >>
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cdfbb3e1ff11a495826f208d62a2b6bc6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742763335512825&amp;sdata=oUpGoj6jSszsvSaO2fkOU7x74r4adJl6OieNJYNY8eg%3D&amp;reserved=0
    >     >     >>     >
    >     >     >>     >          [exec] [INFO] [ERROR]
    >     >     >>     >
    >     >     >>     >          [exec] [INFO] [ERROR] After correcting the
    > problems,
    >     > you
    >     >     >> can
    >     >     >>     > resume
    >     >     >>     >     the build with the command
    >     >     >>     >
    >     >     >>     >          [exec] [INFO] [ERROR]   mvn <goals> -rf
    > :MXRoyale
    >     >     >>     >
    >     >     >>     >
    >     >     >>     >     Can we perhaps turn this project off?  Is it in a
    >     > releasable
    >     >     >> state?
    >     >     >>     >
    >     >     >>     >     On Tue, Oct 2, 2018 at 7:30 PM OmPrakash Muppirala <
    >     >     >>     > bigosmallm@gmail.com>
    >     >     >>     >     wrote:
    >     >     >>     >
    >     >     >>     >     > I'm going to give this another shot in a couple of
    >     > hours,
    >     >     >> unless
    >     >     >>     > there are
    >     >     >>     >     > any objections.
    >     >     >>     >     >
    >     >     >>     >     > Thanks,
    >     >     >>     >     > Om
    >     >     >>     >     >
    >     >     >>     >     > On Mon, Oct 1, 2018, 2:04 PM Alex Harui
    >     >     >> <ah...@adobe.com.invalid>
    >     >     >>     > wrote:
    >     >     >>     >     >
    >     >     >>     >     >> Jewel is mentioned in there.  I added mention of
    > the
    >     >     >> migration
    >     >     >>     > components
    >     >     >>     >     >> and tour de flex.  Not sure if I got the
    > formatting
    >     > right.
    >     >     >> I think
    >     >     >>     > it is
    >     >     >>     >     >> good enough.
    >     >     >>     >     >>
    >     >     >>     >     >> -Alex
    >     >     >>     >     >>
    >     >     >>     >     >> On 10/1/18, 12:13 PM, "OmPrakash Muppirala" <
    >     >     >> bigosmallm@gmail.com>
    >     >     >>     >     >> wrote:
    >     >     >>     >     >>
    >     >     >>     >     >>     I updated it, although it looks a bit sparse
    > now.
    >     > Can
    >     >     >> we list
    >     >     >>     > a few
    >     >     >>     >     >> major
    >     >     >>     >     >>     highlights here, that I can go add to the
    > release
    >     > notes?
    >     >     >>     >     >>     Jewel should at least have several updates.
    >     >     >>     >     >>
    >     >     >>     >     >>     Thanks,
    >     >     >>     >     >>     Om
    >     >     >>     >     >>
    >     >     >>     >     >>     On Mon, Oct 1, 2018 at 12:09 PM Alex Harui
    >     >     >>     > <ah...@adobe.com.invalid>
    >     >     >>     >     >> wrote:
    >     >     >>     >     >>
    >     >     >>     >     >>     > Hey, I just noticed that nobody put a 0.9.4
    >     > section in
    >     >     >> the
    >     >     >>     >     >> RELEASE_NOTES.
    >     >     >>     >     >>     > Maybe just rename the 0.9.3 section?
    >     >     >>     >     >>     >
    >     >     >>     >     >>     > -Alex
    >     >     >>     >     >>     >
    >     >     >>     >     >>     > On 10/1/18, 12:07 PM, "OmPrakash
    > Muppirala" <
    >     >     >>     > bigosmallm@gmail.com>
    >     >     >>     >     >> wrote:
    >     >     >>     >     >>     >
    >     >     >>     >     >>     >     Good catch!  I just pushed a fix for
    > that.
    >     >     >>     >     >>     >
    >     >     >>     >     >>     >     Thanks,
    >     >     >>     >     >>     >     Om
    >     >     >>     >     >>     >
    >     >     >>     >     >>     >     On Mon, Oct 1, 2018 at 11:04 AM Alex
    > Harui
    >     >     >>     >     >> <ah...@adobe.com.invalid>
    >     >     >>     >     >>     > wrote:
    >     >     >>     >     >>     >
    >     >     >>     >     >>     >     > Om,
    >     >     >>     >     >>     >     >
    >     >     >>     >     >>     >     > I think the <tag>release/0.9.4</tag>
    > in
    >     >     >>     > royale-asjs/pom.xml
    >     >     >>     >     >> needs to
    >     >     >>     >     >>     > be
    >     >     >>     >     >>     >     > reverted back to 0.9.3.
    >     >     >>     >     >>     >     >
    >     >     >>     >     >>     >     > Everything else looks ok from my
    > quick
    >     >     >> examination.
    >     >     >>     >     >>     >     >
    >     >     >>     >     >>     >     > Thanks and good luck,
    >     >     >>     >     >>     >     > -Alex
    >     >     >>     >     >>     >     >
    >     >     >>     >     >>     >     > On 10/1/18, 10:29 AM, "Piotr
    > Zarzycki" <
    >     >     >>     >     >> piotrzarzycki21@gmail.com>
    >     >     >>     >     >>     > wrote:
    >     >     >>     >     >>     >     >
    >     >     >>     >     >>     >     >     I saw your commit and I think you
    >     > should be
    >     >     >> ok.
    >     >     >>     >     >>     >     >
    >     >     >>     >     >>     >     >     pon., 1 paź 2018 o 19:21
    > OmPrakash
    >     > Muppirala
    >     >     >> <
    >     >     >>     >     >>     > bigosmallm@gmail.com>
    >     >     >>     >     >>     >     >     napisał(a):
    >     >     >>     >     >>     >     >
    >     >     >>     >     >>     >     >     > Okay, I did the following to
    > reset:
    >     >     >>     >     >>     >     >     >
    >     >     >>     >     >>     >     >     > For all three repos:
    >     >     >>     >     >>     >     >     > * Reverted all references of
    > 0.9.5
    >     > to 0.9.4
    >     >     >>     >     >>     >     >     > * Deleted 0.9.4-rc1 tag
    >     >     >>     >     >>     >     >     > * Deleted branch: release/0.9.4
    >     >     >>     >     >>     >     >     >
    >     >     >>     >     >>     >     >     > Can someone please make sure
    > that we
    >     > are
    >     >     >> good
    >     >     >>     > before
    >     >     >>     >     >> starting
    >     >     >>     >     >>     > work?
    >     >     >>     >     >>     >     >     >
    >     >     >>     >     >>     >     >     > Thanks,
    >     >     >>     >     >>     >     >     > Om
    >     >     >>     >     >>     >     >     >
    >     >     >>     >     >>     >     >     > On Mon, Oct 1, 2018 at 1:51 AM
    > Carlos
    >     >     >> Rovira <
    >     >     >>     >     >>     >     > carlosrovira@apache.org>
    >     >     >>     >     >>     >     >     > wrote:
    >     >     >>     >     >>     >     >     >
    >     >     >>     >     >>     >     >     > > Hi Om,
    >     >     >>     >     >>     >     >     > > is related to flash player
    >     > debugger not
    >     >     >>     > launched? are
    >     >     >>     >     >> you on
    >     >     >>     >     >>     > Mac?
    >     >     >>     >     >>     >     >     > > I think on Mac I have to
    > make *.swf
    >     >     >> files be
    >     >     >>     > always
    >     >     >>     >     >> opened
    >     >     >>     >     >>     > by Flash
    >     >     >>     >     >>     >     >     > Player
    >     >     >>     >     >>     >     >     > > debugger.
    >     >     >>     >     >>     >     >     > >
    >     >     >>     >     >>     >     >     > > In the other hand, I need to
    > commit
    >     >     >> during the
    >     >     >>     > day
    >     >     >>     >     >> some
    >     >     >>     >     >>     > fixes, one
    >     >     >>     >     >>     >     > on
    >     >     >>     >     >>     >     >     > > typedefs and expect more on
    >     > compiler. So
    >     >     >> if you
    >     >     >>     > plan
    >     >     >>     >     >> to try
    >     >     >>     >     >>     > again
    >     >     >>     >     >>     >     > some
    >     >     >>     >     >>     >     >     > > hours ago, please, remove the
    >     > commits to
    >     >     >> left
    >     >     >>     > the
    >     >     >>     >     >> repos so
    >     >     >>     >     >>     > we can
    >     >     >>     >     >>     >     > commit
    >     >     >>     >     >>     >     >     > > new work
    >     >     >>     >     >>     >     >     > >
    >     >     >>     >     >>     >     >     > > thanks!
    >     >     >>     >     >>     >     >     > >
    >     >     >>     >     >>     >     >     > > Carlos
    >     >     >>     >     >>     >     >     > >
    >     >     >>     >     >>     >     >     > >
    >     >     >>     >     >>     >     >     > >
    >     >     >>     >     >>     >     >     > >
    >     >     >>     >     >>     >     >     > >
    >     >     >>     >     >>     >     >     > > El lun., 1 oct. 2018 a las
    > 10:29,
    >     >     >> OmPrakash
    >     >     >>     > Muppirala
    >     >     >>     >     >> (<
    >     >     >>     >     >>     >     >     > > bigosmallm@gmail.com>)
    >     >     >>     >     >>     >     >     > > escribió:
    >     >     >>     >     >>     >     >     > >
    >     >     >>     >     >>     >     >     > > > I provided path to Chrome
    > via
    >     >     >> -Dbrowser, but
    >     >     >>     > I got
    >     >     >>     >     >> an
    >     >     >>     >     >>     > error that
    >     >     >>     >     >>     >     > ant
    >     >     >>     >     >>     >     >     > was
    >     >     >>     >     >>     >     >     > > > not able to access the
    >     > application.
    >     >     >>     >     >>     >     >     > > > So, I tried installing
    > firefox
    >     > and that
    >     >     >>     > seemed to
    >     >     >>     >     >> work.
    >     >     >>     >     >>     >     >     > > >
    >     >     >>     >     >>     >     >     > > > On Mon, Oct 1, 2018 at
    > 1:26 AM
    >     > Piotr
    >     >     >> Zarzycki
    >     >     >>     > <
    >     >     >>     >     >>     >     >     > piotrzarzycki21@gmail.com
    >     >     >>     >     >>     >     >     > > >
    >     >     >>     >     >>     >     >     > > > wrote:
    >     >     >>     >     >>     >     >     > > >
    >     >     >>     >     >>     >     >     > > > > Hi Om,
    >     >     >>     >     >>     >     >     > > > >
    >     >     >>     >     >>     >     >     > > > > You did use Firefox for
    > that
    >     > purpose
    >     >     >> ? I
    >     >     >>     > had to
    >     >     >>     >     >> specify
    >     >     >>     >     >>     >     >     > -Dbrowser=path
    >     >     >>     >     >>     >     >     > > to
    >     >     >>     >     >>     >     >     > > > > firefox.exe
    >     >     >>     >     >>     >     >     > > > >
    >     >     >>     >     >>     >     >     > > > > Thanks,
    >     >     >>     >     >>     >     >     > > > > Piotr
    >     >     >>     >     >>     >     >     > > > >
    >     >     >>     >     >>     >     >     > > > > pon., 1 paź 2018 o 10:22
    >     > OmPrakash
    >     >     >>     > Muppirala <
    >     >     >>     >     >>     >     > bigosmallm@gmail.com>
    >     >     >>     >     >>     >     >     > > > > napisał(a):
    >     >     >>     >     >>     >     >     > > > >
    >     >     >>     >     >>     >     >     > > > > > Okay, I made several
    > attempts
    >     >     >> through the
    >     >     >>     > day,
    >     >     >>     >     >> making
    >     >     >>     >     >>     >     > progress each
    >     >     >>     >     >>     >     >     > > > time.
    >     >     >>     >     >>     >     >     > > > > >  The last run failed
    > because
    >     > the
    >     >     >> browser
    >     >     >>     > could
    >     >     >>     >     >> not be
    >     >     >>     >     >>     >     > launched.
    >     >     >>     >     >>     >     >     > > > > > I am going to pause on
    > this
    >     > and
    >     >     >> try again
    >     >     >>     >     >> tomorrow (or
    >     >     >>     >     >>     >     > later) . If
    >     >     >>     >     >>     >     >     > > > > someone
    >     >     >>     >     >>     >     >     > > > > > else wants to give
    > this a go
    >     > in the
    >     >     >>     > meantimne,
    >     >     >>     >     >> they are
    >     >     >>     >     >>     >     > welcome :-)
    >     >     >>     >     >>     >     >     > > > > >
    >     >     >>     >     >>     >     >     > > > > > Thanks,
    >     >     >>     >     >>     >     >     > > > > > Om
    >     >     >>     >     >>     >     >     > > > > >
    >     >     >>     >     >>     >     >     > > > > > On Mon, Oct 1, 2018 at
    > 12:22
    >     > AM
    >     >     >> Carlos
    >     >     >>     > Rovira <
    >     >     >>     >     >>     >     >     > > carlosrovira@apache.org
    >     >     >>     >     >>     >     >     > > > >
    >     >     >>     >     >>     >     >     > > > > > wrote:
    >     >     >>     >     >>     >     >     > > > > >
    >     >     >>     >     >>     >     >     > > > > > > Hi Om,
    >     >     >>     >     >>     >     >     > > > > > > no,  I Thought this
    > was
    >     > due to
    >     >     >> different
    >     >     >>     >     >> tries of the
    >     >     >>     >     >>     >     > release
    >     >     >>     >     >>     >     >     > > process
    >     >     >>     >     >>     >     >     > > > > but
    >     >     >>     >     >>     >     >     > > > > > > most of the poms are
    > in
    >     >     >> 0.9.6-SNAPSHOT.
    >     >     >>     >     >>     >     >     > > > > > > You can search the
    > entire
    >     > repo
    >     >     >> for
    >     >     >>     >     >> "0.9.X-SNAPSHOT"
    >     >     >>     >     >>     > string
    >     >     >>     >     >>     >     > to see
    >     >     >>     >     >>     >     >     > > > that
    >     >     >>     >     >>     >     >     > > > > > now
    >     >     >>     >     >>     >     >     > > > > > > X is 6.
    >     >     >>     >     >>     >     >     > > > > > >
    >     >     >>     >     >>     >     >     > > > > > > thanks
    >     >     >>     >     >>     >     >     > > > > > >
    >     >     >>     >     >>     >     >     > > > > > > El lun., 1 oct. 2018
    > a las
    >     > 2:07,
    >     >     >>     > OmPrakash
    >     >     >>     >     >> Muppirala
    >     >     >>     >     >>     > (<
    >     >     >>     >     >>     >     >     > > > > > > bigosmallm@gmail.com
    > >)
    >     >     >>     >     >>     >     >     > > > > > > escribió:
    >     >     >>     >     >>     >     >     > > > > > >
    >     >     >>     >     >>     >     >     > > > > > > > On Sun, Sep 30,
    > 2018,
    >     > 2:13 PM
    >     >     >> Carlos
    >     >     >>     > Rovira
    >     >     >>     >     >> <
    >     >     >>     >     >>     >     >     > > > carlosrovira@apache.org
    >     >     >>     >     >>     >     >     > > > > >
    >     >     >>     >     >>     >     >     > > > > > > > wrote:
    >     >     >>     >     >>     >     >     > > > > > > >
    >     >     >>     >     >>     >     >     > > > > > > > > Hi Om,
    >     >     >>     >     >>     >     >     > > > > > > > > just saw that
    > some
    >     > poms was
    >     >     >> not
    >     >     >>     > changed to
    >     >     >>     >     >>     >     > 0.9.6-SNAPSHOT.
    >     >     >>     >     >>     >     >     > > > > > > > >
    >     >     >>     >     >>     >     >     > > > > > > >
    >     >     >>     >     >>     >     >     > > > > > > > Do you mean
    >     > 0.9.4-SNAPSHOT?
    >     >     >>     >     >>     >     >     > > > > > > >
    >     >     >>     >     >>     >     >     > > > > > > > Thanks,
    >     >     >>     >     >>     >     >     > > > > > > > Om
    >     >     >>     >     >>     >     >     > > > > > > >
    >     >     >>     >     >>     >     >     > > > > > > >
    >     >     >>     >     >>     >     >     > > > > > > >
    >     >     >>     >     >>     >     >     > > > > > > > I think that
    > should be
    >     > fixed
    >     >     >> and get a
    >     >     >>     >     >> prepare
    >     >     >>     >     >>     > maven
    >     >     >>     >     >>     >     > release
    >     >     >>     >     >>     >     >     > > > process
    >     >     >>     >     >>     >     >     > > > > > that
    >     >     >>     >     >>     >     >     > > > > > > > > could finaly
    > gets all
    >     > poms
    >     >     >> updated
    >     >     >>     > to new
    >     >     >>     >     >>     > version.
    >     >     >>     >     >>     >     >     > > > > > > > > Don't know if
    > that
    >     > could be
    >     >     >> the
    >     >     >>     > problem.
    >     >     >>     >     >> Can you
    >     >     >>     >     >>     > try
    >     >     >>     >     >>     >     > again?
    >     >     >>     >     >>     >     >     > > > > > > > > thanks
    >     >     >>     >     >>     >     >     > > > > > > > >
    >     >     >>     >     >>     >     >     > > > > > > > > El dom., 30
    > sept. 2018
    >     > a las
    >     >     >> 21:32,
    >     >     >>     >     >> OmPrakash
    >     >     >>     >     >>     >     > Muppirala (<
    >     >     >>     >     >>     >     >     > > > > > > > >
    > bigosmallm@gmail.com>)
    >     >     >> escribió:
    >     >     >>     >     >>     >     >     > > > > > > > >
    >     >     >>     >     >>     >     >     > > > > > > > > > Made a bit more
    >     > progress,
    >     >     >> but the
    >     >     >>     > build
    >     >     >>     >     >> is
    >     >     >>     >     >>     > failing
    >     >     >>     >     >>     >     > here
    >     >     >>     >     >>     >     >     > now:
    >     >     >>     >     >>     >     >     > > > > > > > > >
    >     >     >>     >     >>     >     >     > > > > > > > > >      [exec]
    > [INFO]
    >     > [INFO]
    >     >     >> Apache
    >     >     >>     > Royale:
    >     >     >>     >     >>     > Examples:
    >     >     >>     >     >>     >     > Royale:
    >     >     >>     >     >>     >     >     > > > > > > > > >
    > DataBindingExample_as
    >     >     >> SUCCESS [
    >     >     >>     > 2.469
    >     >     >>     >     >> s]
    >     >     >>     >     >>     >     >     > > > > > > > > >
    >     >     >>     >     >>     >     >     > > > > > > > > >      [exec]
    > [INFO]
    >     > [INFO]
    >     >     >> Apache
    >     >     >>     > Royale:
    >     >     >>     >     >>     > Examples:
    >     >     >>     >     >>     >     > Royale:
    >     >     >>     >     >>     >     >     > > > > > > > > >
    >     > DataBindingExample_Flat
    >     >     >> FAILURE [
    >     >     >>     >     >> 1.756 s]
    >     >     >>     >     >>     >     >     > > > > > > > > >
    >     >     >>     >     >>     >     >     > > > > > > > > >      [exec]
    > [INFO]
    >     > [INFO]
    >     >     >> Apache
    >     >     >>     > Royale:
    >     >     >>     >     >>     > Examples:
    >     >     >>     >     >>     >     > Royale:
    >     >     >>     >     >>     >     >     > > > > > > > > >
    >     >     >> DataBindingExampleWithLayout
    >     >     >>     > SKIPPED
    >     >     >>     >     >>     >     >     > > > > > > > > >
    >     >     >>     >     >>     >     >     > > > > > > > > >      [exec]
    > [INFO]
    >     > [INFO]
    >     >     >> Apache
    >     >     >>     > Royale:
    >     >     >>     >     >>     > Examples:
    >     >     >>     >     >>     >     > Royale:
    >     >     >>     >     >>     >     >     > > > > > > > > DataGridExample
    >     >     >>     >     >>     >     >     > > > > > > > > > ... SKIPPED
    >     >     >>     >     >>     >     >     > > > > > > > > >
    >     >     >>     >     >>     >     >     > > > > > > > > >
    >     >     >>     >     >>     >     >     > > > > > > > > >
    >     >     >>     >     >>     >     >     > > > > > > > > > Detailed error:
    >     >     >>     >     >>     >     >     > > > > > > > > >
    >     >     >>     >     >>     >     >     > > > > > > > > >
    >     >     >>     >     >>     >     >     > > > > > > > > >     [exec]
    > [INFO]
    >     > [INFO]
    >     >     >>     >     >>     >     >     > > > > > > > > >
    >     >     >>     >     >>     >     >     > > > > > > >
    >     >     >>     >     >>     >     >     > > > > >
    >     >     >>     >     >>     >     >     > > >
    >     >     >>     >     >>     >     >     >
    >     >     >>     >     >>     >     >
    >     >     >>     >     >>     >
    >     >     >>     >     >>
    >     >     >>     >
    >     >     >>
    >     >
    > ------------------------------------------------------------------------
    >     >     >>     >     >>     >     >     > > > > > > > > >
    >     >     >>     >     >>     >     >     > > > > > > > > >      [exec]
    > [INFO]
    >     > [INFO]
    >     >     >> BUILD
    >     >     >>     > FAILURE
    >     >     >>     >     >>     >     >     > > > > > > > > >
    >     >     >>     >     >>     >     >     > > > > > > > > >      [exec]
    > [INFO]
    >     > [INFO]
    >     >     >>     >     >>     >     >     > > > > > > > > >
    >     >     >>     >     >>     >     >     > > > > > > >
    >     >     >>     >     >>     >     >     > > > > >
    >     >     >>     >     >>     >     >     > > >
    >     >     >>     >     >>     >     >     >
    >     >     >>     >     >>     >     >
    >     >     >>     >     >>     >
    >     >     >>     >     >>
    >     >     >>     >
    >     >     >>
    >     >
    > ------------------------------------------------------------------------
    >     >     >>     >     >>     >     >     > > > > > > > > >
    >     >     >>     >     >>     >     >     > > > > > > > > >      [exec]
    > [INFO]
    >     > [INFO]
    >     >     >> Total
    >     >     >>     > time:
    >     >     >>     >     >> 07:03 min
    >     >     >>     >     >>     >     >     > > > > > > > > >
    >     >     >>     >     >>     >     >     > > > > > > > > >      [exec]
    > [INFO]
    >     > [INFO]
    >     >     >>     > Finished at:
    >     >     >>     >     >>     >     >     > > > 2018-09-30T12:17:45-07:00
    >     >     >>     >     >>     >     >     > > > > > > > > >
    >     >     >>     >     >>     >     >     > > > > > > > > >      [exec]
    > [INFO]
    >     > [INFO]
    >     >     >>     >     >>     >     >     > > > > > > > > >
    >     >     >>     >     >>     >     >     > > > > > > >
    >     >     >>     >     >>     >     >     > > > > >
    >     >     >>     >     >>     >     >     > > >
    >     >     >>     >     >>     >     >     >
    >     >     >>     >     >>     >     >
    >     >     >>     >     >>     >
    >     >     >>     >     >>
    >     >     >>     >
    >     >     >>
    >     >
    > ------------------------------------------------------------------------
    >     >     >>     >     >>     >     >     > > > > > > > > >
    >     >     >>     >     >>     >     >     > > > > > > > > >      [exec]
    > [INFO]
    >     > [ERROR]
    >     >     >> Failed
    >     >     >>     > to
    >     >     >>     >     >> execute
    >     >     >>     >     >>     > goal
    >     >     >>     >     >>     >     >     > > > > > > > > >
    >     >     >>     >     >>     >     >     >
    >     >     >>     >     >>
    >     > org.apache.maven.plugins:maven-dependency-plugin:2.10:unpack
    >     >     >>     >     >>     >     >     > > > > > > > > (unpack-fonts)
    >     >     >>     >     >>     >     >     > > > > > > > > > on project
    >     >     >>     > DataBindingExample_Flat:
    >     >     >>     >     >> Unable to
    >     >     >>     >     >>     > find
    >     >     >>     >     >>     >     >     > artifact.
    >     >     >>     >     >>     >     >     > > > > Could
    >     >     >>     >     >>     >     >     > > > > > > not
    >     >     >>     >     >>     >     >     > > > > > > > > find
    >     >     >>     >     >>     >     >     > > > > > > > > > artifact
    >     >     >>     >     >>     > org.apache.royale.framework:Fonts:war:0.9.4
    >     >     >>     >     >>     >     > in
    >     >     >>     >     >>     >     >     > > > > > > apache-release
    >     >     >>     >     >>     >     >     > > > > > > > (
    >     >     >>     >     >>     >     >     > > > > > > > > >
    >     >     >>     >     >>     >     >     >
    >     >     >>     >     >>     >     >
    >     >     >>     >     >>     >
    >     >     >>     >     >>
    >     >     >>     >
    >     >     >>
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7Cdfbb3e1ff11a495826f208d62a2b6bc6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636742763335512825&amp;sdata=x0W6GKlmDFcsuUm%2BvHGkkXFtM4awUAXaMI5Z1mM%2Fo9s%3D&amp;reserved=0
    >     >     >>     >     >>     >     > )
    >     >     >>     >     >>     >     >     > > > > > > > > >
    >     >     >>     >     >>     >     >     > > > > > > > > >      [exec]
    > [INFO]
    >     > [ERROR]
    >     >     >>     >     >>     >     >     > > > > > > > > >
    >     >     >>     >     >>     >     >     > > > > > > > > >      [exec]
    > [INFO]
    >     > [ERROR]
    >     >     >> Try
    >     >     >>     >     >> downloading the
    >     >     >>     >     >>     > file
    >     >     >>     >     >>     >     >     > manually
    >     >     >>     >     >>     >     >     > > > from
    >     >     >>     >     >>     >     >     > > > > > the
    >     >     >>     >     >>     >     >     > > > > > > > > > project
    > website.
    >     >     >>     >     >>     >     >     > > > > > > > > >
    >     >     >>     >     >>     >     >     > > > > > > > > >      [exec]
    > [INFO]
    >     > [ERROR]
    >     >     >>     >     >>     >     >     > > > > > > > > >
    >     >     >>     >     >>     >     >     > > > > > > > > >      [exec]
    > [INFO]
    >     > [ERROR]
    >     >     >> Then,
    >     >     >>     >     >> install it
    >     >     >>     >     >>     > using the
    >     >     >>     >     >>     >     >     > > command:
    >     >     >>     >     >>     >     >     > > > > > > > > >
    >     >     >>     >     >>     >     >     > > > > > > > > >      [exec]
    > [INFO]
    >     >     >> [ERROR]     mvn
    >     >     >>     >     >>     >     > install:install-file
    >     >     >>     >     >>     >     >     > > > > > > > > >
    >     >     >>     > -DgroupId=org.apache.royale.framework
    >     >     >>     >     >>     >     > -DartifactId=Fonts
    >     >     >>     >     >>     >     >     > > > > > > > -Dversion=0.9.4
    >     >     >>     >     >>     >     >     > > > > > > > > > -Dpackaging=war
    >     >     >>     > -Dfile=/path/to/file
    >     >     >>     >     >>     >     >     > > > > > > > > >
    >     >     >>     >     >>     >     >     > > > > > > > > >      [exec]
    > [INFO]
    >     > [ERROR]
    >     >     >>     >     >>     >     >     > > > > > > > > >
    >     >     >>     >     >>     >     >     > > > > > > > > >      [exec]
    > [INFO]
    >     > [ERROR]
    >     >     >>     >     >> Alternatively, if
    >     >     >>     >     >>     > you
    >     >     >>     >     >>     >     > host your
    >     >     >>     >     >>     >     >     > > own
    >     >     >>     >     >>     >     >     > > > > > > > repository
    >     >     >>     >     >>     >     >     > > > > > > > > > you can deploy
    > the
    >     > file
    >     >     >> there:
    >     >     >>     >     >>     >     >     > > > > > > > > >
    >     >     >>     >     >>     >     >     > > > > > > > > >      [exec]
    > [INFO]
    >     >     >> [ERROR]     mvn
    >     >     >>     >     >>     > deploy:deploy-file
    >     >     >>     >     >>     >     >     > > > > > > > > >
    >     >     >>     > -DgroupId=org.apache.royale.framework
    >     >     >>     >     >>     >     > -DartifactId=Fonts
    >     >     >>     >     >>     >     >     > > > > > > > -Dversion=0.9.4
    >     >     >>     >     >>     >     >     > > > > > > > > > -Dpackaging=war
    >     >     >>     > -Dfile=/path/to/file
    >     >     >>     >     >>     > -Durl=[url]
    >     >     >>     >     >>     >     >     > > > > > -DrepositoryId=[id]
    >     >     >>     >     >>     >     >     > > > > > > > > >
    >     >     >>     >     >>     >     >     > > > > > > > > >      [exec]
    > [INFO]
    >     > [ERROR]
    >     >     >>     >     >>     >
    


Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by OmPrakash Muppirala <bi...@gmail.com>.
On Thu, Oct 4, 2018 at 1:48 AM Alex Harui <ah...@adobe.com.invalid> wrote:

> Om, it looks like you are still deleting and recreating the branches.
> Does this mean you have never completed the make_branches step?


Yes, I delete the tags, branches (remote) each time something fails.  Then
I do a global search for 0.9.5 and replace it with 0.9.4 (some 200+ files
across 3 repos), then push them into remote/develop.

Then I do the make_branches step first.  Then do a git push in roayale-asjs
as per the instructions in the commandline. I have never had issues with
this step.  It is always the maven step that fails for some reason or the
other.


> Is make_branches failing trying to run a build in the develop branch and
> uploading 0.9.5-SNAPSHOT artifacts?


No


> I supposed we could try to find a way to skip that, but you will need
> reliable uploading to repository.a.o to be an RM without going crazy.
>

Hmm, I use the same internet connection for personal and work related
activities.  I don't usually have issues with internet.  Either we are very
unlucky here or we need a more reselient way to pick up things if we lose
internet connectivity momentarily.

It takes upwards of 90 minutes of uploading stuff. I dont do this kind of
uploading for my regular work, so that is probably I have never hit this
issue before.

I still think that looking into the 'resume-from' directive in maven is
worthwhile.

Thanks,
Om


>
> -Alex
>
> On 10/3/18, 2:11 PM, "OmPrakash Muppirala" <bi...@gmail.com> wrote:
>
>     On Wed, Oct 3, 2018 at 2:02 PM Alex Harui <ah...@adobe.com.invalid>
> wrote:
>
>     > Hi Om,
>     >
>     > Does anything deploy, or is that the first thing that is attempted to
>     > deploy?  I found this article that might help:
>     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.apigee.com%2Fquestions%2F50756%2Funable-to-deploy-using-maven-script-due-to-error-r.html&amp;data=02%7C01%7Caharui%40adobe.com%7Cf53d1f8543df4d1a82a808d62974c4fa%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741978831424956&amp;sdata=rrkMaSLxamQGHfveBJZ6FMMAj9KQY3BxQlOUc4gd2io%3D&amp;reserved=0
>
>
>     It deployed a lot of artifacts before hitting this error.  I don't see
>     anything special with this artifact.  So, I am guessing that it was a
>     momentary bad connection that caused this.
>
>
>     >
>     >
>     > I would be concerned about restarting from the middle of a Maven
> call.  I
>     > suppose you could try it, but what if it skipped an artifact?
>     >
>
>     The maven error message explicitly says this:
>
>          [exec] [INFO] [ERROR] After correcting the problems, you can
> resume
>     the build with the command
>
>          [exec] [INFO] [ERROR]   mvn <goals> -rf
>     :Jewel-Light-NoFlat-Primary-Sunflower-Theme
>
>
>     >
>     > There should be Ant targets for starting only on royale-asjs if
>     > royale-compiler and royale=typedefs worked ok.
>     >
>     > HTH,
>     > -Alex
>     >
>     > On 10/3/18, 11:58 AM, "OmPrakash Muppirala" <bi...@gmail.com>
> wrote:
>     >
>     >     Another suggestion I have is - can we do all the pushes to
> remote after
>     >     everything is done locally?  That way, if something goes wrong
>     > halfway, we
>     >     can just delete the royale-* dirs locally and rerun the
>     > releasecandiate ant
>     >     script?
>     >
>     >     Not sure if this is an easy change?
>     >
>     >     Thanks,
>     >     Om
>     >
>     >     On Wed, Oct 3, 2018 at 11:42 AM OmPrakash Muppirala <
>     > bigosmallm@gmail.com>
>     >     wrote:
>     >
>     >     > Okay, I tried a couple of times and I have started getting
> `SSL peer
>     > shut
>     >     > down incorrectly errors`
>     >     >
>     >     >      [exec] [INFO] [INFO]
>     >     >
>     >
> ------------------------------------------------------------------------
>     >     >
>     >     >      [exec] [INFO] [INFO] BUILD FAILURE
>     >     >
>     >     >      [exec] [INFO] [INFO]
>     >     >
>     >
> ------------------------------------------------------------------------
>     >     >
>     >     >      [exec] [INFO] [INFO] Total time: 16:04 min
>     >     >
>     >     >      [exec] [INFO] [INFO] Finished at:
> 2018-10-03T11:38:49-07:00
>     >     >
>     >     >      [exec] [INFO] [INFO]
>     >     >
>     >
> ------------------------------------------------------------------------
>     >     >
>     >     >      [exec] [INFO] [ERROR] Failed to execute goal
>     >     > org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
>     > (default-deploy)
>     >     > on project Jewel-Light-NoFlat-Primary-Sunflower-Theme: Failed
> to
>     > deploy
>     >     > artifacts: Could not transfer artifact
>     >     >
>     >
> org.apache.royale.framework:Jewel-Light-NoFlat-Primary-Sunflower-Theme:swc:0.9.4
>     >     > from/to apache.releases.https (
>     >     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fservice%2Flocal%2Fstaging%2Fdeploy%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7Cf53d1f8543df4d1a82a808d62974c4fa%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741978831424956&amp;sdata=jNrj2JenUBeH4xoeCQkCWv8qFjHqxOu31jl%2Fhuq6jN8%3D&amp;reserved=0
>     > ):
>     >     > Remote host closed connection during handshake: SSL peer shut
> down
>     >     > incorrectly -> [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]
>     >     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cf53d1f8543df4d1a82a808d62974c4fa%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741978831424956&amp;sdata=cda%2BjGxt%2FwemS%2BdVownlpLookRBcK0H0VVPDzA7Patg%3D&amp;reserved=0
>     >     >
>     >     >      [exec] [INFO] [ERROR]
>     >     >
>     >     >      [exec] [INFO] [ERROR] After correcting the problems, you
> can
>     > resume
>     >     > the build with the command
>     >     >
>     >     >      [exec] [INFO] [ERROR]   mvn <goals> -rf
>     >     > :Jewel-Light-NoFlat-Primary-Sunflower-Theme
>     >     >
>     >     >      [exec] [INFO]
>     >     >
>     >
> ------------------------------------------------------------------------
>     >     >
>     >     >
>     >     > I am guessing it is a bad internet connection.  I am wondering
> if we
>     > can
>     >     > pass a -rf (resume from) option to the maven call from ant?
>     > Otherwise
>     >     > doing all this from scratch everytime is a big pain.
>     >     >
>     >     > Thanks,
>     >     > Om
>     >     >
>     >     > On Wed, Oct 3, 2018 at 12:47 AM Alex Harui
> <aharui@adobe.com.invalid
>     > >
>     >     > wrote:
>     >     >
>     >     >> Looks like it was a missing [
>     >     >>
>     >     >> MXRoyale and SparkRoyale built for me.
>     >     >>
>     >     >> HTH,
>     >     >> -Alex
>     >     >>
>     >     >> On 10/3/18, 12:43 AM, "OmPrakash Muppirala" <
> bigosmallm@gmail.com>
>     >     >> wrote:
>     >     >>
>     >     >>     Thanks!
>     >     >>
>     >     >>     I reverted everything back to previous state.  I can give
> it a
>     > shot
>     >     >>     tomorrow evening.
>     >     >>
>     >     >>     Regards,
>     >     >>     Om
>     >     >>
>     >     >>     On Wed, Oct 3, 2018 at 12:41 AM Alex Harui
>     > <ah...@adobe.com.invalid>
>     >     >> wrote:
>     >     >>
>     >     >>     > It was in a releasable state.  TourDeFlex was running
> on it.
>     >     >>     >
>     >     >>     > I'm trying to track down the change that broke it.
>     >     >>     >
>     >     >>     > -Alex
>     >     >>     >
>     >     >>     > On 10/3/18, 12:32 AM, "OmPrakash Muppirala" <
>     > bigosmallm@gmail.com>
>     >     >> wrote:
>     >     >>     >
>     >     >>     >     A bit more progress. Now we are failing on the
> MXRoyale
>     > project:
>     >     >>     >
>     >     >>     >          [exec] [INFO] [INFO]
>     >     >>     >
>     >     >>     >
>     >     >>
>     >
> ------------------------------------------------------------------------
>     >     >>     >
>     >     >>     >          [exec] [INFO] [INFO] BUILD FAILURE
>     >     >>     >
>     >     >>     >          [exec] [INFO] [INFO]
>     >     >>     >
>     >     >>     >
>     >     >>
>     >
> ------------------------------------------------------------------------
>     >     >>     >
>     >     >>     >          [exec] [INFO] [INFO] Total time: 01:34 min
>     >     >>     >
>     >     >>     >          [exec] [INFO] [INFO] Finished at:
>     > 2018-10-03T00:28:14-07:00
>     >     >>     >
>     >     >>     >          [exec] [INFO] [INFO]
>     >     >>     >
>     >     >>     >
>     >     >>
>     >
> ------------------------------------------------------------------------
>     >     >>     >
>     >     >>     >          [exec] [INFO] [ERROR] Failed to execute goal
>     >     >>     >
>     >  org.apache.royale.compiler:royale-maven-plugin:0.9.4:compile-as
>     >     >>     >     (default-compile-as) on project MXRoyale: There were
>     > errors
>     >     >> during the
>     >     >>     >     build. Got return code 3 -> [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]
>     >     >>     >
>     >     >>     >
>     >     >>
>     >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cf53d1f8543df4d1a82a808d62974c4fa%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741978831424956&amp;sdata=cda%2BjGxt%2FwemS%2BdVownlpLookRBcK0H0VVPDzA7Patg%3D&amp;reserved=0
>     >     >>     >
>     >     >>     >          [exec] [INFO] [ERROR]
>     >     >>     >
>     >     >>     >          [exec] [INFO] [ERROR] After correcting the
> problems,
>     > you
>     >     >> can
>     >     >>     > resume
>     >     >>     >     the build with the command
>     >     >>     >
>     >     >>     >          [exec] [INFO] [ERROR]   mvn <goals> -rf
> :MXRoyale
>     >     >>     >
>     >     >>     >
>     >     >>     >     Can we perhaps turn this project off?  Is it in a
>     > releasable
>     >     >> state?
>     >     >>     >
>     >     >>     >     On Tue, Oct 2, 2018 at 7:30 PM OmPrakash Muppirala <
>     >     >>     > bigosmallm@gmail.com>
>     >     >>     >     wrote:
>     >     >>     >
>     >     >>     >     > I'm going to give this another shot in a couple of
>     > hours,
>     >     >> unless
>     >     >>     > there are
>     >     >>     >     > any objections.
>     >     >>     >     >
>     >     >>     >     > Thanks,
>     >     >>     >     > Om
>     >     >>     >     >
>     >     >>     >     > On Mon, Oct 1, 2018, 2:04 PM Alex Harui
>     >     >> <ah...@adobe.com.invalid>
>     >     >>     > wrote:
>     >     >>     >     >
>     >     >>     >     >> Jewel is mentioned in there.  I added mention of
> the
>     >     >> migration
>     >     >>     > components
>     >     >>     >     >> and tour de flex.  Not sure if I got the
> formatting
>     > right.
>     >     >> I think
>     >     >>     > it is
>     >     >>     >     >> good enough.
>     >     >>     >     >>
>     >     >>     >     >> -Alex
>     >     >>     >     >>
>     >     >>     >     >> On 10/1/18, 12:13 PM, "OmPrakash Muppirala" <
>     >     >> bigosmallm@gmail.com>
>     >     >>     >     >> wrote:
>     >     >>     >     >>
>     >     >>     >     >>     I updated it, although it looks a bit sparse
> now.
>     > Can
>     >     >> we list
>     >     >>     > a few
>     >     >>     >     >> major
>     >     >>     >     >>     highlights here, that I can go add to the
> release
>     > notes?
>     >     >>     >     >>     Jewel should at least have several updates.
>     >     >>     >     >>
>     >     >>     >     >>     Thanks,
>     >     >>     >     >>     Om
>     >     >>     >     >>
>     >     >>     >     >>     On Mon, Oct 1, 2018 at 12:09 PM Alex Harui
>     >     >>     > <ah...@adobe.com.invalid>
>     >     >>     >     >> wrote:
>     >     >>     >     >>
>     >     >>     >     >>     > Hey, I just noticed that nobody put a 0.9.4
>     > section in
>     >     >> the
>     >     >>     >     >> RELEASE_NOTES.
>     >     >>     >     >>     > Maybe just rename the 0.9.3 section?
>     >     >>     >     >>     >
>     >     >>     >     >>     > -Alex
>     >     >>     >     >>     >
>     >     >>     >     >>     > On 10/1/18, 12:07 PM, "OmPrakash
> Muppirala" <
>     >     >>     > bigosmallm@gmail.com>
>     >     >>     >     >> wrote:
>     >     >>     >     >>     >
>     >     >>     >     >>     >     Good catch!  I just pushed a fix for
> that.
>     >     >>     >     >>     >
>     >     >>     >     >>     >     Thanks,
>     >     >>     >     >>     >     Om
>     >     >>     >     >>     >
>     >     >>     >     >>     >     On Mon, Oct 1, 2018 at 11:04 AM Alex
> Harui
>     >     >>     >     >> <ah...@adobe.com.invalid>
>     >     >>     >     >>     > wrote:
>     >     >>     >     >>     >
>     >     >>     >     >>     >     > Om,
>     >     >>     >     >>     >     >
>     >     >>     >     >>     >     > I think the <tag>release/0.9.4</tag>
> in
>     >     >>     > royale-asjs/pom.xml
>     >     >>     >     >> needs to
>     >     >>     >     >>     > be
>     >     >>     >     >>     >     > reverted back to 0.9.3.
>     >     >>     >     >>     >     >
>     >     >>     >     >>     >     > Everything else looks ok from my
> quick
>     >     >> examination.
>     >     >>     >     >>     >     >
>     >     >>     >     >>     >     > Thanks and good luck,
>     >     >>     >     >>     >     > -Alex
>     >     >>     >     >>     >     >
>     >     >>     >     >>     >     > On 10/1/18, 10:29 AM, "Piotr
> Zarzycki" <
>     >     >>     >     >> piotrzarzycki21@gmail.com>
>     >     >>     >     >>     > wrote:
>     >     >>     >     >>     >     >
>     >     >>     >     >>     >     >     I saw your commit and I think you
>     > should be
>     >     >> ok.
>     >     >>     >     >>     >     >
>     >     >>     >     >>     >     >     pon., 1 paź 2018 o 19:21
> OmPrakash
>     > Muppirala
>     >     >> <
>     >     >>     >     >>     > bigosmallm@gmail.com>
>     >     >>     >     >>     >     >     napisał(a):
>     >     >>     >     >>     >     >
>     >     >>     >     >>     >     >     > Okay, I did the following to
> reset:
>     >     >>     >     >>     >     >     >
>     >     >>     >     >>     >     >     > For all three repos:
>     >     >>     >     >>     >     >     > * Reverted all references of
> 0.9.5
>     > to 0.9.4
>     >     >>     >     >>     >     >     > * Deleted 0.9.4-rc1 tag
>     >     >>     >     >>     >     >     > * Deleted branch: release/0.9.4
>     >     >>     >     >>     >     >     >
>     >     >>     >     >>     >     >     > Can someone please make sure
> that we
>     > are
>     >     >> good
>     >     >>     > before
>     >     >>     >     >> starting
>     >     >>     >     >>     > work?
>     >     >>     >     >>     >     >     >
>     >     >>     >     >>     >     >     > Thanks,
>     >     >>     >     >>     >     >     > Om
>     >     >>     >     >>     >     >     >
>     >     >>     >     >>     >     >     > On Mon, Oct 1, 2018 at 1:51 AM
> Carlos
>     >     >> Rovira <
>     >     >>     >     >>     >     > carlosrovira@apache.org>
>     >     >>     >     >>     >     >     > wrote:
>     >     >>     >     >>     >     >     >
>     >     >>     >     >>     >     >     > > Hi Om,
>     >     >>     >     >>     >     >     > > is related to flash player
>     > debugger not
>     >     >>     > launched? are
>     >     >>     >     >> you on
>     >     >>     >     >>     > Mac?
>     >     >>     >     >>     >     >     > > I think on Mac I have to
> make *.swf
>     >     >> files be
>     >     >>     > always
>     >     >>     >     >> opened
>     >     >>     >     >>     > by Flash
>     >     >>     >     >>     >     >     > Player
>     >     >>     >     >>     >     >     > > debugger.
>     >     >>     >     >>     >     >     > >
>     >     >>     >     >>     >     >     > > In the other hand, I need to
> commit
>     >     >> during the
>     >     >>     > day
>     >     >>     >     >> some
>     >     >>     >     >>     > fixes, one
>     >     >>     >     >>     >     > on
>     >     >>     >     >>     >     >     > > typedefs and expect more on
>     > compiler. So
>     >     >> if you
>     >     >>     > plan
>     >     >>     >     >> to try
>     >     >>     >     >>     > again
>     >     >>     >     >>     >     > some
>     >     >>     >     >>     >     >     > > hours ago, please, remove the
>     > commits to
>     >     >> left
>     >     >>     > the
>     >     >>     >     >> repos so
>     >     >>     >     >>     > we can
>     >     >>     >     >>     >     > commit
>     >     >>     >     >>     >     >     > > new work
>     >     >>     >     >>     >     >     > >
>     >     >>     >     >>     >     >     > > thanks!
>     >     >>     >     >>     >     >     > >
>     >     >>     >     >>     >     >     > > Carlos
>     >     >>     >     >>     >     >     > >
>     >     >>     >     >>     >     >     > >
>     >     >>     >     >>     >     >     > >
>     >     >>     >     >>     >     >     > >
>     >     >>     >     >>     >     >     > >
>     >     >>     >     >>     >     >     > > El lun., 1 oct. 2018 a las
> 10:29,
>     >     >> OmPrakash
>     >     >>     > Muppirala
>     >     >>     >     >> (<
>     >     >>     >     >>     >     >     > > bigosmallm@gmail.com>)
>     >     >>     >     >>     >     >     > > escribió:
>     >     >>     >     >>     >     >     > >
>     >     >>     >     >>     >     >     > > > I provided path to Chrome
> via
>     >     >> -Dbrowser, but
>     >     >>     > I got
>     >     >>     >     >> an
>     >     >>     >     >>     > error that
>     >     >>     >     >>     >     > ant
>     >     >>     >     >>     >     >     > was
>     >     >>     >     >>     >     >     > > > not able to access the
>     > application.
>     >     >>     >     >>     >     >     > > > So, I tried installing
> firefox
>     > and that
>     >     >>     > seemed to
>     >     >>     >     >> work.
>     >     >>     >     >>     >     >     > > >
>     >     >>     >     >>     >     >     > > > On Mon, Oct 1, 2018 at
> 1:26 AM
>     > Piotr
>     >     >> Zarzycki
>     >     >>     > <
>     >     >>     >     >>     >     >     > piotrzarzycki21@gmail.com
>     >     >>     >     >>     >     >     > > >
>     >     >>     >     >>     >     >     > > > wrote:
>     >     >>     >     >>     >     >     > > >
>     >     >>     >     >>     >     >     > > > > Hi Om,
>     >     >>     >     >>     >     >     > > > >
>     >     >>     >     >>     >     >     > > > > You did use Firefox for
> that
>     > purpose
>     >     >> ? I
>     >     >>     > had to
>     >     >>     >     >> specify
>     >     >>     >     >>     >     >     > -Dbrowser=path
>     >     >>     >     >>     >     >     > > to
>     >     >>     >     >>     >     >     > > > > firefox.exe
>     >     >>     >     >>     >     >     > > > >
>     >     >>     >     >>     >     >     > > > > Thanks,
>     >     >>     >     >>     >     >     > > > > Piotr
>     >     >>     >     >>     >     >     > > > >
>     >     >>     >     >>     >     >     > > > > pon., 1 paź 2018 o 10:22
>     > OmPrakash
>     >     >>     > Muppirala <
>     >     >>     >     >>     >     > bigosmallm@gmail.com>
>     >     >>     >     >>     >     >     > > > > napisał(a):
>     >     >>     >     >>     >     >     > > > >
>     >     >>     >     >>     >     >     > > > > > Okay, I made several
> attempts
>     >     >> through the
>     >     >>     > day,
>     >     >>     >     >> making
>     >     >>     >     >>     >     > progress each
>     >     >>     >     >>     >     >     > > > time.
>     >     >>     >     >>     >     >     > > > > >  The last run failed
> because
>     > the
>     >     >> browser
>     >     >>     > could
>     >     >>     >     >> not be
>     >     >>     >     >>     >     > launched.
>     >     >>     >     >>     >     >     > > > > > I am going to pause on
> this
>     > and
>     >     >> try again
>     >     >>     >     >> tomorrow (or
>     >     >>     >     >>     >     > later) . If
>     >     >>     >     >>     >     >     > > > > someone
>     >     >>     >     >>     >     >     > > > > > else wants to give
> this a go
>     > in the
>     >     >>     > meantimne,
>     >     >>     >     >> they are
>     >     >>     >     >>     >     > welcome :-)
>     >     >>     >     >>     >     >     > > > > >
>     >     >>     >     >>     >     >     > > > > > Thanks,
>     >     >>     >     >>     >     >     > > > > > Om
>     >     >>     >     >>     >     >     > > > > >
>     >     >>     >     >>     >     >     > > > > > On Mon, Oct 1, 2018 at
> 12:22
>     > AM
>     >     >> Carlos
>     >     >>     > Rovira <
>     >     >>     >     >>     >     >     > > carlosrovira@apache.org
>     >     >>     >     >>     >     >     > > > >
>     >     >>     >     >>     >     >     > > > > > wrote:
>     >     >>     >     >>     >     >     > > > > >
>     >     >>     >     >>     >     >     > > > > > > Hi Om,
>     >     >>     >     >>     >     >     > > > > > > no,  I Thought this
> was
>     > due to
>     >     >> different
>     >     >>     >     >> tries of the
>     >     >>     >     >>     >     > release
>     >     >>     >     >>     >     >     > > process
>     >     >>     >     >>     >     >     > > > > but
>     >     >>     >     >>     >     >     > > > > > > most of the poms are
> in
>     >     >> 0.9.6-SNAPSHOT.
>     >     >>     >     >>     >     >     > > > > > > You can search the
> entire
>     > repo
>     >     >> for
>     >     >>     >     >> "0.9.X-SNAPSHOT"
>     >     >>     >     >>     > string
>     >     >>     >     >>     >     > to see
>     >     >>     >     >>     >     >     > > > that
>     >     >>     >     >>     >     >     > > > > > now
>     >     >>     >     >>     >     >     > > > > > > X is 6.
>     >     >>     >     >>     >     >     > > > > > >
>     >     >>     >     >>     >     >     > > > > > > thanks
>     >     >>     >     >>     >     >     > > > > > >
>     >     >>     >     >>     >     >     > > > > > > El lun., 1 oct. 2018
> a las
>     > 2:07,
>     >     >>     > OmPrakash
>     >     >>     >     >> Muppirala
>     >     >>     >     >>     > (<
>     >     >>     >     >>     >     >     > > > > > > bigosmallm@gmail.com
> >)
>     >     >>     >     >>     >     >     > > > > > > escribió:
>     >     >>     >     >>     >     >     > > > > > >
>     >     >>     >     >>     >     >     > > > > > > > On Sun, Sep 30,
> 2018,
>     > 2:13 PM
>     >     >> Carlos
>     >     >>     > Rovira
>     >     >>     >     >> <
>     >     >>     >     >>     >     >     > > > carlosrovira@apache.org
>     >     >>     >     >>     >     >     > > > > >
>     >     >>     >     >>     >     >     > > > > > > > wrote:
>     >     >>     >     >>     >     >     > > > > > > >
>     >     >>     >     >>     >     >     > > > > > > > > Hi Om,
>     >     >>     >     >>     >     >     > > > > > > > > just saw that
> some
>     > poms was
>     >     >> not
>     >     >>     > changed to
>     >     >>     >     >>     >     > 0.9.6-SNAPSHOT.
>     >     >>     >     >>     >     >     > > > > > > > >
>     >     >>     >     >>     >     >     > > > > > > >
>     >     >>     >     >>     >     >     > > > > > > > Do you mean
>     > 0.9.4-SNAPSHOT?
>     >     >>     >     >>     >     >     > > > > > > >
>     >     >>     >     >>     >     >     > > > > > > > Thanks,
>     >     >>     >     >>     >     >     > > > > > > > Om
>     >     >>     >     >>     >     >     > > > > > > >
>     >     >>     >     >>     >     >     > > > > > > >
>     >     >>     >     >>     >     >     > > > > > > >
>     >     >>     >     >>     >     >     > > > > > > > I think that
> should be
>     > fixed
>     >     >> and get a
>     >     >>     >     >> prepare
>     >     >>     >     >>     > maven
>     >     >>     >     >>     >     > release
>     >     >>     >     >>     >     >     > > > process
>     >     >>     >     >>     >     >     > > > > > that
>     >     >>     >     >>     >     >     > > > > > > > > could finaly
> gets all
>     > poms
>     >     >> updated
>     >     >>     > to new
>     >     >>     >     >>     > version.
>     >     >>     >     >>     >     >     > > > > > > > > Don't know if
> that
>     > could be
>     >     >> the
>     >     >>     > problem.
>     >     >>     >     >> Can you
>     >     >>     >     >>     > try
>     >     >>     >     >>     >     > again?
>     >     >>     >     >>     >     >     > > > > > > > > thanks
>     >     >>     >     >>     >     >     > > > > > > > >
>     >     >>     >     >>     >     >     > > > > > > > > El dom., 30
> sept. 2018
>     > a las
>     >     >> 21:32,
>     >     >>     >     >> OmPrakash
>     >     >>     >     >>     >     > Muppirala (<
>     >     >>     >     >>     >     >     > > > > > > > >
> bigosmallm@gmail.com>)
>     >     >> escribió:
>     >     >>     >     >>     >     >     > > > > > > > >
>     >     >>     >     >>     >     >     > > > > > > > > > Made a bit more
>     > progress,
>     >     >> but the
>     >     >>     > build
>     >     >>     >     >> is
>     >     >>     >     >>     > failing
>     >     >>     >     >>     >     > here
>     >     >>     >     >>     >     >     > now:
>     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >>     >     >     > > > > > > > > >      [exec]
> [INFO]
>     > [INFO]
>     >     >> Apache
>     >     >>     > Royale:
>     >     >>     >     >>     > Examples:
>     >     >>     >     >>     >     > Royale:
>     >     >>     >     >>     >     >     > > > > > > > > >
> DataBindingExample_as
>     >     >> SUCCESS [
>     >     >>     > 2.469
>     >     >>     >     >> s]
>     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >>     >     >     > > > > > > > > >      [exec]
> [INFO]
>     > [INFO]
>     >     >> Apache
>     >     >>     > Royale:
>     >     >>     >     >>     > Examples:
>     >     >>     >     >>     >     > Royale:
>     >     >>     >     >>     >     >     > > > > > > > > >
>     > DataBindingExample_Flat
>     >     >> FAILURE [
>     >     >>     >     >> 1.756 s]
>     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >>     >     >     > > > > > > > > >      [exec]
> [INFO]
>     > [INFO]
>     >     >> Apache
>     >     >>     > Royale:
>     >     >>     >     >>     > Examples:
>     >     >>     >     >>     >     > Royale:
>     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >> DataBindingExampleWithLayout
>     >     >>     > SKIPPED
>     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >>     >     >     > > > > > > > > >      [exec]
> [INFO]
>     > [INFO]
>     >     >> Apache
>     >     >>     > Royale:
>     >     >>     >     >>     > Examples:
>     >     >>     >     >>     >     > Royale:
>     >     >>     >     >>     >     >     > > > > > > > > DataGridExample
>     >     >>     >     >>     >     >     > > > > > > > > > ... SKIPPED
>     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >>     >     >     > > > > > > > > > Detailed error:
>     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >>     >     >     > > > > > > > > >     [exec]
> [INFO]
>     > [INFO]
>     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >>     >     >     > > > > > > >
>     >     >>     >     >>     >     >     > > > > >
>     >     >>     >     >>     >     >     > > >
>     >     >>     >     >>     >     >     >
>     >     >>     >     >>     >     >
>     >     >>     >     >>     >
>     >     >>     >     >>
>     >     >>     >
>     >     >>
>     >
> ------------------------------------------------------------------------
>     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >>     >     >     > > > > > > > > >      [exec]
> [INFO]
>     > [INFO]
>     >     >> BUILD
>     >     >>     > FAILURE
>     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >>     >     >     > > > > > > > > >      [exec]
> [INFO]
>     > [INFO]
>     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >>     >     >     > > > > > > >
>     >     >>     >     >>     >     >     > > > > >
>     >     >>     >     >>     >     >     > > >
>     >     >>     >     >>     >     >     >
>     >     >>     >     >>     >     >
>     >     >>     >     >>     >
>     >     >>     >     >>
>     >     >>     >
>     >     >>
>     >
> ------------------------------------------------------------------------
>     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >>     >     >     > > > > > > > > >      [exec]
> [INFO]
>     > [INFO]
>     >     >> Total
>     >     >>     > time:
>     >     >>     >     >> 07:03 min
>     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >>     >     >     > > > > > > > > >      [exec]
> [INFO]
>     > [INFO]
>     >     >>     > Finished at:
>     >     >>     >     >>     >     >     > > > 2018-09-30T12:17:45-07:00
>     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >>     >     >     > > > > > > > > >      [exec]
> [INFO]
>     > [INFO]
>     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >>     >     >     > > > > > > >
>     >     >>     >     >>     >     >     > > > > >
>     >     >>     >     >>     >     >     > > >
>     >     >>     >     >>     >     >     >
>     >     >>     >     >>     >     >
>     >     >>     >     >>     >
>     >     >>     >     >>
>     >     >>     >
>     >     >>
>     >
> ------------------------------------------------------------------------
>     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >>     >     >     > > > > > > > > >      [exec]
> [INFO]
>     > [ERROR]
>     >     >> Failed
>     >     >>     > to
>     >     >>     >     >> execute
>     >     >>     >     >>     > goal
>     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >>     >     >     >
>     >     >>     >     >>
>     > org.apache.maven.plugins:maven-dependency-plugin:2.10:unpack
>     >     >>     >     >>     >     >     > > > > > > > > (unpack-fonts)
>     >     >>     >     >>     >     >     > > > > > > > > > on project
>     >     >>     > DataBindingExample_Flat:
>     >     >>     >     >> Unable to
>     >     >>     >     >>     > find
>     >     >>     >     >>     >     >     > artifact.
>     >     >>     >     >>     >     >     > > > > Could
>     >     >>     >     >>     >     >     > > > > > > not
>     >     >>     >     >>     >     >     > > > > > > > > find
>     >     >>     >     >>     >     >     > > > > > > > > > artifact
>     >     >>     >     >>     > org.apache.royale.framework:Fonts:war:0.9.4
>     >     >>     >     >>     >     > in
>     >     >>     >     >>     >     >     > > > > > > apache-release
>     >     >>     >     >>     >     >     > > > > > > > (
>     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >>     >     >     >
>     >     >>     >     >>     >     >
>     >     >>     >     >>     >
>     >     >>     >     >>
>     >     >>     >
>     >     >>
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7Cf53d1f8543df4d1a82a808d62974c4fa%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741978831424956&amp;sdata=18W%2FqOr3l6ARnsxCek7crSDQu%2FWqA5YRSJ1BLCoyzKo%3D&amp;reserved=0
>     >     >>     >     >>     >     > )
>     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >>     >     >     > > > > > > > > >      [exec]
> [INFO]
>     > [ERROR]
>     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >>     >     >     > > > > > > > > >      [exec]
> [INFO]
>     > [ERROR]
>     >     >> Try
>     >     >>     >     >> downloading the
>     >     >>     >     >>     > file
>     >     >>     >     >>     >     >     > manually
>     >     >>     >     >>     >     >     > > > from
>     >     >>     >     >>     >     >     > > > > > the
>     >     >>     >     >>     >     >     > > > > > > > > > project
> website.
>     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >>     >     >     > > > > > > > > >      [exec]
> [INFO]
>     > [ERROR]
>     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >>     >     >     > > > > > > > > >      [exec]
> [INFO]
>     > [ERROR]
>     >     >> Then,
>     >     >>     >     >> install it
>     >     >>     >     >>     > using the
>     >     >>     >     >>     >     >     > > command:
>     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >>     >     >     > > > > > > > > >      [exec]
> [INFO]
>     >     >> [ERROR]     mvn
>     >     >>     >     >>     >     > install:install-file
>     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >>     > -DgroupId=org.apache.royale.framework
>     >     >>     >     >>     >     > -DartifactId=Fonts
>     >     >>     >     >>     >     >     > > > > > > > -Dversion=0.9.4
>     >     >>     >     >>     >     >     > > > > > > > > > -Dpackaging=war
>     >     >>     > -Dfile=/path/to/file
>     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >>     >     >     > > > > > > > > >      [exec]
> [INFO]
>     > [ERROR]
>     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >>     >     >     > > > > > > > > >      [exec]
> [INFO]
>     > [ERROR]
>     >     >>     >     >> Alternatively, if
>     >     >>     >     >>     > you
>     >     >>     >     >>     >     > host your
>     >     >>     >     >>     >     >     > > own
>     >     >>     >     >>     >     >     > > > > > > > repository
>     >     >>     >     >>     >     >     > > > > > > > > > you can deploy
> the
>     > file
>     >     >> there:
>     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >>     >     >     > > > > > > > > >      [exec]
> [INFO]
>     >     >> [ERROR]     mvn
>     >     >>     >     >>     > deploy:deploy-file
>     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >>     > -DgroupId=org.apache.royale.framework
>     >     >>     >     >>     >     > -DartifactId=Fonts
>     >     >>     >     >>     >     >     > > > > > > > -Dversion=0.9.4
>     >     >>     >     >>     >     >     > > > > > > > > > -Dpackaging=war
>     >     >>     > -Dfile=/path/to/file
>     >     >>     >     >>     > -Durl=[url]
>     >     >>     >     >>     >     >     > > > > > -DrepositoryId=[id]
>     >     >>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >>     >     >     > > > > > > > > >      [exec]
> [INFO]
>     > [ERROR]
>     >     >>     >     >>     >

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Om, it looks like you are still deleting and recreating the branches.  Does this mean you have never completed the make_branches step?  Is make_branches failing trying to run a build in the develop branch and uploading 0.9.5-SNAPSHOT artifacts?  I supposed we could try to find a way to skip that, but you will need reliable uploading to repository.a.o to be an RM without going crazy.

-Alex

On 10/3/18, 2:11 PM, "OmPrakash Muppirala" <bi...@gmail.com> wrote:

    On Wed, Oct 3, 2018 at 2:02 PM Alex Harui <ah...@adobe.com.invalid> wrote:
    
    > Hi Om,
    >
    > Does anything deploy, or is that the first thing that is attempted to
    > deploy?  I found this article that might help:
    >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.apigee.com%2Fquestions%2F50756%2Funable-to-deploy-using-maven-script-due-to-error-r.html&amp;data=02%7C01%7Caharui%40adobe.com%7Cf53d1f8543df4d1a82a808d62974c4fa%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741978831424956&amp;sdata=rrkMaSLxamQGHfveBJZ6FMMAj9KQY3BxQlOUc4gd2io%3D&amp;reserved=0
    
    
    It deployed a lot of artifacts before hitting this error.  I don't see
    anything special with this artifact.  So, I am guessing that it was a
    momentary bad connection that caused this.
    
    
    >
    >
    > I would be concerned about restarting from the middle of a Maven call.  I
    > suppose you could try it, but what if it skipped an artifact?
    >
    
    The maven error message explicitly says this:
    
         [exec] [INFO] [ERROR] After correcting the problems, you can resume
    the build with the command
    
         [exec] [INFO] [ERROR]   mvn <goals> -rf
    :Jewel-Light-NoFlat-Primary-Sunflower-Theme
    
    
    >
    > There should be Ant targets for starting only on royale-asjs if
    > royale-compiler and royale=typedefs worked ok.
    >
    > HTH,
    > -Alex
    >
    > On 10/3/18, 11:58 AM, "OmPrakash Muppirala" <bi...@gmail.com> wrote:
    >
    >     Another suggestion I have is - can we do all the pushes to remote after
    >     everything is done locally?  That way, if something goes wrong
    > halfway, we
    >     can just delete the royale-* dirs locally and rerun the
    > releasecandiate ant
    >     script?
    >
    >     Not sure if this is an easy change?
    >
    >     Thanks,
    >     Om
    >
    >     On Wed, Oct 3, 2018 at 11:42 AM OmPrakash Muppirala <
    > bigosmallm@gmail.com>
    >     wrote:
    >
    >     > Okay, I tried a couple of times and I have started getting `SSL peer
    > shut
    >     > down incorrectly errors`
    >     >
    >     >      [exec] [INFO] [INFO]
    >     >
    > ------------------------------------------------------------------------
    >     >
    >     >      [exec] [INFO] [INFO] BUILD FAILURE
    >     >
    >     >      [exec] [INFO] [INFO]
    >     >
    > ------------------------------------------------------------------------
    >     >
    >     >      [exec] [INFO] [INFO] Total time: 16:04 min
    >     >
    >     >      [exec] [INFO] [INFO] Finished at: 2018-10-03T11:38:49-07:00
    >     >
    >     >      [exec] [INFO] [INFO]
    >     >
    > ------------------------------------------------------------------------
    >     >
    >     >      [exec] [INFO] [ERROR] Failed to execute goal
    >     > org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
    > (default-deploy)
    >     > on project Jewel-Light-NoFlat-Primary-Sunflower-Theme: Failed to
    > deploy
    >     > artifacts: Could not transfer artifact
    >     >
    > org.apache.royale.framework:Jewel-Light-NoFlat-Primary-Sunflower-Theme:swc:0.9.4
    >     > from/to apache.releases.https (
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fservice%2Flocal%2Fstaging%2Fdeploy%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7Cf53d1f8543df4d1a82a808d62974c4fa%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741978831424956&amp;sdata=jNrj2JenUBeH4xoeCQkCWv8qFjHqxOu31jl%2Fhuq6jN8%3D&amp;reserved=0
    > ):
    >     > Remote host closed connection during handshake: SSL peer shut down
    >     > incorrectly -> [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]
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cf53d1f8543df4d1a82a808d62974c4fa%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741978831424956&amp;sdata=cda%2BjGxt%2FwemS%2BdVownlpLookRBcK0H0VVPDzA7Patg%3D&amp;reserved=0
    >     >
    >     >      [exec] [INFO] [ERROR]
    >     >
    >     >      [exec] [INFO] [ERROR] After correcting the problems, you can
    > resume
    >     > the build with the command
    >     >
    >     >      [exec] [INFO] [ERROR]   mvn <goals> -rf
    >     > :Jewel-Light-NoFlat-Primary-Sunflower-Theme
    >     >
    >     >      [exec] [INFO]
    >     >
    > ------------------------------------------------------------------------
    >     >
    >     >
    >     > I am guessing it is a bad internet connection.  I am wondering if we
    > can
    >     > pass a -rf (resume from) option to the maven call from ant?
    > Otherwise
    >     > doing all this from scratch everytime is a big pain.
    >     >
    >     > Thanks,
    >     > Om
    >     >
    >     > On Wed, Oct 3, 2018 at 12:47 AM Alex Harui <aharui@adobe.com.invalid
    > >
    >     > wrote:
    >     >
    >     >> Looks like it was a missing [
    >     >>
    >     >> MXRoyale and SparkRoyale built for me.
    >     >>
    >     >> HTH,
    >     >> -Alex
    >     >>
    >     >> On 10/3/18, 12:43 AM, "OmPrakash Muppirala" <bi...@gmail.com>
    >     >> wrote:
    >     >>
    >     >>     Thanks!
    >     >>
    >     >>     I reverted everything back to previous state.  I can give it a
    > shot
    >     >>     tomorrow evening.
    >     >>
    >     >>     Regards,
    >     >>     Om
    >     >>
    >     >>     On Wed, Oct 3, 2018 at 12:41 AM Alex Harui
    > <ah...@adobe.com.invalid>
    >     >> wrote:
    >     >>
    >     >>     > It was in a releasable state.  TourDeFlex was running on it.
    >     >>     >
    >     >>     > I'm trying to track down the change that broke it.
    >     >>     >
    >     >>     > -Alex
    >     >>     >
    >     >>     > On 10/3/18, 12:32 AM, "OmPrakash Muppirala" <
    > bigosmallm@gmail.com>
    >     >> wrote:
    >     >>     >
    >     >>     >     A bit more progress. Now we are failing on the MXRoyale
    > project:
    >     >>     >
    >     >>     >          [exec] [INFO] [INFO]
    >     >>     >
    >     >>     >
    >     >>
    > ------------------------------------------------------------------------
    >     >>     >
    >     >>     >          [exec] [INFO] [INFO] BUILD FAILURE
    >     >>     >
    >     >>     >          [exec] [INFO] [INFO]
    >     >>     >
    >     >>     >
    >     >>
    > ------------------------------------------------------------------------
    >     >>     >
    >     >>     >          [exec] [INFO] [INFO] Total time: 01:34 min
    >     >>     >
    >     >>     >          [exec] [INFO] [INFO] Finished at:
    > 2018-10-03T00:28:14-07:00
    >     >>     >
    >     >>     >          [exec] [INFO] [INFO]
    >     >>     >
    >     >>     >
    >     >>
    > ------------------------------------------------------------------------
    >     >>     >
    >     >>     >          [exec] [INFO] [ERROR] Failed to execute goal
    >     >>     >
    >  org.apache.royale.compiler:royale-maven-plugin:0.9.4:compile-as
    >     >>     >     (default-compile-as) on project MXRoyale: There were
    > errors
    >     >> during the
    >     >>     >     build. Got return code 3 -> [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]
    >     >>     >
    >     >>     >
    >     >>
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cf53d1f8543df4d1a82a808d62974c4fa%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741978831424956&amp;sdata=cda%2BjGxt%2FwemS%2BdVownlpLookRBcK0H0VVPDzA7Patg%3D&amp;reserved=0
    >     >>     >
    >     >>     >          [exec] [INFO] [ERROR]
    >     >>     >
    >     >>     >          [exec] [INFO] [ERROR] After correcting the problems,
    > you
    >     >> can
    >     >>     > resume
    >     >>     >     the build with the command
    >     >>     >
    >     >>     >          [exec] [INFO] [ERROR]   mvn <goals> -rf :MXRoyale
    >     >>     >
    >     >>     >
    >     >>     >     Can we perhaps turn this project off?  Is it in a
    > releasable
    >     >> state?
    >     >>     >
    >     >>     >     On Tue, Oct 2, 2018 at 7:30 PM OmPrakash Muppirala <
    >     >>     > bigosmallm@gmail.com>
    >     >>     >     wrote:
    >     >>     >
    >     >>     >     > I'm going to give this another shot in a couple of
    > hours,
    >     >> unless
    >     >>     > there are
    >     >>     >     > any objections.
    >     >>     >     >
    >     >>     >     > Thanks,
    >     >>     >     > Om
    >     >>     >     >
    >     >>     >     > On Mon, Oct 1, 2018, 2:04 PM Alex Harui
    >     >> <ah...@adobe.com.invalid>
    >     >>     > wrote:
    >     >>     >     >
    >     >>     >     >> Jewel is mentioned in there.  I added mention of the
    >     >> migration
    >     >>     > components
    >     >>     >     >> and tour de flex.  Not sure if I got the formatting
    > right.
    >     >> I think
    >     >>     > it is
    >     >>     >     >> good enough.
    >     >>     >     >>
    >     >>     >     >> -Alex
    >     >>     >     >>
    >     >>     >     >> On 10/1/18, 12:13 PM, "OmPrakash Muppirala" <
    >     >> bigosmallm@gmail.com>
    >     >>     >     >> wrote:
    >     >>     >     >>
    >     >>     >     >>     I updated it, although it looks a bit sparse now.
    > Can
    >     >> we list
    >     >>     > a few
    >     >>     >     >> major
    >     >>     >     >>     highlights here, that I can go add to the release
    > notes?
    >     >>     >     >>     Jewel should at least have several updates.
    >     >>     >     >>
    >     >>     >     >>     Thanks,
    >     >>     >     >>     Om
    >     >>     >     >>
    >     >>     >     >>     On Mon, Oct 1, 2018 at 12:09 PM Alex Harui
    >     >>     > <ah...@adobe.com.invalid>
    >     >>     >     >> wrote:
    >     >>     >     >>
    >     >>     >     >>     > Hey, I just noticed that nobody put a 0.9.4
    > section in
    >     >> the
    >     >>     >     >> RELEASE_NOTES.
    >     >>     >     >>     > Maybe just rename the 0.9.3 section?
    >     >>     >     >>     >
    >     >>     >     >>     > -Alex
    >     >>     >     >>     >
    >     >>     >     >>     > On 10/1/18, 12:07 PM, "OmPrakash Muppirala" <
    >     >>     > bigosmallm@gmail.com>
    >     >>     >     >> wrote:
    >     >>     >     >>     >
    >     >>     >     >>     >     Good catch!  I just pushed a fix for that.
    >     >>     >     >>     >
    >     >>     >     >>     >     Thanks,
    >     >>     >     >>     >     Om
    >     >>     >     >>     >
    >     >>     >     >>     >     On Mon, Oct 1, 2018 at 11:04 AM Alex Harui
    >     >>     >     >> <ah...@adobe.com.invalid>
    >     >>     >     >>     > wrote:
    >     >>     >     >>     >
    >     >>     >     >>     >     > Om,
    >     >>     >     >>     >     >
    >     >>     >     >>     >     > I think the <tag>release/0.9.4</tag> in
    >     >>     > royale-asjs/pom.xml
    >     >>     >     >> needs to
    >     >>     >     >>     > be
    >     >>     >     >>     >     > reverted back to 0.9.3.
    >     >>     >     >>     >     >
    >     >>     >     >>     >     > Everything else looks ok from my quick
    >     >> examination.
    >     >>     >     >>     >     >
    >     >>     >     >>     >     > Thanks and good luck,
    >     >>     >     >>     >     > -Alex
    >     >>     >     >>     >     >
    >     >>     >     >>     >     > On 10/1/18, 10:29 AM, "Piotr Zarzycki" <
    >     >>     >     >> piotrzarzycki21@gmail.com>
    >     >>     >     >>     > wrote:
    >     >>     >     >>     >     >
    >     >>     >     >>     >     >     I saw your commit and I think you
    > should be
    >     >> ok.
    >     >>     >     >>     >     >
    >     >>     >     >>     >     >     pon., 1 paź 2018 o 19:21 OmPrakash
    > Muppirala
    >     >> <
    >     >>     >     >>     > bigosmallm@gmail.com>
    >     >>     >     >>     >     >     napisał(a):
    >     >>     >     >>     >     >
    >     >>     >     >>     >     >     > Okay, I did the following to reset:
    >     >>     >     >>     >     >     >
    >     >>     >     >>     >     >     > For all three repos:
    >     >>     >     >>     >     >     > * Reverted all references of 0.9.5
    > to 0.9.4
    >     >>     >     >>     >     >     > * Deleted 0.9.4-rc1 tag
    >     >>     >     >>     >     >     > * Deleted branch: release/0.9.4
    >     >>     >     >>     >     >     >
    >     >>     >     >>     >     >     > Can someone please make sure that we
    > are
    >     >> good
    >     >>     > before
    >     >>     >     >> starting
    >     >>     >     >>     > work?
    >     >>     >     >>     >     >     >
    >     >>     >     >>     >     >     > Thanks,
    >     >>     >     >>     >     >     > Om
    >     >>     >     >>     >     >     >
    >     >>     >     >>     >     >     > On Mon, Oct 1, 2018 at 1:51 AM Carlos
    >     >> Rovira <
    >     >>     >     >>     >     > carlosrovira@apache.org>
    >     >>     >     >>     >     >     > wrote:
    >     >>     >     >>     >     >     >
    >     >>     >     >>     >     >     > > Hi Om,
    >     >>     >     >>     >     >     > > is related to flash player
    > debugger not
    >     >>     > launched? are
    >     >>     >     >> you on
    >     >>     >     >>     > Mac?
    >     >>     >     >>     >     >     > > I think on Mac I have to make *.swf
    >     >> files be
    >     >>     > always
    >     >>     >     >> opened
    >     >>     >     >>     > by Flash
    >     >>     >     >>     >     >     > Player
    >     >>     >     >>     >     >     > > debugger.
    >     >>     >     >>     >     >     > >
    >     >>     >     >>     >     >     > > In the other hand, I need to commit
    >     >> during the
    >     >>     > day
    >     >>     >     >> some
    >     >>     >     >>     > fixes, one
    >     >>     >     >>     >     > on
    >     >>     >     >>     >     >     > > typedefs and expect more on
    > compiler. So
    >     >> if you
    >     >>     > plan
    >     >>     >     >> to try
    >     >>     >     >>     > again
    >     >>     >     >>     >     > some
    >     >>     >     >>     >     >     > > hours ago, please, remove the
    > commits to
    >     >> left
    >     >>     > the
    >     >>     >     >> repos so
    >     >>     >     >>     > we can
    >     >>     >     >>     >     > commit
    >     >>     >     >>     >     >     > > new work
    >     >>     >     >>     >     >     > >
    >     >>     >     >>     >     >     > > thanks!
    >     >>     >     >>     >     >     > >
    >     >>     >     >>     >     >     > > Carlos
    >     >>     >     >>     >     >     > >
    >     >>     >     >>     >     >     > >
    >     >>     >     >>     >     >     > >
    >     >>     >     >>     >     >     > >
    >     >>     >     >>     >     >     > >
    >     >>     >     >>     >     >     > > El lun., 1 oct. 2018 a las 10:29,
    >     >> OmPrakash
    >     >>     > Muppirala
    >     >>     >     >> (<
    >     >>     >     >>     >     >     > > bigosmallm@gmail.com>)
    >     >>     >     >>     >     >     > > escribió:
    >     >>     >     >>     >     >     > >
    >     >>     >     >>     >     >     > > > I provided path to Chrome via
    >     >> -Dbrowser, but
    >     >>     > I got
    >     >>     >     >> an
    >     >>     >     >>     > error that
    >     >>     >     >>     >     > ant
    >     >>     >     >>     >     >     > was
    >     >>     >     >>     >     >     > > > not able to access the
    > application.
    >     >>     >     >>     >     >     > > > So, I tried installing firefox
    > and that
    >     >>     > seemed to
    >     >>     >     >> work.
    >     >>     >     >>     >     >     > > >
    >     >>     >     >>     >     >     > > > On Mon, Oct 1, 2018 at 1:26 AM
    > Piotr
    >     >> Zarzycki
    >     >>     > <
    >     >>     >     >>     >     >     > piotrzarzycki21@gmail.com
    >     >>     >     >>     >     >     > > >
    >     >>     >     >>     >     >     > > > wrote:
    >     >>     >     >>     >     >     > > >
    >     >>     >     >>     >     >     > > > > Hi Om,
    >     >>     >     >>     >     >     > > > >
    >     >>     >     >>     >     >     > > > > You did use Firefox for that
    > purpose
    >     >> ? I
    >     >>     > had to
    >     >>     >     >> specify
    >     >>     >     >>     >     >     > -Dbrowser=path
    >     >>     >     >>     >     >     > > to
    >     >>     >     >>     >     >     > > > > firefox.exe
    >     >>     >     >>     >     >     > > > >
    >     >>     >     >>     >     >     > > > > Thanks,
    >     >>     >     >>     >     >     > > > > Piotr
    >     >>     >     >>     >     >     > > > >
    >     >>     >     >>     >     >     > > > > pon., 1 paź 2018 o 10:22
    > OmPrakash
    >     >>     > Muppirala <
    >     >>     >     >>     >     > bigosmallm@gmail.com>
    >     >>     >     >>     >     >     > > > > napisał(a):
    >     >>     >     >>     >     >     > > > >
    >     >>     >     >>     >     >     > > > > > Okay, I made several attempts
    >     >> through the
    >     >>     > day,
    >     >>     >     >> making
    >     >>     >     >>     >     > progress each
    >     >>     >     >>     >     >     > > > time.
    >     >>     >     >>     >     >     > > > > >  The last run failed because
    > the
    >     >> browser
    >     >>     > could
    >     >>     >     >> not be
    >     >>     >     >>     >     > launched.
    >     >>     >     >>     >     >     > > > > > I am going to pause on this
    > and
    >     >> try again
    >     >>     >     >> tomorrow (or
    >     >>     >     >>     >     > later) . If
    >     >>     >     >>     >     >     > > > > someone
    >     >>     >     >>     >     >     > > > > > else wants to give this a go
    > in the
    >     >>     > meantimne,
    >     >>     >     >> they are
    >     >>     >     >>     >     > welcome :-)
    >     >>     >     >>     >     >     > > > > >
    >     >>     >     >>     >     >     > > > > > Thanks,
    >     >>     >     >>     >     >     > > > > > Om
    >     >>     >     >>     >     >     > > > > >
    >     >>     >     >>     >     >     > > > > > On Mon, Oct 1, 2018 at 12:22
    > AM
    >     >> Carlos
    >     >>     > Rovira <
    >     >>     >     >>     >     >     > > carlosrovira@apache.org
    >     >>     >     >>     >     >     > > > >
    >     >>     >     >>     >     >     > > > > > wrote:
    >     >>     >     >>     >     >     > > > > >
    >     >>     >     >>     >     >     > > > > > > Hi Om,
    >     >>     >     >>     >     >     > > > > > > no,  I Thought this was
    > due to
    >     >> different
    >     >>     >     >> tries of the
    >     >>     >     >>     >     > release
    >     >>     >     >>     >     >     > > process
    >     >>     >     >>     >     >     > > > > but
    >     >>     >     >>     >     >     > > > > > > most of the poms are in
    >     >> 0.9.6-SNAPSHOT.
    >     >>     >     >>     >     >     > > > > > > You can search the entire
    > repo
    >     >> for
    >     >>     >     >> "0.9.X-SNAPSHOT"
    >     >>     >     >>     > string
    >     >>     >     >>     >     > to see
    >     >>     >     >>     >     >     > > > that
    >     >>     >     >>     >     >     > > > > > now
    >     >>     >     >>     >     >     > > > > > > X is 6.
    >     >>     >     >>     >     >     > > > > > >
    >     >>     >     >>     >     >     > > > > > > thanks
    >     >>     >     >>     >     >     > > > > > >
    >     >>     >     >>     >     >     > > > > > > El lun., 1 oct. 2018 a las
    > 2:07,
    >     >>     > OmPrakash
    >     >>     >     >> Muppirala
    >     >>     >     >>     > (<
    >     >>     >     >>     >     >     > > > > > > bigosmallm@gmail.com>)
    >     >>     >     >>     >     >     > > > > > > escribió:
    >     >>     >     >>     >     >     > > > > > >
    >     >>     >     >>     >     >     > > > > > > > On Sun, Sep 30, 2018,
    > 2:13 PM
    >     >> Carlos
    >     >>     > Rovira
    >     >>     >     >> <
    >     >>     >     >>     >     >     > > > carlosrovira@apache.org
    >     >>     >     >>     >     >     > > > > >
    >     >>     >     >>     >     >     > > > > > > > wrote:
    >     >>     >     >>     >     >     > > > > > > >
    >     >>     >     >>     >     >     > > > > > > > > Hi Om,
    >     >>     >     >>     >     >     > > > > > > > > just saw that some
    > poms was
    >     >> not
    >     >>     > changed to
    >     >>     >     >>     >     > 0.9.6-SNAPSHOT.
    >     >>     >     >>     >     >     > > > > > > > >
    >     >>     >     >>     >     >     > > > > > > >
    >     >>     >     >>     >     >     > > > > > > > Do you mean
    > 0.9.4-SNAPSHOT?
    >     >>     >     >>     >     >     > > > > > > >
    >     >>     >     >>     >     >     > > > > > > > Thanks,
    >     >>     >     >>     >     >     > > > > > > > Om
    >     >>     >     >>     >     >     > > > > > > >
    >     >>     >     >>     >     >     > > > > > > >
    >     >>     >     >>     >     >     > > > > > > >
    >     >>     >     >>     >     >     > > > > > > > I think that should be
    > fixed
    >     >> and get a
    >     >>     >     >> prepare
    >     >>     >     >>     > maven
    >     >>     >     >>     >     > release
    >     >>     >     >>     >     >     > > > process
    >     >>     >     >>     >     >     > > > > > that
    >     >>     >     >>     >     >     > > > > > > > > could finaly gets all
    > poms
    >     >> updated
    >     >>     > to new
    >     >>     >     >>     > version.
    >     >>     >     >>     >     >     > > > > > > > > Don't know if that
    > could be
    >     >> the
    >     >>     > problem.
    >     >>     >     >> Can you
    >     >>     >     >>     > try
    >     >>     >     >>     >     > again?
    >     >>     >     >>     >     >     > > > > > > > > thanks
    >     >>     >     >>     >     >     > > > > > > > >
    >     >>     >     >>     >     >     > > > > > > > > El dom., 30 sept. 2018
    > a las
    >     >> 21:32,
    >     >>     >     >> OmPrakash
    >     >>     >     >>     >     > Muppirala (<
    >     >>     >     >>     >     >     > > > > > > > > bigosmallm@gmail.com>)
    >     >> escribió:
    >     >>     >     >>     >     >     > > > > > > > >
    >     >>     >     >>     >     >     > > > > > > > > > Made a bit more
    > progress,
    >     >> but the
    >     >>     > build
    >     >>     >     >> is
    >     >>     >     >>     > failing
    >     >>     >     >>     >     > here
    >     >>     >     >>     >     >     > now:
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
    > [INFO]
    >     >> Apache
    >     >>     > Royale:
    >     >>     >     >>     > Examples:
    >     >>     >     >>     >     > Royale:
    >     >>     >     >>     >     >     > > > > > > > > > DataBindingExample_as
    >     >> SUCCESS [
    >     >>     > 2.469
    >     >>     >     >> s]
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
    > [INFO]
    >     >> Apache
    >     >>     > Royale:
    >     >>     >     >>     > Examples:
    >     >>     >     >>     >     > Royale:
    >     >>     >     >>     >     >     > > > > > > > > >
    > DataBindingExample_Flat
    >     >> FAILURE [
    >     >>     >     >> 1.756 s]
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
    > [INFO]
    >     >> Apache
    >     >>     > Royale:
    >     >>     >     >>     > Examples:
    >     >>     >     >>     >     > Royale:
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >> DataBindingExampleWithLayout
    >     >>     > SKIPPED
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
    > [INFO]
    >     >> Apache
    >     >>     > Royale:
    >     >>     >     >>     > Examples:
    >     >>     >     >>     >     > Royale:
    >     >>     >     >>     >     >     > > > > > > > > DataGridExample
    >     >>     >     >>     >     >     > > > > > > > > > ... SKIPPED
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     >     >>     >     >     > > > > > > > > > Detailed error:
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     >     >>     >     >     > > > > > > > > >     [exec] [INFO]
    > [INFO]
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     >     >>     >     >     > > > > > > >
    >     >>     >     >>     >     >     > > > > >
    >     >>     >     >>     >     >     > > >
    >     >>     >     >>     >     >     >
    >     >>     >     >>     >     >
    >     >>     >     >>     >
    >     >>     >     >>
    >     >>     >
    >     >>
    > ------------------------------------------------------------------------
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
    > [INFO]
    >     >> BUILD
    >     >>     > FAILURE
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
    > [INFO]
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     >     >>     >     >     > > > > > > >
    >     >>     >     >>     >     >     > > > > >
    >     >>     >     >>     >     >     > > >
    >     >>     >     >>     >     >     >
    >     >>     >     >>     >     >
    >     >>     >     >>     >
    >     >>     >     >>
    >     >>     >
    >     >>
    > ------------------------------------------------------------------------
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
    > [INFO]
    >     >> Total
    >     >>     > time:
    >     >>     >     >> 07:03 min
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
    > [INFO]
    >     >>     > Finished at:
    >     >>     >     >>     >     >     > > > 2018-09-30T12:17:45-07:00
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
    > [INFO]
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     >     >>     >     >     > > > > > > >
    >     >>     >     >>     >     >     > > > > >
    >     >>     >     >>     >     >     > > >
    >     >>     >     >>     >     >     >
    >     >>     >     >>     >     >
    >     >>     >     >>     >
    >     >>     >     >>
    >     >>     >
    >     >>
    > ------------------------------------------------------------------------
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
    > [ERROR]
    >     >> Failed
    >     >>     > to
    >     >>     >     >> execute
    >     >>     >     >>     > goal
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     >     >>     >     >     >
    >     >>     >     >>
    > org.apache.maven.plugins:maven-dependency-plugin:2.10:unpack
    >     >>     >     >>     >     >     > > > > > > > > (unpack-fonts)
    >     >>     >     >>     >     >     > > > > > > > > > on project
    >     >>     > DataBindingExample_Flat:
    >     >>     >     >> Unable to
    >     >>     >     >>     > find
    >     >>     >     >>     >     >     > artifact.
    >     >>     >     >>     >     >     > > > > Could
    >     >>     >     >>     >     >     > > > > > > not
    >     >>     >     >>     >     >     > > > > > > > > find
    >     >>     >     >>     >     >     > > > > > > > > > artifact
    >     >>     >     >>     > org.apache.royale.framework:Fonts:war:0.9.4
    >     >>     >     >>     >     > in
    >     >>     >     >>     >     >     > > > > > > apache-release
    >     >>     >     >>     >     >     > > > > > > > (
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     >     >>     >     >     >
    >     >>     >     >>     >     >
    >     >>     >     >>     >
    >     >>     >     >>
    >     >>     >
    >     >>
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7Cf53d1f8543df4d1a82a808d62974c4fa%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741978831424956&amp;sdata=18W%2FqOr3l6ARnsxCek7crSDQu%2FWqA5YRSJ1BLCoyzKo%3D&amp;reserved=0
    >     >>     >     >>     >     > )
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
    > [ERROR]
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
    > [ERROR]
    >     >> Try
    >     >>     >     >> downloading the
    >     >>     >     >>     > file
    >     >>     >     >>     >     >     > manually
    >     >>     >     >>     >     >     > > > from
    >     >>     >     >>     >     >     > > > > > the
    >     >>     >     >>     >     >     > > > > > > > > > project website.
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
    > [ERROR]
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
    > [ERROR]
    >     >> Then,
    >     >>     >     >> install it
    >     >>     >     >>     > using the
    >     >>     >     >>     >     >     > > command:
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
    >     >> [ERROR]     mvn
    >     >>     >     >>     >     > install:install-file
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     > -DgroupId=org.apache.royale.framework
    >     >>     >     >>     >     > -DartifactId=Fonts
    >     >>     >     >>     >     >     > > > > > > > -Dversion=0.9.4
    >     >>     >     >>     >     >     > > > > > > > > > -Dpackaging=war
    >     >>     > -Dfile=/path/to/file
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
    > [ERROR]
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
    > [ERROR]
    >     >>     >     >> Alternatively, if
    >     >>     >     >>     > you
    >     >>     >     >>     >     > host your
    >     >>     >     >>     >     >     > > own
    >     >>     >     >>     >     >     > > > > > > > repository
    >     >>     >     >>     >     >     > > > > > > > > > you can deploy the
    > file
    >     >> there:
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
    >     >> [ERROR]     mvn
    >     >>     >     >>     > deploy:deploy-file
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     > -DgroupId=org.apache.royale.framework
    >     >>     >     >>     >     > -DartifactId=Fonts
    >     >>     >     >>     >     >     > > > > > > > -Dversion=0.9.4
    >     >>     >     >>     >     >     > > > > > > > > > -Dpackaging=war
    >     >>     > -Dfile=/path/to/file
    >     >>     >     >>     > -Durl=[url]
    >     >>     >     >>     >     >     > > > > > -DrepositoryId=[id]
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
    > [ERROR]
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
    > [ERROR]
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
    > [ERROR]
    >     >>     >     >>     >     >     > > > > > > >
    >     >>     > org.apache.royale.framework:Fonts:war:0.9.4
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
    > [ERROR]
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
    > [ERROR]
    >     >> from
    >     >>     > the
    >     >>     >     >> specified
    >     >>     >     >>     > remote
    >     >>     >     >>     >     >     > > > > repositories:
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
    > [ERROR]
    >     >>     >     >>  apache-release (
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     >     >>     >     >     >
    >     >>     >     >>     >     >
    >     >>     >     >>     >
    >     >>     >     >>
    >     >>     >
    >     >>
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7Cf53d1f8543df4d1a82a808d62974c4fa%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741978831424956&amp;sdata=18W%2FqOr3l6ARnsxCek7crSDQu%2FWqA5YRSJ1BLCoyzKo%3D&amp;reserved=0
    >     >>     >     >>     >     > ,
    >     >>     >     >>     >     >     > > > > > > > > > releases=true,
    >     >>     >     >>     >     >     > > > > > > > > > snapshots=false),
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
    > [ERROR]
    >     >>     >     >>  apache-snapshots (
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     >     >>     >     >     >
    >     >>     >     >>     >     >
    >     >>     >     >>     >
    >     >>     >     >>
    >     >>     >
    >     >>
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7Cf53d1f8543df4d1a82a808d62974c4fa%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741978831434961&amp;sdata=mLnUt20rtgAhRbKDED8OTki1RkAE3uXRoBIzPrhLaSA%3D&amp;reserved=0
    >     >>     >     >>     >     >     > > ,
    >     >>     >     >>     >     >     > > > > > > > > > releases=false,
    >     >> snapshots=true),
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
    > [ERROR]
    >     >>     >     >>  apache.snapshots (
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     >     >>     >     >
    >     >>     >     >>     >
    >     >>     >     >>
    >     >>     >
    >     >>
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7Cf53d1f8543df4d1a82a808d62974c4fa%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741978831434961&amp;sdata=CdaNFDyi8NCvHtipO2ilrfm0aZTazSSiXOOmGl6WS1E%3D&amp;reserved=0
    >     >>     >     >>     > ,
    >     >>     >     >>     >     > releases=false,
    >     >>     >     >>     >     >     > > > > > > > > snapshots=true),
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
    > [ERROR]
    >     >>     >  central (
    >     >>     >     >>     >     >     > > > > > > > >
    >     >>     >     >>     >     >
    >     >>     >     >>     >
    >     >>     >     >>
    >     >>     >
    >     >>
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo.maven.apache.org%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7Cf53d1f8543df4d1a82a808d62974c4fa%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741978831434961&amp;sdata=qpqOd%2BPk5G0uVylwCJj7gbKok2vQjjLqcjgtrMQUrDY%3D&amp;reserved=0
    >     >>     >     >>     >     >     > > > > > > > > > ,
    >     >>     >     >>     >     >     > > > > > > > > > releases=true,
    >     >> snapshots=false)
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
    > [ERROR]
    >     >> ->
    >     >>     > [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]
    >     >>     >     >>     >     >     > > > > > > > > >
    >     >>     >     >>     >     >     > > > > > > >
    >     >>     >     >>     >     >     > > > > >
    >     >>     >     >>     >     >     > > >
    >     >>     >     >>     >     >     >
    >     >>     >     >>     >     >
    >     >>     >     >>     >
    >     >>     >     >>
    >     >>     >
    >     >>
    > <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cf53d1f8543df4d1a82a808d62974c4fa%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741978831434961&amp;sdata=0lMg1hWLmFJuZaxe1YJqrYEhqeUIsa82onDBmycZ65M%3D&amp;reserved=0>
    


Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by OmPrakash Muppirala <bi...@gmail.com>.
On Wed, Oct 3, 2018 at 2:02 PM Alex Harui <ah...@adobe.com.invalid> wrote:

> Hi Om,
>
> Does anything deploy, or is that the first thing that is attempted to
> deploy?  I found this article that might help:
>
> https://community.apigee.com/questions/50756/unable-to-deploy-using-maven-script-due-to-error-r.html


It deployed a lot of artifacts before hitting this error.  I don't see
anything special with this artifact.  So, I am guessing that it was a
momentary bad connection that caused this.


>
>
> I would be concerned about restarting from the middle of a Maven call.  I
> suppose you could try it, but what if it skipped an artifact?
>

The maven error message explicitly says this:

     [exec] [INFO] [ERROR] After correcting the problems, you can resume
the build with the command

     [exec] [INFO] [ERROR]   mvn <goals> -rf
:Jewel-Light-NoFlat-Primary-Sunflower-Theme


>
> There should be Ant targets for starting only on royale-asjs if
> royale-compiler and royale=typedefs worked ok.
>
> HTH,
> -Alex
>
> On 10/3/18, 11:58 AM, "OmPrakash Muppirala" <bi...@gmail.com> wrote:
>
>     Another suggestion I have is - can we do all the pushes to remote after
>     everything is done locally?  That way, if something goes wrong
> halfway, we
>     can just delete the royale-* dirs locally and rerun the
> releasecandiate ant
>     script?
>
>     Not sure if this is an easy change?
>
>     Thanks,
>     Om
>
>     On Wed, Oct 3, 2018 at 11:42 AM OmPrakash Muppirala <
> bigosmallm@gmail.com>
>     wrote:
>
>     > Okay, I tried a couple of times and I have started getting `SSL peer
> shut
>     > down incorrectly errors`
>     >
>     >      [exec] [INFO] [INFO]
>     >
> ------------------------------------------------------------------------
>     >
>     >      [exec] [INFO] [INFO] BUILD FAILURE
>     >
>     >      [exec] [INFO] [INFO]
>     >
> ------------------------------------------------------------------------
>     >
>     >      [exec] [INFO] [INFO] Total time: 16:04 min
>     >
>     >      [exec] [INFO] [INFO] Finished at: 2018-10-03T11:38:49-07:00
>     >
>     >      [exec] [INFO] [INFO]
>     >
> ------------------------------------------------------------------------
>     >
>     >      [exec] [INFO] [ERROR] Failed to execute goal
>     > org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
> (default-deploy)
>     > on project Jewel-Light-NoFlat-Primary-Sunflower-Theme: Failed to
> deploy
>     > artifacts: Could not transfer artifact
>     >
> org.apache.royale.framework:Jewel-Light-NoFlat-Primary-Sunflower-Theme:swc:0.9.4
>     > from/to apache.releases.https (
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fservice%2Flocal%2Fstaging%2Fdeploy%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7Cf27e84867a5440c6809008d62962338f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741899088254161&amp;sdata=vzyO7Stsj3pqyE9Sih32heK62GABKGZo0wlgWpxW0bE%3D&amp;reserved=0
> ):
>     > Remote host closed connection during handshake: SSL peer shut down
>     > incorrectly -> [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]
>     >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cf27e84867a5440c6809008d62962338f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741899088254161&amp;sdata=RU7b9uJt%2FtsXJiX376HgIqRTvKoiKZcs7Z%2Flr1b4wO8%3D&amp;reserved=0
>     >
>     >      [exec] [INFO] [ERROR]
>     >
>     >      [exec] [INFO] [ERROR] After correcting the problems, you can
> resume
>     > the build with the command
>     >
>     >      [exec] [INFO] [ERROR]   mvn <goals> -rf
>     > :Jewel-Light-NoFlat-Primary-Sunflower-Theme
>     >
>     >      [exec] [INFO]
>     >
> ------------------------------------------------------------------------
>     >
>     >
>     > I am guessing it is a bad internet connection.  I am wondering if we
> can
>     > pass a -rf (resume from) option to the maven call from ant?
> Otherwise
>     > doing all this from scratch everytime is a big pain.
>     >
>     > Thanks,
>     > Om
>     >
>     > On Wed, Oct 3, 2018 at 12:47 AM Alex Harui <aharui@adobe.com.invalid
> >
>     > wrote:
>     >
>     >> Looks like it was a missing [
>     >>
>     >> MXRoyale and SparkRoyale built for me.
>     >>
>     >> HTH,
>     >> -Alex
>     >>
>     >> On 10/3/18, 12:43 AM, "OmPrakash Muppirala" <bi...@gmail.com>
>     >> wrote:
>     >>
>     >>     Thanks!
>     >>
>     >>     I reverted everything back to previous state.  I can give it a
> shot
>     >>     tomorrow evening.
>     >>
>     >>     Regards,
>     >>     Om
>     >>
>     >>     On Wed, Oct 3, 2018 at 12:41 AM Alex Harui
> <ah...@adobe.com.invalid>
>     >> wrote:
>     >>
>     >>     > It was in a releasable state.  TourDeFlex was running on it.
>     >>     >
>     >>     > I'm trying to track down the change that broke it.
>     >>     >
>     >>     > -Alex
>     >>     >
>     >>     > On 10/3/18, 12:32 AM, "OmPrakash Muppirala" <
> bigosmallm@gmail.com>
>     >> wrote:
>     >>     >
>     >>     >     A bit more progress. Now we are failing on the MXRoyale
> project:
>     >>     >
>     >>     >          [exec] [INFO] [INFO]
>     >>     >
>     >>     >
>     >>
> ------------------------------------------------------------------------
>     >>     >
>     >>     >          [exec] [INFO] [INFO] BUILD FAILURE
>     >>     >
>     >>     >          [exec] [INFO] [INFO]
>     >>     >
>     >>     >
>     >>
> ------------------------------------------------------------------------
>     >>     >
>     >>     >          [exec] [INFO] [INFO] Total time: 01:34 min
>     >>     >
>     >>     >          [exec] [INFO] [INFO] Finished at:
> 2018-10-03T00:28:14-07:00
>     >>     >
>     >>     >          [exec] [INFO] [INFO]
>     >>     >
>     >>     >
>     >>
> ------------------------------------------------------------------------
>     >>     >
>     >>     >          [exec] [INFO] [ERROR] Failed to execute goal
>     >>     >
>  org.apache.royale.compiler:royale-maven-plugin:0.9.4:compile-as
>     >>     >     (default-compile-as) on project MXRoyale: There were
> errors
>     >> during the
>     >>     >     build. Got return code 3 -> [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]
>     >>     >
>     >>     >
>     >>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cf27e84867a5440c6809008d62962338f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741899088254161&amp;sdata=RU7b9uJt%2FtsXJiX376HgIqRTvKoiKZcs7Z%2Flr1b4wO8%3D&amp;reserved=0
>     >>     >
>     >>     >          [exec] [INFO] [ERROR]
>     >>     >
>     >>     >          [exec] [INFO] [ERROR] After correcting the problems,
> you
>     >> can
>     >>     > resume
>     >>     >     the build with the command
>     >>     >
>     >>     >          [exec] [INFO] [ERROR]   mvn <goals> -rf :MXRoyale
>     >>     >
>     >>     >
>     >>     >     Can we perhaps turn this project off?  Is it in a
> releasable
>     >> state?
>     >>     >
>     >>     >     On Tue, Oct 2, 2018 at 7:30 PM OmPrakash Muppirala <
>     >>     > bigosmallm@gmail.com>
>     >>     >     wrote:
>     >>     >
>     >>     >     > I'm going to give this another shot in a couple of
> hours,
>     >> unless
>     >>     > there are
>     >>     >     > any objections.
>     >>     >     >
>     >>     >     > Thanks,
>     >>     >     > Om
>     >>     >     >
>     >>     >     > On Mon, Oct 1, 2018, 2:04 PM Alex Harui
>     >> <ah...@adobe.com.invalid>
>     >>     > wrote:
>     >>     >     >
>     >>     >     >> Jewel is mentioned in there.  I added mention of the
>     >> migration
>     >>     > components
>     >>     >     >> and tour de flex.  Not sure if I got the formatting
> right.
>     >> I think
>     >>     > it is
>     >>     >     >> good enough.
>     >>     >     >>
>     >>     >     >> -Alex
>     >>     >     >>
>     >>     >     >> On 10/1/18, 12:13 PM, "OmPrakash Muppirala" <
>     >> bigosmallm@gmail.com>
>     >>     >     >> wrote:
>     >>     >     >>
>     >>     >     >>     I updated it, although it looks a bit sparse now.
> Can
>     >> we list
>     >>     > a few
>     >>     >     >> major
>     >>     >     >>     highlights here, that I can go add to the release
> notes?
>     >>     >     >>     Jewel should at least have several updates.
>     >>     >     >>
>     >>     >     >>     Thanks,
>     >>     >     >>     Om
>     >>     >     >>
>     >>     >     >>     On Mon, Oct 1, 2018 at 12:09 PM Alex Harui
>     >>     > <ah...@adobe.com.invalid>
>     >>     >     >> wrote:
>     >>     >     >>
>     >>     >     >>     > Hey, I just noticed that nobody put a 0.9.4
> section in
>     >> the
>     >>     >     >> RELEASE_NOTES.
>     >>     >     >>     > Maybe just rename the 0.9.3 section?
>     >>     >     >>     >
>     >>     >     >>     > -Alex
>     >>     >     >>     >
>     >>     >     >>     > On 10/1/18, 12:07 PM, "OmPrakash Muppirala" <
>     >>     > bigosmallm@gmail.com>
>     >>     >     >> wrote:
>     >>     >     >>     >
>     >>     >     >>     >     Good catch!  I just pushed a fix for that.
>     >>     >     >>     >
>     >>     >     >>     >     Thanks,
>     >>     >     >>     >     Om
>     >>     >     >>     >
>     >>     >     >>     >     On Mon, Oct 1, 2018 at 11:04 AM Alex Harui
>     >>     >     >> <ah...@adobe.com.invalid>
>     >>     >     >>     > wrote:
>     >>     >     >>     >
>     >>     >     >>     >     > Om,
>     >>     >     >>     >     >
>     >>     >     >>     >     > I think the <tag>release/0.9.4</tag> in
>     >>     > royale-asjs/pom.xml
>     >>     >     >> needs to
>     >>     >     >>     > be
>     >>     >     >>     >     > reverted back to 0.9.3.
>     >>     >     >>     >     >
>     >>     >     >>     >     > Everything else looks ok from my quick
>     >> examination.
>     >>     >     >>     >     >
>     >>     >     >>     >     > Thanks and good luck,
>     >>     >     >>     >     > -Alex
>     >>     >     >>     >     >
>     >>     >     >>     >     > On 10/1/18, 10:29 AM, "Piotr Zarzycki" <
>     >>     >     >> piotrzarzycki21@gmail.com>
>     >>     >     >>     > wrote:
>     >>     >     >>     >     >
>     >>     >     >>     >     >     I saw your commit and I think you
> should be
>     >> ok.
>     >>     >     >>     >     >
>     >>     >     >>     >     >     pon., 1 paź 2018 o 19:21 OmPrakash
> Muppirala
>     >> <
>     >>     >     >>     > bigosmallm@gmail.com>
>     >>     >     >>     >     >     napisał(a):
>     >>     >     >>     >     >
>     >>     >     >>     >     >     > Okay, I did the following to reset:
>     >>     >     >>     >     >     >
>     >>     >     >>     >     >     > For all three repos:
>     >>     >     >>     >     >     > * Reverted all references of 0.9.5
> to 0.9.4
>     >>     >     >>     >     >     > * Deleted 0.9.4-rc1 tag
>     >>     >     >>     >     >     > * Deleted branch: release/0.9.4
>     >>     >     >>     >     >     >
>     >>     >     >>     >     >     > Can someone please make sure that we
> are
>     >> good
>     >>     > before
>     >>     >     >> starting
>     >>     >     >>     > work?
>     >>     >     >>     >     >     >
>     >>     >     >>     >     >     > Thanks,
>     >>     >     >>     >     >     > Om
>     >>     >     >>     >     >     >
>     >>     >     >>     >     >     > On Mon, Oct 1, 2018 at 1:51 AM Carlos
>     >> Rovira <
>     >>     >     >>     >     > carlosrovira@apache.org>
>     >>     >     >>     >     >     > wrote:
>     >>     >     >>     >     >     >
>     >>     >     >>     >     >     > > Hi Om,
>     >>     >     >>     >     >     > > is related to flash player
> debugger not
>     >>     > launched? are
>     >>     >     >> you on
>     >>     >     >>     > Mac?
>     >>     >     >>     >     >     > > I think on Mac I have to make *.swf
>     >> files be
>     >>     > always
>     >>     >     >> opened
>     >>     >     >>     > by Flash
>     >>     >     >>     >     >     > Player
>     >>     >     >>     >     >     > > debugger.
>     >>     >     >>     >     >     > >
>     >>     >     >>     >     >     > > In the other hand, I need to commit
>     >> during the
>     >>     > day
>     >>     >     >> some
>     >>     >     >>     > fixes, one
>     >>     >     >>     >     > on
>     >>     >     >>     >     >     > > typedefs and expect more on
> compiler. So
>     >> if you
>     >>     > plan
>     >>     >     >> to try
>     >>     >     >>     > again
>     >>     >     >>     >     > some
>     >>     >     >>     >     >     > > hours ago, please, remove the
> commits to
>     >> left
>     >>     > the
>     >>     >     >> repos so
>     >>     >     >>     > we can
>     >>     >     >>     >     > commit
>     >>     >     >>     >     >     > > new work
>     >>     >     >>     >     >     > >
>     >>     >     >>     >     >     > > thanks!
>     >>     >     >>     >     >     > >
>     >>     >     >>     >     >     > > Carlos
>     >>     >     >>     >     >     > >
>     >>     >     >>     >     >     > >
>     >>     >     >>     >     >     > >
>     >>     >     >>     >     >     > >
>     >>     >     >>     >     >     > >
>     >>     >     >>     >     >     > > El lun., 1 oct. 2018 a las 10:29,
>     >> OmPrakash
>     >>     > Muppirala
>     >>     >     >> (<
>     >>     >     >>     >     >     > > bigosmallm@gmail.com>)
>     >>     >     >>     >     >     > > escribió:
>     >>     >     >>     >     >     > >
>     >>     >     >>     >     >     > > > I provided path to Chrome via
>     >> -Dbrowser, but
>     >>     > I got
>     >>     >     >> an
>     >>     >     >>     > error that
>     >>     >     >>     >     > ant
>     >>     >     >>     >     >     > was
>     >>     >     >>     >     >     > > > not able to access the
> application.
>     >>     >     >>     >     >     > > > So, I tried installing firefox
> and that
>     >>     > seemed to
>     >>     >     >> work.
>     >>     >     >>     >     >     > > >
>     >>     >     >>     >     >     > > > On Mon, Oct 1, 2018 at 1:26 AM
> Piotr
>     >> Zarzycki
>     >>     > <
>     >>     >     >>     >     >     > piotrzarzycki21@gmail.com
>     >>     >     >>     >     >     > > >
>     >>     >     >>     >     >     > > > wrote:
>     >>     >     >>     >     >     > > >
>     >>     >     >>     >     >     > > > > Hi Om,
>     >>     >     >>     >     >     > > > >
>     >>     >     >>     >     >     > > > > You did use Firefox for that
> purpose
>     >> ? I
>     >>     > had to
>     >>     >     >> specify
>     >>     >     >>     >     >     > -Dbrowser=path
>     >>     >     >>     >     >     > > to
>     >>     >     >>     >     >     > > > > firefox.exe
>     >>     >     >>     >     >     > > > >
>     >>     >     >>     >     >     > > > > Thanks,
>     >>     >     >>     >     >     > > > > Piotr
>     >>     >     >>     >     >     > > > >
>     >>     >     >>     >     >     > > > > pon., 1 paź 2018 o 10:22
> OmPrakash
>     >>     > Muppirala <
>     >>     >     >>     >     > bigosmallm@gmail.com>
>     >>     >     >>     >     >     > > > > napisał(a):
>     >>     >     >>     >     >     > > > >
>     >>     >     >>     >     >     > > > > > Okay, I made several attempts
>     >> through the
>     >>     > day,
>     >>     >     >> making
>     >>     >     >>     >     > progress each
>     >>     >     >>     >     >     > > > time.
>     >>     >     >>     >     >     > > > > >  The last run failed because
> the
>     >> browser
>     >>     > could
>     >>     >     >> not be
>     >>     >     >>     >     > launched.
>     >>     >     >>     >     >     > > > > > I am going to pause on this
> and
>     >> try again
>     >>     >     >> tomorrow (or
>     >>     >     >>     >     > later) . If
>     >>     >     >>     >     >     > > > > someone
>     >>     >     >>     >     >     > > > > > else wants to give this a go
> in the
>     >>     > meantimne,
>     >>     >     >> they are
>     >>     >     >>     >     > welcome :-)
>     >>     >     >>     >     >     > > > > >
>     >>     >     >>     >     >     > > > > > Thanks,
>     >>     >     >>     >     >     > > > > > Om
>     >>     >     >>     >     >     > > > > >
>     >>     >     >>     >     >     > > > > > On Mon, Oct 1, 2018 at 12:22
> AM
>     >> Carlos
>     >>     > Rovira <
>     >>     >     >>     >     >     > > carlosrovira@apache.org
>     >>     >     >>     >     >     > > > >
>     >>     >     >>     >     >     > > > > > wrote:
>     >>     >     >>     >     >     > > > > >
>     >>     >     >>     >     >     > > > > > > Hi Om,
>     >>     >     >>     >     >     > > > > > > no,  I Thought this was
> due to
>     >> different
>     >>     >     >> tries of the
>     >>     >     >>     >     > release
>     >>     >     >>     >     >     > > process
>     >>     >     >>     >     >     > > > > but
>     >>     >     >>     >     >     > > > > > > most of the poms are in
>     >> 0.9.6-SNAPSHOT.
>     >>     >     >>     >     >     > > > > > > You can search the entire
> repo
>     >> for
>     >>     >     >> "0.9.X-SNAPSHOT"
>     >>     >     >>     > string
>     >>     >     >>     >     > to see
>     >>     >     >>     >     >     > > > that
>     >>     >     >>     >     >     > > > > > now
>     >>     >     >>     >     >     > > > > > > X is 6.
>     >>     >     >>     >     >     > > > > > >
>     >>     >     >>     >     >     > > > > > > thanks
>     >>     >     >>     >     >     > > > > > >
>     >>     >     >>     >     >     > > > > > > El lun., 1 oct. 2018 a las
> 2:07,
>     >>     > OmPrakash
>     >>     >     >> Muppirala
>     >>     >     >>     > (<
>     >>     >     >>     >     >     > > > > > > bigosmallm@gmail.com>)
>     >>     >     >>     >     >     > > > > > > escribió:
>     >>     >     >>     >     >     > > > > > >
>     >>     >     >>     >     >     > > > > > > > On Sun, Sep 30, 2018,
> 2:13 PM
>     >> Carlos
>     >>     > Rovira
>     >>     >     >> <
>     >>     >     >>     >     >     > > > carlosrovira@apache.org
>     >>     >     >>     >     >     > > > > >
>     >>     >     >>     >     >     > > > > > > > wrote:
>     >>     >     >>     >     >     > > > > > > >
>     >>     >     >>     >     >     > > > > > > > > Hi Om,
>     >>     >     >>     >     >     > > > > > > > > just saw that some
> poms was
>     >> not
>     >>     > changed to
>     >>     >     >>     >     > 0.9.6-SNAPSHOT.
>     >>     >     >>     >     >     > > > > > > > >
>     >>     >     >>     >     >     > > > > > > >
>     >>     >     >>     >     >     > > > > > > > Do you mean
> 0.9.4-SNAPSHOT?
>     >>     >     >>     >     >     > > > > > > >
>     >>     >     >>     >     >     > > > > > > > Thanks,
>     >>     >     >>     >     >     > > > > > > > Om
>     >>     >     >>     >     >     > > > > > > >
>     >>     >     >>     >     >     > > > > > > >
>     >>     >     >>     >     >     > > > > > > >
>     >>     >     >>     >     >     > > > > > > > I think that should be
> fixed
>     >> and get a
>     >>     >     >> prepare
>     >>     >     >>     > maven
>     >>     >     >>     >     > release
>     >>     >     >>     >     >     > > > process
>     >>     >     >>     >     >     > > > > > that
>     >>     >     >>     >     >     > > > > > > > > could finaly gets all
> poms
>     >> updated
>     >>     > to new
>     >>     >     >>     > version.
>     >>     >     >>     >     >     > > > > > > > > Don't know if that
> could be
>     >> the
>     >>     > problem.
>     >>     >     >> Can you
>     >>     >     >>     > try
>     >>     >     >>     >     > again?
>     >>     >     >>     >     >     > > > > > > > > thanks
>     >>     >     >>     >     >     > > > > > > > >
>     >>     >     >>     >     >     > > > > > > > > El dom., 30 sept. 2018
> a las
>     >> 21:32,
>     >>     >     >> OmPrakash
>     >>     >     >>     >     > Muppirala (<
>     >>     >     >>     >     >     > > > > > > > > bigosmallm@gmail.com>)
>     >> escribió:
>     >>     >     >>     >     >     > > > > > > > >
>     >>     >     >>     >     >     > > > > > > > > > Made a bit more
> progress,
>     >> but the
>     >>     > build
>     >>     >     >> is
>     >>     >     >>     > failing
>     >>     >     >>     >     > here
>     >>     >     >>     >     >     > now:
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [INFO]
>     >> Apache
>     >>     > Royale:
>     >>     >     >>     > Examples:
>     >>     >     >>     >     > Royale:
>     >>     >     >>     >     >     > > > > > > > > > DataBindingExample_as
>     >> SUCCESS [
>     >>     > 2.469
>     >>     >     >> s]
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [INFO]
>     >> Apache
>     >>     > Royale:
>     >>     >     >>     > Examples:
>     >>     >     >>     >     > Royale:
>     >>     >     >>     >     >     > > > > > > > > >
> DataBindingExample_Flat
>     >> FAILURE [
>     >>     >     >> 1.756 s]
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [INFO]
>     >> Apache
>     >>     > Royale:
>     >>     >     >>     > Examples:
>     >>     >     >>     >     > Royale:
>     >>     >     >>     >     >     > > > > > > > > >
>     >> DataBindingExampleWithLayout
>     >>     > SKIPPED
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [INFO]
>     >> Apache
>     >>     > Royale:
>     >>     >     >>     > Examples:
>     >>     >     >>     >     > Royale:
>     >>     >     >>     >     >     > > > > > > > > DataGridExample
>     >>     >     >>     >     >     > > > > > > > > > ... SKIPPED
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     >     >>     >     >     > > > > > > > > > Detailed error:
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     >     >>     >     >     > > > > > > > > >     [exec] [INFO]
> [INFO]
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     >     >>     >     >     > > > > > > >
>     >>     >     >>     >     >     > > > > >
>     >>     >     >>     >     >     > > >
>     >>     >     >>     >     >     >
>     >>     >     >>     >     >
>     >>     >     >>     >
>     >>     >     >>
>     >>     >
>     >>
> ------------------------------------------------------------------------
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [INFO]
>     >> BUILD
>     >>     > FAILURE
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [INFO]
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     >     >>     >     >     > > > > > > >
>     >>     >     >>     >     >     > > > > >
>     >>     >     >>     >     >     > > >
>     >>     >     >>     >     >     >
>     >>     >     >>     >     >
>     >>     >     >>     >
>     >>     >     >>
>     >>     >
>     >>
> ------------------------------------------------------------------------
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [INFO]
>     >> Total
>     >>     > time:
>     >>     >     >> 07:03 min
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [INFO]
>     >>     > Finished at:
>     >>     >     >>     >     >     > > > 2018-09-30T12:17:45-07:00
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [INFO]
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     >     >>     >     >     > > > > > > >
>     >>     >     >>     >     >     > > > > >
>     >>     >     >>     >     >     > > >
>     >>     >     >>     >     >     >
>     >>     >     >>     >     >
>     >>     >     >>     >
>     >>     >     >>
>     >>     >
>     >>
> ------------------------------------------------------------------------
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [ERROR]
>     >> Failed
>     >>     > to
>     >>     >     >> execute
>     >>     >     >>     > goal
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     >     >>     >     >     >
>     >>     >     >>
> org.apache.maven.plugins:maven-dependency-plugin:2.10:unpack
>     >>     >     >>     >     >     > > > > > > > > (unpack-fonts)
>     >>     >     >>     >     >     > > > > > > > > > on project
>     >>     > DataBindingExample_Flat:
>     >>     >     >> Unable to
>     >>     >     >>     > find
>     >>     >     >>     >     >     > artifact.
>     >>     >     >>     >     >     > > > > Could
>     >>     >     >>     >     >     > > > > > > not
>     >>     >     >>     >     >     > > > > > > > > find
>     >>     >     >>     >     >     > > > > > > > > > artifact
>     >>     >     >>     > org.apache.royale.framework:Fonts:war:0.9.4
>     >>     >     >>     >     > in
>     >>     >     >>     >     >     > > > > > > apache-release
>     >>     >     >>     >     >     > > > > > > > (
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     >     >>     >     >     >
>     >>     >     >>     >     >
>     >>     >     >>     >
>     >>     >     >>
>     >>     >
>     >>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7Cf27e84867a5440c6809008d62962338f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741899088264171&amp;sdata=UWRtC77ZPXzIU44fNnW0rzkzIeHwzHAuQP0SqTIQkog%3D&amp;reserved=0
>     >>     >     >>     >     > )
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [ERROR]
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [ERROR]
>     >> Try
>     >>     >     >> downloading the
>     >>     >     >>     > file
>     >>     >     >>     >     >     > manually
>     >>     >     >>     >     >     > > > from
>     >>     >     >>     >     >     > > > > > the
>     >>     >     >>     >     >     > > > > > > > > > project website.
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [ERROR]
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [ERROR]
>     >> Then,
>     >>     >     >> install it
>     >>     >     >>     > using the
>     >>     >     >>     >     >     > > command:
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
>     >> [ERROR]     mvn
>     >>     >     >>     >     > install:install-file
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     > -DgroupId=org.apache.royale.framework
>     >>     >     >>     >     > -DartifactId=Fonts
>     >>     >     >>     >     >     > > > > > > > -Dversion=0.9.4
>     >>     >     >>     >     >     > > > > > > > > > -Dpackaging=war
>     >>     > -Dfile=/path/to/file
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [ERROR]
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [ERROR]
>     >>     >     >> Alternatively, if
>     >>     >     >>     > you
>     >>     >     >>     >     > host your
>     >>     >     >>     >     >     > > own
>     >>     >     >>     >     >     > > > > > > > repository
>     >>     >     >>     >     >     > > > > > > > > > you can deploy the
> file
>     >> there:
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
>     >> [ERROR]     mvn
>     >>     >     >>     > deploy:deploy-file
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     > -DgroupId=org.apache.royale.framework
>     >>     >     >>     >     > -DartifactId=Fonts
>     >>     >     >>     >     >     > > > > > > > -Dversion=0.9.4
>     >>     >     >>     >     >     > > > > > > > > > -Dpackaging=war
>     >>     > -Dfile=/path/to/file
>     >>     >     >>     > -Durl=[url]
>     >>     >     >>     >     >     > > > > > -DrepositoryId=[id]
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [ERROR]
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [ERROR]
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [ERROR]
>     >>     >     >>     >     >     > > > > > > >
>     >>     > org.apache.royale.framework:Fonts:war:0.9.4
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [ERROR]
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [ERROR]
>     >> from
>     >>     > the
>     >>     >     >> specified
>     >>     >     >>     > remote
>     >>     >     >>     >     >     > > > > repositories:
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [ERROR]
>     >>     >     >>  apache-release (
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     >     >>     >     >     >
>     >>     >     >>     >     >
>     >>     >     >>     >
>     >>     >     >>
>     >>     >
>     >>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7Cf27e84867a5440c6809008d62962338f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741899088264171&amp;sdata=UWRtC77ZPXzIU44fNnW0rzkzIeHwzHAuQP0SqTIQkog%3D&amp;reserved=0
>     >>     >     >>     >     > ,
>     >>     >     >>     >     >     > > > > > > > > > releases=true,
>     >>     >     >>     >     >     > > > > > > > > > snapshots=false),
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [ERROR]
>     >>     >     >>  apache-snapshots (
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     >     >>     >     >     >
>     >>     >     >>     >     >
>     >>     >     >>     >
>     >>     >     >>
>     >>     >
>     >>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7Cf27e84867a5440c6809008d62962338f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741899088264171&amp;sdata=eK5OZfTKPK1h75Z7PgVEKQJi%2FdIbiU129vgvJ82m%2Fn8%3D&amp;reserved=0
>     >>     >     >>     >     >     > > ,
>     >>     >     >>     >     >     > > > > > > > > > releases=false,
>     >> snapshots=true),
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [ERROR]
>     >>     >     >>  apache.snapshots (
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     >     >>     >     >
>     >>     >     >>     >
>     >>     >     >>
>     >>     >
>     >>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7Cf27e84867a5440c6809008d62962338f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741899088264171&amp;sdata=mzxsMv%2FR2c%2F75BPMkBITt%2B1O%2Bc7Efx%2F%2F8KZK0PzNQpM%3D&amp;reserved=0
>     >>     >     >>     > ,
>     >>     >     >>     >     > releases=false,
>     >>     >     >>     >     >     > > > > > > > > snapshots=true),
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [ERROR]
>     >>     >  central (
>     >>     >     >>     >     >     > > > > > > > >
>     >>     >     >>     >     >
>     >>     >     >>     >
>     >>     >     >>
>     >>     >
>     >>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo.maven.apache.org%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7Cf27e84867a5440c6809008d62962338f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741899088264171&amp;sdata=wGqgixDteYMApMYRzLcokM2h%2F7XN0F4wZdxEpxrGkIQ%3D&amp;reserved=0
>     >>     >     >>     >     >     > > > > > > > > > ,
>     >>     >     >>     >     >     > > > > > > > > > releases=true,
>     >> snapshots=false)
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [ERROR]
>     >> ->
>     >>     > [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]
>     >>     >     >>     >     >     > > > > > > > > >
>     >>     >     >>     >     >     > > > > > > >
>     >>     >     >>     >     >     > > > > >
>     >>     >     >>     >     >     > > >
>     >>     >     >>     >     >     >
>     >>     >     >>     >     >
>     >>     >     >>     >
>     >>     >     >>
>     >>     >
>     >>
> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cf27e84867a5440c6809008d62962338f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741899088264171&amp;sdata=DLz%2B3l9zn8QMwe%2BriSHAsX7MpqTQAXONsOxL5mif4CA%3D&amp;reserved=0>

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Hi Om,

Does anything deploy, or is that the first thing that is attempted to deploy?  I found this article that might help:
https://community.apigee.com/questions/50756/unable-to-deploy-using-maven-script-due-to-error-r.html

I would be concerned about restarting from the middle of a Maven call.  I suppose you could try it, but what if it skipped an artifact?

There should be Ant targets for starting only on royale-asjs if royale-compiler and royale=typedefs worked ok. 

HTH,
-Alex

On 10/3/18, 11:58 AM, "OmPrakash Muppirala" <bi...@gmail.com> wrote:

    Another suggestion I have is - can we do all the pushes to remote after
    everything is done locally?  That way, if something goes wrong halfway, we
    can just delete the royale-* dirs locally and rerun the releasecandiate ant
    script?
    
    Not sure if this is an easy change?
    
    Thanks,
    Om
    
    On Wed, Oct 3, 2018 at 11:42 AM OmPrakash Muppirala <bi...@gmail.com>
    wrote:
    
    > Okay, I tried a couple of times and I have started getting `SSL peer shut
    > down incorrectly errors`
    >
    >      [exec] [INFO] [INFO]
    > ------------------------------------------------------------------------
    >
    >      [exec] [INFO] [INFO] BUILD FAILURE
    >
    >      [exec] [INFO] [INFO]
    > ------------------------------------------------------------------------
    >
    >      [exec] [INFO] [INFO] Total time: 16:04 min
    >
    >      [exec] [INFO] [INFO] Finished at: 2018-10-03T11:38:49-07:00
    >
    >      [exec] [INFO] [INFO]
    > ------------------------------------------------------------------------
    >
    >      [exec] [INFO] [ERROR] Failed to execute goal
    > org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy)
    > on project Jewel-Light-NoFlat-Primary-Sunflower-Theme: Failed to deploy
    > artifacts: Could not transfer artifact
    > org.apache.royale.framework:Jewel-Light-NoFlat-Primary-Sunflower-Theme:swc:0.9.4
    > from/to apache.releases.https (
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fservice%2Flocal%2Fstaging%2Fdeploy%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7Cf27e84867a5440c6809008d62962338f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741899088254161&amp;sdata=vzyO7Stsj3pqyE9Sih32heK62GABKGZo0wlgWpxW0bE%3D&amp;reserved=0):
    > Remote host closed connection during handshake: SSL peer shut down
    > incorrectly -> [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]
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cf27e84867a5440c6809008d62962338f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741899088254161&amp;sdata=RU7b9uJt%2FtsXJiX376HgIqRTvKoiKZcs7Z%2Flr1b4wO8%3D&amp;reserved=0
    >
    >      [exec] [INFO] [ERROR]
    >
    >      [exec] [INFO] [ERROR] After correcting the problems, you can resume
    > the build with the command
    >
    >      [exec] [INFO] [ERROR]   mvn <goals> -rf
    > :Jewel-Light-NoFlat-Primary-Sunflower-Theme
    >
    >      [exec] [INFO]
    > ------------------------------------------------------------------------
    >
    >
    > I am guessing it is a bad internet connection.  I am wondering if we can
    > pass a -rf (resume from) option to the maven call from ant?  Otherwise
    > doing all this from scratch everytime is a big pain.
    >
    > Thanks,
    > Om
    >
    > On Wed, Oct 3, 2018 at 12:47 AM Alex Harui <ah...@adobe.com.invalid>
    > wrote:
    >
    >> Looks like it was a missing [
    >>
    >> MXRoyale and SparkRoyale built for me.
    >>
    >> HTH,
    >> -Alex
    >>
    >> On 10/3/18, 12:43 AM, "OmPrakash Muppirala" <bi...@gmail.com>
    >> wrote:
    >>
    >>     Thanks!
    >>
    >>     I reverted everything back to previous state.  I can give it a shot
    >>     tomorrow evening.
    >>
    >>     Regards,
    >>     Om
    >>
    >>     On Wed, Oct 3, 2018 at 12:41 AM Alex Harui <ah...@adobe.com.invalid>
    >> wrote:
    >>
    >>     > It was in a releasable state.  TourDeFlex was running on it.
    >>     >
    >>     > I'm trying to track down the change that broke it.
    >>     >
    >>     > -Alex
    >>     >
    >>     > On 10/3/18, 12:32 AM, "OmPrakash Muppirala" <bi...@gmail.com>
    >> wrote:
    >>     >
    >>     >     A bit more progress. Now we are failing on the MXRoyale project:
    >>     >
    >>     >          [exec] [INFO] [INFO]
    >>     >
    >>     >
    >> ------------------------------------------------------------------------
    >>     >
    >>     >          [exec] [INFO] [INFO] BUILD FAILURE
    >>     >
    >>     >          [exec] [INFO] [INFO]
    >>     >
    >>     >
    >> ------------------------------------------------------------------------
    >>     >
    >>     >          [exec] [INFO] [INFO] Total time: 01:34 min
    >>     >
    >>     >          [exec] [INFO] [INFO] Finished at: 2018-10-03T00:28:14-07:00
    >>     >
    >>     >          [exec] [INFO] [INFO]
    >>     >
    >>     >
    >> ------------------------------------------------------------------------
    >>     >
    >>     >          [exec] [INFO] [ERROR] Failed to execute goal
    >>     >     org.apache.royale.compiler:royale-maven-plugin:0.9.4:compile-as
    >>     >     (default-compile-as) on project MXRoyale: There were errors
    >> during the
    >>     >     build. Got return code 3 -> [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]
    >>     >
    >>     >
    >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cf27e84867a5440c6809008d62962338f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741899088254161&amp;sdata=RU7b9uJt%2FtsXJiX376HgIqRTvKoiKZcs7Z%2Flr1b4wO8%3D&amp;reserved=0
    >>     >
    >>     >          [exec] [INFO] [ERROR]
    >>     >
    >>     >          [exec] [INFO] [ERROR] After correcting the problems, you
    >> can
    >>     > resume
    >>     >     the build with the command
    >>     >
    >>     >          [exec] [INFO] [ERROR]   mvn <goals> -rf :MXRoyale
    >>     >
    >>     >
    >>     >     Can we perhaps turn this project off?  Is it in a releasable
    >> state?
    >>     >
    >>     >     On Tue, Oct 2, 2018 at 7:30 PM OmPrakash Muppirala <
    >>     > bigosmallm@gmail.com>
    >>     >     wrote:
    >>     >
    >>     >     > I'm going to give this another shot in a couple of hours,
    >> unless
    >>     > there are
    >>     >     > any objections.
    >>     >     >
    >>     >     > Thanks,
    >>     >     > Om
    >>     >     >
    >>     >     > On Mon, Oct 1, 2018, 2:04 PM Alex Harui
    >> <ah...@adobe.com.invalid>
    >>     > wrote:
    >>     >     >
    >>     >     >> Jewel is mentioned in there.  I added mention of the
    >> migration
    >>     > components
    >>     >     >> and tour de flex.  Not sure if I got the formatting right.
    >> I think
    >>     > it is
    >>     >     >> good enough.
    >>     >     >>
    >>     >     >> -Alex
    >>     >     >>
    >>     >     >> On 10/1/18, 12:13 PM, "OmPrakash Muppirala" <
    >> bigosmallm@gmail.com>
    >>     >     >> wrote:
    >>     >     >>
    >>     >     >>     I updated it, although it looks a bit sparse now.  Can
    >> we list
    >>     > a few
    >>     >     >> major
    >>     >     >>     highlights here, that I can go add to the release notes?
    >>     >     >>     Jewel should at least have several updates.
    >>     >     >>
    >>     >     >>     Thanks,
    >>     >     >>     Om
    >>     >     >>
    >>     >     >>     On Mon, Oct 1, 2018 at 12:09 PM Alex Harui
    >>     > <ah...@adobe.com.invalid>
    >>     >     >> wrote:
    >>     >     >>
    >>     >     >>     > Hey, I just noticed that nobody put a 0.9.4 section in
    >> the
    >>     >     >> RELEASE_NOTES.
    >>     >     >>     > Maybe just rename the 0.9.3 section?
    >>     >     >>     >
    >>     >     >>     > -Alex
    >>     >     >>     >
    >>     >     >>     > On 10/1/18, 12:07 PM, "OmPrakash Muppirala" <
    >>     > bigosmallm@gmail.com>
    >>     >     >> wrote:
    >>     >     >>     >
    >>     >     >>     >     Good catch!  I just pushed a fix for that.
    >>     >     >>     >
    >>     >     >>     >     Thanks,
    >>     >     >>     >     Om
    >>     >     >>     >
    >>     >     >>     >     On Mon, Oct 1, 2018 at 11:04 AM Alex Harui
    >>     >     >> <ah...@adobe.com.invalid>
    >>     >     >>     > wrote:
    >>     >     >>     >
    >>     >     >>     >     > Om,
    >>     >     >>     >     >
    >>     >     >>     >     > I think the <tag>release/0.9.4</tag> in
    >>     > royale-asjs/pom.xml
    >>     >     >> needs to
    >>     >     >>     > be
    >>     >     >>     >     > reverted back to 0.9.3.
    >>     >     >>     >     >
    >>     >     >>     >     > Everything else looks ok from my quick
    >> examination.
    >>     >     >>     >     >
    >>     >     >>     >     > Thanks and good luck,
    >>     >     >>     >     > -Alex
    >>     >     >>     >     >
    >>     >     >>     >     > On 10/1/18, 10:29 AM, "Piotr Zarzycki" <
    >>     >     >> piotrzarzycki21@gmail.com>
    >>     >     >>     > wrote:
    >>     >     >>     >     >
    >>     >     >>     >     >     I saw your commit and I think you should be
    >> ok.
    >>     >     >>     >     >
    >>     >     >>     >     >     pon., 1 paź 2018 o 19:21 OmPrakash Muppirala
    >> <
    >>     >     >>     > bigosmallm@gmail.com>
    >>     >     >>     >     >     napisał(a):
    >>     >     >>     >     >
    >>     >     >>     >     >     > Okay, I did the following to reset:
    >>     >     >>     >     >     >
    >>     >     >>     >     >     > For all three repos:
    >>     >     >>     >     >     > * Reverted all references of 0.9.5 to 0.9.4
    >>     >     >>     >     >     > * Deleted 0.9.4-rc1 tag
    >>     >     >>     >     >     > * Deleted branch: release/0.9.4
    >>     >     >>     >     >     >
    >>     >     >>     >     >     > Can someone please make sure that we are
    >> good
    >>     > before
    >>     >     >> starting
    >>     >     >>     > work?
    >>     >     >>     >     >     >
    >>     >     >>     >     >     > Thanks,
    >>     >     >>     >     >     > Om
    >>     >     >>     >     >     >
    >>     >     >>     >     >     > On Mon, Oct 1, 2018 at 1:51 AM Carlos
    >> Rovira <
    >>     >     >>     >     > carlosrovira@apache.org>
    >>     >     >>     >     >     > wrote:
    >>     >     >>     >     >     >
    >>     >     >>     >     >     > > Hi Om,
    >>     >     >>     >     >     > > is related to flash player debugger not
    >>     > launched? are
    >>     >     >> you on
    >>     >     >>     > Mac?
    >>     >     >>     >     >     > > I think on Mac I have to make *.swf
    >> files be
    >>     > always
    >>     >     >> opened
    >>     >     >>     > by Flash
    >>     >     >>     >     >     > Player
    >>     >     >>     >     >     > > debugger.
    >>     >     >>     >     >     > >
    >>     >     >>     >     >     > > In the other hand, I need to commit
    >> during the
    >>     > day
    >>     >     >> some
    >>     >     >>     > fixes, one
    >>     >     >>     >     > on
    >>     >     >>     >     >     > > typedefs and expect more on compiler. So
    >> if you
    >>     > plan
    >>     >     >> to try
    >>     >     >>     > again
    >>     >     >>     >     > some
    >>     >     >>     >     >     > > hours ago, please, remove the commits to
    >> left
    >>     > the
    >>     >     >> repos so
    >>     >     >>     > we can
    >>     >     >>     >     > commit
    >>     >     >>     >     >     > > new work
    >>     >     >>     >     >     > >
    >>     >     >>     >     >     > > thanks!
    >>     >     >>     >     >     > >
    >>     >     >>     >     >     > > Carlos
    >>     >     >>     >     >     > >
    >>     >     >>     >     >     > >
    >>     >     >>     >     >     > >
    >>     >     >>     >     >     > >
    >>     >     >>     >     >     > >
    >>     >     >>     >     >     > > El lun., 1 oct. 2018 a las 10:29,
    >> OmPrakash
    >>     > Muppirala
    >>     >     >> (<
    >>     >     >>     >     >     > > bigosmallm@gmail.com>)
    >>     >     >>     >     >     > > escribió:
    >>     >     >>     >     >     > >
    >>     >     >>     >     >     > > > I provided path to Chrome via
    >> -Dbrowser, but
    >>     > I got
    >>     >     >> an
    >>     >     >>     > error that
    >>     >     >>     >     > ant
    >>     >     >>     >     >     > was
    >>     >     >>     >     >     > > > not able to access the application.
    >>     >     >>     >     >     > > > So, I tried installing firefox and that
    >>     > seemed to
    >>     >     >> work.
    >>     >     >>     >     >     > > >
    >>     >     >>     >     >     > > > On Mon, Oct 1, 2018 at 1:26 AM Piotr
    >> Zarzycki
    >>     > <
    >>     >     >>     >     >     > piotrzarzycki21@gmail.com
    >>     >     >>     >     >     > > >
    >>     >     >>     >     >     > > > wrote:
    >>     >     >>     >     >     > > >
    >>     >     >>     >     >     > > > > Hi Om,
    >>     >     >>     >     >     > > > >
    >>     >     >>     >     >     > > > > You did use Firefox for that purpose
    >> ? I
    >>     > had to
    >>     >     >> specify
    >>     >     >>     >     >     > -Dbrowser=path
    >>     >     >>     >     >     > > to
    >>     >     >>     >     >     > > > > firefox.exe
    >>     >     >>     >     >     > > > >
    >>     >     >>     >     >     > > > > Thanks,
    >>     >     >>     >     >     > > > > Piotr
    >>     >     >>     >     >     > > > >
    >>     >     >>     >     >     > > > > pon., 1 paź 2018 o 10:22 OmPrakash
    >>     > Muppirala <
    >>     >     >>     >     > bigosmallm@gmail.com>
    >>     >     >>     >     >     > > > > napisał(a):
    >>     >     >>     >     >     > > > >
    >>     >     >>     >     >     > > > > > Okay, I made several attempts
    >> through the
    >>     > day,
    >>     >     >> making
    >>     >     >>     >     > progress each
    >>     >     >>     >     >     > > > time.
    >>     >     >>     >     >     > > > > >  The last run failed because the
    >> browser
    >>     > could
    >>     >     >> not be
    >>     >     >>     >     > launched.
    >>     >     >>     >     >     > > > > > I am going to pause on this and
    >> try again
    >>     >     >> tomorrow (or
    >>     >     >>     >     > later) . If
    >>     >     >>     >     >     > > > > someone
    >>     >     >>     >     >     > > > > > else wants to give this a go in the
    >>     > meantimne,
    >>     >     >> they are
    >>     >     >>     >     > welcome :-)
    >>     >     >>     >     >     > > > > >
    >>     >     >>     >     >     > > > > > Thanks,
    >>     >     >>     >     >     > > > > > Om
    >>     >     >>     >     >     > > > > >
    >>     >     >>     >     >     > > > > > On Mon, Oct 1, 2018 at 12:22 AM
    >> Carlos
    >>     > Rovira <
    >>     >     >>     >     >     > > carlosrovira@apache.org
    >>     >     >>     >     >     > > > >
    >>     >     >>     >     >     > > > > > wrote:
    >>     >     >>     >     >     > > > > >
    >>     >     >>     >     >     > > > > > > Hi Om,
    >>     >     >>     >     >     > > > > > > no,  I Thought this was due to
    >> different
    >>     >     >> tries of the
    >>     >     >>     >     > release
    >>     >     >>     >     >     > > process
    >>     >     >>     >     >     > > > > but
    >>     >     >>     >     >     > > > > > > most of the poms are in
    >> 0.9.6-SNAPSHOT.
    >>     >     >>     >     >     > > > > > > You can search the entire repo
    >> for
    >>     >     >> "0.9.X-SNAPSHOT"
    >>     >     >>     > string
    >>     >     >>     >     > to see
    >>     >     >>     >     >     > > > that
    >>     >     >>     >     >     > > > > > now
    >>     >     >>     >     >     > > > > > > X is 6.
    >>     >     >>     >     >     > > > > > >
    >>     >     >>     >     >     > > > > > > thanks
    >>     >     >>     >     >     > > > > > >
    >>     >     >>     >     >     > > > > > > El lun., 1 oct. 2018 a las 2:07,
    >>     > OmPrakash
    >>     >     >> Muppirala
    >>     >     >>     > (<
    >>     >     >>     >     >     > > > > > > bigosmallm@gmail.com>)
    >>     >     >>     >     >     > > > > > > escribió:
    >>     >     >>     >     >     > > > > > >
    >>     >     >>     >     >     > > > > > > > On Sun, Sep 30, 2018, 2:13 PM
    >> Carlos
    >>     > Rovira
    >>     >     >> <
    >>     >     >>     >     >     > > > carlosrovira@apache.org
    >>     >     >>     >     >     > > > > >
    >>     >     >>     >     >     > > > > > > > wrote:
    >>     >     >>     >     >     > > > > > > >
    >>     >     >>     >     >     > > > > > > > > Hi Om,
    >>     >     >>     >     >     > > > > > > > > just saw that some poms was
    >> not
    >>     > changed to
    >>     >     >>     >     > 0.9.6-SNAPSHOT.
    >>     >     >>     >     >     > > > > > > > >
    >>     >     >>     >     >     > > > > > > >
    >>     >     >>     >     >     > > > > > > > Do you mean 0.9.4-SNAPSHOT?
    >>     >     >>     >     >     > > > > > > >
    >>     >     >>     >     >     > > > > > > > Thanks,
    >>     >     >>     >     >     > > > > > > > Om
    >>     >     >>     >     >     > > > > > > >
    >>     >     >>     >     >     > > > > > > >
    >>     >     >>     >     >     > > > > > > >
    >>     >     >>     >     >     > > > > > > > I think that should be fixed
    >> and get a
    >>     >     >> prepare
    >>     >     >>     > maven
    >>     >     >>     >     > release
    >>     >     >>     >     >     > > > process
    >>     >     >>     >     >     > > > > > that
    >>     >     >>     >     >     > > > > > > > > could finaly gets all poms
    >> updated
    >>     > to new
    >>     >     >>     > version.
    >>     >     >>     >     >     > > > > > > > > Don't know if that could be
    >> the
    >>     > problem.
    >>     >     >> Can you
    >>     >     >>     > try
    >>     >     >>     >     > again?
    >>     >     >>     >     >     > > > > > > > > thanks
    >>     >     >>     >     >     > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > El dom., 30 sept. 2018 a las
    >> 21:32,
    >>     >     >> OmPrakash
    >>     >     >>     >     > Muppirala (<
    >>     >     >>     >     >     > > > > > > > > bigosmallm@gmail.com>)
    >> escribió:
    >>     >     >>     >     >     > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > > Made a bit more progress,
    >> but the
    >>     > build
    >>     >     >> is
    >>     >     >>     > failing
    >>     >     >>     >     > here
    >>     >     >>     >     >     > now:
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
    >> Apache
    >>     > Royale:
    >>     >     >>     > Examples:
    >>     >     >>     >     > Royale:
    >>     >     >>     >     >     > > > > > > > > > DataBindingExample_as
    >> SUCCESS [
    >>     > 2.469
    >>     >     >> s]
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
    >> Apache
    >>     > Royale:
    >>     >     >>     > Examples:
    >>     >     >>     >     > Royale:
    >>     >     >>     >     >     > > > > > > > > > DataBindingExample_Flat
    >> FAILURE [
    >>     >     >> 1.756 s]
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
    >> Apache
    >>     > Royale:
    >>     >     >>     > Examples:
    >>     >     >>     >     > Royale:
    >>     >     >>     >     >     > > > > > > > > >
    >> DataBindingExampleWithLayout
    >>     > SKIPPED
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
    >> Apache
    >>     > Royale:
    >>     >     >>     > Examples:
    >>     >     >>     >     > Royale:
    >>     >     >>     >     >     > > > > > > > > DataGridExample
    >>     >     >>     >     >     > > > > > > > > > ... SKIPPED
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > > Detailed error:
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > >     [exec] [INFO] [INFO]
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > >
    >>     >     >>     >     >     > > > > >
    >>     >     >>     >     >     > > >
    >>     >     >>     >     >     >
    >>     >     >>     >     >
    >>     >     >>     >
    >>     >     >>
    >>     >
    >> ------------------------------------------------------------------------
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
    >> BUILD
    >>     > FAILURE
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > >
    >>     >     >>     >     >     > > > > >
    >>     >     >>     >     >     > > >
    >>     >     >>     >     >     >
    >>     >     >>     >     >
    >>     >     >>     >
    >>     >     >>
    >>     >
    >> ------------------------------------------------------------------------
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
    >> Total
    >>     > time:
    >>     >     >> 07:03 min
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
    >>     > Finished at:
    >>     >     >>     >     >     > > > 2018-09-30T12:17:45-07:00
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > >
    >>     >     >>     >     >     > > > > >
    >>     >     >>     >     >     > > >
    >>     >     >>     >     >     >
    >>     >     >>     >     >
    >>     >     >>     >
    >>     >     >>
    >>     >
    >> ------------------------------------------------------------------------
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >> Failed
    >>     > to
    >>     >     >> execute
    >>     >     >>     > goal
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     >
    >>     >     >> org.apache.maven.plugins:maven-dependency-plugin:2.10:unpack
    >>     >     >>     >     >     > > > > > > > > (unpack-fonts)
    >>     >     >>     >     >     > > > > > > > > > on project
    >>     > DataBindingExample_Flat:
    >>     >     >> Unable to
    >>     >     >>     > find
    >>     >     >>     >     >     > artifact.
    >>     >     >>     >     >     > > > > Could
    >>     >     >>     >     >     > > > > > > not
    >>     >     >>     >     >     > > > > > > > > find
    >>     >     >>     >     >     > > > > > > > > > artifact
    >>     >     >>     > org.apache.royale.framework:Fonts:war:0.9.4
    >>     >     >>     >     > in
    >>     >     >>     >     >     > > > > > > apache-release
    >>     >     >>     >     >     > > > > > > > (
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     >
    >>     >     >>     >     >
    >>     >     >>     >
    >>     >     >>
    >>     >
    >> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7Cf27e84867a5440c6809008d62962338f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741899088264171&amp;sdata=UWRtC77ZPXzIU44fNnW0rzkzIeHwzHAuQP0SqTIQkog%3D&amp;reserved=0
    >>     >     >>     >     > )
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >> Try
    >>     >     >> downloading the
    >>     >     >>     > file
    >>     >     >>     >     >     > manually
    >>     >     >>     >     >     > > > from
    >>     >     >>     >     >     > > > > > the
    >>     >     >>     >     >     > > > > > > > > > project website.
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >> Then,
    >>     >     >> install it
    >>     >     >>     > using the
    >>     >     >>     >     >     > > command:
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
    >> [ERROR]     mvn
    >>     >     >>     >     > install:install-file
    >>     >     >>     >     >     > > > > > > > > >
    >>     > -DgroupId=org.apache.royale.framework
    >>     >     >>     >     > -DartifactId=Fonts
    >>     >     >>     >     >     > > > > > > > -Dversion=0.9.4
    >>     >     >>     >     >     > > > > > > > > > -Dpackaging=war
    >>     > -Dfile=/path/to/file
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >>     >     >> Alternatively, if
    >>     >     >>     > you
    >>     >     >>     >     > host your
    >>     >     >>     >     >     > > own
    >>     >     >>     >     >     > > > > > > > repository
    >>     >     >>     >     >     > > > > > > > > > you can deploy the file
    >> there:
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
    >> [ERROR]     mvn
    >>     >     >>     > deploy:deploy-file
    >>     >     >>     >     >     > > > > > > > > >
    >>     > -DgroupId=org.apache.royale.framework
    >>     >     >>     >     > -DartifactId=Fonts
    >>     >     >>     >     >     > > > > > > > -Dversion=0.9.4
    >>     >     >>     >     >     > > > > > > > > > -Dpackaging=war
    >>     > -Dfile=/path/to/file
    >>     >     >>     > -Durl=[url]
    >>     >     >>     >     >     > > > > > -DrepositoryId=[id]
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >>     >     >>     >     >     > > > > > > >
    >>     > org.apache.royale.framework:Fonts:war:0.9.4
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >> from
    >>     > the
    >>     >     >> specified
    >>     >     >>     > remote
    >>     >     >>     >     >     > > > > repositories:
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >>     >     >>  apache-release (
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     >
    >>     >     >>     >     >
    >>     >     >>     >
    >>     >     >>
    >>     >
    >> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7Cf27e84867a5440c6809008d62962338f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741899088264171&amp;sdata=UWRtC77ZPXzIU44fNnW0rzkzIeHwzHAuQP0SqTIQkog%3D&amp;reserved=0
    >>     >     >>     >     > ,
    >>     >     >>     >     >     > > > > > > > > > releases=true,
    >>     >     >>     >     >     > > > > > > > > > snapshots=false),
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >>     >     >>  apache-snapshots (
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     >
    >>     >     >>     >     >
    >>     >     >>     >
    >>     >     >>
    >>     >
    >> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7Cf27e84867a5440c6809008d62962338f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741899088264171&amp;sdata=eK5OZfTKPK1h75Z7PgVEKQJi%2FdIbiU129vgvJ82m%2Fn8%3D&amp;reserved=0
    >>     >     >>     >     >     > > ,
    >>     >     >>     >     >     > > > > > > > > > releases=false,
    >> snapshots=true),
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >>     >     >>  apache.snapshots (
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >
    >>     >     >>     >
    >>     >     >>
    >>     >
    >> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7Cf27e84867a5440c6809008d62962338f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741899088264171&amp;sdata=mzxsMv%2FR2c%2F75BPMkBITt%2B1O%2Bc7Efx%2F%2F8KZK0PzNQpM%3D&amp;reserved=0
    >>     >     >>     > ,
    >>     >     >>     >     > releases=false,
    >>     >     >>     >     >     > > > > > > > > snapshots=true),
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >>     >  central (
    >>     >     >>     >     >     > > > > > > > >
    >>     >     >>     >     >
    >>     >     >>     >
    >>     >     >>
    >>     >
    >> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo.maven.apache.org%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7Cf27e84867a5440c6809008d62962338f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741899088264171&amp;sdata=wGqgixDteYMApMYRzLcokM2h%2F7XN0F4wZdxEpxrGkIQ%3D&amp;reserved=0
    >>     >     >>     >     >     > > > > > > > > > ,
    >>     >     >>     >     >     > > > > > > > > > releases=true,
    >> snapshots=false)
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >> ->
    >>     > [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]
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > >
    >>     >     >>     >     >     > > > > >
    >>     >     >>     >     >     > > >
    >>     >     >>     >     >     >
    >>     >     >>     >     >
    >>     >     >>     >
    >>     >     >>
    >>     >
    >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cf27e84867a5440c6809008d62962338f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741899088264171&amp;sdata=DLz%2B3l9zn8QMwe%2BriSHAsX7MpqTQAXONsOxL5mif4CA%3D&amp;reserved=0
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >> After
    >>     >     >> correcting the
    >>     >     >>     >     > problems,
    >>     >     >>     >     >     > you
    >>     >     >>     >     >     > > > can
    >>     >     >>     >     >     > > > > > > > resume
    >>     >     >>     >     >     > > > > > > > > > the build with the command
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
    >> [ERROR]   mvn
    >>     >     >> <goals> -rf
    >>     >     >>     >     >     > > > > > :DataBindingExample_Flat
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > >
    >>     >     >>     >     >     > > > > >
    >>     >     >>     >     >     > > >
    >>     >     >>     >     >     >
    >>     >     >>     >     >
    >>     >     >>     >
    >>     >     >>
    >>     >
    >> ------------------------------------------------------------------------
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] Reactor
    >>     > Summary:
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] Apache
    >> Royale:
    >>     >     >> Framework:
    >>     >     >>     > Parent
    >>     >     >>     >     >     > > > > 0.9.5-SNAPSHOT
    >>     >     >>     >     >     > > > > > > ....
    >>     >     >>     >     >     > > > > > > > > > FAILURE [07:08 min]
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] Apache
    >> Royale:
    >>     >     >> Framework
    >>     >     >>     >     >     > > > > > > ...........................
    >>     >     >>     >     >     > > > > > > > > > SKIPPED
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] Apache
    >> Royale:
    >>     >     >> Framework:
    >>     >     >>     > Fonts
    >>     >     >>     >     >     > > > > > > ....................
    >>     >     >>     >     >     > > > > > > > > > SKIPPED
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > > Can someone please take a
    >> look?
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > > On Sun, Sep 30, 2018 at
    >> 9:13 AM
    >>     >     >> OmPrakash
    >>     >     >>     > Muppirala <
    >>     >     >>     >     >     > > > > > > > > bigosmallm@gmail.com>
    >>     >     >>     >     >     > > > > > > > > > wrote:
    >>     >     >>     >     >     > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > > > Thanks for the quick
    >> fix!  Will
    >>     > pull
    >>     >     >> develop
    >>     >     >>     > and
    >>     >     >>     >     > try
    >>     >     >>     >     >     > again.
    >>     >     >>     >     >     > > > > Will
    >>     >     >>     >     >     > > > > > > > > report
    >>     >     >>     >     >     > > > > > > > > > > in a while.
    >>     >     >>     >     >     > > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > > > Regards,
    >>     >     >>     >     >     > > > > > > > > > > Om
    >>     >     >>     >     >     > > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > > > On Sun, Sep 30, 2018,
    >> 8:47 AM
    >>     > Carlos
    >>     >     >> Rovira <
    >>     >     >>     >     >     > > > > > > carlosrovira@apache.org
    >>     >     >>     >     >     > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > > > wrote:
    >>     >     >>     >     >     > > > > > > > > > >
    >>     >     >>     >     >     > > > > > > > > > >> Hi Om,
    >>     >     >>     >     >     > > > > > > > > > >>
    >>     >     >>     >     >     > > > > > > > > > >> error is now fixed. Can
    >> you
    >>     > try to
    >>     >     >> release
    >>     >     >>     > again?
    >>     >     >>     >     >     > > > > > > > > > >> thanks
    >>     >     >>     >     >     > > > > > > > > > >>
    >>     >     >>     >     >     > > > > > > > > > >> Carlos
    >>     >     >>     >     >     > > > > > > > > > >>
    >>     >     >>     >     >     > > > > > > > > > >>
    >>     >     >>     >     >     > > > > > > > > > >>
    >>     >     >>     >     >     > > > > > > > > > >>
    >>     >     >>     >     >     > > > > > > > > > >>
    >>     >     >>     >     >     > > > > > > > > > >> El dom., 30 sept. 2018
    >> a las
    >>     > 17:27,
    >>     >     >> Carlos
    >>     >     >>     > Rovira
    >>     >     >>     >     > (<
    >>     >     >>     >     >     > > > > > > > > > >> carlosrovira@apache.org
    >> >)
    >>     >     >>     >     >     > > > > > > > > > >> escribió:
    >>     >     >>     >     >     > > > > > > > > > >>
    >>     >     >>     >     >     > > > > > > > > > >> > Hi,
    >>     >     >>     >     >     > > > > > > > > > >> >
    >>     >     >>     >     >     > > > > > > > > > >> > just reverted the two
    >>     > generated
    >>     >     >> commits
    >>     >     >>     > for
    >>     >     >>     >     > release, I
    >>     >     >>     >     >     > > > left
    >>     >     >>     >     >     > > > > to
    >>     >     >>     >     >     > > > > > > you
    >>     >     >>     >     >     > > > > > > > > > >> remove
    >>     >     >>     >     >     > > > > > > > > > >> > new branches
    >> generated.
    >>     >     >>     >     >     > > > > > > > > > >> > About the fail, I was
    >> wrong,
    >>     > since
    >>     >     >> I saw
    >>     >     >>     > this
    >>     >     >>     >     > very
    >>     >     >>     >     >     > > > quickly.
    >>     >     >>     >     >     > > > > > It's
    >>     >     >>     >     >     > > > > > > > not
    >>     >     >>     >     >     > > > > > > > > > >> about
    >>     >     >>     >     >     > > > > > > > > > >> > JDK, I'm using as
    >> well 1.8.
    >>     > I was
    >>     >     >>     > confused for
    >>     >     >>     >     > other
    >>     >     >>     >     >     > > > thing I
    >>     >     >>     >     >     > > > > > had
    >>     >     >>     >     >     > > > > > > > > some
    >>     >     >>     >     >     > > > > > > > > > >> weeks
    >>     >     >>     >     >     > > > > > > > > > >> > ago, and was trying
    >> to use
    >>     > another
    >>     >     >> JDK,
    >>     >     >>     > but I
    >>     >     >>     >     > don't
    >>     >     >>     >     >     > > > remember
    >>     >     >>     >     >     > > > > > > what
    >>     >     >>     >     >     > > > > > > > > was.
    >>     >     >>     >     >     > > > > > > > > > >> >
    >>     >     >>     >     >     > > > > > > > > > >> > Anyway, the problem
    >> is about
    >>     > java
    >>     >     >> doc, in
    >>     >     >>     > the
    >>     >     >>     >     > new
    >>     >     >>     >     >     > class
    >>     >     >>     >     >     > > > > > > > > > >> >
    >> AMFCompressionException.java
    >>     > I
    >>     >     >> introduce
    >>     >     >>     > some
    >>     >     >>     >     > months
    >>     >     >>     >     >     > > ago.
    >>     >     >>     >     >     > > > > > > > > > >> > since we never
    >> execute java
    >>     > doc
    >>     >     >>     > generation we
    >>     >     >>     >     > didn't
    >>     >     >>     >     >     > see
    >>     >     >>     >     >     > > > > this.
    >>     >     >>     >     >     > > > > > > > > > >> >
    >>     >     >>     >     >     > > > > > > > > > >> > I'm going to try to
    >> fix this
    >>     >     >> removing the
    >>     >     >>     >     > problems I
    >>     >     >>     >     >     > > see,
    >>     >     >>     >     >     > > > > and
    >>     >     >>     >     >     > > > > > > I'll
    >>     >     >>     >     >     > > > > > > > > try
    >>     >     >>     >     >     > > > > > > > > > >> to
    >>     >     >>     >     >     > > > > > > > > > >> > see if I can try to
    >> use java
    >>     > doc
    >>     >     >> to test
    >>     >     >>     > if I
    >>     >     >>     >     > pass the
    >>     >     >>     >     >     > > > > > problem.
    >>     >     >>     >     >     > > > > > > > > > >> >
    >>     >     >>     >     >     > > > > > > > > > >> > I'll report soon.
    >>     >     >>     >     >     > > > > > > > > > >> >
    >>     >     >>     >     >     > > > > > > > > > >> > Carlos
    >>     >     >>     >     >     > > > > > > > > > >> >
    >>     >     >>     >     >     > > > > > > > > > >> >
    >>     >     >>     >     >     > > > > > > > > > >> > El dom., 30 sept.
    >> 2018 a las
    >>     >     >> 17:12, Carlos
    >>     >     >>     >     > Rovira (<
    >>     >     >>     >     >     > > > > > > > > > >> >
    >> carlosrovira@apache.org>)
    >>     >     >> escribió:
    >>     >     >>     >     >     > > > > > > > > > >> >
    >>     >     >>     >     >     > > > > > > > > > >> >> Hi, since I'm going
    >> to work
    >>     > now
    >>     >     >> on some
    >>     >     >>     >     > compiler
    >>     >     >>     >     >     > > changes,
    >>     >     >>     >     >     > > > > > I'll
    >>
    >
    >
    


Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Piotr Zarzycki <pi...@gmail.com>.
It would be hard to make this happen. I think all artefacts are spread
across target folders and local caches. When artefacts is build I'm not
sure from where Maven is taking it - Cache or Targets folder.

You are almost done with that. If you won't succeed till Monday maybe I
will try to find some time again next week.

Piotr

On Wed, Oct 3, 2018, 8:58 PM OmPrakash Muppirala <bi...@gmail.com>
wrote:

> Another suggestion I have is - can we do all the pushes to remote after
> everything is done locally?  That way, if something goes wrong halfway, we
> can just delete the royale-* dirs locally and rerun the releasecandiate ant
> script?
>
> Not sure if this is an easy change?
>
> Thanks,
> Om
>
> On Wed, Oct 3, 2018 at 11:42 AM OmPrakash Muppirala <bi...@gmail.com>
> wrote:
>
> > Okay, I tried a couple of times and I have started getting `SSL peer shut
> > down incorrectly errors`
> >
> >      [exec] [INFO] [INFO]
> > ------------------------------------------------------------------------
> >
> >      [exec] [INFO] [INFO] BUILD FAILURE
> >
> >      [exec] [INFO] [INFO]
> > ------------------------------------------------------------------------
> >
> >      [exec] [INFO] [INFO] Total time: 16:04 min
> >
> >      [exec] [INFO] [INFO] Finished at: 2018-10-03T11:38:49-07:00
> >
> >      [exec] [INFO] [INFO]
> > ------------------------------------------------------------------------
> >
> >      [exec] [INFO] [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
> (default-deploy)
> > on project Jewel-Light-NoFlat-Primary-Sunflower-Theme: Failed to deploy
> > artifacts: Could not transfer artifact
> >
> org.apache.royale.framework:Jewel-Light-NoFlat-Primary-Sunflower-Theme:swc:0.9.4
> > from/to apache.releases.https (
> > https://repository.apache.org/service/local/staging/deploy/maven2):
> > Remote host closed connection during handshake: SSL peer shut down
> > incorrectly -> [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] [ERROR]
> >
> >      [exec] [INFO] [ERROR] After correcting the problems, you can resume
> > the build with the command
> >
> >      [exec] [INFO] [ERROR]   mvn <goals> -rf
> > :Jewel-Light-NoFlat-Primary-Sunflower-Theme
> >
> >      [exec] [INFO]
> > ------------------------------------------------------------------------
> >
> >
> > I am guessing it is a bad internet connection.  I am wondering if we can
> > pass a -rf (resume from) option to the maven call from ant?  Otherwise
> > doing all this from scratch everytime is a big pain.
> >
> > Thanks,
> > Om
> >
> > On Wed, Oct 3, 2018 at 12:47 AM Alex Harui <ah...@adobe.com.invalid>
> > wrote:
> >
> >> Looks like it was a missing [
> >>
> >> MXRoyale and SparkRoyale built for me.
> >>
> >> HTH,
> >> -Alex
> >>
> >> On 10/3/18, 12:43 AM, "OmPrakash Muppirala" <bi...@gmail.com>
> >> wrote:
> >>
> >>     Thanks!
> >>
> >>     I reverted everything back to previous state.  I can give it a shot
> >>     tomorrow evening.
> >>
> >>     Regards,
> >>     Om
> >>
> >>     On Wed, Oct 3, 2018 at 12:41 AM Alex Harui <aharui@adobe.com.invalid
> >
> >> wrote:
> >>
> >>     > It was in a releasable state.  TourDeFlex was running on it.
> >>     >
> >>     > I'm trying to track down the change that broke it.
> >>     >
> >>     > -Alex
> >>     >
> >>     > On 10/3/18, 12:32 AM, "OmPrakash Muppirala" <bigosmallm@gmail.com
> >
> >> wrote:
> >>     >
> >>     >     A bit more progress. Now we are failing on the MXRoyale
> project:
> >>     >
> >>     >          [exec] [INFO] [INFO]
> >>     >
> >>     >
> >> ------------------------------------------------------------------------
> >>     >
> >>     >          [exec] [INFO] [INFO] BUILD FAILURE
> >>     >
> >>     >          [exec] [INFO] [INFO]
> >>     >
> >>     >
> >> ------------------------------------------------------------------------
> >>     >
> >>     >          [exec] [INFO] [INFO] Total time: 01:34 min
> >>     >
> >>     >          [exec] [INFO] [INFO] Finished at:
> 2018-10-03T00:28:14-07:00
> >>     >
> >>     >          [exec] [INFO] [INFO]
> >>     >
> >>     >
> >> ------------------------------------------------------------------------
> >>     >
> >>     >          [exec] [INFO] [ERROR] Failed to execute goal
> >>     >
>  org.apache.royale.compiler:royale-maven-plugin:0.9.4:compile-as
> >>     >     (default-compile-as) on project MXRoyale: There were errors
> >> during the
> >>     >     build. Got return code 3 -> [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]
> >>     >
> >>     >
> >>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7C1286310eeccc4c57439108d62903e119%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741493968858792&amp;sdata=h0WDkLmfJD1GjTezuQ6GT1bqr%2BlqYai5RAtQIiM9FOM%3D&amp;reserved=0
> >>     >
> >>     >          [exec] [INFO] [ERROR]
> >>     >
> >>     >          [exec] [INFO] [ERROR] After correcting the problems, you
> >> can
> >>     > resume
> >>     >     the build with the command
> >>     >
> >>     >          [exec] [INFO] [ERROR]   mvn <goals> -rf :MXRoyale
> >>     >
> >>     >
> >>     >     Can we perhaps turn this project off?  Is it in a releasable
> >> state?
> >>     >
> >>     >     On Tue, Oct 2, 2018 at 7:30 PM OmPrakash Muppirala <
> >>     > bigosmallm@gmail.com>
> >>     >     wrote:
> >>     >
> >>     >     > I'm going to give this another shot in a couple of hours,
> >> unless
> >>     > there are
> >>     >     > any objections.
> >>     >     >
> >>     >     > Thanks,
> >>     >     > Om
> >>     >     >
> >>     >     > On Mon, Oct 1, 2018, 2:04 PM Alex Harui
> >> <ah...@adobe.com.invalid>
> >>     > wrote:
> >>     >     >
> >>     >     >> Jewel is mentioned in there.  I added mention of the
> >> migration
> >>     > components
> >>     >     >> and tour de flex.  Not sure if I got the formatting right.
> >> I think
> >>     > it is
> >>     >     >> good enough.
> >>     >     >>
> >>     >     >> -Alex
> >>     >     >>
> >>     >     >> On 10/1/18, 12:13 PM, "OmPrakash Muppirala" <
> >> bigosmallm@gmail.com>
> >>     >     >> wrote:
> >>     >     >>
> >>     >     >>     I updated it, although it looks a bit sparse now.  Can
> >> we list
> >>     > a few
> >>     >     >> major
> >>     >     >>     highlights here, that I can go add to the release
> notes?
> >>     >     >>     Jewel should at least have several updates.
> >>     >     >>
> >>     >     >>     Thanks,
> >>     >     >>     Om
> >>     >     >>
> >>     >     >>     On Mon, Oct 1, 2018 at 12:09 PM Alex Harui
> >>     > <ah...@adobe.com.invalid>
> >>     >     >> wrote:
> >>     >     >>
> >>     >     >>     > Hey, I just noticed that nobody put a 0.9.4 section
> in
> >> the
> >>     >     >> RELEASE_NOTES.
> >>     >     >>     > Maybe just rename the 0.9.3 section?
> >>     >     >>     >
> >>     >     >>     > -Alex
> >>     >     >>     >
> >>     >     >>     > On 10/1/18, 12:07 PM, "OmPrakash Muppirala" <
> >>     > bigosmallm@gmail.com>
> >>     >     >> wrote:
> >>     >     >>     >
> >>     >     >>     >     Good catch!  I just pushed a fix for that.
> >>     >     >>     >
> >>     >     >>     >     Thanks,
> >>     >     >>     >     Om
> >>     >     >>     >
> >>     >     >>     >     On Mon, Oct 1, 2018 at 11:04 AM Alex Harui
> >>     >     >> <ah...@adobe.com.invalid>
> >>     >     >>     > wrote:
> >>     >     >>     >
> >>     >     >>     >     > Om,
> >>     >     >>     >     >
> >>     >     >>     >     > I think the <tag>release/0.9.4</tag> in
> >>     > royale-asjs/pom.xml
> >>     >     >> needs to
> >>     >     >>     > be
> >>     >     >>     >     > reverted back to 0.9.3.
> >>     >     >>     >     >
> >>     >     >>     >     > Everything else looks ok from my quick
> >> examination.
> >>     >     >>     >     >
> >>     >     >>     >     > Thanks and good luck,
> >>     >     >>     >     > -Alex
> >>     >     >>     >     >
> >>     >     >>     >     > On 10/1/18, 10:29 AM, "Piotr Zarzycki" <
> >>     >     >> piotrzarzycki21@gmail.com>
> >>     >     >>     > wrote:
> >>     >     >>     >     >
> >>     >     >>     >     >     I saw your commit and I think you should be
> >> ok.
> >>     >     >>     >     >
> >>     >     >>     >     >     pon., 1 paź 2018 o 19:21 OmPrakash
> Muppirala
> >> <
> >>     >     >>     > bigosmallm@gmail.com>
> >>     >     >>     >     >     napisał(a):
> >>     >     >>     >     >
> >>     >     >>     >     >     > Okay, I did the following to reset:
> >>     >     >>     >     >     >
> >>     >     >>     >     >     > For all three repos:
> >>     >     >>     >     >     > * Reverted all references of 0.9.5 to
> 0.9.4
> >>     >     >>     >     >     > * Deleted 0.9.4-rc1 tag
> >>     >     >>     >     >     > * Deleted branch: release/0.9.4
> >>     >     >>     >     >     >
> >>     >     >>     >     >     > Can someone please make sure that we are
> >> good
> >>     > before
> >>     >     >> starting
> >>     >     >>     > work?
> >>     >     >>     >     >     >
> >>     >     >>     >     >     > Thanks,
> >>     >     >>     >     >     > Om
> >>     >     >>     >     >     >
> >>     >     >>     >     >     > On Mon, Oct 1, 2018 at 1:51 AM Carlos
> >> Rovira <
> >>     >     >>     >     > carlosrovira@apache.org>
> >>     >     >>     >     >     > wrote:
> >>     >     >>     >     >     >
> >>     >     >>     >     >     > > Hi Om,
> >>     >     >>     >     >     > > is related to flash player debugger not
> >>     > launched? are
> >>     >     >> you on
> >>     >     >>     > Mac?
> >>     >     >>     >     >     > > I think on Mac I have to make *.swf
> >> files be
> >>     > always
> >>     >     >> opened
> >>     >     >>     > by Flash
> >>     >     >>     >     >     > Player
> >>     >     >>     >     >     > > debugger.
> >>     >     >>     >     >     > >
> >>     >     >>     >     >     > > In the other hand, I need to commit
> >> during the
> >>     > day
> >>     >     >> some
> >>     >     >>     > fixes, one
> >>     >     >>     >     > on
> >>     >     >>     >     >     > > typedefs and expect more on compiler.
> So
> >> if you
> >>     > plan
> >>     >     >> to try
> >>     >     >>     > again
> >>     >     >>     >     > some
> >>     >     >>     >     >     > > hours ago, please, remove the commits
> to
> >> left
> >>     > the
> >>     >     >> repos so
> >>     >     >>     > we can
> >>     >     >>     >     > commit
> >>     >     >>     >     >     > > new work
> >>     >     >>     >     >     > >
> >>     >     >>     >     >     > > thanks!
> >>     >     >>     >     >     > >
> >>     >     >>     >     >     > > Carlos
> >>     >     >>     >     >     > >
> >>     >     >>     >     >     > >
> >>     >     >>     >     >     > >
> >>     >     >>     >     >     > >
> >>     >     >>     >     >     > >
> >>     >     >>     >     >     > > El lun., 1 oct. 2018 a las 10:29,
> >> OmPrakash
> >>     > Muppirala
> >>     >     >> (<
> >>     >     >>     >     >     > > bigosmallm@gmail.com>)
> >>     >     >>     >     >     > > escribió:
> >>     >     >>     >     >     > >
> >>     >     >>     >     >     > > > I provided path to Chrome via
> >> -Dbrowser, but
> >>     > I got
> >>     >     >> an
> >>     >     >>     > error that
> >>     >     >>     >     > ant
> >>     >     >>     >     >     > was
> >>     >     >>     >     >     > > > not able to access the application.
> >>     >     >>     >     >     > > > So, I tried installing firefox and
> that
> >>     > seemed to
> >>     >     >> work.
> >>     >     >>     >     >     > > >
> >>     >     >>     >     >     > > > On Mon, Oct 1, 2018 at 1:26 AM Piotr
> >> Zarzycki
> >>     > <
> >>     >     >>     >     >     > piotrzarzycki21@gmail.com
> >>     >     >>     >     >     > > >
> >>     >     >>     >     >     > > > wrote:
> >>     >     >>     >     >     > > >
> >>     >     >>     >     >     > > > > Hi Om,
> >>     >     >>     >     >     > > > >
> >>     >     >>     >     >     > > > > You did use Firefox for that
> purpose
> >> ? I
> >>     > had to
> >>     >     >> specify
> >>     >     >>     >     >     > -Dbrowser=path
> >>     >     >>     >     >     > > to
> >>     >     >>     >     >     > > > > firefox.exe
> >>     >     >>     >     >     > > > >
> >>     >     >>     >     >     > > > > Thanks,
> >>     >     >>     >     >     > > > > Piotr
> >>     >     >>     >     >     > > > >
> >>     >     >>     >     >     > > > > pon., 1 paź 2018 o 10:22 OmPrakash
> >>     > Muppirala <
> >>     >     >>     >     > bigosmallm@gmail.com>
> >>     >     >>     >     >     > > > > napisał(a):
> >>     >     >>     >     >     > > > >
> >>     >     >>     >     >     > > > > > Okay, I made several attempts
> >> through the
> >>     > day,
> >>     >     >> making
> >>     >     >>     >     > progress each
> >>     >     >>     >     >     > > > time.
> >>     >     >>     >     >     > > > > >  The last run failed because the
> >> browser
> >>     > could
> >>     >     >> not be
> >>     >     >>     >     > launched.
> >>     >     >>     >     >     > > > > > I am going to pause on this and
> >> try again
> >>     >     >> tomorrow (or
> >>     >     >>     >     > later) . If
> >>     >     >>     >     >     > > > > someone
> >>     >     >>     >     >     > > > > > else wants to give this a go in
> the
> >>     > meantimne,
> >>     >     >> they are
> >>     >     >>     >     > welcome :-)
> >>     >     >>     >     >     > > > > >
> >>     >     >>     >     >     > > > > > Thanks,
> >>     >     >>     >     >     > > > > > Om
> >>     >     >>     >     >     > > > > >
> >>     >     >>     >     >     > > > > > On Mon, Oct 1, 2018 at 12:22 AM
> >> Carlos
> >>     > Rovira <
> >>     >     >>     >     >     > > carlosrovira@apache.org
> >>     >     >>     >     >     > > > >
> >>     >     >>     >     >     > > > > > wrote:
> >>     >     >>     >     >     > > > > >
> >>     >     >>     >     >     > > > > > > Hi Om,
> >>     >     >>     >     >     > > > > > > no,  I Thought this was due to
> >> different
> >>     >     >> tries of the
> >>     >     >>     >     > release
> >>     >     >>     >     >     > > process
> >>     >     >>     >     >     > > > > but
> >>     >     >>     >     >     > > > > > > most of the poms are in
> >> 0.9.6-SNAPSHOT.
> >>     >     >>     >     >     > > > > > > You can search the entire repo
> >> for
> >>     >     >> "0.9.X-SNAPSHOT"
> >>     >     >>     > string
> >>     >     >>     >     > to see
> >>     >     >>     >     >     > > > that
> >>     >     >>     >     >     > > > > > now
> >>     >     >>     >     >     > > > > > > X is 6.
> >>     >     >>     >     >     > > > > > >
> >>     >     >>     >     >     > > > > > > thanks
> >>     >     >>     >     >     > > > > > >
> >>     >     >>     >     >     > > > > > > El lun., 1 oct. 2018 a las
> 2:07,
> >>     > OmPrakash
> >>     >     >> Muppirala
> >>     >     >>     > (<
> >>     >     >>     >     >     > > > > > > bigosmallm@gmail.com>)
> >>     >     >>     >     >     > > > > > > escribió:
> >>     >     >>     >     >     > > > > > >
> >>     >     >>     >     >     > > > > > > > On Sun, Sep 30, 2018, 2:13 PM
> >> Carlos
> >>     > Rovira
> >>     >     >> <
> >>     >     >>     >     >     > > > carlosrovira@apache.org
> >>     >     >>     >     >     > > > > >
> >>     >     >>     >     >     > > > > > > > wrote:
> >>     >     >>     >     >     > > > > > > >
> >>     >     >>     >     >     > > > > > > > > Hi Om,
> >>     >     >>     >     >     > > > > > > > > just saw that some poms was
> >> not
> >>     > changed to
> >>     >     >>     >     > 0.9.6-SNAPSHOT.
> >>     >     >>     >     >     > > > > > > > >
> >>     >     >>     >     >     > > > > > > >
> >>     >     >>     >     >     > > > > > > > Do you mean 0.9.4-SNAPSHOT?
> >>     >     >>     >     >     > > > > > > >
> >>     >     >>     >     >     > > > > > > > Thanks,
> >>     >     >>     >     >     > > > > > > > Om
> >>     >     >>     >     >     > > > > > > >
> >>     >     >>     >     >     > > > > > > >
> >>     >     >>     >     >     > > > > > > >
> >>     >     >>     >     >     > > > > > > > I think that should be fixed
> >> and get a
> >>     >     >> prepare
> >>     >     >>     > maven
> >>     >     >>     >     > release
> >>     >     >>     >     >     > > > process
> >>     >     >>     >     >     > > > > > that
> >>     >     >>     >     >     > > > > > > > > could finaly gets all poms
> >> updated
> >>     > to new
> >>     >     >>     > version.
> >>     >     >>     >     >     > > > > > > > > Don't know if that could be
> >> the
> >>     > problem.
> >>     >     >> Can you
> >>     >     >>     > try
> >>     >     >>     >     > again?
> >>     >     >>     >     >     > > > > > > > > thanks
> >>     >     >>     >     >     > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > El dom., 30 sept. 2018 a
> las
> >> 21:32,
> >>     >     >> OmPrakash
> >>     >     >>     >     > Muppirala (<
> >>     >     >>     >     >     > > > > > > > > bigosmallm@gmail.com>)
> >> escribió:
> >>     >     >>     >     >     > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > > Made a bit more progress,
> >> but the
> >>     > build
> >>     >     >> is
> >>     >     >>     > failing
> >>     >     >>     >     > here
> >>     >     >>     >     >     > now:
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
> >> Apache
> >>     > Royale:
> >>     >     >>     > Examples:
> >>     >     >>     >     > Royale:
> >>     >     >>     >     >     > > > > > > > > > DataBindingExample_as
> >> SUCCESS [
> >>     > 2.469
> >>     >     >> s]
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
> >> Apache
> >>     > Royale:
> >>     >     >>     > Examples:
> >>     >     >>     >     > Royale:
> >>     >     >>     >     >     > > > > > > > > > DataBindingExample_Flat
> >> FAILURE [
> >>     >     >> 1.756 s]
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
> >> Apache
> >>     > Royale:
> >>     >     >>     > Examples:
> >>     >     >>     >     > Royale:
> >>     >     >>     >     >     > > > > > > > > >
> >> DataBindingExampleWithLayout
> >>     > SKIPPED
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
> >> Apache
> >>     > Royale:
> >>     >     >>     > Examples:
> >>     >     >>     >     > Royale:
> >>     >     >>     >     >     > > > > > > > > DataGridExample
> >>     >     >>     >     >     > > > > > > > > > ... SKIPPED
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > > Detailed error:
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > >     [exec] [INFO] [INFO]
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > >
> >>     >     >>     >     >     > > > > >
> >>     >     >>     >     >     > > >
> >>     >     >>     >     >     >
> >>     >     >>     >     >
> >>     >     >>     >
> >>     >     >>
> >>     >
> >> ------------------------------------------------------------------------
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
> >> BUILD
> >>     > FAILURE
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > >
> >>     >     >>     >     >     > > > > >
> >>     >     >>     >     >     > > >
> >>     >     >>     >     >     >
> >>     >     >>     >     >
> >>     >     >>     >
> >>     >     >>
> >>     >
> >> ------------------------------------------------------------------------
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
> >> Total
> >>     > time:
> >>     >     >> 07:03 min
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
> >>     > Finished at:
> >>     >     >>     >     >     > > > 2018-09-30T12:17:45-07:00
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > >
> >>     >     >>     >     >     > > > > >
> >>     >     >>     >     >     > > >
> >>     >     >>     >     >     >
> >>     >     >>     >     >
> >>     >     >>     >
> >>     >     >>
> >>     >
> >> ------------------------------------------------------------------------
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [ERROR]
> >> Failed
> >>     > to
> >>     >     >> execute
> >>     >     >>     > goal
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     >
> >>     >     >>
> org.apache.maven.plugins:maven-dependency-plugin:2.10:unpack
> >>     >     >>     >     >     > > > > > > > > (unpack-fonts)
> >>     >     >>     >     >     > > > > > > > > > on project
> >>     > DataBindingExample_Flat:
> >>     >     >> Unable to
> >>     >     >>     > find
> >>     >     >>     >     >     > artifact.
> >>     >     >>     >     >     > > > > Could
> >>     >     >>     >     >     > > > > > > not
> >>     >     >>     >     >     > > > > > > > > find
> >>     >     >>     >     >     > > > > > > > > > artifact
> >>     >     >>     > org.apache.royale.framework:Fonts:war:0.9.4
> >>     >     >>     >     > in
> >>     >     >>     >     >     > > > > > > apache-release
> >>     >     >>     >     >     > > > > > > > (
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     >
> >>     >     >>     >     >
> >>     >     >>     >
> >>     >     >>
> >>     >
> >>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C1286310eeccc4c57439108d62903e119%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741493968858792&amp;sdata=le5WBc99FTC7A55xpTna6F4EOY3paXqhN%2BybCTwomv4%3D&amp;reserved=0
> >>     >     >>     >     > )
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [ERROR]
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [ERROR]
> >> Try
> >>     >     >> downloading the
> >>     >     >>     > file
> >>     >     >>     >     >     > manually
> >>     >     >>     >     >     > > > from
> >>     >     >>     >     >     > > > > > the
> >>     >     >>     >     >     > > > > > > > > > project website.
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [ERROR]
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [ERROR]
> >> Then,
> >>     >     >> install it
> >>     >     >>     > using the
> >>     >     >>     >     >     > > command:
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> >> [ERROR]     mvn
> >>     >     >>     >     > install:install-file
> >>     >     >>     >     >     > > > > > > > > >
> >>     > -DgroupId=org.apache.royale.framework
> >>     >     >>     >     > -DartifactId=Fonts
> >>     >     >>     >     >     > > > > > > > -Dversion=0.9.4
> >>     >     >>     >     >     > > > > > > > > > -Dpackaging=war
> >>     > -Dfile=/path/to/file
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [ERROR]
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [ERROR]
> >>     >     >> Alternatively, if
> >>     >     >>     > you
> >>     >     >>     >     > host your
> >>     >     >>     >     >     > > own
> >>     >     >>     >     >     > > > > > > > repository
> >>     >     >>     >     >     > > > > > > > > > you can deploy the file
> >> there:
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> >> [ERROR]     mvn
> >>     >     >>     > deploy:deploy-file
> >>     >     >>     >     >     > > > > > > > > >
> >>     > -DgroupId=org.apache.royale.framework
> >>     >     >>     >     > -DartifactId=Fonts
> >>     >     >>     >     >     > > > > > > > -Dversion=0.9.4
> >>     >     >>     >     >     > > > > > > > > > -Dpackaging=war
> >>     > -Dfile=/path/to/file
> >>     >     >>     > -Durl=[url]
> >>     >     >>     >     >     > > > > > -DrepositoryId=[id]
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [ERROR]
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [ERROR]
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [ERROR]
> >>     >     >>     >     >     > > > > > > >
> >>     > org.apache.royale.framework:Fonts:war:0.9.4
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [ERROR]
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [ERROR]
> >> from
> >>     > the
> >>     >     >> specified
> >>     >     >>     > remote
> >>     >     >>     >     >     > > > > repositories:
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [ERROR]
> >>     >     >>  apache-release (
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     >
> >>     >     >>     >     >
> >>     >     >>     >
> >>     >     >>
> >>     >
> >>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C1286310eeccc4c57439108d62903e119%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741493968868797&amp;sdata=GQS%2FATBn4XTAXnWHEneF3ql8jya3UBKnqzNqqqgwiQk%3D&amp;reserved=0
> >>     >     >>     >     > ,
> >>     >     >>     >     >     > > > > > > > > > releases=true,
> >>     >     >>     >     >     > > > > > > > > > snapshots=false),
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [ERROR]
> >>     >     >>  apache-snapshots (
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     >
> >>     >     >>     >     >
> >>     >     >>     >
> >>     >     >>
> >>     >
> >>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7C1286310eeccc4c57439108d62903e119%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741493968868797&amp;sdata=TTltCc5MiCe4xqhRQBNpzKCXg1tILkZYUR%2F0opGaknE%3D&amp;reserved=0
> >>     >     >>     >     >     > > ,
> >>     >     >>     >     >     > > > > > > > > > releases=false,
> >> snapshots=true),
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [ERROR]
> >>     >     >>  apache.snapshots (
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >
> >>     >     >>     >
> >>     >     >>
> >>     >
> >>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7C1286310eeccc4c57439108d62903e119%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741493968868797&amp;sdata=X1GA1xFkk%2BzBKpWyFs8n4n17f7Hm%2FFeq4J%2BEKf%2BydHQ%3D&amp;reserved=0
> >>     >     >>     > ,
> >>     >     >>     >     > releases=false,
> >>     >     >>     >     >     > > > > > > > > snapshots=true),
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [ERROR]
> >>     >  central (
> >>     >     >>     >     >     > > > > > > > >
> >>     >     >>     >     >
> >>     >     >>     >
> >>     >     >>
> >>     >
> >>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo.maven.apache.org%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7C1286310eeccc4c57439108d62903e119%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741493968868797&amp;sdata=eCe43cl8RCf94YAZTiaBgvlW0gtsJNglqTPtLD5KJmw%3D&amp;reserved=0
> >>     >     >>     >     >     > > > > > > > > > ,
> >>     >     >>     >     >     > > > > > > > > > releases=true,
> >> snapshots=false)
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [ERROR]
> >> ->
> >>     > [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]
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > >
> >>     >     >>     >     >     > > > > >
> >>     >     >>     >     >     > > >
> >>     >     >>     >     >     >
> >>     >     >>     >     >
> >>     >     >>     >
> >>     >     >>
> >>     >
> >>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7C1286310eeccc4c57439108d62903e119%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741493968868797&amp;sdata=KIT67zlpweuA4NoYZuN8nFLpuLL2aPLwwrC51cY6z1c%3D&amp;reserved=0
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [ERROR]
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> [ERROR]
> >> After
> >>     >     >> correcting the
> >>     >     >>     >     > problems,
> >>     >     >>     >     >     > you
> >>     >     >>     >     >     > > > can
> >>     >     >>     >     >     > > > > > > > resume
> >>     >     >>     >     >     > > > > > > > > > the build with the
> command
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> >> [ERROR]   mvn
> >>     >     >> <goals> -rf
> >>     >     >>     >     >     > > > > > :DataBindingExample_Flat
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > >
> >>     >     >>     >     >     > > > > >
> >>     >     >>     >     >     > > >
> >>     >     >>     >     >     >
> >>     >     >>     >     >
> >>     >     >>     >
> >>     >     >>
> >>     >
> >> ------------------------------------------------------------------------
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
> Reactor
> >>     > Summary:
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] Apache
> >> Royale:
> >>     >     >> Framework:
> >>     >     >>     > Parent
> >>     >     >>     >     >     > > > > 0.9.5-SNAPSHOT
> >>     >     >>     >     >     > > > > > > ....
> >>     >     >>     >     >     > > > > > > > > > FAILURE [07:08 min]
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] Apache
> >> Royale:
> >>     >     >> Framework
> >>     >     >>     >     >     > > > > > > ...........................
> >>     >     >>     >     >     > > > > > > > > > SKIPPED
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] Apache
> >> Royale:
> >>     >     >> Framework:
> >>     >     >>     > Fonts
> >>     >     >>     >     >     > > > > > > ....................
> >>     >     >>     >     >     > > > > > > > > > SKIPPED
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > > Can someone please take a
> >> look?
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > > On Sun, Sep 30, 2018 at
> >> 9:13 AM
> >>     >     >> OmPrakash
> >>     >     >>     > Muppirala <
> >>     >     >>     >     >     > > > > > > > > bigosmallm@gmail.com>
> >>     >     >>     >     >     > > > > > > > > > wrote:
> >>     >     >>     >     >     > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > > > Thanks for the quick
> >> fix!  Will
> >>     > pull
> >>     >     >> develop
> >>     >     >>     > and
> >>     >     >>     >     > try
> >>     >     >>     >     >     > again.
> >>     >     >>     >     >     > > > > Will
> >>     >     >>     >     >     > > > > > > > > report
> >>     >     >>     >     >     > > > > > > > > > > in a while.
> >>     >     >>     >     >     > > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > > > Regards,
> >>     >     >>     >     >     > > > > > > > > > > Om
> >>     >     >>     >     >     > > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > > > On Sun, Sep 30, 2018,
> >> 8:47 AM
> >>     > Carlos
> >>     >     >> Rovira <
> >>     >     >>     >     >     > > > > > > carlosrovira@apache.org
> >>     >     >>     >     >     > > > > > > > >
> >>     >     >>     >     >     > > > > > > > > > > wrote:
> >>     >

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by OmPrakash Muppirala <bi...@gmail.com>.
Another suggestion I have is - can we do all the pushes to remote after
everything is done locally?  That way, if something goes wrong halfway, we
can just delete the royale-* dirs locally and rerun the releasecandiate ant
script?

Not sure if this is an easy change?

Thanks,
Om

On Wed, Oct 3, 2018 at 11:42 AM OmPrakash Muppirala <bi...@gmail.com>
wrote:

> Okay, I tried a couple of times and I have started getting `SSL peer shut
> down incorrectly errors`
>
>      [exec] [INFO] [INFO]
> ------------------------------------------------------------------------
>
>      [exec] [INFO] [INFO] BUILD FAILURE
>
>      [exec] [INFO] [INFO]
> ------------------------------------------------------------------------
>
>      [exec] [INFO] [INFO] Total time: 16:04 min
>
>      [exec] [INFO] [INFO] Finished at: 2018-10-03T11:38:49-07:00
>
>      [exec] [INFO] [INFO]
> ------------------------------------------------------------------------
>
>      [exec] [INFO] [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy)
> on project Jewel-Light-NoFlat-Primary-Sunflower-Theme: Failed to deploy
> artifacts: Could not transfer artifact
> org.apache.royale.framework:Jewel-Light-NoFlat-Primary-Sunflower-Theme:swc:0.9.4
> from/to apache.releases.https (
> https://repository.apache.org/service/local/staging/deploy/maven2):
> Remote host closed connection during handshake: SSL peer shut down
> incorrectly -> [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] [ERROR]
>
>      [exec] [INFO] [ERROR] After correcting the problems, you can resume
> the build with the command
>
>      [exec] [INFO] [ERROR]   mvn <goals> -rf
> :Jewel-Light-NoFlat-Primary-Sunflower-Theme
>
>      [exec] [INFO]
> ------------------------------------------------------------------------
>
>
> I am guessing it is a bad internet connection.  I am wondering if we can
> pass a -rf (resume from) option to the maven call from ant?  Otherwise
> doing all this from scratch everytime is a big pain.
>
> Thanks,
> Om
>
> On Wed, Oct 3, 2018 at 12:47 AM Alex Harui <ah...@adobe.com.invalid>
> wrote:
>
>> Looks like it was a missing [
>>
>> MXRoyale and SparkRoyale built for me.
>>
>> HTH,
>> -Alex
>>
>> On 10/3/18, 12:43 AM, "OmPrakash Muppirala" <bi...@gmail.com>
>> wrote:
>>
>>     Thanks!
>>
>>     I reverted everything back to previous state.  I can give it a shot
>>     tomorrow evening.
>>
>>     Regards,
>>     Om
>>
>>     On Wed, Oct 3, 2018 at 12:41 AM Alex Harui <ah...@adobe.com.invalid>
>> wrote:
>>
>>     > It was in a releasable state.  TourDeFlex was running on it.
>>     >
>>     > I'm trying to track down the change that broke it.
>>     >
>>     > -Alex
>>     >
>>     > On 10/3/18, 12:32 AM, "OmPrakash Muppirala" <bi...@gmail.com>
>> wrote:
>>     >
>>     >     A bit more progress. Now we are failing on the MXRoyale project:
>>     >
>>     >          [exec] [INFO] [INFO]
>>     >
>>     >
>> ------------------------------------------------------------------------
>>     >
>>     >          [exec] [INFO] [INFO] BUILD FAILURE
>>     >
>>     >          [exec] [INFO] [INFO]
>>     >
>>     >
>> ------------------------------------------------------------------------
>>     >
>>     >          [exec] [INFO] [INFO] Total time: 01:34 min
>>     >
>>     >          [exec] [INFO] [INFO] Finished at: 2018-10-03T00:28:14-07:00
>>     >
>>     >          [exec] [INFO] [INFO]
>>     >
>>     >
>> ------------------------------------------------------------------------
>>     >
>>     >          [exec] [INFO] [ERROR] Failed to execute goal
>>     >     org.apache.royale.compiler:royale-maven-plugin:0.9.4:compile-as
>>     >     (default-compile-as) on project MXRoyale: There were errors
>> during the
>>     >     build. Got return code 3 -> [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]
>>     >
>>     >
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7C1286310eeccc4c57439108d62903e119%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741493968858792&amp;sdata=h0WDkLmfJD1GjTezuQ6GT1bqr%2BlqYai5RAtQIiM9FOM%3D&amp;reserved=0
>>     >
>>     >          [exec] [INFO] [ERROR]
>>     >
>>     >          [exec] [INFO] [ERROR] After correcting the problems, you
>> can
>>     > resume
>>     >     the build with the command
>>     >
>>     >          [exec] [INFO] [ERROR]   mvn <goals> -rf :MXRoyale
>>     >
>>     >
>>     >     Can we perhaps turn this project off?  Is it in a releasable
>> state?
>>     >
>>     >     On Tue, Oct 2, 2018 at 7:30 PM OmPrakash Muppirala <
>>     > bigosmallm@gmail.com>
>>     >     wrote:
>>     >
>>     >     > I'm going to give this another shot in a couple of hours,
>> unless
>>     > there are
>>     >     > any objections.
>>     >     >
>>     >     > Thanks,
>>     >     > Om
>>     >     >
>>     >     > On Mon, Oct 1, 2018, 2:04 PM Alex Harui
>> <ah...@adobe.com.invalid>
>>     > wrote:
>>     >     >
>>     >     >> Jewel is mentioned in there.  I added mention of the
>> migration
>>     > components
>>     >     >> and tour de flex.  Not sure if I got the formatting right.
>> I think
>>     > it is
>>     >     >> good enough.
>>     >     >>
>>     >     >> -Alex
>>     >     >>
>>     >     >> On 10/1/18, 12:13 PM, "OmPrakash Muppirala" <
>> bigosmallm@gmail.com>
>>     >     >> wrote:
>>     >     >>
>>     >     >>     I updated it, although it looks a bit sparse now.  Can
>> we list
>>     > a few
>>     >     >> major
>>     >     >>     highlights here, that I can go add to the release notes?
>>     >     >>     Jewel should at least have several updates.
>>     >     >>
>>     >     >>     Thanks,
>>     >     >>     Om
>>     >     >>
>>     >     >>     On Mon, Oct 1, 2018 at 12:09 PM Alex Harui
>>     > <ah...@adobe.com.invalid>
>>     >     >> wrote:
>>     >     >>
>>     >     >>     > Hey, I just noticed that nobody put a 0.9.4 section in
>> the
>>     >     >> RELEASE_NOTES.
>>     >     >>     > Maybe just rename the 0.9.3 section?
>>     >     >>     >
>>     >     >>     > -Alex
>>     >     >>     >
>>     >     >>     > On 10/1/18, 12:07 PM, "OmPrakash Muppirala" <
>>     > bigosmallm@gmail.com>
>>     >     >> wrote:
>>     >     >>     >
>>     >     >>     >     Good catch!  I just pushed a fix for that.
>>     >     >>     >
>>     >     >>     >     Thanks,
>>     >     >>     >     Om
>>     >     >>     >
>>     >     >>     >     On Mon, Oct 1, 2018 at 11:04 AM Alex Harui
>>     >     >> <ah...@adobe.com.invalid>
>>     >     >>     > wrote:
>>     >     >>     >
>>     >     >>     >     > Om,
>>     >     >>     >     >
>>     >     >>     >     > I think the <tag>release/0.9.4</tag> in
>>     > royale-asjs/pom.xml
>>     >     >> needs to
>>     >     >>     > be
>>     >     >>     >     > reverted back to 0.9.3.
>>     >     >>     >     >
>>     >     >>     >     > Everything else looks ok from my quick
>> examination.
>>     >     >>     >     >
>>     >     >>     >     > Thanks and good luck,
>>     >     >>     >     > -Alex
>>     >     >>     >     >
>>     >     >>     >     > On 10/1/18, 10:29 AM, "Piotr Zarzycki" <
>>     >     >> piotrzarzycki21@gmail.com>
>>     >     >>     > wrote:
>>     >     >>     >     >
>>     >     >>     >     >     I saw your commit and I think you should be
>> ok.
>>     >     >>     >     >
>>     >     >>     >     >     pon., 1 paź 2018 o 19:21 OmPrakash Muppirala
>> <
>>     >     >>     > bigosmallm@gmail.com>
>>     >     >>     >     >     napisał(a):
>>     >     >>     >     >
>>     >     >>     >     >     > Okay, I did the following to reset:
>>     >     >>     >     >     >
>>     >     >>     >     >     > For all three repos:
>>     >     >>     >     >     > * Reverted all references of 0.9.5 to 0.9.4
>>     >     >>     >     >     > * Deleted 0.9.4-rc1 tag
>>     >     >>     >     >     > * Deleted branch: release/0.9.4
>>     >     >>     >     >     >
>>     >     >>     >     >     > Can someone please make sure that we are
>> good
>>     > before
>>     >     >> starting
>>     >     >>     > work?
>>     >     >>     >     >     >
>>     >     >>     >     >     > Thanks,
>>     >     >>     >     >     > Om
>>     >     >>     >     >     >
>>     >     >>     >     >     > On Mon, Oct 1, 2018 at 1:51 AM Carlos
>> Rovira <
>>     >     >>     >     > carlosrovira@apache.org>
>>     >     >>     >     >     > wrote:
>>     >     >>     >     >     >
>>     >     >>     >     >     > > Hi Om,
>>     >     >>     >     >     > > is related to flash player debugger not
>>     > launched? are
>>     >     >> you on
>>     >     >>     > Mac?
>>     >     >>     >     >     > > I think on Mac I have to make *.swf
>> files be
>>     > always
>>     >     >> opened
>>     >     >>     > by Flash
>>     >     >>     >     >     > Player
>>     >     >>     >     >     > > debugger.
>>     >     >>     >     >     > >
>>     >     >>     >     >     > > In the other hand, I need to commit
>> during the
>>     > day
>>     >     >> some
>>     >     >>     > fixes, one
>>     >     >>     >     > on
>>     >     >>     >     >     > > typedefs and expect more on compiler. So
>> if you
>>     > plan
>>     >     >> to try
>>     >     >>     > again
>>     >     >>     >     > some
>>     >     >>     >     >     > > hours ago, please, remove the commits to
>> left
>>     > the
>>     >     >> repos so
>>     >     >>     > we can
>>     >     >>     >     > commit
>>     >     >>     >     >     > > new work
>>     >     >>     >     >     > >
>>     >     >>     >     >     > > thanks!
>>     >     >>     >     >     > >
>>     >     >>     >     >     > > Carlos
>>     >     >>     >     >     > >
>>     >     >>     >     >     > >
>>     >     >>     >     >     > >
>>     >     >>     >     >     > >
>>     >     >>     >     >     > >
>>     >     >>     >     >     > > El lun., 1 oct. 2018 a las 10:29,
>> OmPrakash
>>     > Muppirala
>>     >     >> (<
>>     >     >>     >     >     > > bigosmallm@gmail.com>)
>>     >     >>     >     >     > > escribió:
>>     >     >>     >     >     > >
>>     >     >>     >     >     > > > I provided path to Chrome via
>> -Dbrowser, but
>>     > I got
>>     >     >> an
>>     >     >>     > error that
>>     >     >>     >     > ant
>>     >     >>     >     >     > was
>>     >     >>     >     >     > > > not able to access the application.
>>     >     >>     >     >     > > > So, I tried installing firefox and that
>>     > seemed to
>>     >     >> work.
>>     >     >>     >     >     > > >
>>     >     >>     >     >     > > > On Mon, Oct 1, 2018 at 1:26 AM Piotr
>> Zarzycki
>>     > <
>>     >     >>     >     >     > piotrzarzycki21@gmail.com
>>     >     >>     >     >     > > >
>>     >     >>     >     >     > > > wrote:
>>     >     >>     >     >     > > >
>>     >     >>     >     >     > > > > Hi Om,
>>     >     >>     >     >     > > > >
>>     >     >>     >     >     > > > > You did use Firefox for that purpose
>> ? I
>>     > had to
>>     >     >> specify
>>     >     >>     >     >     > -Dbrowser=path
>>     >     >>     >     >     > > to
>>     >     >>     >     >     > > > > firefox.exe
>>     >     >>     >     >     > > > >
>>     >     >>     >     >     > > > > Thanks,
>>     >     >>     >     >     > > > > Piotr
>>     >     >>     >     >     > > > >
>>     >     >>     >     >     > > > > pon., 1 paź 2018 o 10:22 OmPrakash
>>     > Muppirala <
>>     >     >>     >     > bigosmallm@gmail.com>
>>     >     >>     >     >     > > > > napisał(a):
>>     >     >>     >     >     > > > >
>>     >     >>     >     >     > > > > > Okay, I made several attempts
>> through the
>>     > day,
>>     >     >> making
>>     >     >>     >     > progress each
>>     >     >>     >     >     > > > time.
>>     >     >>     >     >     > > > > >  The last run failed because the
>> browser
>>     > could
>>     >     >> not be
>>     >     >>     >     > launched.
>>     >     >>     >     >     > > > > > I am going to pause on this and
>> try again
>>     >     >> tomorrow (or
>>     >     >>     >     > later) . If
>>     >     >>     >     >     > > > > someone
>>     >     >>     >     >     > > > > > else wants to give this a go in the
>>     > meantimne,
>>     >     >> they are
>>     >     >>     >     > welcome :-)
>>     >     >>     >     >     > > > > >
>>     >     >>     >     >     > > > > > Thanks,
>>     >     >>     >     >     > > > > > Om
>>     >     >>     >     >     > > > > >
>>     >     >>     >     >     > > > > > On Mon, Oct 1, 2018 at 12:22 AM
>> Carlos
>>     > Rovira <
>>     >     >>     >     >     > > carlosrovira@apache.org
>>     >     >>     >     >     > > > >
>>     >     >>     >     >     > > > > > wrote:
>>     >     >>     >     >     > > > > >
>>     >     >>     >     >     > > > > > > Hi Om,
>>     >     >>     >     >     > > > > > > no,  I Thought this was due to
>> different
>>     >     >> tries of the
>>     >     >>     >     > release
>>     >     >>     >     >     > > process
>>     >     >>     >     >     > > > > but
>>     >     >>     >     >     > > > > > > most of the poms are in
>> 0.9.6-SNAPSHOT.
>>     >     >>     >     >     > > > > > > You can search the entire repo
>> for
>>     >     >> "0.9.X-SNAPSHOT"
>>     >     >>     > string
>>     >     >>     >     > to see
>>     >     >>     >     >     > > > that
>>     >     >>     >     >     > > > > > now
>>     >     >>     >     >     > > > > > > X is 6.
>>     >     >>     >     >     > > > > > >
>>     >     >>     >     >     > > > > > > thanks
>>     >     >>     >     >     > > > > > >
>>     >     >>     >     >     > > > > > > El lun., 1 oct. 2018 a las 2:07,
>>     > OmPrakash
>>     >     >> Muppirala
>>     >     >>     > (<
>>     >     >>     >     >     > > > > > > bigosmallm@gmail.com>)
>>     >     >>     >     >     > > > > > > escribió:
>>     >     >>     >     >     > > > > > >
>>     >     >>     >     >     > > > > > > > On Sun, Sep 30, 2018, 2:13 PM
>> Carlos
>>     > Rovira
>>     >     >> <
>>     >     >>     >     >     > > > carlosrovira@apache.org
>>     >     >>     >     >     > > > > >
>>     >     >>     >     >     > > > > > > > wrote:
>>     >     >>     >     >     > > > > > > >
>>     >     >>     >     >     > > > > > > > > Hi Om,
>>     >     >>     >     >     > > > > > > > > just saw that some poms was
>> not
>>     > changed to
>>     >     >>     >     > 0.9.6-SNAPSHOT.
>>     >     >>     >     >     > > > > > > > >
>>     >     >>     >     >     > > > > > > >
>>     >     >>     >     >     > > > > > > > Do you mean 0.9.4-SNAPSHOT?
>>     >     >>     >     >     > > > > > > >
>>     >     >>     >     >     > > > > > > > Thanks,
>>     >     >>     >     >     > > > > > > > Om
>>     >     >>     >     >     > > > > > > >
>>     >     >>     >     >     > > > > > > >
>>     >     >>     >     >     > > > > > > >
>>     >     >>     >     >     > > > > > > > I think that should be fixed
>> and get a
>>     >     >> prepare
>>     >     >>     > maven
>>     >     >>     >     > release
>>     >     >>     >     >     > > > process
>>     >     >>     >     >     > > > > > that
>>     >     >>     >     >     > > > > > > > > could finaly gets all poms
>> updated
>>     > to new
>>     >     >>     > version.
>>     >     >>     >     >     > > > > > > > > Don't know if that could be
>> the
>>     > problem.
>>     >     >> Can you
>>     >     >>     > try
>>     >     >>     >     > again?
>>     >     >>     >     >     > > > > > > > > thanks
>>     >     >>     >     >     > > > > > > > >
>>     >     >>     >     >     > > > > > > > > El dom., 30 sept. 2018 a las
>> 21:32,
>>     >     >> OmPrakash
>>     >     >>     >     > Muppirala (<
>>     >     >>     >     >     > > > > > > > > bigosmallm@gmail.com>)
>> escribió:
>>     >     >>     >     >     > > > > > > > >
>>     >     >>     >     >     > > > > > > > > > Made a bit more progress,
>> but the
>>     > build
>>     >     >> is
>>     >     >>     > failing
>>     >     >>     >     > here
>>     >     >>     >     >     > now:
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
>> Apache
>>     > Royale:
>>     >     >>     > Examples:
>>     >     >>     >     > Royale:
>>     >     >>     >     >     > > > > > > > > > DataBindingExample_as
>> SUCCESS [
>>     > 2.469
>>     >     >> s]
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
>> Apache
>>     > Royale:
>>     >     >>     > Examples:
>>     >     >>     >     > Royale:
>>     >     >>     >     >     > > > > > > > > > DataBindingExample_Flat
>> FAILURE [
>>     >     >> 1.756 s]
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
>> Apache
>>     > Royale:
>>     >     >>     > Examples:
>>     >     >>     >     > Royale:
>>     >     >>     >     >     > > > > > > > > >
>> DataBindingExampleWithLayout
>>     > SKIPPED
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
>> Apache
>>     > Royale:
>>     >     >>     > Examples:
>>     >     >>     >     > Royale:
>>     >     >>     >     >     > > > > > > > > DataGridExample
>>     >     >>     >     >     > > > > > > > > > ... SKIPPED
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > > Detailed error:
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > >     [exec] [INFO] [INFO]
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > >
>>     >     >>     >     >     > > > > >
>>     >     >>     >     >     > > >
>>     >     >>     >     >     >
>>     >     >>     >     >
>>     >     >>     >
>>     >     >>
>>     >
>> ------------------------------------------------------------------------
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
>> BUILD
>>     > FAILURE
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > >
>>     >     >>     >     >     > > > > >
>>     >     >>     >     >     > > >
>>     >     >>     >     >     >
>>     >     >>     >     >
>>     >     >>     >
>>     >     >>
>>     >
>> ------------------------------------------------------------------------
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
>> Total
>>     > time:
>>     >     >> 07:03 min
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
>>     > Finished at:
>>     >     >>     >     >     > > > 2018-09-30T12:17:45-07:00
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > >
>>     >     >>     >     >     > > > > >
>>     >     >>     >     >     > > >
>>     >     >>     >     >     >
>>     >     >>     >     >
>>     >     >>     >
>>     >     >>
>>     >
>> ------------------------------------------------------------------------
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>> Failed
>>     > to
>>     >     >> execute
>>     >     >>     > goal
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     >
>>     >     >> org.apache.maven.plugins:maven-dependency-plugin:2.10:unpack
>>     >     >>     >     >     > > > > > > > > (unpack-fonts)
>>     >     >>     >     >     > > > > > > > > > on project
>>     > DataBindingExample_Flat:
>>     >     >> Unable to
>>     >     >>     > find
>>     >     >>     >     >     > artifact.
>>     >     >>     >     >     > > > > Could
>>     >     >>     >     >     > > > > > > not
>>     >     >>     >     >     > > > > > > > > find
>>     >     >>     >     >     > > > > > > > > > artifact
>>     >     >>     > org.apache.royale.framework:Fonts:war:0.9.4
>>     >     >>     >     > in
>>     >     >>     >     >     > > > > > > apache-release
>>     >     >>     >     >     > > > > > > > (
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     >
>>     >     >>     >     >
>>     >     >>     >
>>     >     >>
>>     >
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C1286310eeccc4c57439108d62903e119%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741493968858792&amp;sdata=le5WBc99FTC7A55xpTna6F4EOY3paXqhN%2BybCTwomv4%3D&amp;reserved=0
>>     >     >>     >     > )
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>> Try
>>     >     >> downloading the
>>     >     >>     > file
>>     >     >>     >     >     > manually
>>     >     >>     >     >     > > > from
>>     >     >>     >     >     > > > > > the
>>     >     >>     >     >     > > > > > > > > > project website.
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>> Then,
>>     >     >> install it
>>     >     >>     > using the
>>     >     >>     >     >     > > command:
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
>> [ERROR]     mvn
>>     >     >>     >     > install:install-file
>>     >     >>     >     >     > > > > > > > > >
>>     > -DgroupId=org.apache.royale.framework
>>     >     >>     >     > -DartifactId=Fonts
>>     >     >>     >     >     > > > > > > > -Dversion=0.9.4
>>     >     >>     >     >     > > > > > > > > > -Dpackaging=war
>>     > -Dfile=/path/to/file
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>>     >     >> Alternatively, if
>>     >     >>     > you
>>     >     >>     >     > host your
>>     >     >>     >     >     > > own
>>     >     >>     >     >     > > > > > > > repository
>>     >     >>     >     >     > > > > > > > > > you can deploy the file
>> there:
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
>> [ERROR]     mvn
>>     >     >>     > deploy:deploy-file
>>     >     >>     >     >     > > > > > > > > >
>>     > -DgroupId=org.apache.royale.framework
>>     >     >>     >     > -DartifactId=Fonts
>>     >     >>     >     >     > > > > > > > -Dversion=0.9.4
>>     >     >>     >     >     > > > > > > > > > -Dpackaging=war
>>     > -Dfile=/path/to/file
>>     >     >>     > -Durl=[url]
>>     >     >>     >     >     > > > > > -DrepositoryId=[id]
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>>     >     >>     >     >     > > > > > > >
>>     > org.apache.royale.framework:Fonts:war:0.9.4
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>> from
>>     > the
>>     >     >> specified
>>     >     >>     > remote
>>     >     >>     >     >     > > > > repositories:
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>>     >     >>  apache-release (
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     >
>>     >     >>     >     >
>>     >     >>     >
>>     >     >>
>>     >
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C1286310eeccc4c57439108d62903e119%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741493968868797&amp;sdata=GQS%2FATBn4XTAXnWHEneF3ql8jya3UBKnqzNqqqgwiQk%3D&amp;reserved=0
>>     >     >>     >     > ,
>>     >     >>     >     >     > > > > > > > > > releases=true,
>>     >     >>     >     >     > > > > > > > > > snapshots=false),
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>>     >     >>  apache-snapshots (
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     >
>>     >     >>     >     >
>>     >     >>     >
>>     >     >>
>>     >
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7C1286310eeccc4c57439108d62903e119%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741493968868797&amp;sdata=TTltCc5MiCe4xqhRQBNpzKCXg1tILkZYUR%2F0opGaknE%3D&amp;reserved=0
>>     >     >>     >     >     > > ,
>>     >     >>     >     >     > > > > > > > > > releases=false,
>> snapshots=true),
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>>     >     >>  apache.snapshots (
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >
>>     >     >>     >
>>     >     >>
>>     >
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7C1286310eeccc4c57439108d62903e119%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741493968868797&amp;sdata=X1GA1xFkk%2BzBKpWyFs8n4n17f7Hm%2FFeq4J%2BEKf%2BydHQ%3D&amp;reserved=0
>>     >     >>     > ,
>>     >     >>     >     > releases=false,
>>     >     >>     >     >     > > > > > > > > snapshots=true),
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>>     >  central (
>>     >     >>     >     >     > > > > > > > >
>>     >     >>     >     >
>>     >     >>     >
>>     >     >>
>>     >
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo.maven.apache.org%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7C1286310eeccc4c57439108d62903e119%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741493968868797&amp;sdata=eCe43cl8RCf94YAZTiaBgvlW0gtsJNglqTPtLD5KJmw%3D&amp;reserved=0
>>     >     >>     >     >     > > > > > > > > > ,
>>     >     >>     >     >     > > > > > > > > > releases=true,
>> snapshots=false)
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>> ->
>>     > [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]
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > >
>>     >     >>     >     >     > > > > >
>>     >     >>     >     >     > > >
>>     >     >>     >     >     >
>>     >     >>     >     >
>>     >     >>     >
>>     >     >>
>>     >
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7C1286310eeccc4c57439108d62903e119%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741493968868797&amp;sdata=KIT67zlpweuA4NoYZuN8nFLpuLL2aPLwwrC51cY6z1c%3D&amp;reserved=0
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>> After
>>     >     >> correcting the
>>     >     >>     >     > problems,
>>     >     >>     >     >     > you
>>     >     >>     >     >     > > > can
>>     >     >>     >     >     > > > > > > > resume
>>     >     >>     >     >     > > > > > > > > > the build with the command
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
>> [ERROR]   mvn
>>     >     >> <goals> -rf
>>     >     >>     >     >     > > > > > :DataBindingExample_Flat
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > >
>>     >     >>     >     >     > > > > >
>>     >     >>     >     >     > > >
>>     >     >>     >     >     >
>>     >     >>     >     >
>>     >     >>     >
>>     >     >>
>>     >
>> ------------------------------------------------------------------------
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] Reactor
>>     > Summary:
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] Apache
>> Royale:
>>     >     >> Framework:
>>     >     >>     > Parent
>>     >     >>     >     >     > > > > 0.9.5-SNAPSHOT
>>     >     >>     >     >     > > > > > > ....
>>     >     >>     >     >     > > > > > > > > > FAILURE [07:08 min]
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] Apache
>> Royale:
>>     >     >> Framework
>>     >     >>     >     >     > > > > > > ...........................
>>     >     >>     >     >     > > > > > > > > > SKIPPED
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] Apache
>> Royale:
>>     >     >> Framework:
>>     >     >>     > Fonts
>>     >     >>     >     >     > > > > > > ....................
>>     >     >>     >     >     > > > > > > > > > SKIPPED
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > > Can someone please take a
>> look?
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > > On Sun, Sep 30, 2018 at
>> 9:13 AM
>>     >     >> OmPrakash
>>     >     >>     > Muppirala <
>>     >     >>     >     >     > > > > > > > > bigosmallm@gmail.com>
>>     >     >>     >     >     > > > > > > > > > wrote:
>>     >     >>     >     >     > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > > > Thanks for the quick
>> fix!  Will
>>     > pull
>>     >     >> develop
>>     >     >>     > and
>>     >     >>     >     > try
>>     >     >>     >     >     > again.
>>     >     >>     >     >     > > > > Will
>>     >     >>     >     >     > > > > > > > > report
>>     >     >>     >     >     > > > > > > > > > > in a while.
>>     >     >>     >     >     > > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > > > Regards,
>>     >     >>     >     >     > > > > > > > > > > Om
>>     >     >>     >     >     > > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > > > On Sun, Sep 30, 2018,
>> 8:47 AM
>>     > Carlos
>>     >     >> Rovira <
>>     >     >>     >     >     > > > > > > carlosrovira@apache.org
>>     >     >>     >     >     > > > > > > > >
>>     >     >>     >     >     > > > > > > > > > > wrote:
>>     >     >>     >     >     > > > > > > > > > >
>>     >     >>     >     >     > > > > > > > > > >> Hi Om,
>>     >     >>     >     >     > > > > > > > > > >>
>>     >     >>     >     >     > > > > > > > > > >> error is now fixed. Can
>> you
>>     > try to
>>     >     >> release
>>     >     >>     > again?
>>     >     >>     >     >     > > > > > > > > > >> thanks
>>     >     >>     >     >     > > > > > > > > > >>
>>     >     >>     >     >     > > > > > > > > > >> Carlos
>>     >     >>     >     >     > > > > > > > > > >>
>>     >     >>     >     >     > > > > > > > > > >>
>>     >     >>     >     >     > > > > > > > > > >>
>>     >     >>     >     >     > > > > > > > > > >>
>>     >     >>     >     >     > > > > > > > > > >>
>>     >     >>     >     >     > > > > > > > > > >> El dom., 30 sept. 2018
>> a las
>>     > 17:27,
>>     >     >> Carlos
>>     >     >>     > Rovira
>>     >     >>     >     > (<
>>     >     >>     >     >     > > > > > > > > > >> carlosrovira@apache.org
>> >)
>>     >     >>     >     >     > > > > > > > > > >> escribió:
>>     >     >>     >     >     > > > > > > > > > >>
>>     >     >>     >     >     > > > > > > > > > >> > Hi,
>>     >     >>     >     >     > > > > > > > > > >> >
>>     >     >>     >     >     > > > > > > > > > >> > just reverted the two
>>     > generated
>>     >     >> commits
>>     >     >>     > for
>>     >     >>     >     > release, I
>>     >     >>     >     >     > > > left
>>     >     >>     >     >     > > > > to
>>     >     >>     >     >     > > > > > > you
>>     >     >>     >     >     > > > > > > > > > >> remove
>>     >     >>     >     >     > > > > > > > > > >> > new branches
>> generated.
>>     >     >>     >     >     > > > > > > > > > >> > About the fail, I was
>> wrong,
>>     > since
>>     >     >> I saw
>>     >     >>     > this
>>     >     >>     >     > very
>>     >     >>     >     >     > > > quickly.
>>     >     >>     >     >     > > > > > It's
>>     >     >>     >     >     > > > > > > > not
>>     >     >>     >     >     > > > > > > > > > >> about
>>     >     >>     >     >     > > > > > > > > > >> > JDK, I'm using as
>> well 1.8.
>>     > I was
>>     >     >>     > confused for
>>     >     >>     >     > other
>>     >     >>     >     >     > > > thing I
>>     >     >>     >     >     > > > > > had
>>     >     >>     >     >     > > > > > > > > some
>>     >     >>     >     >     > > > > > > > > > >> weeks
>>     >     >>     >     >     > > > > > > > > > >> > ago, and was trying
>> to use
>>     > another
>>     >     >> JDK,
>>     >     >>     > but I
>>     >     >>     >     > don't
>>     >     >>     >     >     > > > remember
>>     >     >>     >     >     > > > > > > what
>>     >     >>     >     >     > > > > > > > > was.
>>     >     >>     >     >     > > > > > > > > > >> >
>>     >     >>     >     >     > > > > > > > > > >> > Anyway, the problem
>> is about
>>     > java
>>     >     >> doc, in
>>     >     >>     > the
>>     >     >>     >     > new
>>     >     >>     >     >     > class
>>     >     >>     >     >     > > > > > > > > > >> >
>> AMFCompressionException.java
>>     > I
>>     >     >> introduce
>>     >     >>     > some
>>     >     >>     >     > months
>>     >     >>     >     >     > > ago.
>>     >     >>     >     >     > > > > > > > > > >> > since we never
>> execute java
>>     > doc
>>     >     >>     > generation we
>>     >     >>     >     > didn't
>>     >     >>     >     >     > see
>>     >     >>     >     >     > > > > this.
>>     >     >>     >     >     > > > > > > > > > >> >
>>     >     >>     >     >     > > > > > > > > > >> > I'm going to try to
>> fix this
>>     >     >> removing the
>>     >     >>     >     > problems I
>>     >     >>     >     >     > > see,
>>     >     >>     >     >     > > > > and
>>     >     >>     >     >     > > > > > > I'll
>>     >     >>     >     >     > > > > > > > > try
>>     >     >>     >     >     > > > > > > > > > >> to
>>     >     >>     >     >     > > > > > > > > > >> > see if I can try to
>> use java
>>     > doc
>>     >     >> to test
>>     >     >>     > if I
>>     >     >>     >     > pass the
>>     >     >>     >     >     > > > > > problem.
>>     >     >>     >     >     > > > > > > > > > >> >
>>     >     >>     >     >     > > > > > > > > > >> > I'll report soon.
>>     >     >>     >     >     > > > > > > > > > >> >
>>     >     >>     >     >     > > > > > > > > > >> > Carlos
>>     >     >>     >     >     > > > > > > > > > >> >
>>     >     >>     >     >     > > > > > > > > > >> >
>>     >     >>     >     >     > > > > > > > > > >> > El dom., 30 sept.
>> 2018 a las
>>     >     >> 17:12, Carlos
>>     >     >>     >     > Rovira (<
>>     >     >>     >     >     > > > > > > > > > >> >
>> carlosrovira@apache.org>)
>>     >     >> escribió:
>>     >     >>     >     >     > > > > > > > > > >> >
>>     >     >>     >     >     > > > > > > > > > >> >> Hi, since I'm going
>> to work
>>     > now
>>     >     >> on some
>>     >     >>     >     > compiler
>>     >     >>     >     >     > > changes,
>>     >     >>     >     >     > > > > > I'll
>>
>
>

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by OmPrakash Muppirala <bi...@gmail.com>.
Okay, I tried a couple of times and I have started getting `SSL peer shut
down incorrectly errors`

     [exec] [INFO] [INFO]
------------------------------------------------------------------------

     [exec] [INFO] [INFO] BUILD FAILURE

     [exec] [INFO] [INFO]
------------------------------------------------------------------------

     [exec] [INFO] [INFO] Total time: 16:04 min

     [exec] [INFO] [INFO] Finished at: 2018-10-03T11:38:49-07:00

     [exec] [INFO] [INFO]
------------------------------------------------------------------------

     [exec] [INFO] [ERROR] Failed to execute goal
org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy)
on project Jewel-Light-NoFlat-Primary-Sunflower-Theme: Failed to deploy
artifacts: Could not transfer artifact
org.apache.royale.framework:Jewel-Light-NoFlat-Primary-Sunflower-Theme:swc:0.9.4
from/to apache.releases.https (
https://repository.apache.org/service/local/staging/deploy/maven2): Remote
host closed connection during handshake: SSL peer shut down incorrectly ->
[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] [ERROR]

     [exec] [INFO] [ERROR] After correcting the problems, you can resume
the build with the command

     [exec] [INFO] [ERROR]   mvn <goals> -rf
:Jewel-Light-NoFlat-Primary-Sunflower-Theme

     [exec] [INFO]
------------------------------------------------------------------------


I am guessing it is a bad internet connection.  I am wondering if we can
pass a -rf (resume from) option to the maven call from ant?  Otherwise
doing all this from scratch everytime is a big pain.

Thanks,
Om

On Wed, Oct 3, 2018 at 12:47 AM Alex Harui <ah...@adobe.com.invalid> wrote:

> Looks like it was a missing [
>
> MXRoyale and SparkRoyale built for me.
>
> HTH,
> -Alex
>
> On 10/3/18, 12:43 AM, "OmPrakash Muppirala" <bi...@gmail.com> wrote:
>
>     Thanks!
>
>     I reverted everything back to previous state.  I can give it a shot
>     tomorrow evening.
>
>     Regards,
>     Om
>
>     On Wed, Oct 3, 2018 at 12:41 AM Alex Harui <ah...@adobe.com.invalid>
> wrote:
>
>     > It was in a releasable state.  TourDeFlex was running on it.
>     >
>     > I'm trying to track down the change that broke it.
>     >
>     > -Alex
>     >
>     > On 10/3/18, 12:32 AM, "OmPrakash Muppirala" <bi...@gmail.com>
> wrote:
>     >
>     >     A bit more progress. Now we are failing on the MXRoyale project:
>     >
>     >          [exec] [INFO] [INFO]
>     >
>     >
> ------------------------------------------------------------------------
>     >
>     >          [exec] [INFO] [INFO] BUILD FAILURE
>     >
>     >          [exec] [INFO] [INFO]
>     >
>     >
> ------------------------------------------------------------------------
>     >
>     >          [exec] [INFO] [INFO] Total time: 01:34 min
>     >
>     >          [exec] [INFO] [INFO] Finished at: 2018-10-03T00:28:14-07:00
>     >
>     >          [exec] [INFO] [INFO]
>     >
>     >
> ------------------------------------------------------------------------
>     >
>     >          [exec] [INFO] [ERROR] Failed to execute goal
>     >     org.apache.royale.compiler:royale-maven-plugin:0.9.4:compile-as
>     >     (default-compile-as) on project MXRoyale: There were errors
> during the
>     >     build. Got return code 3 -> [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]
>     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7C1286310eeccc4c57439108d62903e119%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741493968858792&amp;sdata=h0WDkLmfJD1GjTezuQ6GT1bqr%2BlqYai5RAtQIiM9FOM%3D&amp;reserved=0
>     >
>     >          [exec] [INFO] [ERROR]
>     >
>     >          [exec] [INFO] [ERROR] After correcting the problems, you can
>     > resume
>     >     the build with the command
>     >
>     >          [exec] [INFO] [ERROR]   mvn <goals> -rf :MXRoyale
>     >
>     >
>     >     Can we perhaps turn this project off?  Is it in a releasable
> state?
>     >
>     >     On Tue, Oct 2, 2018 at 7:30 PM OmPrakash Muppirala <
>     > bigosmallm@gmail.com>
>     >     wrote:
>     >
>     >     > I'm going to give this another shot in a couple of hours,
> unless
>     > there are
>     >     > any objections.
>     >     >
>     >     > Thanks,
>     >     > Om
>     >     >
>     >     > On Mon, Oct 1, 2018, 2:04 PM Alex Harui
> <ah...@adobe.com.invalid>
>     > wrote:
>     >     >
>     >     >> Jewel is mentioned in there.  I added mention of the migration
>     > components
>     >     >> and tour de flex.  Not sure if I got the formatting right.  I
> think
>     > it is
>     >     >> good enough.
>     >     >>
>     >     >> -Alex
>     >     >>
>     >     >> On 10/1/18, 12:13 PM, "OmPrakash Muppirala" <
> bigosmallm@gmail.com>
>     >     >> wrote:
>     >     >>
>     >     >>     I updated it, although it looks a bit sparse now.  Can we
> list
>     > a few
>     >     >> major
>     >     >>     highlights here, that I can go add to the release notes?
>     >     >>     Jewel should at least have several updates.
>     >     >>
>     >     >>     Thanks,
>     >     >>     Om
>     >     >>
>     >     >>     On Mon, Oct 1, 2018 at 12:09 PM Alex Harui
>     > <ah...@adobe.com.invalid>
>     >     >> wrote:
>     >     >>
>     >     >>     > Hey, I just noticed that nobody put a 0.9.4 section in
> the
>     >     >> RELEASE_NOTES.
>     >     >>     > Maybe just rename the 0.9.3 section?
>     >     >>     >
>     >     >>     > -Alex
>     >     >>     >
>     >     >>     > On 10/1/18, 12:07 PM, "OmPrakash Muppirala" <
>     > bigosmallm@gmail.com>
>     >     >> wrote:
>     >     >>     >
>     >     >>     >     Good catch!  I just pushed a fix for that.
>     >     >>     >
>     >     >>     >     Thanks,
>     >     >>     >     Om
>     >     >>     >
>     >     >>     >     On Mon, Oct 1, 2018 at 11:04 AM Alex Harui
>     >     >> <ah...@adobe.com.invalid>
>     >     >>     > wrote:
>     >     >>     >
>     >     >>     >     > Om,
>     >     >>     >     >
>     >     >>     >     > I think the <tag>release/0.9.4</tag> in
>     > royale-asjs/pom.xml
>     >     >> needs to
>     >     >>     > be
>     >     >>     >     > reverted back to 0.9.3.
>     >     >>     >     >
>     >     >>     >     > Everything else looks ok from my quick
> examination.
>     >     >>     >     >
>     >     >>     >     > Thanks and good luck,
>     >     >>     >     > -Alex
>     >     >>     >     >
>     >     >>     >     > On 10/1/18, 10:29 AM, "Piotr Zarzycki" <
>     >     >> piotrzarzycki21@gmail.com>
>     >     >>     > wrote:
>     >     >>     >     >
>     >     >>     >     >     I saw your commit and I think you should be
> ok.
>     >     >>     >     >
>     >     >>     >     >     pon., 1 paź 2018 o 19:21 OmPrakash Muppirala <
>     >     >>     > bigosmallm@gmail.com>
>     >     >>     >     >     napisał(a):
>     >     >>     >     >
>     >     >>     >     >     > Okay, I did the following to reset:
>     >     >>     >     >     >
>     >     >>     >     >     > For all three repos:
>     >     >>     >     >     > * Reverted all references of 0.9.5 to 0.9.4
>     >     >>     >     >     > * Deleted 0.9.4-rc1 tag
>     >     >>     >     >     > * Deleted branch: release/0.9.4
>     >     >>     >     >     >
>     >     >>     >     >     > Can someone please make sure that we are
> good
>     > before
>     >     >> starting
>     >     >>     > work?
>     >     >>     >     >     >
>     >     >>     >     >     > Thanks,
>     >     >>     >     >     > Om
>     >     >>     >     >     >
>     >     >>     >     >     > On Mon, Oct 1, 2018 at 1:51 AM Carlos
> Rovira <
>     >     >>     >     > carlosrovira@apache.org>
>     >     >>     >     >     > wrote:
>     >     >>     >     >     >
>     >     >>     >     >     > > Hi Om,
>     >     >>     >     >     > > is related to flash player debugger not
>     > launched? are
>     >     >> you on
>     >     >>     > Mac?
>     >     >>     >     >     > > I think on Mac I have to make *.swf files
> be
>     > always
>     >     >> opened
>     >     >>     > by Flash
>     >     >>     >     >     > Player
>     >     >>     >     >     > > debugger.
>     >     >>     >     >     > >
>     >     >>     >     >     > > In the other hand, I need to commit
> during the
>     > day
>     >     >> some
>     >     >>     > fixes, one
>     >     >>     >     > on
>     >     >>     >     >     > > typedefs and expect more on compiler. So
> if you
>     > plan
>     >     >> to try
>     >     >>     > again
>     >     >>     >     > some
>     >     >>     >     >     > > hours ago, please, remove the commits to
> left
>     > the
>     >     >> repos so
>     >     >>     > we can
>     >     >>     >     > commit
>     >     >>     >     >     > > new work
>     >     >>     >     >     > >
>     >     >>     >     >     > > thanks!
>     >     >>     >     >     > >
>     >     >>     >     >     > > Carlos
>     >     >>     >     >     > >
>     >     >>     >     >     > >
>     >     >>     >     >     > >
>     >     >>     >     >     > >
>     >     >>     >     >     > >
>     >     >>     >     >     > > El lun., 1 oct. 2018 a las 10:29,
> OmPrakash
>     > Muppirala
>     >     >> (<
>     >     >>     >     >     > > bigosmallm@gmail.com>)
>     >     >>     >     >     > > escribió:
>     >     >>     >     >     > >
>     >     >>     >     >     > > > I provided path to Chrome via
> -Dbrowser, but
>     > I got
>     >     >> an
>     >     >>     > error that
>     >     >>     >     > ant
>     >     >>     >     >     > was
>     >     >>     >     >     > > > not able to access the application.
>     >     >>     >     >     > > > So, I tried installing firefox and that
>     > seemed to
>     >     >> work.
>     >     >>     >     >     > > >
>     >     >>     >     >     > > > On Mon, Oct 1, 2018 at 1:26 AM Piotr
> Zarzycki
>     > <
>     >     >>     >     >     > piotrzarzycki21@gmail.com
>     >     >>     >     >     > > >
>     >     >>     >     >     > > > wrote:
>     >     >>     >     >     > > >
>     >     >>     >     >     > > > > Hi Om,
>     >     >>     >     >     > > > >
>     >     >>     >     >     > > > > You did use Firefox for that purpose
> ? I
>     > had to
>     >     >> specify
>     >     >>     >     >     > -Dbrowser=path
>     >     >>     >     >     > > to
>     >     >>     >     >     > > > > firefox.exe
>     >     >>     >     >     > > > >
>     >     >>     >     >     > > > > Thanks,
>     >     >>     >     >     > > > > Piotr
>     >     >>     >     >     > > > >
>     >     >>     >     >     > > > > pon., 1 paź 2018 o 10:22 OmPrakash
>     > Muppirala <
>     >     >>     >     > bigosmallm@gmail.com>
>     >     >>     >     >     > > > > napisał(a):
>     >     >>     >     >     > > > >
>     >     >>     >     >     > > > > > Okay, I made several attempts
> through the
>     > day,
>     >     >> making
>     >     >>     >     > progress each
>     >     >>     >     >     > > > time.
>     >     >>     >     >     > > > > >  The last run failed because the
> browser
>     > could
>     >     >> not be
>     >     >>     >     > launched.
>     >     >>     >     >     > > > > > I am going to pause on this and try
> again
>     >     >> tomorrow (or
>     >     >>     >     > later) . If
>     >     >>     >     >     > > > > someone
>     >     >>     >     >     > > > > > else wants to give this a go in the
>     > meantimne,
>     >     >> they are
>     >     >>     >     > welcome :-)
>     >     >>     >     >     > > > > >
>     >     >>     >     >     > > > > > Thanks,
>     >     >>     >     >     > > > > > Om
>     >     >>     >     >     > > > > >
>     >     >>     >     >     > > > > > On Mon, Oct 1, 2018 at 12:22 AM
> Carlos
>     > Rovira <
>     >     >>     >     >     > > carlosrovira@apache.org
>     >     >>     >     >     > > > >
>     >     >>     >     >     > > > > > wrote:
>     >     >>     >     >     > > > > >
>     >     >>     >     >     > > > > > > Hi Om,
>     >     >>     >     >     > > > > > > no,  I Thought this was due to
> different
>     >     >> tries of the
>     >     >>     >     > release
>     >     >>     >     >     > > process
>     >     >>     >     >     > > > > but
>     >     >>     >     >     > > > > > > most of the poms are in
> 0.9.6-SNAPSHOT.
>     >     >>     >     >     > > > > > > You can search the entire repo for
>     >     >> "0.9.X-SNAPSHOT"
>     >     >>     > string
>     >     >>     >     > to see
>     >     >>     >     >     > > > that
>     >     >>     >     >     > > > > > now
>     >     >>     >     >     > > > > > > X is 6.
>     >     >>     >     >     > > > > > >
>     >     >>     >     >     > > > > > > thanks
>     >     >>     >     >     > > > > > >
>     >     >>     >     >     > > > > > > El lun., 1 oct. 2018 a las 2:07,
>     > OmPrakash
>     >     >> Muppirala
>     >     >>     > (<
>     >     >>     >     >     > > > > > > bigosmallm@gmail.com>)
>     >     >>     >     >     > > > > > > escribió:
>     >     >>     >     >     > > > > > >
>     >     >>     >     >     > > > > > > > On Sun, Sep 30, 2018, 2:13 PM
> Carlos
>     > Rovira
>     >     >> <
>     >     >>     >     >     > > > carlosrovira@apache.org
>     >     >>     >     >     > > > > >
>     >     >>     >     >     > > > > > > > wrote:
>     >     >>     >     >     > > > > > > >
>     >     >>     >     >     > > > > > > > > Hi Om,
>     >     >>     >     >     > > > > > > > > just saw that some poms was
> not
>     > changed to
>     >     >>     >     > 0.9.6-SNAPSHOT.
>     >     >>     >     >     > > > > > > > >
>     >     >>     >     >     > > > > > > >
>     >     >>     >     >     > > > > > > > Do you mean 0.9.4-SNAPSHOT?
>     >     >>     >     >     > > > > > > >
>     >     >>     >     >     > > > > > > > Thanks,
>     >     >>     >     >     > > > > > > > Om
>     >     >>     >     >     > > > > > > >
>     >     >>     >     >     > > > > > > >
>     >     >>     >     >     > > > > > > >
>     >     >>     >     >     > > > > > > > I think that should be fixed
> and get a
>     >     >> prepare
>     >     >>     > maven
>     >     >>     >     > release
>     >     >>     >     >     > > > process
>     >     >>     >     >     > > > > > that
>     >     >>     >     >     > > > > > > > > could finaly gets all poms
> updated
>     > to new
>     >     >>     > version.
>     >     >>     >     >     > > > > > > > > Don't know if that could be
> the
>     > problem.
>     >     >> Can you
>     >     >>     > try
>     >     >>     >     > again?
>     >     >>     >     >     > > > > > > > > thanks
>     >     >>     >     >     > > > > > > > >
>     >     >>     >     >     > > > > > > > > El dom., 30 sept. 2018 a las
> 21:32,
>     >     >> OmPrakash
>     >     >>     >     > Muppirala (<
>     >     >>     >     >     > > > > > > > > bigosmallm@gmail.com>)
> escribió:
>     >     >>     >     >     > > > > > > > >
>     >     >>     >     >     > > > > > > > > > Made a bit more progress,
> but the
>     > build
>     >     >> is
>     >     >>     > failing
>     >     >>     >     > here
>     >     >>     >     >     > now:
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
> Apache
>     > Royale:
>     >     >>     > Examples:
>     >     >>     >     > Royale:
>     >     >>     >     >     > > > > > > > > > DataBindingExample_as
> SUCCESS [
>     > 2.469
>     >     >> s]
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
> Apache
>     > Royale:
>     >     >>     > Examples:
>     >     >>     >     > Royale:
>     >     >>     >     >     > > > > > > > > > DataBindingExample_Flat
> FAILURE [
>     >     >> 1.756 s]
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
> Apache
>     > Royale:
>     >     >>     > Examples:
>     >     >>     >     > Royale:
>     >     >>     >     >     > > > > > > > > > DataBindingExampleWithLayout
>     > SKIPPED
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
> Apache
>     > Royale:
>     >     >>     > Examples:
>     >     >>     >     > Royale:
>     >     >>     >     >     > > > > > > > > DataGridExample
>     >     >>     >     >     > > > > > > > > > ... SKIPPED
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > > Detailed error:
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > >     [exec] [INFO] [INFO]
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > >
>     >     >>     >     >     > > > > >
>     >     >>     >     >     > > >
>     >     >>     >     >     >
>     >     >>     >     >
>     >     >>     >
>     >     >>
>     >
> ------------------------------------------------------------------------
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
> BUILD
>     > FAILURE
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > >
>     >     >>     >     >     > > > > >
>     >     >>     >     >     > > >
>     >     >>     >     >     >
>     >     >>     >     >
>     >     >>     >
>     >     >>
>     >
> ------------------------------------------------------------------------
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
> Total
>     > time:
>     >     >> 07:03 min
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
>     > Finished at:
>     >     >>     >     >     > > > 2018-09-30T12:17:45-07:00
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > >
>     >     >>     >     >     > > > > >
>     >     >>     >     >     > > >
>     >     >>     >     >     >
>     >     >>     >     >
>     >     >>     >
>     >     >>
>     >
> ------------------------------------------------------------------------
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
> Failed
>     > to
>     >     >> execute
>     >     >>     > goal
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     >
>     >     >> org.apache.maven.plugins:maven-dependency-plugin:2.10:unpack
>     >     >>     >     >     > > > > > > > > (unpack-fonts)
>     >     >>     >     >     > > > > > > > > > on project
>     > DataBindingExample_Flat:
>     >     >> Unable to
>     >     >>     > find
>     >     >>     >     >     > artifact.
>     >     >>     >     >     > > > > Could
>     >     >>     >     >     > > > > > > not
>     >     >>     >     >     > > > > > > > > find
>     >     >>     >     >     > > > > > > > > > artifact
>     >     >>     > org.apache.royale.framework:Fonts:war:0.9.4
>     >     >>     >     > in
>     >     >>     >     >     > > > > > > apache-release
>     >     >>     >     >     > > > > > > > (
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     >
>     >     >>     >     >
>     >     >>     >
>     >     >>
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C1286310eeccc4c57439108d62903e119%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741493968858792&amp;sdata=le5WBc99FTC7A55xpTna6F4EOY3paXqhN%2BybCTwomv4%3D&amp;reserved=0
>     >     >>     >     > )
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
> Try
>     >     >> downloading the
>     >     >>     > file
>     >     >>     >     >     > manually
>     >     >>     >     >     > > > from
>     >     >>     >     >     > > > > > the
>     >     >>     >     >     > > > > > > > > > project website.
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
> Then,
>     >     >> install it
>     >     >>     > using the
>     >     >>     >     >     > > command:
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>    mvn
>     >     >>     >     > install:install-file
>     >     >>     >     >     > > > > > > > > >
>     > -DgroupId=org.apache.royale.framework
>     >     >>     >     > -DartifactId=Fonts
>     >     >>     >     >     > > > > > > > -Dversion=0.9.4
>     >     >>     >     >     > > > > > > > > > -Dpackaging=war
>     > -Dfile=/path/to/file
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>     >     >> Alternatively, if
>     >     >>     > you
>     >     >>     >     > host your
>     >     >>     >     >     > > own
>     >     >>     >     >     > > > > > > > repository
>     >     >>     >     >     > > > > > > > > > you can deploy the file
> there:
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>    mvn
>     >     >>     > deploy:deploy-file
>     >     >>     >     >     > > > > > > > > >
>     > -DgroupId=org.apache.royale.framework
>     >     >>     >     > -DartifactId=Fonts
>     >     >>     >     >     > > > > > > > -Dversion=0.9.4
>     >     >>     >     >     > > > > > > > > > -Dpackaging=war
>     > -Dfile=/path/to/file
>     >     >>     > -Durl=[url]
>     >     >>     >     >     > > > > > -DrepositoryId=[id]
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>     >     >>     >     >     > > > > > > >
>     > org.apache.royale.framework:Fonts:war:0.9.4
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
> from
>     > the
>     >     >> specified
>     >     >>     > remote
>     >     >>     >     >     > > > > repositories:
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>     >     >>  apache-release (
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     >
>     >     >>     >     >
>     >     >>     >
>     >     >>
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C1286310eeccc4c57439108d62903e119%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741493968868797&amp;sdata=GQS%2FATBn4XTAXnWHEneF3ql8jya3UBKnqzNqqqgwiQk%3D&amp;reserved=0
>     >     >>     >     > ,
>     >     >>     >     >     > > > > > > > > > releases=true,
>     >     >>     >     >     > > > > > > > > > snapshots=false),
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>     >     >>  apache-snapshots (
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     >
>     >     >>     >     >
>     >     >>     >
>     >     >>
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7C1286310eeccc4c57439108d62903e119%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741493968868797&amp;sdata=TTltCc5MiCe4xqhRQBNpzKCXg1tILkZYUR%2F0opGaknE%3D&amp;reserved=0
>     >     >>     >     >     > > ,
>     >     >>     >     >     > > > > > > > > > releases=false,
> snapshots=true),
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>     >     >>  apache.snapshots (
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >
>     >     >>     >
>     >     >>
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7C1286310eeccc4c57439108d62903e119%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741493968868797&amp;sdata=X1GA1xFkk%2BzBKpWyFs8n4n17f7Hm%2FFeq4J%2BEKf%2BydHQ%3D&amp;reserved=0
>     >     >>     > ,
>     >     >>     >     > releases=false,
>     >     >>     >     >     > > > > > > > > snapshots=true),
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>     >  central (
>     >     >>     >     >     > > > > > > > >
>     >     >>     >     >
>     >     >>     >
>     >     >>
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo.maven.apache.org%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7C1286310eeccc4c57439108d62903e119%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741493968868797&amp;sdata=eCe43cl8RCf94YAZTiaBgvlW0gtsJNglqTPtLD5KJmw%3D&amp;reserved=0
>     >     >>     >     >     > > > > > > > > > ,
>     >     >>     >     >     > > > > > > > > > releases=true,
> snapshots=false)
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
> ->
>     > [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]
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > >
>     >     >>     >     >     > > > > >
>     >     >>     >     >     > > >
>     >     >>     >     >     >
>     >     >>     >     >
>     >     >>     >
>     >     >>
>     >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7C1286310eeccc4c57439108d62903e119%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741493968868797&amp;sdata=KIT67zlpweuA4NoYZuN8nFLpuLL2aPLwwrC51cY6z1c%3D&amp;reserved=0
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
> After
>     >     >> correcting the
>     >     >>     >     > problems,
>     >     >>     >     >     > you
>     >     >>     >     >     > > > can
>     >     >>     >     >     > > > > > > > resume
>     >     >>     >     >     > > > > > > > > > the build with the command
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>  mvn
>     >     >> <goals> -rf
>     >     >>     >     >     > > > > > :DataBindingExample_Flat
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > >      [exec] [INFO]
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > >
>     >     >>     >     >     > > > > >
>     >     >>     >     >     > > >
>     >     >>     >     >     >
>     >     >>     >     >
>     >     >>     >
>     >     >>
>     >
> ------------------------------------------------------------------------
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] Reactor
>     > Summary:
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] Apache
> Royale:
>     >     >> Framework:
>     >     >>     > Parent
>     >     >>     >     >     > > > > 0.9.5-SNAPSHOT
>     >     >>     >     >     > > > > > > ....
>     >     >>     >     >     > > > > > > > > > FAILURE [07:08 min]
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] Apache
> Royale:
>     >     >> Framework
>     >     >>     >     >     > > > > > > ...........................
>     >     >>     >     >     > > > > > > > > > SKIPPED
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > >      [exec] [INFO] Apache
> Royale:
>     >     >> Framework:
>     >     >>     > Fonts
>     >     >>     >     >     > > > > > > ....................
>     >     >>     >     >     > > > > > > > > > SKIPPED
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > > Can someone please take a
> look?
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > > On Sun, Sep 30, 2018 at
> 9:13 AM
>     >     >> OmPrakash
>     >     >>     > Muppirala <
>     >     >>     >     >     > > > > > > > > bigosmallm@gmail.com>
>     >     >>     >     >     > > > > > > > > > wrote:
>     >     >>     >     >     > > > > > > > > >
>     >     >>     >     >     > > > > > > > > > > Thanks for the quick
> fix!  Will
>     > pull
>     >     >> develop
>     >     >>     > and
>     >     >>     >     > try
>     >     >>     >     >     > again.
>     >     >>     >     >     > > > > Will
>     >     >>     >     >     > > > > > > > > report
>     >     >>     >     >     > > > > > > > > > > in a while.
>     >     >>     >     >     > > > > > > > > > >
>     >     >>     >     >     > > > > > > > > > > Regards,
>     >     >>     >     >     > > > > > > > > > > Om
>     >     >>     >     >     > > > > > > > > > >
>     >     >>     >     >     > > > > > > > > > >
>     >     >>     >     >     > > > > > > > > > > On Sun, Sep 30, 2018,
> 8:47 AM
>     > Carlos
>     >     >> Rovira <
>     >     >>     >     >     > > > > > > carlosrovira@apache.org
>     >     >>     >     >     > > > > > > > >
>     >     >>     >     >     > > > > > > > > > > wrote:
>     >     >>     >     >     > > > > > > > > > >
>     >     >>     >     >     > > > > > > > > > >> Hi Om,
>     >     >>     >     >     > > > > > > > > > >>
>     >     >>     >     >     > > > > > > > > > >> error is now fixed. Can
> you
>     > try to
>     >     >> release
>     >     >>     > again?
>     >     >>     >     >     > > > > > > > > > >> thanks
>     >     >>     >     >     > > > > > > > > > >>
>     >     >>     >     >     > > > > > > > > > >> Carlos
>     >     >>     >     >     > > > > > > > > > >>
>     >     >>     >     >     > > > > > > > > > >>
>     >     >>     >     >     > > > > > > > > > >>
>     >     >>     >     >     > > > > > > > > > >>
>     >     >>     >     >     > > > > > > > > > >>
>     >     >>     >     >     > > > > > > > > > >> El dom., 30 sept. 2018 a
> las
>     > 17:27,
>     >     >> Carlos
>     >     >>     > Rovira
>     >     >>     >     > (<
>     >     >>     >     >     > > > > > > > > > >> carlosrovira@apache.org
> >)
>     >     >>     >     >     > > > > > > > > > >> escribió:
>     >     >>     >     >     > > > > > > > > > >>
>     >     >>     >     >     > > > > > > > > > >> > Hi,
>     >     >>     >     >     > > > > > > > > > >> >
>     >     >>     >     >     > > > > > > > > > >> > just reverted the two
>     > generated
>     >     >> commits
>     >     >>     > for
>     >     >>     >     > release, I
>     >     >>     >     >     > > > left
>     >     >>     >     >     > > > > to
>     >     >>     >     >     > > > > > > you
>     >     >>     >     >     > > > > > > > > > >> remove
>     >     >>     >     >     > > > > > > > > > >> > new branches generated.
>     >     >>     >     >     > > > > > > > > > >> > About the fail, I was
> wrong,
>     > since
>     >     >> I saw
>     >     >>     > this
>     >     >>     >     > very
>     >     >>     >     >     > > > quickly.
>     >     >>     >     >     > > > > > It's
>     >     >>     >     >     > > > > > > > not
>     >     >>     >     >     > > > > > > > > > >> about
>     >     >>     >     >     > > > > > > > > > >> > JDK, I'm using as well
> 1.8.
>     > I was
>     >     >>     > confused for
>     >     >>     >     > other
>     >     >>     >     >     > > > thing I
>     >     >>     >     >     > > > > > had
>     >     >>     >     >     > > > > > > > > some
>     >     >>     >     >     > > > > > > > > > >> weeks
>     >     >>     >     >     > > > > > > > > > >> > ago, and was trying to
> use
>     > another
>     >     >> JDK,
>     >     >>     > but I
>     >     >>     >     > don't
>     >     >>     >     >     > > > remember
>     >     >>     >     >     > > > > > > what
>     >     >>     >     >     > > > > > > > > was.
>     >     >>     >     >     > > > > > > > > > >> >
>     >     >>     >     >     > > > > > > > > > >> > Anyway, the problem is
> about
>     > java
>     >     >> doc, in
>     >     >>     > the
>     >     >>     >     > new
>     >     >>     >     >     > class
>     >     >>     >     >     > > > > > > > > > >> >
> AMFCompressionException.java
>     > I
>     >     >> introduce
>     >     >>     > some
>     >     >>     >     > months
>     >     >>     >     >     > > ago.
>     >     >>     >     >     > > > > > > > > > >> > since we never execute
> java
>     > doc
>     >     >>     > generation we
>     >     >>     >     > didn't
>     >     >>     >     >     > see
>     >     >>     >     >     > > > > this.
>     >     >>     >     >     > > > > > > > > > >> >
>     >     >>     >     >     > > > > > > > > > >> > I'm going to try to
> fix this
>     >     >> removing the
>     >     >>     >     > problems I
>     >     >>     >     >     > > see,
>     >     >>     >     >     > > > > and
>     >     >>     >     >     > > > > > > I'll
>     >     >>     >     >     > > > > > > > > try
>     >     >>     >     >     > > > > > > > > > >> to
>     >     >>     >     >     > > > > > > > > > >> > see if I can try to
> use java
>     > doc
>     >     >> to test
>     >     >>     > if I
>     >     >>     >     > pass the
>     >     >>     >     >     > > > > > problem.
>     >     >>     >     >     > > > > > > > > > >> >
>     >     >>     >     >     > > > > > > > > > >> > I'll report soon.
>     >     >>     >     >     > > > > > > > > > >> >
>     >     >>     >     >     > > > > > > > > > >> > Carlos
>     >     >>     >     >     > > > > > > > > > >> >
>     >     >>     >     >     > > > > > > > > > >> >
>     >     >>     >     >     > > > > > > > > > >> > El dom., 30 sept. 2018
> a las
>     >     >> 17:12, Carlos
>     >     >>     >     > Rovira (<
>     >     >>     >     >     > > > > > > > > > >> >
> carlosrovira@apache.org>)
>     >     >> escribió:
>     >     >>     >     >     > > > > > > > > > >> >
>     >     >>     >     >     > > > > > > > > > >> >> Hi, since I'm going
> to work
>     > now
>     >     >> on some
>     >     >>     >     > compiler
>     >     >>     >     >     > > changes,
>     >     >>     >     >     > > > > > I'll
>

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Looks like it was a missing [

MXRoyale and SparkRoyale built for me.

HTH,
-Alex

On 10/3/18, 12:43 AM, "OmPrakash Muppirala" <bi...@gmail.com> wrote:

    Thanks!
    
    I reverted everything back to previous state.  I can give it a shot
    tomorrow evening.
    
    Regards,
    Om
    
    On Wed, Oct 3, 2018 at 12:41 AM Alex Harui <ah...@adobe.com.invalid> wrote:
    
    > It was in a releasable state.  TourDeFlex was running on it.
    >
    > I'm trying to track down the change that broke it.
    >
    > -Alex
    >
    > On 10/3/18, 12:32 AM, "OmPrakash Muppirala" <bi...@gmail.com> wrote:
    >
    >     A bit more progress. Now we are failing on the MXRoyale project:
    >
    >          [exec] [INFO] [INFO]
    >
    > ------------------------------------------------------------------------
    >
    >          [exec] [INFO] [INFO] BUILD FAILURE
    >
    >          [exec] [INFO] [INFO]
    >
    > ------------------------------------------------------------------------
    >
    >          [exec] [INFO] [INFO] Total time: 01:34 min
    >
    >          [exec] [INFO] [INFO] Finished at: 2018-10-03T00:28:14-07:00
    >
    >          [exec] [INFO] [INFO]
    >
    > ------------------------------------------------------------------------
    >
    >          [exec] [INFO] [ERROR] Failed to execute goal
    >     org.apache.royale.compiler:royale-maven-plugin:0.9.4:compile-as
    >     (default-compile-as) on project MXRoyale: There were errors during the
    >     build. Got return code 3 -> [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]
    >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7C1286310eeccc4c57439108d62903e119%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741493968858792&amp;sdata=h0WDkLmfJD1GjTezuQ6GT1bqr%2BlqYai5RAtQIiM9FOM%3D&amp;reserved=0
    >
    >          [exec] [INFO] [ERROR]
    >
    >          [exec] [INFO] [ERROR] After correcting the problems, you can
    > resume
    >     the build with the command
    >
    >          [exec] [INFO] [ERROR]   mvn <goals> -rf :MXRoyale
    >
    >
    >     Can we perhaps turn this project off?  Is it in a releasable state?
    >
    >     On Tue, Oct 2, 2018 at 7:30 PM OmPrakash Muppirala <
    > bigosmallm@gmail.com>
    >     wrote:
    >
    >     > I'm going to give this another shot in a couple of hours, unless
    > there are
    >     > any objections.
    >     >
    >     > Thanks,
    >     > Om
    >     >
    >     > On Mon, Oct 1, 2018, 2:04 PM Alex Harui <ah...@adobe.com.invalid>
    > wrote:
    >     >
    >     >> Jewel is mentioned in there.  I added mention of the migration
    > components
    >     >> and tour de flex.  Not sure if I got the formatting right.  I think
    > it is
    >     >> good enough.
    >     >>
    >     >> -Alex
    >     >>
    >     >> On 10/1/18, 12:13 PM, "OmPrakash Muppirala" <bi...@gmail.com>
    >     >> wrote:
    >     >>
    >     >>     I updated it, although it looks a bit sparse now.  Can we list
    > a few
    >     >> major
    >     >>     highlights here, that I can go add to the release notes?
    >     >>     Jewel should at least have several updates.
    >     >>
    >     >>     Thanks,
    >     >>     Om
    >     >>
    >     >>     On Mon, Oct 1, 2018 at 12:09 PM Alex Harui
    > <ah...@adobe.com.invalid>
    >     >> wrote:
    >     >>
    >     >>     > Hey, I just noticed that nobody put a 0.9.4 section in the
    >     >> RELEASE_NOTES.
    >     >>     > Maybe just rename the 0.9.3 section?
    >     >>     >
    >     >>     > -Alex
    >     >>     >
    >     >>     > On 10/1/18, 12:07 PM, "OmPrakash Muppirala" <
    > bigosmallm@gmail.com>
    >     >> wrote:
    >     >>     >
    >     >>     >     Good catch!  I just pushed a fix for that.
    >     >>     >
    >     >>     >     Thanks,
    >     >>     >     Om
    >     >>     >
    >     >>     >     On Mon, Oct 1, 2018 at 11:04 AM Alex Harui
    >     >> <ah...@adobe.com.invalid>
    >     >>     > wrote:
    >     >>     >
    >     >>     >     > Om,
    >     >>     >     >
    >     >>     >     > I think the <tag>release/0.9.4</tag> in
    > royale-asjs/pom.xml
    >     >> needs to
    >     >>     > be
    >     >>     >     > reverted back to 0.9.3.
    >     >>     >     >
    >     >>     >     > Everything else looks ok from my quick examination.
    >     >>     >     >
    >     >>     >     > Thanks and good luck,
    >     >>     >     > -Alex
    >     >>     >     >
    >     >>     >     > On 10/1/18, 10:29 AM, "Piotr Zarzycki" <
    >     >> piotrzarzycki21@gmail.com>
    >     >>     > wrote:
    >     >>     >     >
    >     >>     >     >     I saw your commit and I think you should be ok.
    >     >>     >     >
    >     >>     >     >     pon., 1 paź 2018 o 19:21 OmPrakash Muppirala <
    >     >>     > bigosmallm@gmail.com>
    >     >>     >     >     napisał(a):
    >     >>     >     >
    >     >>     >     >     > Okay, I did the following to reset:
    >     >>     >     >     >
    >     >>     >     >     > For all three repos:
    >     >>     >     >     > * Reverted all references of 0.9.5 to 0.9.4
    >     >>     >     >     > * Deleted 0.9.4-rc1 tag
    >     >>     >     >     > * Deleted branch: release/0.9.4
    >     >>     >     >     >
    >     >>     >     >     > Can someone please make sure that we are good
    > before
    >     >> starting
    >     >>     > work?
    >     >>     >     >     >
    >     >>     >     >     > Thanks,
    >     >>     >     >     > Om
    >     >>     >     >     >
    >     >>     >     >     > On Mon, Oct 1, 2018 at 1:51 AM Carlos Rovira <
    >     >>     >     > carlosrovira@apache.org>
    >     >>     >     >     > wrote:
    >     >>     >     >     >
    >     >>     >     >     > > Hi Om,
    >     >>     >     >     > > is related to flash player debugger not
    > launched? are
    >     >> you on
    >     >>     > Mac?
    >     >>     >     >     > > I think on Mac I have to make *.swf files be
    > always
    >     >> opened
    >     >>     > by Flash
    >     >>     >     >     > Player
    >     >>     >     >     > > debugger.
    >     >>     >     >     > >
    >     >>     >     >     > > In the other hand, I need to commit during the
    > day
    >     >> some
    >     >>     > fixes, one
    >     >>     >     > on
    >     >>     >     >     > > typedefs and expect more on compiler. So if you
    > plan
    >     >> to try
    >     >>     > again
    >     >>     >     > some
    >     >>     >     >     > > hours ago, please, remove the commits to left
    > the
    >     >> repos so
    >     >>     > we can
    >     >>     >     > commit
    >     >>     >     >     > > new work
    >     >>     >     >     > >
    >     >>     >     >     > > thanks!
    >     >>     >     >     > >
    >     >>     >     >     > > Carlos
    >     >>     >     >     > >
    >     >>     >     >     > >
    >     >>     >     >     > >
    >     >>     >     >     > >
    >     >>     >     >     > >
    >     >>     >     >     > > El lun., 1 oct. 2018 a las 10:29, OmPrakash
    > Muppirala
    >     >> (<
    >     >>     >     >     > > bigosmallm@gmail.com>)
    >     >>     >     >     > > escribió:
    >     >>     >     >     > >
    >     >>     >     >     > > > I provided path to Chrome via -Dbrowser, but
    > I got
    >     >> an
    >     >>     > error that
    >     >>     >     > ant
    >     >>     >     >     > was
    >     >>     >     >     > > > not able to access the application.
    >     >>     >     >     > > > So, I tried installing firefox and that
    > seemed to
    >     >> work.
    >     >>     >     >     > > >
    >     >>     >     >     > > > On Mon, Oct 1, 2018 at 1:26 AM Piotr Zarzycki
    > <
    >     >>     >     >     > piotrzarzycki21@gmail.com
    >     >>     >     >     > > >
    >     >>     >     >     > > > wrote:
    >     >>     >     >     > > >
    >     >>     >     >     > > > > Hi Om,
    >     >>     >     >     > > > >
    >     >>     >     >     > > > > You did use Firefox for that purpose ? I
    > had to
    >     >> specify
    >     >>     >     >     > -Dbrowser=path
    >     >>     >     >     > > to
    >     >>     >     >     > > > > firefox.exe
    >     >>     >     >     > > > >
    >     >>     >     >     > > > > Thanks,
    >     >>     >     >     > > > > Piotr
    >     >>     >     >     > > > >
    >     >>     >     >     > > > > pon., 1 paź 2018 o 10:22 OmPrakash
    > Muppirala <
    >     >>     >     > bigosmallm@gmail.com>
    >     >>     >     >     > > > > napisał(a):
    >     >>     >     >     > > > >
    >     >>     >     >     > > > > > Okay, I made several attempts through the
    > day,
    >     >> making
    >     >>     >     > progress each
    >     >>     >     >     > > > time.
    >     >>     >     >     > > > > >  The last run failed because the browser
    > could
    >     >> not be
    >     >>     >     > launched.
    >     >>     >     >     > > > > > I am going to pause on this and try again
    >     >> tomorrow (or
    >     >>     >     > later) . If
    >     >>     >     >     > > > > someone
    >     >>     >     >     > > > > > else wants to give this a go in the
    > meantimne,
    >     >> they are
    >     >>     >     > welcome :-)
    >     >>     >     >     > > > > >
    >     >>     >     >     > > > > > Thanks,
    >     >>     >     >     > > > > > Om
    >     >>     >     >     > > > > >
    >     >>     >     >     > > > > > On Mon, Oct 1, 2018 at 12:22 AM Carlos
    > Rovira <
    >     >>     >     >     > > carlosrovira@apache.org
    >     >>     >     >     > > > >
    >     >>     >     >     > > > > > wrote:
    >     >>     >     >     > > > > >
    >     >>     >     >     > > > > > > Hi Om,
    >     >>     >     >     > > > > > > no,  I Thought this was due to different
    >     >> tries of the
    >     >>     >     > release
    >     >>     >     >     > > process
    >     >>     >     >     > > > > but
    >     >>     >     >     > > > > > > most of the poms are in 0.9.6-SNAPSHOT.
    >     >>     >     >     > > > > > > You can search the entire repo for
    >     >> "0.9.X-SNAPSHOT"
    >     >>     > string
    >     >>     >     > to see
    >     >>     >     >     > > > that
    >     >>     >     >     > > > > > now
    >     >>     >     >     > > > > > > X is 6.
    >     >>     >     >     > > > > > >
    >     >>     >     >     > > > > > > thanks
    >     >>     >     >     > > > > > >
    >     >>     >     >     > > > > > > El lun., 1 oct. 2018 a las 2:07,
    > OmPrakash
    >     >> Muppirala
    >     >>     > (<
    >     >>     >     >     > > > > > > bigosmallm@gmail.com>)
    >     >>     >     >     > > > > > > escribió:
    >     >>     >     >     > > > > > >
    >     >>     >     >     > > > > > > > On Sun, Sep 30, 2018, 2:13 PM Carlos
    > Rovira
    >     >> <
    >     >>     >     >     > > > carlosrovira@apache.org
    >     >>     >     >     > > > > >
    >     >>     >     >     > > > > > > > wrote:
    >     >>     >     >     > > > > > > >
    >     >>     >     >     > > > > > > > > Hi Om,
    >     >>     >     >     > > > > > > > > just saw that some poms was not
    > changed to
    >     >>     >     > 0.9.6-SNAPSHOT.
    >     >>     >     >     > > > > > > > >
    >     >>     >     >     > > > > > > >
    >     >>     >     >     > > > > > > > Do you mean 0.9.4-SNAPSHOT?
    >     >>     >     >     > > > > > > >
    >     >>     >     >     > > > > > > > Thanks,
    >     >>     >     >     > > > > > > > Om
    >     >>     >     >     > > > > > > >
    >     >>     >     >     > > > > > > >
    >     >>     >     >     > > > > > > >
    >     >>     >     >     > > > > > > > I think that should be fixed and get a
    >     >> prepare
    >     >>     > maven
    >     >>     >     > release
    >     >>     >     >     > > > process
    >     >>     >     >     > > > > > that
    >     >>     >     >     > > > > > > > > could finaly gets all poms updated
    > to new
    >     >>     > version.
    >     >>     >     >     > > > > > > > > Don't know if that could be the
    > problem.
    >     >> Can you
    >     >>     > try
    >     >>     >     > again?
    >     >>     >     >     > > > > > > > > thanks
    >     >>     >     >     > > > > > > > >
    >     >>     >     >     > > > > > > > > El dom., 30 sept. 2018 a las 21:32,
    >     >> OmPrakash
    >     >>     >     > Muppirala (<
    >     >>     >     >     > > > > > > > > bigosmallm@gmail.com>) escribió:
    >     >>     >     >     > > > > > > > >
    >     >>     >     >     > > > > > > > > > Made a bit more progress, but the
    > build
    >     >> is
    >     >>     > failing
    >     >>     >     > here
    >     >>     >     >     > now:
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO] Apache
    > Royale:
    >     >>     > Examples:
    >     >>     >     > Royale:
    >     >>     >     >     > > > > > > > > > DataBindingExample_as SUCCESS [
    > 2.469
    >     >> s]
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO] Apache
    > Royale:
    >     >>     > Examples:
    >     >>     >     > Royale:
    >     >>     >     >     > > > > > > > > > DataBindingExample_Flat FAILURE [
    >     >> 1.756 s]
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO] Apache
    > Royale:
    >     >>     > Examples:
    >     >>     >     > Royale:
    >     >>     >     >     > > > > > > > > > DataBindingExampleWithLayout
    > SKIPPED
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO] Apache
    > Royale:
    >     >>     > Examples:
    >     >>     >     > Royale:
    >     >>     >     >     > > > > > > > > DataGridExample
    >     >>     >     >     > > > > > > > > > ... SKIPPED
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > > Detailed error:
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > >     [exec] [INFO] [INFO]
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > >
    >     >>     >     >     > > > > >
    >     >>     >     >     > > >
    >     >>     >     >     >
    >     >>     >     >
    >     >>     >
    >     >>
    > ------------------------------------------------------------------------
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO] BUILD
    > FAILURE
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > >
    >     >>     >     >     > > > > >
    >     >>     >     >     > > >
    >     >>     >     >     >
    >     >>     >     >
    >     >>     >
    >     >>
    > ------------------------------------------------------------------------
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO] Total
    > time:
    >     >> 07:03 min
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
    > Finished at:
    >     >>     >     >     > > > 2018-09-30T12:17:45-07:00
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > >
    >     >>     >     >     > > > > >
    >     >>     >     >     > > >
    >     >>     >     >     >
    >     >>     >     >
    >     >>     >
    >     >>
    > ------------------------------------------------------------------------
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR] Failed
    > to
    >     >> execute
    >     >>     > goal
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     >
    >     >> org.apache.maven.plugins:maven-dependency-plugin:2.10:unpack
    >     >>     >     >     > > > > > > > > (unpack-fonts)
    >     >>     >     >     > > > > > > > > > on project
    > DataBindingExample_Flat:
    >     >> Unable to
    >     >>     > find
    >     >>     >     >     > artifact.
    >     >>     >     >     > > > > Could
    >     >>     >     >     > > > > > > not
    >     >>     >     >     > > > > > > > > find
    >     >>     >     >     > > > > > > > > > artifact
    >     >>     > org.apache.royale.framework:Fonts:war:0.9.4
    >     >>     >     > in
    >     >>     >     >     > > > > > > apache-release
    >     >>     >     >     > > > > > > > (
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     >
    >     >>     >     >
    >     >>     >
    >     >>
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C1286310eeccc4c57439108d62903e119%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741493968858792&amp;sdata=le5WBc99FTC7A55xpTna6F4EOY3paXqhN%2BybCTwomv4%3D&amp;reserved=0
    >     >>     >     > )
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR] Try
    >     >> downloading the
    >     >>     > file
    >     >>     >     >     > manually
    >     >>     >     >     > > > from
    >     >>     >     >     > > > > > the
    >     >>     >     >     > > > > > > > > > project website.
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR] Then,
    >     >> install it
    >     >>     > using the
    >     >>     >     >     > > command:
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]     mvn
    >     >>     >     > install:install-file
    >     >>     >     >     > > > > > > > > >
    > -DgroupId=org.apache.royale.framework
    >     >>     >     > -DartifactId=Fonts
    >     >>     >     >     > > > > > > > -Dversion=0.9.4
    >     >>     >     >     > > > > > > > > > -Dpackaging=war
    > -Dfile=/path/to/file
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >     >> Alternatively, if
    >     >>     > you
    >     >>     >     > host your
    >     >>     >     >     > > own
    >     >>     >     >     > > > > > > > repository
    >     >>     >     >     > > > > > > > > > you can deploy the file there:
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]     mvn
    >     >>     > deploy:deploy-file
    >     >>     >     >     > > > > > > > > >
    > -DgroupId=org.apache.royale.framework
    >     >>     >     > -DartifactId=Fonts
    >     >>     >     >     > > > > > > > -Dversion=0.9.4
    >     >>     >     >     > > > > > > > > > -Dpackaging=war
    > -Dfile=/path/to/file
    >     >>     > -Durl=[url]
    >     >>     >     >     > > > > > -DrepositoryId=[id]
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >     >>     >     >     > > > > > > >
    > org.apache.royale.framework:Fonts:war:0.9.4
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR] from
    > the
    >     >> specified
    >     >>     > remote
    >     >>     >     >     > > > > repositories:
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >     >>  apache-release (
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     >
    >     >>     >     >
    >     >>     >
    >     >>
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C1286310eeccc4c57439108d62903e119%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741493968868797&amp;sdata=GQS%2FATBn4XTAXnWHEneF3ql8jya3UBKnqzNqqqgwiQk%3D&amp;reserved=0
    >     >>     >     > ,
    >     >>     >     >     > > > > > > > > > releases=true,
    >     >>     >     >     > > > > > > > > > snapshots=false),
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >     >>  apache-snapshots (
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     >
    >     >>     >     >
    >     >>     >
    >     >>
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7C1286310eeccc4c57439108d62903e119%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741493968868797&amp;sdata=TTltCc5MiCe4xqhRQBNpzKCXg1tILkZYUR%2F0opGaknE%3D&amp;reserved=0
    >     >>     >     >     > > ,
    >     >>     >     >     > > > > > > > > > releases=false, snapshots=true),
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >     >>  apache.snapshots (
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >
    >     >>     >
    >     >>
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7C1286310eeccc4c57439108d62903e119%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741493968868797&amp;sdata=X1GA1xFkk%2BzBKpWyFs8n4n17f7Hm%2FFeq4J%2BEKf%2BydHQ%3D&amp;reserved=0
    >     >>     > ,
    >     >>     >     > releases=false,
    >     >>     >     >     > > > > > > > > snapshots=true),
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >  central (
    >     >>     >     >     > > > > > > > >
    >     >>     >     >
    >     >>     >
    >     >>
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo.maven.apache.org%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7C1286310eeccc4c57439108d62903e119%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741493968868797&amp;sdata=eCe43cl8RCf94YAZTiaBgvlW0gtsJNglqTPtLD5KJmw%3D&amp;reserved=0
    >     >>     >     >     > > > > > > > > > ,
    >     >>     >     >     > > > > > > > > > releases=true, snapshots=false)
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR] ->
    > [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]
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > >
    >     >>     >     >     > > > > >
    >     >>     >     >     > > >
    >     >>     >     >     >
    >     >>     >     >
    >     >>     >
    >     >>
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7C1286310eeccc4c57439108d62903e119%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741493968868797&amp;sdata=KIT67zlpweuA4NoYZuN8nFLpuLL2aPLwwrC51cY6z1c%3D&amp;reserved=0
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR] After
    >     >> correcting the
    >     >>     >     > problems,
    >     >>     >     >     > you
    >     >>     >     >     > > > can
    >     >>     >     >     > > > > > > > resume
    >     >>     >     >     > > > > > > > > > the build with the command
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]   mvn
    >     >> <goals> -rf
    >     >>     >     >     > > > > > :DataBindingExample_Flat
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > >      [exec] [INFO]
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > >
    >     >>     >     >     > > > > >
    >     >>     >     >     > > >
    >     >>     >     >     >
    >     >>     >     >
    >     >>     >
    >     >>
    > ------------------------------------------------------------------------
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > >      [exec] [INFO] Reactor
    > Summary:
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > >      [exec] [INFO] Apache Royale:
    >     >> Framework:
    >     >>     > Parent
    >     >>     >     >     > > > > 0.9.5-SNAPSHOT
    >     >>     >     >     > > > > > > ....
    >     >>     >     >     > > > > > > > > > FAILURE [07:08 min]
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > >      [exec] [INFO] Apache Royale:
    >     >> Framework
    >     >>     >     >     > > > > > > ...........................
    >     >>     >     >     > > > > > > > > > SKIPPED
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > >      [exec] [INFO] Apache Royale:
    >     >> Framework:
    >     >>     > Fonts
    >     >>     >     >     > > > > > > ....................
    >     >>     >     >     > > > > > > > > > SKIPPED
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > > Can someone please take a look?
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > > On Sun, Sep 30, 2018 at 9:13 AM
    >     >> OmPrakash
    >     >>     > Muppirala <
    >     >>     >     >     > > > > > > > > bigosmallm@gmail.com>
    >     >>     >     >     > > > > > > > > > wrote:
    >     >>     >     >     > > > > > > > > >
    >     >>     >     >     > > > > > > > > > > Thanks for the quick fix!  Will
    > pull
    >     >> develop
    >     >>     > and
    >     >>     >     > try
    >     >>     >     >     > again.
    >     >>     >     >     > > > > Will
    >     >>     >     >     > > > > > > > > report
    >     >>     >     >     > > > > > > > > > > in a while.
    >     >>     >     >     > > > > > > > > > >
    >     >>     >     >     > > > > > > > > > > Regards,
    >     >>     >     >     > > > > > > > > > > Om
    >     >>     >     >     > > > > > > > > > >
    >     >>     >     >     > > > > > > > > > >
    >     >>     >     >     > > > > > > > > > > On Sun, Sep 30, 2018, 8:47 AM
    > Carlos
    >     >> Rovira <
    >     >>     >     >     > > > > > > carlosrovira@apache.org
    >     >>     >     >     > > > > > > > >
    >     >>     >     >     > > > > > > > > > > wrote:
    >     >>     >     >     > > > > > > > > > >
    >     >>     >     >     > > > > > > > > > >> Hi Om,
    >     >>     >     >     > > > > > > > > > >>
    >     >>     >     >     > > > > > > > > > >> error is now fixed. Can you
    > try to
    >     >> release
    >     >>     > again?
    >     >>     >     >     > > > > > > > > > >> thanks
    >     >>     >     >     > > > > > > > > > >>
    >     >>     >     >     > > > > > > > > > >> Carlos
    >     >>     >     >     > > > > > > > > > >>
    >     >>     >     >     > > > > > > > > > >>
    >     >>     >     >     > > > > > > > > > >>
    >     >>     >     >     > > > > > > > > > >>
    >     >>     >     >     > > > > > > > > > >>
    >     >>     >     >     > > > > > > > > > >> El dom., 30 sept. 2018 a las
    > 17:27,
    >     >> Carlos
    >     >>     > Rovira
    >     >>     >     > (<
    >     >>     >     >     > > > > > > > > > >> carlosrovira@apache.org>)
    >     >>     >     >     > > > > > > > > > >> escribió:
    >     >>     >     >     > > > > > > > > > >>
    >     >>     >     >     > > > > > > > > > >> > Hi,
    >     >>     >     >     > > > > > > > > > >> >
    >     >>     >     >     > > > > > > > > > >> > just reverted the two
    > generated
    >     >> commits
    >     >>     > for
    >     >>     >     > release, I
    >     >>     >     >     > > > left
    >     >>     >     >     > > > > to
    >     >>     >     >     > > > > > > you
    >     >>     >     >     > > > > > > > > > >> remove
    >     >>     >     >     > > > > > > > > > >> > new branches generated.
    >     >>     >     >     > > > > > > > > > >> > About the fail, I was wrong,
    > since
    >     >> I saw
    >     >>     > this
    >     >>     >     > very
    >     >>     >     >     > > > quickly.
    >     >>     >     >     > > > > > It's
    >     >>     >     >     > > > > > > > not
    >     >>     >     >     > > > > > > > > > >> about
    >     >>     >     >     > > > > > > > > > >> > JDK, I'm using as well 1.8.
    > I was
    >     >>     > confused for
    >     >>     >     > other
    >     >>     >     >     > > > thing I
    >     >>     >     >     > > > > > had
    >     >>     >     >     > > > > > > > > some
    >     >>     >     >     > > > > > > > > > >> weeks
    >     >>     >     >     > > > > > > > > > >> > ago, and was trying to use
    > another
    >     >> JDK,
    >     >>     > but I
    >     >>     >     > don't
    >     >>     >     >     > > > remember
    >     >>     >     >     > > > > > > what
    >     >>     >     >     > > > > > > > > was.
    >     >>     >     >     > > > > > > > > > >> >
    >     >>     >     >     > > > > > > > > > >> > Anyway, the problem is about
    > java
    >     >> doc, in
    >     >>     > the
    >     >>     >     > new
    >     >>     >     >     > class
    >     >>     >     >     > > > > > > > > > >> > AMFCompressionException.java
    > I
    >     >> introduce
    >     >>     > some
    >     >>     >     > months
    >     >>     >     >     > > ago.
    >     >>     >     >     > > > > > > > > > >> > since we never execute java
    > doc
    >     >>     > generation we
    >     >>     >     > didn't
    >     >>     >     >     > see
    >     >>     >     >     > > > > this.
    >     >>     >     >     > > > > > > > > > >> >
    >     >>     >     >     > > > > > > > > > >> > I'm going to try to fix this
    >     >> removing the
    >     >>     >     > problems I
    >     >>     >     >     > > see,
    >     >>     >     >     > > > > and
    >     >>     >     >     > > > > > > I'll
    >     >>     >     >     > > > > > > > > try
    >     >>     >     >     > > > > > > > > > >> to
    >     >>     >     >     > > > > > > > > > >> > see if I can try to use java
    > doc
    >     >> to test
    >     >>     > if I
    >     >>     >     > pass the
    >     >>     >     >     > > > > > problem.
    >     >>     >     >     > > > > > > > > > >> >
    >     >>     >     >     > > > > > > > > > >> > I'll report soon.
    >     >>     >     >     > > > > > > > > > >> >
    >     >>     >     >     > > > > > > > > > >> > Carlos
    >     >>     >     >     > > > > > > > > > >> >
    >     >>     >     >     > > > > > > > > > >> >
    >     >>     >     >     > > > > > > > > > >> > El dom., 30 sept. 2018 a las
    >     >> 17:12, Carlos
    >     >>     >     > Rovira (<
    >     >>     >     >     > > > > > > > > > >> > carlosrovira@apache.org>)
    >     >> escribió:
    >     >>     >     >     > > > > > > > > > >> >
    >     >>     >     >     > > > > > > > > > >> >> Hi, since I'm going to work
    > now
    >     >> on some
    >     >>     >     > compiler
    >     >>     >     >     > > changes,
    >     >>     >     >     > > > > > I'll
    >     >>     >     >     > > > > > > > > revert
    >     >>     >     >     > > > > > > > > > >> >> those 2 commits in each
    > repo.
    >     >> I'll try
    >     >>     > to pass
    >     >>     >     > as
    >     >>     >     >     > well
    >     >>     >     >     > > > > maven
    >     >>     >     >     > > > > > > with
    >     >>     >     >     > > > > > > > > > java
    >     >>     >     >     > > > > > > > > > >> 1.8
    >     >>     >     >     > > > > > > > > > >> >> in amp and see if I get the
    > same
    >     >> error
    >     >>     >     >     > > > > > > > > > >> >>
    >     >>     >     >     > > > > > > > > > >> >> El dom., 30 sept. 2018 a las
    >     >> 15:16, Piotr
    >     >>     >     > Zarzycki (<
    >     >>     >     >     > > > > > > > > > >> >> piotrzarzycki21@gmail.com>)
    >     >> escribió:
    >     >>     >     >     > > > > > > > > > >> >>
    >     >>     >     >     > > > > > > > > > >> >>> Om,
    >     >>     >     >     > > > > > > > > > >> >>>
    >     >>     >     >     > > > > > > > > > >> >>> I think if you got fail
    > during
    >     >> the
    >     >>     > process you
    >     >>     >     >     > should
    >     >>     >     >     > > > > right
    >     >>     >     >     > > > > > > > after
    >     >>     >     >     > > > > > > > > > >> that.
    >     >>     >     >     > > > > > > > > > >> >>> 1) Remove created release
    > tags
    >     >>     >     >     > > > > > > > > > >> >>> 2) Revert all changes which
    >     >> Maven did in
    >     >>     >     > develop
    >     >>     >     >     > > > branches
    >     >>     >     >     > > > > to
    >     >>     >     >     > > > > > > the
    >     >>     >     >     > > > > > > > > > >> previous
    >     >>     >     >     > > > > > > > > > >> >>> state
    >     >>     >     >     > > > > > > > > > >> >>>
    >     >>     >     >     > > > > > > > > > >> >>> Thanks,
    >     >>     >     >     > > > > > > > > > >> >>> Piotr
    >     >>     >     >     > > > > > > > > > >> >>>
    >     >>     >     >     > > > > > > > > > >> >>> niedz., 30 wrz 2018 o 12:40
    >     >> Carlos
    >     >>     > Rovira <
    >     >>     >     >     > > > > > > > > > >> carlos.rovira@codeoscopic.com
    >     >>     >     >     > > > > > > > > > >> >>> >
    >     >>     >     >     > > > > > > > > > >> >>> napisał(a):
    >     >>     >     >     > > > > > > > > > >> >>>
    >     >>     >     >     > > > > > > > > > >> >>> > Hi Om,
    >     >>     >     >     > > > > > > > > > >> >>> > don't have many time
    > now, but
    >     >> seems
    >     >>     > you are
    >     >>     >     > using
    >     >>     >     >     > > JDK
    >     >>     >     >     > > > > 1.8
    >     >>     >     >     > > > > > > and
    >     >>     >     >     > > > > > > > > that
    >     >>     >     >     > > > > > > > > > >> >>> project
    >     >>     >     >     > > > > > > > > > >> >>> > needs to be 1.7 or will
    > fail
    >     >>     >     >     > > > > > > > > > >> >>> > I'll connect some hours
    > later
    >     >> to see
    >     >>     > if you
    >     >>     >     > could
    >     >>     >     >     > > use
    >     >>     >     >     > > > > that
    >     >>     >     >     > > > > > > sdk
    >     >>     >     >     > > > > > > > > > >> >>> > good luck! :)
    >     >>     >     >     > > > > > > > > > >> >>> >
    >     >>     >     >     > > > > > > > > > >> >>> > El dom., 30 sept. 2018 a
    > las
    >     >> 11:34,
    >     >>     > Piotr
    >     >>     >     > Zarzycki
    >     >>     >     >     > > (<
    >     >>     >     >     > > > > > > > > > >> >>> >
    > piotrzarzycki21@gmail.com>)
    >     >> escribió:
    >     >>     >     >     > > > > > > > > > >> >>> >
    >     >>     >     >     > > > > > > > > > >> >>> > > Hi Om,
    >     >>     >     >     > > > > > > > > > >> >>> > >
    >     >>     >     >     > > > > > > > > > >> >>> > > Have you tried build
    > that
    >     >> example on
    >     >>     >     > their own?
    >     >>     >     >     > Is
    >     >>     >     >     > > > it
    >     >>     >     >     > > > > > > > failing
    >     >>     >     >     > > > > > > > > > with
    >     >>     >     >     > > > > > > > > > >> >>> the
    >     >>     >     >     > > > > > > > > > >> >>> > same
    >     >>     >     >     > > > > > > > > > >> >>> > > stack trace?
    >     >>     >     >     > > > > > > > > > >> >>> > >
    >     >>     >     >     > > > > > > > > > >> >>> > > Thanks,
    >     >>     >     >     > > > > > > > > > >> >>> > > Piotr
    >     >>     >     >     > > > > > > > > > >> >>> > >
    >     >>     >     >     > > > > > > > > > >> >>> > > On Sun, Sep 30, 2018,
    > 9:31 AM
    >     >>     > OmPrakash
    >     >>     >     >     > Muppirala
    >     >>     >     >     > > <
    >     >>     >     >     > > > > > > > > > >> >>> bigosmallm@gmail.com>
    >     >>     >     >     > > > > > > > > > >> >>> > > wrote:
    >     >>     >     >     > > > > > > > > > >> >>> > >
    >     >>     >     >     > > > > > > > > > >> >>> > > > So, I made a lot of
    >     >> progress
    >     >>     > (much more
    >     >>     >     > than
    >     >>     >     >     > > last
    >     >>     >     >     > > > > > time),
    >     >>     >     >     > > > > > > > but
    >     >>     >     >     > > > > > > > > > >> >>> > > unfortunately
    >     >>     >     >     > > > > > > > > > >> >>> > > > the build failed at
    > this
    >     >> stage.
    >     >>     > Looks
    >     >>     >     > like an
    >     >>     >     >     > > > issue
    >     >>     >     >     > > > > > > with
    >     >>     >     >     > > > > > > > > the
    >     >>     >     >     > > > > > > > > > >> >>> > > > SampleAmfWebApp.
    > Anyone
    >     >> else
    >     >>     > seeing
    >     >>     >     > this
    >     >>     >     >     > error
    >     >>     >     >     > > or
    >     >>     >     >     > > > > am
    >     >>     >     >     > > > > > I
    >     >>     >     >     > > > > > > > > doing
    >     >>     >     >     > > > > > > > > > >> >>> something
    >     >>     >     >     > > > > > > > > > >> >>> > > > wrong?
    >     >>     >     >     > > > > > > > > > >> >>> > > >
    >     >>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO]
    > [INFO]
    >     >> Apache
    >     >>     > Royale:
    >     >>     >     >     > > Examples:
    >     >>     >     >     > > > > > > Native:
    >     >>     >     >     > > > > > > > > > >> >>> USStatesMap
    >     >>     >     >     > > > > > > > > > >> >>> > > > ....... SUCCESS [
    > 1.001 s]
    >     >>     >     >     > > > > > > > > > >> >>> > > >
    >     >>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO]
    > [INFO]
    >     >> Apache
    >     >>     > Royale:
    >     >>     >     >     > > Examples:
    >     >>     >     >     > > > > > > NodeJS
    >     >>     >     >     > > > > > > > > > >> >>> > > > ....................
    >     >> SUCCESS [
    >     >>     > 0.210 s]
    >     >>     >     >     > > > > > > > > > >> >>> > > >
    >     >>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO]
    > [INFO]
    >     >> Apache
    >     >>     > Royale:
    >     >>     >     >     > > Examples:
    >     >>     >     >     > > > > > > Nod
    


Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by OmPrakash Muppirala <bi...@gmail.com>.
Thanks!

I reverted everything back to previous state.  I can give it a shot
tomorrow evening.

Regards,
Om

On Wed, Oct 3, 2018 at 12:41 AM Alex Harui <ah...@adobe.com.invalid> wrote:

> It was in a releasable state.  TourDeFlex was running on it.
>
> I'm trying to track down the change that broke it.
>
> -Alex
>
> On 10/3/18, 12:32 AM, "OmPrakash Muppirala" <bi...@gmail.com> wrote:
>
>     A bit more progress. Now we are failing on the MXRoyale project:
>
>          [exec] [INFO] [INFO]
>
> ------------------------------------------------------------------------
>
>          [exec] [INFO] [INFO] BUILD FAILURE
>
>          [exec] [INFO] [INFO]
>
> ------------------------------------------------------------------------
>
>          [exec] [INFO] [INFO] Total time: 01:34 min
>
>          [exec] [INFO] [INFO] Finished at: 2018-10-03T00:28:14-07:00
>
>          [exec] [INFO] [INFO]
>
> ------------------------------------------------------------------------
>
>          [exec] [INFO] [ERROR] Failed to execute goal
>     org.apache.royale.compiler:royale-maven-plugin:0.9.4:compile-as
>     (default-compile-as) on project MXRoyale: There were errors during the
>     build. Got return code 3 -> [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]
>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7C2b91c6a14e704d842f2e08d629025d96%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741487473245214&amp;sdata=l2L26ZMwSr5v20mncG4smoSrRuJeIDxdKMzQMq8dM7A%3D&amp;reserved=0
>
>          [exec] [INFO] [ERROR]
>
>          [exec] [INFO] [ERROR] After correcting the problems, you can
> resume
>     the build with the command
>
>          [exec] [INFO] [ERROR]   mvn <goals> -rf :MXRoyale
>
>
>     Can we perhaps turn this project off?  Is it in a releasable state?
>
>     On Tue, Oct 2, 2018 at 7:30 PM OmPrakash Muppirala <
> bigosmallm@gmail.com>
>     wrote:
>
>     > I'm going to give this another shot in a couple of hours, unless
> there are
>     > any objections.
>     >
>     > Thanks,
>     > Om
>     >
>     > On Mon, Oct 1, 2018, 2:04 PM Alex Harui <ah...@adobe.com.invalid>
> wrote:
>     >
>     >> Jewel is mentioned in there.  I added mention of the migration
> components
>     >> and tour de flex.  Not sure if I got the formatting right.  I think
> it is
>     >> good enough.
>     >>
>     >> -Alex
>     >>
>     >> On 10/1/18, 12:13 PM, "OmPrakash Muppirala" <bi...@gmail.com>
>     >> wrote:
>     >>
>     >>     I updated it, although it looks a bit sparse now.  Can we list
> a few
>     >> major
>     >>     highlights here, that I can go add to the release notes?
>     >>     Jewel should at least have several updates.
>     >>
>     >>     Thanks,
>     >>     Om
>     >>
>     >>     On Mon, Oct 1, 2018 at 12:09 PM Alex Harui
> <ah...@adobe.com.invalid>
>     >> wrote:
>     >>
>     >>     > Hey, I just noticed that nobody put a 0.9.4 section in the
>     >> RELEASE_NOTES.
>     >>     > Maybe just rename the 0.9.3 section?
>     >>     >
>     >>     > -Alex
>     >>     >
>     >>     > On 10/1/18, 12:07 PM, "OmPrakash Muppirala" <
> bigosmallm@gmail.com>
>     >> wrote:
>     >>     >
>     >>     >     Good catch!  I just pushed a fix for that.
>     >>     >
>     >>     >     Thanks,
>     >>     >     Om
>     >>     >
>     >>     >     On Mon, Oct 1, 2018 at 11:04 AM Alex Harui
>     >> <ah...@adobe.com.invalid>
>     >>     > wrote:
>     >>     >
>     >>     >     > Om,
>     >>     >     >
>     >>     >     > I think the <tag>release/0.9.4</tag> in
> royale-asjs/pom.xml
>     >> needs to
>     >>     > be
>     >>     >     > reverted back to 0.9.3.
>     >>     >     >
>     >>     >     > Everything else looks ok from my quick examination.
>     >>     >     >
>     >>     >     > Thanks and good luck,
>     >>     >     > -Alex
>     >>     >     >
>     >>     >     > On 10/1/18, 10:29 AM, "Piotr Zarzycki" <
>     >> piotrzarzycki21@gmail.com>
>     >>     > wrote:
>     >>     >     >
>     >>     >     >     I saw your commit and I think you should be ok.
>     >>     >     >
>     >>     >     >     pon., 1 paź 2018 o 19:21 OmPrakash Muppirala <
>     >>     > bigosmallm@gmail.com>
>     >>     >     >     napisał(a):
>     >>     >     >
>     >>     >     >     > Okay, I did the following to reset:
>     >>     >     >     >
>     >>     >     >     > For all three repos:
>     >>     >     >     > * Reverted all references of 0.9.5 to 0.9.4
>     >>     >     >     > * Deleted 0.9.4-rc1 tag
>     >>     >     >     > * Deleted branch: release/0.9.4
>     >>     >     >     >
>     >>     >     >     > Can someone please make sure that we are good
> before
>     >> starting
>     >>     > work?
>     >>     >     >     >
>     >>     >     >     > Thanks,
>     >>     >     >     > Om
>     >>     >     >     >
>     >>     >     >     > On Mon, Oct 1, 2018 at 1:51 AM Carlos Rovira <
>     >>     >     > carlosrovira@apache.org>
>     >>     >     >     > wrote:
>     >>     >     >     >
>     >>     >     >     > > Hi Om,
>     >>     >     >     > > is related to flash player debugger not
> launched? are
>     >> you on
>     >>     > Mac?
>     >>     >     >     > > I think on Mac I have to make *.swf files be
> always
>     >> opened
>     >>     > by Flash
>     >>     >     >     > Player
>     >>     >     >     > > debugger.
>     >>     >     >     > >
>     >>     >     >     > > In the other hand, I need to commit during the
> day
>     >> some
>     >>     > fixes, one
>     >>     >     > on
>     >>     >     >     > > typedefs and expect more on compiler. So if you
> plan
>     >> to try
>     >>     > again
>     >>     >     > some
>     >>     >     >     > > hours ago, please, remove the commits to left
> the
>     >> repos so
>     >>     > we can
>     >>     >     > commit
>     >>     >     >     > > new work
>     >>     >     >     > >
>     >>     >     >     > > thanks!
>     >>     >     >     > >
>     >>     >     >     > > Carlos
>     >>     >     >     > >
>     >>     >     >     > >
>     >>     >     >     > >
>     >>     >     >     > >
>     >>     >     >     > >
>     >>     >     >     > > El lun., 1 oct. 2018 a las 10:29, OmPrakash
> Muppirala
>     >> (<
>     >>     >     >     > > bigosmallm@gmail.com>)
>     >>     >     >     > > escribió:
>     >>     >     >     > >
>     >>     >     >     > > > I provided path to Chrome via -Dbrowser, but
> I got
>     >> an
>     >>     > error that
>     >>     >     > ant
>     >>     >     >     > was
>     >>     >     >     > > > not able to access the application.
>     >>     >     >     > > > So, I tried installing firefox and that
> seemed to
>     >> work.
>     >>     >     >     > > >
>     >>     >     >     > > > On Mon, Oct 1, 2018 at 1:26 AM Piotr Zarzycki
> <
>     >>     >     >     > piotrzarzycki21@gmail.com
>     >>     >     >     > > >
>     >>     >     >     > > > wrote:
>     >>     >     >     > > >
>     >>     >     >     > > > > Hi Om,
>     >>     >     >     > > > >
>     >>     >     >     > > > > You did use Firefox for that purpose ? I
> had to
>     >> specify
>     >>     >     >     > -Dbrowser=path
>     >>     >     >     > > to
>     >>     >     >     > > > > firefox.exe
>     >>     >     >     > > > >
>     >>     >     >     > > > > Thanks,
>     >>     >     >     > > > > Piotr
>     >>     >     >     > > > >
>     >>     >     >     > > > > pon., 1 paź 2018 o 10:22 OmPrakash
> Muppirala <
>     >>     >     > bigosmallm@gmail.com>
>     >>     >     >     > > > > napisał(a):
>     >>     >     >     > > > >
>     >>     >     >     > > > > > Okay, I made several attempts through the
> day,
>     >> making
>     >>     >     > progress each
>     >>     >     >     > > > time.
>     >>     >     >     > > > > >  The last run failed because the browser
> could
>     >> not be
>     >>     >     > launched.
>     >>     >     >     > > > > > I am going to pause on this and try again
>     >> tomorrow (or
>     >>     >     > later) . If
>     >>     >     >     > > > > someone
>     >>     >     >     > > > > > else wants to give this a go in the
> meantimne,
>     >> they are
>     >>     >     > welcome :-)
>     >>     >     >     > > > > >
>     >>     >     >     > > > > > Thanks,
>     >>     >     >     > > > > > Om
>     >>     >     >     > > > > >
>     >>     >     >     > > > > > On Mon, Oct 1, 2018 at 12:22 AM Carlos
> Rovira <
>     >>     >     >     > > carlosrovira@apache.org
>     >>     >     >     > > > >
>     >>     >     >     > > > > > wrote:
>     >>     >     >     > > > > >
>     >>     >     >     > > > > > > Hi Om,
>     >>     >     >     > > > > > > no,  I Thought this was due to different
>     >> tries of the
>     >>     >     > release
>     >>     >     >     > > process
>     >>     >     >     > > > > but
>     >>     >     >     > > > > > > most of the poms are in 0.9.6-SNAPSHOT.
>     >>     >     >     > > > > > > You can search the entire repo for
>     >> "0.9.X-SNAPSHOT"
>     >>     > string
>     >>     >     > to see
>     >>     >     >     > > > that
>     >>     >     >     > > > > > now
>     >>     >     >     > > > > > > X is 6.
>     >>     >     >     > > > > > >
>     >>     >     >     > > > > > > thanks
>     >>     >     >     > > > > > >
>     >>     >     >     > > > > > > El lun., 1 oct. 2018 a las 2:07,
> OmPrakash
>     >> Muppirala
>     >>     > (<
>     >>     >     >     > > > > > > bigosmallm@gmail.com>)
>     >>     >     >     > > > > > > escribió:
>     >>     >     >     > > > > > >
>     >>     >     >     > > > > > > > On Sun, Sep 30, 2018, 2:13 PM Carlos
> Rovira
>     >> <
>     >>     >     >     > > > carlosrovira@apache.org
>     >>     >     >     > > > > >
>     >>     >     >     > > > > > > > wrote:
>     >>     >     >     > > > > > > >
>     >>     >     >     > > > > > > > > Hi Om,
>     >>     >     >     > > > > > > > > just saw that some poms was not
> changed to
>     >>     >     > 0.9.6-SNAPSHOT.
>     >>     >     >     > > > > > > > >
>     >>     >     >     > > > > > > >
>     >>     >     >     > > > > > > > Do you mean 0.9.4-SNAPSHOT?
>     >>     >     >     > > > > > > >
>     >>     >     >     > > > > > > > Thanks,
>     >>     >     >     > > > > > > > Om
>     >>     >     >     > > > > > > >
>     >>     >     >     > > > > > > >
>     >>     >     >     > > > > > > >
>     >>     >     >     > > > > > > > I think that should be fixed and get a
>     >> prepare
>     >>     > maven
>     >>     >     > release
>     >>     >     >     > > > process
>     >>     >     >     > > > > > that
>     >>     >     >     > > > > > > > > could finaly gets all poms updated
> to new
>     >>     > version.
>     >>     >     >     > > > > > > > > Don't know if that could be the
> problem.
>     >> Can you
>     >>     > try
>     >>     >     > again?
>     >>     >     >     > > > > > > > > thanks
>     >>     >     >     > > > > > > > >
>     >>     >     >     > > > > > > > > El dom., 30 sept. 2018 a las 21:32,
>     >> OmPrakash
>     >>     >     > Muppirala (<
>     >>     >     >     > > > > > > > > bigosmallm@gmail.com>) escribió:
>     >>     >     >     > > > > > > > >
>     >>     >     >     > > > > > > > > > Made a bit more progress, but the
> build
>     >> is
>     >>     > failing
>     >>     >     > here
>     >>     >     >     > now:
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO] Apache
> Royale:
>     >>     > Examples:
>     >>     >     > Royale:
>     >>     >     >     > > > > > > > > > DataBindingExample_as SUCCESS [
> 2.469
>     >> s]
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO] Apache
> Royale:
>     >>     > Examples:
>     >>     >     > Royale:
>     >>     >     >     > > > > > > > > > DataBindingExample_Flat FAILURE [
>     >> 1.756 s]
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO] Apache
> Royale:
>     >>     > Examples:
>     >>     >     > Royale:
>     >>     >     >     > > > > > > > > > DataBindingExampleWithLayout
> SKIPPED
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO] Apache
> Royale:
>     >>     > Examples:
>     >>     >     > Royale:
>     >>     >     >     > > > > > > > > DataGridExample
>     >>     >     >     > > > > > > > > > ... SKIPPED
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > > Detailed error:
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > >     [exec] [INFO] [INFO]
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > >
>     >>     >     >     > > > > >
>     >>     >     >     > > >
>     >>     >     >     >
>     >>     >     >
>     >>     >
>     >>
> ------------------------------------------------------------------------
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO] BUILD
> FAILURE
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > >
>     >>     >     >     > > > > >
>     >>     >     >     > > >
>     >>     >     >     >
>     >>     >     >
>     >>     >
>     >>
> ------------------------------------------------------------------------
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO] Total
> time:
>     >> 07:03 min
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
> Finished at:
>     >>     >     >     > > > 2018-09-30T12:17:45-07:00
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > >
>     >>     >     >     > > > > >
>     >>     >     >     > > >
>     >>     >     >     >
>     >>     >     >
>     >>     >
>     >>
> ------------------------------------------------------------------------
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR] Failed
> to
>     >> execute
>     >>     > goal
>     >>     >     >     > > > > > > > > >
>     >>     >     >     >
>     >> org.apache.maven.plugins:maven-dependency-plugin:2.10:unpack
>     >>     >     >     > > > > > > > > (unpack-fonts)
>     >>     >     >     > > > > > > > > > on project
> DataBindingExample_Flat:
>     >> Unable to
>     >>     > find
>     >>     >     >     > artifact.
>     >>     >     >     > > > > Could
>     >>     >     >     > > > > > > not
>     >>     >     >     > > > > > > > > find
>     >>     >     >     > > > > > > > > > artifact
>     >>     > org.apache.royale.framework:Fonts:war:0.9.4
>     >>     >     > in
>     >>     >     >     > > > > > > apache-release
>     >>     >     >     > > > > > > > (
>     >>     >     >     > > > > > > > > >
>     >>     >     >     >
>     >>     >     >
>     >>     >
>     >>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2b91c6a14e704d842f2e08d629025d96%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741487473245214&amp;sdata=AzM%2BMCeK0KV5yCuTPnuKk4acvUOGFNCw4lTQxj1L%2BJU%3D&amp;reserved=0
>     >>     >     > )
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR] Try
>     >> downloading the
>     >>     > file
>     >>     >     >     > manually
>     >>     >     >     > > > from
>     >>     >     >     > > > > > the
>     >>     >     >     > > > > > > > > > project website.
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR] Then,
>     >> install it
>     >>     > using the
>     >>     >     >     > > command:
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]     mvn
>     >>     >     > install:install-file
>     >>     >     >     > > > > > > > > >
> -DgroupId=org.apache.royale.framework
>     >>     >     > -DartifactId=Fonts
>     >>     >     >     > > > > > > > -Dversion=0.9.4
>     >>     >     >     > > > > > > > > > -Dpackaging=war
> -Dfile=/path/to/file
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>     >> Alternatively, if
>     >>     > you
>     >>     >     > host your
>     >>     >     >     > > own
>     >>     >     >     > > > > > > > repository
>     >>     >     >     > > > > > > > > > you can deploy the file there:
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]     mvn
>     >>     > deploy:deploy-file
>     >>     >     >     > > > > > > > > >
> -DgroupId=org.apache.royale.framework
>     >>     >     > -DartifactId=Fonts
>     >>     >     >     > > > > > > > -Dversion=0.9.4
>     >>     >     >     > > > > > > > > > -Dpackaging=war
> -Dfile=/path/to/file
>     >>     > -Durl=[url]
>     >>     >     >     > > > > > -DrepositoryId=[id]
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>     >>     >     >     > > > > > > >
> org.apache.royale.framework:Fonts:war:0.9.4
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR] from
> the
>     >> specified
>     >>     > remote
>     >>     >     >     > > > > repositories:
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>     >>  apache-release (
>     >>     >     >     > > > > > > > > >
>     >>     >     >     >
>     >>     >     >
>     >>     >
>     >>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2b91c6a14e704d842f2e08d629025d96%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741487473245214&amp;sdata=AzM%2BMCeK0KV5yCuTPnuKk4acvUOGFNCw4lTQxj1L%2BJU%3D&amp;reserved=0
>     >>     >     > ,
>     >>     >     >     > > > > > > > > > releases=true,
>     >>     >     >     > > > > > > > > > snapshots=false),
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>     >>  apache-snapshots (
>     >>     >     >     > > > > > > > > >
>     >>     >     >     >
>     >>     >     >
>     >>     >
>     >>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7C2b91c6a14e704d842f2e08d629025d96%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741487473245214&amp;sdata=jS1czHRRLVx42E8%2FS9ekhNXkEOVilkdz6JnM27vj94c%3D&amp;reserved=0
>     >>     >     >     > > ,
>     >>     >     >     > > > > > > > > > releases=false, snapshots=true),
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>     >>  apache.snapshots (
>     >>     >     >     > > > > > > > > >
>     >>     >     >
>     >>     >
>     >>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7C2b91c6a14e704d842f2e08d629025d96%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741487473255223&amp;sdata=%2B3GekYHWFzFrhtIITtGZDadYrY4lo41adB0uvOfqnuQ%3D&amp;reserved=0
>     >>     > ,
>     >>     >     > releases=false,
>     >>     >     >     > > > > > > > > snapshots=true),
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>  central (
>     >>     >     >     > > > > > > > >
>     >>     >     >
>     >>     >
>     >>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo.maven.apache.org%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7C2b91c6a14e704d842f2e08d629025d96%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741487473255223&amp;sdata=y3Z3faXl8YrC6X9ZxoKlEOMYE%2Fk0L7rIWOiGs6AUY3w%3D&amp;reserved=0
>     >>     >     >     > > > > > > > > > ,
>     >>     >     >     > > > > > > > > > releases=true, snapshots=false)
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR] ->
> [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]
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > >
>     >>     >     >     > > > > >
>     >>     >     >     > > >
>     >>     >     >     >
>     >>     >     >
>     >>     >
>     >>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7C2b91c6a14e704d842f2e08d629025d96%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741487473255223&amp;sdata=Ools7vcl7CKx7bw898KsyD4%2FBoOo8nRt8mJspIVZ4QE%3D&amp;reserved=0
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR] After
>     >> correcting the
>     >>     >     > problems,
>     >>     >     >     > you
>     >>     >     >     > > > can
>     >>     >     >     > > > > > > > resume
>     >>     >     >     > > > > > > > > > the build with the command
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]   mvn
>     >> <goals> -rf
>     >>     >     >     > > > > > :DataBindingExample_Flat
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > >      [exec] [INFO]
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > >
>     >>     >     >     > > > > >
>     >>     >     >     > > >
>     >>     >     >     >
>     >>     >     >
>     >>     >
>     >>
> ------------------------------------------------------------------------
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > >      [exec] [INFO] Reactor
> Summary:
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > >      [exec] [INFO] Apache Royale:
>     >> Framework:
>     >>     > Parent
>     >>     >     >     > > > > 0.9.5-SNAPSHOT
>     >>     >     >     > > > > > > ....
>     >>     >     >     > > > > > > > > > FAILURE [07:08 min]
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > >      [exec] [INFO] Apache Royale:
>     >> Framework
>     >>     >     >     > > > > > > ...........................
>     >>     >     >     > > > > > > > > > SKIPPED
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > >      [exec] [INFO] Apache Royale:
>     >> Framework:
>     >>     > Fonts
>     >>     >     >     > > > > > > ....................
>     >>     >     >     > > > > > > > > > SKIPPED
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > > Can someone please take a look?
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > > On Sun, Sep 30, 2018 at 9:13 AM
>     >> OmPrakash
>     >>     > Muppirala <
>     >>     >     >     > > > > > > > > bigosmallm@gmail.com>
>     >>     >     >     > > > > > > > > > wrote:
>     >>     >     >     > > > > > > > > >
>     >>     >     >     > > > > > > > > > > Thanks for the quick fix!  Will
> pull
>     >> develop
>     >>     > and
>     >>     >     > try
>     >>     >     >     > again.
>     >>     >     >     > > > > Will
>     >>     >     >     > > > > > > > > report
>     >>     >     >     > > > > > > > > > > in a while.
>     >>     >     >     > > > > > > > > > >
>     >>     >     >     > > > > > > > > > > Regards,
>     >>     >     >     > > > > > > > > > > Om
>     >>     >     >     > > > > > > > > > >
>     >>     >     >     > > > > > > > > > >
>     >>     >     >     > > > > > > > > > > On Sun, Sep 30, 2018, 8:47 AM
> Carlos
>     >> Rovira <
>     >>     >     >     > > > > > > carlosrovira@apache.org
>     >>     >     >     > > > > > > > >
>     >>     >     >     > > > > > > > > > > wrote:
>     >>     >     >     > > > > > > > > > >
>     >>     >     >     > > > > > > > > > >> Hi Om,
>     >>     >     >     > > > > > > > > > >>
>     >>     >     >     > > > > > > > > > >> error is now fixed. Can you
> try to
>     >> release
>     >>     > again?
>     >>     >     >     > > > > > > > > > >> thanks
>     >>     >     >     > > > > > > > > > >>
>     >>     >     >     > > > > > > > > > >> Carlos
>     >>     >     >     > > > > > > > > > >>
>     >>     >     >     > > > > > > > > > >>
>     >>     >     >     > > > > > > > > > >>
>     >>     >     >     > > > > > > > > > >>
>     >>     >     >     > > > > > > > > > >>
>     >>     >     >     > > > > > > > > > >> El dom., 30 sept. 2018 a las
> 17:27,
>     >> Carlos
>     >>     > Rovira
>     >>     >     > (<
>     >>     >     >     > > > > > > > > > >> carlosrovira@apache.org>)
>     >>     >     >     > > > > > > > > > >> escribió:
>     >>     >     >     > > > > > > > > > >>
>     >>     >     >     > > > > > > > > > >> > Hi,
>     >>     >     >     > > > > > > > > > >> >
>     >>     >     >     > > > > > > > > > >> > just reverted the two
> generated
>     >> commits
>     >>     > for
>     >>     >     > release, I
>     >>     >     >     > > > left
>     >>     >     >     > > > > to
>     >>     >     >     > > > > > > you
>     >>     >     >     > > > > > > > > > >> remove
>     >>     >     >     > > > > > > > > > >> > new branches generated.
>     >>     >     >     > > > > > > > > > >> > About the fail, I was wrong,
> since
>     >> I saw
>     >>     > this
>     >>     >     > very
>     >>     >     >     > > > quickly.
>     >>     >     >     > > > > > It's
>     >>     >     >     > > > > > > > not
>     >>     >     >     > > > > > > > > > >> about
>     >>     >     >     > > > > > > > > > >> > JDK, I'm using as well 1.8.
> I was
>     >>     > confused for
>     >>     >     > other
>     >>     >     >     > > > thing I
>     >>     >     >     > > > > > had
>     >>     >     >     > > > > > > > > some
>     >>     >     >     > > > > > > > > > >> weeks
>     >>     >     >     > > > > > > > > > >> > ago, and was trying to use
> another
>     >> JDK,
>     >>     > but I
>     >>     >     > don't
>     >>     >     >     > > > remember
>     >>     >     >     > > > > > > what
>     >>     >     >     > > > > > > > > was.
>     >>     >     >     > > > > > > > > > >> >
>     >>     >     >     > > > > > > > > > >> > Anyway, the problem is about
> java
>     >> doc, in
>     >>     > the
>     >>     >     > new
>     >>     >     >     > class
>     >>     >     >     > > > > > > > > > >> > AMFCompressionException.java
> I
>     >> introduce
>     >>     > some
>     >>     >     > months
>     >>     >     >     > > ago.
>     >>     >     >     > > > > > > > > > >> > since we never execute java
> doc
>     >>     > generation we
>     >>     >     > didn't
>     >>     >     >     > see
>     >>     >     >     > > > > this.
>     >>     >     >     > > > > > > > > > >> >
>     >>     >     >     > > > > > > > > > >> > I'm going to try to fix this
>     >> removing the
>     >>     >     > problems I
>     >>     >     >     > > see,
>     >>     >     >     > > > > and
>     >>     >     >     > > > > > > I'll
>     >>     >     >     > > > > > > > > try
>     >>     >     >     > > > > > > > > > >> to
>     >>     >     >     > > > > > > > > > >> > see if I can try to use java
> doc
>     >> to test
>     >>     > if I
>     >>     >     > pass the
>     >>     >     >     > > > > > problem.
>     >>     >     >     > > > > > > > > > >> >
>     >>     >     >     > > > > > > > > > >> > I'll report soon.
>     >>     >     >     > > > > > > > > > >> >
>     >>     >     >     > > > > > > > > > >> > Carlos
>     >>     >     >     > > > > > > > > > >> >
>     >>     >     >     > > > > > > > > > >> >
>     >>     >     >     > > > > > > > > > >> > El dom., 30 sept. 2018 a las
>     >> 17:12, Carlos
>     >>     >     > Rovira (<
>     >>     >     >     > > > > > > > > > >> > carlosrovira@apache.org>)
>     >> escribió:
>     >>     >     >     > > > > > > > > > >> >
>     >>     >     >     > > > > > > > > > >> >> Hi, since I'm going to work
> now
>     >> on some
>     >>     >     > compiler
>     >>     >     >     > > changes,
>     >>     >     >     > > > > > I'll
>     >>     >     >     > > > > > > > > revert
>     >>     >     >     > > > > > > > > > >> >> those 2 commits in each
> repo.
>     >> I'll try
>     >>     > to pass
>     >>     >     > as
>     >>     >     >     > well
>     >>     >     >     > > > > maven
>     >>     >     >     > > > > > > with
>     >>     >     >     > > > > > > > > > java
>     >>     >     >     > > > > > > > > > >> 1.8
>     >>     >     >     > > > > > > > > > >> >> in amp and see if I get the
> same
>     >> error
>     >>     >     >     > > > > > > > > > >> >>
>     >>     >     >     > > > > > > > > > >> >> El dom., 30 sept. 2018 a las
>     >> 15:16, Piotr
>     >>     >     > Zarzycki (<
>     >>     >     >     > > > > > > > > > >> >> piotrzarzycki21@gmail.com>)
>     >> escribió:
>     >>     >     >     > > > > > > > > > >> >>
>     >>     >     >     > > > > > > > > > >> >>> Om,
>     >>     >     >     > > > > > > > > > >> >>>
>     >>     >     >     > > > > > > > > > >> >>> I think if you got fail
> during
>     >> the
>     >>     > process you
>     >>     >     >     > should
>     >>     >     >     > > > > right
>     >>     >     >     > > > > > > > after
>     >>     >     >     > > > > > > > > > >> that.
>     >>     >     >     > > > > > > > > > >> >>> 1) Remove created release
> tags
>     >>     >     >     > > > > > > > > > >> >>> 2) Revert all changes which
>     >> Maven did in
>     >>     >     > develop
>     >>     >     >     > > > branches
>     >>     >     >     > > > > to
>     >>     >     >     > > > > > > the
>     >>     >     >     > > > > > > > > > >> previous
>     >>     >     >     > > > > > > > > > >> >>> state
>     >>     >     >     > > > > > > > > > >> >>>
>     >>     >     >     > > > > > > > > > >> >>> Thanks,
>     >>     >     >     > > > > > > > > > >> >>> Piotr
>     >>     >     >     > > > > > > > > > >> >>>
>     >>     >     >     > > > > > > > > > >> >>> niedz., 30 wrz 2018 o 12:40
>     >> Carlos
>     >>     > Rovira <
>     >>     >     >     > > > > > > > > > >> carlos.rovira@codeoscopic.com
>     >>     >     >     > > > > > > > > > >> >>> >
>     >>     >     >     > > > > > > > > > >> >>> napisał(a):
>     >>     >     >     > > > > > > > > > >> >>>
>     >>     >     >     > > > > > > > > > >> >>> > Hi Om,
>     >>     >     >     > > > > > > > > > >> >>> > don't have many time
> now, but
>     >> seems
>     >>     > you are
>     >>     >     > using
>     >>     >     >     > > JDK
>     >>     >     >     > > > > 1.8
>     >>     >     >     > > > > > > and
>     >>     >     >     > > > > > > > > that
>     >>     >     >     > > > > > > > > > >> >>> project
>     >>     >     >     > > > > > > > > > >> >>> > needs to be 1.7 or will
> fail
>     >>     >     >     > > > > > > > > > >> >>> > I'll connect some hours
> later
>     >> to see
>     >>     > if you
>     >>     >     > could
>     >>     >     >     > > use
>     >>     >     >     > > > > that
>     >>     >     >     > > > > > > sdk
>     >>     >     >     > > > > > > > > > >> >>> > good luck! :)
>     >>     >     >     > > > > > > > > > >> >>> >
>     >>     >     >     > > > > > > > > > >> >>> > El dom., 30 sept. 2018 a
> las
>     >> 11:34,
>     >>     > Piotr
>     >>     >     > Zarzycki
>     >>     >     >     > > (<
>     >>     >     >     > > > > > > > > > >> >>> >
> piotrzarzycki21@gmail.com>)
>     >> escribió:
>     >>     >     >     > > > > > > > > > >> >>> >
>     >>     >     >     > > > > > > > > > >> >>> > > Hi Om,
>     >>     >     >     > > > > > > > > > >> >>> > >
>     >>     >     >     > > > > > > > > > >> >>> > > Have you tried build
> that
>     >> example on
>     >>     >     > their own?
>     >>     >     >     > Is
>     >>     >     >     > > > it
>     >>     >     >     > > > > > > > failing
>     >>     >     >     > > > > > > > > > with
>     >>     >     >     > > > > > > > > > >> >>> the
>     >>     >     >     > > > > > > > > > >> >>> > same
>     >>     >     >     > > > > > > > > > >> >>> > > stack trace?
>     >>     >     >     > > > > > > > > > >> >>> > >
>     >>     >     >     > > > > > > > > > >> >>> > > Thanks,
>     >>     >     >     > > > > > > > > > >> >>> > > Piotr
>     >>     >     >     > > > > > > > > > >> >>> > >
>     >>     >     >     > > > > > > > > > >> >>> > > On Sun, Sep 30, 2018,
> 9:31 AM
>     >>     > OmPrakash
>     >>     >     >     > Muppirala
>     >>     >     >     > > <
>     >>     >     >     > > > > > > > > > >> >>> bigosmallm@gmail.com>
>     >>     >     >     > > > > > > > > > >> >>> > > wrote:
>     >>     >     >     > > > > > > > > > >> >>> > >
>     >>     >     >     > > > > > > > > > >> >>> > > > So, I made a lot of
>     >> progress
>     >>     > (much more
>     >>     >     > than
>     >>     >     >     > > last
>     >>     >     >     > > > > > time),
>     >>     >     >     > > > > > > > but
>     >>     >     >     > > > > > > > > > >> >>> > > unfortunately
>     >>     >     >     > > > > > > > > > >> >>> > > > the build failed at
> this
>     >> stage.
>     >>     > Looks
>     >>     >     > like an
>     >>     >     >     > > > issue
>     >>     >     >     > > > > > > with
>     >>     >     >     > > > > > > > > the
>     >>     >     >     > > > > > > > > > >> >>> > > > SampleAmfWebApp.
> Anyone
>     >> else
>     >>     > seeing
>     >>     >     > this
>     >>     >     >     > error
>     >>     >     >     > > or
>     >>     >     >     > > > > am
>     >>     >     >     > > > > > I
>     >>     >     >     > > > > > > > > doing
>     >>     >     >     > > > > > > > > > >> >>> something
>     >>     >     >     > > > > > > > > > >> >>> > > > wrong?
>     >>     >     >     > > > > > > > > > >> >>> > > >
>     >>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO]
> [INFO]
>     >> Apache
>     >>     > Royale:
>     >>     >     >     > > Examples:
>     >>     >     >     > > > > > > Native:
>     >>     >     >     > > > > > > > > > >> >>> USStatesMap
>     >>     >     >     > > > > > > > > > >> >>> > > > ....... SUCCESS [
> 1.001 s]
>     >>     >     >     > > > > > > > > > >> >>> > > >
>     >>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO]
> [INFO]
>     >> Apache
>     >>     > Royale:
>     >>     >     >     > > Examples:
>     >>     >     >     > > > > > > NodeJS
>     >>     >     >     > > > > > > > > > >> >>> > > > ....................
>     >> SUCCESS [
>     >>     > 0.210 s]
>     >>     >     >     > > > > > > > > > >> >>> > > >
>     >>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO]
> [INFO]
>     >> Apache
>     >>     > Royale:
>     >>     >     >     > > Examples:
>     >>     >     >     > > > > > > Nod

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Alex Harui <ah...@adobe.com.INVALID>.
It was in a releasable state.  TourDeFlex was running on it.

I'm trying to track down the change that broke it.

-Alex

On 10/3/18, 12:32 AM, "OmPrakash Muppirala" <bi...@gmail.com> wrote:

    A bit more progress. Now we are failing on the MXRoyale project:
    
         [exec] [INFO] [INFO]
    ------------------------------------------------------------------------
    
         [exec] [INFO] [INFO] BUILD FAILURE
    
         [exec] [INFO] [INFO]
    ------------------------------------------------------------------------
    
         [exec] [INFO] [INFO] Total time: 01:34 min
    
         [exec] [INFO] [INFO] Finished at: 2018-10-03T00:28:14-07:00
    
         [exec] [INFO] [INFO]
    ------------------------------------------------------------------------
    
         [exec] [INFO] [ERROR] Failed to execute goal
    org.apache.royale.compiler:royale-maven-plugin:0.9.4:compile-as
    (default-compile-as) on project MXRoyale: There were errors during the
    build. Got return code 3 -> [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]
    https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7C2b91c6a14e704d842f2e08d629025d96%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741487473245214&amp;sdata=l2L26ZMwSr5v20mncG4smoSrRuJeIDxdKMzQMq8dM7A%3D&amp;reserved=0
    
         [exec] [INFO] [ERROR]
    
         [exec] [INFO] [ERROR] After correcting the problems, you can resume
    the build with the command
    
         [exec] [INFO] [ERROR]   mvn <goals> -rf :MXRoyale
    
    
    Can we perhaps turn this project off?  Is it in a releasable state?
    
    On Tue, Oct 2, 2018 at 7:30 PM OmPrakash Muppirala <bi...@gmail.com>
    wrote:
    
    > I'm going to give this another shot in a couple of hours, unless there are
    > any objections.
    >
    > Thanks,
    > Om
    >
    > On Mon, Oct 1, 2018, 2:04 PM Alex Harui <ah...@adobe.com.invalid> wrote:
    >
    >> Jewel is mentioned in there.  I added mention of the migration components
    >> and tour de flex.  Not sure if I got the formatting right.  I think it is
    >> good enough.
    >>
    >> -Alex
    >>
    >> On 10/1/18, 12:13 PM, "OmPrakash Muppirala" <bi...@gmail.com>
    >> wrote:
    >>
    >>     I updated it, although it looks a bit sparse now.  Can we list a few
    >> major
    >>     highlights here, that I can go add to the release notes?
    >>     Jewel should at least have several updates.
    >>
    >>     Thanks,
    >>     Om
    >>
    >>     On Mon, Oct 1, 2018 at 12:09 PM Alex Harui <ah...@adobe.com.invalid>
    >> wrote:
    >>
    >>     > Hey, I just noticed that nobody put a 0.9.4 section in the
    >> RELEASE_NOTES.
    >>     > Maybe just rename the 0.9.3 section?
    >>     >
    >>     > -Alex
    >>     >
    >>     > On 10/1/18, 12:07 PM, "OmPrakash Muppirala" <bi...@gmail.com>
    >> wrote:
    >>     >
    >>     >     Good catch!  I just pushed a fix for that.
    >>     >
    >>     >     Thanks,
    >>     >     Om
    >>     >
    >>     >     On Mon, Oct 1, 2018 at 11:04 AM Alex Harui
    >> <ah...@adobe.com.invalid>
    >>     > wrote:
    >>     >
    >>     >     > Om,
    >>     >     >
    >>     >     > I think the <tag>release/0.9.4</tag> in royale-asjs/pom.xml
    >> needs to
    >>     > be
    >>     >     > reverted back to 0.9.3.
    >>     >     >
    >>     >     > Everything else looks ok from my quick examination.
    >>     >     >
    >>     >     > Thanks and good luck,
    >>     >     > -Alex
    >>     >     >
    >>     >     > On 10/1/18, 10:29 AM, "Piotr Zarzycki" <
    >> piotrzarzycki21@gmail.com>
    >>     > wrote:
    >>     >     >
    >>     >     >     I saw your commit and I think you should be ok.
    >>     >     >
    >>     >     >     pon., 1 paź 2018 o 19:21 OmPrakash Muppirala <
    >>     > bigosmallm@gmail.com>
    >>     >     >     napisał(a):
    >>     >     >
    >>     >     >     > Okay, I did the following to reset:
    >>     >     >     >
    >>     >     >     > For all three repos:
    >>     >     >     > * Reverted all references of 0.9.5 to 0.9.4
    >>     >     >     > * Deleted 0.9.4-rc1 tag
    >>     >     >     > * Deleted branch: release/0.9.4
    >>     >     >     >
    >>     >     >     > Can someone please make sure that we are good before
    >> starting
    >>     > work?
    >>     >     >     >
    >>     >     >     > Thanks,
    >>     >     >     > Om
    >>     >     >     >
    >>     >     >     > On Mon, Oct 1, 2018 at 1:51 AM Carlos Rovira <
    >>     >     > carlosrovira@apache.org>
    >>     >     >     > wrote:
    >>     >     >     >
    >>     >     >     > > Hi Om,
    >>     >     >     > > is related to flash player debugger not launched? are
    >> you on
    >>     > Mac?
    >>     >     >     > > I think on Mac I have to make *.swf files be always
    >> opened
    >>     > by Flash
    >>     >     >     > Player
    >>     >     >     > > debugger.
    >>     >     >     > >
    >>     >     >     > > In the other hand, I need to commit during the day
    >> some
    >>     > fixes, one
    >>     >     > on
    >>     >     >     > > typedefs and expect more on compiler. So if you plan
    >> to try
    >>     > again
    >>     >     > some
    >>     >     >     > > hours ago, please, remove the commits to left the
    >> repos so
    >>     > we can
    >>     >     > commit
    >>     >     >     > > new work
    >>     >     >     > >
    >>     >     >     > > thanks!
    >>     >     >     > >
    >>     >     >     > > Carlos
    >>     >     >     > >
    >>     >     >     > >
    >>     >     >     > >
    >>     >     >     > >
    >>     >     >     > >
    >>     >     >     > > El lun., 1 oct. 2018 a las 10:29, OmPrakash Muppirala
    >> (<
    >>     >     >     > > bigosmallm@gmail.com>)
    >>     >     >     > > escribió:
    >>     >     >     > >
    >>     >     >     > > > I provided path to Chrome via -Dbrowser, but I got
    >> an
    >>     > error that
    >>     >     > ant
    >>     >     >     > was
    >>     >     >     > > > not able to access the application.
    >>     >     >     > > > So, I tried installing firefox and that seemed to
    >> work.
    >>     >     >     > > >
    >>     >     >     > > > On Mon, Oct 1, 2018 at 1:26 AM Piotr Zarzycki <
    >>     >     >     > piotrzarzycki21@gmail.com
    >>     >     >     > > >
    >>     >     >     > > > wrote:
    >>     >     >     > > >
    >>     >     >     > > > > Hi Om,
    >>     >     >     > > > >
    >>     >     >     > > > > You did use Firefox for that purpose ? I had to
    >> specify
    >>     >     >     > -Dbrowser=path
    >>     >     >     > > to
    >>     >     >     > > > > firefox.exe
    >>     >     >     > > > >
    >>     >     >     > > > > Thanks,
    >>     >     >     > > > > Piotr
    >>     >     >     > > > >
    >>     >     >     > > > > pon., 1 paź 2018 o 10:22 OmPrakash Muppirala <
    >>     >     > bigosmallm@gmail.com>
    >>     >     >     > > > > napisał(a):
    >>     >     >     > > > >
    >>     >     >     > > > > > Okay, I made several attempts through the day,
    >> making
    >>     >     > progress each
    >>     >     >     > > > time.
    >>     >     >     > > > > >  The last run failed because the browser could
    >> not be
    >>     >     > launched.
    >>     >     >     > > > > > I am going to pause on this and try again
    >> tomorrow (or
    >>     >     > later) . If
    >>     >     >     > > > > someone
    >>     >     >     > > > > > else wants to give this a go in the meantimne,
    >> they are
    >>     >     > welcome :-)
    >>     >     >     > > > > >
    >>     >     >     > > > > > Thanks,
    >>     >     >     > > > > > Om
    >>     >     >     > > > > >
    >>     >     >     > > > > > On Mon, Oct 1, 2018 at 12:22 AM Carlos Rovira <
    >>     >     >     > > carlosrovira@apache.org
    >>     >     >     > > > >
    >>     >     >     > > > > > wrote:
    >>     >     >     > > > > >
    >>     >     >     > > > > > > Hi Om,
    >>     >     >     > > > > > > no,  I Thought this was due to different
    >> tries of the
    >>     >     > release
    >>     >     >     > > process
    >>     >     >     > > > > but
    >>     >     >     > > > > > > most of the poms are in 0.9.6-SNAPSHOT.
    >>     >     >     > > > > > > You can search the entire repo for
    >> "0.9.X-SNAPSHOT"
    >>     > string
    >>     >     > to see
    >>     >     >     > > > that
    >>     >     >     > > > > > now
    >>     >     >     > > > > > > X is 6.
    >>     >     >     > > > > > >
    >>     >     >     > > > > > > thanks
    >>     >     >     > > > > > >
    >>     >     >     > > > > > > El lun., 1 oct. 2018 a las 2:07, OmPrakash
    >> Muppirala
    >>     > (<
    >>     >     >     > > > > > > bigosmallm@gmail.com>)
    >>     >     >     > > > > > > escribió:
    >>     >     >     > > > > > >
    >>     >     >     > > > > > > > On Sun, Sep 30, 2018, 2:13 PM Carlos Rovira
    >> <
    >>     >     >     > > > carlosrovira@apache.org
    >>     >     >     > > > > >
    >>     >     >     > > > > > > > wrote:
    >>     >     >     > > > > > > >
    >>     >     >     > > > > > > > > Hi Om,
    >>     >     >     > > > > > > > > just saw that some poms was not changed to
    >>     >     > 0.9.6-SNAPSHOT.
    >>     >     >     > > > > > > > >
    >>     >     >     > > > > > > >
    >>     >     >     > > > > > > > Do you mean 0.9.4-SNAPSHOT?
    >>     >     >     > > > > > > >
    >>     >     >     > > > > > > > Thanks,
    >>     >     >     > > > > > > > Om
    >>     >     >     > > > > > > >
    >>     >     >     > > > > > > >
    >>     >     >     > > > > > > >
    >>     >     >     > > > > > > > I think that should be fixed and get a
    >> prepare
    >>     > maven
    >>     >     > release
    >>     >     >     > > > process
    >>     >     >     > > > > > that
    >>     >     >     > > > > > > > > could finaly gets all poms updated to new
    >>     > version.
    >>     >     >     > > > > > > > > Don't know if that could be the problem.
    >> Can you
    >>     > try
    >>     >     > again?
    >>     >     >     > > > > > > > > thanks
    >>     >     >     > > > > > > > >
    >>     >     >     > > > > > > > > El dom., 30 sept. 2018 a las 21:32,
    >> OmPrakash
    >>     >     > Muppirala (<
    >>     >     >     > > > > > > > > bigosmallm@gmail.com>) escribió:
    >>     >     >     > > > > > > > >
    >>     >     >     > > > > > > > > > Made a bit more progress, but the build
    >> is
    >>     > failing
    >>     >     > here
    >>     >     >     > now:
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO] Apache Royale:
    >>     > Examples:
    >>     >     > Royale:
    >>     >     >     > > > > > > > > > DataBindingExample_as SUCCESS [  2.469
    >> s]
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO] Apache Royale:
    >>     > Examples:
    >>     >     > Royale:
    >>     >     >     > > > > > > > > > DataBindingExample_Flat FAILURE [
    >> 1.756 s]
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO] Apache Royale:
    >>     > Examples:
    >>     >     > Royale:
    >>     >     >     > > > > > > > > > DataBindingExampleWithLayout SKIPPED
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO] Apache Royale:
    >>     > Examples:
    >>     >     > Royale:
    >>     >     >     > > > > > > > > DataGridExample
    >>     >     >     > > > > > > > > > ... SKIPPED
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > > Detailed error:
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > >     [exec] [INFO] [INFO]
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > >
    >>     >     >     > > > > >
    >>     >     >     > > >
    >>     >     >     >
    >>     >     >
    >>     >
    >> ------------------------------------------------------------------------
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO] BUILD FAILURE
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > >
    >>     >     >     > > > > >
    >>     >     >     > > >
    >>     >     >     >
    >>     >     >
    >>     >
    >> ------------------------------------------------------------------------
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO] Total time:
    >> 07:03 min
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO] Finished at:
    >>     >     >     > > > 2018-09-30T12:17:45-07:00
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > >
    >>     >     >     > > > > >
    >>     >     >     > > >
    >>     >     >     >
    >>     >     >
    >>     >
    >> ------------------------------------------------------------------------
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR] Failed to
    >> execute
    >>     > goal
    >>     >     >     > > > > > > > > >
    >>     >     >     >
    >> org.apache.maven.plugins:maven-dependency-plugin:2.10:unpack
    >>     >     >     > > > > > > > > (unpack-fonts)
    >>     >     >     > > > > > > > > > on project DataBindingExample_Flat:
    >> Unable to
    >>     > find
    >>     >     >     > artifact.
    >>     >     >     > > > > Could
    >>     >     >     > > > > > > not
    >>     >     >     > > > > > > > > find
    >>     >     >     > > > > > > > > > artifact
    >>     > org.apache.royale.framework:Fonts:war:0.9.4
    >>     >     > in
    >>     >     >     > > > > > > apache-release
    >>     >     >     > > > > > > > (
    >>     >     >     > > > > > > > > >
    >>     >     >     >
    >>     >     >
    >>     >
    >> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2b91c6a14e704d842f2e08d629025d96%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741487473245214&amp;sdata=AzM%2BMCeK0KV5yCuTPnuKk4acvUOGFNCw4lTQxj1L%2BJU%3D&amp;reserved=0
    >>     >     > )
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR] Try
    >> downloading the
    >>     > file
    >>     >     >     > manually
    >>     >     >     > > > from
    >>     >     >     > > > > > the
    >>     >     >     > > > > > > > > > project website.
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR] Then,
    >> install it
    >>     > using the
    >>     >     >     > > command:
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]     mvn
    >>     >     > install:install-file
    >>     >     >     > > > > > > > > > -DgroupId=org.apache.royale.framework
    >>     >     > -DartifactId=Fonts
    >>     >     >     > > > > > > > -Dversion=0.9.4
    >>     >     >     > > > > > > > > > -Dpackaging=war -Dfile=/path/to/file
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >> Alternatively, if
    >>     > you
    >>     >     > host your
    >>     >     >     > > own
    >>     >     >     > > > > > > > repository
    >>     >     >     > > > > > > > > > you can deploy the file there:
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]     mvn
    >>     > deploy:deploy-file
    >>     >     >     > > > > > > > > > -DgroupId=org.apache.royale.framework
    >>     >     > -DartifactId=Fonts
    >>     >     >     > > > > > > > -Dversion=0.9.4
    >>     >     >     > > > > > > > > > -Dpackaging=war -Dfile=/path/to/file
    >>     > -Durl=[url]
    >>     >     >     > > > > > -DrepositoryId=[id]
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >>     >     >     > > > > > > >  org.apache.royale.framework:Fonts:war:0.9.4
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR] from the
    >> specified
    >>     > remote
    >>     >     >     > > > > repositories:
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >>  apache-release (
    >>     >     >     > > > > > > > > >
    >>     >     >     >
    >>     >     >
    >>     >
    >> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2b91c6a14e704d842f2e08d629025d96%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741487473245214&amp;sdata=AzM%2BMCeK0KV5yCuTPnuKk4acvUOGFNCw4lTQxj1L%2BJU%3D&amp;reserved=0
    >>     >     > ,
    >>     >     >     > > > > > > > > > releases=true,
    >>     >     >     > > > > > > > > > snapshots=false),
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >>  apache-snapshots (
    >>     >     >     > > > > > > > > >
    >>     >     >     >
    >>     >     >
    >>     >
    >> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7C2b91c6a14e704d842f2e08d629025d96%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741487473245214&amp;sdata=jS1czHRRLVx42E8%2FS9ekhNXkEOVilkdz6JnM27vj94c%3D&amp;reserved=0
    >>     >     >     > > ,
    >>     >     >     > > > > > > > > > releases=false, snapshots=true),
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >>  apache.snapshots (
    >>     >     >     > > > > > > > > >
    >>     >     >
    >>     >
    >> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7C2b91c6a14e704d842f2e08d629025d96%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741487473255223&amp;sdata=%2B3GekYHWFzFrhtIITtGZDadYrY4lo41adB0uvOfqnuQ%3D&amp;reserved=0
    >>     > ,
    >>     >     > releases=false,
    >>     >     >     > > > > > > > > snapshots=true),
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]   central (
    >>     >     >     > > > > > > > >
    >>     >     >
    >>     >
    >> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo.maven.apache.org%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7C2b91c6a14e704d842f2e08d629025d96%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741487473255223&amp;sdata=y3Z3faXl8YrC6X9ZxoKlEOMYE%2Fk0L7rIWOiGs6AUY3w%3D&amp;reserved=0
    >>     >     >     > > > > > > > > > ,
    >>     >     >     > > > > > > > > > releases=true, snapshots=false)
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR] -> [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]
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > >
    >>     >     >     > > > > >
    >>     >     >     > > >
    >>     >     >     >
    >>     >     >
    >>     >
    >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7C2b91c6a14e704d842f2e08d629025d96%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636741487473255223&amp;sdata=Ools7vcl7CKx7bw898KsyD4%2FBoOo8nRt8mJspIVZ4QE%3D&amp;reserved=0
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR] After
    >> correcting the
    >>     >     > problems,
    >>     >     >     > you
    >>     >     >     > > > can
    >>     >     >     > > > > > > > resume
    >>     >     >     > > > > > > > > > the build with the command
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]   mvn
    >> <goals> -rf
    >>     >     >     > > > > > :DataBindingExample_Flat
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > >      [exec] [INFO]
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > >
    >>     >     >     > > > > >
    >>     >     >     > > >
    >>     >     >     >
    >>     >     >
    >>     >
    >> ------------------------------------------------------------------------
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > >      [exec] [INFO] Reactor Summary:
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > >      [exec] [INFO] Apache Royale:
    >> Framework:
    >>     > Parent
    >>     >     >     > > > > 0.9.5-SNAPSHOT
    >>     >     >     > > > > > > ....
    >>     >     >     > > > > > > > > > FAILURE [07:08 min]
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > >      [exec] [INFO] Apache Royale:
    >> Framework
    >>     >     >     > > > > > > ...........................
    >>     >     >     > > > > > > > > > SKIPPED
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > >      [exec] [INFO] Apache Royale:
    >> Framework:
    >>     > Fonts
    >>     >     >     > > > > > > ....................
    >>     >     >     > > > > > > > > > SKIPPED
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > > Can someone please take a look?
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > > On Sun, Sep 30, 2018 at 9:13 AM
    >> OmPrakash
    >>     > Muppirala <
    >>     >     >     > > > > > > > > bigosmallm@gmail.com>
    >>     >     >     > > > > > > > > > wrote:
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > > > > Thanks for the quick fix!  Will pull
    >> develop
    >>     > and
    >>     >     > try
    >>     >     >     > again.
    >>     >     >     > > > > Will
    >>     >     >     > > > > > > > > report
    >>     >     >     > > > > > > > > > > in a while.
    >>     >     >     > > > > > > > > > >
    >>     >     >     > > > > > > > > > > Regards,
    >>     >     >     > > > > > > > > > > Om
    >>     >     >     > > > > > > > > > >
    >>     >     >     > > > > > > > > > >
    >>     >     >     > > > > > > > > > > On Sun, Sep 30, 2018, 8:47 AM Carlos
    >> Rovira <
    >>     >     >     > > > > > > carlosrovira@apache.org
    >>     >     >     > > > > > > > >
    >>     >     >     > > > > > > > > > > wrote:
    >>     >     >     > > > > > > > > > >
    >>     >     >     > > > > > > > > > >> Hi Om,
    >>     >     >     > > > > > > > > > >>
    >>     >     >     > > > > > > > > > >> error is now fixed. Can you try to
    >> release
    >>     > again?
    >>     >     >     > > > > > > > > > >> thanks
    >>     >     >     > > > > > > > > > >>
    >>     >     >     > > > > > > > > > >> Carlos
    >>     >     >     > > > > > > > > > >>
    >>     >     >     > > > > > > > > > >>
    >>     >     >     > > > > > > > > > >>
    >>     >     >     > > > > > > > > > >>
    >>     >     >     > > > > > > > > > >>
    >>     >     >     > > > > > > > > > >> El dom., 30 sept. 2018 a las 17:27,
    >> Carlos
    >>     > Rovira
    >>     >     > (<
    >>     >     >     > > > > > > > > > >> carlosrovira@apache.org>)
    >>     >     >     > > > > > > > > > >> escribió:
    >>     >     >     > > > > > > > > > >>
    >>     >     >     > > > > > > > > > >> > Hi,
    >>     >     >     > > > > > > > > > >> >
    >>     >     >     > > > > > > > > > >> > just reverted the two generated
    >> commits
    >>     > for
    >>     >     > release, I
    >>     >     >     > > > left
    >>     >     >     > > > > to
    >>     >     >     > > > > > > you
    >>     >     >     > > > > > > > > > >> remove
    >>     >     >     > > > > > > > > > >> > new branches generated.
    >>     >     >     > > > > > > > > > >> > About the fail, I was wrong, since
    >> I saw
    >>     > this
    >>     >     > very
    >>     >     >     > > > quickly.
    >>     >     >     > > > > > It's
    >>     >     >     > > > > > > > not
    >>     >     >     > > > > > > > > > >> about
    >>     >     >     > > > > > > > > > >> > JDK, I'm using as well 1.8. I was
    >>     > confused for
    >>     >     > other
    >>     >     >     > > > thing I
    >>     >     >     > > > > > had
    >>     >     >     > > > > > > > > some
    >>     >     >     > > > > > > > > > >> weeks
    >>     >     >     > > > > > > > > > >> > ago, and was trying to use another
    >> JDK,
    >>     > but I
    >>     >     > don't
    >>     >     >     > > > remember
    >>     >     >     > > > > > > what
    >>     >     >     > > > > > > > > was.
    >>     >     >     > > > > > > > > > >> >
    >>     >     >     > > > > > > > > > >> > Anyway, the problem is about java
    >> doc, in
    >>     > the
    >>     >     > new
    >>     >     >     > class
    >>     >     >     > > > > > > > > > >> > AMFCompressionException.java I
    >> introduce
    >>     > some
    >>     >     > months
    >>     >     >     > > ago.
    >>     >     >     > > > > > > > > > >> > since we never execute java doc
    >>     > generation we
    >>     >     > didn't
    >>     >     >     > see
    >>     >     >     > > > > this.
    >>     >     >     > > > > > > > > > >> >
    >>     >     >     > > > > > > > > > >> > I'm going to try to fix this
    >> removing the
    >>     >     > problems I
    >>     >     >     > > see,
    >>     >     >     > > > > and
    >>     >     >     > > > > > > I'll
    >>     >     >     > > > > > > > > try
    >>     >     >     > > > > > > > > > >> to
    >>     >     >     > > > > > > > > > >> > see if I can try to use java doc
    >> to test
    >>     > if I
    >>     >     > pass the
    >>     >     >     > > > > > problem.
    >>     >     >     > > > > > > > > > >> >
    >>     >     >     > > > > > > > > > >> > I'll report soon.
    >>     >     >     > > > > > > > > > >> >
    >>     >     >     > > > > > > > > > >> > Carlos
    >>     >     >     > > > > > > > > > >> >
    >>     >     >     > > > > > > > > > >> >
    >>     >     >     > > > > > > > > > >> > El dom., 30 sept. 2018 a las
    >> 17:12, Carlos
    >>     >     > Rovira (<
    >>     >     >     > > > > > > > > > >> > carlosrovira@apache.org>)
    >> escribió:
    >>     >     >     > > > > > > > > > >> >
    >>     >     >     > > > > > > > > > >> >> Hi, since I'm going to work now
    >> on some
    >>     >     > compiler
    >>     >     >     > > changes,
    >>     >     >     > > > > > I'll
    >>     >     >     > > > > > > > > revert
    >>     >     >     > > > > > > > > > >> >> those 2 commits in each repo.
    >> I'll try
    >>     > to pass
    >>     >     > as
    >>     >     >     > well
    >>     >     >     > > > > maven
    >>     >     >     > > > > > > with
    >>     >     >     > > > > > > > > > java
    >>     >     >     > > > > > > > > > >> 1.8
    >>     >     >     > > > > > > > > > >> >> in amp and see if I get the same
    >> error
    >>     >     >     > > > > > > > > > >> >>
    >>     >     >     > > > > > > > > > >> >> El dom., 30 sept. 2018 a las
    >> 15:16, Piotr
    >>     >     > Zarzycki (<
    >>     >     >     > > > > > > > > > >> >> piotrzarzycki21@gmail.com>)
    >> escribió:
    >>     >     >     > > > > > > > > > >> >>
    >>     >     >     > > > > > > > > > >> >>> Om,
    >>     >     >     > > > > > > > > > >> >>>
    >>     >     >     > > > > > > > > > >> >>> I think if you got fail during
    >> the
    >>     > process you
    >>     >     >     > should
    >>     >     >     > > > > right
    >>     >     >     > > > > > > > after
    >>     >     >     > > > > > > > > > >> that.
    >>     >     >     > > > > > > > > > >> >>> 1) Remove created release tags
    >>     >     >     > > > > > > > > > >> >>> 2) Revert all changes which
    >> Maven did in
    >>     >     > develop
    >>     >     >     > > > branches
    >>     >     >     > > > > to
    >>     >     >     > > > > > > the
    >>     >     >     > > > > > > > > > >> previous
    >>     >     >     > > > > > > > > > >> >>> state
    >>     >     >     > > > > > > > > > >> >>>
    >>     >     >     > > > > > > > > > >> >>> Thanks,
    >>     >     >     > > > > > > > > > >> >>> Piotr
    >>     >     >     > > > > > > > > > >> >>>
    >>     >     >     > > > > > > > > > >> >>> niedz., 30 wrz 2018 o 12:40
    >> Carlos
    >>     > Rovira <
    >>     >     >     > > > > > > > > > >> carlos.rovira@codeoscopic.com
    >>     >     >     > > > > > > > > > >> >>> >
    >>     >     >     > > > > > > > > > >> >>> napisał(a):
    >>     >     >     > > > > > > > > > >> >>>
    >>     >     >     > > > > > > > > > >> >>> > Hi Om,
    >>     >     >     > > > > > > > > > >> >>> > don't have many time now, but
    >> seems
    >>     > you are
    >>     >     > using
    >>     >     >     > > JDK
    >>     >     >     > > > > 1.8
    >>     >     >     > > > > > > and
    >>     >     >     > > > > > > > > that
    >>     >     >     > > > > > > > > > >> >>> project
    >>     >     >     > > > > > > > > > >> >>> > needs to be 1.7 or will fail
    >>     >     >     > > > > > > > > > >> >>> > I'll connect some hours later
    >> to see
    >>     > if you
    >>     >     > could
    >>     >     >     > > use
    >>     >     >     > > > > that
    >>     >     >     > > > > > > sdk
    >>     >     >     > > > > > > > > > >> >>> > good luck! :)
    >>     >     >     > > > > > > > > > >> >>> >
    >>     >     >     > > > > > > > > > >> >>> > El dom., 30 sept. 2018 a las
    >> 11:34,
    >>     > Piotr
    >>     >     > Zarzycki
    >>     >     >     > > (<
    >>     >     >     > > > > > > > > > >> >>> > piotrzarzycki21@gmail.com>)
    >> escribió:
    >>     >     >     > > > > > > > > > >> >>> >
    >>     >     >     > > > > > > > > > >> >>> > > Hi Om,
    >>     >     >     > > > > > > > > > >> >>> > >
    >>     >     >     > > > > > > > > > >> >>> > > Have you tried build that
    >> example on
    >>     >     > their own?
    >>     >     >     > Is
    >>     >     >     > > > it
    >>     >     >     > > > > > > > failing
    >>     >     >     > > > > > > > > > with
    >>     >     >     > > > > > > > > > >> >>> the
    >>     >     >     > > > > > > > > > >> >>> > same
    >>     >     >     > > > > > > > > > >> >>> > > stack trace?
    >>     >     >     > > > > > > > > > >> >>> > >
    >>     >     >     > > > > > > > > > >> >>> > > Thanks,
    >>     >     >     > > > > > > > > > >> >>> > > Piotr
    >>     >     >     > > > > > > > > > >> >>> > >
    >>     >     >     > > > > > > > > > >> >>> > > On Sun, Sep 30, 2018, 9:31 AM
    >>     > OmPrakash
    >>     >     >     > Muppirala
    >>     >     >     > > <
    >>     >     >     > > > > > > > > > >> >>> bigosmallm@gmail.com>
    >>     >     >     > > > > > > > > > >> >>> > > wrote:
    >>     >     >     > > > > > > > > > >> >>> > >
    >>     >     >     > > > > > > > > > >> >>> > > > So, I made a lot of
    >> progress
    >>     > (much more
    >>     >     > than
    >>     >     >     > > last
    >>     >     >     > > > > > time),
    >>     >     >     > > > > > > > but
    >>     >     >     > > > > > > > > > >> >>> > > unfortunately
    >>     >     >     > > > > > > > > > >> >>> > > > the build failed at this
    >> stage.
    >>     > Looks
    >>     >     > like an
    >>     >     >     > > > issue
    >>     >     >     > > > > > > with
    >>     >     >     > > > > > > > > the
    >>     >     >     > > > > > > > > > >> >>> > > > SampleAmfWebApp.  Anyone
    >> else
    >>     > seeing
    >>     >     > this
    >>     >     >     > error
    >>     >     >     > > or
    >>     >     >     > > > > am
    >>     >     >     > > > > > I
    >>     >     >     > > > > > > > > doing
    >>     >     >     > > > > > > > > > >> >>> something
    >>     >     >     > > > > > > > > > >> >>> > > > wrong?
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
    >> Apache
    >>     > Royale:
    >>     >     >     > > Examples:
    >>     >     >     > > > > > > Native:
    >>     >     >     > > > > > > > > > >> >>> USStatesMap
    >>     >     >     > > > > > > > > > >> >>> > > > ....... SUCCESS [  1.001 s]
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
    >> Apache
    >>     > Royale:
    >>     >     >     > > Examples:
    >>     >     >     > > > > > > NodeJS
    >>     >     >     > > > > > > > > > >> >>> > > > ....................
    >> SUCCESS [
    >>     > 0.210 s]
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
    >> Apache
    >>     > Royale:
    >>     >     >     > > Examples:
    >>     >     >     > > > > > > NodeJS:
    >>     >     >     > > > > > > > > > >> >>> HelloWorld
    >>     >     >     > > > > > > > > > >> >>> > > > ........ SUCCESS [  0.945
    >> s]
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
    >> Apache
    >>     > Royale:
    >>     >     >     > > Examples:
    >>     >     >     > > > > AMF
    >>     >     >     > > > > > > Web
    >>     >     >     > > > > > > > > > Apps
    >>     >     >     > > > > > > > > > >> >>> > > > .............. SUCCESS [
    >> 0.202 s]
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
    >> Apache
    >>     > Royale:
    >>     >     >     > > Examples:
    >>     >     >     > > > > AMF
    >>     >     >     > > > > > > Web
    >>     >     >     > > > > > > > > > Apps:
    >>     >     >     > > > > > > > > > >> >>> > > > SampleAmfWebApp FAILURE
    >> [01:51
    >>     > min]
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
    >> Apache
    >>     > Royale:
    >>     >     >     > > Examples:
    >>     >     >     > > > > > > > > > >> Integrationtests
    >>     >     >     > > > > > > > > > >> >>> > > > .......... SKIPPED
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
    >> compc
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     >     > ..............................................
    >>     >     >     > > > > SKIPPED
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
    >>     > compiler-asc
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     > .......................................
    >>     >     >     > SKIPPED
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
    >>     > compiler-compc
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     > .....................................
    >>     >     > SKIPPED
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
    >>     > compiler-mxmlc
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     > .....................................
    >>     >     > SKIPPED
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
    >>     >     > compiler-optimizer
    >>     >     >     > > > > > > > > > >> >>> > > >
    >> .................................
    >>     >     > SKIPPED
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
    >>     >     > compiler-swfdump
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     > ...................................
    >>     >     > SKIPPED
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
    >> mxmlc
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     >     > ..............................................
    >>     >     >     > > > > SKIPPED
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
    >> Apache
    >>     > Royale:
    >>     >     >     > > > > Distribution
    >>     >     >     > > > > > > > > > >> >>> > > > ........................
    >> SKIPPED
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
    >> Apache
    >>     > Royale:
    >>     >     >     > > > ManualTests
    >>     >     >     > > > > > > > > > >> >>> > > > .........................
    >> SKIPPED
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
    >> Apache
    >>     > Royale:
    >>     >     >     > > > > ManualTests:
    >>     >     >     > > > > > > > > > UnitTests
    >>     >     >     > > > > > > > > > >> >>> > > > .............. SKIPPED
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
    >> Apache
    >>     > Royale:
    >>     >     >     > > Testsuite
    >>     >     >     > > > > > 0.9.4
    >>     >     >     > > > > > > > > > >> >>> > > > .....................
    >> SKIPPED
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     >     >     > > > > > > > > > >> >>> >
    >>     >     >     > > > > > > > > > >> >>>
    >>     >     >     > > > > > > > > > >>
    >>     >     >     > > > > > > > >
    >>     >     >     > > > > > >
    >>     >     >     > > > >
    >>     >     >     > >
    >>     >     >
    >>     >
    >> ------------------------------------------------------------------------
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
    >> BUILD
    >>     > FAILURE
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     >     >     > > > > > > > > > >> >>> >
    >>     >     >     > > > > > > > > > >> >>>
    >>     >     >     > > > > > > > > > >>
    >>     >     >     > > > > > > > >
    >>     >     >     > > > > > >
    >>     >     >     > > > >
    >>     >     >     > >
    >>     >     >
    >>     >
    >> ------------------------------------------------------------------------
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
    >> Total
    >>     > time:
    >>     >     > 14:11
    >>     >     >     > min
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
    >>     > Finished at:
    >>     >     >     > > > > > > > > > 2018-09-30T00:25:37-07:00
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     >     >     > > > > > > > > > >> >>> >
    >>     >     >     > > > > > > > > > >> >>>
    >>     >     >     > > > > > > > > > >>
    >>     >     >     > > > > > > > >
    >>     >     >     > > > > > >
    >>     >     >     > > > >
    >>     >     >     > >
    >>     >     >
    >>     >
    >> ------------------------------------------------------------------------
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
    >> Failed
    >>     > to
    >>     >     > execute
    >>     >     >     > > goal
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     >     >     > > > > >
    >>     > org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:jar
    >>     >     >     > > > > > > > > > >> >>> > > (attach-javadocs)
    >>     >     >     > > > > > > > > > >> >>> > > > on project SampleAmfWebApp:
    >>     >     >     > > MavenReportException:
    >>     >     >     > > > > > Error
    >>     >     >     > > > > > > > > while
    >>     >     >     > > > > > > > > > >> >>> > generating
    >>     >     >     > > > > > > > > > >> >>> > > > Javadoc:
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
    >> Exit
    >>     > code: 1
    >>     >     > -
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     >     >     > > > > > > > > > >> >>> > >
    >>     >     >     > > > > > > > > > >> >>> >
    >>     >     >     > > > > > > > > > >> >>>
    >>     >     >     > > > > > > > > > >>
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > >
    >>     >     >     > > > > > > >
    >>     >     >     > > > > > >
    >>     >     >     > > > > >
    >>     >     >     > > > >
    >>     >     >     > > >
    >>     >     >     > >
    >>     >     >     >
    >>     >     >
    >>     >
    >> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
    >>     >     >     > > > > > > > > > >> >>> > > > error: @param name not
    >> found
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO]
    >> [ERROR]  *
    >>     > @param
    >>     >     > code
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
    >>     >    ^
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     >     >     > > > > > > > > > >> >>> > >
    >>     >     >     > > > > > > > > > >> >>> >
    >>     >     >     > > > > > > > > > >> >>>
    >>     >     >     > > > > > > > > > >>
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > >
    >>     >     >     > > > > > > >
    >>     >     >     > > > > > >
    >>     >     >     > > > > >
    >>     >     >     > > > >
    >>     >     >     > > >
    >>     >     >     > >
    >>     >     >     >
    >>     >     >
    >>     >
    >> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
    >>     >     >     > > > > > > > > > >> >>> > > > warning: no description
    >> for @param
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO]
    >> [ERROR]  *
    >>     > @param
    >>     >     > code
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO]
    >> [ERROR]    ^
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     >     >     > > > > > > > > > >> >>> > > >
    >>     >     >     > > > > > > > > > >> >>> > >
    >>     >     >     > > > > > > > > > >> >>> >
    >>     >     >     > > > > > > > > > >> >>>
    >>     >     >     > > > > > > > > > >>
    >>     >     >     > > > > > > > > >
    >>     >     >     > > > > > > > >
    >>     >     >     > > > > > > >
    >>     >     >     > > > > > >
    >>     >     >     > > > > >
    >>     >     >     > > > >
    >>     >     >     > > >
    >>     >     >     > >
    >>     >     >     >
    >>     >     >
    >>     >
    >> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:33:
    >>     >     >     >
    >
    >
    


Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by OmPrakash Muppirala <bi...@gmail.com>.
A bit more progress. Now we are failing on the MXRoyale project:

     [exec] [INFO] [INFO]
------------------------------------------------------------------------

     [exec] [INFO] [INFO] BUILD FAILURE

     [exec] [INFO] [INFO]
------------------------------------------------------------------------

     [exec] [INFO] [INFO] Total time: 01:34 min

     [exec] [INFO] [INFO] Finished at: 2018-10-03T00:28:14-07:00

     [exec] [INFO] [INFO]
------------------------------------------------------------------------

     [exec] [INFO] [ERROR] Failed to execute goal
org.apache.royale.compiler:royale-maven-plugin:0.9.4:compile-as
(default-compile-as) on project MXRoyale: There were errors during the
build. Got return code 3 -> [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] [ERROR]

     [exec] [INFO] [ERROR] After correcting the problems, you can resume
the build with the command

     [exec] [INFO] [ERROR]   mvn <goals> -rf :MXRoyale


Can we perhaps turn this project off?  Is it in a releasable state?

On Tue, Oct 2, 2018 at 7:30 PM OmPrakash Muppirala <bi...@gmail.com>
wrote:

> I'm going to give this another shot in a couple of hours, unless there are
> any objections.
>
> Thanks,
> Om
>
> On Mon, Oct 1, 2018, 2:04 PM Alex Harui <ah...@adobe.com.invalid> wrote:
>
>> Jewel is mentioned in there.  I added mention of the migration components
>> and tour de flex.  Not sure if I got the formatting right.  I think it is
>> good enough.
>>
>> -Alex
>>
>> On 10/1/18, 12:13 PM, "OmPrakash Muppirala" <bi...@gmail.com>
>> wrote:
>>
>>     I updated it, although it looks a bit sparse now.  Can we list a few
>> major
>>     highlights here, that I can go add to the release notes?
>>     Jewel should at least have several updates.
>>
>>     Thanks,
>>     Om
>>
>>     On Mon, Oct 1, 2018 at 12:09 PM Alex Harui <ah...@adobe.com.invalid>
>> wrote:
>>
>>     > Hey, I just noticed that nobody put a 0.9.4 section in the
>> RELEASE_NOTES.
>>     > Maybe just rename the 0.9.3 section?
>>     >
>>     > -Alex
>>     >
>>     > On 10/1/18, 12:07 PM, "OmPrakash Muppirala" <bi...@gmail.com>
>> wrote:
>>     >
>>     >     Good catch!  I just pushed a fix for that.
>>     >
>>     >     Thanks,
>>     >     Om
>>     >
>>     >     On Mon, Oct 1, 2018 at 11:04 AM Alex Harui
>> <ah...@adobe.com.invalid>
>>     > wrote:
>>     >
>>     >     > Om,
>>     >     >
>>     >     > I think the <tag>release/0.9.4</tag> in royale-asjs/pom.xml
>> needs to
>>     > be
>>     >     > reverted back to 0.9.3.
>>     >     >
>>     >     > Everything else looks ok from my quick examination.
>>     >     >
>>     >     > Thanks and good luck,
>>     >     > -Alex
>>     >     >
>>     >     > On 10/1/18, 10:29 AM, "Piotr Zarzycki" <
>> piotrzarzycki21@gmail.com>
>>     > wrote:
>>     >     >
>>     >     >     I saw your commit and I think you should be ok.
>>     >     >
>>     >     >     pon., 1 paź 2018 o 19:21 OmPrakash Muppirala <
>>     > bigosmallm@gmail.com>
>>     >     >     napisał(a):
>>     >     >
>>     >     >     > Okay, I did the following to reset:
>>     >     >     >
>>     >     >     > For all three repos:
>>     >     >     > * Reverted all references of 0.9.5 to 0.9.4
>>     >     >     > * Deleted 0.9.4-rc1 tag
>>     >     >     > * Deleted branch: release/0.9.4
>>     >     >     >
>>     >     >     > Can someone please make sure that we are good before
>> starting
>>     > work?
>>     >     >     >
>>     >     >     > Thanks,
>>     >     >     > Om
>>     >     >     >
>>     >     >     > On Mon, Oct 1, 2018 at 1:51 AM Carlos Rovira <
>>     >     > carlosrovira@apache.org>
>>     >     >     > wrote:
>>     >     >     >
>>     >     >     > > Hi Om,
>>     >     >     > > is related to flash player debugger not launched? are
>> you on
>>     > Mac?
>>     >     >     > > I think on Mac I have to make *.swf files be always
>> opened
>>     > by Flash
>>     >     >     > Player
>>     >     >     > > debugger.
>>     >     >     > >
>>     >     >     > > In the other hand, I need to commit during the day
>> some
>>     > fixes, one
>>     >     > on
>>     >     >     > > typedefs and expect more on compiler. So if you plan
>> to try
>>     > again
>>     >     > some
>>     >     >     > > hours ago, please, remove the commits to left the
>> repos so
>>     > we can
>>     >     > commit
>>     >     >     > > new work
>>     >     >     > >
>>     >     >     > > thanks!
>>     >     >     > >
>>     >     >     > > Carlos
>>     >     >     > >
>>     >     >     > >
>>     >     >     > >
>>     >     >     > >
>>     >     >     > >
>>     >     >     > > El lun., 1 oct. 2018 a las 10:29, OmPrakash Muppirala
>> (<
>>     >     >     > > bigosmallm@gmail.com>)
>>     >     >     > > escribió:
>>     >     >     > >
>>     >     >     > > > I provided path to Chrome via -Dbrowser, but I got
>> an
>>     > error that
>>     >     > ant
>>     >     >     > was
>>     >     >     > > > not able to access the application.
>>     >     >     > > > So, I tried installing firefox and that seemed to
>> work.
>>     >     >     > > >
>>     >     >     > > > On Mon, Oct 1, 2018 at 1:26 AM Piotr Zarzycki <
>>     >     >     > piotrzarzycki21@gmail.com
>>     >     >     > > >
>>     >     >     > > > wrote:
>>     >     >     > > >
>>     >     >     > > > > Hi Om,
>>     >     >     > > > >
>>     >     >     > > > > You did use Firefox for that purpose ? I had to
>> specify
>>     >     >     > -Dbrowser=path
>>     >     >     > > to
>>     >     >     > > > > firefox.exe
>>     >     >     > > > >
>>     >     >     > > > > Thanks,
>>     >     >     > > > > Piotr
>>     >     >     > > > >
>>     >     >     > > > > pon., 1 paź 2018 o 10:22 OmPrakash Muppirala <
>>     >     > bigosmallm@gmail.com>
>>     >     >     > > > > napisał(a):
>>     >     >     > > > >
>>     >     >     > > > > > Okay, I made several attempts through the day,
>> making
>>     >     > progress each
>>     >     >     > > > time.
>>     >     >     > > > > >  The last run failed because the browser could
>> not be
>>     >     > launched.
>>     >     >     > > > > > I am going to pause on this and try again
>> tomorrow (or
>>     >     > later) . If
>>     >     >     > > > > someone
>>     >     >     > > > > > else wants to give this a go in the meantimne,
>> they are
>>     >     > welcome :-)
>>     >     >     > > > > >
>>     >     >     > > > > > Thanks,
>>     >     >     > > > > > Om
>>     >     >     > > > > >
>>     >     >     > > > > > On Mon, Oct 1, 2018 at 12:22 AM Carlos Rovira <
>>     >     >     > > carlosrovira@apache.org
>>     >     >     > > > >
>>     >     >     > > > > > wrote:
>>     >     >     > > > > >
>>     >     >     > > > > > > Hi Om,
>>     >     >     > > > > > > no,  I Thought this was due to different
>> tries of the
>>     >     > release
>>     >     >     > > process
>>     >     >     > > > > but
>>     >     >     > > > > > > most of the poms are in 0.9.6-SNAPSHOT.
>>     >     >     > > > > > > You can search the entire repo for
>> "0.9.X-SNAPSHOT"
>>     > string
>>     >     > to see
>>     >     >     > > > that
>>     >     >     > > > > > now
>>     >     >     > > > > > > X is 6.
>>     >     >     > > > > > >
>>     >     >     > > > > > > thanks
>>     >     >     > > > > > >
>>     >     >     > > > > > > El lun., 1 oct. 2018 a las 2:07, OmPrakash
>> Muppirala
>>     > (<
>>     >     >     > > > > > > bigosmallm@gmail.com>)
>>     >     >     > > > > > > escribió:
>>     >     >     > > > > > >
>>     >     >     > > > > > > > On Sun, Sep 30, 2018, 2:13 PM Carlos Rovira
>> <
>>     >     >     > > > carlosrovira@apache.org
>>     >     >     > > > > >
>>     >     >     > > > > > > > wrote:
>>     >     >     > > > > > > >
>>     >     >     > > > > > > > > Hi Om,
>>     >     >     > > > > > > > > just saw that some poms was not changed to
>>     >     > 0.9.6-SNAPSHOT.
>>     >     >     > > > > > > > >
>>     >     >     > > > > > > >
>>     >     >     > > > > > > > Do you mean 0.9.4-SNAPSHOT?
>>     >     >     > > > > > > >
>>     >     >     > > > > > > > Thanks,
>>     >     >     > > > > > > > Om
>>     >     >     > > > > > > >
>>     >     >     > > > > > > >
>>     >     >     > > > > > > >
>>     >     >     > > > > > > > I think that should be fixed and get a
>> prepare
>>     > maven
>>     >     > release
>>     >     >     > > > process
>>     >     >     > > > > > that
>>     >     >     > > > > > > > > could finaly gets all poms updated to new
>>     > version.
>>     >     >     > > > > > > > > Don't know if that could be the problem.
>> Can you
>>     > try
>>     >     > again?
>>     >     >     > > > > > > > > thanks
>>     >     >     > > > > > > > >
>>     >     >     > > > > > > > > El dom., 30 sept. 2018 a las 21:32,
>> OmPrakash
>>     >     > Muppirala (<
>>     >     >     > > > > > > > > bigosmallm@gmail.com>) escribió:
>>     >     >     > > > > > > > >
>>     >     >     > > > > > > > > > Made a bit more progress, but the build
>> is
>>     > failing
>>     >     > here
>>     >     >     > now:
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > >      [exec] [INFO] [INFO] Apache Royale:
>>     > Examples:
>>     >     > Royale:
>>     >     >     > > > > > > > > > DataBindingExample_as SUCCESS [  2.469
>> s]
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > >      [exec] [INFO] [INFO] Apache Royale:
>>     > Examples:
>>     >     > Royale:
>>     >     >     > > > > > > > > > DataBindingExample_Flat FAILURE [
>> 1.756 s]
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > >      [exec] [INFO] [INFO] Apache Royale:
>>     > Examples:
>>     >     > Royale:
>>     >     >     > > > > > > > > > DataBindingExampleWithLayout SKIPPED
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > >      [exec] [INFO] [INFO] Apache Royale:
>>     > Examples:
>>     >     > Royale:
>>     >     >     > > > > > > > > DataGridExample
>>     >     >     > > > > > > > > > ... SKIPPED
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > > Detailed error:
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > >     [exec] [INFO] [INFO]
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > >
>>     >     >     > > > > >
>>     >     >     > > >
>>     >     >     >
>>     >     >
>>     >
>> ------------------------------------------------------------------------
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > >      [exec] [INFO] [INFO] BUILD FAILURE
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > >
>>     >     >     > > > > >
>>     >     >     > > >
>>     >     >     >
>>     >     >
>>     >
>> ------------------------------------------------------------------------
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > >      [exec] [INFO] [INFO] Total time:
>> 07:03 min
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > >      [exec] [INFO] [INFO] Finished at:
>>     >     >     > > > 2018-09-30T12:17:45-07:00
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > >
>>     >     >     > > > > >
>>     >     >     > > >
>>     >     >     >
>>     >     >
>>     >
>> ------------------------------------------------------------------------
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR] Failed to
>> execute
>>     > goal
>>     >     >     > > > > > > > > >
>>     >     >     >
>> org.apache.maven.plugins:maven-dependency-plugin:2.10:unpack
>>     >     >     > > > > > > > > (unpack-fonts)
>>     >     >     > > > > > > > > > on project DataBindingExample_Flat:
>> Unable to
>>     > find
>>     >     >     > artifact.
>>     >     >     > > > > Could
>>     >     >     > > > > > > not
>>     >     >     > > > > > > > > find
>>     >     >     > > > > > > > > > artifact
>>     > org.apache.royale.framework:Fonts:war:0.9.4
>>     >     > in
>>     >     >     > > > > > > apache-release
>>     >     >     > > > > > > > (
>>     >     >     > > > > > > > > >
>>     >     >     >
>>     >     >
>>     >
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7Cd6a2e952d9fa4d4e8ce508d627d1fc6c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740180203069543&amp;sdata=77258euQyPw5Ah8FMUA1BjpmvV5cewRzOrMOG%2FGATAk%3D&amp;reserved=0
>>     >     > )
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR] Try
>> downloading the
>>     > file
>>     >     >     > manually
>>     >     >     > > > from
>>     >     >     > > > > > the
>>     >     >     > > > > > > > > > project website.
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR] Then,
>> install it
>>     > using the
>>     >     >     > > command:
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]     mvn
>>     >     > install:install-file
>>     >     >     > > > > > > > > > -DgroupId=org.apache.royale.framework
>>     >     > -DartifactId=Fonts
>>     >     >     > > > > > > > -Dversion=0.9.4
>>     >     >     > > > > > > > > > -Dpackaging=war -Dfile=/path/to/file
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>> Alternatively, if
>>     > you
>>     >     > host your
>>     >     >     > > own
>>     >     >     > > > > > > > repository
>>     >     >     > > > > > > > > > you can deploy the file there:
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]     mvn
>>     > deploy:deploy-file
>>     >     >     > > > > > > > > > -DgroupId=org.apache.royale.framework
>>     >     > -DartifactId=Fonts
>>     >     >     > > > > > > > -Dversion=0.9.4
>>     >     >     > > > > > > > > > -Dpackaging=war -Dfile=/path/to/file
>>     > -Durl=[url]
>>     >     >     > > > > > -DrepositoryId=[id]
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>>     >     >     > > > > > > >  org.apache.royale.framework:Fonts:war:0.9.4
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR] from the
>> specified
>>     > remote
>>     >     >     > > > > repositories:
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>>  apache-release (
>>     >     >     > > > > > > > > >
>>     >     >     >
>>     >     >
>>     >
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7Cd6a2e952d9fa4d4e8ce508d627d1fc6c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740180203069543&amp;sdata=77258euQyPw5Ah8FMUA1BjpmvV5cewRzOrMOG%2FGATAk%3D&amp;reserved=0
>>     >     > ,
>>     >     >     > > > > > > > > > releases=true,
>>     >     >     > > > > > > > > > snapshots=false),
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>>  apache-snapshots (
>>     >     >     > > > > > > > > >
>>     >     >     >
>>     >     >
>>     >
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7Cd6a2e952d9fa4d4e8ce508d627d1fc6c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740180203079552&amp;sdata=fdKr%2F%2FiehkTussG6gMvN2vK1WkURkTzXaoGQGozrhvI%3D&amp;reserved=0
>>     >     >     > > ,
>>     >     >     > > > > > > > > > releases=false, snapshots=true),
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>>  apache.snapshots (
>>     >     >     > > > > > > > > >
>>     >     >
>>     >
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7Cd6a2e952d9fa4d4e8ce508d627d1fc6c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740180203079552&amp;sdata=oGpq0Vj0Pjd%2BJ6440S746rg4M3SOdKlkA8AvGzVq0EM%3D&amp;reserved=0
>>     > ,
>>     >     > releases=false,
>>     >     >     > > > > > > > > snapshots=true),
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]   central (
>>     >     >     > > > > > > > >
>>     >     >
>>     >
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo.maven.apache.org%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7Cd6a2e952d9fa4d4e8ce508d627d1fc6c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740180203079552&amp;sdata=OO4p6UX8kbV9GbhnfUueGfKQ7%2FPeGiHZiudtUFPh6jU%3D&amp;reserved=0
>>     >     >     > > > > > > > > > ,
>>     >     >     > > > > > > > > > releases=true, snapshots=false)
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR] -> [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]
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > >
>>     >     >     > > > > >
>>     >     >     > > >
>>     >     >     >
>>     >     >
>>     >
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cd6a2e952d9fa4d4e8ce508d627d1fc6c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740180203079552&amp;sdata=gVOyqOi0U0qIDzLY7sfy0k3SC%2FYEB34BnSCyS1oollg%3D&amp;reserved=0
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR] After
>> correcting the
>>     >     > problems,
>>     >     >     > you
>>     >     >     > > > can
>>     >     >     > > > > > > > resume
>>     >     >     > > > > > > > > > the build with the command
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]   mvn
>> <goals> -rf
>>     >     >     > > > > > :DataBindingExample_Flat
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > >      [exec] [INFO]
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > >
>>     >     >     > > > > >
>>     >     >     > > >
>>     >     >     >
>>     >     >
>>     >
>> ------------------------------------------------------------------------
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > >      [exec] [INFO] Reactor Summary:
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > >      [exec] [INFO] Apache Royale:
>> Framework:
>>     > Parent
>>     >     >     > > > > 0.9.5-SNAPSHOT
>>     >     >     > > > > > > ....
>>     >     >     > > > > > > > > > FAILURE [07:08 min]
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > >      [exec] [INFO] Apache Royale:
>> Framework
>>     >     >     > > > > > > ...........................
>>     >     >     > > > > > > > > > SKIPPED
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > >      [exec] [INFO] Apache Royale:
>> Framework:
>>     > Fonts
>>     >     >     > > > > > > ....................
>>     >     >     > > > > > > > > > SKIPPED
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > > Can someone please take a look?
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > > On Sun, Sep 30, 2018 at 9:13 AM
>> OmPrakash
>>     > Muppirala <
>>     >     >     > > > > > > > > bigosmallm@gmail.com>
>>     >     >     > > > > > > > > > wrote:
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > > > > Thanks for the quick fix!  Will pull
>> develop
>>     > and
>>     >     > try
>>     >     >     > again.
>>     >     >     > > > > Will
>>     >     >     > > > > > > > > report
>>     >     >     > > > > > > > > > > in a while.
>>     >     >     > > > > > > > > > >
>>     >     >     > > > > > > > > > > Regards,
>>     >     >     > > > > > > > > > > Om
>>     >     >     > > > > > > > > > >
>>     >     >     > > > > > > > > > >
>>     >     >     > > > > > > > > > > On Sun, Sep 30, 2018, 8:47 AM Carlos
>> Rovira <
>>     >     >     > > > > > > carlosrovira@apache.org
>>     >     >     > > > > > > > >
>>     >     >     > > > > > > > > > > wrote:
>>     >     >     > > > > > > > > > >
>>     >     >     > > > > > > > > > >> Hi Om,
>>     >     >     > > > > > > > > > >>
>>     >     >     > > > > > > > > > >> error is now fixed. Can you try to
>> release
>>     > again?
>>     >     >     > > > > > > > > > >> thanks
>>     >     >     > > > > > > > > > >>
>>     >     >     > > > > > > > > > >> Carlos
>>     >     >     > > > > > > > > > >>
>>     >     >     > > > > > > > > > >>
>>     >     >     > > > > > > > > > >>
>>     >     >     > > > > > > > > > >>
>>     >     >     > > > > > > > > > >>
>>     >     >     > > > > > > > > > >> El dom., 30 sept. 2018 a las 17:27,
>> Carlos
>>     > Rovira
>>     >     > (<
>>     >     >     > > > > > > > > > >> carlosrovira@apache.org>)
>>     >     >     > > > > > > > > > >> escribió:
>>     >     >     > > > > > > > > > >>
>>     >     >     > > > > > > > > > >> > Hi,
>>     >     >     > > > > > > > > > >> >
>>     >     >     > > > > > > > > > >> > just reverted the two generated
>> commits
>>     > for
>>     >     > release, I
>>     >     >     > > > left
>>     >     >     > > > > to
>>     >     >     > > > > > > you
>>     >     >     > > > > > > > > > >> remove
>>     >     >     > > > > > > > > > >> > new branches generated.
>>     >     >     > > > > > > > > > >> > About the fail, I was wrong, since
>> I saw
>>     > this
>>     >     > very
>>     >     >     > > > quickly.
>>     >     >     > > > > > It's
>>     >     >     > > > > > > > not
>>     >     >     > > > > > > > > > >> about
>>     >     >     > > > > > > > > > >> > JDK, I'm using as well 1.8. I was
>>     > confused for
>>     >     > other
>>     >     >     > > > thing I
>>     >     >     > > > > > had
>>     >     >     > > > > > > > > some
>>     >     >     > > > > > > > > > >> weeks
>>     >     >     > > > > > > > > > >> > ago, and was trying to use another
>> JDK,
>>     > but I
>>     >     > don't
>>     >     >     > > > remember
>>     >     >     > > > > > > what
>>     >     >     > > > > > > > > was.
>>     >     >     > > > > > > > > > >> >
>>     >     >     > > > > > > > > > >> > Anyway, the problem is about java
>> doc, in
>>     > the
>>     >     > new
>>     >     >     > class
>>     >     >     > > > > > > > > > >> > AMFCompressionException.java I
>> introduce
>>     > some
>>     >     > months
>>     >     >     > > ago.
>>     >     >     > > > > > > > > > >> > since we never execute java doc
>>     > generation we
>>     >     > didn't
>>     >     >     > see
>>     >     >     > > > > this.
>>     >     >     > > > > > > > > > >> >
>>     >     >     > > > > > > > > > >> > I'm going to try to fix this
>> removing the
>>     >     > problems I
>>     >     >     > > see,
>>     >     >     > > > > and
>>     >     >     > > > > > > I'll
>>     >     >     > > > > > > > > try
>>     >     >     > > > > > > > > > >> to
>>     >     >     > > > > > > > > > >> > see if I can try to use java doc
>> to test
>>     > if I
>>     >     > pass the
>>     >     >     > > > > > problem.
>>     >     >     > > > > > > > > > >> >
>>     >     >     > > > > > > > > > >> > I'll report soon.
>>     >     >     > > > > > > > > > >> >
>>     >     >     > > > > > > > > > >> > Carlos
>>     >     >     > > > > > > > > > >> >
>>     >     >     > > > > > > > > > >> >
>>     >     >     > > > > > > > > > >> > El dom., 30 sept. 2018 a las
>> 17:12, Carlos
>>     >     > Rovira (<
>>     >     >     > > > > > > > > > >> > carlosrovira@apache.org>)
>> escribió:
>>     >     >     > > > > > > > > > >> >
>>     >     >     > > > > > > > > > >> >> Hi, since I'm going to work now
>> on some
>>     >     > compiler
>>     >     >     > > changes,
>>     >     >     > > > > > I'll
>>     >     >     > > > > > > > > revert
>>     >     >     > > > > > > > > > >> >> those 2 commits in each repo.
>> I'll try
>>     > to pass
>>     >     > as
>>     >     >     > well
>>     >     >     > > > > maven
>>     >     >     > > > > > > with
>>     >     >     > > > > > > > > > java
>>     >     >     > > > > > > > > > >> 1.8
>>     >     >     > > > > > > > > > >> >> in amp and see if I get the same
>> error
>>     >     >     > > > > > > > > > >> >>
>>     >     >     > > > > > > > > > >> >> El dom., 30 sept. 2018 a las
>> 15:16, Piotr
>>     >     > Zarzycki (<
>>     >     >     > > > > > > > > > >> >> piotrzarzycki21@gmail.com>)
>> escribió:
>>     >     >     > > > > > > > > > >> >>
>>     >     >     > > > > > > > > > >> >>> Om,
>>     >     >     > > > > > > > > > >> >>>
>>     >     >     > > > > > > > > > >> >>> I think if you got fail during
>> the
>>     > process you
>>     >     >     > should
>>     >     >     > > > > right
>>     >     >     > > > > > > > after
>>     >     >     > > > > > > > > > >> that.
>>     >     >     > > > > > > > > > >> >>> 1) Remove created release tags
>>     >     >     > > > > > > > > > >> >>> 2) Revert all changes which
>> Maven did in
>>     >     > develop
>>     >     >     > > > branches
>>     >     >     > > > > to
>>     >     >     > > > > > > the
>>     >     >     > > > > > > > > > >> previous
>>     >     >     > > > > > > > > > >> >>> state
>>     >     >     > > > > > > > > > >> >>>
>>     >     >     > > > > > > > > > >> >>> Thanks,
>>     >     >     > > > > > > > > > >> >>> Piotr
>>     >     >     > > > > > > > > > >> >>>
>>     >     >     > > > > > > > > > >> >>> niedz., 30 wrz 2018 o 12:40
>> Carlos
>>     > Rovira <
>>     >     >     > > > > > > > > > >> carlos.rovira@codeoscopic.com
>>     >     >     > > > > > > > > > >> >>> >
>>     >     >     > > > > > > > > > >> >>> napisał(a):
>>     >     >     > > > > > > > > > >> >>>
>>     >     >     > > > > > > > > > >> >>> > Hi Om,
>>     >     >     > > > > > > > > > >> >>> > don't have many time now, but
>> seems
>>     > you are
>>     >     > using
>>     >     >     > > JDK
>>     >     >     > > > > 1.8
>>     >     >     > > > > > > and
>>     >     >     > > > > > > > > that
>>     >     >     > > > > > > > > > >> >>> project
>>     >     >     > > > > > > > > > >> >>> > needs to be 1.7 or will fail
>>     >     >     > > > > > > > > > >> >>> > I'll connect some hours later
>> to see
>>     > if you
>>     >     > could
>>     >     >     > > use
>>     >     >     > > > > that
>>     >     >     > > > > > > sdk
>>     >     >     > > > > > > > > > >> >>> > good luck! :)
>>     >     >     > > > > > > > > > >> >>> >
>>     >     >     > > > > > > > > > >> >>> > El dom., 30 sept. 2018 a las
>> 11:34,
>>     > Piotr
>>     >     > Zarzycki
>>     >     >     > > (<
>>     >     >     > > > > > > > > > >> >>> > piotrzarzycki21@gmail.com>)
>> escribió:
>>     >     >     > > > > > > > > > >> >>> >
>>     >     >     > > > > > > > > > >> >>> > > Hi Om,
>>     >     >     > > > > > > > > > >> >>> > >
>>     >     >     > > > > > > > > > >> >>> > > Have you tried build that
>> example on
>>     >     > their own?
>>     >     >     > Is
>>     >     >     > > > it
>>     >     >     > > > > > > > failing
>>     >     >     > > > > > > > > > with
>>     >     >     > > > > > > > > > >> >>> the
>>     >     >     > > > > > > > > > >> >>> > same
>>     >     >     > > > > > > > > > >> >>> > > stack trace?
>>     >     >     > > > > > > > > > >> >>> > >
>>     >     >     > > > > > > > > > >> >>> > > Thanks,
>>     >     >     > > > > > > > > > >> >>> > > Piotr
>>     >     >     > > > > > > > > > >> >>> > >
>>     >     >     > > > > > > > > > >> >>> > > On Sun, Sep 30, 2018, 9:31 AM
>>     > OmPrakash
>>     >     >     > Muppirala
>>     >     >     > > <
>>     >     >     > > > > > > > > > >> >>> bigosmallm@gmail.com>
>>     >     >     > > > > > > > > > >> >>> > > wrote:
>>     >     >     > > > > > > > > > >> >>> > >
>>     >     >     > > > > > > > > > >> >>> > > > So, I made a lot of
>> progress
>>     > (much more
>>     >     > than
>>     >     >     > > last
>>     >     >     > > > > > time),
>>     >     >     > > > > > > > but
>>     >     >     > > > > > > > > > >> >>> > > unfortunately
>>     >     >     > > > > > > > > > >> >>> > > > the build failed at this
>> stage.
>>     > Looks
>>     >     > like an
>>     >     >     > > > issue
>>     >     >     > > > > > > with
>>     >     >     > > > > > > > > the
>>     >     >     > > > > > > > > > >> >>> > > > SampleAmfWebApp.  Anyone
>> else
>>     > seeing
>>     >     > this
>>     >     >     > error
>>     >     >     > > or
>>     >     >     > > > > am
>>     >     >     > > > > > I
>>     >     >     > > > > > > > > doing
>>     >     >     > > > > > > > > > >> >>> something
>>     >     >     > > > > > > > > > >> >>> > > > wrong?
>>     >     >     > > > > > > > > > >> >>> > > >
>>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
>> Apache
>>     > Royale:
>>     >     >     > > Examples:
>>     >     >     > > > > > > Native:
>>     >     >     > > > > > > > > > >> >>> USStatesMap
>>     >     >     > > > > > > > > > >> >>> > > > ....... SUCCESS [  1.001 s]
>>     >     >     > > > > > > > > > >> >>> > > >
>>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
>> Apache
>>     > Royale:
>>     >     >     > > Examples:
>>     >     >     > > > > > > NodeJS
>>     >     >     > > > > > > > > > >> >>> > > > ....................
>> SUCCESS [
>>     > 0.210 s]
>>     >     >     > > > > > > > > > >> >>> > > >
>>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
>> Apache
>>     > Royale:
>>     >     >     > > Examples:
>>     >     >     > > > > > > NodeJS:
>>     >     >     > > > > > > > > > >> >>> HelloWorld
>>     >     >     > > > > > > > > > >> >>> > > > ........ SUCCESS [  0.945
>> s]
>>     >     >     > > > > > > > > > >> >>> > > >
>>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
>> Apache
>>     > Royale:
>>     >     >     > > Examples:
>>     >     >     > > > > AMF
>>     >     >     > > > > > > Web
>>     >     >     > > > > > > > > > Apps
>>     >     >     > > > > > > > > > >> >>> > > > .............. SUCCESS [
>> 0.202 s]
>>     >     >     > > > > > > > > > >> >>> > > >
>>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
>> Apache
>>     > Royale:
>>     >     >     > > Examples:
>>     >     >     > > > > AMF
>>     >     >     > > > > > > Web
>>     >     >     > > > > > > > > > Apps:
>>     >     >     > > > > > > > > > >> >>> > > > SampleAmfWebApp FAILURE
>> [01:51
>>     > min]
>>     >     >     > > > > > > > > > >> >>> > > >
>>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
>> Apache
>>     > Royale:
>>     >     >     > > Examples:
>>     >     >     > > > > > > > > > >> Integrationtests
>>     >     >     > > > > > > > > > >> >>> > > > .......... SKIPPED
>>     >     >     > > > > > > > > > >> >>> > > >
>>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
>> compc
>>     >     >     > > > > > > > > > >> >>> > > >
>>     >     > ..............................................
>>     >     >     > > > > SKIPPED
>>     >     >     > > > > > > > > > >> >>> > > >
>>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
>>     > compiler-asc
>>     >     >     > > > > > > > > > >> >>> > > >
>>     > .......................................
>>     >     >     > SKIPPED
>>     >     >     > > > > > > > > > >> >>> > > >
>>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
>>     > compiler-compc
>>     >     >     > > > > > > > > > >> >>> > > >
>>     > .....................................
>>     >     > SKIPPED
>>     >     >     > > > > > > > > > >> >>> > > >
>>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
>>     > compiler-mxmlc
>>     >     >     > > > > > > > > > >> >>> > > >
>>     > .....................................
>>     >     > SKIPPED
>>     >     >     > > > > > > > > > >> >>> > > >
>>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
>>     >     > compiler-optimizer
>>     >     >     > > > > > > > > > >> >>> > > >
>> .................................
>>     >     > SKIPPED
>>     >     >     > > > > > > > > > >> >>> > > >
>>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
>>     >     > compiler-swfdump
>>     >     >     > > > > > > > > > >> >>> > > >
>>     > ...................................
>>     >     > SKIPPED
>>     >     >     > > > > > > > > > >> >>> > > >
>>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
>> mxmlc
>>     >     >     > > > > > > > > > >> >>> > > >
>>     >     > ..............................................
>>     >     >     > > > > SKIPPED
>>     >     >     > > > > > > > > > >> >>> > > >
>>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
>> Apache
>>     > Royale:
>>     >     >     > > > > Distribution
>>     >     >     > > > > > > > > > >> >>> > > > ........................
>> SKIPPED
>>     >     >     > > > > > > > > > >> >>> > > >
>>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
>> Apache
>>     > Royale:
>>     >     >     > > > ManualTests
>>     >     >     > > > > > > > > > >> >>> > > > .........................
>> SKIPPED
>>     >     >     > > > > > > > > > >> >>> > > >
>>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
>> Apache
>>     > Royale:
>>     >     >     > > > > ManualTests:
>>     >     >     > > > > > > > > > UnitTests
>>     >     >     > > > > > > > > > >> >>> > > > .............. SKIPPED
>>     >     >     > > > > > > > > > >> >>> > > >
>>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
>> Apache
>>     > Royale:
>>     >     >     > > Testsuite
>>     >     >     > > > > > 0.9.4
>>     >     >     > > > > > > > > > >> >>> > > > .....................
>> SKIPPED
>>     >     >     > > > > > > > > > >> >>> > > >
>>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
>>     >     >     > > > > > > > > > >> >>> > > >
>>     >     >     > > > > > > > > > >> >>> >
>>     >     >     > > > > > > > > > >> >>>
>>     >     >     > > > > > > > > > >>
>>     >     >     > > > > > > > >
>>     >     >     > > > > > >
>>     >     >     > > > >
>>     >     >     > >
>>     >     >
>>     >
>> ------------------------------------------------------------------------
>>     >     >     > > > > > > > > > >> >>> > > >
>>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
>> BUILD
>>     > FAILURE
>>     >     >     > > > > > > > > > >> >>> > > >
>>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
>>     >     >     > > > > > > > > > >> >>> > > >
>>     >     >     > > > > > > > > > >> >>> >
>>     >     >     > > > > > > > > > >> >>>
>>     >     >     > > > > > > > > > >>
>>     >     >     > > > > > > > >
>>     >     >     > > > > > >
>>     >     >     > > > >
>>     >     >     > >
>>     >     >
>>     >
>> ------------------------------------------------------------------------
>>     >     >     > > > > > > > > > >> >>> > > >
>>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
>> Total
>>     > time:
>>     >     > 14:11
>>     >     >     > min
>>     >     >     > > > > > > > > > >> >>> > > >
>>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
>>     > Finished at:
>>     >     >     > > > > > > > > > 2018-09-30T00:25:37-07:00
>>     >     >     > > > > > > > > > >> >>> > > >
>>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
>>     >     >     > > > > > > > > > >> >>> > > >
>>     >     >     > > > > > > > > > >> >>> >
>>     >     >     > > > > > > > > > >> >>>
>>     >     >     > > > > > > > > > >>
>>     >     >     > > > > > > > >
>>     >     >     > > > > > >
>>     >     >     > > > >
>>     >     >     > >
>>     >     >
>>     >
>> ------------------------------------------------------------------------
>>     >     >     > > > > > > > > > >> >>> > > >
>>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
>> Failed
>>     > to
>>     >     > execute
>>     >     >     > > goal
>>     >     >     > > > > > > > > > >> >>> > > >
>>     >     >     > > > > >
>>     > org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:jar
>>     >     >     > > > > > > > > > >> >>> > > (attach-javadocs)
>>     >     >     > > > > > > > > > >> >>> > > > on project SampleAmfWebApp:
>>     >     >     > > MavenReportException:
>>     >     >     > > > > > Error
>>     >     >     > > > > > > > > while
>>     >     >     > > > > > > > > > >> >>> > generating
>>     >     >     > > > > > > > > > >> >>> > > > Javadoc:
>>     >     >     > > > > > > > > > >> >>> > > >
>>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
>> Exit
>>     > code: 1
>>     >     > -
>>     >     >     > > > > > > > > > >> >>> > > >
>>     >     >     > > > > > > > > > >> >>> > > >
>>     >     >     > > > > > > > > > >> >>> > >
>>     >     >     > > > > > > > > > >> >>> >
>>     >     >     > > > > > > > > > >> >>>
>>     >     >     > > > > > > > > > >>
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > >
>>     >     >     > > > > > > >
>>     >     >     > > > > > >
>>     >     >     > > > > >
>>     >     >     > > > >
>>     >     >     > > >
>>     >     >     > >
>>     >     >     >
>>     >     >
>>     >
>> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
>>     >     >     > > > > > > > > > >> >>> > > > error: @param name not
>> found
>>     >     >     > > > > > > > > > >> >>> > > >
>>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO]
>> [ERROR]  *
>>     > @param
>>     >     > code
>>     >     >     > > > > > > > > > >> >>> > > >
>>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
>>     >    ^
>>     >     >     > > > > > > > > > >> >>> > > >
>>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
>>     >     >     > > > > > > > > > >> >>> > > >
>>     >     >     > > > > > > > > > >> >>> > > >
>>     >     >     > > > > > > > > > >> >>> > >
>>     >     >     > > > > > > > > > >> >>> >
>>     >     >     > > > > > > > > > >> >>>
>>     >     >     > > > > > > > > > >>
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > >
>>     >     >     > > > > > > >
>>     >     >     > > > > > >
>>     >     >     > > > > >
>>     >     >     > > > >
>>     >     >     > > >
>>     >     >     > >
>>     >     >     >
>>     >     >
>>     >
>> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
>>     >     >     > > > > > > > > > >> >>> > > > warning: no description
>> for @param
>>     >     >     > > > > > > > > > >> >>> > > >
>>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO]
>> [ERROR]  *
>>     > @param
>>     >     > code
>>     >     >     > > > > > > > > > >> >>> > > >
>>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO]
>> [ERROR]    ^
>>     >     >     > > > > > > > > > >> >>> > > >
>>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
>>     >     >     > > > > > > > > > >> >>> > > >
>>     >     >     > > > > > > > > > >> >>> > > >
>>     >     >     > > > > > > > > > >> >>> > >
>>     >     >     > > > > > > > > > >> >>> >
>>     >     >     > > > > > > > > > >> >>>
>>     >     >     > > > > > > > > > >>
>>     >     >     > > > > > > > > >
>>     >     >     > > > > > > > >
>>     >     >     > > > > > > >
>>     >     >     > > > > > >
>>     >     >     > > > > >
>>     >     >     > > > >
>>     >     >     > > >
>>     >     >     > >
>>     >     >     >
>>     >     >
>>     >
>> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:33:
>>     >     >     >
>
>

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by OmPrakash Muppirala <bi...@gmail.com>.
I'm going to give this another shot in a couple of hours, unless there are
any objections.

Thanks,
Om

On Mon, Oct 1, 2018, 2:04 PM Alex Harui <ah...@adobe.com.invalid> wrote:

> Jewel is mentioned in there.  I added mention of the migration components
> and tour de flex.  Not sure if I got the formatting right.  I think it is
> good enough.
>
> -Alex
>
> On 10/1/18, 12:13 PM, "OmPrakash Muppirala" <bi...@gmail.com> wrote:
>
>     I updated it, although it looks a bit sparse now.  Can we list a few
> major
>     highlights here, that I can go add to the release notes?
>     Jewel should at least have several updates.
>
>     Thanks,
>     Om
>
>     On Mon, Oct 1, 2018 at 12:09 PM Alex Harui <ah...@adobe.com.invalid>
> wrote:
>
>     > Hey, I just noticed that nobody put a 0.9.4 section in the
> RELEASE_NOTES.
>     > Maybe just rename the 0.9.3 section?
>     >
>     > -Alex
>     >
>     > On 10/1/18, 12:07 PM, "OmPrakash Muppirala" <bi...@gmail.com>
> wrote:
>     >
>     >     Good catch!  I just pushed a fix for that.
>     >
>     >     Thanks,
>     >     Om
>     >
>     >     On Mon, Oct 1, 2018 at 11:04 AM Alex Harui
> <ah...@adobe.com.invalid>
>     > wrote:
>     >
>     >     > Om,
>     >     >
>     >     > I think the <tag>release/0.9.4</tag> in royale-asjs/pom.xml
> needs to
>     > be
>     >     > reverted back to 0.9.3.
>     >     >
>     >     > Everything else looks ok from my quick examination.
>     >     >
>     >     > Thanks and good luck,
>     >     > -Alex
>     >     >
>     >     > On 10/1/18, 10:29 AM, "Piotr Zarzycki" <
> piotrzarzycki21@gmail.com>
>     > wrote:
>     >     >
>     >     >     I saw your commit and I think you should be ok.
>     >     >
>     >     >     pon., 1 paź 2018 o 19:21 OmPrakash Muppirala <
>     > bigosmallm@gmail.com>
>     >     >     napisał(a):
>     >     >
>     >     >     > Okay, I did the following to reset:
>     >     >     >
>     >     >     > For all three repos:
>     >     >     > * Reverted all references of 0.9.5 to 0.9.4
>     >     >     > * Deleted 0.9.4-rc1 tag
>     >     >     > * Deleted branch: release/0.9.4
>     >     >     >
>     >     >     > Can someone please make sure that we are good before
> starting
>     > work?
>     >     >     >
>     >     >     > Thanks,
>     >     >     > Om
>     >     >     >
>     >     >     > On Mon, Oct 1, 2018 at 1:51 AM Carlos Rovira <
>     >     > carlosrovira@apache.org>
>     >     >     > wrote:
>     >     >     >
>     >     >     > > Hi Om,
>     >     >     > > is related to flash player debugger not launched? are
> you on
>     > Mac?
>     >     >     > > I think on Mac I have to make *.swf files be always
> opened
>     > by Flash
>     >     >     > Player
>     >     >     > > debugger.
>     >     >     > >
>     >     >     > > In the other hand, I need to commit during the day some
>     > fixes, one
>     >     > on
>     >     >     > > typedefs and expect more on compiler. So if you plan
> to try
>     > again
>     >     > some
>     >     >     > > hours ago, please, remove the commits to left the
> repos so
>     > we can
>     >     > commit
>     >     >     > > new work
>     >     >     > >
>     >     >     > > thanks!
>     >     >     > >
>     >     >     > > Carlos
>     >     >     > >
>     >     >     > >
>     >     >     > >
>     >     >     > >
>     >     >     > >
>     >     >     > > El lun., 1 oct. 2018 a las 10:29, OmPrakash Muppirala
> (<
>     >     >     > > bigosmallm@gmail.com>)
>     >     >     > > escribió:
>     >     >     > >
>     >     >     > > > I provided path to Chrome via -Dbrowser, but I got an
>     > error that
>     >     > ant
>     >     >     > was
>     >     >     > > > not able to access the application.
>     >     >     > > > So, I tried installing firefox and that seemed to
> work.
>     >     >     > > >
>     >     >     > > > On Mon, Oct 1, 2018 at 1:26 AM Piotr Zarzycki <
>     >     >     > piotrzarzycki21@gmail.com
>     >     >     > > >
>     >     >     > > > wrote:
>     >     >     > > >
>     >     >     > > > > Hi Om,
>     >     >     > > > >
>     >     >     > > > > You did use Firefox for that purpose ? I had to
> specify
>     >     >     > -Dbrowser=path
>     >     >     > > to
>     >     >     > > > > firefox.exe
>     >     >     > > > >
>     >     >     > > > > Thanks,
>     >     >     > > > > Piotr
>     >     >     > > > >
>     >     >     > > > > pon., 1 paź 2018 o 10:22 OmPrakash Muppirala <
>     >     > bigosmallm@gmail.com>
>     >     >     > > > > napisał(a):
>     >     >     > > > >
>     >     >     > > > > > Okay, I made several attempts through the day,
> making
>     >     > progress each
>     >     >     > > > time.
>     >     >     > > > > >  The last run failed because the browser could
> not be
>     >     > launched.
>     >     >     > > > > > I am going to pause on this and try again
> tomorrow (or
>     >     > later) . If
>     >     >     > > > > someone
>     >     >     > > > > > else wants to give this a go in the meantimne,
> they are
>     >     > welcome :-)
>     >     >     > > > > >
>     >     >     > > > > > Thanks,
>     >     >     > > > > > Om
>     >     >     > > > > >
>     >     >     > > > > > On Mon, Oct 1, 2018 at 12:22 AM Carlos Rovira <
>     >     >     > > carlosrovira@apache.org
>     >     >     > > > >
>     >     >     > > > > > wrote:
>     >     >     > > > > >
>     >     >     > > > > > > Hi Om,
>     >     >     > > > > > > no,  I Thought this was due to different tries
> of the
>     >     > release
>     >     >     > > process
>     >     >     > > > > but
>     >     >     > > > > > > most of the poms are in 0.9.6-SNAPSHOT.
>     >     >     > > > > > > You can search the entire repo for
> "0.9.X-SNAPSHOT"
>     > string
>     >     > to see
>     >     >     > > > that
>     >     >     > > > > > now
>     >     >     > > > > > > X is 6.
>     >     >     > > > > > >
>     >     >     > > > > > > thanks
>     >     >     > > > > > >
>     >     >     > > > > > > El lun., 1 oct. 2018 a las 2:07, OmPrakash
> Muppirala
>     > (<
>     >     >     > > > > > > bigosmallm@gmail.com>)
>     >     >     > > > > > > escribió:
>     >     >     > > > > > >
>     >     >     > > > > > > > On Sun, Sep 30, 2018, 2:13 PM Carlos Rovira <
>     >     >     > > > carlosrovira@apache.org
>     >     >     > > > > >
>     >     >     > > > > > > > wrote:
>     >     >     > > > > > > >
>     >     >     > > > > > > > > Hi Om,
>     >     >     > > > > > > > > just saw that some poms was not changed to
>     >     > 0.9.6-SNAPSHOT.
>     >     >     > > > > > > > >
>     >     >     > > > > > > >
>     >     >     > > > > > > > Do you mean 0.9.4-SNAPSHOT?
>     >     >     > > > > > > >
>     >     >     > > > > > > > Thanks,
>     >     >     > > > > > > > Om
>     >     >     > > > > > > >
>     >     >     > > > > > > >
>     >     >     > > > > > > >
>     >     >     > > > > > > > I think that should be fixed and get a
> prepare
>     > maven
>     >     > release
>     >     >     > > > process
>     >     >     > > > > > that
>     >     >     > > > > > > > > could finaly gets all poms updated to new
>     > version.
>     >     >     > > > > > > > > Don't know if that could be the problem.
> Can you
>     > try
>     >     > again?
>     >     >     > > > > > > > > thanks
>     >     >     > > > > > > > >
>     >     >     > > > > > > > > El dom., 30 sept. 2018 a las 21:32,
> OmPrakash
>     >     > Muppirala (<
>     >     >     > > > > > > > > bigosmallm@gmail.com>) escribió:
>     >     >     > > > > > > > >
>     >     >     > > > > > > > > > Made a bit more progress, but the build
> is
>     > failing
>     >     > here
>     >     >     > now:
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > >      [exec] [INFO] [INFO] Apache Royale:
>     > Examples:
>     >     > Royale:
>     >     >     > > > > > > > > > DataBindingExample_as SUCCESS [  2.469 s]
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > >      [exec] [INFO] [INFO] Apache Royale:
>     > Examples:
>     >     > Royale:
>     >     >     > > > > > > > > > DataBindingExample_Flat FAILURE [  1.756
> s]
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > >      [exec] [INFO] [INFO] Apache Royale:
>     > Examples:
>     >     > Royale:
>     >     >     > > > > > > > > > DataBindingExampleWithLayout SKIPPED
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > >      [exec] [INFO] [INFO] Apache Royale:
>     > Examples:
>     >     > Royale:
>     >     >     > > > > > > > > DataGridExample
>     >     >     > > > > > > > > > ... SKIPPED
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > > Detailed error:
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > >     [exec] [INFO] [INFO]
>     >     >     > > > > > > > > >
>     >     >     > > > > > > >
>     >     >     > > > > >
>     >     >     > > >
>     >     >     >
>     >     >
>     >
> ------------------------------------------------------------------------
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > >      [exec] [INFO] [INFO] BUILD FAILURE
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
>     >     >     > > > > > > > > >
>     >     >     > > > > > > >
>     >     >     > > > > >
>     >     >     > > >
>     >     >     >
>     >     >
>     >
> ------------------------------------------------------------------------
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > >      [exec] [INFO] [INFO] Total time:
> 07:03 min
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > >      [exec] [INFO] [INFO] Finished at:
>     >     >     > > > 2018-09-30T12:17:45-07:00
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > >      [exec] [INFO] [INFO]
>     >     >     > > > > > > > > >
>     >     >     > > > > > > >
>     >     >     > > > > >
>     >     >     > > >
>     >     >     >
>     >     >
>     >
> ------------------------------------------------------------------------
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR] Failed to
> execute
>     > goal
>     >     >     > > > > > > > > >
>     >     >     >
> org.apache.maven.plugins:maven-dependency-plugin:2.10:unpack
>     >     >     > > > > > > > > (unpack-fonts)
>     >     >     > > > > > > > > > on project DataBindingExample_Flat:
> Unable to
>     > find
>     >     >     > artifact.
>     >     >     > > > > Could
>     >     >     > > > > > > not
>     >     >     > > > > > > > > find
>     >     >     > > > > > > > > > artifact
>     > org.apache.royale.framework:Fonts:war:0.9.4
>     >     > in
>     >     >     > > > > > > apache-release
>     >     >     > > > > > > > (
>     >     >     > > > > > > > > >
>     >     >     >
>     >     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7Cd6a2e952d9fa4d4e8ce508d627d1fc6c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740180203069543&amp;sdata=77258euQyPw5Ah8FMUA1BjpmvV5cewRzOrMOG%2FGATAk%3D&amp;reserved=0
>     >     > )
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR] Try
> downloading the
>     > file
>     >     >     > manually
>     >     >     > > > from
>     >     >     > > > > > the
>     >     >     > > > > > > > > > project website.
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR] Then, install
> it
>     > using the
>     >     >     > > command:
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]     mvn
>     >     > install:install-file
>     >     >     > > > > > > > > > -DgroupId=org.apache.royale.framework
>     >     > -DartifactId=Fonts
>     >     >     > > > > > > > -Dversion=0.9.4
>     >     >     > > > > > > > > > -Dpackaging=war -Dfile=/path/to/file
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
> Alternatively, if
>     > you
>     >     > host your
>     >     >     > > own
>     >     >     > > > > > > > repository
>     >     >     > > > > > > > > > you can deploy the file there:
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]     mvn
>     > deploy:deploy-file
>     >     >     > > > > > > > > > -DgroupId=org.apache.royale.framework
>     >     > -DartifactId=Fonts
>     >     >     > > > > > > > -Dversion=0.9.4
>     >     >     > > > > > > > > > -Dpackaging=war -Dfile=/path/to/file
>     > -Durl=[url]
>     >     >     > > > > > -DrepositoryId=[id]
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>     >     >     > > > > > > >  org.apache.royale.framework:Fonts:war:0.9.4
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR] from the
> specified
>     > remote
>     >     >     > > > > repositories:
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>  apache-release (
>     >     >     > > > > > > > > >
>     >     >     >
>     >     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7Cd6a2e952d9fa4d4e8ce508d627d1fc6c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740180203069543&amp;sdata=77258euQyPw5Ah8FMUA1BjpmvV5cewRzOrMOG%2FGATAk%3D&amp;reserved=0
>     >     > ,
>     >     >     > > > > > > > > > releases=true,
>     >     >     > > > > > > > > > snapshots=false),
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>  apache-snapshots (
>     >     >     > > > > > > > > >
>     >     >     >
>     >     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7Cd6a2e952d9fa4d4e8ce508d627d1fc6c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740180203079552&amp;sdata=fdKr%2F%2FiehkTussG6gMvN2vK1WkURkTzXaoGQGozrhvI%3D&amp;reserved=0
>     >     >     > > ,
>     >     >     > > > > > > > > > releases=false, snapshots=true),
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>  apache.snapshots (
>     >     >     > > > > > > > > >
>     >     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7Cd6a2e952d9fa4d4e8ce508d627d1fc6c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740180203079552&amp;sdata=oGpq0Vj0Pjd%2BJ6440S746rg4M3SOdKlkA8AvGzVq0EM%3D&amp;reserved=0
>     > ,
>     >     > releases=false,
>     >     >     > > > > > > > > snapshots=true),
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]   central (
>     >     >     > > > > > > > >
>     >     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo.maven.apache.org%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7Cd6a2e952d9fa4d4e8ce508d627d1fc6c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740180203079552&amp;sdata=OO4p6UX8kbV9GbhnfUueGfKQ7%2FPeGiHZiudtUFPh6jU%3D&amp;reserved=0
>     >     >     > > > > > > > > > ,
>     >     >     > > > > > > > > > releases=true, snapshots=false)
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR] -> [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]
>     >     >     > > > > > > > > >
>     >     >     > > > > > > >
>     >     >     > > > > >
>     >     >     > > >
>     >     >     >
>     >     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cd6a2e952d9fa4d4e8ce508d627d1fc6c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740180203079552&amp;sdata=gVOyqOi0U0qIDzLY7sfy0k3SC%2FYEB34BnSCyS1oollg%3D&amp;reserved=0
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR] After
> correcting the
>     >     > problems,
>     >     >     > you
>     >     >     > > > can
>     >     >     > > > > > > > resume
>     >     >     > > > > > > > > > the build with the command
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > >      [exec] [INFO] [ERROR]   mvn <goals>
> -rf
>     >     >     > > > > > :DataBindingExample_Flat
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > >      [exec] [INFO]
>     >     >     > > > > > > > > >
>     >     >     > > > > > > >
>     >     >     > > > > >
>     >     >     > > >
>     >     >     >
>     >     >
>     >
> ------------------------------------------------------------------------
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > >      [exec] [INFO] Reactor Summary:
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > >      [exec] [INFO] Apache Royale:
> Framework:
>     > Parent
>     >     >     > > > > 0.9.5-SNAPSHOT
>     >     >     > > > > > > ....
>     >     >     > > > > > > > > > FAILURE [07:08 min]
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > >      [exec] [INFO] Apache Royale:
> Framework
>     >     >     > > > > > > ...........................
>     >     >     > > > > > > > > > SKIPPED
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > >      [exec] [INFO] Apache Royale:
> Framework:
>     > Fonts
>     >     >     > > > > > > ....................
>     >     >     > > > > > > > > > SKIPPED
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > > Can someone please take a look?
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > > On Sun, Sep 30, 2018 at 9:13 AM OmPrakash
>     > Muppirala <
>     >     >     > > > > > > > > bigosmallm@gmail.com>
>     >     >     > > > > > > > > > wrote:
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > > > > Thanks for the quick fix!  Will pull
> develop
>     > and
>     >     > try
>     >     >     > again.
>     >     >     > > > > Will
>     >     >     > > > > > > > > report
>     >     >     > > > > > > > > > > in a while.
>     >     >     > > > > > > > > > >
>     >     >     > > > > > > > > > > Regards,
>     >     >     > > > > > > > > > > Om
>     >     >     > > > > > > > > > >
>     >     >     > > > > > > > > > >
>     >     >     > > > > > > > > > > On Sun, Sep 30, 2018, 8:47 AM Carlos
> Rovira <
>     >     >     > > > > > > carlosrovira@apache.org
>     >     >     > > > > > > > >
>     >     >     > > > > > > > > > > wrote:
>     >     >     > > > > > > > > > >
>     >     >     > > > > > > > > > >> Hi Om,
>     >     >     > > > > > > > > > >>
>     >     >     > > > > > > > > > >> error is now fixed. Can you try to
> release
>     > again?
>     >     >     > > > > > > > > > >> thanks
>     >     >     > > > > > > > > > >>
>     >     >     > > > > > > > > > >> Carlos
>     >     >     > > > > > > > > > >>
>     >     >     > > > > > > > > > >>
>     >     >     > > > > > > > > > >>
>     >     >     > > > > > > > > > >>
>     >     >     > > > > > > > > > >>
>     >     >     > > > > > > > > > >> El dom., 30 sept. 2018 a las 17:27,
> Carlos
>     > Rovira
>     >     > (<
>     >     >     > > > > > > > > > >> carlosrovira@apache.org>)
>     >     >     > > > > > > > > > >> escribió:
>     >     >     > > > > > > > > > >>
>     >     >     > > > > > > > > > >> > Hi,
>     >     >     > > > > > > > > > >> >
>     >     >     > > > > > > > > > >> > just reverted the two generated
> commits
>     > for
>     >     > release, I
>     >     >     > > > left
>     >     >     > > > > to
>     >     >     > > > > > > you
>     >     >     > > > > > > > > > >> remove
>     >     >     > > > > > > > > > >> > new branches generated.
>     >     >     > > > > > > > > > >> > About the fail, I was wrong, since
> I saw
>     > this
>     >     > very
>     >     >     > > > quickly.
>     >     >     > > > > > It's
>     >     >     > > > > > > > not
>     >     >     > > > > > > > > > >> about
>     >     >     > > > > > > > > > >> > JDK, I'm using as well 1.8. I was
>     > confused for
>     >     > other
>     >     >     > > > thing I
>     >     >     > > > > > had
>     >     >     > > > > > > > > some
>     >     >     > > > > > > > > > >> weeks
>     >     >     > > > > > > > > > >> > ago, and was trying to use another
> JDK,
>     > but I
>     >     > don't
>     >     >     > > > remember
>     >     >     > > > > > > what
>     >     >     > > > > > > > > was.
>     >     >     > > > > > > > > > >> >
>     >     >     > > > > > > > > > >> > Anyway, the problem is about java
> doc, in
>     > the
>     >     > new
>     >     >     > class
>     >     >     > > > > > > > > > >> > AMFCompressionException.java I
> introduce
>     > some
>     >     > months
>     >     >     > > ago.
>     >     >     > > > > > > > > > >> > since we never execute java doc
>     > generation we
>     >     > didn't
>     >     >     > see
>     >     >     > > > > this.
>     >     >     > > > > > > > > > >> >
>     >     >     > > > > > > > > > >> > I'm going to try to fix this
> removing the
>     >     > problems I
>     >     >     > > see,
>     >     >     > > > > and
>     >     >     > > > > > > I'll
>     >     >     > > > > > > > > try
>     >     >     > > > > > > > > > >> to
>     >     >     > > > > > > > > > >> > see if I can try to use java doc to
> test
>     > if I
>     >     > pass the
>     >     >     > > > > > problem.
>     >     >     > > > > > > > > > >> >
>     >     >     > > > > > > > > > >> > I'll report soon.
>     >     >     > > > > > > > > > >> >
>     >     >     > > > > > > > > > >> > Carlos
>     >     >     > > > > > > > > > >> >
>     >     >     > > > > > > > > > >> >
>     >     >     > > > > > > > > > >> > El dom., 30 sept. 2018 a las 17:12,
> Carlos
>     >     > Rovira (<
>     >     >     > > > > > > > > > >> > carlosrovira@apache.org>) escribió:
>     >     >     > > > > > > > > > >> >
>     >     >     > > > > > > > > > >> >> Hi, since I'm going to work now on
> some
>     >     > compiler
>     >     >     > > changes,
>     >     >     > > > > > I'll
>     >     >     > > > > > > > > revert
>     >     >     > > > > > > > > > >> >> those 2 commits in each repo. I'll
> try
>     > to pass
>     >     > as
>     >     >     > well
>     >     >     > > > > maven
>     >     >     > > > > > > with
>     >     >     > > > > > > > > > java
>     >     >     > > > > > > > > > >> 1.8
>     >     >     > > > > > > > > > >> >> in amp and see if I get the same
> error
>     >     >     > > > > > > > > > >> >>
>     >     >     > > > > > > > > > >> >> El dom., 30 sept. 2018 a las
> 15:16, Piotr
>     >     > Zarzycki (<
>     >     >     > > > > > > > > > >> >> piotrzarzycki21@gmail.com>)
> escribió:
>     >     >     > > > > > > > > > >> >>
>     >     >     > > > > > > > > > >> >>> Om,
>     >     >     > > > > > > > > > >> >>>
>     >     >     > > > > > > > > > >> >>> I think if you got fail during the
>     > process you
>     >     >     > should
>     >     >     > > > > right
>     >     >     > > > > > > > after
>     >     >     > > > > > > > > > >> that.
>     >     >     > > > > > > > > > >> >>> 1) Remove created release tags
>     >     >     > > > > > > > > > >> >>> 2) Revert all changes which Maven
> did in
>     >     > develop
>     >     >     > > > branches
>     >     >     > > > > to
>     >     >     > > > > > > the
>     >     >     > > > > > > > > > >> previous
>     >     >     > > > > > > > > > >> >>> state
>     >     >     > > > > > > > > > >> >>>
>     >     >     > > > > > > > > > >> >>> Thanks,
>     >     >     > > > > > > > > > >> >>> Piotr
>     >     >     > > > > > > > > > >> >>>
>     >     >     > > > > > > > > > >> >>> niedz., 30 wrz 2018 o 12:40 Carlos
>     > Rovira <
>     >     >     > > > > > > > > > >> carlos.rovira@codeoscopic.com
>     >     >     > > > > > > > > > >> >>> >
>     >     >     > > > > > > > > > >> >>> napisał(a):
>     >     >     > > > > > > > > > >> >>>
>     >     >     > > > > > > > > > >> >>> > Hi Om,
>     >     >     > > > > > > > > > >> >>> > don't have many time now, but
> seems
>     > you are
>     >     > using
>     >     >     > > JDK
>     >     >     > > > > 1.8
>     >     >     > > > > > > and
>     >     >     > > > > > > > > that
>     >     >     > > > > > > > > > >> >>> project
>     >     >     > > > > > > > > > >> >>> > needs to be 1.7 or will fail
>     >     >     > > > > > > > > > >> >>> > I'll connect some hours later
> to see
>     > if you
>     >     > could
>     >     >     > > use
>     >     >     > > > > that
>     >     >     > > > > > > sdk
>     >     >     > > > > > > > > > >> >>> > good luck! :)
>     >     >     > > > > > > > > > >> >>> >
>     >     >     > > > > > > > > > >> >>> > El dom., 30 sept. 2018 a las
> 11:34,
>     > Piotr
>     >     > Zarzycki
>     >     >     > > (<
>     >     >     > > > > > > > > > >> >>> > piotrzarzycki21@gmail.com>)
> escribió:
>     >     >     > > > > > > > > > >> >>> >
>     >     >     > > > > > > > > > >> >>> > > Hi Om,
>     >     >     > > > > > > > > > >> >>> > >
>     >     >     > > > > > > > > > >> >>> > > Have you tried build that
> example on
>     >     > their own?
>     >     >     > Is
>     >     >     > > > it
>     >     >     > > > > > > > failing
>     >     >     > > > > > > > > > with
>     >     >     > > > > > > > > > >> >>> the
>     >     >     > > > > > > > > > >> >>> > same
>     >     >     > > > > > > > > > >> >>> > > stack trace?
>     >     >     > > > > > > > > > >> >>> > >
>     >     >     > > > > > > > > > >> >>> > > Thanks,
>     >     >     > > > > > > > > > >> >>> > > Piotr
>     >     >     > > > > > > > > > >> >>> > >
>     >     >     > > > > > > > > > >> >>> > > On Sun, Sep 30, 2018, 9:31 AM
>     > OmPrakash
>     >     >     > Muppirala
>     >     >     > > <
>     >     >     > > > > > > > > > >> >>> bigosmallm@gmail.com>
>     >     >     > > > > > > > > > >> >>> > > wrote:
>     >     >     > > > > > > > > > >> >>> > >
>     >     >     > > > > > > > > > >> >>> > > > So, I made a lot of progress
>     > (much more
>     >     > than
>     >     >     > > last
>     >     >     > > > > > time),
>     >     >     > > > > > > > but
>     >     >     > > > > > > > > > >> >>> > > unfortunately
>     >     >     > > > > > > > > > >> >>> > > > the build failed at this
> stage.
>     > Looks
>     >     > like an
>     >     >     > > > issue
>     >     >     > > > > > > with
>     >     >     > > > > > > > > the
>     >     >     > > > > > > > > > >> >>> > > > SampleAmfWebApp.  Anyone
> else
>     > seeing
>     >     > this
>     >     >     > error
>     >     >     > > or
>     >     >     > > > > am
>     >     >     > > > > > I
>     >     >     > > > > > > > > doing
>     >     >     > > > > > > > > > >> >>> something
>     >     >     > > > > > > > > > >> >>> > > > wrong?
>     >     >     > > > > > > > > > >> >>> > > >
>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
> Apache
>     > Royale:
>     >     >     > > Examples:
>     >     >     > > > > > > Native:
>     >     >     > > > > > > > > > >> >>> USStatesMap
>     >     >     > > > > > > > > > >> >>> > > > ....... SUCCESS [  1.001 s]
>     >     >     > > > > > > > > > >> >>> > > >
>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
> Apache
>     > Royale:
>     >     >     > > Examples:
>     >     >     > > > > > > NodeJS
>     >     >     > > > > > > > > > >> >>> > > > ....................
> SUCCESS [
>     > 0.210 s]
>     >     >     > > > > > > > > > >> >>> > > >
>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
> Apache
>     > Royale:
>     >     >     > > Examples:
>     >     >     > > > > > > NodeJS:
>     >     >     > > > > > > > > > >> >>> HelloWorld
>     >     >     > > > > > > > > > >> >>> > > > ........ SUCCESS [  0.945 s]
>     >     >     > > > > > > > > > >> >>> > > >
>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
> Apache
>     > Royale:
>     >     >     > > Examples:
>     >     >     > > > > AMF
>     >     >     > > > > > > Web
>     >     >     > > > > > > > > > Apps
>     >     >     > > > > > > > > > >> >>> > > > .............. SUCCESS [
> 0.202 s]
>     >     >     > > > > > > > > > >> >>> > > >
>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
> Apache
>     > Royale:
>     >     >     > > Examples:
>     >     >     > > > > AMF
>     >     >     > > > > > > Web
>     >     >     > > > > > > > > > Apps:
>     >     >     > > > > > > > > > >> >>> > > > SampleAmfWebApp FAILURE
> [01:51
>     > min]
>     >     >     > > > > > > > > > >> >>> > > >
>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
> Apache
>     > Royale:
>     >     >     > > Examples:
>     >     >     > > > > > > > > > >> Integrationtests
>     >     >     > > > > > > > > > >> >>> > > > .......... SKIPPED
>     >     >     > > > > > > > > > >> >>> > > >
>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
> compc
>     >     >     > > > > > > > > > >> >>> > > >
>     >     > ..............................................
>     >     >     > > > > SKIPPED
>     >     >     > > > > > > > > > >> >>> > > >
>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
>     > compiler-asc
>     >     >     > > > > > > > > > >> >>> > > >
>     > .......................................
>     >     >     > SKIPPED
>     >     >     > > > > > > > > > >> >>> > > >
>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
>     > compiler-compc
>     >     >     > > > > > > > > > >> >>> > > >
>     > .....................................
>     >     > SKIPPED
>     >     >     > > > > > > > > > >> >>> > > >
>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
>     > compiler-mxmlc
>     >     >     > > > > > > > > > >> >>> > > >
>     > .....................................
>     >     > SKIPPED
>     >     >     > > > > > > > > > >> >>> > > >
>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
>     >     > compiler-optimizer
>     >     >     > > > > > > > > > >> >>> > > >
> .................................
>     >     > SKIPPED
>     >     >     > > > > > > > > > >> >>> > > >
>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
>     >     > compiler-swfdump
>     >     >     > > > > > > > > > >> >>> > > >
>     > ...................................
>     >     > SKIPPED
>     >     >     > > > > > > > > > >> >>> > > >
>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
> mxmlc
>     >     >     > > > > > > > > > >> >>> > > >
>     >     > ..............................................
>     >     >     > > > > SKIPPED
>     >     >     > > > > > > > > > >> >>> > > >
>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
> Apache
>     > Royale:
>     >     >     > > > > Distribution
>     >     >     > > > > > > > > > >> >>> > > > ........................
> SKIPPED
>     >     >     > > > > > > > > > >> >>> > > >
>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
> Apache
>     > Royale:
>     >     >     > > > ManualTests
>     >     >     > > > > > > > > > >> >>> > > > .........................
> SKIPPED
>     >     >     > > > > > > > > > >> >>> > > >
>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
> Apache
>     > Royale:
>     >     >     > > > > ManualTests:
>     >     >     > > > > > > > > > UnitTests
>     >     >     > > > > > > > > > >> >>> > > > .............. SKIPPED
>     >     >     > > > > > > > > > >> >>> > > >
>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
> Apache
>     > Royale:
>     >     >     > > Testsuite
>     >     >     > > > > > 0.9.4
>     >     >     > > > > > > > > > >> >>> > > > .....................
> SKIPPED
>     >     >     > > > > > > > > > >> >>> > > >
>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
>     >     >     > > > > > > > > > >> >>> > > >
>     >     >     > > > > > > > > > >> >>> >
>     >     >     > > > > > > > > > >> >>>
>     >     >     > > > > > > > > > >>
>     >     >     > > > > > > > >
>     >     >     > > > > > >
>     >     >     > > > >
>     >     >     > >
>     >     >
>     >
> ------------------------------------------------------------------------
>     >     >     > > > > > > > > > >> >>> > > >
>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
> BUILD
>     > FAILURE
>     >     >     > > > > > > > > > >> >>> > > >
>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
>     >     >     > > > > > > > > > >> >>> > > >
>     >     >     > > > > > > > > > >> >>> >
>     >     >     > > > > > > > > > >> >>>
>     >     >     > > > > > > > > > >>
>     >     >     > > > > > > > >
>     >     >     > > > > > >
>     >     >     > > > >
>     >     >     > >
>     >     >
>     >
> ------------------------------------------------------------------------
>     >     >     > > > > > > > > > >> >>> > > >
>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
> Total
>     > time:
>     >     > 14:11
>     >     >     > min
>     >     >     > > > > > > > > > >> >>> > > >
>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
>     > Finished at:
>     >     >     > > > > > > > > > 2018-09-30T00:25:37-07:00
>     >     >     > > > > > > > > > >> >>> > > >
>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
>     >     >     > > > > > > > > > >> >>> > > >
>     >     >     > > > > > > > > > >> >>> >
>     >     >     > > > > > > > > > >> >>>
>     >     >     > > > > > > > > > >>
>     >     >     > > > > > > > >
>     >     >     > > > > > >
>     >     >     > > > >
>     >     >     > >
>     >     >
>     >
> ------------------------------------------------------------------------
>     >     >     > > > > > > > > > >> >>> > > >
>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> Failed
>     > to
>     >     > execute
>     >     >     > > goal
>     >     >     > > > > > > > > > >> >>> > > >
>     >     >     > > > > >
>     > org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:jar
>     >     >     > > > > > > > > > >> >>> > > (attach-javadocs)
>     >     >     > > > > > > > > > >> >>> > > > on project SampleAmfWebApp:
>     >     >     > > MavenReportException:
>     >     >     > > > > > Error
>     >     >     > > > > > > > > while
>     >     >     > > > > > > > > > >> >>> > generating
>     >     >     > > > > > > > > > >> >>> > > > Javadoc:
>     >     >     > > > > > > > > > >> >>> > > >
>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> Exit
>     > code: 1
>     >     > -
>     >     >     > > > > > > > > > >> >>> > > >
>     >     >     > > > > > > > > > >> >>> > > >
>     >     >     > > > > > > > > > >> >>> > >
>     >     >     > > > > > > > > > >> >>> >
>     >     >     > > > > > > > > > >> >>>
>     >     >     > > > > > > > > > >>
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > >
>     >     >     > > > > > > >
>     >     >     > > > > > >
>     >     >     > > > > >
>     >     >     > > > >
>     >     >     > > >
>     >     >     > >
>     >     >     >
>     >     >
>     >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
>     >     >     > > > > > > > > > >> >>> > > > error: @param name not found
>     >     >     > > > > > > > > > >> >>> > > >
>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> *
>     > @param
>     >     > code
>     >     >     > > > > > > > > > >> >>> > > >
>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
>     >    ^
>     >     >     > > > > > > > > > >> >>> > > >
>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
>     >     >     > > > > > > > > > >> >>> > > >
>     >     >     > > > > > > > > > >> >>> > > >
>     >     >     > > > > > > > > > >> >>> > >
>     >     >     > > > > > > > > > >> >>> >
>     >     >     > > > > > > > > > >> >>>
>     >     >     > > > > > > > > > >>
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > >
>     >     >     > > > > > > >
>     >     >     > > > > > >
>     >     >     > > > > >
>     >     >     > > > >
>     >     >     > > >
>     >     >     > >
>     >     >     >
>     >     >
>     >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
>     >     >     > > > > > > > > > >> >>> > > > warning: no description for
> @param
>     >     >     > > > > > > > > > >> >>> > > >
>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> *
>     > @param
>     >     > code
>     >     >     > > > > > > > > > >> >>> > > >
>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
>   ^
>     >     >     > > > > > > > > > >> >>> > > >
>     >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
>     >     >     > > > > > > > > > >> >>> > > >
>     >     >     > > > > > > > > > >> >>> > > >
>     >     >     > > > > > > > > > >> >>> > >
>     >     >     > > > > > > > > > >> >>> >
>     >     >     > > > > > > > > > >> >>>
>     >     >     > > > > > > > > > >>
>     >     >     > > > > > > > > >
>     >     >     > > > > > > > >
>     >     >     > > > > > > >
>     >     >     > > > > > >
>     >     >     > > > > >
>     >     >     > > > >
>     >     >     > > >
>     >     >     > >
>     >     >     >
>     >     >
>     >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:33:
>     >     >     >

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Jewel is mentioned in there.  I added mention of the migration components and tour de flex.  Not sure if I got the formatting right.  I think it is good enough.

-Alex

On 10/1/18, 12:13 PM, "OmPrakash Muppirala" <bi...@gmail.com> wrote:

    I updated it, although it looks a bit sparse now.  Can we list a few major
    highlights here, that I can go add to the release notes?
    Jewel should at least have several updates.
    
    Thanks,
    Om
    
    On Mon, Oct 1, 2018 at 12:09 PM Alex Harui <ah...@adobe.com.invalid> wrote:
    
    > Hey, I just noticed that nobody put a 0.9.4 section in the RELEASE_NOTES.
    > Maybe just rename the 0.9.3 section?
    >
    > -Alex
    >
    > On 10/1/18, 12:07 PM, "OmPrakash Muppirala" <bi...@gmail.com> wrote:
    >
    >     Good catch!  I just pushed a fix for that.
    >
    >     Thanks,
    >     Om
    >
    >     On Mon, Oct 1, 2018 at 11:04 AM Alex Harui <ah...@adobe.com.invalid>
    > wrote:
    >
    >     > Om,
    >     >
    >     > I think the <tag>release/0.9.4</tag> in royale-asjs/pom.xml needs to
    > be
    >     > reverted back to 0.9.3.
    >     >
    >     > Everything else looks ok from my quick examination.
    >     >
    >     > Thanks and good luck,
    >     > -Alex
    >     >
    >     > On 10/1/18, 10:29 AM, "Piotr Zarzycki" <pi...@gmail.com>
    > wrote:
    >     >
    >     >     I saw your commit and I think you should be ok.
    >     >
    >     >     pon., 1 paź 2018 o 19:21 OmPrakash Muppirala <
    > bigosmallm@gmail.com>
    >     >     napisał(a):
    >     >
    >     >     > Okay, I did the following to reset:
    >     >     >
    >     >     > For all three repos:
    >     >     > * Reverted all references of 0.9.5 to 0.9.4
    >     >     > * Deleted 0.9.4-rc1 tag
    >     >     > * Deleted branch: release/0.9.4
    >     >     >
    >     >     > Can someone please make sure that we are good before starting
    > work?
    >     >     >
    >     >     > Thanks,
    >     >     > Om
    >     >     >
    >     >     > On Mon, Oct 1, 2018 at 1:51 AM Carlos Rovira <
    >     > carlosrovira@apache.org>
    >     >     > wrote:
    >     >     >
    >     >     > > Hi Om,
    >     >     > > is related to flash player debugger not launched? are you on
    > Mac?
    >     >     > > I think on Mac I have to make *.swf files be always opened
    > by Flash
    >     >     > Player
    >     >     > > debugger.
    >     >     > >
    >     >     > > In the other hand, I need to commit during the day some
    > fixes, one
    >     > on
    >     >     > > typedefs and expect more on compiler. So if you plan to try
    > again
    >     > some
    >     >     > > hours ago, please, remove the commits to left the repos so
    > we can
    >     > commit
    >     >     > > new work
    >     >     > >
    >     >     > > thanks!
    >     >     > >
    >     >     > > Carlos
    >     >     > >
    >     >     > >
    >     >     > >
    >     >     > >
    >     >     > >
    >     >     > > El lun., 1 oct. 2018 a las 10:29, OmPrakash Muppirala (<
    >     >     > > bigosmallm@gmail.com>)
    >     >     > > escribió:
    >     >     > >
    >     >     > > > I provided path to Chrome via -Dbrowser, but I got an
    > error that
    >     > ant
    >     >     > was
    >     >     > > > not able to access the application.
    >     >     > > > So, I tried installing firefox and that seemed to work.
    >     >     > > >
    >     >     > > > On Mon, Oct 1, 2018 at 1:26 AM Piotr Zarzycki <
    >     >     > piotrzarzycki21@gmail.com
    >     >     > > >
    >     >     > > > wrote:
    >     >     > > >
    >     >     > > > > Hi Om,
    >     >     > > > >
    >     >     > > > > You did use Firefox for that purpose ? I had to specify
    >     >     > -Dbrowser=path
    >     >     > > to
    >     >     > > > > firefox.exe
    >     >     > > > >
    >     >     > > > > Thanks,
    >     >     > > > > Piotr
    >     >     > > > >
    >     >     > > > > pon., 1 paź 2018 o 10:22 OmPrakash Muppirala <
    >     > bigosmallm@gmail.com>
    >     >     > > > > napisał(a):
    >     >     > > > >
    >     >     > > > > > Okay, I made several attempts through the day, making
    >     > progress each
    >     >     > > > time.
    >     >     > > > > >  The last run failed because the browser could not be
    >     > launched.
    >     >     > > > > > I am going to pause on this and try again tomorrow (or
    >     > later) . If
    >     >     > > > > someone
    >     >     > > > > > else wants to give this a go in the meantimne, they are
    >     > welcome :-)
    >     >     > > > > >
    >     >     > > > > > Thanks,
    >     >     > > > > > Om
    >     >     > > > > >
    >     >     > > > > > On Mon, Oct 1, 2018 at 12:22 AM Carlos Rovira <
    >     >     > > carlosrovira@apache.org
    >     >     > > > >
    >     >     > > > > > wrote:
    >     >     > > > > >
    >     >     > > > > > > Hi Om,
    >     >     > > > > > > no,  I Thought this was due to different tries of the
    >     > release
    >     >     > > process
    >     >     > > > > but
    >     >     > > > > > > most of the poms are in 0.9.6-SNAPSHOT.
    >     >     > > > > > > You can search the entire repo for "0.9.X-SNAPSHOT"
    > string
    >     > to see
    >     >     > > > that
    >     >     > > > > > now
    >     >     > > > > > > X is 6.
    >     >     > > > > > >
    >     >     > > > > > > thanks
    >     >     > > > > > >
    >     >     > > > > > > El lun., 1 oct. 2018 a las 2:07, OmPrakash Muppirala
    > (<
    >     >     > > > > > > bigosmallm@gmail.com>)
    >     >     > > > > > > escribió:
    >     >     > > > > > >
    >     >     > > > > > > > On Sun, Sep 30, 2018, 2:13 PM Carlos Rovira <
    >     >     > > > carlosrovira@apache.org
    >     >     > > > > >
    >     >     > > > > > > > wrote:
    >     >     > > > > > > >
    >     >     > > > > > > > > Hi Om,
    >     >     > > > > > > > > just saw that some poms was not changed to
    >     > 0.9.6-SNAPSHOT.
    >     >     > > > > > > > >
    >     >     > > > > > > >
    >     >     > > > > > > > Do you mean 0.9.4-SNAPSHOT?
    >     >     > > > > > > >
    >     >     > > > > > > > Thanks,
    >     >     > > > > > > > Om
    >     >     > > > > > > >
    >     >     > > > > > > >
    >     >     > > > > > > >
    >     >     > > > > > > > I think that should be fixed and get a prepare
    > maven
    >     > release
    >     >     > > > process
    >     >     > > > > > that
    >     >     > > > > > > > > could finaly gets all poms updated to new
    > version.
    >     >     > > > > > > > > Don't know if that could be the problem. Can you
    > try
    >     > again?
    >     >     > > > > > > > > thanks
    >     >     > > > > > > > >
    >     >     > > > > > > > > El dom., 30 sept. 2018 a las 21:32, OmPrakash
    >     > Muppirala (<
    >     >     > > > > > > > > bigosmallm@gmail.com>) escribió:
    >     >     > > > > > > > >
    >     >     > > > > > > > > > Made a bit more progress, but the build is
    > failing
    >     > here
    >     >     > now:
    >     >     > > > > > > > > >
    >     >     > > > > > > > > >      [exec] [INFO] [INFO] Apache Royale:
    > Examples:
    >     > Royale:
    >     >     > > > > > > > > > DataBindingExample_as SUCCESS [  2.469 s]
    >     >     > > > > > > > > >
    >     >     > > > > > > > > >      [exec] [INFO] [INFO] Apache Royale:
    > Examples:
    >     > Royale:
    >     >     > > > > > > > > > DataBindingExample_Flat FAILURE [  1.756 s]
    >     >     > > > > > > > > >
    >     >     > > > > > > > > >      [exec] [INFO] [INFO] Apache Royale:
    > Examples:
    >     > Royale:
    >     >     > > > > > > > > > DataBindingExampleWithLayout SKIPPED
    >     >     > > > > > > > > >
    >     >     > > > > > > > > >      [exec] [INFO] [INFO] Apache Royale:
    > Examples:
    >     > Royale:
    >     >     > > > > > > > > DataGridExample
    >     >     > > > > > > > > > ... SKIPPED
    >     >     > > > > > > > > >
    >     >     > > > > > > > > >
    >     >     > > > > > > > > >
    >     >     > > > > > > > > > Detailed error:
    >     >     > > > > > > > > >
    >     >     > > > > > > > > >
    >     >     > > > > > > > > >     [exec] [INFO] [INFO]
    >     >     > > > > > > > > >
    >     >     > > > > > > >
    >     >     > > > > >
    >     >     > > >
    >     >     >
    >     >
    > ------------------------------------------------------------------------
    >     >     > > > > > > > > >
    >     >     > > > > > > > > >      [exec] [INFO] [INFO] BUILD FAILURE
    >     >     > > > > > > > > >
    >     >     > > > > > > > > >      [exec] [INFO] [INFO]
    >     >     > > > > > > > > >
    >     >     > > > > > > >
    >     >     > > > > >
    >     >     > > >
    >     >     >
    >     >
    > ------------------------------------------------------------------------
    >     >     > > > > > > > > >
    >     >     > > > > > > > > >      [exec] [INFO] [INFO] Total time: 07:03 min
    >     >     > > > > > > > > >
    >     >     > > > > > > > > >      [exec] [INFO] [INFO] Finished at:
    >     >     > > > 2018-09-30T12:17:45-07:00
    >     >     > > > > > > > > >
    >     >     > > > > > > > > >      [exec] [INFO] [INFO]
    >     >     > > > > > > > > >
    >     >     > > > > > > >
    >     >     > > > > >
    >     >     > > >
    >     >     >
    >     >
    > ------------------------------------------------------------------------
    >     >     > > > > > > > > >
    >     >     > > > > > > > > >      [exec] [INFO] [ERROR] Failed to execute
    > goal
    >     >     > > > > > > > > >
    >     >     > org.apache.maven.plugins:maven-dependency-plugin:2.10:unpack
    >     >     > > > > > > > > (unpack-fonts)
    >     >     > > > > > > > > > on project DataBindingExample_Flat: Unable to
    > find
    >     >     > artifact.
    >     >     > > > > Could
    >     >     > > > > > > not
    >     >     > > > > > > > > find
    >     >     > > > > > > > > > artifact
    > org.apache.royale.framework:Fonts:war:0.9.4
    >     > in
    >     >     > > > > > > apache-release
    >     >     > > > > > > > (
    >     >     > > > > > > > > >
    >     >     >
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7Cd6a2e952d9fa4d4e8ce508d627d1fc6c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740180203069543&amp;sdata=77258euQyPw5Ah8FMUA1BjpmvV5cewRzOrMOG%2FGATAk%3D&amp;reserved=0
    >     > )
    >     >     > > > > > > > > >
    >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >     >     > > > > > > > > >
    >     >     > > > > > > > > >      [exec] [INFO] [ERROR] Try downloading the
    > file
    >     >     > manually
    >     >     > > > from
    >     >     > > > > > the
    >     >     > > > > > > > > > project website.
    >     >     > > > > > > > > >
    >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >     >     > > > > > > > > >
    >     >     > > > > > > > > >      [exec] [INFO] [ERROR] Then, install it
    > using the
    >     >     > > command:
    >     >     > > > > > > > > >
    >     >     > > > > > > > > >      [exec] [INFO] [ERROR]     mvn
    >     > install:install-file
    >     >     > > > > > > > > > -DgroupId=org.apache.royale.framework
    >     > -DartifactId=Fonts
    >     >     > > > > > > > -Dversion=0.9.4
    >     >     > > > > > > > > > -Dpackaging=war -Dfile=/path/to/file
    >     >     > > > > > > > > >
    >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >     >     > > > > > > > > >
    >     >     > > > > > > > > >      [exec] [INFO] [ERROR] Alternatively, if
    > you
    >     > host your
    >     >     > > own
    >     >     > > > > > > > repository
    >     >     > > > > > > > > > you can deploy the file there:
    >     >     > > > > > > > > >
    >     >     > > > > > > > > >      [exec] [INFO] [ERROR]     mvn
    > deploy:deploy-file
    >     >     > > > > > > > > > -DgroupId=org.apache.royale.framework
    >     > -DartifactId=Fonts
    >     >     > > > > > > > -Dversion=0.9.4
    >     >     > > > > > > > > > -Dpackaging=war -Dfile=/path/to/file
    > -Durl=[url]
    >     >     > > > > > -DrepositoryId=[id]
    >     >     > > > > > > > > >
    >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >     >     > > > > > > > > >
    >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >     >     > > > > > > > > >
    >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >     >     > > > > > > >  org.apache.royale.framework:Fonts:war:0.9.4
    >     >     > > > > > > > > >
    >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >     >     > > > > > > > > >
    >     >     > > > > > > > > >      [exec] [INFO] [ERROR] from the specified
    > remote
    >     >     > > > > repositories:
    >     >     > > > > > > > > >
    >     >     > > > > > > > > >      [exec] [INFO] [ERROR]   apache-release (
    >     >     > > > > > > > > >
    >     >     >
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7Cd6a2e952d9fa4d4e8ce508d627d1fc6c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740180203069543&amp;sdata=77258euQyPw5Ah8FMUA1BjpmvV5cewRzOrMOG%2FGATAk%3D&amp;reserved=0
    >     > ,
    >     >     > > > > > > > > > releases=true,
    >     >     > > > > > > > > > snapshots=false),
    >     >     > > > > > > > > >
    >     >     > > > > > > > > >      [exec] [INFO] [ERROR]   apache-snapshots (
    >     >     > > > > > > > > >
    >     >     >
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7Cd6a2e952d9fa4d4e8ce508d627d1fc6c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740180203079552&amp;sdata=fdKr%2F%2FiehkTussG6gMvN2vK1WkURkTzXaoGQGozrhvI%3D&amp;reserved=0
    >     >     > > ,
    >     >     > > > > > > > > > releases=false, snapshots=true),
    >     >     > > > > > > > > >
    >     >     > > > > > > > > >      [exec] [INFO] [ERROR]   apache.snapshots (
    >     >     > > > > > > > > >
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7Cd6a2e952d9fa4d4e8ce508d627d1fc6c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740180203079552&amp;sdata=oGpq0Vj0Pjd%2BJ6440S746rg4M3SOdKlkA8AvGzVq0EM%3D&amp;reserved=0
    > ,
    >     > releases=false,
    >     >     > > > > > > > > snapshots=true),
    >     >     > > > > > > > > >
    >     >     > > > > > > > > >      [exec] [INFO] [ERROR]   central (
    >     >     > > > > > > > >
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo.maven.apache.org%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7Cd6a2e952d9fa4d4e8ce508d627d1fc6c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740180203079552&amp;sdata=OO4p6UX8kbV9GbhnfUueGfKQ7%2FPeGiHZiudtUFPh6jU%3D&amp;reserved=0
    >     >     > > > > > > > > > ,
    >     >     > > > > > > > > > releases=true, snapshots=false)
    >     >     > > > > > > > > >
    >     >     > > > > > > > > >      [exec] [INFO] [ERROR] -> [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]
    >     >     > > > > > > > > >
    >     >     > > > > > > >
    >     >     > > > > >
    >     >     > > >
    >     >     >
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cd6a2e952d9fa4d4e8ce508d627d1fc6c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740180203079552&amp;sdata=gVOyqOi0U0qIDzLY7sfy0k3SC%2FYEB34BnSCyS1oollg%3D&amp;reserved=0
    >     >     > > > > > > > > >
    >     >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >     >     > > > > > > > > >
    >     >     > > > > > > > > >      [exec] [INFO] [ERROR] After correcting the
    >     > problems,
    >     >     > you
    >     >     > > > can
    >     >     > > > > > > > resume
    >     >     > > > > > > > > > the build with the command
    >     >     > > > > > > > > >
    >     >     > > > > > > > > >      [exec] [INFO] [ERROR]   mvn <goals> -rf
    >     >     > > > > > :DataBindingExample_Flat
    >     >     > > > > > > > > >
    >     >     > > > > > > > > >      [exec] [INFO]
    >     >     > > > > > > > > >
    >     >     > > > > > > >
    >     >     > > > > >
    >     >     > > >
    >     >     >
    >     >
    > ------------------------------------------------------------------------
    >     >     > > > > > > > > >
    >     >     > > > > > > > > >      [exec] [INFO] Reactor Summary:
    >     >     > > > > > > > > >
    >     >     > > > > > > > > >      [exec] [INFO] Apache Royale: Framework:
    > Parent
    >     >     > > > > 0.9.5-SNAPSHOT
    >     >     > > > > > > ....
    >     >     > > > > > > > > > FAILURE [07:08 min]
    >     >     > > > > > > > > >
    >     >     > > > > > > > > >      [exec] [INFO] Apache Royale: Framework
    >     >     > > > > > > ...........................
    >     >     > > > > > > > > > SKIPPED
    >     >     > > > > > > > > >
    >     >     > > > > > > > > >      [exec] [INFO] Apache Royale: Framework:
    > Fonts
    >     >     > > > > > > ....................
    >     >     > > > > > > > > > SKIPPED
    >     >     > > > > > > > > >
    >     >     > > > > > > > > >
    >     >     > > > > > > > > >
    >     >     > > > > > > > > > Can someone please take a look?
    >     >     > > > > > > > > >
    >     >     > > > > > > > > > On Sun, Sep 30, 2018 at 9:13 AM OmPrakash
    > Muppirala <
    >     >     > > > > > > > > bigosmallm@gmail.com>
    >     >     > > > > > > > > > wrote:
    >     >     > > > > > > > > >
    >     >     > > > > > > > > > > Thanks for the quick fix!  Will pull develop
    > and
    >     > try
    >     >     > again.
    >     >     > > > > Will
    >     >     > > > > > > > > report
    >     >     > > > > > > > > > > in a while.
    >     >     > > > > > > > > > >
    >     >     > > > > > > > > > > Regards,
    >     >     > > > > > > > > > > Om
    >     >     > > > > > > > > > >
    >     >     > > > > > > > > > >
    >     >     > > > > > > > > > > On Sun, Sep 30, 2018, 8:47 AM Carlos Rovira <
    >     >     > > > > > > carlosrovira@apache.org
    >     >     > > > > > > > >
    >     >     > > > > > > > > > > wrote:
    >     >     > > > > > > > > > >
    >     >     > > > > > > > > > >> Hi Om,
    >     >     > > > > > > > > > >>
    >     >     > > > > > > > > > >> error is now fixed. Can you try to release
    > again?
    >     >     > > > > > > > > > >> thanks
    >     >     > > > > > > > > > >>
    >     >     > > > > > > > > > >> Carlos
    >     >     > > > > > > > > > >>
    >     >     > > > > > > > > > >>
    >     >     > > > > > > > > > >>
    >     >     > > > > > > > > > >>
    >     >     > > > > > > > > > >>
    >     >     > > > > > > > > > >> El dom., 30 sept. 2018 a las 17:27, Carlos
    > Rovira
    >     > (<
    >     >     > > > > > > > > > >> carlosrovira@apache.org>)
    >     >     > > > > > > > > > >> escribió:
    >     >     > > > > > > > > > >>
    >     >     > > > > > > > > > >> > Hi,
    >     >     > > > > > > > > > >> >
    >     >     > > > > > > > > > >> > just reverted the two generated commits
    > for
    >     > release, I
    >     >     > > > left
    >     >     > > > > to
    >     >     > > > > > > you
    >     >     > > > > > > > > > >> remove
    >     >     > > > > > > > > > >> > new branches generated.
    >     >     > > > > > > > > > >> > About the fail, I was wrong, since I saw
    > this
    >     > very
    >     >     > > > quickly.
    >     >     > > > > > It's
    >     >     > > > > > > > not
    >     >     > > > > > > > > > >> about
    >     >     > > > > > > > > > >> > JDK, I'm using as well 1.8. I was
    > confused for
    >     > other
    >     >     > > > thing I
    >     >     > > > > > had
    >     >     > > > > > > > > some
    >     >     > > > > > > > > > >> weeks
    >     >     > > > > > > > > > >> > ago, and was trying to use another JDK,
    > but I
    >     > don't
    >     >     > > > remember
    >     >     > > > > > > what
    >     >     > > > > > > > > was.
    >     >     > > > > > > > > > >> >
    >     >     > > > > > > > > > >> > Anyway, the problem is about java doc, in
    > the
    >     > new
    >     >     > class
    >     >     > > > > > > > > > >> > AMFCompressionException.java I introduce
    > some
    >     > months
    >     >     > > ago.
    >     >     > > > > > > > > > >> > since we never execute java doc
    > generation we
    >     > didn't
    >     >     > see
    >     >     > > > > this.
    >     >     > > > > > > > > > >> >
    >     >     > > > > > > > > > >> > I'm going to try to fix this removing the
    >     > problems I
    >     >     > > see,
    >     >     > > > > and
    >     >     > > > > > > I'll
    >     >     > > > > > > > > try
    >     >     > > > > > > > > > >> to
    >     >     > > > > > > > > > >> > see if I can try to use java doc to test
    > if I
    >     > pass the
    >     >     > > > > > problem.
    >     >     > > > > > > > > > >> >
    >     >     > > > > > > > > > >> > I'll report soon.
    >     >     > > > > > > > > > >> >
    >     >     > > > > > > > > > >> > Carlos
    >     >     > > > > > > > > > >> >
    >     >     > > > > > > > > > >> >
    >     >     > > > > > > > > > >> > El dom., 30 sept. 2018 a las 17:12, Carlos
    >     > Rovira (<
    >     >     > > > > > > > > > >> > carlosrovira@apache.org>) escribió:
    >     >     > > > > > > > > > >> >
    >     >     > > > > > > > > > >> >> Hi, since I'm going to work now on some
    >     > compiler
    >     >     > > changes,
    >     >     > > > > > I'll
    >     >     > > > > > > > > revert
    >     >     > > > > > > > > > >> >> those 2 commits in each repo. I'll try
    > to pass
    >     > as
    >     >     > well
    >     >     > > > > maven
    >     >     > > > > > > with
    >     >     > > > > > > > > > java
    >     >     > > > > > > > > > >> 1.8
    >     >     > > > > > > > > > >> >> in amp and see if I get the same error
    >     >     > > > > > > > > > >> >>
    >     >     > > > > > > > > > >> >> El dom., 30 sept. 2018 a las 15:16, Piotr
    >     > Zarzycki (<
    >     >     > > > > > > > > > >> >> piotrzarzycki21@gmail.com>) escribió:
    >     >     > > > > > > > > > >> >>
    >     >     > > > > > > > > > >> >>> Om,
    >     >     > > > > > > > > > >> >>>
    >     >     > > > > > > > > > >> >>> I think if you got fail during the
    > process you
    >     >     > should
    >     >     > > > > right
    >     >     > > > > > > > after
    >     >     > > > > > > > > > >> that.
    >     >     > > > > > > > > > >> >>> 1) Remove created release tags
    >     >     > > > > > > > > > >> >>> 2) Revert all changes which Maven did in
    >     > develop
    >     >     > > > branches
    >     >     > > > > to
    >     >     > > > > > > the
    >     >     > > > > > > > > > >> previous
    >     >     > > > > > > > > > >> >>> state
    >     >     > > > > > > > > > >> >>>
    >     >     > > > > > > > > > >> >>> Thanks,
    >     >     > > > > > > > > > >> >>> Piotr
    >     >     > > > > > > > > > >> >>>
    >     >     > > > > > > > > > >> >>> niedz., 30 wrz 2018 o 12:40 Carlos
    > Rovira <
    >     >     > > > > > > > > > >> carlos.rovira@codeoscopic.com
    >     >     > > > > > > > > > >> >>> >
    >     >     > > > > > > > > > >> >>> napisał(a):
    >     >     > > > > > > > > > >> >>>
    >     >     > > > > > > > > > >> >>> > Hi Om,
    >     >     > > > > > > > > > >> >>> > don't have many time now, but seems
    > you are
    >     > using
    >     >     > > JDK
    >     >     > > > > 1.8
    >     >     > > > > > > and
    >     >     > > > > > > > > that
    >     >     > > > > > > > > > >> >>> project
    >     >     > > > > > > > > > >> >>> > needs to be 1.7 or will fail
    >     >     > > > > > > > > > >> >>> > I'll connect some hours later to see
    > if you
    >     > could
    >     >     > > use
    >     >     > > > > that
    >     >     > > > > > > sdk
    >     >     > > > > > > > > > >> >>> > good luck! :)
    >     >     > > > > > > > > > >> >>> >
    >     >     > > > > > > > > > >> >>> > El dom., 30 sept. 2018 a las 11:34,
    > Piotr
    >     > Zarzycki
    >     >     > > (<
    >     >     > > > > > > > > > >> >>> > piotrzarzycki21@gmail.com>) escribió:
    >     >     > > > > > > > > > >> >>> >
    >     >     > > > > > > > > > >> >>> > > Hi Om,
    >     >     > > > > > > > > > >> >>> > >
    >     >     > > > > > > > > > >> >>> > > Have you tried build that example on
    >     > their own?
    >     >     > Is
    >     >     > > > it
    >     >     > > > > > > > failing
    >     >     > > > > > > > > > with
    >     >     > > > > > > > > > >> >>> the
    >     >     > > > > > > > > > >> >>> > same
    >     >     > > > > > > > > > >> >>> > > stack trace?
    >     >     > > > > > > > > > >> >>> > >
    >     >     > > > > > > > > > >> >>> > > Thanks,
    >     >     > > > > > > > > > >> >>> > > Piotr
    >     >     > > > > > > > > > >> >>> > >
    >     >     > > > > > > > > > >> >>> > > On Sun, Sep 30, 2018, 9:31 AM
    > OmPrakash
    >     >     > Muppirala
    >     >     > > <
    >     >     > > > > > > > > > >> >>> bigosmallm@gmail.com>
    >     >     > > > > > > > > > >> >>> > > wrote:
    >     >     > > > > > > > > > >> >>> > >
    >     >     > > > > > > > > > >> >>> > > > So, I made a lot of progress
    > (much more
    >     > than
    >     >     > > last
    >     >     > > > > > time),
    >     >     > > > > > > > but
    >     >     > > > > > > > > > >> >>> > > unfortunately
    >     >     > > > > > > > > > >> >>> > > > the build failed at this stage.
    > Looks
    >     > like an
    >     >     > > > issue
    >     >     > > > > > > with
    >     >     > > > > > > > > the
    >     >     > > > > > > > > > >> >>> > > > SampleAmfWebApp.  Anyone else
    > seeing
    >     > this
    >     >     > error
    >     >     > > or
    >     >     > > > > am
    >     >     > > > > > I
    >     >     > > > > > > > > doing
    >     >     > > > > > > > > > >> >>> something
    >     >     > > > > > > > > > >> >>> > > > wrong?
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache
    > Royale:
    >     >     > > Examples:
    >     >     > > > > > > Native:
    >     >     > > > > > > > > > >> >>> USStatesMap
    >     >     > > > > > > > > > >> >>> > > > ....... SUCCESS [  1.001 s]
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache
    > Royale:
    >     >     > > Examples:
    >     >     > > > > > > NodeJS
    >     >     > > > > > > > > > >> >>> > > > .................... SUCCESS [
    > 0.210 s]
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache
    > Royale:
    >     >     > > Examples:
    >     >     > > > > > > NodeJS:
    >     >     > > > > > > > > > >> >>> HelloWorld
    >     >     > > > > > > > > > >> >>> > > > ........ SUCCESS [  0.945 s]
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache
    > Royale:
    >     >     > > Examples:
    >     >     > > > > AMF
    >     >     > > > > > > Web
    >     >     > > > > > > > > > Apps
    >     >     > > > > > > > > > >> >>> > > > .............. SUCCESS [  0.202 s]
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache
    > Royale:
    >     >     > > Examples:
    >     >     > > > > AMF
    >     >     > > > > > > Web
    >     >     > > > > > > > > > Apps:
    >     >     > > > > > > > > > >> >>> > > > SampleAmfWebApp FAILURE [01:51
    > min]
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache
    > Royale:
    >     >     > > Examples:
    >     >     > > > > > > > > > >> Integrationtests
    >     >     > > > > > > > > > >> >>> > > > .......... SKIPPED
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] compc
    >     >     > > > > > > > > > >> >>> > > >
    >     > ..............................................
    >     >     > > > > SKIPPED
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
    > compiler-asc
    >     >     > > > > > > > > > >> >>> > > >
    > .......................................
    >     >     > SKIPPED
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
    > compiler-compc
    >     >     > > > > > > > > > >> >>> > > >
    > .....................................
    >     > SKIPPED
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
    > compiler-mxmlc
    >     >     > > > > > > > > > >> >>> > > >
    > .....................................
    >     > SKIPPED
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
    >     > compiler-optimizer
    >     >     > > > > > > > > > >> >>> > > > .................................
    >     > SKIPPED
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
    >     > compiler-swfdump
    >     >     > > > > > > > > > >> >>> > > >
    > ...................................
    >     > SKIPPED
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] mxmlc
    >     >     > > > > > > > > > >> >>> > > >
    >     > ..............................................
    >     >     > > > > SKIPPED
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache
    > Royale:
    >     >     > > > > Distribution
    >     >     > > > > > > > > > >> >>> > > > ........................ SKIPPED
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache
    > Royale:
    >     >     > > > ManualTests
    >     >     > > > > > > > > > >> >>> > > > ......................... SKIPPED
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache
    > Royale:
    >     >     > > > > ManualTests:
    >     >     > > > > > > > > > UnitTests
    >     >     > > > > > > > > > >> >>> > > > .............. SKIPPED
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache
    > Royale:
    >     >     > > Testsuite
    >     >     > > > > > 0.9.4
    >     >     > > > > > > > > > >> >>> > > > ..................... SKIPPED
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> >
    >     >     > > > > > > > > > >> >>>
    >     >     > > > > > > > > > >>
    >     >     > > > > > > > >
    >     >     > > > > > >
    >     >     > > > >
    >     >     > >
    >     >
    > ------------------------------------------------------------------------
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] BUILD
    > FAILURE
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> >
    >     >     > > > > > > > > > >> >>>
    >     >     > > > > > > > > > >>
    >     >     > > > > > > > >
    >     >     > > > > > >
    >     >     > > > >
    >     >     > >
    >     >
    > ------------------------------------------------------------------------
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Total
    > time:
    >     > 14:11
    >     >     > min
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
    > Finished at:
    >     >     > > > > > > > > > 2018-09-30T00:25:37-07:00
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> >
    >     >     > > > > > > > > > >> >>>
    >     >     > > > > > > > > > >>
    >     >     > > > > > > > >
    >     >     > > > > > >
    >     >     > > > >
    >     >     > >
    >     >
    > ------------------------------------------------------------------------
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] Failed
    > to
    >     > execute
    >     >     > > goal
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > >
    > org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:jar
    >     >     > > > > > > > > > >> >>> > > (attach-javadocs)
    >     >     > > > > > > > > > >> >>> > > > on project SampleAmfWebApp:
    >     >     > > MavenReportException:
    >     >     > > > > > Error
    >     >     > > > > > > > > while
    >     >     > > > > > > > > > >> >>> > generating
    >     >     > > > > > > > > > >> >>> > > > Javadoc:
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] Exit
    > code: 1
    >     > -
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > >
    >     >     > > > > > > > > > >> >>> >
    >     >     > > > > > > > > > >> >>>
    >     >     > > > > > > > > > >>
    >     >     > > > > > > > > >
    >     >     > > > > > > > >
    >     >     > > > > > > >
    >     >     > > > > > >
    >     >     > > > > >
    >     >     > > > >
    >     >     > > >
    >     >     > >
    >     >     >
    >     >
    > /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
    >     >     > > > > > > > > > >> >>> > > > error: @param name not found
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  *
    > @param
    >     > code
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
    >    ^
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > >
    >     >     > > > > > > > > > >> >>> >
    >     >     > > > > > > > > > >> >>>
    >     >     > > > > > > > > > >>
    >     >     > > > > > > > > >
    >     >     > > > > > > > >
    >     >     > > > > > > >
    >     >     > > > > > >
    >     >     > > > > >
    >     >     > > > >
    >     >     > > >
    >     >     > >
    >     >     >
    >     >
    > /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
    >     >     > > > > > > > > > >> >>> > > > warning: no description for @param
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  *
    > @param
    >     > code
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]    ^
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > >
    >     >     > > > > > > > > > >> >>> >
    >     >     > > > > > > > > > >> >>>
    >     >     > > > > > > > > > >>
    >     >     > > > > > > > > >
    >     >     > > > > > > > >
    >     >     > > > > > > >
    >     >     > > > > > >
    >     >     > > > > >
    >     >     > > > >
    >     >     > > >
    >     >     > >
    >     >     >
    >     >
    > /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:33:
    >     >     > > > > > > > > > >> >>> > > > warning: no @param for
    > compressionError
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] public
    >     >     > > > > > > > > > >> >>> > > >
    >     > AMFCompressionException(AMFCompressionError
    >     >     > > > > > > > > compressionError)
    >     >     > > > > > > > > > {
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
    > ^
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > >
    >     >     > > > > > > > > > >> >>> >
    >     >     > > > > > > > > > >> >>>
    >     >     > > > > > > > > > >>
    >     >     > > > > > > > > >
    >     >     > > > > > > > >
    >     >     > > > > > > >
    >     >     > > > > > >
    >     >     > > > > >
    >     >     > > > >
    >     >     > > >
    >     >     > >
    >     >     >
    >     >
    > /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
    >     >     > > > > > > > > > >> >>> > > > error: @param name not found
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  *
    > @param
    >     > code
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
    >    ^
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > >
    >     >     > > > > > > > > > >> >>> >
    >     >     > > > > > > > > > >> >>>
    >     >     > > > > > > > > > >>
    >     >     > > > > > > > > >
    >     >     > > > > > > > >
    >     >     > > > > > > >
    >     >     > > > > > >
    >     >     > > > > >
    >     >     > > > >
    >     >     > > >
    >     >     > >
    >     >     >
    >     >
    > /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
    >     >     > > > > > > > > > >> >>> > > > warning: no description for @param
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  *
    > @param
    >     > code
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]    ^
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > >
    >     >     > > > > > > > > > >> >>> >
    >     >     > > > > > > > > > >> >>>
    >     >     > > > > > > > > > >>
    >     >     > > > > > > > > >
    >     >     > > > > > > > >
    >     >     > > > > > > >
    >     >     > > > > > >
    >     >     > > > > >
    >     >     > > > >
    >     >     > > >
    >     >     > >
    >     >     >
    >     >
    > /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:41:
    >     >     > > > > > > > > > >> >>> > > > warning: no description for @param
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  *
    > @param
    >     > cause
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]    ^
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > >
    >     >     > > > > > > > > > >> >>> >
    >     >     > > > > > > > > > >> >>>
    >     >     > > > > > > > > > >>
    >     >     > > > > > > > > >
    >     >     > > > > > > > >
    >     >     > > > > > > >
    >     >     > > > > > >
    >     >     > > > > >
    >     >     > > > >
    >     >     > > >
    >     >     > >
    >     >     >
    >     >
    > /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:43:
    >     >     > > > > > > > > > >> >>> > > > warning: no @param for
    > compressionError
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] public
    >     >     > > > > > > > > > >> >>> > > >
    >     > AMFCompressionException(AMFCompressionError
    >     >     > > > > > > > > compressionError,
    >     >     > > > > > > > > > >> >>> Throwable
    >     >     > > > > > > > > > >> >>> > > > cause) {
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
    > ^
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
    > Command line
    >     > was:
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > >
    >     >     > > > > > > > > > >> >>> >
    >     >     > > > > > > > > > >> >>>
    >     >     > > > > > > > > > >>
    >     >     > > > > > > > > >
    >     >     > > > > > > > >
    >     >     > > > > > > >
    >     >     > > > > > >
    >     >     > > > > >
    >     >     > > > >
    >     >     > > >
    >     >     > >
    >     >     >
    >     >
    > /Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/../bin/javadoc
    >     >     > > > > > > > > > >> >>> > > > @options @packages
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] Refer
    > to the
    >     >     > > generated
    >     >     > > > > > > Javadoc
    >     >     > > > > > > > > > files
    >     >     > > > > > > > > > >> in
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > >
    >     >     > > > > > > > > > >> >>> >
    >     >     > > > > > > > > > >> >>>
    >     >     > > > > > > > > > >>
    >     >     > > > > > > > > >
    >     >     > > > > > > > >
    >     >     > > > > > > >
    >     >     > > > > > >
    >     >     > > > > >
    >     >     > > > >
    >     >     > > >
    >     >     > >
    >     >     >
    >     >
    > '/Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/target/apidocs'
    >     >     > > > > > > > > > >> >>> > > > dir.
    >     >     > > > > > > > > > >> >>> > > >
    >     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] ->
    > [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]
    >     >     > >
    


Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by OmPrakash Muppirala <bi...@gmail.com>.
I updated it, although it looks a bit sparse now.  Can we list a few major
highlights here, that I can go add to the release notes?
Jewel should at least have several updates.

Thanks,
Om

On Mon, Oct 1, 2018 at 12:09 PM Alex Harui <ah...@adobe.com.invalid> wrote:

> Hey, I just noticed that nobody put a 0.9.4 section in the RELEASE_NOTES.
> Maybe just rename the 0.9.3 section?
>
> -Alex
>
> On 10/1/18, 12:07 PM, "OmPrakash Muppirala" <bi...@gmail.com> wrote:
>
>     Good catch!  I just pushed a fix for that.
>
>     Thanks,
>     Om
>
>     On Mon, Oct 1, 2018 at 11:04 AM Alex Harui <ah...@adobe.com.invalid>
> wrote:
>
>     > Om,
>     >
>     > I think the <tag>release/0.9.4</tag> in royale-asjs/pom.xml needs to
> be
>     > reverted back to 0.9.3.
>     >
>     > Everything else looks ok from my quick examination.
>     >
>     > Thanks and good luck,
>     > -Alex
>     >
>     > On 10/1/18, 10:29 AM, "Piotr Zarzycki" <pi...@gmail.com>
> wrote:
>     >
>     >     I saw your commit and I think you should be ok.
>     >
>     >     pon., 1 paź 2018 o 19:21 OmPrakash Muppirala <
> bigosmallm@gmail.com>
>     >     napisał(a):
>     >
>     >     > Okay, I did the following to reset:
>     >     >
>     >     > For all three repos:
>     >     > * Reverted all references of 0.9.5 to 0.9.4
>     >     > * Deleted 0.9.4-rc1 tag
>     >     > * Deleted branch: release/0.9.4
>     >     >
>     >     > Can someone please make sure that we are good before starting
> work?
>     >     >
>     >     > Thanks,
>     >     > Om
>     >     >
>     >     > On Mon, Oct 1, 2018 at 1:51 AM Carlos Rovira <
>     > carlosrovira@apache.org>
>     >     > wrote:
>     >     >
>     >     > > Hi Om,
>     >     > > is related to flash player debugger not launched? are you on
> Mac?
>     >     > > I think on Mac I have to make *.swf files be always opened
> by Flash
>     >     > Player
>     >     > > debugger.
>     >     > >
>     >     > > In the other hand, I need to commit during the day some
> fixes, one
>     > on
>     >     > > typedefs and expect more on compiler. So if you plan to try
> again
>     > some
>     >     > > hours ago, please, remove the commits to left the repos so
> we can
>     > commit
>     >     > > new work
>     >     > >
>     >     > > thanks!
>     >     > >
>     >     > > Carlos
>     >     > >
>     >     > >
>     >     > >
>     >     > >
>     >     > >
>     >     > > El lun., 1 oct. 2018 a las 10:29, OmPrakash Muppirala (<
>     >     > > bigosmallm@gmail.com>)
>     >     > > escribió:
>     >     > >
>     >     > > > I provided path to Chrome via -Dbrowser, but I got an
> error that
>     > ant
>     >     > was
>     >     > > > not able to access the application.
>     >     > > > So, I tried installing firefox and that seemed to work.
>     >     > > >
>     >     > > > On Mon, Oct 1, 2018 at 1:26 AM Piotr Zarzycki <
>     >     > piotrzarzycki21@gmail.com
>     >     > > >
>     >     > > > wrote:
>     >     > > >
>     >     > > > > Hi Om,
>     >     > > > >
>     >     > > > > You did use Firefox for that purpose ? I had to specify
>     >     > -Dbrowser=path
>     >     > > to
>     >     > > > > firefox.exe
>     >     > > > >
>     >     > > > > Thanks,
>     >     > > > > Piotr
>     >     > > > >
>     >     > > > > pon., 1 paź 2018 o 10:22 OmPrakash Muppirala <
>     > bigosmallm@gmail.com>
>     >     > > > > napisał(a):
>     >     > > > >
>     >     > > > > > Okay, I made several attempts through the day, making
>     > progress each
>     >     > > > time.
>     >     > > > > >  The last run failed because the browser could not be
>     > launched.
>     >     > > > > > I am going to pause on this and try again tomorrow (or
>     > later) . If
>     >     > > > > someone
>     >     > > > > > else wants to give this a go in the meantimne, they are
>     > welcome :-)
>     >     > > > > >
>     >     > > > > > Thanks,
>     >     > > > > > Om
>     >     > > > > >
>     >     > > > > > On Mon, Oct 1, 2018 at 12:22 AM Carlos Rovira <
>     >     > > carlosrovira@apache.org
>     >     > > > >
>     >     > > > > > wrote:
>     >     > > > > >
>     >     > > > > > > Hi Om,
>     >     > > > > > > no,  I Thought this was due to different tries of the
>     > release
>     >     > > process
>     >     > > > > but
>     >     > > > > > > most of the poms are in 0.9.6-SNAPSHOT.
>     >     > > > > > > You can search the entire repo for "0.9.X-SNAPSHOT"
> string
>     > to see
>     >     > > > that
>     >     > > > > > now
>     >     > > > > > > X is 6.
>     >     > > > > > >
>     >     > > > > > > thanks
>     >     > > > > > >
>     >     > > > > > > El lun., 1 oct. 2018 a las 2:07, OmPrakash Muppirala
> (<
>     >     > > > > > > bigosmallm@gmail.com>)
>     >     > > > > > > escribió:
>     >     > > > > > >
>     >     > > > > > > > On Sun, Sep 30, 2018, 2:13 PM Carlos Rovira <
>     >     > > > carlosrovira@apache.org
>     >     > > > > >
>     >     > > > > > > > wrote:
>     >     > > > > > > >
>     >     > > > > > > > > Hi Om,
>     >     > > > > > > > > just saw that some poms was not changed to
>     > 0.9.6-SNAPSHOT.
>     >     > > > > > > > >
>     >     > > > > > > >
>     >     > > > > > > > Do you mean 0.9.4-SNAPSHOT?
>     >     > > > > > > >
>     >     > > > > > > > Thanks,
>     >     > > > > > > > Om
>     >     > > > > > > >
>     >     > > > > > > >
>     >     > > > > > > >
>     >     > > > > > > > I think that should be fixed and get a prepare
> maven
>     > release
>     >     > > > process
>     >     > > > > > that
>     >     > > > > > > > > could finaly gets all poms updated to new
> version.
>     >     > > > > > > > > Don't know if that could be the problem. Can you
> try
>     > again?
>     >     > > > > > > > > thanks
>     >     > > > > > > > >
>     >     > > > > > > > > El dom., 30 sept. 2018 a las 21:32, OmPrakash
>     > Muppirala (<
>     >     > > > > > > > > bigosmallm@gmail.com>) escribió:
>     >     > > > > > > > >
>     >     > > > > > > > > > Made a bit more progress, but the build is
> failing
>     > here
>     >     > now:
>     >     > > > > > > > > >
>     >     > > > > > > > > >      [exec] [INFO] [INFO] Apache Royale:
> Examples:
>     > Royale:
>     >     > > > > > > > > > DataBindingExample_as SUCCESS [  2.469 s]
>     >     > > > > > > > > >
>     >     > > > > > > > > >      [exec] [INFO] [INFO] Apache Royale:
> Examples:
>     > Royale:
>     >     > > > > > > > > > DataBindingExample_Flat FAILURE [  1.756 s]
>     >     > > > > > > > > >
>     >     > > > > > > > > >      [exec] [INFO] [INFO] Apache Royale:
> Examples:
>     > Royale:
>     >     > > > > > > > > > DataBindingExampleWithLayout SKIPPED
>     >     > > > > > > > > >
>     >     > > > > > > > > >      [exec] [INFO] [INFO] Apache Royale:
> Examples:
>     > Royale:
>     >     > > > > > > > > DataGridExample
>     >     > > > > > > > > > ... SKIPPED
>     >     > > > > > > > > >
>     >     > > > > > > > > >
>     >     > > > > > > > > >
>     >     > > > > > > > > > Detailed error:
>     >     > > > > > > > > >
>     >     > > > > > > > > >
>     >     > > > > > > > > >     [exec] [INFO] [INFO]
>     >     > > > > > > > > >
>     >     > > > > > > >
>     >     > > > > >
>     >     > > >
>     >     >
>     >
> ------------------------------------------------------------------------
>     >     > > > > > > > > >
>     >     > > > > > > > > >      [exec] [INFO] [INFO] BUILD FAILURE
>     >     > > > > > > > > >
>     >     > > > > > > > > >      [exec] [INFO] [INFO]
>     >     > > > > > > > > >
>     >     > > > > > > >
>     >     > > > > >
>     >     > > >
>     >     >
>     >
> ------------------------------------------------------------------------
>     >     > > > > > > > > >
>     >     > > > > > > > > >      [exec] [INFO] [INFO] Total time: 07:03 min
>     >     > > > > > > > > >
>     >     > > > > > > > > >      [exec] [INFO] [INFO] Finished at:
>     >     > > > 2018-09-30T12:17:45-07:00
>     >     > > > > > > > > >
>     >     > > > > > > > > >      [exec] [INFO] [INFO]
>     >     > > > > > > > > >
>     >     > > > > > > >
>     >     > > > > >
>     >     > > >
>     >     >
>     >
> ------------------------------------------------------------------------
>     >     > > > > > > > > >
>     >     > > > > > > > > >      [exec] [INFO] [ERROR] Failed to execute
> goal
>     >     > > > > > > > > >
>     >     > org.apache.maven.plugins:maven-dependency-plugin:2.10:unpack
>     >     > > > > > > > > (unpack-fonts)
>     >     > > > > > > > > > on project DataBindingExample_Flat: Unable to
> find
>     >     > artifact.
>     >     > > > > Could
>     >     > > > > > > not
>     >     > > > > > > > > find
>     >     > > > > > > > > > artifact
> org.apache.royale.framework:Fonts:war:0.9.4
>     > in
>     >     > > > > > > apache-release
>     >     > > > > > > > (
>     >     > > > > > > > > >
>     >     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C701180fceea646ef704908d627d12a0c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740176638198244&amp;sdata=lUivjInfLSVUXHD6Exha8pVaZNRzkpkZZ%2BrMh%2FxiC4w%3D&amp;reserved=0
>     > )
>     >     > > > > > > > > >
>     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>     >     > > > > > > > > >
>     >     > > > > > > > > >      [exec] [INFO] [ERROR] Try downloading the
> file
>     >     > manually
>     >     > > > from
>     >     > > > > > the
>     >     > > > > > > > > > project website.
>     >     > > > > > > > > >
>     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>     >     > > > > > > > > >
>     >     > > > > > > > > >      [exec] [INFO] [ERROR] Then, install it
> using the
>     >     > > command:
>     >     > > > > > > > > >
>     >     > > > > > > > > >      [exec] [INFO] [ERROR]     mvn
>     > install:install-file
>     >     > > > > > > > > > -DgroupId=org.apache.royale.framework
>     > -DartifactId=Fonts
>     >     > > > > > > > -Dversion=0.9.4
>     >     > > > > > > > > > -Dpackaging=war -Dfile=/path/to/file
>     >     > > > > > > > > >
>     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>     >     > > > > > > > > >
>     >     > > > > > > > > >      [exec] [INFO] [ERROR] Alternatively, if
> you
>     > host your
>     >     > > own
>     >     > > > > > > > repository
>     >     > > > > > > > > > you can deploy the file there:
>     >     > > > > > > > > >
>     >     > > > > > > > > >      [exec] [INFO] [ERROR]     mvn
> deploy:deploy-file
>     >     > > > > > > > > > -DgroupId=org.apache.royale.framework
>     > -DartifactId=Fonts
>     >     > > > > > > > -Dversion=0.9.4
>     >     > > > > > > > > > -Dpackaging=war -Dfile=/path/to/file
> -Durl=[url]
>     >     > > > > > -DrepositoryId=[id]
>     >     > > > > > > > > >
>     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>     >     > > > > > > > > >
>     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>     >     > > > > > > > > >
>     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>     >     > > > > > > >  org.apache.royale.framework:Fonts:war:0.9.4
>     >     > > > > > > > > >
>     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>     >     > > > > > > > > >
>     >     > > > > > > > > >      [exec] [INFO] [ERROR] from the specified
> remote
>     >     > > > > repositories:
>     >     > > > > > > > > >
>     >     > > > > > > > > >      [exec] [INFO] [ERROR]   apache-release (
>     >     > > > > > > > > >
>     >     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C701180fceea646ef704908d627d12a0c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740176638198244&amp;sdata=lUivjInfLSVUXHD6Exha8pVaZNRzkpkZZ%2BrMh%2FxiC4w%3D&amp;reserved=0
>     > ,
>     >     > > > > > > > > > releases=true,
>     >     > > > > > > > > > snapshots=false),
>     >     > > > > > > > > >
>     >     > > > > > > > > >      [exec] [INFO] [ERROR]   apache-snapshots (
>     >     > > > > > > > > >
>     >     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7C701180fceea646ef704908d627d12a0c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740176638198244&amp;sdata=t0x8mT0EGAyUq0vGi2Tnc%2BOIMmFiRjUQxX3zTXSh52Q%3D&amp;reserved=0
>     >     > > ,
>     >     > > > > > > > > > releases=false, snapshots=true),
>     >     > > > > > > > > >
>     >     > > > > > > > > >      [exec] [INFO] [ERROR]   apache.snapshots (
>     >     > > > > > > > > >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7C701180fceea646ef704908d627d12a0c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740176638208249&amp;sdata=dcVJMfzQ%2BcflG96%2F%2B7Ib5UQq13ofJq9uMl97MoTEj1A%3D&amp;reserved=0
> ,
>     > releases=false,
>     >     > > > > > > > > snapshots=true),
>     >     > > > > > > > > >
>     >     > > > > > > > > >      [exec] [INFO] [ERROR]   central (
>     >     > > > > > > > >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo.maven.apache.org%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7C701180fceea646ef704908d627d12a0c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740176638208249&amp;sdata=zQD%2FVybitYEoXEMBnjJI7hNDrhGkXhoKkEMfTOJ44sY%3D&amp;reserved=0
>     >     > > > > > > > > > ,
>     >     > > > > > > > > > releases=true, snapshots=false)
>     >     > > > > > > > > >
>     >     > > > > > > > > >      [exec] [INFO] [ERROR] -> [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]
>     >     > > > > > > > > >
>     >     > > > > > > >
>     >     > > > > >
>     >     > > >
>     >     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7C701180fceea646ef704908d627d12a0c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740176638208249&amp;sdata=YAUMjTx3NCrJW%2FphEb%2FvW9xpxixl6g8G7s33bM8Ptrs%3D&amp;reserved=0
>     >     > > > > > > > > >
>     >     > > > > > > > > >      [exec] [INFO] [ERROR]
>     >     > > > > > > > > >
>     >     > > > > > > > > >      [exec] [INFO] [ERROR] After correcting the
>     > problems,
>     >     > you
>     >     > > > can
>     >     > > > > > > > resume
>     >     > > > > > > > > > the build with the command
>     >     > > > > > > > > >
>     >     > > > > > > > > >      [exec] [INFO] [ERROR]   mvn <goals> -rf
>     >     > > > > > :DataBindingExample_Flat
>     >     > > > > > > > > >
>     >     > > > > > > > > >      [exec] [INFO]
>     >     > > > > > > > > >
>     >     > > > > > > >
>     >     > > > > >
>     >     > > >
>     >     >
>     >
> ------------------------------------------------------------------------
>     >     > > > > > > > > >
>     >     > > > > > > > > >      [exec] [INFO] Reactor Summary:
>     >     > > > > > > > > >
>     >     > > > > > > > > >      [exec] [INFO] Apache Royale: Framework:
> Parent
>     >     > > > > 0.9.5-SNAPSHOT
>     >     > > > > > > ....
>     >     > > > > > > > > > FAILURE [07:08 min]
>     >     > > > > > > > > >
>     >     > > > > > > > > >      [exec] [INFO] Apache Royale: Framework
>     >     > > > > > > ...........................
>     >     > > > > > > > > > SKIPPED
>     >     > > > > > > > > >
>     >     > > > > > > > > >      [exec] [INFO] Apache Royale: Framework:
> Fonts
>     >     > > > > > > ....................
>     >     > > > > > > > > > SKIPPED
>     >     > > > > > > > > >
>     >     > > > > > > > > >
>     >     > > > > > > > > >
>     >     > > > > > > > > > Can someone please take a look?
>     >     > > > > > > > > >
>     >     > > > > > > > > > On Sun, Sep 30, 2018 at 9:13 AM OmPrakash
> Muppirala <
>     >     > > > > > > > > bigosmallm@gmail.com>
>     >     > > > > > > > > > wrote:
>     >     > > > > > > > > >
>     >     > > > > > > > > > > Thanks for the quick fix!  Will pull develop
> and
>     > try
>     >     > again.
>     >     > > > > Will
>     >     > > > > > > > > report
>     >     > > > > > > > > > > in a while.
>     >     > > > > > > > > > >
>     >     > > > > > > > > > > Regards,
>     >     > > > > > > > > > > Om
>     >     > > > > > > > > > >
>     >     > > > > > > > > > >
>     >     > > > > > > > > > > On Sun, Sep 30, 2018, 8:47 AM Carlos Rovira <
>     >     > > > > > > carlosrovira@apache.org
>     >     > > > > > > > >
>     >     > > > > > > > > > > wrote:
>     >     > > > > > > > > > >
>     >     > > > > > > > > > >> Hi Om,
>     >     > > > > > > > > > >>
>     >     > > > > > > > > > >> error is now fixed. Can you try to release
> again?
>     >     > > > > > > > > > >> thanks
>     >     > > > > > > > > > >>
>     >     > > > > > > > > > >> Carlos
>     >     > > > > > > > > > >>
>     >     > > > > > > > > > >>
>     >     > > > > > > > > > >>
>     >     > > > > > > > > > >>
>     >     > > > > > > > > > >>
>     >     > > > > > > > > > >> El dom., 30 sept. 2018 a las 17:27, Carlos
> Rovira
>     > (<
>     >     > > > > > > > > > >> carlosrovira@apache.org>)
>     >     > > > > > > > > > >> escribió:
>     >     > > > > > > > > > >>
>     >     > > > > > > > > > >> > Hi,
>     >     > > > > > > > > > >> >
>     >     > > > > > > > > > >> > just reverted the two generated commits
> for
>     > release, I
>     >     > > > left
>     >     > > > > to
>     >     > > > > > > you
>     >     > > > > > > > > > >> remove
>     >     > > > > > > > > > >> > new branches generated.
>     >     > > > > > > > > > >> > About the fail, I was wrong, since I saw
> this
>     > very
>     >     > > > quickly.
>     >     > > > > > It's
>     >     > > > > > > > not
>     >     > > > > > > > > > >> about
>     >     > > > > > > > > > >> > JDK, I'm using as well 1.8. I was
> confused for
>     > other
>     >     > > > thing I
>     >     > > > > > had
>     >     > > > > > > > > some
>     >     > > > > > > > > > >> weeks
>     >     > > > > > > > > > >> > ago, and was trying to use another JDK,
> but I
>     > don't
>     >     > > > remember
>     >     > > > > > > what
>     >     > > > > > > > > was.
>     >     > > > > > > > > > >> >
>     >     > > > > > > > > > >> > Anyway, the problem is about java doc, in
> the
>     > new
>     >     > class
>     >     > > > > > > > > > >> > AMFCompressionException.java I introduce
> some
>     > months
>     >     > > ago.
>     >     > > > > > > > > > >> > since we never execute java doc
> generation we
>     > didn't
>     >     > see
>     >     > > > > this.
>     >     > > > > > > > > > >> >
>     >     > > > > > > > > > >> > I'm going to try to fix this removing the
>     > problems I
>     >     > > see,
>     >     > > > > and
>     >     > > > > > > I'll
>     >     > > > > > > > > try
>     >     > > > > > > > > > >> to
>     >     > > > > > > > > > >> > see if I can try to use java doc to test
> if I
>     > pass the
>     >     > > > > > problem.
>     >     > > > > > > > > > >> >
>     >     > > > > > > > > > >> > I'll report soon.
>     >     > > > > > > > > > >> >
>     >     > > > > > > > > > >> > Carlos
>     >     > > > > > > > > > >> >
>     >     > > > > > > > > > >> >
>     >     > > > > > > > > > >> > El dom., 30 sept. 2018 a las 17:12, Carlos
>     > Rovira (<
>     >     > > > > > > > > > >> > carlosrovira@apache.org>) escribió:
>     >     > > > > > > > > > >> >
>     >     > > > > > > > > > >> >> Hi, since I'm going to work now on some
>     > compiler
>     >     > > changes,
>     >     > > > > > I'll
>     >     > > > > > > > > revert
>     >     > > > > > > > > > >> >> those 2 commits in each repo. I'll try
> to pass
>     > as
>     >     > well
>     >     > > > > maven
>     >     > > > > > > with
>     >     > > > > > > > > > java
>     >     > > > > > > > > > >> 1.8
>     >     > > > > > > > > > >> >> in amp and see if I get the same error
>     >     > > > > > > > > > >> >>
>     >     > > > > > > > > > >> >> El dom., 30 sept. 2018 a las 15:16, Piotr
>     > Zarzycki (<
>     >     > > > > > > > > > >> >> piotrzarzycki21@gmail.com>) escribió:
>     >     > > > > > > > > > >> >>
>     >     > > > > > > > > > >> >>> Om,
>     >     > > > > > > > > > >> >>>
>     >     > > > > > > > > > >> >>> I think if you got fail during the
> process you
>     >     > should
>     >     > > > > right
>     >     > > > > > > > after
>     >     > > > > > > > > > >> that.
>     >     > > > > > > > > > >> >>> 1) Remove created release tags
>     >     > > > > > > > > > >> >>> 2) Revert all changes which Maven did in
>     > develop
>     >     > > > branches
>     >     > > > > to
>     >     > > > > > > the
>     >     > > > > > > > > > >> previous
>     >     > > > > > > > > > >> >>> state
>     >     > > > > > > > > > >> >>>
>     >     > > > > > > > > > >> >>> Thanks,
>     >     > > > > > > > > > >> >>> Piotr
>     >     > > > > > > > > > >> >>>
>     >     > > > > > > > > > >> >>> niedz., 30 wrz 2018 o 12:40 Carlos
> Rovira <
>     >     > > > > > > > > > >> carlos.rovira@codeoscopic.com
>     >     > > > > > > > > > >> >>> >
>     >     > > > > > > > > > >> >>> napisał(a):
>     >     > > > > > > > > > >> >>>
>     >     > > > > > > > > > >> >>> > Hi Om,
>     >     > > > > > > > > > >> >>> > don't have many time now, but seems
> you are
>     > using
>     >     > > JDK
>     >     > > > > 1.8
>     >     > > > > > > and
>     >     > > > > > > > > that
>     >     > > > > > > > > > >> >>> project
>     >     > > > > > > > > > >> >>> > needs to be 1.7 or will fail
>     >     > > > > > > > > > >> >>> > I'll connect some hours later to see
> if you
>     > could
>     >     > > use
>     >     > > > > that
>     >     > > > > > > sdk
>     >     > > > > > > > > > >> >>> > good luck! :)
>     >     > > > > > > > > > >> >>> >
>     >     > > > > > > > > > >> >>> > El dom., 30 sept. 2018 a las 11:34,
> Piotr
>     > Zarzycki
>     >     > > (<
>     >     > > > > > > > > > >> >>> > piotrzarzycki21@gmail.com>) escribió:
>     >     > > > > > > > > > >> >>> >
>     >     > > > > > > > > > >> >>> > > Hi Om,
>     >     > > > > > > > > > >> >>> > >
>     >     > > > > > > > > > >> >>> > > Have you tried build that example on
>     > their own?
>     >     > Is
>     >     > > > it
>     >     > > > > > > > failing
>     >     > > > > > > > > > with
>     >     > > > > > > > > > >> >>> the
>     >     > > > > > > > > > >> >>> > same
>     >     > > > > > > > > > >> >>> > > stack trace?
>     >     > > > > > > > > > >> >>> > >
>     >     > > > > > > > > > >> >>> > > Thanks,
>     >     > > > > > > > > > >> >>> > > Piotr
>     >     > > > > > > > > > >> >>> > >
>     >     > > > > > > > > > >> >>> > > On Sun, Sep 30, 2018, 9:31 AM
> OmPrakash
>     >     > Muppirala
>     >     > > <
>     >     > > > > > > > > > >> >>> bigosmallm@gmail.com>
>     >     > > > > > > > > > >> >>> > > wrote:
>     >     > > > > > > > > > >> >>> > >
>     >     > > > > > > > > > >> >>> > > > So, I made a lot of progress
> (much more
>     > than
>     >     > > last
>     >     > > > > > time),
>     >     > > > > > > > but
>     >     > > > > > > > > > >> >>> > > unfortunately
>     >     > > > > > > > > > >> >>> > > > the build failed at this stage.
> Looks
>     > like an
>     >     > > > issue
>     >     > > > > > > with
>     >     > > > > > > > > the
>     >     > > > > > > > > > >> >>> > > > SampleAmfWebApp.  Anyone else
> seeing
>     > this
>     >     > error
>     >     > > or
>     >     > > > > am
>     >     > > > > > I
>     >     > > > > > > > > doing
>     >     > > > > > > > > > >> >>> something
>     >     > > > > > > > > > >> >>> > > > wrong?
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache
> Royale:
>     >     > > Examples:
>     >     > > > > > > Native:
>     >     > > > > > > > > > >> >>> USStatesMap
>     >     > > > > > > > > > >> >>> > > > ....... SUCCESS [  1.001 s]
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache
> Royale:
>     >     > > Examples:
>     >     > > > > > > NodeJS
>     >     > > > > > > > > > >> >>> > > > .................... SUCCESS [
> 0.210 s]
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache
> Royale:
>     >     > > Examples:
>     >     > > > > > > NodeJS:
>     >     > > > > > > > > > >> >>> HelloWorld
>     >     > > > > > > > > > >> >>> > > > ........ SUCCESS [  0.945 s]
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache
> Royale:
>     >     > > Examples:
>     >     > > > > AMF
>     >     > > > > > > Web
>     >     > > > > > > > > > Apps
>     >     > > > > > > > > > >> >>> > > > .............. SUCCESS [  0.202 s]
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache
> Royale:
>     >     > > Examples:
>     >     > > > > AMF
>     >     > > > > > > Web
>     >     > > > > > > > > > Apps:
>     >     > > > > > > > > > >> >>> > > > SampleAmfWebApp FAILURE [01:51
> min]
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache
> Royale:
>     >     > > Examples:
>     >     > > > > > > > > > >> Integrationtests
>     >     > > > > > > > > > >> >>> > > > .......... SKIPPED
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] compc
>     >     > > > > > > > > > >> >>> > > >
>     > ..............................................
>     >     > > > > SKIPPED
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
> compiler-asc
>     >     > > > > > > > > > >> >>> > > >
> .......................................
>     >     > SKIPPED
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
> compiler-compc
>     >     > > > > > > > > > >> >>> > > >
> .....................................
>     > SKIPPED
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
> compiler-mxmlc
>     >     > > > > > > > > > >> >>> > > >
> .....................................
>     > SKIPPED
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
>     > compiler-optimizer
>     >     > > > > > > > > > >> >>> > > > .................................
>     > SKIPPED
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
>     > compiler-swfdump
>     >     > > > > > > > > > >> >>> > > >
> ...................................
>     > SKIPPED
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] mxmlc
>     >     > > > > > > > > > >> >>> > > >
>     > ..............................................
>     >     > > > > SKIPPED
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache
> Royale:
>     >     > > > > Distribution
>     >     > > > > > > > > > >> >>> > > > ........................ SKIPPED
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache
> Royale:
>     >     > > > ManualTests
>     >     > > > > > > > > > >> >>> > > > ......................... SKIPPED
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache
> Royale:
>     >     > > > > ManualTests:
>     >     > > > > > > > > > UnitTests
>     >     > > > > > > > > > >> >>> > > > .............. SKIPPED
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache
> Royale:
>     >     > > Testsuite
>     >     > > > > > 0.9.4
>     >     > > > > > > > > > >> >>> > > > ..................... SKIPPED
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> >
>     >     > > > > > > > > > >> >>>
>     >     > > > > > > > > > >>
>     >     > > > > > > > >
>     >     > > > > > >
>     >     > > > >
>     >     > >
>     >
> ------------------------------------------------------------------------
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] BUILD
> FAILURE
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> >
>     >     > > > > > > > > > >> >>>
>     >     > > > > > > > > > >>
>     >     > > > > > > > >
>     >     > > > > > >
>     >     > > > >
>     >     > >
>     >
> ------------------------------------------------------------------------
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Total
> time:
>     > 14:11
>     >     > min
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
> Finished at:
>     >     > > > > > > > > > 2018-09-30T00:25:37-07:00
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> >
>     >     > > > > > > > > > >> >>>
>     >     > > > > > > > > > >>
>     >     > > > > > > > >
>     >     > > > > > >
>     >     > > > >
>     >     > >
>     >
> ------------------------------------------------------------------------
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] Failed
> to
>     > execute
>     >     > > goal
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > >
> org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:jar
>     >     > > > > > > > > > >> >>> > > (attach-javadocs)
>     >     > > > > > > > > > >> >>> > > > on project SampleAmfWebApp:
>     >     > > MavenReportException:
>     >     > > > > > Error
>     >     > > > > > > > > while
>     >     > > > > > > > > > >> >>> > generating
>     >     > > > > > > > > > >> >>> > > > Javadoc:
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] Exit
> code: 1
>     > -
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > >
>     >     > > > > > > > > > >> >>> >
>     >     > > > > > > > > > >> >>>
>     >     > > > > > > > > > >>
>     >     > > > > > > > > >
>     >     > > > > > > > >
>     >     > > > > > > >
>     >     > > > > > >
>     >     > > > > >
>     >     > > > >
>     >     > > >
>     >     > >
>     >     >
>     >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
>     >     > > > > > > > > > >> >>> > > > error: @param name not found
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  *
> @param
>     > code
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
>    ^
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > >
>     >     > > > > > > > > > >> >>> >
>     >     > > > > > > > > > >> >>>
>     >     > > > > > > > > > >>
>     >     > > > > > > > > >
>     >     > > > > > > > >
>     >     > > > > > > >
>     >     > > > > > >
>     >     > > > > >
>     >     > > > >
>     >     > > >
>     >     > >
>     >     >
>     >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
>     >     > > > > > > > > > >> >>> > > > warning: no description for @param
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  *
> @param
>     > code
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]    ^
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > >
>     >     > > > > > > > > > >> >>> >
>     >     > > > > > > > > > >> >>>
>     >     > > > > > > > > > >>
>     >     > > > > > > > > >
>     >     > > > > > > > >
>     >     > > > > > > >
>     >     > > > > > >
>     >     > > > > >
>     >     > > > >
>     >     > > >
>     >     > >
>     >     >
>     >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:33:
>     >     > > > > > > > > > >> >>> > > > warning: no @param for
> compressionError
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] public
>     >     > > > > > > > > > >> >>> > > >
>     > AMFCompressionException(AMFCompressionError
>     >     > > > > > > > > compressionError)
>     >     > > > > > > > > > {
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> ^
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > >
>     >     > > > > > > > > > >> >>> >
>     >     > > > > > > > > > >> >>>
>     >     > > > > > > > > > >>
>     >     > > > > > > > > >
>     >     > > > > > > > >
>     >     > > > > > > >
>     >     > > > > > >
>     >     > > > > >
>     >     > > > >
>     >     > > >
>     >     > >
>     >     >
>     >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
>     >     > > > > > > > > > >> >>> > > > error: @param name not found
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  *
> @param
>     > code
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
>    ^
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > >
>     >     > > > > > > > > > >> >>> >
>     >     > > > > > > > > > >> >>>
>     >     > > > > > > > > > >>
>     >     > > > > > > > > >
>     >     > > > > > > > >
>     >     > > > > > > >
>     >     > > > > > >
>     >     > > > > >
>     >     > > > >
>     >     > > >
>     >     > >
>     >     >
>     >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
>     >     > > > > > > > > > >> >>> > > > warning: no description for @param
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  *
> @param
>     > code
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]    ^
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > >
>     >     > > > > > > > > > >> >>> >
>     >     > > > > > > > > > >> >>>
>     >     > > > > > > > > > >>
>     >     > > > > > > > > >
>     >     > > > > > > > >
>     >     > > > > > > >
>     >     > > > > > >
>     >     > > > > >
>     >     > > > >
>     >     > > >
>     >     > >
>     >     >
>     >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:41:
>     >     > > > > > > > > > >> >>> > > > warning: no description for @param
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  *
> @param
>     > cause
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]    ^
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > >
>     >     > > > > > > > > > >> >>> >
>     >     > > > > > > > > > >> >>>
>     >     > > > > > > > > > >>
>     >     > > > > > > > > >
>     >     > > > > > > > >
>     >     > > > > > > >
>     >     > > > > > >
>     >     > > > > >
>     >     > > > >
>     >     > > >
>     >     > >
>     >     >
>     >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:43:
>     >     > > > > > > > > > >> >>> > > > warning: no @param for
> compressionError
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] public
>     >     > > > > > > > > > >> >>> > > >
>     > AMFCompressionException(AMFCompressionError
>     >     > > > > > > > > compressionError,
>     >     > > > > > > > > > >> >>> Throwable
>     >     > > > > > > > > > >> >>> > > > cause) {
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> ^
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> Command line
>     > was:
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > >
>     >     > > > > > > > > > >> >>> >
>     >     > > > > > > > > > >> >>>
>     >     > > > > > > > > > >>
>     >     > > > > > > > > >
>     >     > > > > > > > >
>     >     > > > > > > >
>     >     > > > > > >
>     >     > > > > >
>     >     > > > >
>     >     > > >
>     >     > >
>     >     >
>     >
> /Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/../bin/javadoc
>     >     > > > > > > > > > >> >>> > > > @options @packages
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] Refer
> to the
>     >     > > generated
>     >     > > > > > > Javadoc
>     >     > > > > > > > > > files
>     >     > > > > > > > > > >> in
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > >
>     >     > > > > > > > > > >> >>> >
>     >     > > > > > > > > > >> >>>
>     >     > > > > > > > > > >>
>     >     > > > > > > > > >
>     >     > > > > > > > >
>     >     > > > > > > >
>     >     > > > > > >
>     >     > > > > >
>     >     > > > >
>     >     > > >
>     >     > >
>     >     >
>     >
> '/Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/target/apidocs'
>     >     > > > > > > > > > >> >>> > > > dir.
>     >     > > > > > > > > > >> >>> > > >
>     >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] ->
> [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]
>     >     > >

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Hey, I just noticed that nobody put a 0.9.4 section in the RELEASE_NOTES.  Maybe just rename the 0.9.3 section?

-Alex

On 10/1/18, 12:07 PM, "OmPrakash Muppirala" <bi...@gmail.com> wrote:

    Good catch!  I just pushed a fix for that.
    
    Thanks,
    Om
    
    On Mon, Oct 1, 2018 at 11:04 AM Alex Harui <ah...@adobe.com.invalid> wrote:
    
    > Om,
    >
    > I think the <tag>release/0.9.4</tag> in royale-asjs/pom.xml needs to be
    > reverted back to 0.9.3.
    >
    > Everything else looks ok from my quick examination.
    >
    > Thanks and good luck,
    > -Alex
    >
    > On 10/1/18, 10:29 AM, "Piotr Zarzycki" <pi...@gmail.com> wrote:
    >
    >     I saw your commit and I think you should be ok.
    >
    >     pon., 1 paź 2018 o 19:21 OmPrakash Muppirala <bi...@gmail.com>
    >     napisał(a):
    >
    >     > Okay, I did the following to reset:
    >     >
    >     > For all three repos:
    >     > * Reverted all references of 0.9.5 to 0.9.4
    >     > * Deleted 0.9.4-rc1 tag
    >     > * Deleted branch: release/0.9.4
    >     >
    >     > Can someone please make sure that we are good before starting work?
    >     >
    >     > Thanks,
    >     > Om
    >     >
    >     > On Mon, Oct 1, 2018 at 1:51 AM Carlos Rovira <
    > carlosrovira@apache.org>
    >     > wrote:
    >     >
    >     > > Hi Om,
    >     > > is related to flash player debugger not launched? are you on Mac?
    >     > > I think on Mac I have to make *.swf files be always opened by Flash
    >     > Player
    >     > > debugger.
    >     > >
    >     > > In the other hand, I need to commit during the day some fixes, one
    > on
    >     > > typedefs and expect more on compiler. So if you plan to try again
    > some
    >     > > hours ago, please, remove the commits to left the repos so we can
    > commit
    >     > > new work
    >     > >
    >     > > thanks!
    >     > >
    >     > > Carlos
    >     > >
    >     > >
    >     > >
    >     > >
    >     > >
    >     > > El lun., 1 oct. 2018 a las 10:29, OmPrakash Muppirala (<
    >     > > bigosmallm@gmail.com>)
    >     > > escribió:
    >     > >
    >     > > > I provided path to Chrome via -Dbrowser, but I got an error that
    > ant
    >     > was
    >     > > > not able to access the application.
    >     > > > So, I tried installing firefox and that seemed to work.
    >     > > >
    >     > > > On Mon, Oct 1, 2018 at 1:26 AM Piotr Zarzycki <
    >     > piotrzarzycki21@gmail.com
    >     > > >
    >     > > > wrote:
    >     > > >
    >     > > > > Hi Om,
    >     > > > >
    >     > > > > You did use Firefox for that purpose ? I had to specify
    >     > -Dbrowser=path
    >     > > to
    >     > > > > firefox.exe
    >     > > > >
    >     > > > > Thanks,
    >     > > > > Piotr
    >     > > > >
    >     > > > > pon., 1 paź 2018 o 10:22 OmPrakash Muppirala <
    > bigosmallm@gmail.com>
    >     > > > > napisał(a):
    >     > > > >
    >     > > > > > Okay, I made several attempts through the day, making
    > progress each
    >     > > > time.
    >     > > > > >  The last run failed because the browser could not be
    > launched.
    >     > > > > > I am going to pause on this and try again tomorrow (or
    > later) . If
    >     > > > > someone
    >     > > > > > else wants to give this a go in the meantimne, they are
    > welcome :-)
    >     > > > > >
    >     > > > > > Thanks,
    >     > > > > > Om
    >     > > > > >
    >     > > > > > On Mon, Oct 1, 2018 at 12:22 AM Carlos Rovira <
    >     > > carlosrovira@apache.org
    >     > > > >
    >     > > > > > wrote:
    >     > > > > >
    >     > > > > > > Hi Om,
    >     > > > > > > no,  I Thought this was due to different tries of the
    > release
    >     > > process
    >     > > > > but
    >     > > > > > > most of the poms are in 0.9.6-SNAPSHOT.
    >     > > > > > > You can search the entire repo for "0.9.X-SNAPSHOT" string
    > to see
    >     > > > that
    >     > > > > > now
    >     > > > > > > X is 6.
    >     > > > > > >
    >     > > > > > > thanks
    >     > > > > > >
    >     > > > > > > El lun., 1 oct. 2018 a las 2:07, OmPrakash Muppirala (<
    >     > > > > > > bigosmallm@gmail.com>)
    >     > > > > > > escribió:
    >     > > > > > >
    >     > > > > > > > On Sun, Sep 30, 2018, 2:13 PM Carlos Rovira <
    >     > > > carlosrovira@apache.org
    >     > > > > >
    >     > > > > > > > wrote:
    >     > > > > > > >
    >     > > > > > > > > Hi Om,
    >     > > > > > > > > just saw that some poms was not changed to
    > 0.9.6-SNAPSHOT.
    >     > > > > > > > >
    >     > > > > > > >
    >     > > > > > > > Do you mean 0.9.4-SNAPSHOT?
    >     > > > > > > >
    >     > > > > > > > Thanks,
    >     > > > > > > > Om
    >     > > > > > > >
    >     > > > > > > >
    >     > > > > > > >
    >     > > > > > > > I think that should be fixed and get a prepare maven
    > release
    >     > > > process
    >     > > > > > that
    >     > > > > > > > > could finaly gets all poms updated to new version.
    >     > > > > > > > > Don't know if that could be the problem. Can you try
    > again?
    >     > > > > > > > > thanks
    >     > > > > > > > >
    >     > > > > > > > > El dom., 30 sept. 2018 a las 21:32, OmPrakash
    > Muppirala (<
    >     > > > > > > > > bigosmallm@gmail.com>) escribió:
    >     > > > > > > > >
    >     > > > > > > > > > Made a bit more progress, but the build is failing
    > here
    >     > now:
    >     > > > > > > > > >
    >     > > > > > > > > >      [exec] [INFO] [INFO] Apache Royale: Examples:
    > Royale:
    >     > > > > > > > > > DataBindingExample_as SUCCESS [  2.469 s]
    >     > > > > > > > > >
    >     > > > > > > > > >      [exec] [INFO] [INFO] Apache Royale: Examples:
    > Royale:
    >     > > > > > > > > > DataBindingExample_Flat FAILURE [  1.756 s]
    >     > > > > > > > > >
    >     > > > > > > > > >      [exec] [INFO] [INFO] Apache Royale: Examples:
    > Royale:
    >     > > > > > > > > > DataBindingExampleWithLayout SKIPPED
    >     > > > > > > > > >
    >     > > > > > > > > >      [exec] [INFO] [INFO] Apache Royale: Examples:
    > Royale:
    >     > > > > > > > > DataGridExample
    >     > > > > > > > > > ... SKIPPED
    >     > > > > > > > > >
    >     > > > > > > > > >
    >     > > > > > > > > >
    >     > > > > > > > > > Detailed error:
    >     > > > > > > > > >
    >     > > > > > > > > >
    >     > > > > > > > > >     [exec] [INFO] [INFO]
    >     > > > > > > > > >
    >     > > > > > > >
    >     > > > > >
    >     > > >
    >     >
    > ------------------------------------------------------------------------
    >     > > > > > > > > >
    >     > > > > > > > > >      [exec] [INFO] [INFO] BUILD FAILURE
    >     > > > > > > > > >
    >     > > > > > > > > >      [exec] [INFO] [INFO]
    >     > > > > > > > > >
    >     > > > > > > >
    >     > > > > >
    >     > > >
    >     >
    > ------------------------------------------------------------------------
    >     > > > > > > > > >
    >     > > > > > > > > >      [exec] [INFO] [INFO] Total time: 07:03 min
    >     > > > > > > > > >
    >     > > > > > > > > >      [exec] [INFO] [INFO] Finished at:
    >     > > > 2018-09-30T12:17:45-07:00
    >     > > > > > > > > >
    >     > > > > > > > > >      [exec] [INFO] [INFO]
    >     > > > > > > > > >
    >     > > > > > > >
    >     > > > > >
    >     > > >
    >     >
    > ------------------------------------------------------------------------
    >     > > > > > > > > >
    >     > > > > > > > > >      [exec] [INFO] [ERROR] Failed to execute goal
    >     > > > > > > > > >
    >     > org.apache.maven.plugins:maven-dependency-plugin:2.10:unpack
    >     > > > > > > > > (unpack-fonts)
    >     > > > > > > > > > on project DataBindingExample_Flat: Unable to find
    >     > artifact.
    >     > > > > Could
    >     > > > > > > not
    >     > > > > > > > > find
    >     > > > > > > > > > artifact org.apache.royale.framework:Fonts:war:0.9.4
    > in
    >     > > > > > > apache-release
    >     > > > > > > > (
    >     > > > > > > > > >
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C701180fceea646ef704908d627d12a0c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740176638198244&amp;sdata=lUivjInfLSVUXHD6Exha8pVaZNRzkpkZZ%2BrMh%2FxiC4w%3D&amp;reserved=0
    > )
    >     > > > > > > > > >
    >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >     > > > > > > > > >
    >     > > > > > > > > >      [exec] [INFO] [ERROR] Try downloading the file
    >     > manually
    >     > > > from
    >     > > > > > the
    >     > > > > > > > > > project website.
    >     > > > > > > > > >
    >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >     > > > > > > > > >
    >     > > > > > > > > >      [exec] [INFO] [ERROR] Then, install it using the
    >     > > command:
    >     > > > > > > > > >
    >     > > > > > > > > >      [exec] [INFO] [ERROR]     mvn
    > install:install-file
    >     > > > > > > > > > -DgroupId=org.apache.royale.framework
    > -DartifactId=Fonts
    >     > > > > > > > -Dversion=0.9.4
    >     > > > > > > > > > -Dpackaging=war -Dfile=/path/to/file
    >     > > > > > > > > >
    >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >     > > > > > > > > >
    >     > > > > > > > > >      [exec] [INFO] [ERROR] Alternatively, if you
    > host your
    >     > > own
    >     > > > > > > > repository
    >     > > > > > > > > > you can deploy the file there:
    >     > > > > > > > > >
    >     > > > > > > > > >      [exec] [INFO] [ERROR]     mvn deploy:deploy-file
    >     > > > > > > > > > -DgroupId=org.apache.royale.framework
    > -DartifactId=Fonts
    >     > > > > > > > -Dversion=0.9.4
    >     > > > > > > > > > -Dpackaging=war -Dfile=/path/to/file -Durl=[url]
    >     > > > > > -DrepositoryId=[id]
    >     > > > > > > > > >
    >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >     > > > > > > > > >
    >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >     > > > > > > > > >
    >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >     > > > > > > >  org.apache.royale.framework:Fonts:war:0.9.4
    >     > > > > > > > > >
    >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >     > > > > > > > > >
    >     > > > > > > > > >      [exec] [INFO] [ERROR] from the specified remote
    >     > > > > repositories:
    >     > > > > > > > > >
    >     > > > > > > > > >      [exec] [INFO] [ERROR]   apache-release (
    >     > > > > > > > > >
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C701180fceea646ef704908d627d12a0c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740176638198244&amp;sdata=lUivjInfLSVUXHD6Exha8pVaZNRzkpkZZ%2BrMh%2FxiC4w%3D&amp;reserved=0
    > ,
    >     > > > > > > > > > releases=true,
    >     > > > > > > > > > snapshots=false),
    >     > > > > > > > > >
    >     > > > > > > > > >      [exec] [INFO] [ERROR]   apache-snapshots (
    >     > > > > > > > > >
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7C701180fceea646ef704908d627d12a0c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740176638198244&amp;sdata=t0x8mT0EGAyUq0vGi2Tnc%2BOIMmFiRjUQxX3zTXSh52Q%3D&amp;reserved=0
    >     > > ,
    >     > > > > > > > > > releases=false, snapshots=true),
    >     > > > > > > > > >
    >     > > > > > > > > >      [exec] [INFO] [ERROR]   apache.snapshots (
    >     > > > > > > > > >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7C701180fceea646ef704908d627d12a0c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740176638208249&amp;sdata=dcVJMfzQ%2BcflG96%2F%2B7Ib5UQq13ofJq9uMl97MoTEj1A%3D&amp;reserved=0,
    > releases=false,
    >     > > > > > > > > snapshots=true),
    >     > > > > > > > > >
    >     > > > > > > > > >      [exec] [INFO] [ERROR]   central (
    >     > > > > > > > >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo.maven.apache.org%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7C701180fceea646ef704908d627d12a0c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740176638208249&amp;sdata=zQD%2FVybitYEoXEMBnjJI7hNDrhGkXhoKkEMfTOJ44sY%3D&amp;reserved=0
    >     > > > > > > > > > ,
    >     > > > > > > > > > releases=true, snapshots=false)
    >     > > > > > > > > >
    >     > > > > > > > > >      [exec] [INFO] [ERROR] -> [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]
    >     > > > > > > > > >
    >     > > > > > > >
    >     > > > > >
    >     > > >
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7C701180fceea646ef704908d627d12a0c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740176638208249&amp;sdata=YAUMjTx3NCrJW%2FphEb%2FvW9xpxixl6g8G7s33bM8Ptrs%3D&amp;reserved=0
    >     > > > > > > > > >
    >     > > > > > > > > >      [exec] [INFO] [ERROR]
    >     > > > > > > > > >
    >     > > > > > > > > >      [exec] [INFO] [ERROR] After correcting the
    > problems,
    >     > you
    >     > > > can
    >     > > > > > > > resume
    >     > > > > > > > > > the build with the command
    >     > > > > > > > > >
    >     > > > > > > > > >      [exec] [INFO] [ERROR]   mvn <goals> -rf
    >     > > > > > :DataBindingExample_Flat
    >     > > > > > > > > >
    >     > > > > > > > > >      [exec] [INFO]
    >     > > > > > > > > >
    >     > > > > > > >
    >     > > > > >
    >     > > >
    >     >
    > ------------------------------------------------------------------------
    >     > > > > > > > > >
    >     > > > > > > > > >      [exec] [INFO] Reactor Summary:
    >     > > > > > > > > >
    >     > > > > > > > > >      [exec] [INFO] Apache Royale: Framework: Parent
    >     > > > > 0.9.5-SNAPSHOT
    >     > > > > > > ....
    >     > > > > > > > > > FAILURE [07:08 min]
    >     > > > > > > > > >
    >     > > > > > > > > >      [exec] [INFO] Apache Royale: Framework
    >     > > > > > > ...........................
    >     > > > > > > > > > SKIPPED
    >     > > > > > > > > >
    >     > > > > > > > > >      [exec] [INFO] Apache Royale: Framework: Fonts
    >     > > > > > > ....................
    >     > > > > > > > > > SKIPPED
    >     > > > > > > > > >
    >     > > > > > > > > >
    >     > > > > > > > > >
    >     > > > > > > > > > Can someone please take a look?
    >     > > > > > > > > >
    >     > > > > > > > > > On Sun, Sep 30, 2018 at 9:13 AM OmPrakash Muppirala <
    >     > > > > > > > > bigosmallm@gmail.com>
    >     > > > > > > > > > wrote:
    >     > > > > > > > > >
    >     > > > > > > > > > > Thanks for the quick fix!  Will pull develop and
    > try
    >     > again.
    >     > > > > Will
    >     > > > > > > > > report
    >     > > > > > > > > > > in a while.
    >     > > > > > > > > > >
    >     > > > > > > > > > > Regards,
    >     > > > > > > > > > > Om
    >     > > > > > > > > > >
    >     > > > > > > > > > >
    >     > > > > > > > > > > On Sun, Sep 30, 2018, 8:47 AM Carlos Rovira <
    >     > > > > > > carlosrovira@apache.org
    >     > > > > > > > >
    >     > > > > > > > > > > wrote:
    >     > > > > > > > > > >
    >     > > > > > > > > > >> Hi Om,
    >     > > > > > > > > > >>
    >     > > > > > > > > > >> error is now fixed. Can you try to release again?
    >     > > > > > > > > > >> thanks
    >     > > > > > > > > > >>
    >     > > > > > > > > > >> Carlos
    >     > > > > > > > > > >>
    >     > > > > > > > > > >>
    >     > > > > > > > > > >>
    >     > > > > > > > > > >>
    >     > > > > > > > > > >>
    >     > > > > > > > > > >> El dom., 30 sept. 2018 a las 17:27, Carlos Rovira
    > (<
    >     > > > > > > > > > >> carlosrovira@apache.org>)
    >     > > > > > > > > > >> escribió:
    >     > > > > > > > > > >>
    >     > > > > > > > > > >> > Hi,
    >     > > > > > > > > > >> >
    >     > > > > > > > > > >> > just reverted the two generated commits for
    > release, I
    >     > > > left
    >     > > > > to
    >     > > > > > > you
    >     > > > > > > > > > >> remove
    >     > > > > > > > > > >> > new branches generated.
    >     > > > > > > > > > >> > About the fail, I was wrong, since I saw this
    > very
    >     > > > quickly.
    >     > > > > > It's
    >     > > > > > > > not
    >     > > > > > > > > > >> about
    >     > > > > > > > > > >> > JDK, I'm using as well 1.8. I was confused for
    > other
    >     > > > thing I
    >     > > > > > had
    >     > > > > > > > > some
    >     > > > > > > > > > >> weeks
    >     > > > > > > > > > >> > ago, and was trying to use another JDK, but I
    > don't
    >     > > > remember
    >     > > > > > > what
    >     > > > > > > > > was.
    >     > > > > > > > > > >> >
    >     > > > > > > > > > >> > Anyway, the problem is about java doc, in the
    > new
    >     > class
    >     > > > > > > > > > >> > AMFCompressionException.java I introduce some
    > months
    >     > > ago.
    >     > > > > > > > > > >> > since we never execute java doc generation we
    > didn't
    >     > see
    >     > > > > this.
    >     > > > > > > > > > >> >
    >     > > > > > > > > > >> > I'm going to try to fix this removing the
    > problems I
    >     > > see,
    >     > > > > and
    >     > > > > > > I'll
    >     > > > > > > > > try
    >     > > > > > > > > > >> to
    >     > > > > > > > > > >> > see if I can try to use java doc to test if I
    > pass the
    >     > > > > > problem.
    >     > > > > > > > > > >> >
    >     > > > > > > > > > >> > I'll report soon.
    >     > > > > > > > > > >> >
    >     > > > > > > > > > >> > Carlos
    >     > > > > > > > > > >> >
    >     > > > > > > > > > >> >
    >     > > > > > > > > > >> > El dom., 30 sept. 2018 a las 17:12, Carlos
    > Rovira (<
    >     > > > > > > > > > >> > carlosrovira@apache.org>) escribió:
    >     > > > > > > > > > >> >
    >     > > > > > > > > > >> >> Hi, since I'm going to work now on some
    > compiler
    >     > > changes,
    >     > > > > > I'll
    >     > > > > > > > > revert
    >     > > > > > > > > > >> >> those 2 commits in each repo. I'll try to pass
    > as
    >     > well
    >     > > > > maven
    >     > > > > > > with
    >     > > > > > > > > > java
    >     > > > > > > > > > >> 1.8
    >     > > > > > > > > > >> >> in amp and see if I get the same error
    >     > > > > > > > > > >> >>
    >     > > > > > > > > > >> >> El dom., 30 sept. 2018 a las 15:16, Piotr
    > Zarzycki (<
    >     > > > > > > > > > >> >> piotrzarzycki21@gmail.com>) escribió:
    >     > > > > > > > > > >> >>
    >     > > > > > > > > > >> >>> Om,
    >     > > > > > > > > > >> >>>
    >     > > > > > > > > > >> >>> I think if you got fail during the process you
    >     > should
    >     > > > > right
    >     > > > > > > > after
    >     > > > > > > > > > >> that.
    >     > > > > > > > > > >> >>> 1) Remove created release tags
    >     > > > > > > > > > >> >>> 2) Revert all changes which Maven did in
    > develop
    >     > > > branches
    >     > > > > to
    >     > > > > > > the
    >     > > > > > > > > > >> previous
    >     > > > > > > > > > >> >>> state
    >     > > > > > > > > > >> >>>
    >     > > > > > > > > > >> >>> Thanks,
    >     > > > > > > > > > >> >>> Piotr
    >     > > > > > > > > > >> >>>
    >     > > > > > > > > > >> >>> niedz., 30 wrz 2018 o 12:40 Carlos Rovira <
    >     > > > > > > > > > >> carlos.rovira@codeoscopic.com
    >     > > > > > > > > > >> >>> >
    >     > > > > > > > > > >> >>> napisał(a):
    >     > > > > > > > > > >> >>>
    >     > > > > > > > > > >> >>> > Hi Om,
    >     > > > > > > > > > >> >>> > don't have many time now, but seems you are
    > using
    >     > > JDK
    >     > > > > 1.8
    >     > > > > > > and
    >     > > > > > > > > that
    >     > > > > > > > > > >> >>> project
    >     > > > > > > > > > >> >>> > needs to be 1.7 or will fail
    >     > > > > > > > > > >> >>> > I'll connect some hours later to see if you
    > could
    >     > > use
    >     > > > > that
    >     > > > > > > sdk
    >     > > > > > > > > > >> >>> > good luck! :)
    >     > > > > > > > > > >> >>> >
    >     > > > > > > > > > >> >>> > El dom., 30 sept. 2018 a las 11:34, Piotr
    > Zarzycki
    >     > > (<
    >     > > > > > > > > > >> >>> > piotrzarzycki21@gmail.com>) escribió:
    >     > > > > > > > > > >> >>> >
    >     > > > > > > > > > >> >>> > > Hi Om,
    >     > > > > > > > > > >> >>> > >
    >     > > > > > > > > > >> >>> > > Have you tried build that example on
    > their own?
    >     > Is
    >     > > > it
    >     > > > > > > > failing
    >     > > > > > > > > > with
    >     > > > > > > > > > >> >>> the
    >     > > > > > > > > > >> >>> > same
    >     > > > > > > > > > >> >>> > > stack trace?
    >     > > > > > > > > > >> >>> > >
    >     > > > > > > > > > >> >>> > > Thanks,
    >     > > > > > > > > > >> >>> > > Piotr
    >     > > > > > > > > > >> >>> > >
    >     > > > > > > > > > >> >>> > > On Sun, Sep 30, 2018, 9:31 AM OmPrakash
    >     > Muppirala
    >     > > <
    >     > > > > > > > > > >> >>> bigosmallm@gmail.com>
    >     > > > > > > > > > >> >>> > > wrote:
    >     > > > > > > > > > >> >>> > >
    >     > > > > > > > > > >> >>> > > > So, I made a lot of progress (much more
    > than
    >     > > last
    >     > > > > > time),
    >     > > > > > > > but
    >     > > > > > > > > > >> >>> > > unfortunately
    >     > > > > > > > > > >> >>> > > > the build failed at this stage.  Looks
    > like an
    >     > > > issue
    >     > > > > > > with
    >     > > > > > > > > the
    >     > > > > > > > > > >> >>> > > > SampleAmfWebApp.  Anyone else seeing
    > this
    >     > error
    >     > > or
    >     > > > > am
    >     > > > > > I
    >     > > > > > > > > doing
    >     > > > > > > > > > >> >>> something
    >     > > > > > > > > > >> >>> > > > wrong?
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
    >     > > Examples:
    >     > > > > > > Native:
    >     > > > > > > > > > >> >>> USStatesMap
    >     > > > > > > > > > >> >>> > > > ....... SUCCESS [  1.001 s]
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
    >     > > Examples:
    >     > > > > > > NodeJS
    >     > > > > > > > > > >> >>> > > > .................... SUCCESS [  0.210 s]
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
    >     > > Examples:
    >     > > > > > > NodeJS:
    >     > > > > > > > > > >> >>> HelloWorld
    >     > > > > > > > > > >> >>> > > > ........ SUCCESS [  0.945 s]
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
    >     > > Examples:
    >     > > > > AMF
    >     > > > > > > Web
    >     > > > > > > > > > Apps
    >     > > > > > > > > > >> >>> > > > .............. SUCCESS [  0.202 s]
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
    >     > > Examples:
    >     > > > > AMF
    >     > > > > > > Web
    >     > > > > > > > > > Apps:
    >     > > > > > > > > > >> >>> > > > SampleAmfWebApp FAILURE [01:51 min]
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
    >     > > Examples:
    >     > > > > > > > > > >> Integrationtests
    >     > > > > > > > > > >> >>> > > > .......... SKIPPED
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] compc
    >     > > > > > > > > > >> >>> > > >
    > ..............................................
    >     > > > > SKIPPED
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] compiler-asc
    >     > > > > > > > > > >> >>> > > > .......................................
    >     > SKIPPED
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] compiler-compc
    >     > > > > > > > > > >> >>> > > > .....................................
    > SKIPPED
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] compiler-mxmlc
    >     > > > > > > > > > >> >>> > > > .....................................
    > SKIPPED
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
    > compiler-optimizer
    >     > > > > > > > > > >> >>> > > > .................................
    > SKIPPED
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
    > compiler-swfdump
    >     > > > > > > > > > >> >>> > > > ...................................
    > SKIPPED
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] mxmlc
    >     > > > > > > > > > >> >>> > > >
    > ..............................................
    >     > > > > SKIPPED
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
    >     > > > > Distribution
    >     > > > > > > > > > >> >>> > > > ........................ SKIPPED
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
    >     > > > ManualTests
    >     > > > > > > > > > >> >>> > > > ......................... SKIPPED
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
    >     > > > > ManualTests:
    >     > > > > > > > > > UnitTests
    >     > > > > > > > > > >> >>> > > > .............. SKIPPED
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
    >     > > Testsuite
    >     > > > > > 0.9.4
    >     > > > > > > > > > >> >>> > > > ..................... SKIPPED
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> >
    >     > > > > > > > > > >> >>>
    >     > > > > > > > > > >>
    >     > > > > > > > >
    >     > > > > > >
    >     > > > >
    >     > >
    > ------------------------------------------------------------------------
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] BUILD FAILURE
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> >
    >     > > > > > > > > > >> >>>
    >     > > > > > > > > > >>
    >     > > > > > > > >
    >     > > > > > >
    >     > > > >
    >     > >
    > ------------------------------------------------------------------------
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Total time:
    > 14:11
    >     > min
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Finished at:
    >     > > > > > > > > > 2018-09-30T00:25:37-07:00
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> >
    >     > > > > > > > > > >> >>>
    >     > > > > > > > > > >>
    >     > > > > > > > >
    >     > > > > > >
    >     > > > >
    >     > >
    > ------------------------------------------------------------------------
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] Failed to
    > execute
    >     > > goal
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:jar
    >     > > > > > > > > > >> >>> > > (attach-javadocs)
    >     > > > > > > > > > >> >>> > > > on project SampleAmfWebApp:
    >     > > MavenReportException:
    >     > > > > > Error
    >     > > > > > > > > while
    >     > > > > > > > > > >> >>> > generating
    >     > > > > > > > > > >> >>> > > > Javadoc:
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] Exit code: 1
    > -
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > >
    >     > > > > > > > > > >> >>> >
    >     > > > > > > > > > >> >>>
    >     > > > > > > > > > >>
    >     > > > > > > > > >
    >     > > > > > > > >
    >     > > > > > > >
    >     > > > > > >
    >     > > > > >
    >     > > > >
    >     > > >
    >     > >
    >     >
    > /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
    >     > > > > > > > > > >> >>> > > > error: @param name not found
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param
    > code
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]           ^
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > >
    >     > > > > > > > > > >> >>> >
    >     > > > > > > > > > >> >>>
    >     > > > > > > > > > >>
    >     > > > > > > > > >
    >     > > > > > > > >
    >     > > > > > > >
    >     > > > > > >
    >     > > > > >
    >     > > > >
    >     > > >
    >     > >
    >     >
    > /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
    >     > > > > > > > > > >> >>> > > > warning: no description for @param
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param
    > code
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]    ^
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > >
    >     > > > > > > > > > >> >>> >
    >     > > > > > > > > > >> >>>
    >     > > > > > > > > > >>
    >     > > > > > > > > >
    >     > > > > > > > >
    >     > > > > > > >
    >     > > > > > >
    >     > > > > >
    >     > > > >
    >     > > >
    >     > >
    >     >
    > /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:33:
    >     > > > > > > > > > >> >>> > > > warning: no @param for compressionError
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] public
    >     > > > > > > > > > >> >>> > > >
    > AMFCompressionException(AMFCompressionError
    >     > > > > > > > > compressionError)
    >     > > > > > > > > > {
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]        ^
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > >
    >     > > > > > > > > > >> >>> >
    >     > > > > > > > > > >> >>>
    >     > > > > > > > > > >>
    >     > > > > > > > > >
    >     > > > > > > > >
    >     > > > > > > >
    >     > > > > > >
    >     > > > > >
    >     > > > >
    >     > > >
    >     > >
    >     >
    > /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
    >     > > > > > > > > > >> >>> > > > error: @param name not found
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param
    > code
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]           ^
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > >
    >     > > > > > > > > > >> >>> >
    >     > > > > > > > > > >> >>>
    >     > > > > > > > > > >>
    >     > > > > > > > > >
    >     > > > > > > > >
    >     > > > > > > >
    >     > > > > > >
    >     > > > > >
    >     > > > >
    >     > > >
    >     > >
    >     >
    > /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
    >     > > > > > > > > > >> >>> > > > warning: no description for @param
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param
    > code
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]    ^
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > >
    >     > > > > > > > > > >> >>> >
    >     > > > > > > > > > >> >>>
    >     > > > > > > > > > >>
    >     > > > > > > > > >
    >     > > > > > > > >
    >     > > > > > > >
    >     > > > > > >
    >     > > > > >
    >     > > > >
    >     > > >
    >     > >
    >     >
    > /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:41:
    >     > > > > > > > > > >> >>> > > > warning: no description for @param
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param
    > cause
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]    ^
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > >
    >     > > > > > > > > > >> >>> >
    >     > > > > > > > > > >> >>>
    >     > > > > > > > > > >>
    >     > > > > > > > > >
    >     > > > > > > > >
    >     > > > > > > >
    >     > > > > > >
    >     > > > > >
    >     > > > >
    >     > > >
    >     > >
    >     >
    > /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:43:
    >     > > > > > > > > > >> >>> > > > warning: no @param for compressionError
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] public
    >     > > > > > > > > > >> >>> > > >
    > AMFCompressionException(AMFCompressionError
    >     > > > > > > > > compressionError,
    >     > > > > > > > > > >> >>> Throwable
    >     > > > > > > > > > >> >>> > > > cause) {
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]        ^
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] Command line
    > was:
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > >
    >     > > > > > > > > > >> >>> >
    >     > > > > > > > > > >> >>>
    >     > > > > > > > > > >>
    >     > > > > > > > > >
    >     > > > > > > > >
    >     > > > > > > >
    >     > > > > > >
    >     > > > > >
    >     > > > >
    >     > > >
    >     > >
    >     >
    > /Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/../bin/javadoc
    >     > > > > > > > > > >> >>> > > > @options @packages
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] Refer to the
    >     > > generated
    >     > > > > > > Javadoc
    >     > > > > > > > > > files
    >     > > > > > > > > > >> in
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > >
    >     > > > > > > > > > >> >>> >
    >     > > > > > > > > > >> >>>
    >     > > > > > > > > > >>
    >     > > > > > > > > >
    >     > > > > > > > >
    >     > > > > > > >
    >     > > > > > >
    >     > > > > >
    >     > > > >
    >     > > >
    >     > >
    >     >
    > '/Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/target/apidocs'
    >     > > > > > > > > > >> >>> > > > dir.
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] -> [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]
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> >
    >     > > > > > > > > > >> >>>
    >     > > > > > > > > > >>
    >     > > > > > > > >
    >     > > > > > >
    >     > > > >
    >     > >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7C701180fceea646ef704908d627d12a0c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740176638208249&amp;sdata=YAUMjTx3NCrJW%2FphEb%2FvW9xpxixl6g8G7s33bM8Ptrs%3D&amp;reserved=0
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] After
    > correcting
    >     > the
    >     > > > > > > problems,
    >     > > > > > > > > you
    >     > > > > > > > > > >> can
    >     > > > > > > > > > >> >>> > resume
    >     > > > > > > > > > >> >>> > > > the build with the command
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]   mvn
    > <goals> -rf
    >     > > > > > > > > :SampleAmfWebApp
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > > On Sat, Sep 29, 2018 at 11:58 AM
    > OmPrakash
    >     > > > > Muppirala <
    >     > > > > > > > > > >> >>> > > bigosmallm@gmail.com
    >     > > > > > > > > > >> >>> > > > >
    >     > > > > > > > > > >> >>> > > > wrote:
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > > > > Okay, trying now.
    >     > > > > > > > > > >> >>> > > > >
    >     > > > > > > > > > >> >>> > > > > On Tue, Sep 25, 2018 at 9:52 AM Piotr
    >     > > Zarzycki <
    >     > > > > > > > > > >> >>> > > > piotrzarzycki21@gmail.com>
    >     > > > > > > > > > >> >>> > > > > wrote:
    >     > > > > > > > > > >> >>> > > > >
    >     > > > > > > > > > >> >>> > > > >> Om,
    >     > > > > > > > > > >> >>> > > > >>
    >     > > > > > > > > > >> >>> > > > >> I think if you first try to build
    > Royale
    >     > > > > framework
    >     > > > > > > with
    >     > > > > > > > > > Maven
    >     > > > > > > > > > >> >>> all
    >     > > > > > > > > > >> >>> > the
    >     > > > > > > > > > >> >>> > > > >> dependencies will be downloaded.
    > During
    >     > > > framework
    >     > > > > > > build
    >     > > > > > > > > you
    >     > > > > > > > > > >> >>> should
    >     > > > > > > > > > >> >>> > get
    >     > > > > > > > > > >> >>> > > > >> question about license related to
    > player
    >     > > global
    >     > > > > > etc.
    >     > > > > > > > Once
    >     > > > > > > > > > >> you do
    >     > > > > > > > > > >> >>> > > > >> successful
    >     > > > > > > > > > >> >>> > > > >> build  you could try to go and play
    > with
    >     > > script
    >     > > > > for
    >     > > > > > > > > > release.
    >     > > > > > > > > > >> -
    >     > > > > > > > > > >> >>> That
    >     > > > > > > > > > >> >>> > > way
    >     > > > > > > > > > >> >>> > > > to
    >     > > > > > > > > > >> >>> > > > >> go make you sure that script won't
    > fail
    >     > later
    >     > > > > > during
    >     > > > > > > > the
    >     > > > > > > > > > >> >>> process.
    >     > > > > > > > > > >> >>> > > > >>
    >     > > > > > > > > > >> >>> > > > >> Thanks,
    >     > > > > > > > > > >> >>> > > > >> Piotr
    >     > > > > > > > > > >> >>> > > > >>
    >     > > > > > > > > > >> >>> > > > >> pon., 24 wrz 2018 o 07:35 Alex Harui
    >     > > > > > > > > > >> <ah...@adobe.com.invalid>
    >     > > > > > > > > > >> >>> > > > >> napisał(a):
    >     > > > > > > > > > >> >>> > > > >>
    >     > > > > > > > > > >> >>> > > > >> > According to the archives, try
    > running:
    >     > > > > > > > > > >> >>> > > > >> >
    >     > > > > > > > > > >> >>> > > > >> >     mvn -s settings-template.xml
    > clean
    >     > > > install
    >     > > > > > > > > > >> >>> > > > >> >
    >     > > > > > > > > > >> >>> > > > >> > Thanks,
    >     > > > > > > > > > >> >>> > > > >> > -Alex
    >     > > > > > > > > > >> >>> > > > >> >
    >     > > > > > > > > > >> >>> > > > >> > On 9/23/18, 3:48 PM, "OmPrakash
    >     > > Muppirala" <
    >     > > > > > > > > > >> >>> bigosmallm@gmail.com
    >     > > > > > > > > > >> >>> > >
    >     > > > > > > > > > >> >>> > > > >> wrote:
    >     > > > > > > > > > >> >>> > > > >> >
    >     > > > > > > > > > >> >>> > > > >> >     On Sun, Sep 23, 2018 at 3:43 PM
    >     > > OmPrakash
    >     > > > > > > > > Muppirala <
    >     > > > > > > > > > >> >>> > > > >> > bigosmallm@gmail.com>
    >     > > > > > > > > > >> >>> > > > >> >     wrote:
    >     > > > > > > > > > >> >>> > > > >> >
    >     > > > > > > > > > >> >>> > > > >> >     > Thanks.  I decided to stick
    > with
    >     > 1.8
    >     > > > :-)
    >     > > > > > > > > > >> >>> > > > >> >     >
    >     > > > > > > > > > >> >>> > > > >> >     >
    >     > > > > > > > > > >> >>> > > > >> >     BTW, this is when I run: mvn
    > clean
    >     > > > install
    >     > > > > in
    >     > > > > > > the
    >     > > > > > > > > > >> >>> royale-asjs
    >     > > > > > > > > > >> >>> > > > >> > directory:
    >     > > > > > > > > > >> >>> > > > >> >
    >     > > > > > > > > > >> >>> > > > >> >
    >     > > > > > > > > > >> >>> > > > >> >     > I am seeing this error:
    >     > > > > > > > > > >> >>> > > > >> >     >
    >     > > > > > > > > > >> >>> > > > >> >     > [ERROR] Failed to execute
    > goal
    >     > > > > > > > > > >> >>> > > > >> >     >
    >     > > > > > > > > > >> >>> > > > >> >
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> >
    >     > > > > > > > > > >> >>>
    >     > > > > > > > > > >>
    >     > > > > > > > >
    >     > > > > > >
    >     > > > >
    >     > >
    > org.apache.royale.compiler:royale-maven-plugin:0.9.4-SNAPSHOT:compile-as
    >     > > > > > > > > > >> >>> > > > >> >     > (default-compile-as) on
    > project
    >     > Core:
    >     > > > > Could
    >     > > > > > > not
    >     > > > > > > > > > >> resolve
    >     > > > > > > > > > >> >>> > > > >> dependencies
    >     > > > > > > > > > >> >>> > > > >> > for
    >     > > > > > > > > > >> >>> > > > >> >     > project
    >     > > > > > > > > > >> >>>
    > org.apache.royale.framework:Core:swc:0.9.4-SNAPSHOT:
    >     > > > > > > > > > >> >>> > > > >> Failure
    >     > > > > > > > > > >> >>> > > > >> > to
    >     > > > > > > > > > >> >>> > > > >> >     > find
    >     > > > > > > com.adobe.air.framework:airglobal:swc:20.0
    >     > > > > > > > > in
    >     > > > > > > > > > >> >>> > > > >> >     >
    >     > > > > > > > > > >> >>> > > > >> >
    >     > > > > > > > > > >> >>> > > > >>
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > >
    >     > > > > > > > > > >> >>> >
    >     > > > > > > > > > >> >>>
    >     > > > > > > > > > >>
    >     > > > > > > > > >
    >     > > > > > > > >
    >     > > > > > > >
    >     > > > > > >
    >     > > > > >
    >     > > > >
    >     > > >
    >     > >
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C701180fceea646ef704908d627d12a0c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740176638208249&amp;sdata=T62zYolwc0RXzA67cl8%2BBY0PIXHutvHRVmbqB7wOJuk%3D&amp;reserved=0
    >     > > > > > > > > > >> >>> > > > >> > was cached in
    >     > > > > > > > > > >> >>> > > > >> >     > the local repository,
    > resolution
    >     > will
    >     > > > not
    >     > > > > > be
    >     > > > > > > > > > >> reattempted
    >     > > > > > > > > > >> >>> > until
    >     > > > > > > > > > >> >>> > > > the
    >     > > > > > > > > > >> >>> > > > >> > update
    >     > > > > > > > > > >> >>> > > > >> >     > interval of apache-release
    > has
    >     > > elapsed
    >     > > > or
    >     > > > > > > > updates
    >     > > > > > > > > > are
    >     > > > > > > > > > >> >>> forced
    >     > > > > > > > > > >> >>> > > ->
    >     > > > > > > > > > >> >>> > > > >> > [Help 1]
    >     > > > > > > > > > >> >>> > > > >> >     >
    >     > > > > > > > > > >> >>> > > > >> >     > I don't see a `com`
    > directory on
    >     > > > > > > > > > >> >>> > > > >> >     >
    >     > > > > > > > > > >> >>> > > > >> >
    >     > > > > > > > > > >> >>> > > > >>
    >     > > > > > > > > > >> >>> > > >
    >     > > > > > > > > > >> >>> > >
    >     > > > > > > > > > >> >>> >
    >     > > > > > > > > > >> >>>
    >     > > > > > > > > > >>
    >     > > > > > > > > >
    >     > > > > > > > >
    >     > > > > > > >
    >     > > > > > >
    >     > > > > >
    >     > > > >
    >     > > >
    >     > >
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C701180fceea646ef704908d627d12a0c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740176638208249&amp;sdata=T62zYolwc0RXzA67cl8%2BBY0PIXHutvHRVmbqB7wOJuk%3D&amp;reserved=0
    >     > > > > > > > > > >> >>> > > > >> >     >
    >     > > > > > > > > > >> >>> > > > >> >     > Is that expected?
    >     > > > > > > > > > >> >>> > > > >> >     >
    >     > > > > > > > > > >> >>> > > > >> >     > Thanks,
    >     > > > > > > > > > >> >>> > > > >> >     > Om
    >     > > > > > > > > > >> >>> > > > >> >     >
    >     > > > > > > > > > >> >>> > > > >> >     >
    >     > > > > > > > > > >> >>> > > > >> >     > On Sun, Sep 23, 2018 at 2:15
    > AM
    >     > > Carlos
    >     > > > > > > Rovira <
    >     > > > > > > > > > >> >>> > > > >> > carlosrovira@apache.org>
    >     > > > > > > > > > >> >>> > > > >> >     > wrote:
    >     > > > > > > > > > >> >>> > > > >> >     >
    >     > > > > > > > > > >> >>> > > > >> >     >> Hi Om,
    >     > > > > > > > > > >> >>> > > > >> >     >>
    >     > > > > > > > > > >> >>> > > > >> >     >> I have Java 8 and 10
    > installed,
    >     > and
    >     > > I
    >     > > > > > think
    >     > > > > > > I
    >     > > > > > > > > was
    >     > > > > > > > > > >> able
    >     > > > > > > > > > >> >>> to
    >     > > > > > > > > > >> >>> > > > compile
    >     > > > > > > > > > >> >>> > > > >> > three
    >     > > > > > > > > > >> >>> > > > >> >     >> repos, but I find AMF java
    > example
    >     > > > > doesn't
    >     > > > > > > > work,
    >     > > > > > > > > > >> since
    >     > > > > > > > > > >> >>> > > BlazeDS
    >     > >
    


Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by OmPrakash Muppirala <bi...@gmail.com>.
Good catch!  I just pushed a fix for that.

Thanks,
Om

On Mon, Oct 1, 2018 at 11:04 AM Alex Harui <ah...@adobe.com.invalid> wrote:

> Om,
>
> I think the <tag>release/0.9.4</tag> in royale-asjs/pom.xml needs to be
> reverted back to 0.9.3.
>
> Everything else looks ok from my quick examination.
>
> Thanks and good luck,
> -Alex
>
> On 10/1/18, 10:29 AM, "Piotr Zarzycki" <pi...@gmail.com> wrote:
>
>     I saw your commit and I think you should be ok.
>
>     pon., 1 paź 2018 o 19:21 OmPrakash Muppirala <bi...@gmail.com>
>     napisał(a):
>
>     > Okay, I did the following to reset:
>     >
>     > For all three repos:
>     > * Reverted all references of 0.9.5 to 0.9.4
>     > * Deleted 0.9.4-rc1 tag
>     > * Deleted branch: release/0.9.4
>     >
>     > Can someone please make sure that we are good before starting work?
>     >
>     > Thanks,
>     > Om
>     >
>     > On Mon, Oct 1, 2018 at 1:51 AM Carlos Rovira <
> carlosrovira@apache.org>
>     > wrote:
>     >
>     > > Hi Om,
>     > > is related to flash player debugger not launched? are you on Mac?
>     > > I think on Mac I have to make *.swf files be always opened by Flash
>     > Player
>     > > debugger.
>     > >
>     > > In the other hand, I need to commit during the day some fixes, one
> on
>     > > typedefs and expect more on compiler. So if you plan to try again
> some
>     > > hours ago, please, remove the commits to left the repos so we can
> commit
>     > > new work
>     > >
>     > > thanks!
>     > >
>     > > Carlos
>     > >
>     > >
>     > >
>     > >
>     > >
>     > > El lun., 1 oct. 2018 a las 10:29, OmPrakash Muppirala (<
>     > > bigosmallm@gmail.com>)
>     > > escribió:
>     > >
>     > > > I provided path to Chrome via -Dbrowser, but I got an error that
> ant
>     > was
>     > > > not able to access the application.
>     > > > So, I tried installing firefox and that seemed to work.
>     > > >
>     > > > On Mon, Oct 1, 2018 at 1:26 AM Piotr Zarzycki <
>     > piotrzarzycki21@gmail.com
>     > > >
>     > > > wrote:
>     > > >
>     > > > > Hi Om,
>     > > > >
>     > > > > You did use Firefox for that purpose ? I had to specify
>     > -Dbrowser=path
>     > > to
>     > > > > firefox.exe
>     > > > >
>     > > > > Thanks,
>     > > > > Piotr
>     > > > >
>     > > > > pon., 1 paź 2018 o 10:22 OmPrakash Muppirala <
> bigosmallm@gmail.com>
>     > > > > napisał(a):
>     > > > >
>     > > > > > Okay, I made several attempts through the day, making
> progress each
>     > > > time.
>     > > > > >  The last run failed because the browser could not be
> launched.
>     > > > > > I am going to pause on this and try again tomorrow (or
> later) . If
>     > > > > someone
>     > > > > > else wants to give this a go in the meantimne, they are
> welcome :-)
>     > > > > >
>     > > > > > Thanks,
>     > > > > > Om
>     > > > > >
>     > > > > > On Mon, Oct 1, 2018 at 12:22 AM Carlos Rovira <
>     > > carlosrovira@apache.org
>     > > > >
>     > > > > > wrote:
>     > > > > >
>     > > > > > > Hi Om,
>     > > > > > > no,  I Thought this was due to different tries of the
> release
>     > > process
>     > > > > but
>     > > > > > > most of the poms are in 0.9.6-SNAPSHOT.
>     > > > > > > You can search the entire repo for "0.9.X-SNAPSHOT" string
> to see
>     > > > that
>     > > > > > now
>     > > > > > > X is 6.
>     > > > > > >
>     > > > > > > thanks
>     > > > > > >
>     > > > > > > El lun., 1 oct. 2018 a las 2:07, OmPrakash Muppirala (<
>     > > > > > > bigosmallm@gmail.com>)
>     > > > > > > escribió:
>     > > > > > >
>     > > > > > > > On Sun, Sep 30, 2018, 2:13 PM Carlos Rovira <
>     > > > carlosrovira@apache.org
>     > > > > >
>     > > > > > > > wrote:
>     > > > > > > >
>     > > > > > > > > Hi Om,
>     > > > > > > > > just saw that some poms was not changed to
> 0.9.6-SNAPSHOT.
>     > > > > > > > >
>     > > > > > > >
>     > > > > > > > Do you mean 0.9.4-SNAPSHOT?
>     > > > > > > >
>     > > > > > > > Thanks,
>     > > > > > > > Om
>     > > > > > > >
>     > > > > > > >
>     > > > > > > >
>     > > > > > > > I think that should be fixed and get a prepare maven
> release
>     > > > process
>     > > > > > that
>     > > > > > > > > could finaly gets all poms updated to new version.
>     > > > > > > > > Don't know if that could be the problem. Can you try
> again?
>     > > > > > > > > thanks
>     > > > > > > > >
>     > > > > > > > > El dom., 30 sept. 2018 a las 21:32, OmPrakash
> Muppirala (<
>     > > > > > > > > bigosmallm@gmail.com>) escribió:
>     > > > > > > > >
>     > > > > > > > > > Made a bit more progress, but the build is failing
> here
>     > now:
>     > > > > > > > > >
>     > > > > > > > > >      [exec] [INFO] [INFO] Apache Royale: Examples:
> Royale:
>     > > > > > > > > > DataBindingExample_as SUCCESS [  2.469 s]
>     > > > > > > > > >
>     > > > > > > > > >      [exec] [INFO] [INFO] Apache Royale: Examples:
> Royale:
>     > > > > > > > > > DataBindingExample_Flat FAILURE [  1.756 s]
>     > > > > > > > > >
>     > > > > > > > > >      [exec] [INFO] [INFO] Apache Royale: Examples:
> Royale:
>     > > > > > > > > > DataBindingExampleWithLayout SKIPPED
>     > > > > > > > > >
>     > > > > > > > > >      [exec] [INFO] [INFO] Apache Royale: Examples:
> Royale:
>     > > > > > > > > DataGridExample
>     > > > > > > > > > ... SKIPPED
>     > > > > > > > > >
>     > > > > > > > > >
>     > > > > > > > > >
>     > > > > > > > > > Detailed error:
>     > > > > > > > > >
>     > > > > > > > > >
>     > > > > > > > > >     [exec] [INFO] [INFO]
>     > > > > > > > > >
>     > > > > > > >
>     > > > > >
>     > > >
>     >
> ------------------------------------------------------------------------
>     > > > > > > > > >
>     > > > > > > > > >      [exec] [INFO] [INFO] BUILD FAILURE
>     > > > > > > > > >
>     > > > > > > > > >      [exec] [INFO] [INFO]
>     > > > > > > > > >
>     > > > > > > >
>     > > > > >
>     > > >
>     >
> ------------------------------------------------------------------------
>     > > > > > > > > >
>     > > > > > > > > >      [exec] [INFO] [INFO] Total time: 07:03 min
>     > > > > > > > > >
>     > > > > > > > > >      [exec] [INFO] [INFO] Finished at:
>     > > > 2018-09-30T12:17:45-07:00
>     > > > > > > > > >
>     > > > > > > > > >      [exec] [INFO] [INFO]
>     > > > > > > > > >
>     > > > > > > >
>     > > > > >
>     > > >
>     >
> ------------------------------------------------------------------------
>     > > > > > > > > >
>     > > > > > > > > >      [exec] [INFO] [ERROR] Failed to execute goal
>     > > > > > > > > >
>     > org.apache.maven.plugins:maven-dependency-plugin:2.10:unpack
>     > > > > > > > > (unpack-fonts)
>     > > > > > > > > > on project DataBindingExample_Flat: Unable to find
>     > artifact.
>     > > > > Could
>     > > > > > > not
>     > > > > > > > > find
>     > > > > > > > > > artifact org.apache.royale.framework:Fonts:war:0.9.4
> in
>     > > > > > > apache-release
>     > > > > > > > (
>     > > > > > > > > >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7Cf1c6fcedf204405b510208d627c37641%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740117796655295&amp;sdata=0Nf6caZ8ggNLOKoxnrPRXBcpMFAfJIcfh4N%2FciO7Lc4%3D&amp;reserved=0
> )
>     > > > > > > > > >
>     > > > > > > > > >      [exec] [INFO] [ERROR]
>     > > > > > > > > >
>     > > > > > > > > >      [exec] [INFO] [ERROR] Try downloading the file
>     > manually
>     > > > from
>     > > > > > the
>     > > > > > > > > > project website.
>     > > > > > > > > >
>     > > > > > > > > >      [exec] [INFO] [ERROR]
>     > > > > > > > > >
>     > > > > > > > > >      [exec] [INFO] [ERROR] Then, install it using the
>     > > command:
>     > > > > > > > > >
>     > > > > > > > > >      [exec] [INFO] [ERROR]     mvn
> install:install-file
>     > > > > > > > > > -DgroupId=org.apache.royale.framework
> -DartifactId=Fonts
>     > > > > > > > -Dversion=0.9.4
>     > > > > > > > > > -Dpackaging=war -Dfile=/path/to/file
>     > > > > > > > > >
>     > > > > > > > > >      [exec] [INFO] [ERROR]
>     > > > > > > > > >
>     > > > > > > > > >      [exec] [INFO] [ERROR] Alternatively, if you
> host your
>     > > own
>     > > > > > > > repository
>     > > > > > > > > > you can deploy the file there:
>     > > > > > > > > >
>     > > > > > > > > >      [exec] [INFO] [ERROR]     mvn deploy:deploy-file
>     > > > > > > > > > -DgroupId=org.apache.royale.framework
> -DartifactId=Fonts
>     > > > > > > > -Dversion=0.9.4
>     > > > > > > > > > -Dpackaging=war -Dfile=/path/to/file -Durl=[url]
>     > > > > > -DrepositoryId=[id]
>     > > > > > > > > >
>     > > > > > > > > >      [exec] [INFO] [ERROR]
>     > > > > > > > > >
>     > > > > > > > > >      [exec] [INFO] [ERROR]
>     > > > > > > > > >
>     > > > > > > > > >      [exec] [INFO] [ERROR]
>     > > > > > > >  org.apache.royale.framework:Fonts:war:0.9.4
>     > > > > > > > > >
>     > > > > > > > > >      [exec] [INFO] [ERROR]
>     > > > > > > > > >
>     > > > > > > > > >      [exec] [INFO] [ERROR] from the specified remote
>     > > > > repositories:
>     > > > > > > > > >
>     > > > > > > > > >      [exec] [INFO] [ERROR]   apache-release (
>     > > > > > > > > >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7Cf1c6fcedf204405b510208d627c37641%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740117796655295&amp;sdata=0Nf6caZ8ggNLOKoxnrPRXBcpMFAfJIcfh4N%2FciO7Lc4%3D&amp;reserved=0
> ,
>     > > > > > > > > > releases=true,
>     > > > > > > > > > snapshots=false),
>     > > > > > > > > >
>     > > > > > > > > >      [exec] [INFO] [ERROR]   apache-snapshots (
>     > > > > > > > > >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7Cf1c6fcedf204405b510208d627c37641%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740117796655295&amp;sdata=quzN4%2FC%2BGXvOlZADCDWgxJsCHGeuYuHEty6xjxcu9Xw%3D&amp;reserved=0
>     > > ,
>     > > > > > > > > > releases=false, snapshots=true),
>     > > > > > > > > >
>     > > > > > > > > >      [exec] [INFO] [ERROR]   apache.snapshots (
>     > > > > > > > > >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7Cf1c6fcedf204405b510208d627c37641%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740117796655295&amp;sdata=RF%2BFgXDJp4xXA7F5t1vV8kzyglNry6X0UTKwKR8bq4c%3D&amp;reserved=0,
> releases=false,
>     > > > > > > > > snapshots=true),
>     > > > > > > > > >
>     > > > > > > > > >      [exec] [INFO] [ERROR]   central (
>     > > > > > > > >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo.maven.apache.org%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7Cf1c6fcedf204405b510208d627c37641%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740117796655295&amp;sdata=iOs%2BMmXLqTAeslmAHZ0Re9pBCKA9qKm%2FCR57NDIsqzk%3D&amp;reserved=0
>     > > > > > > > > > ,
>     > > > > > > > > > releases=true, snapshots=false)
>     > > > > > > > > >
>     > > > > > > > > >      [exec] [INFO] [ERROR] -> [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]
>     > > > > > > > > >
>     > > > > > > >
>     > > > > >
>     > > >
>     >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cf1c6fcedf204405b510208d627c37641%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740117796655295&amp;sdata=3YfZjaOzOyWtUvzho7z8vFm1viNaiU6L2UOPv3gkotw%3D&amp;reserved=0
>     > > > > > > > > >
>     > > > > > > > > >      [exec] [INFO] [ERROR]
>     > > > > > > > > >
>     > > > > > > > > >      [exec] [INFO] [ERROR] After correcting the
> problems,
>     > you
>     > > > can
>     > > > > > > > resume
>     > > > > > > > > > the build with the command
>     > > > > > > > > >
>     > > > > > > > > >      [exec] [INFO] [ERROR]   mvn <goals> -rf
>     > > > > > :DataBindingExample_Flat
>     > > > > > > > > >
>     > > > > > > > > >      [exec] [INFO]
>     > > > > > > > > >
>     > > > > > > >
>     > > > > >
>     > > >
>     >
> ------------------------------------------------------------------------
>     > > > > > > > > >
>     > > > > > > > > >      [exec] [INFO] Reactor Summary:
>     > > > > > > > > >
>     > > > > > > > > >      [exec] [INFO] Apache Royale: Framework: Parent
>     > > > > 0.9.5-SNAPSHOT
>     > > > > > > ....
>     > > > > > > > > > FAILURE [07:08 min]
>     > > > > > > > > >
>     > > > > > > > > >      [exec] [INFO] Apache Royale: Framework
>     > > > > > > ...........................
>     > > > > > > > > > SKIPPED
>     > > > > > > > > >
>     > > > > > > > > >      [exec] [INFO] Apache Royale: Framework: Fonts
>     > > > > > > ....................
>     > > > > > > > > > SKIPPED
>     > > > > > > > > >
>     > > > > > > > > >
>     > > > > > > > > >
>     > > > > > > > > > Can someone please take a look?
>     > > > > > > > > >
>     > > > > > > > > > On Sun, Sep 30, 2018 at 9:13 AM OmPrakash Muppirala <
>     > > > > > > > > bigosmallm@gmail.com>
>     > > > > > > > > > wrote:
>     > > > > > > > > >
>     > > > > > > > > > > Thanks for the quick fix!  Will pull develop and
> try
>     > again.
>     > > > > Will
>     > > > > > > > > report
>     > > > > > > > > > > in a while.
>     > > > > > > > > > >
>     > > > > > > > > > > Regards,
>     > > > > > > > > > > Om
>     > > > > > > > > > >
>     > > > > > > > > > >
>     > > > > > > > > > > On Sun, Sep 30, 2018, 8:47 AM Carlos Rovira <
>     > > > > > > carlosrovira@apache.org
>     > > > > > > > >
>     > > > > > > > > > > wrote:
>     > > > > > > > > > >
>     > > > > > > > > > >> Hi Om,
>     > > > > > > > > > >>
>     > > > > > > > > > >> error is now fixed. Can you try to release again?
>     > > > > > > > > > >> thanks
>     > > > > > > > > > >>
>     > > > > > > > > > >> Carlos
>     > > > > > > > > > >>
>     > > > > > > > > > >>
>     > > > > > > > > > >>
>     > > > > > > > > > >>
>     > > > > > > > > > >>
>     > > > > > > > > > >> El dom., 30 sept. 2018 a las 17:27, Carlos Rovira
> (<
>     > > > > > > > > > >> carlosrovira@apache.org>)
>     > > > > > > > > > >> escribió:
>     > > > > > > > > > >>
>     > > > > > > > > > >> > Hi,
>     > > > > > > > > > >> >
>     > > > > > > > > > >> > just reverted the two generated commits for
> release, I
>     > > > left
>     > > > > to
>     > > > > > > you
>     > > > > > > > > > >> remove
>     > > > > > > > > > >> > new branches generated.
>     > > > > > > > > > >> > About the fail, I was wrong, since I saw this
> very
>     > > > quickly.
>     > > > > > It's
>     > > > > > > > not
>     > > > > > > > > > >> about
>     > > > > > > > > > >> > JDK, I'm using as well 1.8. I was confused for
> other
>     > > > thing I
>     > > > > > had
>     > > > > > > > > some
>     > > > > > > > > > >> weeks
>     > > > > > > > > > >> > ago, and was trying to use another JDK, but I
> don't
>     > > > remember
>     > > > > > > what
>     > > > > > > > > was.
>     > > > > > > > > > >> >
>     > > > > > > > > > >> > Anyway, the problem is about java doc, in the
> new
>     > class
>     > > > > > > > > > >> > AMFCompressionException.java I introduce some
> months
>     > > ago.
>     > > > > > > > > > >> > since we never execute java doc generation we
> didn't
>     > see
>     > > > > this.
>     > > > > > > > > > >> >
>     > > > > > > > > > >> > I'm going to try to fix this removing the
> problems I
>     > > see,
>     > > > > and
>     > > > > > > I'll
>     > > > > > > > > try
>     > > > > > > > > > >> to
>     > > > > > > > > > >> > see if I can try to use java doc to test if I
> pass the
>     > > > > > problem.
>     > > > > > > > > > >> >
>     > > > > > > > > > >> > I'll report soon.
>     > > > > > > > > > >> >
>     > > > > > > > > > >> > Carlos
>     > > > > > > > > > >> >
>     > > > > > > > > > >> >
>     > > > > > > > > > >> > El dom., 30 sept. 2018 a las 17:12, Carlos
> Rovira (<
>     > > > > > > > > > >> > carlosrovira@apache.org>) escribió:
>     > > > > > > > > > >> >
>     > > > > > > > > > >> >> Hi, since I'm going to work now on some
> compiler
>     > > changes,
>     > > > > > I'll
>     > > > > > > > > revert
>     > > > > > > > > > >> >> those 2 commits in each repo. I'll try to pass
> as
>     > well
>     > > > > maven
>     > > > > > > with
>     > > > > > > > > > java
>     > > > > > > > > > >> 1.8
>     > > > > > > > > > >> >> in amp and see if I get the same error
>     > > > > > > > > > >> >>
>     > > > > > > > > > >> >> El dom., 30 sept. 2018 a las 15:16, Piotr
> Zarzycki (<
>     > > > > > > > > > >> >> piotrzarzycki21@gmail.com>) escribió:
>     > > > > > > > > > >> >>
>     > > > > > > > > > >> >>> Om,
>     > > > > > > > > > >> >>>
>     > > > > > > > > > >> >>> I think if you got fail during the process you
>     > should
>     > > > > right
>     > > > > > > > after
>     > > > > > > > > > >> that.
>     > > > > > > > > > >> >>> 1) Remove created release tags
>     > > > > > > > > > >> >>> 2) Revert all changes which Maven did in
> develop
>     > > > branches
>     > > > > to
>     > > > > > > the
>     > > > > > > > > > >> previous
>     > > > > > > > > > >> >>> state
>     > > > > > > > > > >> >>>
>     > > > > > > > > > >> >>> Thanks,
>     > > > > > > > > > >> >>> Piotr
>     > > > > > > > > > >> >>>
>     > > > > > > > > > >> >>> niedz., 30 wrz 2018 o 12:40 Carlos Rovira <
>     > > > > > > > > > >> carlos.rovira@codeoscopic.com
>     > > > > > > > > > >> >>> >
>     > > > > > > > > > >> >>> napisał(a):
>     > > > > > > > > > >> >>>
>     > > > > > > > > > >> >>> > Hi Om,
>     > > > > > > > > > >> >>> > don't have many time now, but seems you are
> using
>     > > JDK
>     > > > > 1.8
>     > > > > > > and
>     > > > > > > > > that
>     > > > > > > > > > >> >>> project
>     > > > > > > > > > >> >>> > needs to be 1.7 or will fail
>     > > > > > > > > > >> >>> > I'll connect some hours later to see if you
> could
>     > > use
>     > > > > that
>     > > > > > > sdk
>     > > > > > > > > > >> >>> > good luck! :)
>     > > > > > > > > > >> >>> >
>     > > > > > > > > > >> >>> > El dom., 30 sept. 2018 a las 11:34, Piotr
> Zarzycki
>     > > (<
>     > > > > > > > > > >> >>> > piotrzarzycki21@gmail.com>) escribió:
>     > > > > > > > > > >> >>> >
>     > > > > > > > > > >> >>> > > Hi Om,
>     > > > > > > > > > >> >>> > >
>     > > > > > > > > > >> >>> > > Have you tried build that example on
> their own?
>     > Is
>     > > > it
>     > > > > > > > failing
>     > > > > > > > > > with
>     > > > > > > > > > >> >>> the
>     > > > > > > > > > >> >>> > same
>     > > > > > > > > > >> >>> > > stack trace?
>     > > > > > > > > > >> >>> > >
>     > > > > > > > > > >> >>> > > Thanks,
>     > > > > > > > > > >> >>> > > Piotr
>     > > > > > > > > > >> >>> > >
>     > > > > > > > > > >> >>> > > On Sun, Sep 30, 2018, 9:31 AM OmPrakash
>     > Muppirala
>     > > <
>     > > > > > > > > > >> >>> bigosmallm@gmail.com>
>     > > > > > > > > > >> >>> > > wrote:
>     > > > > > > > > > >> >>> > >
>     > > > > > > > > > >> >>> > > > So, I made a lot of progress (much more
> than
>     > > last
>     > > > > > time),
>     > > > > > > > but
>     > > > > > > > > > >> >>> > > unfortunately
>     > > > > > > > > > >> >>> > > > the build failed at this stage.  Looks
> like an
>     > > > issue
>     > > > > > > with
>     > > > > > > > > the
>     > > > > > > > > > >> >>> > > > SampleAmfWebApp.  Anyone else seeing
> this
>     > error
>     > > or
>     > > > > am
>     > > > > > I
>     > > > > > > > > doing
>     > > > > > > > > > >> >>> something
>     > > > > > > > > > >> >>> > > > wrong?
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
>     > > Examples:
>     > > > > > > Native:
>     > > > > > > > > > >> >>> USStatesMap
>     > > > > > > > > > >> >>> > > > ....... SUCCESS [  1.001 s]
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
>     > > Examples:
>     > > > > > > NodeJS
>     > > > > > > > > > >> >>> > > > .................... SUCCESS [  0.210 s]
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
>     > > Examples:
>     > > > > > > NodeJS:
>     > > > > > > > > > >> >>> HelloWorld
>     > > > > > > > > > >> >>> > > > ........ SUCCESS [  0.945 s]
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
>     > > Examples:
>     > > > > AMF
>     > > > > > > Web
>     > > > > > > > > > Apps
>     > > > > > > > > > >> >>> > > > .............. SUCCESS [  0.202 s]
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
>     > > Examples:
>     > > > > AMF
>     > > > > > > Web
>     > > > > > > > > > Apps:
>     > > > > > > > > > >> >>> > > > SampleAmfWebApp FAILURE [01:51 min]
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
>     > > Examples:
>     > > > > > > > > > >> Integrationtests
>     > > > > > > > > > >> >>> > > > .......... SKIPPED
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] compc
>     > > > > > > > > > >> >>> > > >
> ..............................................
>     > > > > SKIPPED
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] compiler-asc
>     > > > > > > > > > >> >>> > > > .......................................
>     > SKIPPED
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] compiler-compc
>     > > > > > > > > > >> >>> > > > .....................................
> SKIPPED
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] compiler-mxmlc
>     > > > > > > > > > >> >>> > > > .....................................
> SKIPPED
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
> compiler-optimizer
>     > > > > > > > > > >> >>> > > > .................................
> SKIPPED
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
> compiler-swfdump
>     > > > > > > > > > >> >>> > > > ...................................
> SKIPPED
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] mxmlc
>     > > > > > > > > > >> >>> > > >
> ..............................................
>     > > > > SKIPPED
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
>     > > > > Distribution
>     > > > > > > > > > >> >>> > > > ........................ SKIPPED
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
>     > > > ManualTests
>     > > > > > > > > > >> >>> > > > ......................... SKIPPED
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
>     > > > > ManualTests:
>     > > > > > > > > > UnitTests
>     > > > > > > > > > >> >>> > > > .............. SKIPPED
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
>     > > Testsuite
>     > > > > > 0.9.4
>     > > > > > > > > > >> >>> > > > ..................... SKIPPED
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> >
>     > > > > > > > > > >> >>>
>     > > > > > > > > > >>
>     > > > > > > > >
>     > > > > > >
>     > > > >
>     > >
> ------------------------------------------------------------------------
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] BUILD FAILURE
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> >
>     > > > > > > > > > >> >>>
>     > > > > > > > > > >>
>     > > > > > > > >
>     > > > > > >
>     > > > >
>     > >
> ------------------------------------------------------------------------
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Total time:
> 14:11
>     > min
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Finished at:
>     > > > > > > > > > 2018-09-30T00:25:37-07:00
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> >
>     > > > > > > > > > >> >>>
>     > > > > > > > > > >>
>     > > > > > > > >
>     > > > > > >
>     > > > >
>     > >
> ------------------------------------------------------------------------
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] Failed to
> execute
>     > > goal
>     > > > > > > > > > >> >>> > > >
>     > > > > > org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:jar
>     > > > > > > > > > >> >>> > > (attach-javadocs)
>     > > > > > > > > > >> >>> > > > on project SampleAmfWebApp:
>     > > MavenReportException:
>     > > > > > Error
>     > > > > > > > > while
>     > > > > > > > > > >> >>> > generating
>     > > > > > > > > > >> >>> > > > Javadoc:
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] Exit code: 1
> -
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > >
>     > > > > > > > > > >> >>> >
>     > > > > > > > > > >> >>>
>     > > > > > > > > > >>
>     > > > > > > > > >
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
>     > > > > > > > > > >> >>> > > > error: @param name not found
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param
> code
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]           ^
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > >
>     > > > > > > > > > >> >>> >
>     > > > > > > > > > >> >>>
>     > > > > > > > > > >>
>     > > > > > > > > >
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
>     > > > > > > > > > >> >>> > > > warning: no description for @param
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param
> code
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]    ^
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > >
>     > > > > > > > > > >> >>> >
>     > > > > > > > > > >> >>>
>     > > > > > > > > > >>
>     > > > > > > > > >
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:33:
>     > > > > > > > > > >> >>> > > > warning: no @param for compressionError
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] public
>     > > > > > > > > > >> >>> > > >
> AMFCompressionException(AMFCompressionError
>     > > > > > > > > compressionError)
>     > > > > > > > > > {
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]        ^
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > >
>     > > > > > > > > > >> >>> >
>     > > > > > > > > > >> >>>
>     > > > > > > > > > >>
>     > > > > > > > > >
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
>     > > > > > > > > > >> >>> > > > error: @param name not found
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param
> code
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]           ^
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > >
>     > > > > > > > > > >> >>> >
>     > > > > > > > > > >> >>>
>     > > > > > > > > > >>
>     > > > > > > > > >
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
>     > > > > > > > > > >> >>> > > > warning: no description for @param
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param
> code
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]    ^
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > >
>     > > > > > > > > > >> >>> >
>     > > > > > > > > > >> >>>
>     > > > > > > > > > >>
>     > > > > > > > > >
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:41:
>     > > > > > > > > > >> >>> > > > warning: no description for @param
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param
> cause
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]    ^
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > >
>     > > > > > > > > > >> >>> >
>     > > > > > > > > > >> >>>
>     > > > > > > > > > >>
>     > > > > > > > > >
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:43:
>     > > > > > > > > > >> >>> > > > warning: no @param for compressionError
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] public
>     > > > > > > > > > >> >>> > > >
> AMFCompressionException(AMFCompressionError
>     > > > > > > > > compressionError,
>     > > > > > > > > > >> >>> Throwable
>     > > > > > > > > > >> >>> > > > cause) {
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]        ^
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] Command line
> was:
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > >
>     > > > > > > > > > >> >>> >
>     > > > > > > > > > >> >>>
>     > > > > > > > > > >>
>     > > > > > > > > >
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> /Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/../bin/javadoc
>     > > > > > > > > > >> >>> > > > @options @packages
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] Refer to the
>     > > generated
>     > > > > > > Javadoc
>     > > > > > > > > > files
>     > > > > > > > > > >> in
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > >
>     > > > > > > > > > >> >>> >
>     > > > > > > > > > >> >>>
>     > > > > > > > > > >>
>     > > > > > > > > >
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> '/Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/target/apidocs'
>     > > > > > > > > > >> >>> > > > dir.
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] -> [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]
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> >
>     > > > > > > > > > >> >>>
>     > > > > > > > > > >>
>     > > > > > > > >
>     > > > > > >
>     > > > >
>     > >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cf1c6fcedf204405b510208d627c37641%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740117796655295&amp;sdata=3YfZjaOzOyWtUvzho7z8vFm1viNaiU6L2UOPv3gkotw%3D&amp;reserved=0
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] After
> correcting
>     > the
>     > > > > > > problems,
>     > > > > > > > > you
>     > > > > > > > > > >> can
>     > > > > > > > > > >> >>> > resume
>     > > > > > > > > > >> >>> > > > the build with the command
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]   mvn
> <goals> -rf
>     > > > > > > > > :SampleAmfWebApp
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > > On Sat, Sep 29, 2018 at 11:58 AM
> OmPrakash
>     > > > > Muppirala <
>     > > > > > > > > > >> >>> > > bigosmallm@gmail.com
>     > > > > > > > > > >> >>> > > > >
>     > > > > > > > > > >> >>> > > > wrote:
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > > > > Okay, trying now.
>     > > > > > > > > > >> >>> > > > >
>     > > > > > > > > > >> >>> > > > > On Tue, Sep 25, 2018 at 9:52 AM Piotr
>     > > Zarzycki <
>     > > > > > > > > > >> >>> > > > piotrzarzycki21@gmail.com>
>     > > > > > > > > > >> >>> > > > > wrote:
>     > > > > > > > > > >> >>> > > > >
>     > > > > > > > > > >> >>> > > > >> Om,
>     > > > > > > > > > >> >>> > > > >>
>     > > > > > > > > > >> >>> > > > >> I think if you first try to build
> Royale
>     > > > > framework
>     > > > > > > with
>     > > > > > > > > > Maven
>     > > > > > > > > > >> >>> all
>     > > > > > > > > > >> >>> > the
>     > > > > > > > > > >> >>> > > > >> dependencies will be downloaded.
> During
>     > > > framework
>     > > > > > > build
>     > > > > > > > > you
>     > > > > > > > > > >> >>> should
>     > > > > > > > > > >> >>> > get
>     > > > > > > > > > >> >>> > > > >> question about license related to
> player
>     > > global
>     > > > > > etc.
>     > > > > > > > Once
>     > > > > > > > > > >> you do
>     > > > > > > > > > >> >>> > > > >> successful
>     > > > > > > > > > >> >>> > > > >> build  you could try to go and play
> with
>     > > script
>     > > > > for
>     > > > > > > > > > release.
>     > > > > > > > > > >> -
>     > > > > > > > > > >> >>> That
>     > > > > > > > > > >> >>> > > way
>     > > > > > > > > > >> >>> > > > to
>     > > > > > > > > > >> >>> > > > >> go make you sure that script won't
> fail
>     > later
>     > > > > > during
>     > > > > > > > the
>     > > > > > > > > > >> >>> process.
>     > > > > > > > > > >> >>> > > > >>
>     > > > > > > > > > >> >>> > > > >> Thanks,
>     > > > > > > > > > >> >>> > > > >> Piotr
>     > > > > > > > > > >> >>> > > > >>
>     > > > > > > > > > >> >>> > > > >> pon., 24 wrz 2018 o 07:35 Alex Harui
>     > > > > > > > > > >> <ah...@adobe.com.invalid>
>     > > > > > > > > > >> >>> > > > >> napisał(a):
>     > > > > > > > > > >> >>> > > > >>
>     > > > > > > > > > >> >>> > > > >> > According to the archives, try
> running:
>     > > > > > > > > > >> >>> > > > >> >
>     > > > > > > > > > >> >>> > > > >> >     mvn -s settings-template.xml
> clean
>     > > > install
>     > > > > > > > > > >> >>> > > > >> >
>     > > > > > > > > > >> >>> > > > >> > Thanks,
>     > > > > > > > > > >> >>> > > > >> > -Alex
>     > > > > > > > > > >> >>> > > > >> >
>     > > > > > > > > > >> >>> > > > >> > On 9/23/18, 3:48 PM, "OmPrakash
>     > > Muppirala" <
>     > > > > > > > > > >> >>> bigosmallm@gmail.com
>     > > > > > > > > > >> >>> > >
>     > > > > > > > > > >> >>> > > > >> wrote:
>     > > > > > > > > > >> >>> > > > >> >
>     > > > > > > > > > >> >>> > > > >> >     On Sun, Sep 23, 2018 at 3:43 PM
>     > > OmPrakash
>     > > > > > > > > Muppirala <
>     > > > > > > > > > >> >>> > > > >> > bigosmallm@gmail.com>
>     > > > > > > > > > >> >>> > > > >> >     wrote:
>     > > > > > > > > > >> >>> > > > >> >
>     > > > > > > > > > >> >>> > > > >> >     > Thanks.  I decided to stick
> with
>     > 1.8
>     > > > :-)
>     > > > > > > > > > >> >>> > > > >> >     >
>     > > > > > > > > > >> >>> > > > >> >     >
>     > > > > > > > > > >> >>> > > > >> >     BTW, this is when I run: mvn
> clean
>     > > > install
>     > > > > in
>     > > > > > > the
>     > > > > > > > > > >> >>> royale-asjs
>     > > > > > > > > > >> >>> > > > >> > directory:
>     > > > > > > > > > >> >>> > > > >> >
>     > > > > > > > > > >> >>> > > > >> >
>     > > > > > > > > > >> >>> > > > >> >     > I am seeing this error:
>     > > > > > > > > > >> >>> > > > >> >     >
>     > > > > > > > > > >> >>> > > > >> >     > [ERROR] Failed to execute
> goal
>     > > > > > > > > > >> >>> > > > >> >     >
>     > > > > > > > > > >> >>> > > > >> >
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> >
>     > > > > > > > > > >> >>>
>     > > > > > > > > > >>
>     > > > > > > > >
>     > > > > > >
>     > > > >
>     > >
> org.apache.royale.compiler:royale-maven-plugin:0.9.4-SNAPSHOT:compile-as
>     > > > > > > > > > >> >>> > > > >> >     > (default-compile-as) on
> project
>     > Core:
>     > > > > Could
>     > > > > > > not
>     > > > > > > > > > >> resolve
>     > > > > > > > > > >> >>> > > > >> dependencies
>     > > > > > > > > > >> >>> > > > >> > for
>     > > > > > > > > > >> >>> > > > >> >     > project
>     > > > > > > > > > >> >>>
> org.apache.royale.framework:Core:swc:0.9.4-SNAPSHOT:
>     > > > > > > > > > >> >>> > > > >> Failure
>     > > > > > > > > > >> >>> > > > >> > to
>     > > > > > > > > > >> >>> > > > >> >     > find
>     > > > > > > com.adobe.air.framework:airglobal:swc:20.0
>     > > > > > > > > in
>     > > > > > > > > > >> >>> > > > >> >     >
>     > > > > > > > > > >> >>> > > > >> >
>     > > > > > > > > > >> >>> > > > >>
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > >
>     > > > > > > > > > >> >>> >
>     > > > > > > > > > >> >>>
>     > > > > > > > > > >>
>     > > > > > > > > >
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7Cf1c6fcedf204405b510208d627c37641%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740117796655295&amp;sdata=0Nf6caZ8ggNLOKoxnrPRXBcpMFAfJIcfh4N%2FciO7Lc4%3D&amp;reserved=0
>     > > > > > > > > > >> >>> > > > >> > was cached in
>     > > > > > > > > > >> >>> > > > >> >     > the local repository,
> resolution
>     > will
>     > > > not
>     > > > > > be
>     > > > > > > > > > >> reattempted
>     > > > > > > > > > >> >>> > until
>     > > > > > > > > > >> >>> > > > the
>     > > > > > > > > > >> >>> > > > >> > update
>     > > > > > > > > > >> >>> > > > >> >     > interval of apache-release
> has
>     > > elapsed
>     > > > or
>     > > > > > > > updates
>     > > > > > > > > > are
>     > > > > > > > > > >> >>> forced
>     > > > > > > > > > >> >>> > > ->
>     > > > > > > > > > >> >>> > > > >> > [Help 1]
>     > > > > > > > > > >> >>> > > > >> >     >
>     > > > > > > > > > >> >>> > > > >> >     > I don't see a `com`
> directory on
>     > > > > > > > > > >> >>> > > > >> >     >
>     > > > > > > > > > >> >>> > > > >> >
>     > > > > > > > > > >> >>> > > > >>
>     > > > > > > > > > >> >>> > > >
>     > > > > > > > > > >> >>> > >
>     > > > > > > > > > >> >>> >
>     > > > > > > > > > >> >>>
>     > > > > > > > > > >>
>     > > > > > > > > >
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7Cf1c6fcedf204405b510208d627c37641%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740117796655295&amp;sdata=0Nf6caZ8ggNLOKoxnrPRXBcpMFAfJIcfh4N%2FciO7Lc4%3D&amp;reserved=0
>     > > > > > > > > > >> >>> > > > >> >     >
>     > > > > > > > > > >> >>> > > > >> >     > Is that expected?
>     > > > > > > > > > >> >>> > > > >> >     >
>     > > > > > > > > > >> >>> > > > >> >     > Thanks,
>     > > > > > > > > > >> >>> > > > >> >     > Om
>     > > > > > > > > > >> >>> > > > >> >     >
>     > > > > > > > > > >> >>> > > > >> >     >
>     > > > > > > > > > >> >>> > > > >> >     > On Sun, Sep 23, 2018 at 2:15
> AM
>     > > Carlos
>     > > > > > > Rovira <
>     > > > > > > > > > >> >>> > > > >> > carlosrovira@apache.org>
>     > > > > > > > > > >> >>> > > > >> >     > wrote:
>     > > > > > > > > > >> >>> > > > >> >     >
>     > > > > > > > > > >> >>> > > > >> >     >> Hi Om,
>     > > > > > > > > > >> >>> > > > >> >     >>
>     > > > > > > > > > >> >>> > > > >> >     >> I have Java 8 and 10
> installed,
>     > and
>     > > I
>     > > > > > think
>     > > > > > > I
>     > > > > > > > > was
>     > > > > > > > > > >> able
>     > > > > > > > > > >> >>> to
>     > > > > > > > > > >> >>> > > > compile
>     > > > > > > > > > >> >>> > > > >> > three
>     > > > > > > > > > >> >>> > > > >> >     >> repos, but I find AMF java
> example
>     > > > > doesn't
>     > > > > > > > work,
>     > > > > > > > > > >> since
>     > > > > > > > > > >> >>> > > BlazeDS
>     > >

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Om, 

I think the <tag>release/0.9.4</tag> in royale-asjs/pom.xml needs to be reverted back to 0.9.3.

Everything else looks ok from my quick examination.

Thanks and good luck,
-Alex

On 10/1/18, 10:29 AM, "Piotr Zarzycki" <pi...@gmail.com> wrote:

    I saw your commit and I think you should be ok.
    
    pon., 1 paź 2018 o 19:21 OmPrakash Muppirala <bi...@gmail.com>
    napisał(a):
    
    > Okay, I did the following to reset:
    >
    > For all three repos:
    > * Reverted all references of 0.9.5 to 0.9.4
    > * Deleted 0.9.4-rc1 tag
    > * Deleted branch: release/0.9.4
    >
    > Can someone please make sure that we are good before starting work?
    >
    > Thanks,
    > Om
    >
    > On Mon, Oct 1, 2018 at 1:51 AM Carlos Rovira <ca...@apache.org>
    > wrote:
    >
    > > Hi Om,
    > > is related to flash player debugger not launched? are you on Mac?
    > > I think on Mac I have to make *.swf files be always opened by Flash
    > Player
    > > debugger.
    > >
    > > In the other hand, I need to commit during the day some fixes, one on
    > > typedefs and expect more on compiler. So if you plan to try again some
    > > hours ago, please, remove the commits to left the repos so we can commit
    > > new work
    > >
    > > thanks!
    > >
    > > Carlos
    > >
    > >
    > >
    > >
    > >
    > > El lun., 1 oct. 2018 a las 10:29, OmPrakash Muppirala (<
    > > bigosmallm@gmail.com>)
    > > escribió:
    > >
    > > > I provided path to Chrome via -Dbrowser, but I got an error that ant
    > was
    > > > not able to access the application.
    > > > So, I tried installing firefox and that seemed to work.
    > > >
    > > > On Mon, Oct 1, 2018 at 1:26 AM Piotr Zarzycki <
    > piotrzarzycki21@gmail.com
    > > >
    > > > wrote:
    > > >
    > > > > Hi Om,
    > > > >
    > > > > You did use Firefox for that purpose ? I had to specify
    > -Dbrowser=path
    > > to
    > > > > firefox.exe
    > > > >
    > > > > Thanks,
    > > > > Piotr
    > > > >
    > > > > pon., 1 paź 2018 o 10:22 OmPrakash Muppirala <bi...@gmail.com>
    > > > > napisał(a):
    > > > >
    > > > > > Okay, I made several attempts through the day, making progress each
    > > > time.
    > > > > >  The last run failed because the browser could not be launched.
    > > > > > I am going to pause on this and try again tomorrow (or later) . If
    > > > > someone
    > > > > > else wants to give this a go in the meantimne, they are welcome :-)
    > > > > >
    > > > > > Thanks,
    > > > > > Om
    > > > > >
    > > > > > On Mon, Oct 1, 2018 at 12:22 AM Carlos Rovira <
    > > carlosrovira@apache.org
    > > > >
    > > > > > wrote:
    > > > > >
    > > > > > > Hi Om,
    > > > > > > no,  I Thought this was due to different tries of the release
    > > process
    > > > > but
    > > > > > > most of the poms are in 0.9.6-SNAPSHOT.
    > > > > > > You can search the entire repo for "0.9.X-SNAPSHOT" string to see
    > > > that
    > > > > > now
    > > > > > > X is 6.
    > > > > > >
    > > > > > > thanks
    > > > > > >
    > > > > > > El lun., 1 oct. 2018 a las 2:07, OmPrakash Muppirala (<
    > > > > > > bigosmallm@gmail.com>)
    > > > > > > escribió:
    > > > > > >
    > > > > > > > On Sun, Sep 30, 2018, 2:13 PM Carlos Rovira <
    > > > carlosrovira@apache.org
    > > > > >
    > > > > > > > wrote:
    > > > > > > >
    > > > > > > > > Hi Om,
    > > > > > > > > just saw that some poms was not changed to 0.9.6-SNAPSHOT.
    > > > > > > > >
    > > > > > > >
    > > > > > > > Do you mean 0.9.4-SNAPSHOT?
    > > > > > > >
    > > > > > > > Thanks,
    > > > > > > > Om
    > > > > > > >
    > > > > > > >
    > > > > > > >
    > > > > > > > I think that should be fixed and get a prepare maven release
    > > > process
    > > > > > that
    > > > > > > > > could finaly gets all poms updated to new version.
    > > > > > > > > Don't know if that could be the problem. Can you try again?
    > > > > > > > > thanks
    > > > > > > > >
    > > > > > > > > El dom., 30 sept. 2018 a las 21:32, OmPrakash Muppirala (<
    > > > > > > > > bigosmallm@gmail.com>) escribió:
    > > > > > > > >
    > > > > > > > > > Made a bit more progress, but the build is failing here
    > now:
    > > > > > > > > >
    > > > > > > > > >      [exec] [INFO] [INFO] Apache Royale: Examples: Royale:
    > > > > > > > > > DataBindingExample_as SUCCESS [  2.469 s]
    > > > > > > > > >
    > > > > > > > > >      [exec] [INFO] [INFO] Apache Royale: Examples: Royale:
    > > > > > > > > > DataBindingExample_Flat FAILURE [  1.756 s]
    > > > > > > > > >
    > > > > > > > > >      [exec] [INFO] [INFO] Apache Royale: Examples: Royale:
    > > > > > > > > > DataBindingExampleWithLayout SKIPPED
    > > > > > > > > >
    > > > > > > > > >      [exec] [INFO] [INFO] Apache Royale: Examples: Royale:
    > > > > > > > > DataGridExample
    > > > > > > > > > ... SKIPPED
    > > > > > > > > >
    > > > > > > > > >
    > > > > > > > > >
    > > > > > > > > > Detailed error:
    > > > > > > > > >
    > > > > > > > > >
    > > > > > > > > >     [exec] [INFO] [INFO]
    > > > > > > > > >
    > > > > > > >
    > > > > >
    > > >
    > ------------------------------------------------------------------------
    > > > > > > > > >
    > > > > > > > > >      [exec] [INFO] [INFO] BUILD FAILURE
    > > > > > > > > >
    > > > > > > > > >      [exec] [INFO] [INFO]
    > > > > > > > > >
    > > > > > > >
    > > > > >
    > > >
    > ------------------------------------------------------------------------
    > > > > > > > > >
    > > > > > > > > >      [exec] [INFO] [INFO] Total time: 07:03 min
    > > > > > > > > >
    > > > > > > > > >      [exec] [INFO] [INFO] Finished at:
    > > > 2018-09-30T12:17:45-07:00
    > > > > > > > > >
    > > > > > > > > >      [exec] [INFO] [INFO]
    > > > > > > > > >
    > > > > > > >
    > > > > >
    > > >
    > ------------------------------------------------------------------------
    > > > > > > > > >
    > > > > > > > > >      [exec] [INFO] [ERROR] Failed to execute goal
    > > > > > > > > >
    > org.apache.maven.plugins:maven-dependency-plugin:2.10:unpack
    > > > > > > > > (unpack-fonts)
    > > > > > > > > > on project DataBindingExample_Flat: Unable to find
    > artifact.
    > > > > Could
    > > > > > > not
    > > > > > > > > find
    > > > > > > > > > artifact org.apache.royale.framework:Fonts:war:0.9.4 in
    > > > > > > apache-release
    > > > > > > > (
    > > > > > > > > >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7Cf1c6fcedf204405b510208d627c37641%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740117796655295&amp;sdata=0Nf6caZ8ggNLOKoxnrPRXBcpMFAfJIcfh4N%2FciO7Lc4%3D&amp;reserved=0)
    > > > > > > > > >
    > > > > > > > > >      [exec] [INFO] [ERROR]
    > > > > > > > > >
    > > > > > > > > >      [exec] [INFO] [ERROR] Try downloading the file
    > manually
    > > > from
    > > > > > the
    > > > > > > > > > project website.
    > > > > > > > > >
    > > > > > > > > >      [exec] [INFO] [ERROR]
    > > > > > > > > >
    > > > > > > > > >      [exec] [INFO] [ERROR] Then, install it using the
    > > command:
    > > > > > > > > >
    > > > > > > > > >      [exec] [INFO] [ERROR]     mvn install:install-file
    > > > > > > > > > -DgroupId=org.apache.royale.framework -DartifactId=Fonts
    > > > > > > > -Dversion=0.9.4
    > > > > > > > > > -Dpackaging=war -Dfile=/path/to/file
    > > > > > > > > >
    > > > > > > > > >      [exec] [INFO] [ERROR]
    > > > > > > > > >
    > > > > > > > > >      [exec] [INFO] [ERROR] Alternatively, if you host your
    > > own
    > > > > > > > repository
    > > > > > > > > > you can deploy the file there:
    > > > > > > > > >
    > > > > > > > > >      [exec] [INFO] [ERROR]     mvn deploy:deploy-file
    > > > > > > > > > -DgroupId=org.apache.royale.framework -DartifactId=Fonts
    > > > > > > > -Dversion=0.9.4
    > > > > > > > > > -Dpackaging=war -Dfile=/path/to/file -Durl=[url]
    > > > > > -DrepositoryId=[id]
    > > > > > > > > >
    > > > > > > > > >      [exec] [INFO] [ERROR]
    > > > > > > > > >
    > > > > > > > > >      [exec] [INFO] [ERROR]
    > > > > > > > > >
    > > > > > > > > >      [exec] [INFO] [ERROR]
    > > > > > > >  org.apache.royale.framework:Fonts:war:0.9.4
    > > > > > > > > >
    > > > > > > > > >      [exec] [INFO] [ERROR]
    > > > > > > > > >
    > > > > > > > > >      [exec] [INFO] [ERROR] from the specified remote
    > > > > repositories:
    > > > > > > > > >
    > > > > > > > > >      [exec] [INFO] [ERROR]   apache-release (
    > > > > > > > > >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7Cf1c6fcedf204405b510208d627c37641%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740117796655295&amp;sdata=0Nf6caZ8ggNLOKoxnrPRXBcpMFAfJIcfh4N%2FciO7Lc4%3D&amp;reserved=0,
    > > > > > > > > > releases=true,
    > > > > > > > > > snapshots=false),
    > > > > > > > > >
    > > > > > > > > >      [exec] [INFO] [ERROR]   apache-snapshots (
    > > > > > > > > >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7Cf1c6fcedf204405b510208d627c37641%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740117796655295&amp;sdata=quzN4%2FC%2BGXvOlZADCDWgxJsCHGeuYuHEty6xjxcu9Xw%3D&amp;reserved=0
    > > ,
    > > > > > > > > > releases=false, snapshots=true),
    > > > > > > > > >
    > > > > > > > > >      [exec] [INFO] [ERROR]   apache.snapshots (
    > > > > > > > > > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7Cf1c6fcedf204405b510208d627c37641%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740117796655295&amp;sdata=RF%2BFgXDJp4xXA7F5t1vV8kzyglNry6X0UTKwKR8bq4c%3D&amp;reserved=0, releases=false,
    > > > > > > > > snapshots=true),
    > > > > > > > > >
    > > > > > > > > >      [exec] [INFO] [ERROR]   central (
    > > > > > > > > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo.maven.apache.org%2Fmaven2&amp;data=02%7C01%7Caharui%40adobe.com%7Cf1c6fcedf204405b510208d627c37641%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740117796655295&amp;sdata=iOs%2BMmXLqTAeslmAHZ0Re9pBCKA9qKm%2FCR57NDIsqzk%3D&amp;reserved=0
    > > > > > > > > > ,
    > > > > > > > > > releases=true, snapshots=false)
    > > > > > > > > >
    > > > > > > > > >      [exec] [INFO] [ERROR] -> [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]
    > > > > > > > > >
    > > > > > > >
    > > > > >
    > > >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cf1c6fcedf204405b510208d627c37641%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740117796655295&amp;sdata=3YfZjaOzOyWtUvzho7z8vFm1viNaiU6L2UOPv3gkotw%3D&amp;reserved=0
    > > > > > > > > >
    > > > > > > > > >      [exec] [INFO] [ERROR]
    > > > > > > > > >
    > > > > > > > > >      [exec] [INFO] [ERROR] After correcting the problems,
    > you
    > > > can
    > > > > > > > resume
    > > > > > > > > > the build with the command
    > > > > > > > > >
    > > > > > > > > >      [exec] [INFO] [ERROR]   mvn <goals> -rf
    > > > > > :DataBindingExample_Flat
    > > > > > > > > >
    > > > > > > > > >      [exec] [INFO]
    > > > > > > > > >
    > > > > > > >
    > > > > >
    > > >
    > ------------------------------------------------------------------------
    > > > > > > > > >
    > > > > > > > > >      [exec] [INFO] Reactor Summary:
    > > > > > > > > >
    > > > > > > > > >      [exec] [INFO] Apache Royale: Framework: Parent
    > > > > 0.9.5-SNAPSHOT
    > > > > > > ....
    > > > > > > > > > FAILURE [07:08 min]
    > > > > > > > > >
    > > > > > > > > >      [exec] [INFO] Apache Royale: Framework
    > > > > > > ...........................
    > > > > > > > > > SKIPPED
    > > > > > > > > >
    > > > > > > > > >      [exec] [INFO] Apache Royale: Framework: Fonts
    > > > > > > ....................
    > > > > > > > > > SKIPPED
    > > > > > > > > >
    > > > > > > > > >
    > > > > > > > > >
    > > > > > > > > > Can someone please take a look?
    > > > > > > > > >
    > > > > > > > > > On Sun, Sep 30, 2018 at 9:13 AM OmPrakash Muppirala <
    > > > > > > > > bigosmallm@gmail.com>
    > > > > > > > > > wrote:
    > > > > > > > > >
    > > > > > > > > > > Thanks for the quick fix!  Will pull develop and try
    > again.
    > > > > Will
    > > > > > > > > report
    > > > > > > > > > > in a while.
    > > > > > > > > > >
    > > > > > > > > > > Regards,
    > > > > > > > > > > Om
    > > > > > > > > > >
    > > > > > > > > > >
    > > > > > > > > > > On Sun, Sep 30, 2018, 8:47 AM Carlos Rovira <
    > > > > > > carlosrovira@apache.org
    > > > > > > > >
    > > > > > > > > > > wrote:
    > > > > > > > > > >
    > > > > > > > > > >> Hi Om,
    > > > > > > > > > >>
    > > > > > > > > > >> error is now fixed. Can you try to release again?
    > > > > > > > > > >> thanks
    > > > > > > > > > >>
    > > > > > > > > > >> Carlos
    > > > > > > > > > >>
    > > > > > > > > > >>
    > > > > > > > > > >>
    > > > > > > > > > >>
    > > > > > > > > > >>
    > > > > > > > > > >> El dom., 30 sept. 2018 a las 17:27, Carlos Rovira (<
    > > > > > > > > > >> carlosrovira@apache.org>)
    > > > > > > > > > >> escribió:
    > > > > > > > > > >>
    > > > > > > > > > >> > Hi,
    > > > > > > > > > >> >
    > > > > > > > > > >> > just reverted the two generated commits for release, I
    > > > left
    > > > > to
    > > > > > > you
    > > > > > > > > > >> remove
    > > > > > > > > > >> > new branches generated.
    > > > > > > > > > >> > About the fail, I was wrong, since I saw this very
    > > > quickly.
    > > > > > It's
    > > > > > > > not
    > > > > > > > > > >> about
    > > > > > > > > > >> > JDK, I'm using as well 1.8. I was confused for other
    > > > thing I
    > > > > > had
    > > > > > > > > some
    > > > > > > > > > >> weeks
    > > > > > > > > > >> > ago, and was trying to use another JDK, but I don't
    > > > remember
    > > > > > > what
    > > > > > > > > was.
    > > > > > > > > > >> >
    > > > > > > > > > >> > Anyway, the problem is about java doc, in the new
    > class
    > > > > > > > > > >> > AMFCompressionException.java I introduce some months
    > > ago.
    > > > > > > > > > >> > since we never execute java doc generation we didn't
    > see
    > > > > this.
    > > > > > > > > > >> >
    > > > > > > > > > >> > I'm going to try to fix this removing the problems I
    > > see,
    > > > > and
    > > > > > > I'll
    > > > > > > > > try
    > > > > > > > > > >> to
    > > > > > > > > > >> > see if I can try to use java doc to test if I pass the
    > > > > > problem.
    > > > > > > > > > >> >
    > > > > > > > > > >> > I'll report soon.
    > > > > > > > > > >> >
    > > > > > > > > > >> > Carlos
    > > > > > > > > > >> >
    > > > > > > > > > >> >
    > > > > > > > > > >> > El dom., 30 sept. 2018 a las 17:12, Carlos Rovira (<
    > > > > > > > > > >> > carlosrovira@apache.org>) escribió:
    > > > > > > > > > >> >
    > > > > > > > > > >> >> Hi, since I'm going to work now on some compiler
    > > changes,
    > > > > > I'll
    > > > > > > > > revert
    > > > > > > > > > >> >> those 2 commits in each repo. I'll try to pass as
    > well
    > > > > maven
    > > > > > > with
    > > > > > > > > > java
    > > > > > > > > > >> 1.8
    > > > > > > > > > >> >> in amp and see if I get the same error
    > > > > > > > > > >> >>
    > > > > > > > > > >> >> El dom., 30 sept. 2018 a las 15:16, Piotr Zarzycki (<
    > > > > > > > > > >> >> piotrzarzycki21@gmail.com>) escribió:
    > > > > > > > > > >> >>
    > > > > > > > > > >> >>> Om,
    > > > > > > > > > >> >>>
    > > > > > > > > > >> >>> I think if you got fail during the process you
    > should
    > > > > right
    > > > > > > > after
    > > > > > > > > > >> that.
    > > > > > > > > > >> >>> 1) Remove created release tags
    > > > > > > > > > >> >>> 2) Revert all changes which Maven did in develop
    > > > branches
    > > > > to
    > > > > > > the
    > > > > > > > > > >> previous
    > > > > > > > > > >> >>> state
    > > > > > > > > > >> >>>
    > > > > > > > > > >> >>> Thanks,
    > > > > > > > > > >> >>> Piotr
    > > > > > > > > > >> >>>
    > > > > > > > > > >> >>> niedz., 30 wrz 2018 o 12:40 Carlos Rovira <
    > > > > > > > > > >> carlos.rovira@codeoscopic.com
    > > > > > > > > > >> >>> >
    > > > > > > > > > >> >>> napisał(a):
    > > > > > > > > > >> >>>
    > > > > > > > > > >> >>> > Hi Om,
    > > > > > > > > > >> >>> > don't have many time now, but seems you are using
    > > JDK
    > > > > 1.8
    > > > > > > and
    > > > > > > > > that
    > > > > > > > > > >> >>> project
    > > > > > > > > > >> >>> > needs to be 1.7 or will fail
    > > > > > > > > > >> >>> > I'll connect some hours later to see if you could
    > > use
    > > > > that
    > > > > > > sdk
    > > > > > > > > > >> >>> > good luck! :)
    > > > > > > > > > >> >>> >
    > > > > > > > > > >> >>> > El dom., 30 sept. 2018 a las 11:34, Piotr Zarzycki
    > > (<
    > > > > > > > > > >> >>> > piotrzarzycki21@gmail.com>) escribió:
    > > > > > > > > > >> >>> >
    > > > > > > > > > >> >>> > > Hi Om,
    > > > > > > > > > >> >>> > >
    > > > > > > > > > >> >>> > > Have you tried build that example on their own?
    > Is
    > > > it
    > > > > > > > failing
    > > > > > > > > > with
    > > > > > > > > > >> >>> the
    > > > > > > > > > >> >>> > same
    > > > > > > > > > >> >>> > > stack trace?
    > > > > > > > > > >> >>> > >
    > > > > > > > > > >> >>> > > Thanks,
    > > > > > > > > > >> >>> > > Piotr
    > > > > > > > > > >> >>> > >
    > > > > > > > > > >> >>> > > On Sun, Sep 30, 2018, 9:31 AM OmPrakash
    > Muppirala
    > > <
    > > > > > > > > > >> >>> bigosmallm@gmail.com>
    > > > > > > > > > >> >>> > > wrote:
    > > > > > > > > > >> >>> > >
    > > > > > > > > > >> >>> > > > So, I made a lot of progress (much more than
    > > last
    > > > > > time),
    > > > > > > > but
    > > > > > > > > > >> >>> > > unfortunately
    > > > > > > > > > >> >>> > > > the build failed at this stage.  Looks like an
    > > > issue
    > > > > > > with
    > > > > > > > > the
    > > > > > > > > > >> >>> > > > SampleAmfWebApp.  Anyone else seeing this
    > error
    > > or
    > > > > am
    > > > > > I
    > > > > > > > > doing
    > > > > > > > > > >> >>> something
    > > > > > > > > > >> >>> > > > wrong?
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
    > > Examples:
    > > > > > > Native:
    > > > > > > > > > >> >>> USStatesMap
    > > > > > > > > > >> >>> > > > ....... SUCCESS [  1.001 s]
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
    > > Examples:
    > > > > > > NodeJS
    > > > > > > > > > >> >>> > > > .................... SUCCESS [  0.210 s]
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
    > > Examples:
    > > > > > > NodeJS:
    > > > > > > > > > >> >>> HelloWorld
    > > > > > > > > > >> >>> > > > ........ SUCCESS [  0.945 s]
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
    > > Examples:
    > > > > AMF
    > > > > > > Web
    > > > > > > > > > Apps
    > > > > > > > > > >> >>> > > > .............. SUCCESS [  0.202 s]
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
    > > Examples:
    > > > > AMF
    > > > > > > Web
    > > > > > > > > > Apps:
    > > > > > > > > > >> >>> > > > SampleAmfWebApp FAILURE [01:51 min]
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
    > > Examples:
    > > > > > > > > > >> Integrationtests
    > > > > > > > > > >> >>> > > > .......... SKIPPED
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] compc
    > > > > > > > > > >> >>> > > > ..............................................
    > > > > SKIPPED
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] compiler-asc
    > > > > > > > > > >> >>> > > > .......................................
    > SKIPPED
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] compiler-compc
    > > > > > > > > > >> >>> > > > ..................................... SKIPPED
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] compiler-mxmlc
    > > > > > > > > > >> >>> > > > ..................................... SKIPPED
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] compiler-optimizer
    > > > > > > > > > >> >>> > > > ................................. SKIPPED
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] compiler-swfdump
    > > > > > > > > > >> >>> > > > ................................... SKIPPED
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] mxmlc
    > > > > > > > > > >> >>> > > > ..............................................
    > > > > SKIPPED
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
    > > > > Distribution
    > > > > > > > > > >> >>> > > > ........................ SKIPPED
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
    > > > ManualTests
    > > > > > > > > > >> >>> > > > ......................... SKIPPED
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
    > > > > ManualTests:
    > > > > > > > > > UnitTests
    > > > > > > > > > >> >>> > > > .............. SKIPPED
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
    > > Testsuite
    > > > > > 0.9.4
    > > > > > > > > > >> >>> > > > ..................... SKIPPED
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> >
    > > > > > > > > > >> >>>
    > > > > > > > > > >>
    > > > > > > > >
    > > > > > >
    > > > >
    > > ------------------------------------------------------------------------
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] BUILD FAILURE
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> >
    > > > > > > > > > >> >>>
    > > > > > > > > > >>
    > > > > > > > >
    > > > > > >
    > > > >
    > > ------------------------------------------------------------------------
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Total time: 14:11
    > min
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Finished at:
    > > > > > > > > > 2018-09-30T00:25:37-07:00
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> >
    > > > > > > > > > >> >>>
    > > > > > > > > > >>
    > > > > > > > >
    > > > > > >
    > > > >
    > > ------------------------------------------------------------------------
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] Failed to execute
    > > goal
    > > > > > > > > > >> >>> > > >
    > > > > > org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:jar
    > > > > > > > > > >> >>> > > (attach-javadocs)
    > > > > > > > > > >> >>> > > > on project SampleAmfWebApp:
    > > MavenReportException:
    > > > > > Error
    > > > > > > > > while
    > > > > > > > > > >> >>> > generating
    > > > > > > > > > >> >>> > > > Javadoc:
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] Exit code: 1 -
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > >
    > > > > > > > > > >> >>> >
    > > > > > > > > > >> >>>
    > > > > > > > > > >>
    > > > > > > > > >
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
    > > > > > > > > > >> >>> > > > error: @param name not found
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param code
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]           ^
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > >
    > > > > > > > > > >> >>> >
    > > > > > > > > > >> >>>
    > > > > > > > > > >>
    > > > > > > > > >
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
    > > > > > > > > > >> >>> > > > warning: no description for @param
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param code
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]    ^
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > >
    > > > > > > > > > >> >>> >
    > > > > > > > > > >> >>>
    > > > > > > > > > >>
    > > > > > > > > >
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:33:
    > > > > > > > > > >> >>> > > > warning: no @param for compressionError
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] public
    > > > > > > > > > >> >>> > > > AMFCompressionException(AMFCompressionError
    > > > > > > > > compressionError)
    > > > > > > > > > {
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]        ^
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > >
    > > > > > > > > > >> >>> >
    > > > > > > > > > >> >>>
    > > > > > > > > > >>
    > > > > > > > > >
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
    > > > > > > > > > >> >>> > > > error: @param name not found
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param code
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]           ^
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > >
    > > > > > > > > > >> >>> >
    > > > > > > > > > >> >>>
    > > > > > > > > > >>
    > > > > > > > > >
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
    > > > > > > > > > >> >>> > > > warning: no description for @param
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param code
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]    ^
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > >
    > > > > > > > > > >> >>> >
    > > > > > > > > > >> >>>
    > > > > > > > > > >>
    > > > > > > > > >
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:41:
    > > > > > > > > > >> >>> > > > warning: no description for @param
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param cause
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]    ^
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > >
    > > > > > > > > > >> >>> >
    > > > > > > > > > >> >>>
    > > > > > > > > > >>
    > > > > > > > > >
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:43:
    > > > > > > > > > >> >>> > > > warning: no @param for compressionError
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] public
    > > > > > > > > > >> >>> > > > AMFCompressionException(AMFCompressionError
    > > > > > > > > compressionError,
    > > > > > > > > > >> >>> Throwable
    > > > > > > > > > >> >>> > > > cause) {
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]        ^
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] Command line was:
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > >
    > > > > > > > > > >> >>> >
    > > > > > > > > > >> >>>
    > > > > > > > > > >>
    > > > > > > > > >
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > /Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/../bin/javadoc
    > > > > > > > > > >> >>> > > > @options @packages
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] Refer to the
    > > generated
    > > > > > > Javadoc
    > > > > > > > > > files
    > > > > > > > > > >> in
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > >
    > > > > > > > > > >> >>> >
    > > > > > > > > > >> >>>
    > > > > > > > > > >>
    > > > > > > > > >
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > '/Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/target/apidocs'
    > > > > > > > > > >> >>> > > > dir.
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] -> [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]
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> >
    > > > > > > > > > >> >>>
    > > > > > > > > > >>
    > > > > > > > >
    > > > > > >
    > > > >
    > > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoExecutionException&amp;data=02%7C01%7Caharui%40adobe.com%7Cf1c6fcedf204405b510208d627c37641%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740117796655295&amp;sdata=3YfZjaOzOyWtUvzho7z8vFm1viNaiU6L2UOPv3gkotw%3D&amp;reserved=0
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] After correcting
    > the
    > > > > > > problems,
    > > > > > > > > you
    > > > > > > > > > >> can
    > > > > > > > > > >> >>> > resume
    > > > > > > > > > >> >>> > > > the build with the command
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]   mvn <goals> -rf
    > > > > > > > > :SampleAmfWebApp
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > > On Sat, Sep 29, 2018 at 11:58 AM OmPrakash
    > > > > Muppirala <
    > > > > > > > > > >> >>> > > bigosmallm@gmail.com
    > > > > > > > > > >> >>> > > > >
    > > > > > > > > > >> >>> > > > wrote:
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > > > > Okay, trying now.
    > > > > > > > > > >> >>> > > > >
    > > > > > > > > > >> >>> > > > > On Tue, Sep 25, 2018 at 9:52 AM Piotr
    > > Zarzycki <
    > > > > > > > > > >> >>> > > > piotrzarzycki21@gmail.com>
    > > > > > > > > > >> >>> > > > > wrote:
    > > > > > > > > > >> >>> > > > >
    > > > > > > > > > >> >>> > > > >> Om,
    > > > > > > > > > >> >>> > > > >>
    > > > > > > > > > >> >>> > > > >> I think if you first try to build Royale
    > > > > framework
    > > > > > > with
    > > > > > > > > > Maven
    > > > > > > > > > >> >>> all
    > > > > > > > > > >> >>> > the
    > > > > > > > > > >> >>> > > > >> dependencies will be downloaded. During
    > > > framework
    > > > > > > build
    > > > > > > > > you
    > > > > > > > > > >> >>> should
    > > > > > > > > > >> >>> > get
    > > > > > > > > > >> >>> > > > >> question about license related to player
    > > global
    > > > > > etc.
    > > > > > > > Once
    > > > > > > > > > >> you do
    > > > > > > > > > >> >>> > > > >> successful
    > > > > > > > > > >> >>> > > > >> build  you could try to go and play with
    > > script
    > > > > for
    > > > > > > > > > release.
    > > > > > > > > > >> -
    > > > > > > > > > >> >>> That
    > > > > > > > > > >> >>> > > way
    > > > > > > > > > >> >>> > > > to
    > > > > > > > > > >> >>> > > > >> go make you sure that script won't fail
    > later
    > > > > > during
    > > > > > > > the
    > > > > > > > > > >> >>> process.
    > > > > > > > > > >> >>> > > > >>
    > > > > > > > > > >> >>> > > > >> Thanks,
    > > > > > > > > > >> >>> > > > >> Piotr
    > > > > > > > > > >> >>> > > > >>
    > > > > > > > > > >> >>> > > > >> pon., 24 wrz 2018 o 07:35 Alex Harui
    > > > > > > > > > >> <ah...@adobe.com.invalid>
    > > > > > > > > > >> >>> > > > >> napisał(a):
    > > > > > > > > > >> >>> > > > >>
    > > > > > > > > > >> >>> > > > >> > According to the archives, try running:
    > > > > > > > > > >> >>> > > > >> >
    > > > > > > > > > >> >>> > > > >> >     mvn -s settings-template.xml clean
    > > > install
    > > > > > > > > > >> >>> > > > >> >
    > > > > > > > > > >> >>> > > > >> > Thanks,
    > > > > > > > > > >> >>> > > > >> > -Alex
    > > > > > > > > > >> >>> > > > >> >
    > > > > > > > > > >> >>> > > > >> > On 9/23/18, 3:48 PM, "OmPrakash
    > > Muppirala" <
    > > > > > > > > > >> >>> bigosmallm@gmail.com
    > > > > > > > > > >> >>> > >
    > > > > > > > > > >> >>> > > > >> wrote:
    > > > > > > > > > >> >>> > > > >> >
    > > > > > > > > > >> >>> > > > >> >     On Sun, Sep 23, 2018 at 3:43 PM
    > > OmPrakash
    > > > > > > > > Muppirala <
    > > > > > > > > > >> >>> > > > >> > bigosmallm@gmail.com>
    > > > > > > > > > >> >>> > > > >> >     wrote:
    > > > > > > > > > >> >>> > > > >> >
    > > > > > > > > > >> >>> > > > >> >     > Thanks.  I decided to stick with
    > 1.8
    > > > :-)
    > > > > > > > > > >> >>> > > > >> >     >
    > > > > > > > > > >> >>> > > > >> >     >
    > > > > > > > > > >> >>> > > > >> >     BTW, this is when I run: mvn clean
    > > > install
    > > > > in
    > > > > > > the
    > > > > > > > > > >> >>> royale-asjs
    > > > > > > > > > >> >>> > > > >> > directory:
    > > > > > > > > > >> >>> > > > >> >
    > > > > > > > > > >> >>> > > > >> >
    > > > > > > > > > >> >>> > > > >> >     > I am seeing this error:
    > > > > > > > > > >> >>> > > > >> >     >
    > > > > > > > > > >> >>> > > > >> >     > [ERROR] Failed to execute goal
    > > > > > > > > > >> >>> > > > >> >     >
    > > > > > > > > > >> >>> > > > >> >
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> >
    > > > > > > > > > >> >>>
    > > > > > > > > > >>
    > > > > > > > >
    > > > > > >
    > > > >
    > > org.apache.royale.compiler:royale-maven-plugin:0.9.4-SNAPSHOT:compile-as
    > > > > > > > > > >> >>> > > > >> >     > (default-compile-as) on project
    > Core:
    > > > > Could
    > > > > > > not
    > > > > > > > > > >> resolve
    > > > > > > > > > >> >>> > > > >> dependencies
    > > > > > > > > > >> >>> > > > >> > for
    > > > > > > > > > >> >>> > > > >> >     > project
    > > > > > > > > > >> >>> org.apache.royale.framework:Core:swc:0.9.4-SNAPSHOT:
    > > > > > > > > > >> >>> > > > >> Failure
    > > > > > > > > > >> >>> > > > >> > to
    > > > > > > > > > >> >>> > > > >> >     > find
    > > > > > > com.adobe.air.framework:airglobal:swc:20.0
    > > > > > > > > in
    > > > > > > > > > >> >>> > > > >> >     >
    > > > > > > > > > >> >>> > > > >> >
    > > > > > > > > > >> >>> > > > >>
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > >
    > > > > > > > > > >> >>> >
    > > > > > > > > > >> >>>
    > > > > > > > > > >>
    > > > > > > > > >
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7Cf1c6fcedf204405b510208d627c37641%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740117796655295&amp;sdata=0Nf6caZ8ggNLOKoxnrPRXBcpMFAfJIcfh4N%2FciO7Lc4%3D&amp;reserved=0
    > > > > > > > > > >> >>> > > > >> > was cached in
    > > > > > > > > > >> >>> > > > >> >     > the local repository, resolution
    > will
    > > > not
    > > > > > be
    > > > > > > > > > >> reattempted
    > > > > > > > > > >> >>> > until
    > > > > > > > > > >> >>> > > > the
    > > > > > > > > > >> >>> > > > >> > update
    > > > > > > > > > >> >>> > > > >> >     > interval of apache-release has
    > > elapsed
    > > > or
    > > > > > > > updates
    > > > > > > > > > are
    > > > > > > > > > >> >>> forced
    > > > > > > > > > >> >>> > > ->
    > > > > > > > > > >> >>> > > > >> > [Help 1]
    > > > > > > > > > >> >>> > > > >> >     >
    > > > > > > > > > >> >>> > > > >> >     > I don't see a `com` directory on
    > > > > > > > > > >> >>> > > > >> >     >
    > > > > > > > > > >> >>> > > > >> >
    > > > > > > > > > >> >>> > > > >>
    > > > > > > > > > >> >>> > > >
    > > > > > > > > > >> >>> > >
    > > > > > > > > > >> >>> >
    > > > > > > > > > >> >>>
    > > > > > > > > > >>
    > > > > > > > > >
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7Cf1c6fcedf204405b510208d627c37641%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740117796655295&amp;sdata=0Nf6caZ8ggNLOKoxnrPRXBcpMFAfJIcfh4N%2FciO7Lc4%3D&amp;reserved=0
    > > > > > > > > > >> >>> > > > >> >     >
    > > > > > > > > > >> >>> > > > >> >     > Is that expected?
    > > > > > > > > > >> >>> > > > >> >     >
    > > > > > > > > > >> >>> > > > >> >     > Thanks,
    > > > > > > > > > >> >>> > > > >> >     > Om
    > > > > > > > > > >> >>> > > > >> >     >
    > > > > > > > > > >> >>> > > > >> >     >
    > > > > > > > > > >> >>> > > > >> >     > On Sun, Sep 23, 2018 at 2:15 AM
    > > Carlos
    > > > > > > Rovira <
    > > > > > > > > > >> >>> > > > >> > carlosrovira@apache.org>
    > > > > > > > > > >> >>> > > > >> >     > wrote:
    > > > > > > > > > >> >>> > > > >> >     >
    > > > > > > > > > >> >>> > > > >> >     >> Hi Om,
    > > > > > > > > > >> >>> > > > >> >     >>
    > > > > > > > > > >> >>> > > > >> >     >> I have Java 8 and 10 installed,
    > and
    > > I
    > > > > > think
    > > > > > > I
    > > > > > > > > was
    > > > > > > > > > >> able
    > > > > > > > > > >> >>> to
    > > > > > > > > > >> >>> > > > compile
    > > > > > > > > > >> >>> > > > >> > three
    > > > > > > > > > >> >>> > > > >> >     >> repos, but I find AMF java example
    > > > > doesn't
    > > > > > > > work,
    > > > > > > > > > >> since
    > > > > > > > > > >> >>> > > BlazeDS
    > > > > > > > > > >> >>> > > > >> > needs a
    > > > > > > > > > >> >>> > > > >> >     >> Lower version I need to go with 8
    > > for
    > > > > this
    > > > > > > > > > example.
    > > > > > > > > > >> >>> Maybe
    > > > > > > > > > >> >>> > > other
    > > > > > > > > > >> >>> > > > >> > part needs
    > > > > > > > > > >> >>> > > > >> >     >> as well 7 or 8.
    > > > > > > > > > >> >>> > > > >> >     >> I think trying another SDK should
    > be
    > > > > left
    > > > > > to
    > > > > > > > > some
    > > > > > > > > > >> time
    > > > > > > > > > >> >>> > > between
    > > > > > > > > > >> >>> > > > >> > releases,
    > > > > > > > > > >> >>> > > > >> >     >> since if not you can find spending
    > > > more
    > > > > > time
    > > > > > > > > that
    > > > > > > > > > >> you
    > > > > > > > > > >> >>> > > thought.
    > > > > > > > > > >> >>> > > > >> >     >>
    > > > > > > > > > >> >>> > > > >> >     >> just my 2
    > > > > > > > > > >> >>> > > > >> >     >>
    > > > > > > > > > >> >>> > > > >> >     >> Thanks
    > > > > > > > > > >> >>> > > > >> >     >>
    > > > > > > > > > >> >>> > > > >> >     >> Carlos
    > > > > > > > > > >> >>> > > > >> >     >>
    > > > > > > > > > >> >>> > > > >> >     >> El dom., 23 sept. 2018 a las 8:14,
    > > > > > OmPrakash
    > > > > > > > > > >> Muppirala
    > > > > > > > > > >> >>> (<
    > > > > > > > > > >> >>> > > > >> >     >> bigosmallm@gmail.com>) escribió:
    > > > > > > > > > >> >>> > > > >> >     >>
    > > > > > > > > > >> >>> > > > >> >     >> > Okay trying this out now.
    > > > > > > > > > >> >>> > > > >> >     >> >
    > > > > > > > > > >> >>> > > > >> >     >> > First question:  The release doc
    > > [1]
    > > > > > says
    > > > > > > we
    > > > > > > > > > need
    > > > > > > > > > >> >>> Java
    > > > > > > > > > >> >>> > 1.7
    > > > > > > > > > >> >>> > > or
    > > > > > > > > > >> >>> > > > >> > higher.
    > > > > > > > > > >> >>> > > > >> >     >> Has
    > > > > > > > > > >> >>> > > > >> >     >> > anyone tried Java 10?   That is
    > > the
    > > > > > > default
    > > > > > > > > > >> version
    > > > > > > > > > >> >>> > > available
    > > > > > > > > > >> >>> > > > >> > through
    > > > > > > > > > >> >>> > > > >> >     >> all
    > > > > > > > > > >> >>> > > > >> >     >> > installation channels.
    > > > > > > > > > >> >>> > > > >> >     >> > Any pitfalls I should consider?
    > > > > > > > > > >> >>> > > > >> >     >> >
    > > > > > > > > > >> >>> > > > >> >     >> > Thanks,
    > > > > > > > > > >> >>> > > > >> >     >> > Om
    > > > > > > > > > >> >>> > > > >> >     >> >
    > > > > > > > > > >> >>> > > > >> >     >> > On Fri, Sep 21, 2018 at 12:23 PM
    > > > > Carlos
    > > > > > > > > Rovira <
    > > > > > > > > > >> >>> > > > >> > carlosrovira@apache.org
    > > > > > > > > > >> >>> > > > >> >     >> >
    > > > > > > > > > >> >>> > > > >> >     >> > wrote:
    > > > > > > > > > >> >>> > > > >> >     >> >
    > > > > > > > > > >> >>> > > > >> >     >> > > I think we are ready to go, so
    > > > let's
    > > > > > go!
    > > > > > > > ;-)
    > > > > > > > > > >> >>> > > > >> >     >> > >
    > > > > > > > > > >> >>> > > > >> >     >> > > Good luck Om! :)
    > > > > > > > > > >> >>> > > > >> >     >> > >
    > > > > > > > > > >> >>> > > > >> >     >> > > El vie., 21 sept. 2018 a las
    > > > 18:19,
    > > > > > Alex
    > > > > > > > > Harui
    > > > > > > > > > >> >>> > > > >> >     >> (<aharui@adobe.com.invalid
    > > > > > > > > > >> >>> > > > >> >     >> > > >)
    > > > > > > > > > >> >>> > > > >> >     >> > > escribió:
    > > > > > > > > > >> >>> > > > >> >     >> > >
    > > > > > > > > > >> >>> > > > >> >     >> > > > Yes, I think they are ready.
    > > I
    > > > > > > removed
    > > > > > > > > the
    > > > > > > > > > >> >>> > > release/0.9.4
    > > > > > > > > > >> >>> > > > >> > branches
    > > > > > > > > > >> >>> > > > >> >     >> so
    > > > > > > > > > >> >>> > > > >> >     >> > the
    > > > > > > > > > >> >>> > > > >> >     >> > > > scripts should be able to
    > > make a
    > > > > new
    > > > > > > > one.
    > > > > > > > > > >> >>> > > > >> >     >> > > >
    > > > > > > > > > >> >>> > > > >> >     >> > > > -Alex
    > > > > > > > > > >> >>> > > > >> >     >> > > >
    > > > > > > > > > >> >>> > > > >> >     >> > > > On 9/21/18, 8:58 AM,
    > > "OmPrakash
    > > > > > > > > Muppirala" <
    > > > > > > > > > >> >>> > > > >> > bigosmallm@gmail.com>
    > > > > > > > > > >> >>> > > > >> >     >> > > wrote:
    > > > > > > > > > >> >>> > > > >> >     >> > > >
    > > > > > > > > > >> >>> > > > >> >     >> > > >     Alex said in his last
    > > email
    > > > > that
    > > > > > > the
    > > > > > > > > > repos
    > > > > > > > > > >> >>> are
    > > > > > > > > > >> >>> > > ready.
    > > > > > > > > > >> >>> > > > >> > Will try
    > > > > > > > > > >> >>> > > > >> >     >> in
    > > > > > > > > > >> >>> > > > >> >     >> > a
    > > > > > > > > > >> >>> > > > >> >     >> > > > few
    > > > > > > > > > >> >>> > > > >> >     >> > > >     minutes.
    > > > > > > > > > >> >>> > > > >> >     >> > > >
    > > > > > > > > > >> >>> > > > >> >     >> > > >     Thanks,
    > > > > > > > > > >> >>> > > > >> >     >> > > >     Om
    > > > > > > > > > >> >>> > > > >> >     >> > > >
    > > > > > > > > > >> >>> > > > >> >     >> > > >     On Fri, Sep 21, 2018,
    > 7:24
    > > > AM
    > > > > > > Piotr
    > > > > > > > > > >> Zarzycki
    > > > > > > > > > >> >>> <
    > > > > > > > > > >> >>> > > > >> >     >> > > > piotrzarzycki21@gmail.com>
    > > > > > > > > > >> >>> > > > >> >     >> > > >     wrote:
    > > > > > > > > > >> >>> > > > >> >     >> > > >
    > > > > > > > > > >> >>> > > > >> >     >> > > >     > Om,
    > > > > > > > > > >> >>> > > > >> >     >> > > >     >
    > > > > > > > > > >> >>> > > > >> >     >> > > >     > In my opinion you have
    > > > > > > everything
    > > > > > > > > > ready
    > > > > > > > > > >> to
    > > > > > > > > > >> >>> go!
    > > > > > > > > > >> >>> > > > Since
    > > > > > > > > > >> >>> > > > >> > develop
    > > > > > > > > > >> >>> > > > >> >     >> is
    > > > > > > > > > >> >>> > > > >> >     >> > > ready
    > > > > > > > > > >> >>> > > > >> >     >> > > >     > probably you will
    > start
    > > > > doing
    > > > > > > > steps
    > > > > > > > > > from
    > > > > > > > > > >> >>> the
    > > > > > > > > > >> >>> > > > >> beginning,
    > > > > > > > > > >> >>> > > > >> > so in
    > > > > > > > > > >> >>> > > > >> >     >> the
    > > > > > > > > > >> >>> > > > >> >     >> > > > results
    > > > > > > > > > >> >>> > > > >> >     >> > > >     > we will get branches
    > > > > release/
    > > > > > > > 0.9.4.
    > > > > > > > > > >> >>> However
    > > > > > > > > > >> >>> > they
    > > > > > > > > > >> >>> > > > >> > already
    > > > > > > > > > >> >>> > > > >> >     >> exists,
    > > > > > > > > > >> >>> > > > >> >     >> > > > because
    > > > > > > > > > >> >>> > > > >> >     >> > > >     > of
    > > > > > > > > > >> >>> > > > >> >     >> > > >     > my previous attempt.
    > > > > > > > > > >> >>> > > > >> >     >> > > >     >
    > > > > > > > > > >> >>> > > > >> >     >> > > >     > Maybe before you even
    > > > start
    > > > > > they
    > > > > > > > > need
    > > > > > > > > > >> to be
    > > > > > > > > > >> >>> > > > removed.
    > > > > > > > > > >> >>> > > > >> >     >> > > >     >
    > > > > > > > > > >> >>> > > > >> >     >> > > >     > Thanks,
    > > > > > > > > > >> >>> > > > >> >     >> > > >     > Piotr
    > > > > > > > > > >> >>> > > > >> >     >> > > >     >
    > > > > > > > > > >> >>> > > > >> >     >> > > >     >
    > > > > > > > > > >> >>> > > > >> >     >> > > >     >
    > > > > > > > > > >> >>> > > > >> >     >> > > >     > pt., 21 wrz 2018 o
    > 16:16
    > > > > > > OmPrakash
    > > > > > > > > > >> >>> Muppirala <
    > > > > > > > > > >> >>> > > > >> >     >> > bigosmallm@gmail.com
    > > > > > > > > > >> >>> > > > >> >     >> > > >
    > > > > > > > > > >> >>> > > > >> >     >> > > >     > napisał(a):
    > > > > > > > > > >> >>> > > > >> >     >> > > >     >
    > > > > > > > > > >> >>> > > > >> >     >> > > >     > > So am I clear to try
    > > and
    > > > > > > > release?
    > > > > > > > > > Or
    > > > > > > > > > >> >>> should
    > > > > > > > > > >> >>> > I
    > > > > > > > > > >> >>> > > > wait
    > > > > > > > > > >> >>> > > > >> > for any
    > > > > > > > > > >> >>> > > > >> >     >> > other
    > > > > > > > > > >> >>> > > > >> >     >> > > > feature
    > > > > > > > > > >> >>> > > > >> >     >> > > >     > > or bug?
    > > > > > > > > > >> >>> > > > >> >     >> > > >     > >
    > > > > > > > > > >> >>> > > > >> >     >> > > >     > > Thanks,
    > > > > > > > > > >> >>> > > > >> >     >> > > >     > > Om
    > > > > > > > > > >> >>> > > > >> >     >> > > >     > >
    > > > > > > > > > >> >>> > > > >> >     >> > > >     > > On Fri, Sep 21,
    > 2018,
    > > > 6:20
    > > > > > AM
    > > > > > > > > Carlos
    > > > > > > > > > >> >>> Rovira <
    > > > > > > > > > >> >>> > > > >> >     >> > > > carlosrovira@apache.org>
    > > > > > > > > > >> >>> > > > >> >     >> > > >     > > wrote:
    > > > > > > > > > >> >>> > > > >> >     >> > > >     > >
    > > > > > > > > > >> >>> > > > >> >     >> > > >     > > > Hi Alex
    > > > > > > > > > >> >>> > > > >> >     >> > > >     > > >
    > > > > > > > > > >> >>> > > > >> >     >> > > >     > > > El vie., 21 sept.
    > > > 2018 a
    > > > > > las
    > > > > > > > > 3:06,
    > > > > > > > > > >> Alex
    > > > > > > > > > >> >>> > Harui
    > > > > > > > > > >> >>> > > > >> >     >> > > >     >
    > > (<aharui@adobe.com.invalid
    > > > > > > > > > >> >>> > > > >> >     >> > > >     > > >)
    > > > > > > > > > >> >>> > > > >> >     >> > > >     > > > escribió:
    > > > > > > > > > >> >>> > > > >> >     >> > > >     > > >
    > > > > > > > > > >> >>> > > > >> >     >> > > >     > > > > I made some
    > > > > adjustments
    > > > > > to
    > > > > > > > the
    > > > > > > > > > >> repos
    > > > > > > > > > >> >>> so
    > > > > > > > > > >> >>> > > that
    > > > > > > > > > >> >>> > > > >> they
    > > > > > > > > > >> >>> > > > >> >     >> "should"
    > > > > > > > > > >> >>> > > > >> >     >> > be
    > > > > > > > > > >> >>> > > > >> >     >> > > > ready
    > > > > > > > > > >> >>> > > > >> >     >> > > >     > to
    > > > > > > > > > >> >>> > > > >> >     >> > > >     > > > run
    > > > > > > > > > >> >>> > > > >> >     >> > > >     > > > > the scripts and
    > > > > produce
    > > > > > > the
    > > > > > > > > > 0.9.4
    > > > > > > > > > >> >>> > release.
    > > > > > > > > > >> >>> > > > Of
    > > > > > > > > > >> >>> > > > >> > course, I
    > > > > > > > > > >> >>> > > > >> >     >> > > could
    > > > > > > > > > >> >>> > > > >> >     >> > > > be
    > > > > > > > > > >> >>> > > > >> >     >> > > >     > > wrong.
    > > > > > > > > > >> >>> > > > >> >     >> > > >     > > > > We'll see how Om
    > > > > fares.
    > > > > > > > > > >> >>> > > > >> >     >> > > >     > > > >
    > > > > > > > > > >> >>> > > > >> >     >> > > >     > > > >
    > > > > > > > > > >> >>> > > > >> >
    
    
    
    -- 
    
    Piotr Zarzycki
    
    Patreon: *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cf1c6fcedf204405b510208d627c37641%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740117796665309&amp;sdata=sSb85BLZJs0v4%2F%2BZfBZtW40rr3I0kKt3k2kSVtfUh2c%3D&amp;reserved=0
    <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cf1c6fcedf204405b510208d627c37641%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636740117796665309&amp;sdata=sSb85BLZJs0v4%2F%2BZfBZtW40rr3I0kKt3k2kSVtfUh2c%3D&amp;reserved=0>*
    


Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Piotr Zarzycki <pi...@gmail.com>.
I saw your commit and I think you should be ok.

pon., 1 paź 2018 o 19:21 OmPrakash Muppirala <bi...@gmail.com>
napisał(a):

> Okay, I did the following to reset:
>
> For all three repos:
> * Reverted all references of 0.9.5 to 0.9.4
> * Deleted 0.9.4-rc1 tag
> * Deleted branch: release/0.9.4
>
> Can someone please make sure that we are good before starting work?
>
> Thanks,
> Om
>
> On Mon, Oct 1, 2018 at 1:51 AM Carlos Rovira <ca...@apache.org>
> wrote:
>
> > Hi Om,
> > is related to flash player debugger not launched? are you on Mac?
> > I think on Mac I have to make *.swf files be always opened by Flash
> Player
> > debugger.
> >
> > In the other hand, I need to commit during the day some fixes, one on
> > typedefs and expect more on compiler. So if you plan to try again some
> > hours ago, please, remove the commits to left the repos so we can commit
> > new work
> >
> > thanks!
> >
> > Carlos
> >
> >
> >
> >
> >
> > El lun., 1 oct. 2018 a las 10:29, OmPrakash Muppirala (<
> > bigosmallm@gmail.com>)
> > escribió:
> >
> > > I provided path to Chrome via -Dbrowser, but I got an error that ant
> was
> > > not able to access the application.
> > > So, I tried installing firefox and that seemed to work.
> > >
> > > On Mon, Oct 1, 2018 at 1:26 AM Piotr Zarzycki <
> piotrzarzycki21@gmail.com
> > >
> > > wrote:
> > >
> > > > Hi Om,
> > > >
> > > > You did use Firefox for that purpose ? I had to specify
> -Dbrowser=path
> > to
> > > > firefox.exe
> > > >
> > > > Thanks,
> > > > Piotr
> > > >
> > > > pon., 1 paź 2018 o 10:22 OmPrakash Muppirala <bi...@gmail.com>
> > > > napisał(a):
> > > >
> > > > > Okay, I made several attempts through the day, making progress each
> > > time.
> > > > >  The last run failed because the browser could not be launched.
> > > > > I am going to pause on this and try again tomorrow (or later) . If
> > > > someone
> > > > > else wants to give this a go in the meantimne, they are welcome :-)
> > > > >
> > > > > Thanks,
> > > > > Om
> > > > >
> > > > > On Mon, Oct 1, 2018 at 12:22 AM Carlos Rovira <
> > carlosrovira@apache.org
> > > >
> > > > > wrote:
> > > > >
> > > > > > Hi Om,
> > > > > > no,  I Thought this was due to different tries of the release
> > process
> > > > but
> > > > > > most of the poms are in 0.9.6-SNAPSHOT.
> > > > > > You can search the entire repo for "0.9.X-SNAPSHOT" string to see
> > > that
> > > > > now
> > > > > > X is 6.
> > > > > >
> > > > > > thanks
> > > > > >
> > > > > > El lun., 1 oct. 2018 a las 2:07, OmPrakash Muppirala (<
> > > > > > bigosmallm@gmail.com>)
> > > > > > escribió:
> > > > > >
> > > > > > > On Sun, Sep 30, 2018, 2:13 PM Carlos Rovira <
> > > carlosrovira@apache.org
> > > > >
> > > > > > > wrote:
> > > > > > >
> > > > > > > > Hi Om,
> > > > > > > > just saw that some poms was not changed to 0.9.6-SNAPSHOT.
> > > > > > > >
> > > > > > >
> > > > > > > Do you mean 0.9.4-SNAPSHOT?
> > > > > > >
> > > > > > > Thanks,
> > > > > > > Om
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > I think that should be fixed and get a prepare maven release
> > > process
> > > > > that
> > > > > > > > could finaly gets all poms updated to new version.
> > > > > > > > Don't know if that could be the problem. Can you try again?
> > > > > > > > thanks
> > > > > > > >
> > > > > > > > El dom., 30 sept. 2018 a las 21:32, OmPrakash Muppirala (<
> > > > > > > > bigosmallm@gmail.com>) escribió:
> > > > > > > >
> > > > > > > > > Made a bit more progress, but the build is failing here
> now:
> > > > > > > > >
> > > > > > > > >      [exec] [INFO] [INFO] Apache Royale: Examples: Royale:
> > > > > > > > > DataBindingExample_as SUCCESS [  2.469 s]
> > > > > > > > >
> > > > > > > > >      [exec] [INFO] [INFO] Apache Royale: Examples: Royale:
> > > > > > > > > DataBindingExample_Flat FAILURE [  1.756 s]
> > > > > > > > >
> > > > > > > > >      [exec] [INFO] [INFO] Apache Royale: Examples: Royale:
> > > > > > > > > DataBindingExampleWithLayout SKIPPED
> > > > > > > > >
> > > > > > > > >      [exec] [INFO] [INFO] Apache Royale: Examples: Royale:
> > > > > > > > DataGridExample
> > > > > > > > > ... SKIPPED
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > Detailed error:
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >     [exec] [INFO] [INFO]
> > > > > > > > >
> > > > > > >
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > > > > >
> > > > > > > > >      [exec] [INFO] [INFO] BUILD FAILURE
> > > > > > > > >
> > > > > > > > >      [exec] [INFO] [INFO]
> > > > > > > > >
> > > > > > >
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > > > > >
> > > > > > > > >      [exec] [INFO] [INFO] Total time: 07:03 min
> > > > > > > > >
> > > > > > > > >      [exec] [INFO] [INFO] Finished at:
> > > 2018-09-30T12:17:45-07:00
> > > > > > > > >
> > > > > > > > >      [exec] [INFO] [INFO]
> > > > > > > > >
> > > > > > >
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > > > > >
> > > > > > > > >      [exec] [INFO] [ERROR] Failed to execute goal
> > > > > > > > >
> org.apache.maven.plugins:maven-dependency-plugin:2.10:unpack
> > > > > > > > (unpack-fonts)
> > > > > > > > > on project DataBindingExample_Flat: Unable to find
> artifact.
> > > > Could
> > > > > > not
> > > > > > > > find
> > > > > > > > > artifact org.apache.royale.framework:Fonts:war:0.9.4 in
> > > > > > apache-release
> > > > > > > (
> > > > > > > > >
> https://repository.apache.org/content/repositories/releases)
> > > > > > > > >
> > > > > > > > >      [exec] [INFO] [ERROR]
> > > > > > > > >
> > > > > > > > >      [exec] [INFO] [ERROR] Try downloading the file
> manually
> > > from
> > > > > the
> > > > > > > > > project website.
> > > > > > > > >
> > > > > > > > >      [exec] [INFO] [ERROR]
> > > > > > > > >
> > > > > > > > >      [exec] [INFO] [ERROR] Then, install it using the
> > command:
> > > > > > > > >
> > > > > > > > >      [exec] [INFO] [ERROR]     mvn install:install-file
> > > > > > > > > -DgroupId=org.apache.royale.framework -DartifactId=Fonts
> > > > > > > -Dversion=0.9.4
> > > > > > > > > -Dpackaging=war -Dfile=/path/to/file
> > > > > > > > >
> > > > > > > > >      [exec] [INFO] [ERROR]
> > > > > > > > >
> > > > > > > > >      [exec] [INFO] [ERROR] Alternatively, if you host your
> > own
> > > > > > > repository
> > > > > > > > > you can deploy the file there:
> > > > > > > > >
> > > > > > > > >      [exec] [INFO] [ERROR]     mvn deploy:deploy-file
> > > > > > > > > -DgroupId=org.apache.royale.framework -DartifactId=Fonts
> > > > > > > -Dversion=0.9.4
> > > > > > > > > -Dpackaging=war -Dfile=/path/to/file -Durl=[url]
> > > > > -DrepositoryId=[id]
> > > > > > > > >
> > > > > > > > >      [exec] [INFO] [ERROR]
> > > > > > > > >
> > > > > > > > >      [exec] [INFO] [ERROR]
> > > > > > > > >
> > > > > > > > >      [exec] [INFO] [ERROR]
> > > > > > >  org.apache.royale.framework:Fonts:war:0.9.4
> > > > > > > > >
> > > > > > > > >      [exec] [INFO] [ERROR]
> > > > > > > > >
> > > > > > > > >      [exec] [INFO] [ERROR] from the specified remote
> > > > repositories:
> > > > > > > > >
> > > > > > > > >      [exec] [INFO] [ERROR]   apache-release (
> > > > > > > > >
> https://repository.apache.org/content/repositories/releases,
> > > > > > > > > releases=true,
> > > > > > > > > snapshots=false),
> > > > > > > > >
> > > > > > > > >      [exec] [INFO] [ERROR]   apache-snapshots (
> > > > > > > > >
> https://repository.apache.org/content/repositories/snapshots
> > ,
> > > > > > > > > releases=false, snapshots=true),
> > > > > > > > >
> > > > > > > > >      [exec] [INFO] [ERROR]   apache.snapshots (
> > > > > > > > > https://repository.apache.org/snapshots, releases=false,
> > > > > > > > snapshots=true),
> > > > > > > > >
> > > > > > > > >      [exec] [INFO] [ERROR]   central (
> > > > > > > > https://repo.maven.apache.org/maven2
> > > > > > > > > ,
> > > > > > > > > releases=true, snapshots=false)
> > > > > > > > >
> > > > > > > > >      [exec] [INFO] [ERROR] -> [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] [ERROR]
> > > > > > > > >
> > > > > > > > >      [exec] [INFO] [ERROR] After correcting the problems,
> you
> > > can
> > > > > > > resume
> > > > > > > > > the build with the command
> > > > > > > > >
> > > > > > > > >      [exec] [INFO] [ERROR]   mvn <goals> -rf
> > > > > :DataBindingExample_Flat
> > > > > > > > >
> > > > > > > > >      [exec] [INFO]
> > > > > > > > >
> > > > > > >
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > > > > >
> > > > > > > > >      [exec] [INFO] Reactor Summary:
> > > > > > > > >
> > > > > > > > >      [exec] [INFO] Apache Royale: Framework: Parent
> > > > 0.9.5-SNAPSHOT
> > > > > > ....
> > > > > > > > > FAILURE [07:08 min]
> > > > > > > > >
> > > > > > > > >      [exec] [INFO] Apache Royale: Framework
> > > > > > ...........................
> > > > > > > > > SKIPPED
> > > > > > > > >
> > > > > > > > >      [exec] [INFO] Apache Royale: Framework: Fonts
> > > > > > ....................
> > > > > > > > > SKIPPED
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > Can someone please take a look?
> > > > > > > > >
> > > > > > > > > On Sun, Sep 30, 2018 at 9:13 AM OmPrakash Muppirala <
> > > > > > > > bigosmallm@gmail.com>
> > > > > > > > > wrote:
> > > > > > > > >
> > > > > > > > > > Thanks for the quick fix!  Will pull develop and try
> again.
> > > > Will
> > > > > > > > report
> > > > > > > > > > in a while.
> > > > > > > > > >
> > > > > > > > > > Regards,
> > > > > > > > > > Om
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > On Sun, Sep 30, 2018, 8:47 AM Carlos Rovira <
> > > > > > carlosrovira@apache.org
> > > > > > > >
> > > > > > > > > > wrote:
> > > > > > > > > >
> > > > > > > > > >> Hi Om,
> > > > > > > > > >>
> > > > > > > > > >> error is now fixed. Can you try to release again?
> > > > > > > > > >> thanks
> > > > > > > > > >>
> > > > > > > > > >> Carlos
> > > > > > > > > >>
> > > > > > > > > >>
> > > > > > > > > >>
> > > > > > > > > >>
> > > > > > > > > >>
> > > > > > > > > >> El dom., 30 sept. 2018 a las 17:27, Carlos Rovira (<
> > > > > > > > > >> carlosrovira@apache.org>)
> > > > > > > > > >> escribió:
> > > > > > > > > >>
> > > > > > > > > >> > Hi,
> > > > > > > > > >> >
> > > > > > > > > >> > just reverted the two generated commits for release, I
> > > left
> > > > to
> > > > > > you
> > > > > > > > > >> remove
> > > > > > > > > >> > new branches generated.
> > > > > > > > > >> > About the fail, I was wrong, since I saw this very
> > > quickly.
> > > > > It's
> > > > > > > not
> > > > > > > > > >> about
> > > > > > > > > >> > JDK, I'm using as well 1.8. I was confused for other
> > > thing I
> > > > > had
> > > > > > > > some
> > > > > > > > > >> weeks
> > > > > > > > > >> > ago, and was trying to use another JDK, but I don't
> > > remember
> > > > > > what
> > > > > > > > was.
> > > > > > > > > >> >
> > > > > > > > > >> > Anyway, the problem is about java doc, in the new
> class
> > > > > > > > > >> > AMFCompressionException.java I introduce some months
> > ago.
> > > > > > > > > >> > since we never execute java doc generation we didn't
> see
> > > > this.
> > > > > > > > > >> >
> > > > > > > > > >> > I'm going to try to fix this removing the problems I
> > see,
> > > > and
> > > > > > I'll
> > > > > > > > try
> > > > > > > > > >> to
> > > > > > > > > >> > see if I can try to use java doc to test if I pass the
> > > > > problem.
> > > > > > > > > >> >
> > > > > > > > > >> > I'll report soon.
> > > > > > > > > >> >
> > > > > > > > > >> > Carlos
> > > > > > > > > >> >
> > > > > > > > > >> >
> > > > > > > > > >> > El dom., 30 sept. 2018 a las 17:12, Carlos Rovira (<
> > > > > > > > > >> > carlosrovira@apache.org>) escribió:
> > > > > > > > > >> >
> > > > > > > > > >> >> Hi, since I'm going to work now on some compiler
> > changes,
> > > > > I'll
> > > > > > > > revert
> > > > > > > > > >> >> those 2 commits in each repo. I'll try to pass as
> well
> > > > maven
> > > > > > with
> > > > > > > > > java
> > > > > > > > > >> 1.8
> > > > > > > > > >> >> in amp and see if I get the same error
> > > > > > > > > >> >>
> > > > > > > > > >> >> El dom., 30 sept. 2018 a las 15:16, Piotr Zarzycki (<
> > > > > > > > > >> >> piotrzarzycki21@gmail.com>) escribió:
> > > > > > > > > >> >>
> > > > > > > > > >> >>> Om,
> > > > > > > > > >> >>>
> > > > > > > > > >> >>> I think if you got fail during the process you
> should
> > > > right
> > > > > > > after
> > > > > > > > > >> that.
> > > > > > > > > >> >>> 1) Remove created release tags
> > > > > > > > > >> >>> 2) Revert all changes which Maven did in develop
> > > branches
> > > > to
> > > > > > the
> > > > > > > > > >> previous
> > > > > > > > > >> >>> state
> > > > > > > > > >> >>>
> > > > > > > > > >> >>> Thanks,
> > > > > > > > > >> >>> Piotr
> > > > > > > > > >> >>>
> > > > > > > > > >> >>> niedz., 30 wrz 2018 o 12:40 Carlos Rovira <
> > > > > > > > > >> carlos.rovira@codeoscopic.com
> > > > > > > > > >> >>> >
> > > > > > > > > >> >>> napisał(a):
> > > > > > > > > >> >>>
> > > > > > > > > >> >>> > Hi Om,
> > > > > > > > > >> >>> > don't have many time now, but seems you are using
> > JDK
> > > > 1.8
> > > > > > and
> > > > > > > > that
> > > > > > > > > >> >>> project
> > > > > > > > > >> >>> > needs to be 1.7 or will fail
> > > > > > > > > >> >>> > I'll connect some hours later to see if you could
> > use
> > > > that
> > > > > > sdk
> > > > > > > > > >> >>> > good luck! :)
> > > > > > > > > >> >>> >
> > > > > > > > > >> >>> > El dom., 30 sept. 2018 a las 11:34, Piotr Zarzycki
> > (<
> > > > > > > > > >> >>> > piotrzarzycki21@gmail.com>) escribió:
> > > > > > > > > >> >>> >
> > > > > > > > > >> >>> > > Hi Om,
> > > > > > > > > >> >>> > >
> > > > > > > > > >> >>> > > Have you tried build that example on their own?
> Is
> > > it
> > > > > > > failing
> > > > > > > > > with
> > > > > > > > > >> >>> the
> > > > > > > > > >> >>> > same
> > > > > > > > > >> >>> > > stack trace?
> > > > > > > > > >> >>> > >
> > > > > > > > > >> >>> > > Thanks,
> > > > > > > > > >> >>> > > Piotr
> > > > > > > > > >> >>> > >
> > > > > > > > > >> >>> > > On Sun, Sep 30, 2018, 9:31 AM OmPrakash
> Muppirala
> > <
> > > > > > > > > >> >>> bigosmallm@gmail.com>
> > > > > > > > > >> >>> > > wrote:
> > > > > > > > > >> >>> > >
> > > > > > > > > >> >>> > > > So, I made a lot of progress (much more than
> > last
> > > > > time),
> > > > > > > but
> > > > > > > > > >> >>> > > unfortunately
> > > > > > > > > >> >>> > > > the build failed at this stage.  Looks like an
> > > issue
> > > > > > with
> > > > > > > > the
> > > > > > > > > >> >>> > > > SampleAmfWebApp.  Anyone else seeing this
> error
> > or
> > > > am
> > > > > I
> > > > > > > > doing
> > > > > > > > > >> >>> something
> > > > > > > > > >> >>> > > > wrong?
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
> > Examples:
> > > > > > Native:
> > > > > > > > > >> >>> USStatesMap
> > > > > > > > > >> >>> > > > ....... SUCCESS [  1.001 s]
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
> > Examples:
> > > > > > NodeJS
> > > > > > > > > >> >>> > > > .................... SUCCESS [  0.210 s]
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
> > Examples:
> > > > > > NodeJS:
> > > > > > > > > >> >>> HelloWorld
> > > > > > > > > >> >>> > > > ........ SUCCESS [  0.945 s]
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
> > Examples:
> > > > AMF
> > > > > > Web
> > > > > > > > > Apps
> > > > > > > > > >> >>> > > > .............. SUCCESS [  0.202 s]
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
> > Examples:
> > > > AMF
> > > > > > Web
> > > > > > > > > Apps:
> > > > > > > > > >> >>> > > > SampleAmfWebApp FAILURE [01:51 min]
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
> > Examples:
> > > > > > > > > >> Integrationtests
> > > > > > > > > >> >>> > > > .......... SKIPPED
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] compc
> > > > > > > > > >> >>> > > > ..............................................
> > > > SKIPPED
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] compiler-asc
> > > > > > > > > >> >>> > > > .......................................
> SKIPPED
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] compiler-compc
> > > > > > > > > >> >>> > > > ..................................... SKIPPED
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] compiler-mxmlc
> > > > > > > > > >> >>> > > > ..................................... SKIPPED
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] compiler-optimizer
> > > > > > > > > >> >>> > > > ................................. SKIPPED
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] compiler-swfdump
> > > > > > > > > >> >>> > > > ................................... SKIPPED
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] mxmlc
> > > > > > > > > >> >>> > > > ..............................................
> > > > SKIPPED
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
> > > > Distribution
> > > > > > > > > >> >>> > > > ........................ SKIPPED
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
> > > ManualTests
> > > > > > > > > >> >>> > > > ......................... SKIPPED
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
> > > > ManualTests:
> > > > > > > > > UnitTests
> > > > > > > > > >> >>> > > > .............. SKIPPED
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
> > Testsuite
> > > > > 0.9.4
> > > > > > > > > >> >>> > > > ..................... SKIPPED
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> >
> > > > > > > > > >> >>>
> > > > > > > > > >>
> > > > > > > >
> > > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] BUILD FAILURE
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> >
> > > > > > > > > >> >>>
> > > > > > > > > >>
> > > > > > > >
> > > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Total time: 14:11
> min
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Finished at:
> > > > > > > > > 2018-09-30T00:25:37-07:00
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> >
> > > > > > > > > >> >>>
> > > > > > > > > >>
> > > > > > > >
> > > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] Failed to execute
> > goal
> > > > > > > > > >> >>> > > >
> > > > > org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:jar
> > > > > > > > > >> >>> > > (attach-javadocs)
> > > > > > > > > >> >>> > > > on project SampleAmfWebApp:
> > MavenReportException:
> > > > > Error
> > > > > > > > while
> > > > > > > > > >> >>> > generating
> > > > > > > > > >> >>> > > > Javadoc:
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] Exit code: 1 -
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > >
> > > > > > > > > >> >>> >
> > > > > > > > > >> >>>
> > > > > > > > > >>
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
> > > > > > > > > >> >>> > > > error: @param name not found
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param code
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]           ^
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > >
> > > > > > > > > >> >>> >
> > > > > > > > > >> >>>
> > > > > > > > > >>
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
> > > > > > > > > >> >>> > > > warning: no description for @param
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param code
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]    ^
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > >
> > > > > > > > > >> >>> >
> > > > > > > > > >> >>>
> > > > > > > > > >>
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:33:
> > > > > > > > > >> >>> > > > warning: no @param for compressionError
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] public
> > > > > > > > > >> >>> > > > AMFCompressionException(AMFCompressionError
> > > > > > > > compressionError)
> > > > > > > > > {
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]        ^
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > >
> > > > > > > > > >> >>> >
> > > > > > > > > >> >>>
> > > > > > > > > >>
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
> > > > > > > > > >> >>> > > > error: @param name not found
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param code
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]           ^
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > >
> > > > > > > > > >> >>> >
> > > > > > > > > >> >>>
> > > > > > > > > >>
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
> > > > > > > > > >> >>> > > > warning: no description for @param
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param code
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]    ^
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > >
> > > > > > > > > >> >>> >
> > > > > > > > > >> >>>
> > > > > > > > > >>
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:41:
> > > > > > > > > >> >>> > > > warning: no description for @param
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param cause
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]    ^
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > >
> > > > > > > > > >> >>> >
> > > > > > > > > >> >>>
> > > > > > > > > >>
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:43:
> > > > > > > > > >> >>> > > > warning: no @param for compressionError
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] public
> > > > > > > > > >> >>> > > > AMFCompressionException(AMFCompressionError
> > > > > > > > compressionError,
> > > > > > > > > >> >>> Throwable
> > > > > > > > > >> >>> > > > cause) {
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]        ^
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] Command line was:
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > >
> > > > > > > > > >> >>> >
> > > > > > > > > >> >>>
> > > > > > > > > >>
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/../bin/javadoc
> > > > > > > > > >> >>> > > > @options @packages
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] Refer to the
> > generated
> > > > > > Javadoc
> > > > > > > > > files
> > > > > > > > > >> in
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > >
> > > > > > > > > >> >>> >
> > > > > > > > > >> >>>
> > > > > > > > > >>
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/target/apidocs'
> > > > > > > > > >> >>> > > > dir.
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] -> [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] [ERROR]
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] After correcting
> the
> > > > > > problems,
> > > > > > > > you
> > > > > > > > > >> can
> > > > > > > > > >> >>> > resume
> > > > > > > > > >> >>> > > > the build with the command
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]   mvn <goals> -rf
> > > > > > > > :SampleAmfWebApp
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > > On Sat, Sep 29, 2018 at 11:58 AM OmPrakash
> > > > Muppirala <
> > > > > > > > > >> >>> > > bigosmallm@gmail.com
> > > > > > > > > >> >>> > > > >
> > > > > > > > > >> >>> > > > wrote:
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > > > > Okay, trying now.
> > > > > > > > > >> >>> > > > >
> > > > > > > > > >> >>> > > > > On Tue, Sep 25, 2018 at 9:52 AM Piotr
> > Zarzycki <
> > > > > > > > > >> >>> > > > piotrzarzycki21@gmail.com>
> > > > > > > > > >> >>> > > > > wrote:
> > > > > > > > > >> >>> > > > >
> > > > > > > > > >> >>> > > > >> Om,
> > > > > > > > > >> >>> > > > >>
> > > > > > > > > >> >>> > > > >> I think if you first try to build Royale
> > > > framework
> > > > > > with
> > > > > > > > > Maven
> > > > > > > > > >> >>> all
> > > > > > > > > >> >>> > the
> > > > > > > > > >> >>> > > > >> dependencies will be downloaded. During
> > > framework
> > > > > > build
> > > > > > > > you
> > > > > > > > > >> >>> should
> > > > > > > > > >> >>> > get
> > > > > > > > > >> >>> > > > >> question about license related to player
> > global
> > > > > etc.
> > > > > > > Once
> > > > > > > > > >> you do
> > > > > > > > > >> >>> > > > >> successful
> > > > > > > > > >> >>> > > > >> build  you could try to go and play with
> > script
> > > > for
> > > > > > > > > release.
> > > > > > > > > >> -
> > > > > > > > > >> >>> That
> > > > > > > > > >> >>> > > way
> > > > > > > > > >> >>> > > > to
> > > > > > > > > >> >>> > > > >> go make you sure that script won't fail
> later
> > > > > during
> > > > > > > the
> > > > > > > > > >> >>> process.
> > > > > > > > > >> >>> > > > >>
> > > > > > > > > >> >>> > > > >> Thanks,
> > > > > > > > > >> >>> > > > >> Piotr
> > > > > > > > > >> >>> > > > >>
> > > > > > > > > >> >>> > > > >> pon., 24 wrz 2018 o 07:35 Alex Harui
> > > > > > > > > >> <ah...@adobe.com.invalid>
> > > > > > > > > >> >>> > > > >> napisał(a):
> > > > > > > > > >> >>> > > > >>
> > > > > > > > > >> >>> > > > >> > According to the archives, try running:
> > > > > > > > > >> >>> > > > >> >
> > > > > > > > > >> >>> > > > >> >     mvn -s settings-template.xml clean
> > > install
> > > > > > > > > >> >>> > > > >> >
> > > > > > > > > >> >>> > > > >> > Thanks,
> > > > > > > > > >> >>> > > > >> > -Alex
> > > > > > > > > >> >>> > > > >> >
> > > > > > > > > >> >>> > > > >> > On 9/23/18, 3:48 PM, "OmPrakash
> > Muppirala" <
> > > > > > > > > >> >>> bigosmallm@gmail.com
> > > > > > > > > >> >>> > >
> > > > > > > > > >> >>> > > > >> wrote:
> > > > > > > > > >> >>> > > > >> >
> > > > > > > > > >> >>> > > > >> >     On Sun, Sep 23, 2018 at 3:43 PM
> > OmPrakash
> > > > > > > > Muppirala <
> > > > > > > > > >> >>> > > > >> > bigosmallm@gmail.com>
> > > > > > > > > >> >>> > > > >> >     wrote:
> > > > > > > > > >> >>> > > > >> >
> > > > > > > > > >> >>> > > > >> >     > Thanks.  I decided to stick with
> 1.8
> > > :-)
> > > > > > > > > >> >>> > > > >> >     >
> > > > > > > > > >> >>> > > > >> >     >
> > > > > > > > > >> >>> > > > >> >     BTW, this is when I run: mvn clean
> > > install
> > > > in
> > > > > > the
> > > > > > > > > >> >>> royale-asjs
> > > > > > > > > >> >>> > > > >> > directory:
> > > > > > > > > >> >>> > > > >> >
> > > > > > > > > >> >>> > > > >> >
> > > > > > > > > >> >>> > > > >> >     > I am seeing this error:
> > > > > > > > > >> >>> > > > >> >     >
> > > > > > > > > >> >>> > > > >> >     > [ERROR] Failed to execute goal
> > > > > > > > > >> >>> > > > >> >     >
> > > > > > > > > >> >>> > > > >> >
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> >
> > > > > > > > > >> >>>
> > > > > > > > > >>
> > > > > > > >
> > > > > >
> > > >
> > org.apache.royale.compiler:royale-maven-plugin:0.9.4-SNAPSHOT:compile-as
> > > > > > > > > >> >>> > > > >> >     > (default-compile-as) on project
> Core:
> > > > Could
> > > > > > not
> > > > > > > > > >> resolve
> > > > > > > > > >> >>> > > > >> dependencies
> > > > > > > > > >> >>> > > > >> > for
> > > > > > > > > >> >>> > > > >> >     > project
> > > > > > > > > >> >>> org.apache.royale.framework:Core:swc:0.9.4-SNAPSHOT:
> > > > > > > > > >> >>> > > > >> Failure
> > > > > > > > > >> >>> > > > >> > to
> > > > > > > > > >> >>> > > > >> >     > find
> > > > > > com.adobe.air.framework:airglobal:swc:20.0
> > > > > > > > in
> > > > > > > > > >> >>> > > > >> >     >
> > > > > > > > > >> >>> > > > >> >
> > > > > > > > > >> >>> > > > >>
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > >
> > > > > > > > > >> >>> >
> > > > > > > > > >> >>>
> > > > > > > > > >>
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0
> > > > > > > > > >> >>> > > > >> > was cached in
> > > > > > > > > >> >>> > > > >> >     > the local repository, resolution
> will
> > > not
> > > > > be
> > > > > > > > > >> reattempted
> > > > > > > > > >> >>> > until
> > > > > > > > > >> >>> > > > the
> > > > > > > > > >> >>> > > > >> > update
> > > > > > > > > >> >>> > > > >> >     > interval of apache-release has
> > elapsed
> > > or
> > > > > > > updates
> > > > > > > > > are
> > > > > > > > > >> >>> forced
> > > > > > > > > >> >>> > > ->
> > > > > > > > > >> >>> > > > >> > [Help 1]
> > > > > > > > > >> >>> > > > >> >     >
> > > > > > > > > >> >>> > > > >> >     > I don't see a `com` directory on
> > > > > > > > > >> >>> > > > >> >     >
> > > > > > > > > >> >>> > > > >> >
> > > > > > > > > >> >>> > > > >>
> > > > > > > > > >> >>> > > >
> > > > > > > > > >> >>> > >
> > > > > > > > > >> >>> >
> > > > > > > > > >> >>>
> > > > > > > > > >>
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0
> > > > > > > > > >> >>> > > > >> >     >
> > > > > > > > > >> >>> > > > >> >     > Is that expected?
> > > > > > > > > >> >>> > > > >> >     >
> > > > > > > > > >> >>> > > > >> >     > Thanks,
> > > > > > > > > >> >>> > > > >> >     > Om
> > > > > > > > > >> >>> > > > >> >     >
> > > > > > > > > >> >>> > > > >> >     >
> > > > > > > > > >> >>> > > > >> >     > On Sun, Sep 23, 2018 at 2:15 AM
> > Carlos
> > > > > > Rovira <
> > > > > > > > > >> >>> > > > >> > carlosrovira@apache.org>
> > > > > > > > > >> >>> > > > >> >     > wrote:
> > > > > > > > > >> >>> > > > >> >     >
> > > > > > > > > >> >>> > > > >> >     >> Hi Om,
> > > > > > > > > >> >>> > > > >> >     >>
> > > > > > > > > >> >>> > > > >> >     >> I have Java 8 and 10 installed,
> and
> > I
> > > > > think
> > > > > > I
> > > > > > > > was
> > > > > > > > > >> able
> > > > > > > > > >> >>> to
> > > > > > > > > >> >>> > > > compile
> > > > > > > > > >> >>> > > > >> > three
> > > > > > > > > >> >>> > > > >> >     >> repos, but I find AMF java example
> > > > doesn't
> > > > > > > work,
> > > > > > > > > >> since
> > > > > > > > > >> >>> > > BlazeDS
> > > > > > > > > >> >>> > > > >> > needs a
> > > > > > > > > >> >>> > > > >> >     >> Lower version I need to go with 8
> > for
> > > > this
> > > > > > > > > example.
> > > > > > > > > >> >>> Maybe
> > > > > > > > > >> >>> > > other
> > > > > > > > > >> >>> > > > >> > part needs
> > > > > > > > > >> >>> > > > >> >     >> as well 7 or 8.
> > > > > > > > > >> >>> > > > >> >     >> I think trying another SDK should
> be
> > > > left
> > > > > to
> > > > > > > > some
> > > > > > > > > >> time
> > > > > > > > > >> >>> > > between
> > > > > > > > > >> >>> > > > >> > releases,
> > > > > > > > > >> >>> > > > >> >     >> since if not you can find spending
> > > more
> > > > > time
> > > > > > > > that
> > > > > > > > > >> you
> > > > > > > > > >> >>> > > thought.
> > > > > > > > > >> >>> > > > >> >     >>
> > > > > > > > > >> >>> > > > >> >     >> just my 2
> > > > > > > > > >> >>> > > > >> >     >>
> > > > > > > > > >> >>> > > > >> >     >> Thanks
> > > > > > > > > >> >>> > > > >> >     >>
> > > > > > > > > >> >>> > > > >> >     >> Carlos
> > > > > > > > > >> >>> > > > >> >     >>
> > > > > > > > > >> >>> > > > >> >     >> El dom., 23 sept. 2018 a las 8:14,
> > > > > OmPrakash
> > > > > > > > > >> Muppirala
> > > > > > > > > >> >>> (<
> > > > > > > > > >> >>> > > > >> >     >> bigosmallm@gmail.com>) escribió:
> > > > > > > > > >> >>> > > > >> >     >>
> > > > > > > > > >> >>> > > > >> >     >> > Okay trying this out now.
> > > > > > > > > >> >>> > > > >> >     >> >
> > > > > > > > > >> >>> > > > >> >     >> > First question:  The release doc
> > [1]
> > > > > says
> > > > > > we
> > > > > > > > > need
> > > > > > > > > >> >>> Java
> > > > > > > > > >> >>> > 1.7
> > > > > > > > > >> >>> > > or
> > > > > > > > > >> >>> > > > >> > higher.
> > > > > > > > > >> >>> > > > >> >     >> Has
> > > > > > > > > >> >>> > > > >> >     >> > anyone tried Java 10?   That is
> > the
> > > > > > default
> > > > > > > > > >> version
> > > > > > > > > >> >>> > > available
> > > > > > > > > >> >>> > > > >> > through
> > > > > > > > > >> >>> > > > >> >     >> all
> > > > > > > > > >> >>> > > > >> >     >> > installation channels.
> > > > > > > > > >> >>> > > > >> >     >> > Any pitfalls I should consider?
> > > > > > > > > >> >>> > > > >> >     >> >
> > > > > > > > > >> >>> > > > >> >     >> > Thanks,
> > > > > > > > > >> >>> > > > >> >     >> > Om
> > > > > > > > > >> >>> > > > >> >     >> >
> > > > > > > > > >> >>> > > > >> >     >> > On Fri, Sep 21, 2018 at 12:23 PM
> > > > Carlos
> > > > > > > > Rovira <
> > > > > > > > > >> >>> > > > >> > carlosrovira@apache.org
> > > > > > > > > >> >>> > > > >> >     >> >
> > > > > > > > > >> >>> > > > >> >     >> > wrote:
> > > > > > > > > >> >>> > > > >> >     >> >
> > > > > > > > > >> >>> > > > >> >     >> > > I think we are ready to go, so
> > > let's
> > > > > go!
> > > > > > > ;-)
> > > > > > > > > >> >>> > > > >> >     >> > >
> > > > > > > > > >> >>> > > > >> >     >> > > Good luck Om! :)
> > > > > > > > > >> >>> > > > >> >     >> > >
> > > > > > > > > >> >>> > > > >> >     >> > > El vie., 21 sept. 2018 a las
> > > 18:19,
> > > > > Alex
> > > > > > > > Harui
> > > > > > > > > >> >>> > > > >> >     >> (<aharui@adobe.com.invalid
> > > > > > > > > >> >>> > > > >> >     >> > > >)
> > > > > > > > > >> >>> > > > >> >     >> > > escribió:
> > > > > > > > > >> >>> > > > >> >     >> > >
> > > > > > > > > >> >>> > > > >> >     >> > > > Yes, I think they are ready.
> > I
> > > > > > removed
> > > > > > > > the
> > > > > > > > > >> >>> > > release/0.9.4
> > > > > > > > > >> >>> > > > >> > branches
> > > > > > > > > >> >>> > > > >> >     >> so
> > > > > > > > > >> >>> > > > >> >     >> > the
> > > > > > > > > >> >>> > > > >> >     >> > > > scripts should be able to
> > make a
> > > > new
> > > > > > > one.
> > > > > > > > > >> >>> > > > >> >     >> > > >
> > > > > > > > > >> >>> > > > >> >     >> > > > -Alex
> > > > > > > > > >> >>> > > > >> >     >> > > >
> > > > > > > > > >> >>> > > > >> >     >> > > > On 9/21/18, 8:58 AM,
> > "OmPrakash
> > > > > > > > Muppirala" <
> > > > > > > > > >> >>> > > > >> > bigosmallm@gmail.com>
> > > > > > > > > >> >>> > > > >> >     >> > > wrote:
> > > > > > > > > >> >>> > > > >> >     >> > > >
> > > > > > > > > >> >>> > > > >> >     >> > > >     Alex said in his last
> > email
> > > > that
> > > > > > the
> > > > > > > > > repos
> > > > > > > > > >> >>> are
> > > > > > > > > >> >>> > > ready.
> > > > > > > > > >> >>> > > > >> > Will try
> > > > > > > > > >> >>> > > > >> >     >> in
> > > > > > > > > >> >>> > > > >> >     >> > a
> > > > > > > > > >> >>> > > > >> >     >> > > > few
> > > > > > > > > >> >>> > > > >> >     >> > > >     minutes.
> > > > > > > > > >> >>> > > > >> >     >> > > >
> > > > > > > > > >> >>> > > > >> >     >> > > >     Thanks,
> > > > > > > > > >> >>> > > > >> >     >> > > >     Om
> > > > > > > > > >> >>> > > > >> >     >> > > >
> > > > > > > > > >> >>> > > > >> >     >> > > >     On Fri, Sep 21, 2018,
> 7:24
> > > AM
> > > > > > Piotr
> > > > > > > > > >> Zarzycki
> > > > > > > > > >> >>> <
> > > > > > > > > >> >>> > > > >> >     >> > > > piotrzarzycki21@gmail.com>
> > > > > > > > > >> >>> > > > >> >     >> > > >     wrote:
> > > > > > > > > >> >>> > > > >> >     >> > > >
> > > > > > > > > >> >>> > > > >> >     >> > > >     > Om,
> > > > > > > > > >> >>> > > > >> >     >> > > >     >
> > > > > > > > > >> >>> > > > >> >     >> > > >     > In my opinion you have
> > > > > > everything
> > > > > > > > > ready
> > > > > > > > > >> to
> > > > > > > > > >> >>> go!
> > > > > > > > > >> >>> > > > Since
> > > > > > > > > >> >>> > > > >> > develop
> > > > > > > > > >> >>> > > > >> >     >> is
> > > > > > > > > >> >>> > > > >> >     >> > > ready
> > > > > > > > > >> >>> > > > >> >     >> > > >     > probably you will
> start
> > > > doing
> > > > > > > steps
> > > > > > > > > from
> > > > > > > > > >> >>> the
> > > > > > > > > >> >>> > > > >> beginning,
> > > > > > > > > >> >>> > > > >> > so in
> > > > > > > > > >> >>> > > > >> >     >> the
> > > > > > > > > >> >>> > > > >> >     >> > > > results
> > > > > > > > > >> >>> > > > >> >     >> > > >     > we will get branches
> > > > release/
> > > > > > > 0.9.4.
> > > > > > > > > >> >>> However
> > > > > > > > > >> >>> > they
> > > > > > > > > >> >>> > > > >> > already
> > > > > > > > > >> >>> > > > >> >     >> exists,
> > > > > > > > > >> >>> > > > >> >     >> > > > because
> > > > > > > > > >> >>> > > > >> >     >> > > >     > of
> > > > > > > > > >> >>> > > > >> >     >> > > >     > my previous attempt.
> > > > > > > > > >> >>> > > > >> >     >> > > >     >
> > > > > > > > > >> >>> > > > >> >     >> > > >     > Maybe before you even
> > > start
> > > > > they
> > > > > > > > need
> > > > > > > > > >> to be
> > > > > > > > > >> >>> > > > removed.
> > > > > > > > > >> >>> > > > >> >     >> > > >     >
> > > > > > > > > >> >>> > > > >> >     >> > > >     > Thanks,
> > > > > > > > > >> >>> > > > >> >     >> > > >     > Piotr
> > > > > > > > > >> >>> > > > >> >     >> > > >     >
> > > > > > > > > >> >>> > > > >> >     >> > > >     >
> > > > > > > > > >> >>> > > > >> >     >> > > >     >
> > > > > > > > > >> >>> > > > >> >     >> > > >     > pt., 21 wrz 2018 o
> 16:16
> > > > > > OmPrakash
> > > > > > > > > >> >>> Muppirala <
> > > > > > > > > >> >>> > > > >> >     >> > bigosmallm@gmail.com
> > > > > > > > > >> >>> > > > >> >     >> > > >
> > > > > > > > > >> >>> > > > >> >     >> > > >     > napisał(a):
> > > > > > > > > >> >>> > > > >> >     >> > > >     >
> > > > > > > > > >> >>> > > > >> >     >> > > >     > > So am I clear to try
> > and
> > > > > > > release?
> > > > > > > > > Or
> > > > > > > > > >> >>> should
> > > > > > > > > >> >>> > I
> > > > > > > > > >> >>> > > > wait
> > > > > > > > > >> >>> > > > >> > for any
> > > > > > > > > >> >>> > > > >> >     >> > other
> > > > > > > > > >> >>> > > > >> >     >> > > > feature
> > > > > > > > > >> >>> > > > >> >     >> > > >     > > or bug?
> > > > > > > > > >> >>> > > > >> >     >> > > >     > >
> > > > > > > > > >> >>> > > > >> >     >> > > >     > > Thanks,
> > > > > > > > > >> >>> > > > >> >     >> > > >     > > Om
> > > > > > > > > >> >>> > > > >> >     >> > > >     > >
> > > > > > > > > >> >>> > > > >> >     >> > > >     > > On Fri, Sep 21,
> 2018,
> > > 6:20
> > > > > AM
> > > > > > > > Carlos
> > > > > > > > > >> >>> Rovira <
> > > > > > > > > >> >>> > > > >> >     >> > > > carlosrovira@apache.org>
> > > > > > > > > >> >>> > > > >> >     >> > > >     > > wrote:
> > > > > > > > > >> >>> > > > >> >     >> > > >     > >
> > > > > > > > > >> >>> > > > >> >     >> > > >     > > > Hi Alex
> > > > > > > > > >> >>> > > > >> >     >> > > >     > > >
> > > > > > > > > >> >>> > > > >> >     >> > > >     > > > El vie., 21 sept.
> > > 2018 a
> > > > > las
> > > > > > > > 3:06,
> > > > > > > > > >> Alex
> > > > > > > > > >> >>> > Harui
> > > > > > > > > >> >>> > > > >> >     >> > > >     >
> > (<aharui@adobe.com.invalid
> > > > > > > > > >> >>> > > > >> >     >> > > >     > > >)
> > > > > > > > > >> >>> > > > >> >     >> > > >     > > > escribió:
> > > > > > > > > >> >>> > > > >> >     >> > > >     > > >
> > > > > > > > > >> >>> > > > >> >     >> > > >     > > > > I made some
> > > > adjustments
> > > > > to
> > > > > > > the
> > > > > > > > > >> repos
> > > > > > > > > >> >>> so
> > > > > > > > > >> >>> > > that
> > > > > > > > > >> >>> > > > >> they
> > > > > > > > > >> >>> > > > >> >     >> "should"
> > > > > > > > > >> >>> > > > >> >     >> > be
> > > > > > > > > >> >>> > > > >> >     >> > > > ready
> > > > > > > > > >> >>> > > > >> >     >> > > >     > to
> > > > > > > > > >> >>> > > > >> >     >> > > >     > > > run
> > > > > > > > > >> >>> > > > >> >     >> > > >     > > > > the scripts and
> > > > produce
> > > > > > the
> > > > > > > > > 0.9.4
> > > > > > > > > >> >>> > release.
> > > > > > > > > >> >>> > > > Of
> > > > > > > > > >> >>> > > > >> > course, I
> > > > > > > > > >> >>> > > > >> >     >> > > could
> > > > > > > > > >> >>> > > > >> >     >> > > > be
> > > > > > > > > >> >>> > > > >> >     >> > > >     > > wrong.
> > > > > > > > > >> >>> > > > >> >     >> > > >     > > > > We'll see how Om
> > > > fares.
> > > > > > > > > >> >>> > > > >> >     >> > > >     > > > >
> > > > > > > > > >> >>> > > > >> >     >> > > >     > > > >
> > > > > > > > > >> >>> > > > >> >



-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by OmPrakash Muppirala <bi...@gmail.com>.
Okay, I did the following to reset:

For all three repos:
* Reverted all references of 0.9.5 to 0.9.4
* Deleted 0.9.4-rc1 tag
* Deleted branch: release/0.9.4

Can someone please make sure that we are good before starting work?

Thanks,
Om

On Mon, Oct 1, 2018 at 1:51 AM Carlos Rovira <ca...@apache.org>
wrote:

> Hi Om,
> is related to flash player debugger not launched? are you on Mac?
> I think on Mac I have to make *.swf files be always opened by Flash Player
> debugger.
>
> In the other hand, I need to commit during the day some fixes, one on
> typedefs and expect more on compiler. So if you plan to try again some
> hours ago, please, remove the commits to left the repos so we can commit
> new work
>
> thanks!
>
> Carlos
>
>
>
>
>
> El lun., 1 oct. 2018 a las 10:29, OmPrakash Muppirala (<
> bigosmallm@gmail.com>)
> escribió:
>
> > I provided path to Chrome via -Dbrowser, but I got an error that ant was
> > not able to access the application.
> > So, I tried installing firefox and that seemed to work.
> >
> > On Mon, Oct 1, 2018 at 1:26 AM Piotr Zarzycki <piotrzarzycki21@gmail.com
> >
> > wrote:
> >
> > > Hi Om,
> > >
> > > You did use Firefox for that purpose ? I had to specify -Dbrowser=path
> to
> > > firefox.exe
> > >
> > > Thanks,
> > > Piotr
> > >
> > > pon., 1 paź 2018 o 10:22 OmPrakash Muppirala <bi...@gmail.com>
> > > napisał(a):
> > >
> > > > Okay, I made several attempts through the day, making progress each
> > time.
> > > >  The last run failed because the browser could not be launched.
> > > > I am going to pause on this and try again tomorrow (or later) . If
> > > someone
> > > > else wants to give this a go in the meantimne, they are welcome :-)
> > > >
> > > > Thanks,
> > > > Om
> > > >
> > > > On Mon, Oct 1, 2018 at 12:22 AM Carlos Rovira <
> carlosrovira@apache.org
> > >
> > > > wrote:
> > > >
> > > > > Hi Om,
> > > > > no,  I Thought this was due to different tries of the release
> process
> > > but
> > > > > most of the poms are in 0.9.6-SNAPSHOT.
> > > > > You can search the entire repo for "0.9.X-SNAPSHOT" string to see
> > that
> > > > now
> > > > > X is 6.
> > > > >
> > > > > thanks
> > > > >
> > > > > El lun., 1 oct. 2018 a las 2:07, OmPrakash Muppirala (<
> > > > > bigosmallm@gmail.com>)
> > > > > escribió:
> > > > >
> > > > > > On Sun, Sep 30, 2018, 2:13 PM Carlos Rovira <
> > carlosrovira@apache.org
> > > >
> > > > > > wrote:
> > > > > >
> > > > > > > Hi Om,
> > > > > > > just saw that some poms was not changed to 0.9.6-SNAPSHOT.
> > > > > > >
> > > > > >
> > > > > > Do you mean 0.9.4-SNAPSHOT?
> > > > > >
> > > > > > Thanks,
> > > > > > Om
> > > > > >
> > > > > >
> > > > > >
> > > > > > I think that should be fixed and get a prepare maven release
> > process
> > > > that
> > > > > > > could finaly gets all poms updated to new version.
> > > > > > > Don't know if that could be the problem. Can you try again?
> > > > > > > thanks
> > > > > > >
> > > > > > > El dom., 30 sept. 2018 a las 21:32, OmPrakash Muppirala (<
> > > > > > > bigosmallm@gmail.com>) escribió:
> > > > > > >
> > > > > > > > Made a bit more progress, but the build is failing here now:
> > > > > > > >
> > > > > > > >      [exec] [INFO] [INFO] Apache Royale: Examples: Royale:
> > > > > > > > DataBindingExample_as SUCCESS [  2.469 s]
> > > > > > > >
> > > > > > > >      [exec] [INFO] [INFO] Apache Royale: Examples: Royale:
> > > > > > > > DataBindingExample_Flat FAILURE [  1.756 s]
> > > > > > > >
> > > > > > > >      [exec] [INFO] [INFO] Apache Royale: Examples: Royale:
> > > > > > > > DataBindingExampleWithLayout SKIPPED
> > > > > > > >
> > > > > > > >      [exec] [INFO] [INFO] Apache Royale: Examples: Royale:
> > > > > > > DataGridExample
> > > > > > > > ... SKIPPED
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > Detailed error:
> > > > > > > >
> > > > > > > >
> > > > > > > >     [exec] [INFO] [INFO]
> > > > > > > >
> > > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > > > >
> > > > > > > >      [exec] [INFO] [INFO] BUILD FAILURE
> > > > > > > >
> > > > > > > >      [exec] [INFO] [INFO]
> > > > > > > >
> > > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > > > >
> > > > > > > >      [exec] [INFO] [INFO] Total time: 07:03 min
> > > > > > > >
> > > > > > > >      [exec] [INFO] [INFO] Finished at:
> > 2018-09-30T12:17:45-07:00
> > > > > > > >
> > > > > > > >      [exec] [INFO] [INFO]
> > > > > > > >
> > > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > > > >
> > > > > > > >      [exec] [INFO] [ERROR] Failed to execute goal
> > > > > > > > org.apache.maven.plugins:maven-dependency-plugin:2.10:unpack
> > > > > > > (unpack-fonts)
> > > > > > > > on project DataBindingExample_Flat: Unable to find artifact.
> > > Could
> > > > > not
> > > > > > > find
> > > > > > > > artifact org.apache.royale.framework:Fonts:war:0.9.4 in
> > > > > apache-release
> > > > > > (
> > > > > > > > https://repository.apache.org/content/repositories/releases)
> > > > > > > >
> > > > > > > >      [exec] [INFO] [ERROR]
> > > > > > > >
> > > > > > > >      [exec] [INFO] [ERROR] Try downloading the file manually
> > from
> > > > the
> > > > > > > > project website.
> > > > > > > >
> > > > > > > >      [exec] [INFO] [ERROR]
> > > > > > > >
> > > > > > > >      [exec] [INFO] [ERROR] Then, install it using the
> command:
> > > > > > > >
> > > > > > > >      [exec] [INFO] [ERROR]     mvn install:install-file
> > > > > > > > -DgroupId=org.apache.royale.framework -DartifactId=Fonts
> > > > > > -Dversion=0.9.4
> > > > > > > > -Dpackaging=war -Dfile=/path/to/file
> > > > > > > >
> > > > > > > >      [exec] [INFO] [ERROR]
> > > > > > > >
> > > > > > > >      [exec] [INFO] [ERROR] Alternatively, if you host your
> own
> > > > > > repository
> > > > > > > > you can deploy the file there:
> > > > > > > >
> > > > > > > >      [exec] [INFO] [ERROR]     mvn deploy:deploy-file
> > > > > > > > -DgroupId=org.apache.royale.framework -DartifactId=Fonts
> > > > > > -Dversion=0.9.4
> > > > > > > > -Dpackaging=war -Dfile=/path/to/file -Durl=[url]
> > > > -DrepositoryId=[id]
> > > > > > > >
> > > > > > > >      [exec] [INFO] [ERROR]
> > > > > > > >
> > > > > > > >      [exec] [INFO] [ERROR]
> > > > > > > >
> > > > > > > >      [exec] [INFO] [ERROR]
> > > > > >  org.apache.royale.framework:Fonts:war:0.9.4
> > > > > > > >
> > > > > > > >      [exec] [INFO] [ERROR]
> > > > > > > >
> > > > > > > >      [exec] [INFO] [ERROR] from the specified remote
> > > repositories:
> > > > > > > >
> > > > > > > >      [exec] [INFO] [ERROR]   apache-release (
> > > > > > > > https://repository.apache.org/content/repositories/releases,
> > > > > > > > releases=true,
> > > > > > > > snapshots=false),
> > > > > > > >
> > > > > > > >      [exec] [INFO] [ERROR]   apache-snapshots (
> > > > > > > > https://repository.apache.org/content/repositories/snapshots
> ,
> > > > > > > > releases=false, snapshots=true),
> > > > > > > >
> > > > > > > >      [exec] [INFO] [ERROR]   apache.snapshots (
> > > > > > > > https://repository.apache.org/snapshots, releases=false,
> > > > > > > snapshots=true),
> > > > > > > >
> > > > > > > >      [exec] [INFO] [ERROR]   central (
> > > > > > > https://repo.maven.apache.org/maven2
> > > > > > > > ,
> > > > > > > > releases=true, snapshots=false)
> > > > > > > >
> > > > > > > >      [exec] [INFO] [ERROR] -> [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] [ERROR]
> > > > > > > >
> > > > > > > >      [exec] [INFO] [ERROR] After correcting the problems, you
> > can
> > > > > > resume
> > > > > > > > the build with the command
> > > > > > > >
> > > > > > > >      [exec] [INFO] [ERROR]   mvn <goals> -rf
> > > > :DataBindingExample_Flat
> > > > > > > >
> > > > > > > >      [exec] [INFO]
> > > > > > > >
> > > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > > > >
> > > > > > > >      [exec] [INFO] Reactor Summary:
> > > > > > > >
> > > > > > > >      [exec] [INFO] Apache Royale: Framework: Parent
> > > 0.9.5-SNAPSHOT
> > > > > ....
> > > > > > > > FAILURE [07:08 min]
> > > > > > > >
> > > > > > > >      [exec] [INFO] Apache Royale: Framework
> > > > > ...........................
> > > > > > > > SKIPPED
> > > > > > > >
> > > > > > > >      [exec] [INFO] Apache Royale: Framework: Fonts
> > > > > ....................
> > > > > > > > SKIPPED
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > Can someone please take a look?
> > > > > > > >
> > > > > > > > On Sun, Sep 30, 2018 at 9:13 AM OmPrakash Muppirala <
> > > > > > > bigosmallm@gmail.com>
> > > > > > > > wrote:
> > > > > > > >
> > > > > > > > > Thanks for the quick fix!  Will pull develop and try again.
> > > Will
> > > > > > > report
> > > > > > > > > in a while.
> > > > > > > > >
> > > > > > > > > Regards,
> > > > > > > > > Om
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > On Sun, Sep 30, 2018, 8:47 AM Carlos Rovira <
> > > > > carlosrovira@apache.org
> > > > > > >
> > > > > > > > > wrote:
> > > > > > > > >
> > > > > > > > >> Hi Om,
> > > > > > > > >>
> > > > > > > > >> error is now fixed. Can you try to release again?
> > > > > > > > >> thanks
> > > > > > > > >>
> > > > > > > > >> Carlos
> > > > > > > > >>
> > > > > > > > >>
> > > > > > > > >>
> > > > > > > > >>
> > > > > > > > >>
> > > > > > > > >> El dom., 30 sept. 2018 a las 17:27, Carlos Rovira (<
> > > > > > > > >> carlosrovira@apache.org>)
> > > > > > > > >> escribió:
> > > > > > > > >>
> > > > > > > > >> > Hi,
> > > > > > > > >> >
> > > > > > > > >> > just reverted the two generated commits for release, I
> > left
> > > to
> > > > > you
> > > > > > > > >> remove
> > > > > > > > >> > new branches generated.
> > > > > > > > >> > About the fail, I was wrong, since I saw this very
> > quickly.
> > > > It's
> > > > > > not
> > > > > > > > >> about
> > > > > > > > >> > JDK, I'm using as well 1.8. I was confused for other
> > thing I
> > > > had
> > > > > > > some
> > > > > > > > >> weeks
> > > > > > > > >> > ago, and was trying to use another JDK, but I don't
> > remember
> > > > > what
> > > > > > > was.
> > > > > > > > >> >
> > > > > > > > >> > Anyway, the problem is about java doc, in the new class
> > > > > > > > >> > AMFCompressionException.java I introduce some months
> ago.
> > > > > > > > >> > since we never execute java doc generation we didn't see
> > > this.
> > > > > > > > >> >
> > > > > > > > >> > I'm going to try to fix this removing the problems I
> see,
> > > and
> > > > > I'll
> > > > > > > try
> > > > > > > > >> to
> > > > > > > > >> > see if I can try to use java doc to test if I pass the
> > > > problem.
> > > > > > > > >> >
> > > > > > > > >> > I'll report soon.
> > > > > > > > >> >
> > > > > > > > >> > Carlos
> > > > > > > > >> >
> > > > > > > > >> >
> > > > > > > > >> > El dom., 30 sept. 2018 a las 17:12, Carlos Rovira (<
> > > > > > > > >> > carlosrovira@apache.org>) escribió:
> > > > > > > > >> >
> > > > > > > > >> >> Hi, since I'm going to work now on some compiler
> changes,
> > > > I'll
> > > > > > > revert
> > > > > > > > >> >> those 2 commits in each repo. I'll try to pass as well
> > > maven
> > > > > with
> > > > > > > > java
> > > > > > > > >> 1.8
> > > > > > > > >> >> in amp and see if I get the same error
> > > > > > > > >> >>
> > > > > > > > >> >> El dom., 30 sept. 2018 a las 15:16, Piotr Zarzycki (<
> > > > > > > > >> >> piotrzarzycki21@gmail.com>) escribió:
> > > > > > > > >> >>
> > > > > > > > >> >>> Om,
> > > > > > > > >> >>>
> > > > > > > > >> >>> I think if you got fail during the process you should
> > > right
> > > > > > after
> > > > > > > > >> that.
> > > > > > > > >> >>> 1) Remove created release tags
> > > > > > > > >> >>> 2) Revert all changes which Maven did in develop
> > branches
> > > to
> > > > > the
> > > > > > > > >> previous
> > > > > > > > >> >>> state
> > > > > > > > >> >>>
> > > > > > > > >> >>> Thanks,
> > > > > > > > >> >>> Piotr
> > > > > > > > >> >>>
> > > > > > > > >> >>> niedz., 30 wrz 2018 o 12:40 Carlos Rovira <
> > > > > > > > >> carlos.rovira@codeoscopic.com
> > > > > > > > >> >>> >
> > > > > > > > >> >>> napisał(a):
> > > > > > > > >> >>>
> > > > > > > > >> >>> > Hi Om,
> > > > > > > > >> >>> > don't have many time now, but seems you are using
> JDK
> > > 1.8
> > > > > and
> > > > > > > that
> > > > > > > > >> >>> project
> > > > > > > > >> >>> > needs to be 1.7 or will fail
> > > > > > > > >> >>> > I'll connect some hours later to see if you could
> use
> > > that
> > > > > sdk
> > > > > > > > >> >>> > good luck! :)
> > > > > > > > >> >>> >
> > > > > > > > >> >>> > El dom., 30 sept. 2018 a las 11:34, Piotr Zarzycki
> (<
> > > > > > > > >> >>> > piotrzarzycki21@gmail.com>) escribió:
> > > > > > > > >> >>> >
> > > > > > > > >> >>> > > Hi Om,
> > > > > > > > >> >>> > >
> > > > > > > > >> >>> > > Have you tried build that example on their own? Is
> > it
> > > > > > failing
> > > > > > > > with
> > > > > > > > >> >>> the
> > > > > > > > >> >>> > same
> > > > > > > > >> >>> > > stack trace?
> > > > > > > > >> >>> > >
> > > > > > > > >> >>> > > Thanks,
> > > > > > > > >> >>> > > Piotr
> > > > > > > > >> >>> > >
> > > > > > > > >> >>> > > On Sun, Sep 30, 2018, 9:31 AM OmPrakash Muppirala
> <
> > > > > > > > >> >>> bigosmallm@gmail.com>
> > > > > > > > >> >>> > > wrote:
> > > > > > > > >> >>> > >
> > > > > > > > >> >>> > > > So, I made a lot of progress (much more than
> last
> > > > time),
> > > > > > but
> > > > > > > > >> >>> > > unfortunately
> > > > > > > > >> >>> > > > the build failed at this stage.  Looks like an
> > issue
> > > > > with
> > > > > > > the
> > > > > > > > >> >>> > > > SampleAmfWebApp.  Anyone else seeing this error
> or
> > > am
> > > > I
> > > > > > > doing
> > > > > > > > >> >>> something
> > > > > > > > >> >>> > > > wrong?
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
> Examples:
> > > > > Native:
> > > > > > > > >> >>> USStatesMap
> > > > > > > > >> >>> > > > ....... SUCCESS [  1.001 s]
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
> Examples:
> > > > > NodeJS
> > > > > > > > >> >>> > > > .................... SUCCESS [  0.210 s]
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
> Examples:
> > > > > NodeJS:
> > > > > > > > >> >>> HelloWorld
> > > > > > > > >> >>> > > > ........ SUCCESS [  0.945 s]
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
> Examples:
> > > AMF
> > > > > Web
> > > > > > > > Apps
> > > > > > > > >> >>> > > > .............. SUCCESS [  0.202 s]
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
> Examples:
> > > AMF
> > > > > Web
> > > > > > > > Apps:
> > > > > > > > >> >>> > > > SampleAmfWebApp FAILURE [01:51 min]
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
> Examples:
> > > > > > > > >> Integrationtests
> > > > > > > > >> >>> > > > .......... SKIPPED
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] compc
> > > > > > > > >> >>> > > > ..............................................
> > > SKIPPED
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] compiler-asc
> > > > > > > > >> >>> > > > ....................................... SKIPPED
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] compiler-compc
> > > > > > > > >> >>> > > > ..................................... SKIPPED
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] compiler-mxmlc
> > > > > > > > >> >>> > > > ..................................... SKIPPED
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] compiler-optimizer
> > > > > > > > >> >>> > > > ................................. SKIPPED
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] compiler-swfdump
> > > > > > > > >> >>> > > > ................................... SKIPPED
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] mxmlc
> > > > > > > > >> >>> > > > ..............................................
> > > SKIPPED
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
> > > Distribution
> > > > > > > > >> >>> > > > ........................ SKIPPED
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
> > ManualTests
> > > > > > > > >> >>> > > > ......................... SKIPPED
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
> > > ManualTests:
> > > > > > > > UnitTests
> > > > > > > > >> >>> > > > .............. SKIPPED
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
> Testsuite
> > > > 0.9.4
> > > > > > > > >> >>> > > > ..................... SKIPPED
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> >
> > > > > > > > >> >>>
> > > > > > > > >>
> > > > > > >
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] BUILD FAILURE
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> >
> > > > > > > > >> >>>
> > > > > > > > >>
> > > > > > >
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Total time: 14:11 min
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Finished at:
> > > > > > > > 2018-09-30T00:25:37-07:00
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> >
> > > > > > > > >> >>>
> > > > > > > > >>
> > > > > > >
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] Failed to execute
> goal
> > > > > > > > >> >>> > > >
> > > > org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:jar
> > > > > > > > >> >>> > > (attach-javadocs)
> > > > > > > > >> >>> > > > on project SampleAmfWebApp:
> MavenReportException:
> > > > Error
> > > > > > > while
> > > > > > > > >> >>> > generating
> > > > > > > > >> >>> > > > Javadoc:
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] Exit code: 1 -
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > >
> > > > > > > > >> >>> >
> > > > > > > > >> >>>
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
> > > > > > > > >> >>> > > > error: @param name not found
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param code
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]           ^
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > >
> > > > > > > > >> >>> >
> > > > > > > > >> >>>
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
> > > > > > > > >> >>> > > > warning: no description for @param
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param code
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]    ^
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > >
> > > > > > > > >> >>> >
> > > > > > > > >> >>>
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:33:
> > > > > > > > >> >>> > > > warning: no @param for compressionError
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] public
> > > > > > > > >> >>> > > > AMFCompressionException(AMFCompressionError
> > > > > > > compressionError)
> > > > > > > > {
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]        ^
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > >
> > > > > > > > >> >>> >
> > > > > > > > >> >>>
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
> > > > > > > > >> >>> > > > error: @param name not found
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param code
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]           ^
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > >
> > > > > > > > >> >>> >
> > > > > > > > >> >>>
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
> > > > > > > > >> >>> > > > warning: no description for @param
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param code
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]    ^
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > >
> > > > > > > > >> >>> >
> > > > > > > > >> >>>
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:41:
> > > > > > > > >> >>> > > > warning: no description for @param
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param cause
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]    ^
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > >
> > > > > > > > >> >>> >
> > > > > > > > >> >>>
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:43:
> > > > > > > > >> >>> > > > warning: no @param for compressionError
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] public
> > > > > > > > >> >>> > > > AMFCompressionException(AMFCompressionError
> > > > > > > compressionError,
> > > > > > > > >> >>> Throwable
> > > > > > > > >> >>> > > > cause) {
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]        ^
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] Command line was:
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > >
> > > > > > > > >> >>> >
> > > > > > > > >> >>>
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/../bin/javadoc
> > > > > > > > >> >>> > > > @options @packages
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] Refer to the
> generated
> > > > > Javadoc
> > > > > > > > files
> > > > > > > > >> in
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > >
> > > > > > > > >> >>> >
> > > > > > > > >> >>>
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/target/apidocs'
> > > > > > > > >> >>> > > > dir.
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] -> [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] [ERROR]
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] After correcting the
> > > > > problems,
> > > > > > > you
> > > > > > > > >> can
> > > > > > > > >> >>> > resume
> > > > > > > > >> >>> > > > the build with the command
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]   mvn <goals> -rf
> > > > > > > :SampleAmfWebApp
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > > On Sat, Sep 29, 2018 at 11:58 AM OmPrakash
> > > Muppirala <
> > > > > > > > >> >>> > > bigosmallm@gmail.com
> > > > > > > > >> >>> > > > >
> > > > > > > > >> >>> > > > wrote:
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > > > > Okay, trying now.
> > > > > > > > >> >>> > > > >
> > > > > > > > >> >>> > > > > On Tue, Sep 25, 2018 at 9:52 AM Piotr
> Zarzycki <
> > > > > > > > >> >>> > > > piotrzarzycki21@gmail.com>
> > > > > > > > >> >>> > > > > wrote:
> > > > > > > > >> >>> > > > >
> > > > > > > > >> >>> > > > >> Om,
> > > > > > > > >> >>> > > > >>
> > > > > > > > >> >>> > > > >> I think if you first try to build Royale
> > > framework
> > > > > with
> > > > > > > > Maven
> > > > > > > > >> >>> all
> > > > > > > > >> >>> > the
> > > > > > > > >> >>> > > > >> dependencies will be downloaded. During
> > framework
> > > > > build
> > > > > > > you
> > > > > > > > >> >>> should
> > > > > > > > >> >>> > get
> > > > > > > > >> >>> > > > >> question about license related to player
> global
> > > > etc.
> > > > > > Once
> > > > > > > > >> you do
> > > > > > > > >> >>> > > > >> successful
> > > > > > > > >> >>> > > > >> build  you could try to go and play with
> script
> > > for
> > > > > > > > release.
> > > > > > > > >> -
> > > > > > > > >> >>> That
> > > > > > > > >> >>> > > way
> > > > > > > > >> >>> > > > to
> > > > > > > > >> >>> > > > >> go make you sure that script won't fail later
> > > > during
> > > > > > the
> > > > > > > > >> >>> process.
> > > > > > > > >> >>> > > > >>
> > > > > > > > >> >>> > > > >> Thanks,
> > > > > > > > >> >>> > > > >> Piotr
> > > > > > > > >> >>> > > > >>
> > > > > > > > >> >>> > > > >> pon., 24 wrz 2018 o 07:35 Alex Harui
> > > > > > > > >> <ah...@adobe.com.invalid>
> > > > > > > > >> >>> > > > >> napisał(a):
> > > > > > > > >> >>> > > > >>
> > > > > > > > >> >>> > > > >> > According to the archives, try running:
> > > > > > > > >> >>> > > > >> >
> > > > > > > > >> >>> > > > >> >     mvn -s settings-template.xml clean
> > install
> > > > > > > > >> >>> > > > >> >
> > > > > > > > >> >>> > > > >> > Thanks,
> > > > > > > > >> >>> > > > >> > -Alex
> > > > > > > > >> >>> > > > >> >
> > > > > > > > >> >>> > > > >> > On 9/23/18, 3:48 PM, "OmPrakash
> Muppirala" <
> > > > > > > > >> >>> bigosmallm@gmail.com
> > > > > > > > >> >>> > >
> > > > > > > > >> >>> > > > >> wrote:
> > > > > > > > >> >>> > > > >> >
> > > > > > > > >> >>> > > > >> >     On Sun, Sep 23, 2018 at 3:43 PM
> OmPrakash
> > > > > > > Muppirala <
> > > > > > > > >> >>> > > > >> > bigosmallm@gmail.com>
> > > > > > > > >> >>> > > > >> >     wrote:
> > > > > > > > >> >>> > > > >> >
> > > > > > > > >> >>> > > > >> >     > Thanks.  I decided to stick with 1.8
> > :-)
> > > > > > > > >> >>> > > > >> >     >
> > > > > > > > >> >>> > > > >> >     >
> > > > > > > > >> >>> > > > >> >     BTW, this is when I run: mvn clean
> > install
> > > in
> > > > > the
> > > > > > > > >> >>> royale-asjs
> > > > > > > > >> >>> > > > >> > directory:
> > > > > > > > >> >>> > > > >> >
> > > > > > > > >> >>> > > > >> >
> > > > > > > > >> >>> > > > >> >     > I am seeing this error:
> > > > > > > > >> >>> > > > >> >     >
> > > > > > > > >> >>> > > > >> >     > [ERROR] Failed to execute goal
> > > > > > > > >> >>> > > > >> >     >
> > > > > > > > >> >>> > > > >> >
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> >
> > > > > > > > >> >>>
> > > > > > > > >>
> > > > > > >
> > > > >
> > >
> org.apache.royale.compiler:royale-maven-plugin:0.9.4-SNAPSHOT:compile-as
> > > > > > > > >> >>> > > > >> >     > (default-compile-as) on project Core:
> > > Could
> > > > > not
> > > > > > > > >> resolve
> > > > > > > > >> >>> > > > >> dependencies
> > > > > > > > >> >>> > > > >> > for
> > > > > > > > >> >>> > > > >> >     > project
> > > > > > > > >> >>> org.apache.royale.framework:Core:swc:0.9.4-SNAPSHOT:
> > > > > > > > >> >>> > > > >> Failure
> > > > > > > > >> >>> > > > >> > to
> > > > > > > > >> >>> > > > >> >     > find
> > > > > com.adobe.air.framework:airglobal:swc:20.0
> > > > > > > in
> > > > > > > > >> >>> > > > >> >     >
> > > > > > > > >> >>> > > > >> >
> > > > > > > > >> >>> > > > >>
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > >
> > > > > > > > >> >>> >
> > > > > > > > >> >>>
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0
> > > > > > > > >> >>> > > > >> > was cached in
> > > > > > > > >> >>> > > > >> >     > the local repository, resolution will
> > not
> > > > be
> > > > > > > > >> reattempted
> > > > > > > > >> >>> > until
> > > > > > > > >> >>> > > > the
> > > > > > > > >> >>> > > > >> > update
> > > > > > > > >> >>> > > > >> >     > interval of apache-release has
> elapsed
> > or
> > > > > > updates
> > > > > > > > are
> > > > > > > > >> >>> forced
> > > > > > > > >> >>> > > ->
> > > > > > > > >> >>> > > > >> > [Help 1]
> > > > > > > > >> >>> > > > >> >     >
> > > > > > > > >> >>> > > > >> >     > I don't see a `com` directory on
> > > > > > > > >> >>> > > > >> >     >
> > > > > > > > >> >>> > > > >> >
> > > > > > > > >> >>> > > > >>
> > > > > > > > >> >>> > > >
> > > > > > > > >> >>> > >
> > > > > > > > >> >>> >
> > > > > > > > >> >>>
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0
> > > > > > > > >> >>> > > > >> >     >
> > > > > > > > >> >>> > > > >> >     > Is that expected?
> > > > > > > > >> >>> > > > >> >     >
> > > > > > > > >> >>> > > > >> >     > Thanks,
> > > > > > > > >> >>> > > > >> >     > Om
> > > > > > > > >> >>> > > > >> >     >
> > > > > > > > >> >>> > > > >> >     >
> > > > > > > > >> >>> > > > >> >     > On Sun, Sep 23, 2018 at 2:15 AM
> Carlos
> > > > > Rovira <
> > > > > > > > >> >>> > > > >> > carlosrovira@apache.org>
> > > > > > > > >> >>> > > > >> >     > wrote:
> > > > > > > > >> >>> > > > >> >     >
> > > > > > > > >> >>> > > > >> >     >> Hi Om,
> > > > > > > > >> >>> > > > >> >     >>
> > > > > > > > >> >>> > > > >> >     >> I have Java 8 and 10 installed, and
> I
> > > > think
> > > > > I
> > > > > > > was
> > > > > > > > >> able
> > > > > > > > >> >>> to
> > > > > > > > >> >>> > > > compile
> > > > > > > > >> >>> > > > >> > three
> > > > > > > > >> >>> > > > >> >     >> repos, but I find AMF java example
> > > doesn't
> > > > > > work,
> > > > > > > > >> since
> > > > > > > > >> >>> > > BlazeDS
> > > > > > > > >> >>> > > > >> > needs a
> > > > > > > > >> >>> > > > >> >     >> Lower version I need to go with 8
> for
> > > this
> > > > > > > > example.
> > > > > > > > >> >>> Maybe
> > > > > > > > >> >>> > > other
> > > > > > > > >> >>> > > > >> > part needs
> > > > > > > > >> >>> > > > >> >     >> as well 7 or 8.
> > > > > > > > >> >>> > > > >> >     >> I think trying another SDK should be
> > > left
> > > > to
> > > > > > > some
> > > > > > > > >> time
> > > > > > > > >> >>> > > between
> > > > > > > > >> >>> > > > >> > releases,
> > > > > > > > >> >>> > > > >> >     >> since if not you can find spending
> > more
> > > > time
> > > > > > > that
> > > > > > > > >> you
> > > > > > > > >> >>> > > thought.
> > > > > > > > >> >>> > > > >> >     >>
> > > > > > > > >> >>> > > > >> >     >> just my 2
> > > > > > > > >> >>> > > > >> >     >>
> > > > > > > > >> >>> > > > >> >     >> Thanks
> > > > > > > > >> >>> > > > >> >     >>
> > > > > > > > >> >>> > > > >> >     >> Carlos
> > > > > > > > >> >>> > > > >> >     >>
> > > > > > > > >> >>> > > > >> >     >> El dom., 23 sept. 2018 a las 8:14,
> > > > OmPrakash
> > > > > > > > >> Muppirala
> > > > > > > > >> >>> (<
> > > > > > > > >> >>> > > > >> >     >> bigosmallm@gmail.com>) escribió:
> > > > > > > > >> >>> > > > >> >     >>
> > > > > > > > >> >>> > > > >> >     >> > Okay trying this out now.
> > > > > > > > >> >>> > > > >> >     >> >
> > > > > > > > >> >>> > > > >> >     >> > First question:  The release doc
> [1]
> > > > says
> > > > > we
> > > > > > > > need
> > > > > > > > >> >>> Java
> > > > > > > > >> >>> > 1.7
> > > > > > > > >> >>> > > or
> > > > > > > > >> >>> > > > >> > higher.
> > > > > > > > >> >>> > > > >> >     >> Has
> > > > > > > > >> >>> > > > >> >     >> > anyone tried Java 10?   That is
> the
> > > > > default
> > > > > > > > >> version
> > > > > > > > >> >>> > > available
> > > > > > > > >> >>> > > > >> > through
> > > > > > > > >> >>> > > > >> >     >> all
> > > > > > > > >> >>> > > > >> >     >> > installation channels.
> > > > > > > > >> >>> > > > >> >     >> > Any pitfalls I should consider?
> > > > > > > > >> >>> > > > >> >     >> >
> > > > > > > > >> >>> > > > >> >     >> > Thanks,
> > > > > > > > >> >>> > > > >> >     >> > Om
> > > > > > > > >> >>> > > > >> >     >> >
> > > > > > > > >> >>> > > > >> >     >> > On Fri, Sep 21, 2018 at 12:23 PM
> > > Carlos
> > > > > > > Rovira <
> > > > > > > > >> >>> > > > >> > carlosrovira@apache.org
> > > > > > > > >> >>> > > > >> >     >> >
> > > > > > > > >> >>> > > > >> >     >> > wrote:
> > > > > > > > >> >>> > > > >> >     >> >
> > > > > > > > >> >>> > > > >> >     >> > > I think we are ready to go, so
> > let's
> > > > go!
> > > > > > ;-)
> > > > > > > > >> >>> > > > >> >     >> > >
> > > > > > > > >> >>> > > > >> >     >> > > Good luck Om! :)
> > > > > > > > >> >>> > > > >> >     >> > >
> > > > > > > > >> >>> > > > >> >     >> > > El vie., 21 sept. 2018 a las
> > 18:19,
> > > > Alex
> > > > > > > Harui
> > > > > > > > >> >>> > > > >> >     >> (<aharui@adobe.com.invalid
> > > > > > > > >> >>> > > > >> >     >> > > >)
> > > > > > > > >> >>> > > > >> >     >> > > escribió:
> > > > > > > > >> >>> > > > >> >     >> > >
> > > > > > > > >> >>> > > > >> >     >> > > > Yes, I think they are ready.
> I
> > > > > removed
> > > > > > > the
> > > > > > > > >> >>> > > release/0.9.4
> > > > > > > > >> >>> > > > >> > branches
> > > > > > > > >> >>> > > > >> >     >> so
> > > > > > > > >> >>> > > > >> >     >> > the
> > > > > > > > >> >>> > > > >> >     >> > > > scripts should be able to
> make a
> > > new
> > > > > > one.
> > > > > > > > >> >>> > > > >> >     >> > > >
> > > > > > > > >> >>> > > > >> >     >> > > > -Alex
> > > > > > > > >> >>> > > > >> >     >> > > >
> > > > > > > > >> >>> > > > >> >     >> > > > On 9/21/18, 8:58 AM,
> "OmPrakash
> > > > > > > Muppirala" <
> > > > > > > > >> >>> > > > >> > bigosmallm@gmail.com>
> > > > > > > > >> >>> > > > >> >     >> > > wrote:
> > > > > > > > >> >>> > > > >> >     >> > > >
> > > > > > > > >> >>> > > > >> >     >> > > >     Alex said in his last
> email
> > > that
> > > > > the
> > > > > > > > repos
> > > > > > > > >> >>> are
> > > > > > > > >> >>> > > ready.
> > > > > > > > >> >>> > > > >> > Will try
> > > > > > > > >> >>> > > > >> >     >> in
> > > > > > > > >> >>> > > > >> >     >> > a
> > > > > > > > >> >>> > > > >> >     >> > > > few
> > > > > > > > >> >>> > > > >> >     >> > > >     minutes.
> > > > > > > > >> >>> > > > >> >     >> > > >
> > > > > > > > >> >>> > > > >> >     >> > > >     Thanks,
> > > > > > > > >> >>> > > > >> >     >> > > >     Om
> > > > > > > > >> >>> > > > >> >     >> > > >
> > > > > > > > >> >>> > > > >> >     >> > > >     On Fri, Sep 21, 2018, 7:24
> > AM
> > > > > Piotr
> > > > > > > > >> Zarzycki
> > > > > > > > >> >>> <
> > > > > > > > >> >>> > > > >> >     >> > > > piotrzarzycki21@gmail.com>
> > > > > > > > >> >>> > > > >> >     >> > > >     wrote:
> > > > > > > > >> >>> > > > >> >     >> > > >
> > > > > > > > >> >>> > > > >> >     >> > > >     > Om,
> > > > > > > > >> >>> > > > >> >     >> > > >     >
> > > > > > > > >> >>> > > > >> >     >> > > >     > In my opinion you have
> > > > > everything
> > > > > > > > ready
> > > > > > > > >> to
> > > > > > > > >> >>> go!
> > > > > > > > >> >>> > > > Since
> > > > > > > > >> >>> > > > >> > develop
> > > > > > > > >> >>> > > > >> >     >> is
> > > > > > > > >> >>> > > > >> >     >> > > ready
> > > > > > > > >> >>> > > > >> >     >> > > >     > probably you will start
> > > doing
> > > > > > steps
> > > > > > > > from
> > > > > > > > >> >>> the
> > > > > > > > >> >>> > > > >> beginning,
> > > > > > > > >> >>> > > > >> > so in
> > > > > > > > >> >>> > > > >> >     >> the
> > > > > > > > >> >>> > > > >> >     >> > > > results
> > > > > > > > >> >>> > > > >> >     >> > > >     > we will get branches
> > > release/
> > > > > > 0.9.4.
> > > > > > > > >> >>> However
> > > > > > > > >> >>> > they
> > > > > > > > >> >>> > > > >> > already
> > > > > > > > >> >>> > > > >> >     >> exists,
> > > > > > > > >> >>> > > > >> >     >> > > > because
> > > > > > > > >> >>> > > > >> >     >> > > >     > of
> > > > > > > > >> >>> > > > >> >     >> > > >     > my previous attempt.
> > > > > > > > >> >>> > > > >> >     >> > > >     >
> > > > > > > > >> >>> > > > >> >     >> > > >     > Maybe before you even
> > start
> > > > they
> > > > > > > need
> > > > > > > > >> to be
> > > > > > > > >> >>> > > > removed.
> > > > > > > > >> >>> > > > >> >     >> > > >     >
> > > > > > > > >> >>> > > > >> >     >> > > >     > Thanks,
> > > > > > > > >> >>> > > > >> >     >> > > >     > Piotr
> > > > > > > > >> >>> > > > >> >     >> > > >     >
> > > > > > > > >> >>> > > > >> >     >> > > >     >
> > > > > > > > >> >>> > > > >> >     >> > > >     >
> > > > > > > > >> >>> > > > >> >     >> > > >     > pt., 21 wrz 2018 o 16:16
> > > > > OmPrakash
> > > > > > > > >> >>> Muppirala <
> > > > > > > > >> >>> > > > >> >     >> > bigosmallm@gmail.com
> > > > > > > > >> >>> > > > >> >     >> > > >
> > > > > > > > >> >>> > > > >> >     >> > > >     > napisał(a):
> > > > > > > > >> >>> > > > >> >     >> > > >     >
> > > > > > > > >> >>> > > > >> >     >> > > >     > > So am I clear to try
> and
> > > > > > release?
> > > > > > > > Or
> > > > > > > > >> >>> should
> > > > > > > > >> >>> > I
> > > > > > > > >> >>> > > > wait
> > > > > > > > >> >>> > > > >> > for any
> > > > > > > > >> >>> > > > >> >     >> > other
> > > > > > > > >> >>> > > > >> >     >> > > > feature
> > > > > > > > >> >>> > > > >> >     >> > > >     > > or bug?
> > > > > > > > >> >>> > > > >> >     >> > > >     > >
> > > > > > > > >> >>> > > > >> >     >> > > >     > > Thanks,
> > > > > > > > >> >>> > > > >> >     >> > > >     > > Om
> > > > > > > > >> >>> > > > >> >     >> > > >     > >
> > > > > > > > >> >>> > > > >> >     >> > > >     > > On Fri, Sep 21, 2018,
> > 6:20
> > > > AM
> > > > > > > Carlos
> > > > > > > > >> >>> Rovira <
> > > > > > > > >> >>> > > > >> >     >> > > > carlosrovira@apache.org>
> > > > > > > > >> >>> > > > >> >     >> > > >     > > wrote:
> > > > > > > > >> >>> > > > >> >     >> > > >     > >
> > > > > > > > >> >>> > > > >> >     >> > > >     > > > Hi Alex
> > > > > > > > >> >>> > > > >> >     >> > > >     > > >
> > > > > > > > >> >>> > > > >> >     >> > > >     > > > El vie., 21 sept.
> > 2018 a
> > > > las
> > > > > > > 3:06,
> > > > > > > > >> Alex
> > > > > > > > >> >>> > Harui
> > > > > > > > >> >>> > > > >> >     >> > > >     >
> (<aharui@adobe.com.invalid
> > > > > > > > >> >>> > > > >> >     >> > > >     > > >)
> > > > > > > > >> >>> > > > >> >     >> > > >     > > > escribió:
> > > > > > > > >> >>> > > > >> >     >> > > >     > > >
> > > > > > > > >> >>> > > > >> >     >> > > >     > > > > I made some
> > > adjustments
> > > > to
> > > > > > the
> > > > > > > > >> repos
> > > > > > > > >> >>> so
> > > > > > > > >> >>> > > that
> > > > > > > > >> >>> > > > >> they
> > > > > > > > >> >>> > > > >> >     >> "should"
> > > > > > > > >> >>> > > > >> >     >> > be
> > > > > > > > >> >>> > > > >> >     >> > > > ready
> > > > > > > > >> >>> > > > >> >     >> > > >     > to
> > > > > > > > >> >>> > > > >> >     >> > > >     > > > run
> > > > > > > > >> >>> > > > >> >     >> > > >     > > > > the scripts and
> > > produce
> > > > > the
> > > > > > > > 0.9.4
> > > > > > > > >> >>> > release.
> > > > > > > > >> >>> > > > Of
> > > > > > > > >> >>> > > > >> > course, I
> > > > > > > > >> >>> > > > >> >     >> > > could
> > > > > > > > >> >>> > > > >> >     >> > > > be
> > > > > > > > >> >>> > > > >> >     >> > > >     > > wrong.
> > > > > > > > >> >>> > > > >> >     >> > > >     > > > > We'll see how Om
> > > fares.
> > > > > > > > >> >>> > > > >> >     >> > > >     > > > >
> > > > > > > > >> >>> > > > >> >     >> > > >     > > > >
> > > > > > > > >> >>> > > > >> >     >> > > >     > > > so cool :)
> > > > > > > > >> >>> > > > >> >     >> > > >     > > >
> > > > > > > > >> >>> > > > >> >     >> > > >     > > >
> > > > > > > > >> >>> > > > >> >     >> > > >     > > > > I also put in a
> > change
> > > > > that
> > > > > > > > should
> > > > > > > > >> >>> fix
> > > > > > > > >> >>> > the
> > > > > > > > >> >>> > > > >> > dependencies
> > > > > > > > >> >>> > > > >> >     >> > > > issue.  So
> > > > > > > > >> >>> > > > >> >     >> > > >     > the
> > > > > > > > >> >>> > > > >> >     >> > > >     > > > > remaining
> questions
> > > are
> > > > > > around
> > > > > > > > the
> > > > > > > > >> >>> AMF
> > > > > > > > >> >>> > > > problem.
> > > > > > > > >> >>> > > > >> > I'm
> > > > > > > > >> >>> > > > >> >     >> > thinking
> > > > > > > > >> >>> > > > >> >     >> > > > of
> > > > > > > > >> >>> > > > >> >     >> > > >     > > looking
> > > > > > > > >> >>> > > > >> >     >> > > >     > > > > into what it takes
> > to
> > > > > > support
> > > > > > > > >> Small
> > > > > > > > >> >>> > > Messages.
> > > > > > > > >> >>> > > > >> > However,
> > > > > > > > >> >>> > > > >> >     >> I
> > > > > > > > >> >>> > > > >> >     >> > > > don't know
> > > > > > > > >> >>> > > > >> >     >> > > >     > > > > anything about
> them.
> > > > How
> > > > > > > often
> > > > > > > > >> will
> > > > > > > > >> >>> > > > migrating
> > > > > > > > >> >>> > > > >> > people be
> > > > > > > > >> >>> > > > >> >     >> > > using
> > > > > > > > >> >>> > > > >> >     >> > > > Small
> > > > > > > > >> >>> > > > >> >     >> > > >     > > > > Messages?  Is it
> > fair
> > > to
> > > > > > tell
> > > > > > > > >> them to
> > > > > > > > >> >>> > turn
> > > > > > > > >> >>> > > > off
> > > > > > > > >> >>> > > > >> > Small
> > > > > > > > >> >>> > > > >> >     >> > > Messages?
> > > > > > > > >> >>> > > > >> >     >> > > >     > > > >
> > > > > > > > >> >>> > > > >> >     >> > > >     > > >
> > > > > > > > >> >>> > > > >> >     >> > > >     > > > I think for now,
> that
> > > > small
> > > > > > > > messages
> > > > > > > > >> >>> is a
> > > > > > > > >> >>> > > > BlazeDS
> > > > > > > > >> >>> > > > >> >     >> feature. I
> > > > > > > > >> >>> > > > >> >     >> > > > search for
> > > > > > > > >> >>> > > > >> >     >> > > >     > > > ZendAMF small
> messages
> > > and
> > > > > > > didn't
> > > > > > > > >> fin d
> > > > > > > > >> >>> > > > anything.
> > > > > > > > >> >>> > > > >> > So my
> > > > > > > > >> >>> > > > >> >     >> bet
> > > > > > > > >> >>> > > > >> >     >> > is
> > > > > > > > >> >>> > > > >> >     >> > > > that
> > > > > > > > >> >>> > > > >> >     >> > > >     > small
> > > > > > > > >> >>> > > > >> >     >> > > >     > > > messages is
> something
> > > only
> > > > > > > present
> > > > > > > > >> in
> > > > > > > > >> >>> > BlazeDS
> > > > > > > > >> >>>

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Carlos Rovira <ca...@apache.org>.
Hi Om,
is related to flash player debugger not launched? are you on Mac?
I think on Mac I have to make *.swf files be always opened by Flash Player
debugger.

In the other hand, I need to commit during the day some fixes, one on
typedefs and expect more on compiler. So if you plan to try again some
hours ago, please, remove the commits to left the repos so we can commit
new work

thanks!

Carlos





El lun., 1 oct. 2018 a las 10:29, OmPrakash Muppirala (<bi...@gmail.com>)
escribió:

> I provided path to Chrome via -Dbrowser, but I got an error that ant was
> not able to access the application.
> So, I tried installing firefox and that seemed to work.
>
> On Mon, Oct 1, 2018 at 1:26 AM Piotr Zarzycki <pi...@gmail.com>
> wrote:
>
> > Hi Om,
> >
> > You did use Firefox for that purpose ? I had to specify -Dbrowser=path to
> > firefox.exe
> >
> > Thanks,
> > Piotr
> >
> > pon., 1 paź 2018 o 10:22 OmPrakash Muppirala <bi...@gmail.com>
> > napisał(a):
> >
> > > Okay, I made several attempts through the day, making progress each
> time.
> > >  The last run failed because the browser could not be launched.
> > > I am going to pause on this and try again tomorrow (or later) . If
> > someone
> > > else wants to give this a go in the meantimne, they are welcome :-)
> > >
> > > Thanks,
> > > Om
> > >
> > > On Mon, Oct 1, 2018 at 12:22 AM Carlos Rovira <carlosrovira@apache.org
> >
> > > wrote:
> > >
> > > > Hi Om,
> > > > no,  I Thought this was due to different tries of the release process
> > but
> > > > most of the poms are in 0.9.6-SNAPSHOT.
> > > > You can search the entire repo for "0.9.X-SNAPSHOT" string to see
> that
> > > now
> > > > X is 6.
> > > >
> > > > thanks
> > > >
> > > > El lun., 1 oct. 2018 a las 2:07, OmPrakash Muppirala (<
> > > > bigosmallm@gmail.com>)
> > > > escribió:
> > > >
> > > > > On Sun, Sep 30, 2018, 2:13 PM Carlos Rovira <
> carlosrovira@apache.org
> > >
> > > > > wrote:
> > > > >
> > > > > > Hi Om,
> > > > > > just saw that some poms was not changed to 0.9.6-SNAPSHOT.
> > > > > >
> > > > >
> > > > > Do you mean 0.9.4-SNAPSHOT?
> > > > >
> > > > > Thanks,
> > > > > Om
> > > > >
> > > > >
> > > > >
> > > > > I think that should be fixed and get a prepare maven release
> process
> > > that
> > > > > > could finaly gets all poms updated to new version.
> > > > > > Don't know if that could be the problem. Can you try again?
> > > > > > thanks
> > > > > >
> > > > > > El dom., 30 sept. 2018 a las 21:32, OmPrakash Muppirala (<
> > > > > > bigosmallm@gmail.com>) escribió:
> > > > > >
> > > > > > > Made a bit more progress, but the build is failing here now:
> > > > > > >
> > > > > > >      [exec] [INFO] [INFO] Apache Royale: Examples: Royale:
> > > > > > > DataBindingExample_as SUCCESS [  2.469 s]
> > > > > > >
> > > > > > >      [exec] [INFO] [INFO] Apache Royale: Examples: Royale:
> > > > > > > DataBindingExample_Flat FAILURE [  1.756 s]
> > > > > > >
> > > > > > >      [exec] [INFO] [INFO] Apache Royale: Examples: Royale:
> > > > > > > DataBindingExampleWithLayout SKIPPED
> > > > > > >
> > > > > > >      [exec] [INFO] [INFO] Apache Royale: Examples: Royale:
> > > > > > DataGridExample
> > > > > > > ... SKIPPED
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > Detailed error:
> > > > > > >
> > > > > > >
> > > > > > >     [exec] [INFO] [INFO]
> > > > > > >
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > > >
> > > > > > >      [exec] [INFO] [INFO] BUILD FAILURE
> > > > > > >
> > > > > > >      [exec] [INFO] [INFO]
> > > > > > >
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > > >
> > > > > > >      [exec] [INFO] [INFO] Total time: 07:03 min
> > > > > > >
> > > > > > >      [exec] [INFO] [INFO] Finished at:
> 2018-09-30T12:17:45-07:00
> > > > > > >
> > > > > > >      [exec] [INFO] [INFO]
> > > > > > >
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > > >
> > > > > > >      [exec] [INFO] [ERROR] Failed to execute goal
> > > > > > > org.apache.maven.plugins:maven-dependency-plugin:2.10:unpack
> > > > > > (unpack-fonts)
> > > > > > > on project DataBindingExample_Flat: Unable to find artifact.
> > Could
> > > > not
> > > > > > find
> > > > > > > artifact org.apache.royale.framework:Fonts:war:0.9.4 in
> > > > apache-release
> > > > > (
> > > > > > > https://repository.apache.org/content/repositories/releases)
> > > > > > >
> > > > > > >      [exec] [INFO] [ERROR]
> > > > > > >
> > > > > > >      [exec] [INFO] [ERROR] Try downloading the file manually
> from
> > > the
> > > > > > > project website.
> > > > > > >
> > > > > > >      [exec] [INFO] [ERROR]
> > > > > > >
> > > > > > >      [exec] [INFO] [ERROR] Then, install it using the command:
> > > > > > >
> > > > > > >      [exec] [INFO] [ERROR]     mvn install:install-file
> > > > > > > -DgroupId=org.apache.royale.framework -DartifactId=Fonts
> > > > > -Dversion=0.9.4
> > > > > > > -Dpackaging=war -Dfile=/path/to/file
> > > > > > >
> > > > > > >      [exec] [INFO] [ERROR]
> > > > > > >
> > > > > > >      [exec] [INFO] [ERROR] Alternatively, if you host your own
> > > > > repository
> > > > > > > you can deploy the file there:
> > > > > > >
> > > > > > >      [exec] [INFO] [ERROR]     mvn deploy:deploy-file
> > > > > > > -DgroupId=org.apache.royale.framework -DartifactId=Fonts
> > > > > -Dversion=0.9.4
> > > > > > > -Dpackaging=war -Dfile=/path/to/file -Durl=[url]
> > > -DrepositoryId=[id]
> > > > > > >
> > > > > > >      [exec] [INFO] [ERROR]
> > > > > > >
> > > > > > >      [exec] [INFO] [ERROR]
> > > > > > >
> > > > > > >      [exec] [INFO] [ERROR]
> > > > >  org.apache.royale.framework:Fonts:war:0.9.4
> > > > > > >
> > > > > > >      [exec] [INFO] [ERROR]
> > > > > > >
> > > > > > >      [exec] [INFO] [ERROR] from the specified remote
> > repositories:
> > > > > > >
> > > > > > >      [exec] [INFO] [ERROR]   apache-release (
> > > > > > > https://repository.apache.org/content/repositories/releases,
> > > > > > > releases=true,
> > > > > > > snapshots=false),
> > > > > > >
> > > > > > >      [exec] [INFO] [ERROR]   apache-snapshots (
> > > > > > > https://repository.apache.org/content/repositories/snapshots,
> > > > > > > releases=false, snapshots=true),
> > > > > > >
> > > > > > >      [exec] [INFO] [ERROR]   apache.snapshots (
> > > > > > > https://repository.apache.org/snapshots, releases=false,
> > > > > > snapshots=true),
> > > > > > >
> > > > > > >      [exec] [INFO] [ERROR]   central (
> > > > > > https://repo.maven.apache.org/maven2
> > > > > > > ,
> > > > > > > releases=true, snapshots=false)
> > > > > > >
> > > > > > >      [exec] [INFO] [ERROR] -> [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] [ERROR]
> > > > > > >
> > > > > > >      [exec] [INFO] [ERROR] After correcting the problems, you
> can
> > > > > resume
> > > > > > > the build with the command
> > > > > > >
> > > > > > >      [exec] [INFO] [ERROR]   mvn <goals> -rf
> > > :DataBindingExample_Flat
> > > > > > >
> > > > > > >      [exec] [INFO]
> > > > > > >
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > > >
> > > > > > >      [exec] [INFO] Reactor Summary:
> > > > > > >
> > > > > > >      [exec] [INFO] Apache Royale: Framework: Parent
> > 0.9.5-SNAPSHOT
> > > > ....
> > > > > > > FAILURE [07:08 min]
> > > > > > >
> > > > > > >      [exec] [INFO] Apache Royale: Framework
> > > > ...........................
> > > > > > > SKIPPED
> > > > > > >
> > > > > > >      [exec] [INFO] Apache Royale: Framework: Fonts
> > > > ....................
> > > > > > > SKIPPED
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > Can someone please take a look?
> > > > > > >
> > > > > > > On Sun, Sep 30, 2018 at 9:13 AM OmPrakash Muppirala <
> > > > > > bigosmallm@gmail.com>
> > > > > > > wrote:
> > > > > > >
> > > > > > > > Thanks for the quick fix!  Will pull develop and try again.
> > Will
> > > > > > report
> > > > > > > > in a while.
> > > > > > > >
> > > > > > > > Regards,
> > > > > > > > Om
> > > > > > > >
> > > > > > > >
> > > > > > > > On Sun, Sep 30, 2018, 8:47 AM Carlos Rovira <
> > > > carlosrovira@apache.org
> > > > > >
> > > > > > > > wrote:
> > > > > > > >
> > > > > > > >> Hi Om,
> > > > > > > >>
> > > > > > > >> error is now fixed. Can you try to release again?
> > > > > > > >> thanks
> > > > > > > >>
> > > > > > > >> Carlos
> > > > > > > >>
> > > > > > > >>
> > > > > > > >>
> > > > > > > >>
> > > > > > > >>
> > > > > > > >> El dom., 30 sept. 2018 a las 17:27, Carlos Rovira (<
> > > > > > > >> carlosrovira@apache.org>)
> > > > > > > >> escribió:
> > > > > > > >>
> > > > > > > >> > Hi,
> > > > > > > >> >
> > > > > > > >> > just reverted the two generated commits for release, I
> left
> > to
> > > > you
> > > > > > > >> remove
> > > > > > > >> > new branches generated.
> > > > > > > >> > About the fail, I was wrong, since I saw this very
> quickly.
> > > It's
> > > > > not
> > > > > > > >> about
> > > > > > > >> > JDK, I'm using as well 1.8. I was confused for other
> thing I
> > > had
> > > > > > some
> > > > > > > >> weeks
> > > > > > > >> > ago, and was trying to use another JDK, but I don't
> remember
> > > > what
> > > > > > was.
> > > > > > > >> >
> > > > > > > >> > Anyway, the problem is about java doc, in the new class
> > > > > > > >> > AMFCompressionException.java I introduce some months ago.
> > > > > > > >> > since we never execute java doc generation we didn't see
> > this.
> > > > > > > >> >
> > > > > > > >> > I'm going to try to fix this removing the problems I see,
> > and
> > > > I'll
> > > > > > try
> > > > > > > >> to
> > > > > > > >> > see if I can try to use java doc to test if I pass the
> > > problem.
> > > > > > > >> >
> > > > > > > >> > I'll report soon.
> > > > > > > >> >
> > > > > > > >> > Carlos
> > > > > > > >> >
> > > > > > > >> >
> > > > > > > >> > El dom., 30 sept. 2018 a las 17:12, Carlos Rovira (<
> > > > > > > >> > carlosrovira@apache.org>) escribió:
> > > > > > > >> >
> > > > > > > >> >> Hi, since I'm going to work now on some compiler changes,
> > > I'll
> > > > > > revert
> > > > > > > >> >> those 2 commits in each repo. I'll try to pass as well
> > maven
> > > > with
> > > > > > > java
> > > > > > > >> 1.8
> > > > > > > >> >> in amp and see if I get the same error
> > > > > > > >> >>
> > > > > > > >> >> El dom., 30 sept. 2018 a las 15:16, Piotr Zarzycki (<
> > > > > > > >> >> piotrzarzycki21@gmail.com>) escribió:
> > > > > > > >> >>
> > > > > > > >> >>> Om,
> > > > > > > >> >>>
> > > > > > > >> >>> I think if you got fail during the process you should
> > right
> > > > > after
> > > > > > > >> that.
> > > > > > > >> >>> 1) Remove created release tags
> > > > > > > >> >>> 2) Revert all changes which Maven did in develop
> branches
> > to
> > > > the
> > > > > > > >> previous
> > > > > > > >> >>> state
> > > > > > > >> >>>
> > > > > > > >> >>> Thanks,
> > > > > > > >> >>> Piotr
> > > > > > > >> >>>
> > > > > > > >> >>> niedz., 30 wrz 2018 o 12:40 Carlos Rovira <
> > > > > > > >> carlos.rovira@codeoscopic.com
> > > > > > > >> >>> >
> > > > > > > >> >>> napisał(a):
> > > > > > > >> >>>
> > > > > > > >> >>> > Hi Om,
> > > > > > > >> >>> > don't have many time now, but seems you are using JDK
> > 1.8
> > > > and
> > > > > > that
> > > > > > > >> >>> project
> > > > > > > >> >>> > needs to be 1.7 or will fail
> > > > > > > >> >>> > I'll connect some hours later to see if you could use
> > that
> > > > sdk
> > > > > > > >> >>> > good luck! :)
> > > > > > > >> >>> >
> > > > > > > >> >>> > El dom., 30 sept. 2018 a las 11:34, Piotr Zarzycki (<
> > > > > > > >> >>> > piotrzarzycki21@gmail.com>) escribió:
> > > > > > > >> >>> >
> > > > > > > >> >>> > > Hi Om,
> > > > > > > >> >>> > >
> > > > > > > >> >>> > > Have you tried build that example on their own? Is
> it
> > > > > failing
> > > > > > > with
> > > > > > > >> >>> the
> > > > > > > >> >>> > same
> > > > > > > >> >>> > > stack trace?
> > > > > > > >> >>> > >
> > > > > > > >> >>> > > Thanks,
> > > > > > > >> >>> > > Piotr
> > > > > > > >> >>> > >
> > > > > > > >> >>> > > On Sun, Sep 30, 2018, 9:31 AM OmPrakash Muppirala <
> > > > > > > >> >>> bigosmallm@gmail.com>
> > > > > > > >> >>> > > wrote:
> > > > > > > >> >>> > >
> > > > > > > >> >>> > > > So, I made a lot of progress (much more than last
> > > time),
> > > > > but
> > > > > > > >> >>> > > unfortunately
> > > > > > > >> >>> > > > the build failed at this stage.  Looks like an
> issue
> > > > with
> > > > > > the
> > > > > > > >> >>> > > > SampleAmfWebApp.  Anyone else seeing this error or
> > am
> > > I
> > > > > > doing
> > > > > > > >> >>> something
> > > > > > > >> >>> > > > wrong?
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples:
> > > > Native:
> > > > > > > >> >>> USStatesMap
> > > > > > > >> >>> > > > ....... SUCCESS [  1.001 s]
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples:
> > > > NodeJS
> > > > > > > >> >>> > > > .................... SUCCESS [  0.210 s]
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples:
> > > > NodeJS:
> > > > > > > >> >>> HelloWorld
> > > > > > > >> >>> > > > ........ SUCCESS [  0.945 s]
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples:
> > AMF
> > > > Web
> > > > > > > Apps
> > > > > > > >> >>> > > > .............. SUCCESS [  0.202 s]
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples:
> > AMF
> > > > Web
> > > > > > > Apps:
> > > > > > > >> >>> > > > SampleAmfWebApp FAILURE [01:51 min]
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples:
> > > > > > > >> Integrationtests
> > > > > > > >> >>> > > > .......... SKIPPED
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [INFO] compc
> > > > > > > >> >>> > > > ..............................................
> > SKIPPED
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [INFO] compiler-asc
> > > > > > > >> >>> > > > ....................................... SKIPPED
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [INFO] compiler-compc
> > > > > > > >> >>> > > > ..................................... SKIPPED
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [INFO] compiler-mxmlc
> > > > > > > >> >>> > > > ..................................... SKIPPED
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [INFO] compiler-optimizer
> > > > > > > >> >>> > > > ................................. SKIPPED
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [INFO] compiler-swfdump
> > > > > > > >> >>> > > > ................................... SKIPPED
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [INFO] mxmlc
> > > > > > > >> >>> > > > ..............................................
> > SKIPPED
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
> > Distribution
> > > > > > > >> >>> > > > ........................ SKIPPED
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
> ManualTests
> > > > > > > >> >>> > > > ......................... SKIPPED
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
> > ManualTests:
> > > > > > > UnitTests
> > > > > > > >> >>> > > > .............. SKIPPED
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Testsuite
> > > 0.9.4
> > > > > > > >> >>> > > > ..................... SKIPPED
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
> > > > > > > >> >>> > > >
> > > > > > > >> >>> >
> > > > > > > >> >>>
> > > > > > > >>
> > > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [INFO] BUILD FAILURE
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
> > > > > > > >> >>> > > >
> > > > > > > >> >>> >
> > > > > > > >> >>>
> > > > > > > >>
> > > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Total time: 14:11 min
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [INFO] Finished at:
> > > > > > > 2018-09-30T00:25:37-07:00
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [INFO]
> > > > > > > >> >>> > > >
> > > > > > > >> >>> >
> > > > > > > >> >>>
> > > > > > > >>
> > > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] Failed to execute goal
> > > > > > > >> >>> > > >
> > > org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:jar
> > > > > > > >> >>> > > (attach-javadocs)
> > > > > > > >> >>> > > > on project SampleAmfWebApp: MavenReportException:
> > > Error
> > > > > > while
> > > > > > > >> >>> > generating
> > > > > > > >> >>> > > > Javadoc:
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] Exit code: 1 -
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > >
> > > > > > > >> >>> >
> > > > > > > >> >>>
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
> > > > > > > >> >>> > > > error: @param name not found
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param code
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]           ^
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > >
> > > > > > > >> >>> >
> > > > > > > >> >>>
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
> > > > > > > >> >>> > > > warning: no description for @param
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param code
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]    ^
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > >
> > > > > > > >> >>> >
> > > > > > > >> >>>
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:33:
> > > > > > > >> >>> > > > warning: no @param for compressionError
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] public
> > > > > > > >> >>> > > > AMFCompressionException(AMFCompressionError
> > > > > > compressionError)
> > > > > > > {
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]        ^
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > >
> > > > > > > >> >>> >
> > > > > > > >> >>>
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
> > > > > > > >> >>> > > > error: @param name not found
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param code
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]           ^
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > >
> > > > > > > >> >>> >
> > > > > > > >> >>>
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
> > > > > > > >> >>> > > > warning: no description for @param
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param code
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]    ^
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > >
> > > > > > > >> >>> >
> > > > > > > >> >>>
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:41:
> > > > > > > >> >>> > > > warning: no description for @param
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param cause
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]    ^
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > >
> > > > > > > >> >>> >
> > > > > > > >> >>>
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:43:
> > > > > > > >> >>> > > > warning: no @param for compressionError
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] public
> > > > > > > >> >>> > > > AMFCompressionException(AMFCompressionError
> > > > > > compressionError,
> > > > > > > >> >>> Throwable
> > > > > > > >> >>> > > > cause) {
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]        ^
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] Command line was:
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > >
> > > > > > > >> >>> >
> > > > > > > >> >>>
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/../bin/javadoc
> > > > > > > >> >>> > > > @options @packages
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] Refer to the generated
> > > > Javadoc
> > > > > > > files
> > > > > > > >> in
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > >
> > > > > > > >> >>> >
> > > > > > > >> >>>
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/target/apidocs'
> > > > > > > >> >>> > > > dir.
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] -> [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] [ERROR]
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [ERROR] After correcting the
> > > > problems,
> > > > > > you
> > > > > > > >> can
> > > > > > > >> >>> > resume
> > > > > > > >> >>> > > > the build with the command
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > >      [exec] [INFO] [ERROR]   mvn <goals> -rf
> > > > > > :SampleAmfWebApp
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > > On Sat, Sep 29, 2018 at 11:58 AM OmPrakash
> > Muppirala <
> > > > > > > >> >>> > > bigosmallm@gmail.com
> > > > > > > >> >>> > > > >
> > > > > > > >> >>> > > > wrote:
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > > > > Okay, trying now.
> > > > > > > >> >>> > > > >
> > > > > > > >> >>> > > > > On Tue, Sep 25, 2018 at 9:52 AM Piotr Zarzycki <
> > > > > > > >> >>> > > > piotrzarzycki21@gmail.com>
> > > > > > > >> >>> > > > > wrote:
> > > > > > > >> >>> > > > >
> > > > > > > >> >>> > > > >> Om,
> > > > > > > >> >>> > > > >>
> > > > > > > >> >>> > > > >> I think if you first try to build Royale
> > framework
> > > > with
> > > > > > > Maven
> > > > > > > >> >>> all
> > > > > > > >> >>> > the
> > > > > > > >> >>> > > > >> dependencies will be downloaded. During
> framework
> > > > build
> > > > > > you
> > > > > > > >> >>> should
> > > > > > > >> >>> > get
> > > > > > > >> >>> > > > >> question about license related to player global
> > > etc.
> > > > > Once
> > > > > > > >> you do
> > > > > > > >> >>> > > > >> successful
> > > > > > > >> >>> > > > >> build  you could try to go and play with script
> > for
> > > > > > > release.
> > > > > > > >> -
> > > > > > > >> >>> That
> > > > > > > >> >>> > > way
> > > > > > > >> >>> > > > to
> > > > > > > >> >>> > > > >> go make you sure that script won't fail later
> > > during
> > > > > the
> > > > > > > >> >>> process.
> > > > > > > >> >>> > > > >>
> > > > > > > >> >>> > > > >> Thanks,
> > > > > > > >> >>> > > > >> Piotr
> > > > > > > >> >>> > > > >>
> > > > > > > >> >>> > > > >> pon., 24 wrz 2018 o 07:35 Alex Harui
> > > > > > > >> <ah...@adobe.com.invalid>
> > > > > > > >> >>> > > > >> napisał(a):
> > > > > > > >> >>> > > > >>
> > > > > > > >> >>> > > > >> > According to the archives, try running:
> > > > > > > >> >>> > > > >> >
> > > > > > > >> >>> > > > >> >     mvn -s settings-template.xml clean
> install
> > > > > > > >> >>> > > > >> >
> > > > > > > >> >>> > > > >> > Thanks,
> > > > > > > >> >>> > > > >> > -Alex
> > > > > > > >> >>> > > > >> >
> > > > > > > >> >>> > > > >> > On 9/23/18, 3:48 PM, "OmPrakash Muppirala" <
> > > > > > > >> >>> bigosmallm@gmail.com
> > > > > > > >> >>> > >
> > > > > > > >> >>> > > > >> wrote:
> > > > > > > >> >>> > > > >> >
> > > > > > > >> >>> > > > >> >     On Sun, Sep 23, 2018 at 3:43 PM OmPrakash
> > > > > > Muppirala <
> > > > > > > >> >>> > > > >> > bigosmallm@gmail.com>
> > > > > > > >> >>> > > > >> >     wrote:
> > > > > > > >> >>> > > > >> >
> > > > > > > >> >>> > > > >> >     > Thanks.  I decided to stick with 1.8
> :-)
> > > > > > > >> >>> > > > >> >     >
> > > > > > > >> >>> > > > >> >     >
> > > > > > > >> >>> > > > >> >     BTW, this is when I run: mvn clean
> install
> > in
> > > > the
> > > > > > > >> >>> royale-asjs
> > > > > > > >> >>> > > > >> > directory:
> > > > > > > >> >>> > > > >> >
> > > > > > > >> >>> > > > >> >
> > > > > > > >> >>> > > > >> >     > I am seeing this error:
> > > > > > > >> >>> > > > >> >     >
> > > > > > > >> >>> > > > >> >     > [ERROR] Failed to execute goal
> > > > > > > >> >>> > > > >> >     >
> > > > > > > >> >>> > > > >> >
> > > > > > > >> >>> > > >
> > > > > > > >> >>> >
> > > > > > > >> >>>
> > > > > > > >>
> > > > > >
> > > >
> > org.apache.royale.compiler:royale-maven-plugin:0.9.4-SNAPSHOT:compile-as
> > > > > > > >> >>> > > > >> >     > (default-compile-as) on project Core:
> > Could
> > > > not
> > > > > > > >> resolve
> > > > > > > >> >>> > > > >> dependencies
> > > > > > > >> >>> > > > >> > for
> > > > > > > >> >>> > > > >> >     > project
> > > > > > > >> >>> org.apache.royale.framework:Core:swc:0.9.4-SNAPSHOT:
> > > > > > > >> >>> > > > >> Failure
> > > > > > > >> >>> > > > >> > to
> > > > > > > >> >>> > > > >> >     > find
> > > > com.adobe.air.framework:airglobal:swc:20.0
> > > > > > in
> > > > > > > >> >>> > > > >> >     >
> > > > > > > >> >>> > > > >> >
> > > > > > > >> >>> > > > >>
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > >
> > > > > > > >> >>> >
> > > > > > > >> >>>
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0
> > > > > > > >> >>> > > > >> > was cached in
> > > > > > > >> >>> > > > >> >     > the local repository, resolution will
> not
> > > be
> > > > > > > >> reattempted
> > > > > > > >> >>> > until
> > > > > > > >> >>> > > > the
> > > > > > > >> >>> > > > >> > update
> > > > > > > >> >>> > > > >> >     > interval of apache-release has elapsed
> or
> > > > > updates
> > > > > > > are
> > > > > > > >> >>> forced
> > > > > > > >> >>> > > ->
> > > > > > > >> >>> > > > >> > [Help 1]
> > > > > > > >> >>> > > > >> >     >
> > > > > > > >> >>> > > > >> >     > I don't see a `com` directory on
> > > > > > > >> >>> > > > >> >     >
> > > > > > > >> >>> > > > >> >
> > > > > > > >> >>> > > > >>
> > > > > > > >> >>> > > >
> > > > > > > >> >>> > >
> > > > > > > >> >>> >
> > > > > > > >> >>>
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0
> > > > > > > >> >>> > > > >> >     >
> > > > > > > >> >>> > > > >> >     > Is that expected?
> > > > > > > >> >>> > > > >> >     >
> > > > > > > >> >>> > > > >> >     > Thanks,
> > > > > > > >> >>> > > > >> >     > Om
> > > > > > > >> >>> > > > >> >     >
> > > > > > > >> >>> > > > >> >     >
> > > > > > > >> >>> > > > >> >     > On Sun, Sep 23, 2018 at 2:15 AM Carlos
> > > > Rovira <
> > > > > > > >> >>> > > > >> > carlosrovira@apache.org>
> > > > > > > >> >>> > > > >> >     > wrote:
> > > > > > > >> >>> > > > >> >     >
> > > > > > > >> >>> > > > >> >     >> Hi Om,
> > > > > > > >> >>> > > > >> >     >>
> > > > > > > >> >>> > > > >> >     >> I have Java 8 and 10 installed, and I
> > > think
> > > > I
> > > > > > was
> > > > > > > >> able
> > > > > > > >> >>> to
> > > > > > > >> >>> > > > compile
> > > > > > > >> >>> > > > >> > three
> > > > > > > >> >>> > > > >> >     >> repos, but I find AMF java example
> > doesn't
> > > > > work,
> > > > > > > >> since
> > > > > > > >> >>> > > BlazeDS
> > > > > > > >> >>> > > > >> > needs a
> > > > > > > >> >>> > > > >> >     >> Lower version I need to go with 8 for
> > this
> > > > > > > example.
> > > > > > > >> >>> Maybe
> > > > > > > >> >>> > > other
> > > > > > > >> >>> > > > >> > part needs
> > > > > > > >> >>> > > > >> >     >> as well 7 or 8.
> > > > > > > >> >>> > > > >> >     >> I think trying another SDK should be
> > left
> > > to
> > > > > > some
> > > > > > > >> time
> > > > > > > >> >>> > > between
> > > > > > > >> >>> > > > >> > releases,
> > > > > > > >> >>> > > > >> >     >> since if not you can find spending
> more
> > > time
> > > > > > that
> > > > > > > >> you
> > > > > > > >> >>> > > thought.
> > > > > > > >> >>> > > > >> >     >>
> > > > > > > >> >>> > > > >> >     >> just my 2
> > > > > > > >> >>> > > > >> >     >>
> > > > > > > >> >>> > > > >> >     >> Thanks
> > > > > > > >> >>> > > > >> >     >>
> > > > > > > >> >>> > > > >> >     >> Carlos
> > > > > > > >> >>> > > > >> >     >>
> > > > > > > >> >>> > > > >> >     >> El dom., 23 sept. 2018 a las 8:14,
> > > OmPrakash
> > > > > > > >> Muppirala
> > > > > > > >> >>> (<
> > > > > > > >> >>> > > > >> >     >> bigosmallm@gmail.com>) escribió:
> > > > > > > >> >>> > > > >> >     >>
> > > > > > > >> >>> > > > >> >     >> > Okay trying this out now.
> > > > > > > >> >>> > > > >> >     >> >
> > > > > > > >> >>> > > > >> >     >> > First question:  The release doc [1]
> > > says
> > > > we
> > > > > > > need
> > > > > > > >> >>> Java
> > > > > > > >> >>> > 1.7
> > > > > > > >> >>> > > or
> > > > > > > >> >>> > > > >> > higher.
> > > > > > > >> >>> > > > >> >     >> Has
> > > > > > > >> >>> > > > >> >     >> > anyone tried Java 10?   That is the
> > > > default
> > > > > > > >> version
> > > > > > > >> >>> > > available
> > > > > > > >> >>> > > > >> > through
> > > > > > > >> >>> > > > >> >     >> all
> > > > > > > >> >>> > > > >> >     >> > installation channels.
> > > > > > > >> >>> > > > >> >     >> > Any pitfalls I should consider?
> > > > > > > >> >>> > > > >> >     >> >
> > > > > > > >> >>> > > > >> >     >> > Thanks,
> > > > > > > >> >>> > > > >> >     >> > Om
> > > > > > > >> >>> > > > >> >     >> >
> > > > > > > >> >>> > > > >> >     >> > On Fri, Sep 21, 2018 at 12:23 PM
> > Carlos
> > > > > > Rovira <
> > > > > > > >> >>> > > > >> > carlosrovira@apache.org
> > > > > > > >> >>> > > > >> >     >> >
> > > > > > > >> >>> > > > >> >     >> > wrote:
> > > > > > > >> >>> > > > >> >     >> >
> > > > > > > >> >>> > > > >> >     >> > > I think we are ready to go, so
> let's
> > > go!
> > > > > ;-)
> > > > > > > >> >>> > > > >> >     >> > >
> > > > > > > >> >>> > > > >> >     >> > > Good luck Om! :)
> > > > > > > >> >>> > > > >> >     >> > >
> > > > > > > >> >>> > > > >> >     >> > > El vie., 21 sept. 2018 a las
> 18:19,
> > > Alex
> > > > > > Harui
> > > > > > > >> >>> > > > >> >     >> (<aharui@adobe.com.invalid
> > > > > > > >> >>> > > > >> >     >> > > >)
> > > > > > > >> >>> > > > >> >     >> > > escribió:
> > > > > > > >> >>> > > > >> >     >> > >
> > > > > > > >> >>> > > > >> >     >> > > > Yes, I think they are ready.  I
> > > > removed
> > > > > > the
> > > > > > > >> >>> > > release/0.9.4
> > > > > > > >> >>> > > > >> > branches
> > > > > > > >> >>> > > > >> >     >> so
> > > > > > > >> >>> > > > >> >     >> > the
> > > > > > > >> >>> > > > >> >     >> > > > scripts should be able to make a
> > new
> > > > > one.
> > > > > > > >> >>> > > > >> >     >> > > >
> > > > > > > >> >>> > > > >> >     >> > > > -Alex
> > > > > > > >> >>> > > > >> >     >> > > >
> > > > > > > >> >>> > > > >> >     >> > > > On 9/21/18, 8:58 AM, "OmPrakash
> > > > > > Muppirala" <
> > > > > > > >> >>> > > > >> > bigosmallm@gmail.com>
> > > > > > > >> >>> > > > >> >     >> > > wrote:
> > > > > > > >> >>> > > > >> >     >> > > >
> > > > > > > >> >>> > > > >> >     >> > > >     Alex said in his last email
> > that
> > > > the
> > > > > > > repos
> > > > > > > >> >>> are
> > > > > > > >> >>> > > ready.
> > > > > > > >> >>> > > > >> > Will try
> > > > > > > >> >>> > > > >> >     >> in
> > > > > > > >> >>> > > > >> >     >> > a
> > > > > > > >> >>> > > > >> >     >> > > > few
> > > > > > > >> >>> > > > >> >     >> > > >     minutes.
> > > > > > > >> >>> > > > >> >     >> > > >
> > > > > > > >> >>> > > > >> >     >> > > >     Thanks,
> > > > > > > >> >>> > > > >> >     >> > > >     Om
> > > > > > > >> >>> > > > >> >     >> > > >
> > > > > > > >> >>> > > > >> >     >> > > >     On Fri, Sep 21, 2018, 7:24
> AM
> > > > Piotr
> > > > > > > >> Zarzycki
> > > > > > > >> >>> <
> > > > > > > >> >>> > > > >> >     >> > > > piotrzarzycki21@gmail.com>
> > > > > > > >> >>> > > > >> >     >> > > >     wrote:
> > > > > > > >> >>> > > > >> >     >> > > >
> > > > > > > >> >>> > > > >> >     >> > > >     > Om,
> > > > > > > >> >>> > > > >> >     >> > > >     >
> > > > > > > >> >>> > > > >> >     >> > > >     > In my opinion you have
> > > > everything
> > > > > > > ready
> > > > > > > >> to
> > > > > > > >> >>> go!
> > > > > > > >> >>> > > > Since
> > > > > > > >> >>> > > > >> > develop
> > > > > > > >> >>> > > > >> >     >> is
> > > > > > > >> >>> > > > >> >     >> > > ready
> > > > > > > >> >>> > > > >> >     >> > > >     > probably you will start
> > doing
> > > > > steps
> > > > > > > from
> > > > > > > >> >>> the
> > > > > > > >> >>> > > > >> beginning,
> > > > > > > >> >>> > > > >> > so in
> > > > > > > >> >>> > > > >> >     >> the
> > > > > > > >> >>> > > > >> >     >> > > > results
> > > > > > > >> >>> > > > >> >     >> > > >     > we will get branches
> > release/
> > > > > 0.9.4.
> > > > > > > >> >>> However
> > > > > > > >> >>> > they
> > > > > > > >> >>> > > > >> > already
> > > > > > > >> >>> > > > >> >     >> exists,
> > > > > > > >> >>> > > > >> >     >> > > > because
> > > > > > > >> >>> > > > >> >     >> > > >     > of
> > > > > > > >> >>> > > > >> >     >> > > >     > my previous attempt.
> > > > > > > >> >>> > > > >> >     >> > > >     >
> > > > > > > >> >>> > > > >> >     >> > > >     > Maybe before you even
> start
> > > they
> > > > > > need
> > > > > > > >> to be
> > > > > > > >> >>> > > > removed.
> > > > > > > >> >>> > > > >> >     >> > > >     >
> > > > > > > >> >>> > > > >> >     >> > > >     > Thanks,
> > > > > > > >> >>> > > > >> >     >> > > >     > Piotr
> > > > > > > >> >>> > > > >> >     >> > > >     >
> > > > > > > >> >>> > > > >> >     >> > > >     >
> > > > > > > >> >>> > > > >> >     >> > > >     >
> > > > > > > >> >>> > > > >> >     >> > > >     > pt., 21 wrz 2018 o 16:16
> > > > OmPrakash
> > > > > > > >> >>> Muppirala <
> > > > > > > >> >>> > > > >> >     >> > bigosmallm@gmail.com
> > > > > > > >> >>> > > > >> >     >> > > >
> > > > > > > >> >>> > > > >> >     >> > > >     > napisał(a):
> > > > > > > >> >>> > > > >> >     >> > > >     >
> > > > > > > >> >>> > > > >> >     >> > > >     > > So am I clear to try and
> > > > > release?
> > > > > > > Or
> > > > > > > >> >>> should
> > > > > > > >> >>> > I
> > > > > > > >> >>> > > > wait
> > > > > > > >> >>> > > > >> > for any
> > > > > > > >> >>> > > > >> >     >> > other
> > > > > > > >> >>> > > > >> >     >> > > > feature
> > > > > > > >> >>> > > > >> >     >> > > >     > > or bug?
> > > > > > > >> >>> > > > >> >     >> > > >     > >
> > > > > > > >> >>> > > > >> >     >> > > >     > > Thanks,
> > > > > > > >> >>> > > > >> >     >> > > >     > > Om
> > > > > > > >> >>> > > > >> >     >> > > >     > >
> > > > > > > >> >>> > > > >> >     >> > > >     > > On Fri, Sep 21, 2018,
> 6:20
> > > AM
> > > > > > Carlos
> > > > > > > >> >>> Rovira <
> > > > > > > >> >>> > > > >> >     >> > > > carlosrovira@apache.org>
> > > > > > > >> >>> > > > >> >     >> > > >     > > wrote:
> > > > > > > >> >>> > > > >> >     >> > > >     > >
> > > > > > > >> >>> > > > >> >     >> > > >     > > > Hi Alex
> > > > > > > >> >>> > > > >> >     >> > > >     > > >
> > > > > > > >> >>> > > > >> >     >> > > >     > > > El vie., 21 sept.
> 2018 a
> > > las
> > > > > > 3:06,
> > > > > > > >> Alex
> > > > > > > >> >>> > Harui
> > > > > > > >> >>> > > > >> >     >> > > >     > (<aharui@adobe.com.invalid
> > > > > > > >> >>> > > > >> >     >> > > >     > > >)
> > > > > > > >> >>> > > > >> >     >> > > >     > > > escribió:
> > > > > > > >> >>> > > > >> >     >> > > >     > > >
> > > > > > > >> >>> > > > >> >     >> > > >     > > > > I made some
> > adjustments
> > > to
> > > > > the
> > > > > > > >> repos
> > > > > > > >> >>> so
> > > > > > > >> >>> > > that
> > > > > > > >> >>> > > > >> they
> > > > > > > >> >>> > > > >> >     >> "should"
> > > > > > > >> >>> > > > >> >     >> > be
> > > > > > > >> >>> > > > >> >     >> > > > ready
> > > > > > > >> >>> > > > >> >     >> > > >     > to
> > > > > > > >> >>> > > > >> >     >> > > >     > > > run
> > > > > > > >> >>> > > > >> >     >> > > >     > > > > the scripts and
> > produce
> > > > the
> > > > > > > 0.9.4
> > > > > > > >> >>> > release.
> > > > > > > >> >>> > > > Of
> > > > > > > >> >>> > > > >> > course, I
> > > > > > > >> >>> > > > >> >     >> > > could
> > > > > > > >> >>> > > > >> >     >> > > > be
> > > > > > > >> >>> > > > >> >     >> > > >     > > wrong.
> > > > > > > >> >>> > > > >> >     >> > > >     > > > > We'll see how Om
> > fares.
> > > > > > > >> >>> > > > >> >     >> > > >     > > > >
> > > > > > > >> >>> > > > >> >     >> > > >     > > > >
> > > > > > > >> >>> > > > >> >     >> > > >     > > > so cool :)
> > > > > > > >> >>> > > > >> >     >> > > >     > > >
> > > > > > > >> >>> > > > >> >     >> > > >     > > >
> > > > > > > >> >>> > > > >> >     >> > > >     > > > > I also put in a
> change
> > > > that
> > > > > > > should
> > > > > > > >> >>> fix
> > > > > > > >> >>> > the
> > > > > > > >> >>> > > > >> > dependencies
> > > > > > > >> >>> > > > >> >     >> > > > issue.  So
> > > > > > > >> >>> > > > >> >     >> > > >     > the
> > > > > > > >> >>> > > > >> >     >> > > >     > > > > remaining questions
> > are
> > > > > around
> > > > > > > the
> > > > > > > >> >>> AMF
> > > > > > > >> >>> > > > problem.
> > > > > > > >> >>> > > > >> > I'm
> > > > > > > >> >>> > > > >> >     >> > thinking
> > > > > > > >> >>> > > > >> >     >> > > > of
> > > > > > > >> >>> > > > >> >     >> > > >     > > looking
> > > > > > > >> >>> > > > >> >     >> > > >     > > > > into what it takes
> to
> > > > > support
> > > > > > > >> Small
> > > > > > > >> >>> > > Messages.
> > > > > > > >> >>> > > > >> > However,
> > > > > > > >> >>> > > > >> >     >> I
> > > > > > > >> >>> > > > >> >     >> > > > don't know
> > > > > > > >> >>> > > > >> >     >> > > >     > > > > anything about them.
> > > How
> > > > > > often
> > > > > > > >> will
> > > > > > > >> >>> > > > migrating
> > > > > > > >> >>> > > > >> > people be
> > > > > > > >> >>> > > > >> >     >> > > using
> > > > > > > >> >>> > > > >> >     >> > > > Small
> > > > > > > >> >>> > > > >> >     >> > > >     > > > > Messages?  Is it
> fair
> > to
> > > > > tell
> > > > > > > >> them to
> > > > > > > >> >>> > turn
> > > > > > > >> >>> > > > off
> > > > > > > >> >>> > > > >> > Small
> > > > > > > >> >>> > > > >> >     >> > > Messages?
> > > > > > > >> >>> > > > >> >     >> > > >     > > > >
> > > > > > > >> >>> > > > >> >     >> > > >     > > >
> > > > > > > >> >>> > > > >> >     >> > > >     > > > I think for now, that
> > > small
> > > > > > > messages
> > > > > > > >> >>> is a
> > > > > > > >> >>> > > > BlazeDS
> > > > > > > >> >>> > > > >> >     >> feature. I
> > > > > > > >> >>> > > > >> >     >> > > > search for
> > > > > > > >> >>> > > > >> >     >> > > >     > > > ZendAMF small messages
> > and
> > > > > > didn't
> > > > > > > >> fin d
> > > > > > > >> >>> > > > anything.
> > > > > > > >> >>> > > > >> > So my
> > > > > > > >> >>> > > > >> >     >> bet
> > > > > > > >> >>> > > > >> >     >> > is
> > > > > > > >> >>> > > > >> >     >> > > > that
> > > > > > > >> >>> > > > >> >     >> > > >     > small
> > > > > > > >> >>> > > > >> >     >> > > >     > > > messages is something
> > only
> > > > > > present
> > > > > > > >> in
> > > > > > > >> >>> > BlazeDS
> > > > > > > >> >>> > > > and
> > > > > > > >> >>> > > > >> > Data
> > > > > > > >> >>> > > > >> >     >> > Services
> > > > > > > >> >>> > > > >> >     >> > > > Adobe
> > > > > > > >> >>> > > > >> >     >> > > >     > > > software.
> > > > > > > >> >>> > > > >> >     >> > > >     > > >
> > > > > > > >> >>> > > > >> >     >> > > >     > > > In the other hand,
> I'll
> > be
> > > > > check
> > > > > > > new
> > > > > > > >> >>> info
> > > > > > > >> >>> > > from
> > > > > > > >> >>> > > > >> > Darrell in
> > > > > > > >> >>> > > > >> >     >> 1-2
> > > > > > > >> >>> > > > >> >     >> > > > hours
> > > > > > > >> >>> > > > >> >     >> > > >     > from
> > > > > > > >> >>> > > > >> >     >> > > >     > > > now, but I think the
> > > problem
> > > > > > with
> > > > > > > >> >>> ZendAMF
> > > > > > > >> >>> > > could
> > > > > > > >> >>> > > > >> be
> > > > > > > >> >>> > > > >> >     >> something
> > > > > > > >> >>> > > > >> >     >> > > > like the
> > > > > > > >> >>> > > > >> >     >> > > >     > one
> > > > > > > >> >>> > > > >> >     >> > > >     > > > happened with
> coldfusion
> > > > where
> > > > > > > >> >>> > > ArrayCollection
> > > > > > > >> >>> > > > >> > needs some
> > > > > > > >> >>> > > > >> >     >> > > special
> > > > > > > >> >>> > > > >> >     >> > > >     > > > treatment. I asked
> > Darryl
> > > to
> > > > > > start
> > > > > > > >> with
> > > > > > > >> >>> > > simple
> > > > > > > >> >>> > > > >> > connections
> > > > > > > >> >>> > > > >> >     >> > like
> > > > > > > >> >>> > > > >> >     >> > > > we have
> > > > > > > >> >>> > > > >> >     >> > > >     > > in
> > > > > > > >> >>> > > > >> >     >> > > >     > > > our example (send and
> > > > receive
> > > > > a
> > > > > > > >> String,
> > > > > > > >> >>> > then
> > > > > > > >> >>> > > a
> > > > > > > >> >>> > > > >> > simple
> > > > > > > >> >>> > > > >> >     >> object,
> > > > > > > >> >>> > > > >> >     >> > > > and so
> > > > > > > >> >>> > > > >> >     >> > > >     > > > on...). I think is not
> > > good
> > > > to
> > > > > > > start
> > > > > > > >> >>> trying
> > > > > > > >> >>> > > > from
> > > > > > > >> >>> > > > >> a
> > > > > > > >> >>> > > > >> > real
> > > > > > > >> >>> > > > >> >     >> app
> > > > > > > >> >>> > > > >> >     >> > > > scenario
> > > > > > > >> >>> > > > >> >     >> > > >     > > where
> > > > > > > >> >>> > > > >> >     >> > > >     > > > many other things
> could
> > be
> > > > > > working
> > > > > > > >> >>> against
> > > > > > > >> >>> > > you.
> > > > > > > >> >>> > > > >> For
> > > > > > > >> >>> > > > >> >     >> example,
> > > > > > > >> >>> > > > >> >     >> > in
> > > > > > > >> >>> > > > >> >     >> > > > our
> > > > > > > >> >>> > > > >> >     >> > > >     > > > application, we have
> set
> > > up
> > > > an
> > > > > > > >> >>> additional
> > > > > > > >> >>> > > > >> encoding
> > > > > > > >> >>> > > > >> > to byte
> > > > > > > >> >>> >



-- 
Carlos Rovira
http://about.me/carlosrovira

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by OmPrakash Muppirala <bi...@gmail.com>.
I provided path to Chrome via -Dbrowser, but I got an error that ant was
not able to access the application.
So, I tried installing firefox and that seemed to work.

On Mon, Oct 1, 2018 at 1:26 AM Piotr Zarzycki <pi...@gmail.com>
wrote:

> Hi Om,
>
> You did use Firefox for that purpose ? I had to specify -Dbrowser=path to
> firefox.exe
>
> Thanks,
> Piotr
>
> pon., 1 paź 2018 o 10:22 OmPrakash Muppirala <bi...@gmail.com>
> napisał(a):
>
> > Okay, I made several attempts through the day, making progress each time.
> >  The last run failed because the browser could not be launched.
> > I am going to pause on this and try again tomorrow (or later) . If
> someone
> > else wants to give this a go in the meantimne, they are welcome :-)
> >
> > Thanks,
> > Om
> >
> > On Mon, Oct 1, 2018 at 12:22 AM Carlos Rovira <ca...@apache.org>
> > wrote:
> >
> > > Hi Om,
> > > no,  I Thought this was due to different tries of the release process
> but
> > > most of the poms are in 0.9.6-SNAPSHOT.
> > > You can search the entire repo for "0.9.X-SNAPSHOT" string to see that
> > now
> > > X is 6.
> > >
> > > thanks
> > >
> > > El lun., 1 oct. 2018 a las 2:07, OmPrakash Muppirala (<
> > > bigosmallm@gmail.com>)
> > > escribió:
> > >
> > > > On Sun, Sep 30, 2018, 2:13 PM Carlos Rovira <carlosrovira@apache.org
> >
> > > > wrote:
> > > >
> > > > > Hi Om,
> > > > > just saw that some poms was not changed to 0.9.6-SNAPSHOT.
> > > > >
> > > >
> > > > Do you mean 0.9.4-SNAPSHOT?
> > > >
> > > > Thanks,
> > > > Om
> > > >
> > > >
> > > >
> > > > I think that should be fixed and get a prepare maven release process
> > that
> > > > > could finaly gets all poms updated to new version.
> > > > > Don't know if that could be the problem. Can you try again?
> > > > > thanks
> > > > >
> > > > > El dom., 30 sept. 2018 a las 21:32, OmPrakash Muppirala (<
> > > > > bigosmallm@gmail.com>) escribió:
> > > > >
> > > > > > Made a bit more progress, but the build is failing here now:
> > > > > >
> > > > > >      [exec] [INFO] [INFO] Apache Royale: Examples: Royale:
> > > > > > DataBindingExample_as SUCCESS [  2.469 s]
> > > > > >
> > > > > >      [exec] [INFO] [INFO] Apache Royale: Examples: Royale:
> > > > > > DataBindingExample_Flat FAILURE [  1.756 s]
> > > > > >
> > > > > >      [exec] [INFO] [INFO] Apache Royale: Examples: Royale:
> > > > > > DataBindingExampleWithLayout SKIPPED
> > > > > >
> > > > > >      [exec] [INFO] [INFO] Apache Royale: Examples: Royale:
> > > > > DataGridExample
> > > > > > ... SKIPPED
> > > > > >
> > > > > >
> > > > > >
> > > > > > Detailed error:
> > > > > >
> > > > > >
> > > > > >     [exec] [INFO] [INFO]
> > > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > >
> > > > > >      [exec] [INFO] [INFO] BUILD FAILURE
> > > > > >
> > > > > >      [exec] [INFO] [INFO]
> > > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > >
> > > > > >      [exec] [INFO] [INFO] Total time: 07:03 min
> > > > > >
> > > > > >      [exec] [INFO] [INFO] Finished at: 2018-09-30T12:17:45-07:00
> > > > > >
> > > > > >      [exec] [INFO] [INFO]
> > > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > >
> > > > > >      [exec] [INFO] [ERROR] Failed to execute goal
> > > > > > org.apache.maven.plugins:maven-dependency-plugin:2.10:unpack
> > > > > (unpack-fonts)
> > > > > > on project DataBindingExample_Flat: Unable to find artifact.
> Could
> > > not
> > > > > find
> > > > > > artifact org.apache.royale.framework:Fonts:war:0.9.4 in
> > > apache-release
> > > > (
> > > > > > https://repository.apache.org/content/repositories/releases)
> > > > > >
> > > > > >      [exec] [INFO] [ERROR]
> > > > > >
> > > > > >      [exec] [INFO] [ERROR] Try downloading the file manually from
> > the
> > > > > > project website.
> > > > > >
> > > > > >      [exec] [INFO] [ERROR]
> > > > > >
> > > > > >      [exec] [INFO] [ERROR] Then, install it using the command:
> > > > > >
> > > > > >      [exec] [INFO] [ERROR]     mvn install:install-file
> > > > > > -DgroupId=org.apache.royale.framework -DartifactId=Fonts
> > > > -Dversion=0.9.4
> > > > > > -Dpackaging=war -Dfile=/path/to/file
> > > > > >
> > > > > >      [exec] [INFO] [ERROR]
> > > > > >
> > > > > >      [exec] [INFO] [ERROR] Alternatively, if you host your own
> > > > repository
> > > > > > you can deploy the file there:
> > > > > >
> > > > > >      [exec] [INFO] [ERROR]     mvn deploy:deploy-file
> > > > > > -DgroupId=org.apache.royale.framework -DartifactId=Fonts
> > > > -Dversion=0.9.4
> > > > > > -Dpackaging=war -Dfile=/path/to/file -Durl=[url]
> > -DrepositoryId=[id]
> > > > > >
> > > > > >      [exec] [INFO] [ERROR]
> > > > > >
> > > > > >      [exec] [INFO] [ERROR]
> > > > > >
> > > > > >      [exec] [INFO] [ERROR]
> > > >  org.apache.royale.framework:Fonts:war:0.9.4
> > > > > >
> > > > > >      [exec] [INFO] [ERROR]
> > > > > >
> > > > > >      [exec] [INFO] [ERROR] from the specified remote
> repositories:
> > > > > >
> > > > > >      [exec] [INFO] [ERROR]   apache-release (
> > > > > > https://repository.apache.org/content/repositories/releases,
> > > > > > releases=true,
> > > > > > snapshots=false),
> > > > > >
> > > > > >      [exec] [INFO] [ERROR]   apache-snapshots (
> > > > > > https://repository.apache.org/content/repositories/snapshots,
> > > > > > releases=false, snapshots=true),
> > > > > >
> > > > > >      [exec] [INFO] [ERROR]   apache.snapshots (
> > > > > > https://repository.apache.org/snapshots, releases=false,
> > > > > snapshots=true),
> > > > > >
> > > > > >      [exec] [INFO] [ERROR]   central (
> > > > > https://repo.maven.apache.org/maven2
> > > > > > ,
> > > > > > releases=true, snapshots=false)
> > > > > >
> > > > > >      [exec] [INFO] [ERROR] -> [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] [ERROR]
> > > > > >
> > > > > >      [exec] [INFO] [ERROR] After correcting the problems, you can
> > > > resume
> > > > > > the build with the command
> > > > > >
> > > > > >      [exec] [INFO] [ERROR]   mvn <goals> -rf
> > :DataBindingExample_Flat
> > > > > >
> > > > > >      [exec] [INFO]
> > > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > >
> > > > > >      [exec] [INFO] Reactor Summary:
> > > > > >
> > > > > >      [exec] [INFO] Apache Royale: Framework: Parent
> 0.9.5-SNAPSHOT
> > > ....
> > > > > > FAILURE [07:08 min]
> > > > > >
> > > > > >      [exec] [INFO] Apache Royale: Framework
> > > ...........................
> > > > > > SKIPPED
> > > > > >
> > > > > >      [exec] [INFO] Apache Royale: Framework: Fonts
> > > ....................
> > > > > > SKIPPED
> > > > > >
> > > > > >
> > > > > >
> > > > > > Can someone please take a look?
> > > > > >
> > > > > > On Sun, Sep 30, 2018 at 9:13 AM OmPrakash Muppirala <
> > > > > bigosmallm@gmail.com>
> > > > > > wrote:
> > > > > >
> > > > > > > Thanks for the quick fix!  Will pull develop and try again.
> Will
> > > > > report
> > > > > > > in a while.
> > > > > > >
> > > > > > > Regards,
> > > > > > > Om
> > > > > > >
> > > > > > >
> > > > > > > On Sun, Sep 30, 2018, 8:47 AM Carlos Rovira <
> > > carlosrovira@apache.org
> > > > >
> > > > > > > wrote:
> > > > > > >
> > > > > > >> Hi Om,
> > > > > > >>
> > > > > > >> error is now fixed. Can you try to release again?
> > > > > > >> thanks
> > > > > > >>
> > > > > > >> Carlos
> > > > > > >>
> > > > > > >>
> > > > > > >>
> > > > > > >>
> > > > > > >>
> > > > > > >> El dom., 30 sept. 2018 a las 17:27, Carlos Rovira (<
> > > > > > >> carlosrovira@apache.org>)
> > > > > > >> escribió:
> > > > > > >>
> > > > > > >> > Hi,
> > > > > > >> >
> > > > > > >> > just reverted the two generated commits for release, I left
> to
> > > you
> > > > > > >> remove
> > > > > > >> > new branches generated.
> > > > > > >> > About the fail, I was wrong, since I saw this very quickly.
> > It's
> > > > not
> > > > > > >> about
> > > > > > >> > JDK, I'm using as well 1.8. I was confused for other thing I
> > had
> > > > > some
> > > > > > >> weeks
> > > > > > >> > ago, and was trying to use another JDK, but I don't remember
> > > what
> > > > > was.
> > > > > > >> >
> > > > > > >> > Anyway, the problem is about java doc, in the new class
> > > > > > >> > AMFCompressionException.java I introduce some months ago.
> > > > > > >> > since we never execute java doc generation we didn't see
> this.
> > > > > > >> >
> > > > > > >> > I'm going to try to fix this removing the problems I see,
> and
> > > I'll
> > > > > try
> > > > > > >> to
> > > > > > >> > see if I can try to use java doc to test if I pass the
> > problem.
> > > > > > >> >
> > > > > > >> > I'll report soon.
> > > > > > >> >
> > > > > > >> > Carlos
> > > > > > >> >
> > > > > > >> >
> > > > > > >> > El dom., 30 sept. 2018 a las 17:12, Carlos Rovira (<
> > > > > > >> > carlosrovira@apache.org>) escribió:
> > > > > > >> >
> > > > > > >> >> Hi, since I'm going to work now on some compiler changes,
> > I'll
> > > > > revert
> > > > > > >> >> those 2 commits in each repo. I'll try to pass as well
> maven
> > > with
> > > > > > java
> > > > > > >> 1.8
> > > > > > >> >> in amp and see if I get the same error
> > > > > > >> >>
> > > > > > >> >> El dom., 30 sept. 2018 a las 15:16, Piotr Zarzycki (<
> > > > > > >> >> piotrzarzycki21@gmail.com>) escribió:
> > > > > > >> >>
> > > > > > >> >>> Om,
> > > > > > >> >>>
> > > > > > >> >>> I think if you got fail during the process you should
> right
> > > > after
> > > > > > >> that.
> > > > > > >> >>> 1) Remove created release tags
> > > > > > >> >>> 2) Revert all changes which Maven did in develop branches
> to
> > > the
> > > > > > >> previous
> > > > > > >> >>> state
> > > > > > >> >>>
> > > > > > >> >>> Thanks,
> > > > > > >> >>> Piotr
> > > > > > >> >>>
> > > > > > >> >>> niedz., 30 wrz 2018 o 12:40 Carlos Rovira <
> > > > > > >> carlos.rovira@codeoscopic.com
> > > > > > >> >>> >
> > > > > > >> >>> napisał(a):
> > > > > > >> >>>
> > > > > > >> >>> > Hi Om,
> > > > > > >> >>> > don't have many time now, but seems you are using JDK
> 1.8
> > > and
> > > > > that
> > > > > > >> >>> project
> > > > > > >> >>> > needs to be 1.7 or will fail
> > > > > > >> >>> > I'll connect some hours later to see if you could use
> that
> > > sdk
> > > > > > >> >>> > good luck! :)
> > > > > > >> >>> >
> > > > > > >> >>> > El dom., 30 sept. 2018 a las 11:34, Piotr Zarzycki (<
> > > > > > >> >>> > piotrzarzycki21@gmail.com>) escribió:
> > > > > > >> >>> >
> > > > > > >> >>> > > Hi Om,
> > > > > > >> >>> > >
> > > > > > >> >>> > > Have you tried build that example on their own? Is it
> > > > failing
> > > > > > with
> > > > > > >> >>> the
> > > > > > >> >>> > same
> > > > > > >> >>> > > stack trace?
> > > > > > >> >>> > >
> > > > > > >> >>> > > Thanks,
> > > > > > >> >>> > > Piotr
> > > > > > >> >>> > >
> > > > > > >> >>> > > On Sun, Sep 30, 2018, 9:31 AM OmPrakash Muppirala <
> > > > > > >> >>> bigosmallm@gmail.com>
> > > > > > >> >>> > > wrote:
> > > > > > >> >>> > >
> > > > > > >> >>> > > > So, I made a lot of progress (much more than last
> > time),
> > > > but
> > > > > > >> >>> > > unfortunately
> > > > > > >> >>> > > > the build failed at this stage.  Looks like an issue
> > > with
> > > > > the
> > > > > > >> >>> > > > SampleAmfWebApp.  Anyone else seeing this error or
> am
> > I
> > > > > doing
> > > > > > >> >>> something
> > > > > > >> >>> > > > wrong?
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples:
> > > Native:
> > > > > > >> >>> USStatesMap
> > > > > > >> >>> > > > ....... SUCCESS [  1.001 s]
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples:
> > > NodeJS
> > > > > > >> >>> > > > .................... SUCCESS [  0.210 s]
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples:
> > > NodeJS:
> > > > > > >> >>> HelloWorld
> > > > > > >> >>> > > > ........ SUCCESS [  0.945 s]
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples:
> AMF
> > > Web
> > > > > > Apps
> > > > > > >> >>> > > > .............. SUCCESS [  0.202 s]
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples:
> AMF
> > > Web
> > > > > > Apps:
> > > > > > >> >>> > > > SampleAmfWebApp FAILURE [01:51 min]
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples:
> > > > > > >> Integrationtests
> > > > > > >> >>> > > > .......... SKIPPED
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [INFO] compc
> > > > > > >> >>> > > > ..............................................
> SKIPPED
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [INFO] compiler-asc
> > > > > > >> >>> > > > ....................................... SKIPPED
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [INFO] compiler-compc
> > > > > > >> >>> > > > ..................................... SKIPPED
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [INFO] compiler-mxmlc
> > > > > > >> >>> > > > ..................................... SKIPPED
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [INFO] compiler-optimizer
> > > > > > >> >>> > > > ................................. SKIPPED
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [INFO] compiler-swfdump
> > > > > > >> >>> > > > ................................... SKIPPED
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [INFO] mxmlc
> > > > > > >> >>> > > > ..............................................
> SKIPPED
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
> Distribution
> > > > > > >> >>> > > > ........................ SKIPPED
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: ManualTests
> > > > > > >> >>> > > > ......................... SKIPPED
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale:
> ManualTests:
> > > > > > UnitTests
> > > > > > >> >>> > > > .............. SKIPPED
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Testsuite
> > 0.9.4
> > > > > > >> >>> > > > ..................... SKIPPED
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [INFO]
> > > > > > >> >>> > > >
> > > > > > >> >>> >
> > > > > > >> >>>
> > > > > > >>
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [INFO] BUILD FAILURE
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [INFO]
> > > > > > >> >>> > > >
> > > > > > >> >>> >
> > > > > > >> >>>
> > > > > > >>
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [INFO] Total time: 14:11 min
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [INFO] Finished at:
> > > > > > 2018-09-30T00:25:37-07:00
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [INFO]
> > > > > > >> >>> > > >
> > > > > > >> >>> >
> > > > > > >> >>>
> > > > > > >>
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [ERROR] Failed to execute goal
> > > > > > >> >>> > > >
> > org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:jar
> > > > > > >> >>> > > (attach-javadocs)
> > > > > > >> >>> > > > on project SampleAmfWebApp: MavenReportException:
> > Error
> > > > > while
> > > > > > >> >>> > generating
> > > > > > >> >>> > > > Javadoc:
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [ERROR] Exit code: 1 -
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >
> > > > > > >> >>> > >
> > > > > > >> >>> >
> > > > > > >> >>>
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
> > > > > > >> >>> > > > error: @param name not found
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param code
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [ERROR]           ^
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >
> > > > > > >> >>> > >
> > > > > > >> >>> >
> > > > > > >> >>>
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
> > > > > > >> >>> > > > warning: no description for @param
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param code
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [ERROR]    ^
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >
> > > > > > >> >>> > >
> > > > > > >> >>> >
> > > > > > >> >>>
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:33:
> > > > > > >> >>> > > > warning: no @param for compressionError
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [ERROR] public
> > > > > > >> >>> > > > AMFCompressionException(AMFCompressionError
> > > > > compressionError)
> > > > > > {
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [ERROR]        ^
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >
> > > > > > >> >>> > >
> > > > > > >> >>> >
> > > > > > >> >>>
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
> > > > > > >> >>> > > > error: @param name not found
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param code
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [ERROR]           ^
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >
> > > > > > >> >>> > >
> > > > > > >> >>> >
> > > > > > >> >>>
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
> > > > > > >> >>> > > > warning: no description for @param
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param code
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [ERROR]    ^
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >
> > > > > > >> >>> > >
> > > > > > >> >>> >
> > > > > > >> >>>
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:41:
> > > > > > >> >>> > > > warning: no description for @param
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param cause
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [ERROR]    ^
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >
> > > > > > >> >>> > >
> > > > > > >> >>> >
> > > > > > >> >>>
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:43:
> > > > > > >> >>> > > > warning: no @param for compressionError
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [ERROR] public
> > > > > > >> >>> > > > AMFCompressionException(AMFCompressionError
> > > > > compressionError,
> > > > > > >> >>> Throwable
> > > > > > >> >>> > > > cause) {
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [ERROR]        ^
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [ERROR] Command line was:
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >
> > > > > > >> >>> > >
> > > > > > >> >>> >
> > > > > > >> >>>
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> /Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/../bin/javadoc
> > > > > > >> >>> > > > @options @packages
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [ERROR] Refer to the generated
> > > Javadoc
> > > > > > files
> > > > > > >> in
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >
> > > > > > >> >>> > >
> > > > > > >> >>> >
> > > > > > >> >>>
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/target/apidocs'
> > > > > > >> >>> > > > dir.
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [ERROR] -> [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] [ERROR]
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [ERROR] After correcting the
> > > problems,
> > > > > you
> > > > > > >> can
> > > > > > >> >>> > resume
> > > > > > >> >>> > > > the build with the command
> > > > > > >> >>> > > >
> > > > > > >> >>> > > >      [exec] [INFO] [ERROR]   mvn <goals> -rf
> > > > > :SampleAmfWebApp
> > > > > > >> >>> > > >
> > > > > > >> >>> > > > On Sat, Sep 29, 2018 at 11:58 AM OmPrakash
> Muppirala <
> > > > > > >> >>> > > bigosmallm@gmail.com
> > > > > > >> >>> > > > >
> > > > > > >> >>> > > > wrote:
> > > > > > >> >>> > > >
> > > > > > >> >>> > > > > Okay, trying now.
> > > > > > >> >>> > > > >
> > > > > > >> >>> > > > > On Tue, Sep 25, 2018 at 9:52 AM Piotr Zarzycki <
> > > > > > >> >>> > > > piotrzarzycki21@gmail.com>
> > > > > > >> >>> > > > > wrote:
> > > > > > >> >>> > > > >
> > > > > > >> >>> > > > >> Om,
> > > > > > >> >>> > > > >>
> > > > > > >> >>> > > > >> I think if you first try to build Royale
> framework
> > > with
> > > > > > Maven
> > > > > > >> >>> all
> > > > > > >> >>> > the
> > > > > > >> >>> > > > >> dependencies will be downloaded. During framework
> > > build
> > > > > you
> > > > > > >> >>> should
> > > > > > >> >>> > get
> > > > > > >> >>> > > > >> question about license related to player global
> > etc.
> > > > Once
> > > > > > >> you do
> > > > > > >> >>> > > > >> successful
> > > > > > >> >>> > > > >> build  you could try to go and play with script
> for
> > > > > > release.
> > > > > > >> -
> > > > > > >> >>> That
> > > > > > >> >>> > > way
> > > > > > >> >>> > > > to
> > > > > > >> >>> > > > >> go make you sure that script won't fail later
> > during
> > > > the
> > > > > > >> >>> process.
> > > > > > >> >>> > > > >>
> > > > > > >> >>> > > > >> Thanks,
> > > > > > >> >>> > > > >> Piotr
> > > > > > >> >>> > > > >>
> > > > > > >> >>> > > > >> pon., 24 wrz 2018 o 07:35 Alex Harui
> > > > > > >> <ah...@adobe.com.invalid>
> > > > > > >> >>> > > > >> napisał(a):
> > > > > > >> >>> > > > >>
> > > > > > >> >>> > > > >> > According to the archives, try running:
> > > > > > >> >>> > > > >> >
> > > > > > >> >>> > > > >> >     mvn -s settings-template.xml clean install
> > > > > > >> >>> > > > >> >
> > > > > > >> >>> > > > >> > Thanks,
> > > > > > >> >>> > > > >> > -Alex
> > > > > > >> >>> > > > >> >
> > > > > > >> >>> > > > >> > On 9/23/18, 3:48 PM, "OmPrakash Muppirala" <
> > > > > > >> >>> bigosmallm@gmail.com
> > > > > > >> >>> > >
> > > > > > >> >>> > > > >> wrote:
> > > > > > >> >>> > > > >> >
> > > > > > >> >>> > > > >> >     On Sun, Sep 23, 2018 at 3:43 PM OmPrakash
> > > > > Muppirala <
> > > > > > >> >>> > > > >> > bigosmallm@gmail.com>
> > > > > > >> >>> > > > >> >     wrote:
> > > > > > >> >>> > > > >> >
> > > > > > >> >>> > > > >> >     > Thanks.  I decided to stick with 1.8 :-)
> > > > > > >> >>> > > > >> >     >
> > > > > > >> >>> > > > >> >     >
> > > > > > >> >>> > > > >> >     BTW, this is when I run: mvn clean install
> in
> > > the
> > > > > > >> >>> royale-asjs
> > > > > > >> >>> > > > >> > directory:
> > > > > > >> >>> > > > >> >
> > > > > > >> >>> > > > >> >
> > > > > > >> >>> > > > >> >     > I am seeing this error:
> > > > > > >> >>> > > > >> >     >
> > > > > > >> >>> > > > >> >     > [ERROR] Failed to execute goal
> > > > > > >> >>> > > > >> >     >
> > > > > > >> >>> > > > >> >
> > > > > > >> >>> > > >
> > > > > > >> >>> >
> > > > > > >> >>>
> > > > > > >>
> > > > >
> > >
> org.apache.royale.compiler:royale-maven-plugin:0.9.4-SNAPSHOT:compile-as
> > > > > > >> >>> > > > >> >     > (default-compile-as) on project Core:
> Could
> > > not
> > > > > > >> resolve
> > > > > > >> >>> > > > >> dependencies
> > > > > > >> >>> > > > >> > for
> > > > > > >> >>> > > > >> >     > project
> > > > > > >> >>> org.apache.royale.framework:Core:swc:0.9.4-SNAPSHOT:
> > > > > > >> >>> > > > >> Failure
> > > > > > >> >>> > > > >> > to
> > > > > > >> >>> > > > >> >     > find
> > > com.adobe.air.framework:airglobal:swc:20.0
> > > > > in
> > > > > > >> >>> > > > >> >     >
> > > > > > >> >>> > > > >> >
> > > > > > >> >>> > > > >>
> > > > > > >> >>> > > >
> > > > > > >> >>> > >
> > > > > > >> >>> >
> > > > > > >> >>>
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0
> > > > > > >> >>> > > > >> > was cached in
> > > > > > >> >>> > > > >> >     > the local repository, resolution will not
> > be
> > > > > > >> reattempted
> > > > > > >> >>> > until
> > > > > > >> >>> > > > the
> > > > > > >> >>> > > > >> > update
> > > > > > >> >>> > > > >> >     > interval of apache-release has elapsed or
> > > > updates
> > > > > > are
> > > > > > >> >>> forced
> > > > > > >> >>> > > ->
> > > > > > >> >>> > > > >> > [Help 1]
> > > > > > >> >>> > > > >> >     >
> > > > > > >> >>> > > > >> >     > I don't see a `com` directory on
> > > > > > >> >>> > > > >> >     >
> > > > > > >> >>> > > > >> >
> > > > > > >> >>> > > > >>
> > > > > > >> >>> > > >
> > > > > > >> >>> > >
> > > > > > >> >>> >
> > > > > > >> >>>
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0
> > > > > > >> >>> > > > >> >     >
> > > > > > >> >>> > > > >> >     > Is that expected?
> > > > > > >> >>> > > > >> >     >
> > > > > > >> >>> > > > >> >     > Thanks,
> > > > > > >> >>> > > > >> >     > Om
> > > > > > >> >>> > > > >> >     >
> > > > > > >> >>> > > > >> >     >
> > > > > > >> >>> > > > >> >     > On Sun, Sep 23, 2018 at 2:15 AM Carlos
> > > Rovira <
> > > > > > >> >>> > > > >> > carlosrovira@apache.org>
> > > > > > >> >>> > > > >> >     > wrote:
> > > > > > >> >>> > > > >> >     >
> > > > > > >> >>> > > > >> >     >> Hi Om,
> > > > > > >> >>> > > > >> >     >>
> > > > > > >> >>> > > > >> >     >> I have Java 8 and 10 installed, and I
> > think
> > > I
> > > > > was
> > > > > > >> able
> > > > > > >> >>> to
> > > > > > >> >>> > > > compile
> > > > > > >> >>> > > > >> > three
> > > > > > >> >>> > > > >> >     >> repos, but I find AMF java example
> doesn't
> > > > work,
> > > > > > >> since
> > > > > > >> >>> > > BlazeDS
> > > > > > >> >>> > > > >> > needs a
> > > > > > >> >>> > > > >> >     >> Lower version I need to go with 8 for
> this
> > > > > > example.
> > > > > > >> >>> Maybe
> > > > > > >> >>> > > other
> > > > > > >> >>> > > > >> > part needs
> > > > > > >> >>> > > > >> >     >> as well 7 or 8.
> > > > > > >> >>> > > > >> >     >> I think trying another SDK should be
> left
> > to
> > > > > some
> > > > > > >> time
> > > > > > >> >>> > > between
> > > > > > >> >>> > > > >> > releases,
> > > > > > >> >>> > > > >> >     >> since if not you can find spending more
> > time
> > > > > that
> > > > > > >> you
> > > > > > >> >>> > > thought.
> > > > > > >> >>> > > > >> >     >>
> > > > > > >> >>> > > > >> >     >> just my 2
> > > > > > >> >>> > > > >> >     >>
> > > > > > >> >>> > > > >> >     >> Thanks
> > > > > > >> >>> > > > >> >     >>
> > > > > > >> >>> > > > >> >     >> Carlos
> > > > > > >> >>> > > > >> >     >>
> > > > > > >> >>> > > > >> >     >> El dom., 23 sept. 2018 a las 8:14,
> > OmPrakash
> > > > > > >> Muppirala
> > > > > > >> >>> (<
> > > > > > >> >>> > > > >> >     >> bigosmallm@gmail.com>) escribió:
> > > > > > >> >>> > > > >> >     >>
> > > > > > >> >>> > > > >> >     >> > Okay trying this out now.
> > > > > > >> >>> > > > >> >     >> >
> > > > > > >> >>> > > > >> >     >> > First question:  The release doc [1]
> > says
> > > we
> > > > > > need
> > > > > > >> >>> Java
> > > > > > >> >>> > 1.7
> > > > > > >> >>> > > or
> > > > > > >> >>> > > > >> > higher.
> > > > > > >> >>> > > > >> >     >> Has
> > > > > > >> >>> > > > >> >     >> > anyone tried Java 10?   That is the
> > > default
> > > > > > >> version
> > > > > > >> >>> > > available
> > > > > > >> >>> > > > >> > through
> > > > > > >> >>> > > > >> >     >> all
> > > > > > >> >>> > > > >> >     >> > installation channels.
> > > > > > >> >>> > > > >> >     >> > Any pitfalls I should consider?
> > > > > > >> >>> > > > >> >     >> >
> > > > > > >> >>> > > > >> >     >> > Thanks,
> > > > > > >> >>> > > > >> >     >> > Om
> > > > > > >> >>> > > > >> >     >> >
> > > > > > >> >>> > > > >> >     >> > On Fri, Sep 21, 2018 at 12:23 PM
> Carlos
> > > > > Rovira <
> > > > > > >> >>> > > > >> > carlosrovira@apache.org
> > > > > > >> >>> > > > >> >     >> >
> > > > > > >> >>> > > > >> >     >> > wrote:
> > > > > > >> >>> > > > >> >     >> >
> > > > > > >> >>> > > > >> >     >> > > I think we are ready to go, so let's
> > go!
> > > > ;-)
> > > > > > >> >>> > > > >> >     >> > >
> > > > > > >> >>> > > > >> >     >> > > Good luck Om! :)
> > > > > > >> >>> > > > >> >     >> > >
> > > > > > >> >>> > > > >> >     >> > > El vie., 21 sept. 2018 a las 18:19,
> > Alex
> > > > > Harui
> > > > > > >> >>> > > > >> >     >> (<aharui@adobe.com.invalid
> > > > > > >> >>> > > > >> >     >> > > >)
> > > > > > >> >>> > > > >> >     >> > > escribió:
> > > > > > >> >>> > > > >> >     >> > >
> > > > > > >> >>> > > > >> >     >> > > > Yes, I think they are ready.  I
> > > removed
> > > > > the
> > > > > > >> >>> > > release/0.9.4
> > > > > > >> >>> > > > >> > branches
> > > > > > >> >>> > > > >> >     >> so
> > > > > > >> >>> > > > >> >     >> > the
> > > > > > >> >>> > > > >> >     >> > > > scripts should be able to make a
> new
> > > > one.
> > > > > > >> >>> > > > >> >     >> > > >
> > > > > > >> >>> > > > >> >     >> > > > -Alex
> > > > > > >> >>> > > > >> >     >> > > >
> > > > > > >> >>> > > > >> >     >> > > > On 9/21/18, 8:58 AM, "OmPrakash
> > > > > Muppirala" <
> > > > > > >> >>> > > > >> > bigosmallm@gmail.com>
> > > > > > >> >>> > > > >> >     >> > > wrote:
> > > > > > >> >>> > > > >> >     >> > > >
> > > > > > >> >>> > > > >> >     >> > > >     Alex said in his last email
> that
> > > the
> > > > > > repos
> > > > > > >> >>> are
> > > > > > >> >>> > > ready.
> > > > > > >> >>> > > > >> > Will try
> > > > > > >> >>> > > > >> >     >> in
> > > > > > >> >>> > > > >> >     >> > a
> > > > > > >> >>> > > > >> >     >> > > > few
> > > > > > >> >>> > > > >> >     >> > > >     minutes.
> > > > > > >> >>> > > > >> >     >> > > >
> > > > > > >> >>> > > > >> >     >> > > >     Thanks,
> > > > > > >> >>> > > > >> >     >> > > >     Om
> > > > > > >> >>> > > > >> >     >> > > >
> > > > > > >> >>> > > > >> >     >> > > >     On Fri, Sep 21, 2018, 7:24 AM
> > > Piotr
> > > > > > >> Zarzycki
> > > > > > >> >>> <
> > > > > > >> >>> > > > >> >     >> > > > piotrzarzycki21@gmail.com>
> > > > > > >> >>> > > > >> >     >> > > >     wrote:
> > > > > > >> >>> > > > >> >     >> > > >
> > > > > > >> >>> > > > >> >     >> > > >     > Om,
> > > > > > >> >>> > > > >> >     >> > > >     >
> > > > > > >> >>> > > > >> >     >> > > >     > In my opinion you have
> > > everything
> > > > > > ready
> > > > > > >> to
> > > > > > >> >>> go!
> > > > > > >> >>> > > > Since
> > > > > > >> >>> > > > >> > develop
> > > > > > >> >>> > > > >> >     >> is
> > > > > > >> >>> > > > >> >     >> > > ready
> > > > > > >> >>> > > > >> >     >> > > >     > probably you will start
> doing
> > > > steps
> > > > > > from
> > > > > > >> >>> the
> > > > > > >> >>> > > > >> beginning,
> > > > > > >> >>> > > > >> > so in
> > > > > > >> >>> > > > >> >     >> the
> > > > > > >> >>> > > > >> >     >> > > > results
> > > > > > >> >>> > > > >> >     >> > > >     > we will get branches
> release/
> > > > 0.9.4.
> > > > > > >> >>> However
> > > > > > >> >>> > they
> > > > > > >> >>> > > > >> > already
> > > > > > >> >>> > > > >> >     >> exists,
> > > > > > >> >>> > > > >> >     >> > > > because
> > > > > > >> >>> > > > >> >     >> > > >     > of
> > > > > > >> >>> > > > >> >     >> > > >     > my previous attempt.
> > > > > > >> >>> > > > >> >     >> > > >     >
> > > > > > >> >>> > > > >> >     >> > > >     > Maybe before you even start
> > they
> > > > > need
> > > > > > >> to be
> > > > > > >> >>> > > > removed.
> > > > > > >> >>> > > > >> >     >> > > >     >
> > > > > > >> >>> > > > >> >     >> > > >     > Thanks,
> > > > > > >> >>> > > > >> >     >> > > >     > Piotr
> > > > > > >> >>> > > > >> >     >> > > >     >
> > > > > > >> >>> > > > >> >     >> > > >     >
> > > > > > >> >>> > > > >> >     >> > > >     >
> > > > > > >> >>> > > > >> >     >> > > >     > pt., 21 wrz 2018 o 16:16
> > > OmPrakash
> > > > > > >> >>> Muppirala <
> > > > > > >> >>> > > > >> >     >> > bigosmallm@gmail.com
> > > > > > >> >>> > > > >> >     >> > > >
> > > > > > >> >>> > > > >> >     >> > > >     > napisał(a):
> > > > > > >> >>> > > > >> >     >> > > >     >
> > > > > > >> >>> > > > >> >     >> > > >     > > So am I clear to try and
> > > > release?
> > > > > > Or
> > > > > > >> >>> should
> > > > > > >> >>> > I
> > > > > > >> >>> > > > wait
> > > > > > >> >>> > > > >> > for any
> > > > > > >> >>> > > > >> >     >> > other
> > > > > > >> >>> > > > >> >     >> > > > feature
> > > > > > >> >>> > > > >> >     >> > > >     > > or bug?
> > > > > > >> >>> > > > >> >     >> > > >     > >
> > > > > > >> >>> > > > >> >     >> > > >     > > Thanks,
> > > > > > >> >>> > > > >> >     >> > > >     > > Om
> > > > > > >> >>> > > > >> >     >> > > >     > >
> > > > > > >> >>> > > > >> >     >> > > >     > > On Fri, Sep 21, 2018, 6:20
> > AM
> > > > > Carlos
> > > > > > >> >>> Rovira <
> > > > > > >> >>> > > > >> >     >> > > > carlosrovira@apache.org>
> > > > > > >> >>> > > > >> >     >> > > >     > > wrote:
> > > > > > >> >>> > > > >> >     >> > > >     > >
> > > > > > >> >>> > > > >> >     >> > > >     > > > Hi Alex
> > > > > > >> >>> > > > >> >     >> > > >     > > >
> > > > > > >> >>> > > > >> >     >> > > >     > > > El vie., 21 sept. 2018 a
> > las
> > > > > 3:06,
> > > > > > >> Alex
> > > > > > >> >>> > Harui
> > > > > > >> >>> > > > >> >     >> > > >     > (<aharui@adobe.com.invalid
> > > > > > >> >>> > > > >> >     >> > > >     > > >)
> > > > > > >> >>> > > > >> >     >> > > >     > > > escribió:
> > > > > > >> >>> > > > >> >     >> > > >     > > >
> > > > > > >> >>> > > > >> >     >> > > >     > > > > I made some
> adjustments
> > to
> > > > the
> > > > > > >> repos
> > > > > > >> >>> so
> > > > > > >> >>> > > that
> > > > > > >> >>> > > > >> they
> > > > > > >> >>> > > > >> >     >> "should"
> > > > > > >> >>> > > > >> >     >> > be
> > > > > > >> >>> > > > >> >     >> > > > ready
> > > > > > >> >>> > > > >> >     >> > > >     > to
> > > > > > >> >>> > > > >> >     >> > > >     > > > run
> > > > > > >> >>> > > > >> >     >> > > >     > > > > the scripts and
> produce
> > > the
> > > > > > 0.9.4
> > > > > > >> >>> > release.
> > > > > > >> >>> > > > Of
> > > > > > >> >>> > > > >> > course, I
> > > > > > >> >>> > > > >> >     >> > > could
> > > > > > >> >>> > > > >> >     >> > > > be
> > > > > > >> >>> > > > >> >     >> > > >     > > wrong.
> > > > > > >> >>> > > > >> >     >> > > >     > > > > We'll see how Om
> fares.
> > > > > > >> >>> > > > >> >     >> > > >     > > > >
> > > > > > >> >>> > > > >> >     >> > > >     > > > >
> > > > > > >> >>> > > > >> >     >> > > >     > > > so cool :)
> > > > > > >> >>> > > > >> >     >> > > >     > > >
> > > > > > >> >>> > > > >> >     >> > > >     > > >
> > > > > > >> >>> > > > >> >     >> > > >     > > > > I also put in a change
> > > that
> > > > > > should
> > > > > > >> >>> fix
> > > > > > >> >>> > the
> > > > > > >> >>> > > > >> > dependencies
> > > > > > >> >>> > > > >> >     >> > > > issue.  So
> > > > > > >> >>> > > > >> >     >> > > >     > the
> > > > > > >> >>> > > > >> >     >> > > >     > > > > remaining questions
> are
> > > > around
> > > > > > the
> > > > > > >> >>> AMF
> > > > > > >> >>> > > > problem.
> > > > > > >> >>> > > > >> > I'm
> > > > > > >> >>> > > > >> >     >> > thinking
> > > > > > >> >>> > > > >> >     >> > > > of
> > > > > > >> >>> > > > >> >     >> > > >     > > looking
> > > > > > >> >>> > > > >> >     >> > > >     > > > > into what it takes to
> > > > support
> > > > > > >> Small
> > > > > > >> >>> > > Messages.
> > > > > > >> >>> > > > >> > However,
> > > > > > >> >>> > > > >> >     >> I
> > > > > > >> >>> > > > >> >     >> > > > don't know
> > > > > > >> >>> > > > >> >     >> > > >     > > > > anything about them.
> > How
> > > > > often
> > > > > > >> will
> > > > > > >> >>> > > > migrating
> > > > > > >> >>> > > > >> > people be
> > > > > > >> >>> > > > >> >     >> > > using
> > > > > > >> >>> > > > >> >     >> > > > Small
> > > > > > >> >>> > > > >> >     >> > > >     > > > > Messages?  Is it fair
> to
> > > > tell
> > > > > > >> them to
> > > > > > >> >>> > turn
> > > > > > >> >>> > > > off
> > > > > > >> >>> > > > >> > Small
> > > > > > >> >>> > > > >> >     >> > > Messages?
> > > > > > >> >>> > > > >> >     >> > > >     > > > >
> > > > > > >> >>> > > > >> >     >> > > >     > > >
> > > > > > >> >>> > > > >> >     >> > > >     > > > I think for now, that
> > small
> > > > > > messages
> > > > > > >> >>> is a
> > > > > > >> >>> > > > BlazeDS
> > > > > > >> >>> > > > >> >     >> feature. I
> > > > > > >> >>> > > > >> >     >> > > > search for
> > > > > > >> >>> > > > >> >     >> > > >     > > > ZendAMF small messages
> and
> > > > > didn't
> > > > > > >> fin d
> > > > > > >> >>> > > > anything.
> > > > > > >> >>> > > > >> > So my
> > > > > > >> >>> > > > >> >     >> bet
> > > > > > >> >>> > > > >> >     >> > is
> > > > > > >> >>> > > > >> >     >> > > > that
> > > > > > >> >>> > > > >> >     >> > > >     > small
> > > > > > >> >>> > > > >> >     >> > > >     > > > messages is something
> only
> > > > > present
> > > > > > >> in
> > > > > > >> >>> > BlazeDS
> > > > > > >> >>> > > > and
> > > > > > >> >>> > > > >> > Data
> > > > > > >> >>> > > > >> >     >> > Services
> > > > > > >> >>> > > > >> >     >> > > > Adobe
> > > > > > >> >>> > > > >> >     >> > > >     > > > software.
> > > > > > >> >>> > > > >> >     >> > > >     > > >
> > > > > > >> >>> > > > >> >     >> > > >     > > > In the other hand, I'll
> be
> > > > check
> > > > > > new
> > > > > > >> >>> info
> > > > > > >> >>> > > from
> > > > > > >> >>> > > > >> > Darrell in
> > > > > > >> >>> > > > >> >     >> 1-2
> > > > > > >> >>> > > > >> >     >> > > > hours
> > > > > > >> >>> > > > >> >     >> > > >     > from
> > > > > > >> >>> > > > >> >     >> > > >     > > > now, but I think the
> > problem
> > > > > with
> > > > > > >> >>> ZendAMF
> > > > > > >> >>> > > could
> > > > > > >> >>> > > > >> be
> > > > > > >> >>> > > > >> >     >> something
> > > > > > >> >>> > > > >> >     >> > > > like the
> > > > > > >> >>> > > > >> >     >> > > >     > one
> > > > > > >> >>> > > > >> >     >> > > >     > > > happened with coldfusion
> > > where
> > > > > > >> >>> > > ArrayCollection
> > > > > > >> >>> > > > >> > needs some
> > > > > > >> >>> > > > >> >     >> > > special
> > > > > > >> >>> > > > >> >     >> > > >     > > > treatment. I asked
> Darryl
> > to
> > > > > start
> > > > > > >> with
> > > > > > >> >>> > > simple
> > > > > > >> >>> > > > >> > connections
> > > > > > >> >>> > > > >> >     >> > like
> > > > > > >> >>> > > > >> >     >> > > > we have
> > > > > > >> >>> > > > >> >     >> > > >     > > in
> > > > > > >> >>> > > > >> >     >> > > >     > > > our example (send and
> > > receive
> > > > a
> > > > > > >> String,
> > > > > > >> >>> > then
> > > > > > >> >>> > > a
> > > > > > >> >>> > > > >> > simple
> > > > > > >> >>> > > > >> >     >> object,
> > > > > > >> >>> > > > >> >     >> > > > and so
> > > > > > >> >>> > > > >> >     >> > > >     > > > on...). I think is not
> > good
> > > to
> > > > > > start
> > > > > > >> >>> trying
> > > > > > >> >>> > > > from
> > > > > > >> >>> > > > >> a
> > > > > > >> >>> > > > >> > real
> > > > > > >> >>> > > > >> >     >> app
> > > > > > >> >>> > > > >> >     >> > > > scenario
> > > > > > >> >>> > > > >> >     >> > > >     > > where
> > > > > > >> >>> > > > >> >     >> > > >     > > > many other things could
> be
> > > > > working
> > > > > > >> >>> against
> > > > > > >> >>> > > you.
> > > > > > >> >>> > > > >> For
> > > > > > >> >>> > > > >> >     >> example,
> > > > > > >> >>> > > > >> >     >> > in
> > > > > > >> >>> > > > >> >     >> > > > our
> > > > > > >> >>> > > > >> >     >> > > >     > > > application, we have set
> > up
> > > an
> > > > > > >> >>> additional
> > > > > > >> >>> > > > >> encoding
> > > > > > >> >>> > > > >> > to byte
> > > > > > >> >>> > > > >> >     >> > > array.
> > > > > > >> >>> > > > >> >     >> > > >     > > Something
> > > > > > >> >>> > > > >> >     >> > > >     > > > that even I was
> completely
> > > > > forget,
> > > > > > >> and
> > > > > > >> >>> > when I
> > > > > > >> >>> > > > >> > started to
> > > > > > >> >>> > > > >> >     >> try
> > > > > > >> >>> > > > >> >     >> > > > AMF, I was
> > > > > > >> >>> > > > >> >     >> > > >     > > > always getting nothing
> > > until I
> > > > > > >> reach to
> > > > > > >> >>> > that
> > > > > > >> >>> > > > >> point.
> > > > > > >> >>> > > > >> >     >> > > >     > > >
> > > > > > >> >>> > > > >> >     >> > > >     > > > So, as I said before,
> > > nothing
> > > > > > should
> > > > > > >> >>> stop
> > > > > > >> >>> > us
> > > > > > >> >>> > > to
> > > > > > >> >>> > > > >> > release
> > > > > > >> >>> > > > >> >     >> now.
> > > > > > >> >>> > > > >> >     >> > If
> > > > > > >> >>> > > > >> >     >> > > > things
> > > > > > >> >>> > > > >> >     >> > > >     > go
> > > > > > >> >>> > > > >> >     >> > > >     > > > ok, Harbs will be next
> > > release
> > > > > > >> manager,
> > > > > > >> >>> > and I
> > > > > > >> >>> > > > >> hope
> > > > > > >> >>> > > > >> > to be
> > > > > > >> >>> > > > >> >     >> the
> > > > > > >> >>> > > > >> >     >> > > > next one
> > > > > > >> >>> > > > >> >     >> > > >     > :)
> > > > > > >> >>> > > > >> >     >> > > >     > > >
> > > > > > >> >>> > > > >> >     >> > > >     > > > Thanks
> > > > > > >> >>> > > > >> >     >> > > >     > > >
> > > > > > >> >>> > > > >> >     >> > > >     > > >
> > > > > > >> >>> > > > >> >     >> > > >     > > >
> > > > > > >> >>> > > > >> >     >> > > >     > > > >
> > > > > > >> >>> > > > >> >     >> > > >     > > > > Thanks,
> > > > > > >> >>> > > > >> >     >> > > >     > > > > -Alex
> > > > > > >> >>> > > > >> >     >> > > >     > > > >
> > > > > > >> >>> > > > >> >     >> > > >     > > > --
> > > > > > >> >>> > > > >> >     >> > > >     > > > Carlos Rovira
> > > > > > >> >>> > > > >> >     >> > > >     > > >
> > > > > > >> >>> > > > >> >     >> > > >
> > > > > > >> >>> > > > >> >     >> > >
> > > > > > >> >>> > > > >> >     >> >
> > > > > > >> >>> > > > >> >     >>
> > > > > > >> >>> > > > >> >
> > > > > > >> >>> > > > >>
> > > > > > >> >>> > > >
> > > > > > >> >>> > >
> > > > > > >> >>> >
> > > > > > >> >>>
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636
> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0>

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Piotr Zarzycki <pi...@gmail.com>.
Hi Om,

You did use Firefox for that purpose ? I had to specify -Dbrowser=path to
firefox.exe

Thanks,
Piotr

pon., 1 paź 2018 o 10:22 OmPrakash Muppirala <bi...@gmail.com>
napisał(a):

> Okay, I made several attempts through the day, making progress each time.
>  The last run failed because the browser could not be launched.
> I am going to pause on this and try again tomorrow (or later) . If someone
> else wants to give this a go in the meantimne, they are welcome :-)
>
> Thanks,
> Om
>
> On Mon, Oct 1, 2018 at 12:22 AM Carlos Rovira <ca...@apache.org>
> wrote:
>
> > Hi Om,
> > no,  I Thought this was due to different tries of the release process but
> > most of the poms are in 0.9.6-SNAPSHOT.
> > You can search the entire repo for "0.9.X-SNAPSHOT" string to see that
> now
> > X is 6.
> >
> > thanks
> >
> > El lun., 1 oct. 2018 a las 2:07, OmPrakash Muppirala (<
> > bigosmallm@gmail.com>)
> > escribió:
> >
> > > On Sun, Sep 30, 2018, 2:13 PM Carlos Rovira <ca...@apache.org>
> > > wrote:
> > >
> > > > Hi Om,
> > > > just saw that some poms was not changed to 0.9.6-SNAPSHOT.
> > > >
> > >
> > > Do you mean 0.9.4-SNAPSHOT?
> > >
> > > Thanks,
> > > Om
> > >
> > >
> > >
> > > I think that should be fixed and get a prepare maven release process
> that
> > > > could finaly gets all poms updated to new version.
> > > > Don't know if that could be the problem. Can you try again?
> > > > thanks
> > > >
> > > > El dom., 30 sept. 2018 a las 21:32, OmPrakash Muppirala (<
> > > > bigosmallm@gmail.com>) escribió:
> > > >
> > > > > Made a bit more progress, but the build is failing here now:
> > > > >
> > > > >      [exec] [INFO] [INFO] Apache Royale: Examples: Royale:
> > > > > DataBindingExample_as SUCCESS [  2.469 s]
> > > > >
> > > > >      [exec] [INFO] [INFO] Apache Royale: Examples: Royale:
> > > > > DataBindingExample_Flat FAILURE [  1.756 s]
> > > > >
> > > > >      [exec] [INFO] [INFO] Apache Royale: Examples: Royale:
> > > > > DataBindingExampleWithLayout SKIPPED
> > > > >
> > > > >      [exec] [INFO] [INFO] Apache Royale: Examples: Royale:
> > > > DataGridExample
> > > > > ... SKIPPED
> > > > >
> > > > >
> > > > >
> > > > > Detailed error:
> > > > >
> > > > >
> > > > >     [exec] [INFO] [INFO]
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > >
> > > > >      [exec] [INFO] [INFO] BUILD FAILURE
> > > > >
> > > > >      [exec] [INFO] [INFO]
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > >
> > > > >      [exec] [INFO] [INFO] Total time: 07:03 min
> > > > >
> > > > >      [exec] [INFO] [INFO] Finished at: 2018-09-30T12:17:45-07:00
> > > > >
> > > > >      [exec] [INFO] [INFO]
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > >
> > > > >      [exec] [INFO] [ERROR] Failed to execute goal
> > > > > org.apache.maven.plugins:maven-dependency-plugin:2.10:unpack
> > > > (unpack-fonts)
> > > > > on project DataBindingExample_Flat: Unable to find artifact. Could
> > not
> > > > find
> > > > > artifact org.apache.royale.framework:Fonts:war:0.9.4 in
> > apache-release
> > > (
> > > > > https://repository.apache.org/content/repositories/releases)
> > > > >
> > > > >      [exec] [INFO] [ERROR]
> > > > >
> > > > >      [exec] [INFO] [ERROR] Try downloading the file manually from
> the
> > > > > project website.
> > > > >
> > > > >      [exec] [INFO] [ERROR]
> > > > >
> > > > >      [exec] [INFO] [ERROR] Then, install it using the command:
> > > > >
> > > > >      [exec] [INFO] [ERROR]     mvn install:install-file
> > > > > -DgroupId=org.apache.royale.framework -DartifactId=Fonts
> > > -Dversion=0.9.4
> > > > > -Dpackaging=war -Dfile=/path/to/file
> > > > >
> > > > >      [exec] [INFO] [ERROR]
> > > > >
> > > > >      [exec] [INFO] [ERROR] Alternatively, if you host your own
> > > repository
> > > > > you can deploy the file there:
> > > > >
> > > > >      [exec] [INFO] [ERROR]     mvn deploy:deploy-file
> > > > > -DgroupId=org.apache.royale.framework -DartifactId=Fonts
> > > -Dversion=0.9.4
> > > > > -Dpackaging=war -Dfile=/path/to/file -Durl=[url]
> -DrepositoryId=[id]
> > > > >
> > > > >      [exec] [INFO] [ERROR]
> > > > >
> > > > >      [exec] [INFO] [ERROR]
> > > > >
> > > > >      [exec] [INFO] [ERROR]
> > >  org.apache.royale.framework:Fonts:war:0.9.4
> > > > >
> > > > >      [exec] [INFO] [ERROR]
> > > > >
> > > > >      [exec] [INFO] [ERROR] from the specified remote repositories:
> > > > >
> > > > >      [exec] [INFO] [ERROR]   apache-release (
> > > > > https://repository.apache.org/content/repositories/releases,
> > > > > releases=true,
> > > > > snapshots=false),
> > > > >
> > > > >      [exec] [INFO] [ERROR]   apache-snapshots (
> > > > > https://repository.apache.org/content/repositories/snapshots,
> > > > > releases=false, snapshots=true),
> > > > >
> > > > >      [exec] [INFO] [ERROR]   apache.snapshots (
> > > > > https://repository.apache.org/snapshots, releases=false,
> > > > snapshots=true),
> > > > >
> > > > >      [exec] [INFO] [ERROR]   central (
> > > > https://repo.maven.apache.org/maven2
> > > > > ,
> > > > > releases=true, snapshots=false)
> > > > >
> > > > >      [exec] [INFO] [ERROR] -> [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] [ERROR]
> > > > >
> > > > >      [exec] [INFO] [ERROR] After correcting the problems, you can
> > > resume
> > > > > the build with the command
> > > > >
> > > > >      [exec] [INFO] [ERROR]   mvn <goals> -rf
> :DataBindingExample_Flat
> > > > >
> > > > >      [exec] [INFO]
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > >
> > > > >      [exec] [INFO] Reactor Summary:
> > > > >
> > > > >      [exec] [INFO] Apache Royale: Framework: Parent 0.9.5-SNAPSHOT
> > ....
> > > > > FAILURE [07:08 min]
> > > > >
> > > > >      [exec] [INFO] Apache Royale: Framework
> > ...........................
> > > > > SKIPPED
> > > > >
> > > > >      [exec] [INFO] Apache Royale: Framework: Fonts
> > ....................
> > > > > SKIPPED
> > > > >
> > > > >
> > > > >
> > > > > Can someone please take a look?
> > > > >
> > > > > On Sun, Sep 30, 2018 at 9:13 AM OmPrakash Muppirala <
> > > > bigosmallm@gmail.com>
> > > > > wrote:
> > > > >
> > > > > > Thanks for the quick fix!  Will pull develop and try again.  Will
> > > > report
> > > > > > in a while.
> > > > > >
> > > > > > Regards,
> > > > > > Om
> > > > > >
> > > > > >
> > > > > > On Sun, Sep 30, 2018, 8:47 AM Carlos Rovira <
> > carlosrovira@apache.org
> > > >
> > > > > > wrote:
> > > > > >
> > > > > >> Hi Om,
> > > > > >>
> > > > > >> error is now fixed. Can you try to release again?
> > > > > >> thanks
> > > > > >>
> > > > > >> Carlos
> > > > > >>
> > > > > >>
> > > > > >>
> > > > > >>
> > > > > >>
> > > > > >> El dom., 30 sept. 2018 a las 17:27, Carlos Rovira (<
> > > > > >> carlosrovira@apache.org>)
> > > > > >> escribió:
> > > > > >>
> > > > > >> > Hi,
> > > > > >> >
> > > > > >> > just reverted the two generated commits for release, I left to
> > you
> > > > > >> remove
> > > > > >> > new branches generated.
> > > > > >> > About the fail, I was wrong, since I saw this very quickly.
> It's
> > > not
> > > > > >> about
> > > > > >> > JDK, I'm using as well 1.8. I was confused for other thing I
> had
> > > > some
> > > > > >> weeks
> > > > > >> > ago, and was trying to use another JDK, but I don't remember
> > what
> > > > was.
> > > > > >> >
> > > > > >> > Anyway, the problem is about java doc, in the new class
> > > > > >> > AMFCompressionException.java I introduce some months ago.
> > > > > >> > since we never execute java doc generation we didn't see this.
> > > > > >> >
> > > > > >> > I'm going to try to fix this removing the problems I see, and
> > I'll
> > > > try
> > > > > >> to
> > > > > >> > see if I can try to use java doc to test if I pass the
> problem.
> > > > > >> >
> > > > > >> > I'll report soon.
> > > > > >> >
> > > > > >> > Carlos
> > > > > >> >
> > > > > >> >
> > > > > >> > El dom., 30 sept. 2018 a las 17:12, Carlos Rovira (<
> > > > > >> > carlosrovira@apache.org>) escribió:
> > > > > >> >
> > > > > >> >> Hi, since I'm going to work now on some compiler changes,
> I'll
> > > > revert
> > > > > >> >> those 2 commits in each repo. I'll try to pass as well maven
> > with
> > > > > java
> > > > > >> 1.8
> > > > > >> >> in amp and see if I get the same error
> > > > > >> >>
> > > > > >> >> El dom., 30 sept. 2018 a las 15:16, Piotr Zarzycki (<
> > > > > >> >> piotrzarzycki21@gmail.com>) escribió:
> > > > > >> >>
> > > > > >> >>> Om,
> > > > > >> >>>
> > > > > >> >>> I think if you got fail during the process you should right
> > > after
> > > > > >> that.
> > > > > >> >>> 1) Remove created release tags
> > > > > >> >>> 2) Revert all changes which Maven did in develop branches to
> > the
> > > > > >> previous
> > > > > >> >>> state
> > > > > >> >>>
> > > > > >> >>> Thanks,
> > > > > >> >>> Piotr
> > > > > >> >>>
> > > > > >> >>> niedz., 30 wrz 2018 o 12:40 Carlos Rovira <
> > > > > >> carlos.rovira@codeoscopic.com
> > > > > >> >>> >
> > > > > >> >>> napisał(a):
> > > > > >> >>>
> > > > > >> >>> > Hi Om,
> > > > > >> >>> > don't have many time now, but seems you are using JDK 1.8
> > and
> > > > that
> > > > > >> >>> project
> > > > > >> >>> > needs to be 1.7 or will fail
> > > > > >> >>> > I'll connect some hours later to see if you could use that
> > sdk
> > > > > >> >>> > good luck! :)
> > > > > >> >>> >
> > > > > >> >>> > El dom., 30 sept. 2018 a las 11:34, Piotr Zarzycki (<
> > > > > >> >>> > piotrzarzycki21@gmail.com>) escribió:
> > > > > >> >>> >
> > > > > >> >>> > > Hi Om,
> > > > > >> >>> > >
> > > > > >> >>> > > Have you tried build that example on their own? Is it
> > > failing
> > > > > with
> > > > > >> >>> the
> > > > > >> >>> > same
> > > > > >> >>> > > stack trace?
> > > > > >> >>> > >
> > > > > >> >>> > > Thanks,
> > > > > >> >>> > > Piotr
> > > > > >> >>> > >
> > > > > >> >>> > > On Sun, Sep 30, 2018, 9:31 AM OmPrakash Muppirala <
> > > > > >> >>> bigosmallm@gmail.com>
> > > > > >> >>> > > wrote:
> > > > > >> >>> > >
> > > > > >> >>> > > > So, I made a lot of progress (much more than last
> time),
> > > but
> > > > > >> >>> > > unfortunately
> > > > > >> >>> > > > the build failed at this stage.  Looks like an issue
> > with
> > > > the
> > > > > >> >>> > > > SampleAmfWebApp.  Anyone else seeing this error or am
> I
> > > > doing
> > > > > >> >>> something
> > > > > >> >>> > > > wrong?
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples:
> > Native:
> > > > > >> >>> USStatesMap
> > > > > >> >>> > > > ....... SUCCESS [  1.001 s]
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples:
> > NodeJS
> > > > > >> >>> > > > .................... SUCCESS [  0.210 s]
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples:
> > NodeJS:
> > > > > >> >>> HelloWorld
> > > > > >> >>> > > > ........ SUCCESS [  0.945 s]
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: AMF
> > Web
> > > > > Apps
> > > > > >> >>> > > > .............. SUCCESS [  0.202 s]
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: AMF
> > Web
> > > > > Apps:
> > > > > >> >>> > > > SampleAmfWebApp FAILURE [01:51 min]
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples:
> > > > > >> Integrationtests
> > > > > >> >>> > > > .......... SKIPPED
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [INFO] compc
> > > > > >> >>> > > > .............................................. SKIPPED
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [INFO] compiler-asc
> > > > > >> >>> > > > ....................................... SKIPPED
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [INFO] compiler-compc
> > > > > >> >>> > > > ..................................... SKIPPED
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [INFO] compiler-mxmlc
> > > > > >> >>> > > > ..................................... SKIPPED
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [INFO] compiler-optimizer
> > > > > >> >>> > > > ................................. SKIPPED
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [INFO] compiler-swfdump
> > > > > >> >>> > > > ................................... SKIPPED
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [INFO] mxmlc
> > > > > >> >>> > > > .............................................. SKIPPED
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Distribution
> > > > > >> >>> > > > ........................ SKIPPED
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: ManualTests
> > > > > >> >>> > > > ......................... SKIPPED
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: ManualTests:
> > > > > UnitTests
> > > > > >> >>> > > > .............. SKIPPED
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Testsuite
> 0.9.4
> > > > > >> >>> > > > ..................... SKIPPED
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [INFO]
> > > > > >> >>> > > >
> > > > > >> >>> >
> > > > > >> >>>
> > > > > >>
> > > >
> > ------------------------------------------------------------------------
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [INFO] BUILD FAILURE
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [INFO]
> > > > > >> >>> > > >
> > > > > >> >>> >
> > > > > >> >>>
> > > > > >>
> > > >
> > ------------------------------------------------------------------------
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [INFO] Total time: 14:11 min
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [INFO] Finished at:
> > > > > 2018-09-30T00:25:37-07:00
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [INFO]
> > > > > >> >>> > > >
> > > > > >> >>> >
> > > > > >> >>>
> > > > > >>
> > > >
> > ------------------------------------------------------------------------
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [ERROR] Failed to execute goal
> > > > > >> >>> > > >
> org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:jar
> > > > > >> >>> > > (attach-javadocs)
> > > > > >> >>> > > > on project SampleAmfWebApp: MavenReportException:
> Error
> > > > while
> > > > > >> >>> > generating
> > > > > >> >>> > > > Javadoc:
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [ERROR] Exit code: 1 -
> > > > > >> >>> > > >
> > > > > >> >>> > > >
> > > > > >> >>> > >
> > > > > >> >>> >
> > > > > >> >>>
> > > > > >>
> > > > >
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
> > > > > >> >>> > > > error: @param name not found
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param code
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [ERROR]           ^
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > > >> >>> > > >
> > > > > >> >>> > > >
> > > > > >> >>> > >
> > > > > >> >>> >
> > > > > >> >>>
> > > > > >>
> > > > >
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
> > > > > >> >>> > > > warning: no description for @param
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param code
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [ERROR]    ^
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > > >> >>> > > >
> > > > > >> >>> > > >
> > > > > >> >>> > >
> > > > > >> >>> >
> > > > > >> >>>
> > > > > >>
> > > > >
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:33:
> > > > > >> >>> > > > warning: no @param for compressionError
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [ERROR] public
> > > > > >> >>> > > > AMFCompressionException(AMFCompressionError
> > > > compressionError)
> > > > > {
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [ERROR]        ^
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > > >> >>> > > >
> > > > > >> >>> > > >
> > > > > >> >>> > >
> > > > > >> >>> >
> > > > > >> >>>
> > > > > >>
> > > > >
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
> > > > > >> >>> > > > error: @param name not found
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param code
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [ERROR]           ^
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > > >> >>> > > >
> > > > > >> >>> > > >
> > > > > >> >>> > >
> > > > > >> >>> >
> > > > > >> >>>
> > > > > >>
> > > > >
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
> > > > > >> >>> > > > warning: no description for @param
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param code
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [ERROR]    ^
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > > >> >>> > > >
> > > > > >> >>> > > >
> > > > > >> >>> > >
> > > > > >> >>> >
> > > > > >> >>>
> > > > > >>
> > > > >
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:41:
> > > > > >> >>> > > > warning: no description for @param
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param cause
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [ERROR]    ^
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > > >> >>> > > >
> > > > > >> >>> > > >
> > > > > >> >>> > >
> > > > > >> >>> >
> > > > > >> >>>
> > > > > >>
> > > > >
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:43:
> > > > > >> >>> > > > warning: no @param for compressionError
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [ERROR] public
> > > > > >> >>> > > > AMFCompressionException(AMFCompressionError
> > > > compressionError,
> > > > > >> >>> Throwable
> > > > > >> >>> > > > cause) {
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [ERROR]        ^
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [ERROR] Command line was:
> > > > > >> >>> > > >
> > > > > >> >>> > > >
> > > > > >> >>> > >
> > > > > >> >>> >
> > > > > >> >>>
> > > > > >>
> > > > >
> > > >
> > >
> >
> /Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/../bin/javadoc
> > > > > >> >>> > > > @options @packages
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [ERROR] Refer to the generated
> > Javadoc
> > > > > files
> > > > > >> in
> > > > > >> >>> > > >
> > > > > >> >>> > > >
> > > > > >> >>> > >
> > > > > >> >>> >
> > > > > >> >>>
> > > > > >>
> > > > >
> > > >
> > >
> >
> '/Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/target/apidocs'
> > > > > >> >>> > > > dir.
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [ERROR] -> [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] [ERROR]
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [ERROR] After correcting the
> > problems,
> > > > you
> > > > > >> can
> > > > > >> >>> > resume
> > > > > >> >>> > > > the build with the command
> > > > > >> >>> > > >
> > > > > >> >>> > > >      [exec] [INFO] [ERROR]   mvn <goals> -rf
> > > > :SampleAmfWebApp
> > > > > >> >>> > > >
> > > > > >> >>> > > > On Sat, Sep 29, 2018 at 11:58 AM OmPrakash Muppirala <
> > > > > >> >>> > > bigosmallm@gmail.com
> > > > > >> >>> > > > >
> > > > > >> >>> > > > wrote:
> > > > > >> >>> > > >
> > > > > >> >>> > > > > Okay, trying now.
> > > > > >> >>> > > > >
> > > > > >> >>> > > > > On Tue, Sep 25, 2018 at 9:52 AM Piotr Zarzycki <
> > > > > >> >>> > > > piotrzarzycki21@gmail.com>
> > > > > >> >>> > > > > wrote:
> > > > > >> >>> > > > >
> > > > > >> >>> > > > >> Om,
> > > > > >> >>> > > > >>
> > > > > >> >>> > > > >> I think if you first try to build Royale framework
> > with
> > > > > Maven
> > > > > >> >>> all
> > > > > >> >>> > the
> > > > > >> >>> > > > >> dependencies will be downloaded. During framework
> > build
> > > > you
> > > > > >> >>> should
> > > > > >> >>> > get
> > > > > >> >>> > > > >> question about license related to player global
> etc.
> > > Once
> > > > > >> you do
> > > > > >> >>> > > > >> successful
> > > > > >> >>> > > > >> build  you could try to go and play with script for
> > > > > release.
> > > > > >> -
> > > > > >> >>> That
> > > > > >> >>> > > way
> > > > > >> >>> > > > to
> > > > > >> >>> > > > >> go make you sure that script won't fail later
> during
> > > the
> > > > > >> >>> process.
> > > > > >> >>> > > > >>
> > > > > >> >>> > > > >> Thanks,
> > > > > >> >>> > > > >> Piotr
> > > > > >> >>> > > > >>
> > > > > >> >>> > > > >> pon., 24 wrz 2018 o 07:35 Alex Harui
> > > > > >> <ah...@adobe.com.invalid>
> > > > > >> >>> > > > >> napisał(a):
> > > > > >> >>> > > > >>
> > > > > >> >>> > > > >> > According to the archives, try running:
> > > > > >> >>> > > > >> >
> > > > > >> >>> > > > >> >     mvn -s settings-template.xml clean install
> > > > > >> >>> > > > >> >
> > > > > >> >>> > > > >> > Thanks,
> > > > > >> >>> > > > >> > -Alex
> > > > > >> >>> > > > >> >
> > > > > >> >>> > > > >> > On 9/23/18, 3:48 PM, "OmPrakash Muppirala" <
> > > > > >> >>> bigosmallm@gmail.com
> > > > > >> >>> > >
> > > > > >> >>> > > > >> wrote:
> > > > > >> >>> > > > >> >
> > > > > >> >>> > > > >> >     On Sun, Sep 23, 2018 at 3:43 PM OmPrakash
> > > > Muppirala <
> > > > > >> >>> > > > >> > bigosmallm@gmail.com>
> > > > > >> >>> > > > >> >     wrote:
> > > > > >> >>> > > > >> >
> > > > > >> >>> > > > >> >     > Thanks.  I decided to stick with 1.8 :-)
> > > > > >> >>> > > > >> >     >
> > > > > >> >>> > > > >> >     >
> > > > > >> >>> > > > >> >     BTW, this is when I run: mvn clean install in
> > the
> > > > > >> >>> royale-asjs
> > > > > >> >>> > > > >> > directory:
> > > > > >> >>> > > > >> >
> > > > > >> >>> > > > >> >
> > > > > >> >>> > > > >> >     > I am seeing this error:
> > > > > >> >>> > > > >> >     >
> > > > > >> >>> > > > >> >     > [ERROR] Failed to execute goal
> > > > > >> >>> > > > >> >     >
> > > > > >> >>> > > > >> >
> > > > > >> >>> > > >
> > > > > >> >>> >
> > > > > >> >>>
> > > > > >>
> > > >
> > org.apache.royale.compiler:royale-maven-plugin:0.9.4-SNAPSHOT:compile-as
> > > > > >> >>> > > > >> >     > (default-compile-as) on project Core: Could
> > not
> > > > > >> resolve
> > > > > >> >>> > > > >> dependencies
> > > > > >> >>> > > > >> > for
> > > > > >> >>> > > > >> >     > project
> > > > > >> >>> org.apache.royale.framework:Core:swc:0.9.4-SNAPSHOT:
> > > > > >> >>> > > > >> Failure
> > > > > >> >>> > > > >> > to
> > > > > >> >>> > > > >> >     > find
> > com.adobe.air.framework:airglobal:swc:20.0
> > > > in
> > > > > >> >>> > > > >> >     >
> > > > > >> >>> > > > >> >
> > > > > >> >>> > > > >>
> > > > > >> >>> > > >
> > > > > >> >>> > >
> > > > > >> >>> >
> > > > > >> >>>
> > > > > >>
> > > > >
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0
> > > > > >> >>> > > > >> > was cached in
> > > > > >> >>> > > > >> >     > the local repository, resolution will not
> be
> > > > > >> reattempted
> > > > > >> >>> > until
> > > > > >> >>> > > > the
> > > > > >> >>> > > > >> > update
> > > > > >> >>> > > > >> >     > interval of apache-release has elapsed or
> > > updates
> > > > > are
> > > > > >> >>> forced
> > > > > >> >>> > > ->
> > > > > >> >>> > > > >> > [Help 1]
> > > > > >> >>> > > > >> >     >
> > > > > >> >>> > > > >> >     > I don't see a `com` directory on
> > > > > >> >>> > > > >> >     >
> > > > > >> >>> > > > >> >
> > > > > >> >>> > > > >>
> > > > > >> >>> > > >
> > > > > >> >>> > >
> > > > > >> >>> >
> > > > > >> >>>
> > > > > >>
> > > > >
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0
> > > > > >> >>> > > > >> >     >
> > > > > >> >>> > > > >> >     > Is that expected?
> > > > > >> >>> > > > >> >     >
> > > > > >> >>> > > > >> >     > Thanks,
> > > > > >> >>> > > > >> >     > Om
> > > > > >> >>> > > > >> >     >
> > > > > >> >>> > > > >> >     >
> > > > > >> >>> > > > >> >     > On Sun, Sep 23, 2018 at 2:15 AM Carlos
> > Rovira <
> > > > > >> >>> > > > >> > carlosrovira@apache.org>
> > > > > >> >>> > > > >> >     > wrote:
> > > > > >> >>> > > > >> >     >
> > > > > >> >>> > > > >> >     >> Hi Om,
> > > > > >> >>> > > > >> >     >>
> > > > > >> >>> > > > >> >     >> I have Java 8 and 10 installed, and I
> think
> > I
> > > > was
> > > > > >> able
> > > > > >> >>> to
> > > > > >> >>> > > > compile
> > > > > >> >>> > > > >> > three
> > > > > >> >>> > > > >> >     >> repos, but I find AMF java example doesn't
> > > work,
> > > > > >> since
> > > > > >> >>> > > BlazeDS
> > > > > >> >>> > > > >> > needs a
> > > > > >> >>> > > > >> >     >> Lower version I need to go with 8 for this
> > > > > example.
> > > > > >> >>> Maybe
> > > > > >> >>> > > other
> > > > > >> >>> > > > >> > part needs
> > > > > >> >>> > > > >> >     >> as well 7 or 8.
> > > > > >> >>> > > > >> >     >> I think trying another SDK should be left
> to
> > > > some
> > > > > >> time
> > > > > >> >>> > > between
> > > > > >> >>> > > > >> > releases,
> > > > > >> >>> > > > >> >     >> since if not you can find spending more
> time
> > > > that
> > > > > >> you
> > > > > >> >>> > > thought.
> > > > > >> >>> > > > >> >     >>
> > > > > >> >>> > > > >> >     >> just my 2
> > > > > >> >>> > > > >> >     >>
> > > > > >> >>> > > > >> >     >> Thanks
> > > > > >> >>> > > > >> >     >>
> > > > > >> >>> > > > >> >     >> Carlos
> > > > > >> >>> > > > >> >     >>
> > > > > >> >>> > > > >> >     >> El dom., 23 sept. 2018 a las 8:14,
> OmPrakash
> > > > > >> Muppirala
> > > > > >> >>> (<
> > > > > >> >>> > > > >> >     >> bigosmallm@gmail.com>) escribió:
> > > > > >> >>> > > > >> >     >>
> > > > > >> >>> > > > >> >     >> > Okay trying this out now.
> > > > > >> >>> > > > >> >     >> >
> > > > > >> >>> > > > >> >     >> > First question:  The release doc [1]
> says
> > we
> > > > > need
> > > > > >> >>> Java
> > > > > >> >>> > 1.7
> > > > > >> >>> > > or
> > > > > >> >>> > > > >> > higher.
> > > > > >> >>> > > > >> >     >> Has
> > > > > >> >>> > > > >> >     >> > anyone tried Java 10?   That is the
> > default
> > > > > >> version
> > > > > >> >>> > > available
> > > > > >> >>> > > > >> > through
> > > > > >> >>> > > > >> >     >> all
> > > > > >> >>> > > > >> >     >> > installation channels.
> > > > > >> >>> > > > >> >     >> > Any pitfalls I should consider?
> > > > > >> >>> > > > >> >     >> >
> > > > > >> >>> > > > >> >     >> > Thanks,
> > > > > >> >>> > > > >> >     >> > Om
> > > > > >> >>> > > > >> >     >> >
> > > > > >> >>> > > > >> >     >> > On Fri, Sep 21, 2018 at 12:23 PM Carlos
> > > > Rovira <
> > > > > >> >>> > > > >> > carlosrovira@apache.org
> > > > > >> >>> > > > >> >     >> >
> > > > > >> >>> > > > >> >     >> > wrote:
> > > > > >> >>> > > > >> >     >> >
> > > > > >> >>> > > > >> >     >> > > I think we are ready to go, so let's
> go!
> > > ;-)
> > > > > >> >>> > > > >> >     >> > >
> > > > > >> >>> > > > >> >     >> > > Good luck Om! :)
> > > > > >> >>> > > > >> >     >> > >
> > > > > >> >>> > > > >> >     >> > > El vie., 21 sept. 2018 a las 18:19,
> Alex
> > > > Harui
> > > > > >> >>> > > > >> >     >> (<aharui@adobe.com.invalid
> > > > > >> >>> > > > >> >     >> > > >)
> > > > > >> >>> > > > >> >     >> > > escribió:
> > > > > >> >>> > > > >> >     >> > >
> > > > > >> >>> > > > >> >     >> > > > Yes, I think they are ready.  I
> > removed
> > > > the
> > > > > >> >>> > > release/0.9.4
> > > > > >> >>> > > > >> > branches
> > > > > >> >>> > > > >> >     >> so
> > > > > >> >>> > > > >> >     >> > the
> > > > > >> >>> > > > >> >     >> > > > scripts should be able to make a new
> > > one.
> > > > > >> >>> > > > >> >     >> > > >
> > > > > >> >>> > > > >> >     >> > > > -Alex
> > > > > >> >>> > > > >> >     >> > > >
> > > > > >> >>> > > > >> >     >> > > > On 9/21/18, 8:58 AM, "OmPrakash
> > > > Muppirala" <
> > > > > >> >>> > > > >> > bigosmallm@gmail.com>
> > > > > >> >>> > > > >> >     >> > > wrote:
> > > > > >> >>> > > > >> >     >> > > >
> > > > > >> >>> > > > >> >     >> > > >     Alex said in his last email that
> > the
> > > > > repos
> > > > > >> >>> are
> > > > > >> >>> > > ready.
> > > > > >> >>> > > > >> > Will try
> > > > > >> >>> > > > >> >     >> in
> > > > > >> >>> > > > >> >     >> > a
> > > > > >> >>> > > > >> >     >> > > > few
> > > > > >> >>> > > > >> >     >> > > >     minutes.
> > > > > >> >>> > > > >> >     >> > > >
> > > > > >> >>> > > > >> >     >> > > >     Thanks,
> > > > > >> >>> > > > >> >     >> > > >     Om
> > > > > >> >>> > > > >> >     >> > > >
> > > > > >> >>> > > > >> >     >> > > >     On Fri, Sep 21, 2018, 7:24 AM
> > Piotr
> > > > > >> Zarzycki
> > > > > >> >>> <
> > > > > >> >>> > > > >> >     >> > > > piotrzarzycki21@gmail.com>
> > > > > >> >>> > > > >> >     >> > > >     wrote:
> > > > > >> >>> > > > >> >     >> > > >
> > > > > >> >>> > > > >> >     >> > > >     > Om,
> > > > > >> >>> > > > >> >     >> > > >     >
> > > > > >> >>> > > > >> >     >> > > >     > In my opinion you have
> > everything
> > > > > ready
> > > > > >> to
> > > > > >> >>> go!
> > > > > >> >>> > > > Since
> > > > > >> >>> > > > >> > develop
> > > > > >> >>> > > > >> >     >> is
> > > > > >> >>> > > > >> >     >> > > ready
> > > > > >> >>> > > > >> >     >> > > >     > probably you will start doing
> > > steps
> > > > > from
> > > > > >> >>> the
> > > > > >> >>> > > > >> beginning,
> > > > > >> >>> > > > >> > so in
> > > > > >> >>> > > > >> >     >> the
> > > > > >> >>> > > > >> >     >> > > > results
> > > > > >> >>> > > > >> >     >> > > >     > we will get branches release/
> > > 0.9.4.
> > > > > >> >>> However
> > > > > >> >>> > they
> > > > > >> >>> > > > >> > already
> > > > > >> >>> > > > >> >     >> exists,
> > > > > >> >>> > > > >> >     >> > > > because
> > > > > >> >>> > > > >> >     >> > > >     > of
> > > > > >> >>> > > > >> >     >> > > >     > my previous attempt.
> > > > > >> >>> > > > >> >     >> > > >     >
> > > > > >> >>> > > > >> >     >> > > >     > Maybe before you even start
> they
> > > > need
> > > > > >> to be
> > > > > >> >>> > > > removed.
> > > > > >> >>> > > > >> >     >> > > >     >
> > > > > >> >>> > > > >> >     >> > > >     > Thanks,
> > > > > >> >>> > > > >> >     >> > > >     > Piotr
> > > > > >> >>> > > > >> >     >> > > >     >
> > > > > >> >>> > > > >> >     >> > > >     >
> > > > > >> >>> > > > >> >     >> > > >     >
> > > > > >> >>> > > > >> >     >> > > >     > pt., 21 wrz 2018 o 16:16
> > OmPrakash
> > > > > >> >>> Muppirala <
> > > > > >> >>> > > > >> >     >> > bigosmallm@gmail.com
> > > > > >> >>> > > > >> >     >> > > >
> > > > > >> >>> > > > >> >     >> > > >     > napisał(a):
> > > > > >> >>> > > > >> >     >> > > >     >
> > > > > >> >>> > > > >> >     >> > > >     > > So am I clear to try and
> > > release?
> > > > > Or
> > > > > >> >>> should
> > > > > >> >>> > I
> > > > > >> >>> > > > wait
> > > > > >> >>> > > > >> > for any
> > > > > >> >>> > > > >> >     >> > other
> > > > > >> >>> > > > >> >     >> > > > feature
> > > > > >> >>> > > > >> >     >> > > >     > > or bug?
> > > > > >> >>> > > > >> >     >> > > >     > >
> > > > > >> >>> > > > >> >     >> > > >     > > Thanks,
> > > > > >> >>> > > > >> >     >> > > >     > > Om
> > > > > >> >>> > > > >> >     >> > > >     > >
> > > > > >> >>> > > > >> >     >> > > >     > > On Fri, Sep 21, 2018, 6:20
> AM
> > > > Carlos
> > > > > >> >>> Rovira <
> > > > > >> >>> > > > >> >     >> > > > carlosrovira@apache.org>
> > > > > >> >>> > > > >> >     >> > > >     > > wrote:
> > > > > >> >>> > > > >> >     >> > > >     > >
> > > > > >> >>> > > > >> >     >> > > >     > > > Hi Alex
> > > > > >> >>> > > > >> >     >> > > >     > > >
> > > > > >> >>> > > > >> >     >> > > >     > > > El vie., 21 sept. 2018 a
> las
> > > > 3:06,
> > > > > >> Alex
> > > > > >> >>> > Harui
> > > > > >> >>> > > > >> >     >> > > >     > (<aharui@adobe.com.invalid
> > > > > >> >>> > > > >> >     >> > > >     > > >)
> > > > > >> >>> > > > >> >     >> > > >     > > > escribió:
> > > > > >> >>> > > > >> >     >> > > >     > > >
> > > > > >> >>> > > > >> >     >> > > >     > > > > I made some adjustments
> to
> > > the
> > > > > >> repos
> > > > > >> >>> so
> > > > > >> >>> > > that
> > > > > >> >>> > > > >> they
> > > > > >> >>> > > > >> >     >> "should"
> > > > > >> >>> > > > >> >     >> > be
> > > > > >> >>> > > > >> >     >> > > > ready
> > > > > >> >>> > > > >> >     >> > > >     > to
> > > > > >> >>> > > > >> >     >> > > >     > > > run
> > > > > >> >>> > > > >> >     >> > > >     > > > > the scripts and produce
> > the
> > > > > 0.9.4
> > > > > >> >>> > release.
> > > > > >> >>> > > > Of
> > > > > >> >>> > > > >> > course, I
> > > > > >> >>> > > > >> >     >> > > could
> > > > > >> >>> > > > >> >     >> > > > be
> > > > > >> >>> > > > >> >     >> > > >     > > wrong.
> > > > > >> >>> > > > >> >     >> > > >     > > > > We'll see how Om fares.
> > > > > >> >>> > > > >> >     >> > > >     > > > >
> > > > > >> >>> > > > >> >     >> > > >     > > > >
> > > > > >> >>> > > > >> >     >> > > >     > > > so cool :)
> > > > > >> >>> > > > >> >     >> > > >     > > >
> > > > > >> >>> > > > >> >     >> > > >     > > >
> > > > > >> >>> > > > >> >     >> > > >     > > > > I also put in a change
> > that
> > > > > should
> > > > > >> >>> fix
> > > > > >> >>> > the
> > > > > >> >>> > > > >> > dependencies
> > > > > >> >>> > > > >> >     >> > > > issue.  So
> > > > > >> >>> > > > >> >     >> > > >     > the
> > > > > >> >>> > > > >> >     >> > > >     > > > > remaining questions are
> > > around
> > > > > the
> > > > > >> >>> AMF
> > > > > >> >>> > > > problem.
> > > > > >> >>> > > > >> > I'm
> > > > > >> >>> > > > >> >     >> > thinking
> > > > > >> >>> > > > >> >     >> > > > of
> > > > > >> >>> > > > >> >     >> > > >     > > looking
> > > > > >> >>> > > > >> >     >> > > >     > > > > into what it takes to
> > > support
> > > > > >> Small
> > > > > >> >>> > > Messages.
> > > > > >> >>> > > > >> > However,
> > > > > >> >>> > > > >> >     >> I
> > > > > >> >>> > > > >> >     >> > > > don't know
> > > > > >> >>> > > > >> >     >> > > >     > > > > anything about them.
> How
> > > > often
> > > > > >> will
> > > > > >> >>> > > > migrating
> > > > > >> >>> > > > >> > people be
> > > > > >> >>> > > > >> >     >> > > using
> > > > > >> >>> > > > >> >     >> > > > Small
> > > > > >> >>> > > > >> >     >> > > >     > > > > Messages?  Is it fair to
> > > tell
> > > > > >> them to
> > > > > >> >>> > turn
> > > > > >> >>> > > > off
> > > > > >> >>> > > > >> > Small
> > > > > >> >>> > > > >> >     >> > > Messages?
> > > > > >> >>> > > > >> >     >> > > >     > > > >
> > > > > >> >>> > > > >> >     >> > > >     > > >
> > > > > >> >>> > > > >> >     >> > > >     > > > I think for now, that
> small
> > > > > messages
> > > > > >> >>> is a
> > > > > >> >>> > > > BlazeDS
> > > > > >> >>> > > > >> >     >> feature. I
> > > > > >> >>> > > > >> >     >> > > > search for
> > > > > >> >>> > > > >> >     >> > > >     > > > ZendAMF small messages and
> > > > didn't
> > > > > >> fin d
> > > > > >> >>> > > > anything.
> > > > > >> >>> > > > >> > So my
> > > > > >> >>> > > > >> >     >> bet
> > > > > >> >>> > > > >> >     >> > is
> > > > > >> >>> > > > >> >     >> > > > that
> > > > > >> >>> > > > >> >     >> > > >     > small
> > > > > >> >>> > > > >> >     >> > > >     > > > messages is something only
> > > > present
> > > > > >> in
> > > > > >> >>> > BlazeDS
> > > > > >> >>> > > > and
> > > > > >> >>> > > > >> > Data
> > > > > >> >>> > > > >> >     >> > Services
> > > > > >> >>> > > > >> >     >> > > > Adobe
> > > > > >> >>> > > > >> >     >> > > >     > > > software.
> > > > > >> >>> > > > >> >     >> > > >     > > >
> > > > > >> >>> > > > >> >     >> > > >     > > > In the other hand, I'll be
> > > check
> > > > > new
> > > > > >> >>> info
> > > > > >> >>> > > from
> > > > > >> >>> > > > >> > Darrell in
> > > > > >> >>> > > > >> >     >> 1-2
> > > > > >> >>> > > > >> >     >> > > > hours
> > > > > >> >>> > > > >> >     >> > > >     > from
> > > > > >> >>> > > > >> >     >> > > >     > > > now, but I think the
> problem
> > > > with
> > > > > >> >>> ZendAMF
> > > > > >> >>> > > could
> > > > > >> >>> > > > >> be
> > > > > >> >>> > > > >> >     >> something
> > > > > >> >>> > > > >> >     >> > > > like the
> > > > > >> >>> > > > >> >     >> > > >     > one
> > > > > >> >>> > > > >> >     >> > > >     > > > happened with coldfusion
> > where
> > > > > >> >>> > > ArrayCollection
> > > > > >> >>> > > > >> > needs some
> > > > > >> >>> > > > >> >     >> > > special
> > > > > >> >>> > > > >> >     >> > > >     > > > treatment. I asked Darryl
> to
> > > > start
> > > > > >> with
> > > > > >> >>> > > simple
> > > > > >> >>> > > > >> > connections
> > > > > >> >>> > > > >> >     >> > like
> > > > > >> >>> > > > >> >     >> > > > we have
> > > > > >> >>> > > > >> >     >> > > >     > > in
> > > > > >> >>> > > > >> >     >> > > >     > > > our example (send and
> > receive
> > > a
> > > > > >> String,
> > > > > >> >>> > then
> > > > > >> >>> > > a
> > > > > >> >>> > > > >> > simple
> > > > > >> >>> > > > >> >     >> object,
> > > > > >> >>> > > > >> >     >> > > > and so
> > > > > >> >>> > > > >> >     >> > > >     > > > on...). I think is not
> good
> > to
> > > > > start
> > > > > >> >>> trying
> > > > > >> >>> > > > from
> > > > > >> >>> > > > >> a
> > > > > >> >>> > > > >> > real
> > > > > >> >>> > > > >> >     >> app
> > > > > >> >>> > > > >> >     >> > > > scenario
> > > > > >> >>> > > > >> >     >> > > >     > > where
> > > > > >> >>> > > > >> >     >> > > >     > > > many other things could be
> > > > working
> > > > > >> >>> against
> > > > > >> >>> > > you.
> > > > > >> >>> > > > >> For
> > > > > >> >>> > > > >> >     >> example,
> > > > > >> >>> > > > >> >     >> > in
> > > > > >> >>> > > > >> >     >> > > > our
> > > > > >> >>> > > > >> >     >> > > >     > > > application, we have set
> up
> > an
> > > > > >> >>> additional
> > > > > >> >>> > > > >> encoding
> > > > > >> >>> > > > >> > to byte
> > > > > >> >>> > > > >> >     >> > > array.
> > > > > >> >>> > > > >> >     >> > > >     > > Something
> > > > > >> >>> > > > >> >     >> > > >     > > > that even I was completely
> > > > forget,
> > > > > >> and
> > > > > >> >>> > when I
> > > > > >> >>> > > > >> > started to
> > > > > >> >>> > > > >> >     >> try
> > > > > >> >>> > > > >> >     >> > > > AMF, I was
> > > > > >> >>> > > > >> >     >> > > >     > > > always getting nothing
> > until I
> > > > > >> reach to
> > > > > >> >>> > that
> > > > > >> >>> > > > >> point.
> > > > > >> >>> > > > >> >     >> > > >     > > >
> > > > > >> >>> > > > >> >     >> > > >     > > > So, as I said before,
> > nothing
> > > > > should
> > > > > >> >>> stop
> > > > > >> >>> > us
> > > > > >> >>> > > to
> > > > > >> >>> > > > >> > release
> > > > > >> >>> > > > >> >     >> now.
> > > > > >> >>> > > > >> >     >> > If
> > > > > >> >>> > > > >> >     >> > > > things
> > > > > >> >>> > > > >> >     >> > > >     > go
> > > > > >> >>> > > > >> >     >> > > >     > > > ok, Harbs will be next
> > release
> > > > > >> manager,
> > > > > >> >>> > and I
> > > > > >> >>> > > > >> hope
> > > > > >> >>> > > > >> > to be
> > > > > >> >>> > > > >> >     >> the
> > > > > >> >>> > > > >> >     >> > > > next one
> > > > > >> >>> > > > >> >     >> > > >     > :)
> > > > > >> >>> > > > >> >     >> > > >     > > >
> > > > > >> >>> > > > >> >     >> > > >     > > > Thanks
> > > > > >> >>> > > > >> >     >> > > >     > > >
> > > > > >> >>> > > > >> >     >> > > >     > > >
> > > > > >> >>> > > > >> >     >> > > >     > > >
> > > > > >> >>> > > > >> >     >> > > >     > > > >
> > > > > >> >>> > > > >> >     >> > > >     > > > > Thanks,
> > > > > >> >>> > > > >> >     >> > > >     > > > > -Alex
> > > > > >> >>> > > > >> >     >> > > >     > > > >
> > > > > >> >>> > > > >> >     >> > > >     > > > --
> > > > > >> >>> > > > >> >     >> > > >     > > > Carlos Rovira
> > > > > >> >>> > > > >> >     >> > > >     > > >
> > > > > >> >>> > > > >> >     >> > > >
> > > > > >> >>> > > > >> >     >> > >
> > > > > >> >>> > > > >> >     >> >
> > > > > >> >>> > > > >> >     >>
> > > > > >> >>> > > > >> >
> > > > > >> >>> > > > >>
> > > > > >> >>> > > >
> > > > > >> >>> > >
> > > > > >> >>> >
> > > > > >> >>>
> > > > > >>
> > > > >
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
> > > > > >> >>> > > > >> >     >> > > >     > > >
> > > > > >> >>> > > > >> >     >> > > >     > >
> > > > > >> >>> > > > >> >     >> > > >     >
> > > > > >> >>> > > > >> >     >> > > >     >
> > > > > >> >>> > > > >> >     >> > > >     > --
> > > > > >> >>> > > > >> >     >> > > >     >
> > > > > >> >>> > > > >> >     >> > > >     > Piotr Zarzycki
> > > > > >> >>> > > > >> >     >> > > >     >
> > > > > >> >>> > > > >> >     >> > > >     > Patreon: *
> > > > > >> >>> > > > >> >     >> > > >
> > > > > >> >>> > > > >> >     >> > >
> > > > > >> >>> > > > >> >     >> >
> > > > > >> >>> > > > >> >     >>
> > > > > >> >>> > > > >> >
> > > > > >> >>> > > > >>
> > > > > >> >>> > > >
> > > > > >> >>> > >
> > > > > >> >>> >
> > > > > >> >>>
> > > > > >>
> > > > >
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=VlfEFrmkwQC5UnUxxWv0VlNGx%2FBmgtWRZmGNplONbUE%3D&amp;reserved=0
> > > > > >> >>> > > > >> >     >> > > >     > <
> > > > > >> >>> > > > >> >     >> > > >
> > > > > >> >>> > > > >> >     >> > >
> > > > > >> >>> > > > >> >     >> >
> > > > > >> >>> > > > >> >     >>
> > > > > >> >>> > > > >> >
> > > > > >> >>> > > > >>
> > > > > >> >>> > > >
> > > > > >> >>> > >
> > > > > >> >>> >
> > > > > >> >>>
> > > > > >>
> > > > >
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=VlfEFrmkwQC5UnUxxWv0VlNGx%2FBmgtWRZmGNplONbUE%3D&amp;reserved=0
> > > > > >> >>> > > > >> >     >> > > > >*
> > > > > >> >>> > > > >> >     >> > > >     >
> > > > > >> >>> > > > >> >     >> > > >
> > > > > >> >>> > > > >> >     >> > > >
> > > > > >> >>> > > > >> >     >> > > >
> > > > > >> >>> > > > >> >     >> > >
> > > > > >> >>> > > > >> >     >> > > --
> > > > > >> >>> > > > >> >     >> > > Carlos Rovira
> > > > > >> >>> > > > >> >     >> > >
> > > > > >> >>> > > > >> >
> > > > > >> >>> > > > >>
> > > > > >> >>> > > >
> > > > > >> >>> > >
> > > > > >> >>> >
> > > > > >> >>>
> > > > > >>
> > > > >
> > > >
> > >
> >
> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0>



-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by OmPrakash Muppirala <bi...@gmail.com>.
Okay, I made several attempts through the day, making progress each time.
 The last run failed because the browser could not be launched.
I am going to pause on this and try again tomorrow (or later) . If someone
else wants to give this a go in the meantimne, they are welcome :-)

Thanks,
Om

On Mon, Oct 1, 2018 at 12:22 AM Carlos Rovira <ca...@apache.org>
wrote:

> Hi Om,
> no,  I Thought this was due to different tries of the release process but
> most of the poms are in 0.9.6-SNAPSHOT.
> You can search the entire repo for "0.9.X-SNAPSHOT" string to see that now
> X is 6.
>
> thanks
>
> El lun., 1 oct. 2018 a las 2:07, OmPrakash Muppirala (<
> bigosmallm@gmail.com>)
> escribió:
>
> > On Sun, Sep 30, 2018, 2:13 PM Carlos Rovira <ca...@apache.org>
> > wrote:
> >
> > > Hi Om,
> > > just saw that some poms was not changed to 0.9.6-SNAPSHOT.
> > >
> >
> > Do you mean 0.9.4-SNAPSHOT?
> >
> > Thanks,
> > Om
> >
> >
> >
> > I think that should be fixed and get a prepare maven release process that
> > > could finaly gets all poms updated to new version.
> > > Don't know if that could be the problem. Can you try again?
> > > thanks
> > >
> > > El dom., 30 sept. 2018 a las 21:32, OmPrakash Muppirala (<
> > > bigosmallm@gmail.com>) escribió:
> > >
> > > > Made a bit more progress, but the build is failing here now:
> > > >
> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: Royale:
> > > > DataBindingExample_as SUCCESS [  2.469 s]
> > > >
> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: Royale:
> > > > DataBindingExample_Flat FAILURE [  1.756 s]
> > > >
> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: Royale:
> > > > DataBindingExampleWithLayout SKIPPED
> > > >
> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: Royale:
> > > DataGridExample
> > > > ... SKIPPED
> > > >
> > > >
> > > >
> > > > Detailed error:
> > > >
> > > >
> > > >     [exec] [INFO] [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > >
> > > >      [exec] [INFO] [INFO] BUILD FAILURE
> > > >
> > > >      [exec] [INFO] [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > >
> > > >      [exec] [INFO] [INFO] Total time: 07:03 min
> > > >
> > > >      [exec] [INFO] [INFO] Finished at: 2018-09-30T12:17:45-07:00
> > > >
> > > >      [exec] [INFO] [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > >
> > > >      [exec] [INFO] [ERROR] Failed to execute goal
> > > > org.apache.maven.plugins:maven-dependency-plugin:2.10:unpack
> > > (unpack-fonts)
> > > > on project DataBindingExample_Flat: Unable to find artifact. Could
> not
> > > find
> > > > artifact org.apache.royale.framework:Fonts:war:0.9.4 in
> apache-release
> > (
> > > > https://repository.apache.org/content/repositories/releases)
> > > >
> > > >      [exec] [INFO] [ERROR]
> > > >
> > > >      [exec] [INFO] [ERROR] Try downloading the file manually from the
> > > > project website.
> > > >
> > > >      [exec] [INFO] [ERROR]
> > > >
> > > >      [exec] [INFO] [ERROR] Then, install it using the command:
> > > >
> > > >      [exec] [INFO] [ERROR]     mvn install:install-file
> > > > -DgroupId=org.apache.royale.framework -DartifactId=Fonts
> > -Dversion=0.9.4
> > > > -Dpackaging=war -Dfile=/path/to/file
> > > >
> > > >      [exec] [INFO] [ERROR]
> > > >
> > > >      [exec] [INFO] [ERROR] Alternatively, if you host your own
> > repository
> > > > you can deploy the file there:
> > > >
> > > >      [exec] [INFO] [ERROR]     mvn deploy:deploy-file
> > > > -DgroupId=org.apache.royale.framework -DartifactId=Fonts
> > -Dversion=0.9.4
> > > > -Dpackaging=war -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> > > >
> > > >      [exec] [INFO] [ERROR]
> > > >
> > > >      [exec] [INFO] [ERROR]
> > > >
> > > >      [exec] [INFO] [ERROR]
> >  org.apache.royale.framework:Fonts:war:0.9.4
> > > >
> > > >      [exec] [INFO] [ERROR]
> > > >
> > > >      [exec] [INFO] [ERROR] from the specified remote repositories:
> > > >
> > > >      [exec] [INFO] [ERROR]   apache-release (
> > > > https://repository.apache.org/content/repositories/releases,
> > > > releases=true,
> > > > snapshots=false),
> > > >
> > > >      [exec] [INFO] [ERROR]   apache-snapshots (
> > > > https://repository.apache.org/content/repositories/snapshots,
> > > > releases=false, snapshots=true),
> > > >
> > > >      [exec] [INFO] [ERROR]   apache.snapshots (
> > > > https://repository.apache.org/snapshots, releases=false,
> > > snapshots=true),
> > > >
> > > >      [exec] [INFO] [ERROR]   central (
> > > https://repo.maven.apache.org/maven2
> > > > ,
> > > > releases=true, snapshots=false)
> > > >
> > > >      [exec] [INFO] [ERROR] -> [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] [ERROR]
> > > >
> > > >      [exec] [INFO] [ERROR] After correcting the problems, you can
> > resume
> > > > the build with the command
> > > >
> > > >      [exec] [INFO] [ERROR]   mvn <goals> -rf :DataBindingExample_Flat
> > > >
> > > >      [exec] [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > >
> > > >      [exec] [INFO] Reactor Summary:
> > > >
> > > >      [exec] [INFO] Apache Royale: Framework: Parent 0.9.5-SNAPSHOT
> ....
> > > > FAILURE [07:08 min]
> > > >
> > > >      [exec] [INFO] Apache Royale: Framework
> ...........................
> > > > SKIPPED
> > > >
> > > >      [exec] [INFO] Apache Royale: Framework: Fonts
> ....................
> > > > SKIPPED
> > > >
> > > >
> > > >
> > > > Can someone please take a look?
> > > >
> > > > On Sun, Sep 30, 2018 at 9:13 AM OmPrakash Muppirala <
> > > bigosmallm@gmail.com>
> > > > wrote:
> > > >
> > > > > Thanks for the quick fix!  Will pull develop and try again.  Will
> > > report
> > > > > in a while.
> > > > >
> > > > > Regards,
> > > > > Om
> > > > >
> > > > >
> > > > > On Sun, Sep 30, 2018, 8:47 AM Carlos Rovira <
> carlosrovira@apache.org
> > >
> > > > > wrote:
> > > > >
> > > > >> Hi Om,
> > > > >>
> > > > >> error is now fixed. Can you try to release again?
> > > > >> thanks
> > > > >>
> > > > >> Carlos
> > > > >>
> > > > >>
> > > > >>
> > > > >>
> > > > >>
> > > > >> El dom., 30 sept. 2018 a las 17:27, Carlos Rovira (<
> > > > >> carlosrovira@apache.org>)
> > > > >> escribió:
> > > > >>
> > > > >> > Hi,
> > > > >> >
> > > > >> > just reverted the two generated commits for release, I left to
> you
> > > > >> remove
> > > > >> > new branches generated.
> > > > >> > About the fail, I was wrong, since I saw this very quickly. It's
> > not
> > > > >> about
> > > > >> > JDK, I'm using as well 1.8. I was confused for other thing I had
> > > some
> > > > >> weeks
> > > > >> > ago, and was trying to use another JDK, but I don't remember
> what
> > > was.
> > > > >> >
> > > > >> > Anyway, the problem is about java doc, in the new class
> > > > >> > AMFCompressionException.java I introduce some months ago.
> > > > >> > since we never execute java doc generation we didn't see this.
> > > > >> >
> > > > >> > I'm going to try to fix this removing the problems I see, and
> I'll
> > > try
> > > > >> to
> > > > >> > see if I can try to use java doc to test if I pass the problem.
> > > > >> >
> > > > >> > I'll report soon.
> > > > >> >
> > > > >> > Carlos
> > > > >> >
> > > > >> >
> > > > >> > El dom., 30 sept. 2018 a las 17:12, Carlos Rovira (<
> > > > >> > carlosrovira@apache.org>) escribió:
> > > > >> >
> > > > >> >> Hi, since I'm going to work now on some compiler changes, I'll
> > > revert
> > > > >> >> those 2 commits in each repo. I'll try to pass as well maven
> with
> > > > java
> > > > >> 1.8
> > > > >> >> in amp and see if I get the same error
> > > > >> >>
> > > > >> >> El dom., 30 sept. 2018 a las 15:16, Piotr Zarzycki (<
> > > > >> >> piotrzarzycki21@gmail.com>) escribió:
> > > > >> >>
> > > > >> >>> Om,
> > > > >> >>>
> > > > >> >>> I think if you got fail during the process you should right
> > after
> > > > >> that.
> > > > >> >>> 1) Remove created release tags
> > > > >> >>> 2) Revert all changes which Maven did in develop branches to
> the
> > > > >> previous
> > > > >> >>> state
> > > > >> >>>
> > > > >> >>> Thanks,
> > > > >> >>> Piotr
> > > > >> >>>
> > > > >> >>> niedz., 30 wrz 2018 o 12:40 Carlos Rovira <
> > > > >> carlos.rovira@codeoscopic.com
> > > > >> >>> >
> > > > >> >>> napisał(a):
> > > > >> >>>
> > > > >> >>> > Hi Om,
> > > > >> >>> > don't have many time now, but seems you are using JDK 1.8
> and
> > > that
> > > > >> >>> project
> > > > >> >>> > needs to be 1.7 or will fail
> > > > >> >>> > I'll connect some hours later to see if you could use that
> sdk
> > > > >> >>> > good luck! :)
> > > > >> >>> >
> > > > >> >>> > El dom., 30 sept. 2018 a las 11:34, Piotr Zarzycki (<
> > > > >> >>> > piotrzarzycki21@gmail.com>) escribió:
> > > > >> >>> >
> > > > >> >>> > > Hi Om,
> > > > >> >>> > >
> > > > >> >>> > > Have you tried build that example on their own? Is it
> > failing
> > > > with
> > > > >> >>> the
> > > > >> >>> > same
> > > > >> >>> > > stack trace?
> > > > >> >>> > >
> > > > >> >>> > > Thanks,
> > > > >> >>> > > Piotr
> > > > >> >>> > >
> > > > >> >>> > > On Sun, Sep 30, 2018, 9:31 AM OmPrakash Muppirala <
> > > > >> >>> bigosmallm@gmail.com>
> > > > >> >>> > > wrote:
> > > > >> >>> > >
> > > > >> >>> > > > So, I made a lot of progress (much more than last time),
> > but
> > > > >> >>> > > unfortunately
> > > > >> >>> > > > the build failed at this stage.  Looks like an issue
> with
> > > the
> > > > >> >>> > > > SampleAmfWebApp.  Anyone else seeing this error or am I
> > > doing
> > > > >> >>> something
> > > > >> >>> > > > wrong?
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples:
> Native:
> > > > >> >>> USStatesMap
> > > > >> >>> > > > ....... SUCCESS [  1.001 s]
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples:
> NodeJS
> > > > >> >>> > > > .................... SUCCESS [  0.210 s]
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples:
> NodeJS:
> > > > >> >>> HelloWorld
> > > > >> >>> > > > ........ SUCCESS [  0.945 s]
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: AMF
> Web
> > > > Apps
> > > > >> >>> > > > .............. SUCCESS [  0.202 s]
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: AMF
> Web
> > > > Apps:
> > > > >> >>> > > > SampleAmfWebApp FAILURE [01:51 min]
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples:
> > > > >> Integrationtests
> > > > >> >>> > > > .......... SKIPPED
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [INFO] compc
> > > > >> >>> > > > .............................................. SKIPPED
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [INFO] compiler-asc
> > > > >> >>> > > > ....................................... SKIPPED
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [INFO] compiler-compc
> > > > >> >>> > > > ..................................... SKIPPED
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [INFO] compiler-mxmlc
> > > > >> >>> > > > ..................................... SKIPPED
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [INFO] compiler-optimizer
> > > > >> >>> > > > ................................. SKIPPED
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [INFO] compiler-swfdump
> > > > >> >>> > > > ................................... SKIPPED
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [INFO] mxmlc
> > > > >> >>> > > > .............................................. SKIPPED
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Distribution
> > > > >> >>> > > > ........................ SKIPPED
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: ManualTests
> > > > >> >>> > > > ......................... SKIPPED
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: ManualTests:
> > > > UnitTests
> > > > >> >>> > > > .............. SKIPPED
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Testsuite 0.9.4
> > > > >> >>> > > > ..................... SKIPPED
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [INFO]
> > > > >> >>> > > >
> > > > >> >>> >
> > > > >> >>>
> > > > >>
> > >
> ------------------------------------------------------------------------
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [INFO] BUILD FAILURE
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [INFO]
> > > > >> >>> > > >
> > > > >> >>> >
> > > > >> >>>
> > > > >>
> > >
> ------------------------------------------------------------------------
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [INFO] Total time: 14:11 min
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [INFO] Finished at:
> > > > 2018-09-30T00:25:37-07:00
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [INFO]
> > > > >> >>> > > >
> > > > >> >>> >
> > > > >> >>>
> > > > >>
> > >
> ------------------------------------------------------------------------
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [ERROR] Failed to execute goal
> > > > >> >>> > > > org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:jar
> > > > >> >>> > > (attach-javadocs)
> > > > >> >>> > > > on project SampleAmfWebApp: MavenReportException: Error
> > > while
> > > > >> >>> > generating
> > > > >> >>> > > > Javadoc:
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [ERROR] Exit code: 1 -
> > > > >> >>> > > >
> > > > >> >>> > > >
> > > > >> >>> > >
> > > > >> >>> >
> > > > >> >>>
> > > > >>
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
> > > > >> >>> > > > error: @param name not found
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param code
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [ERROR]           ^
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > >> >>> > > >
> > > > >> >>> > > >
> > > > >> >>> > >
> > > > >> >>> >
> > > > >> >>>
> > > > >>
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
> > > > >> >>> > > > warning: no description for @param
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param code
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [ERROR]    ^
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > >> >>> > > >
> > > > >> >>> > > >
> > > > >> >>> > >
> > > > >> >>> >
> > > > >> >>>
> > > > >>
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:33:
> > > > >> >>> > > > warning: no @param for compressionError
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [ERROR] public
> > > > >> >>> > > > AMFCompressionException(AMFCompressionError
> > > compressionError)
> > > > {
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [ERROR]        ^
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > >> >>> > > >
> > > > >> >>> > > >
> > > > >> >>> > >
> > > > >> >>> >
> > > > >> >>>
> > > > >>
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
> > > > >> >>> > > > error: @param name not found
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param code
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [ERROR]           ^
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > >> >>> > > >
> > > > >> >>> > > >
> > > > >> >>> > >
> > > > >> >>> >
> > > > >> >>>
> > > > >>
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
> > > > >> >>> > > > warning: no description for @param
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param code
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [ERROR]    ^
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > >> >>> > > >
> > > > >> >>> > > >
> > > > >> >>> > >
> > > > >> >>> >
> > > > >> >>>
> > > > >>
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:41:
> > > > >> >>> > > > warning: no description for @param
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param cause
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [ERROR]    ^
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > >> >>> > > >
> > > > >> >>> > > >
> > > > >> >>> > >
> > > > >> >>> >
> > > > >> >>>
> > > > >>
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:43:
> > > > >> >>> > > > warning: no @param for compressionError
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [ERROR] public
> > > > >> >>> > > > AMFCompressionException(AMFCompressionError
> > > compressionError,
> > > > >> >>> Throwable
> > > > >> >>> > > > cause) {
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [ERROR]        ^
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [ERROR] Command line was:
> > > > >> >>> > > >
> > > > >> >>> > > >
> > > > >> >>> > >
> > > > >> >>> >
> > > > >> >>>
> > > > >>
> > > >
> > >
> >
> /Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/../bin/javadoc
> > > > >> >>> > > > @options @packages
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [ERROR] Refer to the generated
> Javadoc
> > > > files
> > > > >> in
> > > > >> >>> > > >
> > > > >> >>> > > >
> > > > >> >>> > >
> > > > >> >>> >
> > > > >> >>>
> > > > >>
> > > >
> > >
> >
> '/Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/target/apidocs'
> > > > >> >>> > > > dir.
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [ERROR] -> [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] [ERROR]
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [ERROR] After correcting the
> problems,
> > > you
> > > > >> can
> > > > >> >>> > resume
> > > > >> >>> > > > the build with the command
> > > > >> >>> > > >
> > > > >> >>> > > >      [exec] [INFO] [ERROR]   mvn <goals> -rf
> > > :SampleAmfWebApp
> > > > >> >>> > > >
> > > > >> >>> > > > On Sat, Sep 29, 2018 at 11:58 AM OmPrakash Muppirala <
> > > > >> >>> > > bigosmallm@gmail.com
> > > > >> >>> > > > >
> > > > >> >>> > > > wrote:
> > > > >> >>> > > >
> > > > >> >>> > > > > Okay, trying now.
> > > > >> >>> > > > >
> > > > >> >>> > > > > On Tue, Sep 25, 2018 at 9:52 AM Piotr Zarzycki <
> > > > >> >>> > > > piotrzarzycki21@gmail.com>
> > > > >> >>> > > > > wrote:
> > > > >> >>> > > > >
> > > > >> >>> > > > >> Om,
> > > > >> >>> > > > >>
> > > > >> >>> > > > >> I think if you first try to build Royale framework
> with
> > > > Maven
> > > > >> >>> all
> > > > >> >>> > the
> > > > >> >>> > > > >> dependencies will be downloaded. During framework
> build
> > > you
> > > > >> >>> should
> > > > >> >>> > get
> > > > >> >>> > > > >> question about license related to player global etc.
> > Once
> > > > >> you do
> > > > >> >>> > > > >> successful
> > > > >> >>> > > > >> build  you could try to go and play with script for
> > > > release.
> > > > >> -
> > > > >> >>> That
> > > > >> >>> > > way
> > > > >> >>> > > > to
> > > > >> >>> > > > >> go make you sure that script won't fail later during
> > the
> > > > >> >>> process.
> > > > >> >>> > > > >>
> > > > >> >>> > > > >> Thanks,
> > > > >> >>> > > > >> Piotr
> > > > >> >>> > > > >>
> > > > >> >>> > > > >> pon., 24 wrz 2018 o 07:35 Alex Harui
> > > > >> <ah...@adobe.com.invalid>
> > > > >> >>> > > > >> napisał(a):
> > > > >> >>> > > > >>
> > > > >> >>> > > > >> > According to the archives, try running:
> > > > >> >>> > > > >> >
> > > > >> >>> > > > >> >     mvn -s settings-template.xml clean install
> > > > >> >>> > > > >> >
> > > > >> >>> > > > >> > Thanks,
> > > > >> >>> > > > >> > -Alex
> > > > >> >>> > > > >> >
> > > > >> >>> > > > >> > On 9/23/18, 3:48 PM, "OmPrakash Muppirala" <
> > > > >> >>> bigosmallm@gmail.com
> > > > >> >>> > >
> > > > >> >>> > > > >> wrote:
> > > > >> >>> > > > >> >
> > > > >> >>> > > > >> >     On Sun, Sep 23, 2018 at 3:43 PM OmPrakash
> > > Muppirala <
> > > > >> >>> > > > >> > bigosmallm@gmail.com>
> > > > >> >>> > > > >> >     wrote:
> > > > >> >>> > > > >> >
> > > > >> >>> > > > >> >     > Thanks.  I decided to stick with 1.8 :-)
> > > > >> >>> > > > >> >     >
> > > > >> >>> > > > >> >     >
> > > > >> >>> > > > >> >     BTW, this is when I run: mvn clean install in
> the
> > > > >> >>> royale-asjs
> > > > >> >>> > > > >> > directory:
> > > > >> >>> > > > >> >
> > > > >> >>> > > > >> >
> > > > >> >>> > > > >> >     > I am seeing this error:
> > > > >> >>> > > > >> >     >
> > > > >> >>> > > > >> >     > [ERROR] Failed to execute goal
> > > > >> >>> > > > >> >     >
> > > > >> >>> > > > >> >
> > > > >> >>> > > >
> > > > >> >>> >
> > > > >> >>>
> > > > >>
> > >
> org.apache.royale.compiler:royale-maven-plugin:0.9.4-SNAPSHOT:compile-as
> > > > >> >>> > > > >> >     > (default-compile-as) on project Core: Could
> not
> > > > >> resolve
> > > > >> >>> > > > >> dependencies
> > > > >> >>> > > > >> > for
> > > > >> >>> > > > >> >     > project
> > > > >> >>> org.apache.royale.framework:Core:swc:0.9.4-SNAPSHOT:
> > > > >> >>> > > > >> Failure
> > > > >> >>> > > > >> > to
> > > > >> >>> > > > >> >     > find
> com.adobe.air.framework:airglobal:swc:20.0
> > > in
> > > > >> >>> > > > >> >     >
> > > > >> >>> > > > >> >
> > > > >> >>> > > > >>
> > > > >> >>> > > >
> > > > >> >>> > >
> > > > >> >>> >
> > > > >> >>>
> > > > >>
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0
> > > > >> >>> > > > >> > was cached in
> > > > >> >>> > > > >> >     > the local repository, resolution will not be
> > > > >> reattempted
> > > > >> >>> > until
> > > > >> >>> > > > the
> > > > >> >>> > > > >> > update
> > > > >> >>> > > > >> >     > interval of apache-release has elapsed or
> > updates
> > > > are
> > > > >> >>> forced
> > > > >> >>> > > ->
> > > > >> >>> > > > >> > [Help 1]
> > > > >> >>> > > > >> >     >
> > > > >> >>> > > > >> >     > I don't see a `com` directory on
> > > > >> >>> > > > >> >     >
> > > > >> >>> > > > >> >
> > > > >> >>> > > > >>
> > > > >> >>> > > >
> > > > >> >>> > >
> > > > >> >>> >
> > > > >> >>>
> > > > >>
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0
> > > > >> >>> > > > >> >     >
> > > > >> >>> > > > >> >     > Is that expected?
> > > > >> >>> > > > >> >     >
> > > > >> >>> > > > >> >     > Thanks,
> > > > >> >>> > > > >> >     > Om
> > > > >> >>> > > > >> >     >
> > > > >> >>> > > > >> >     >
> > > > >> >>> > > > >> >     > On Sun, Sep 23, 2018 at 2:15 AM Carlos
> Rovira <
> > > > >> >>> > > > >> > carlosrovira@apache.org>
> > > > >> >>> > > > >> >     > wrote:
> > > > >> >>> > > > >> >     >
> > > > >> >>> > > > >> >     >> Hi Om,
> > > > >> >>> > > > >> >     >>
> > > > >> >>> > > > >> >     >> I have Java 8 and 10 installed, and I think
> I
> > > was
> > > > >> able
> > > > >> >>> to
> > > > >> >>> > > > compile
> > > > >> >>> > > > >> > three
> > > > >> >>> > > > >> >     >> repos, but I find AMF java example doesn't
> > work,
> > > > >> since
> > > > >> >>> > > BlazeDS
> > > > >> >>> > > > >> > needs a
> > > > >> >>> > > > >> >     >> Lower version I need to go with 8 for this
> > > > example.
> > > > >> >>> Maybe
> > > > >> >>> > > other
> > > > >> >>> > > > >> > part needs
> > > > >> >>> > > > >> >     >> as well 7 or 8.
> > > > >> >>> > > > >> >     >> I think trying another SDK should be left to
> > > some
> > > > >> time
> > > > >> >>> > > between
> > > > >> >>> > > > >> > releases,
> > > > >> >>> > > > >> >     >> since if not you can find spending more time
> > > that
> > > > >> you
> > > > >> >>> > > thought.
> > > > >> >>> > > > >> >     >>
> > > > >> >>> > > > >> >     >> just my 2
> > > > >> >>> > > > >> >     >>
> > > > >> >>> > > > >> >     >> Thanks
> > > > >> >>> > > > >> >     >>
> > > > >> >>> > > > >> >     >> Carlos
> > > > >> >>> > > > >> >     >>
> > > > >> >>> > > > >> >     >> El dom., 23 sept. 2018 a las 8:14, OmPrakash
> > > > >> Muppirala
> > > > >> >>> (<
> > > > >> >>> > > > >> >     >> bigosmallm@gmail.com>) escribió:
> > > > >> >>> > > > >> >     >>
> > > > >> >>> > > > >> >     >> > Okay trying this out now.
> > > > >> >>> > > > >> >     >> >
> > > > >> >>> > > > >> >     >> > First question:  The release doc [1] says
> we
> > > > need
> > > > >> >>> Java
> > > > >> >>> > 1.7
> > > > >> >>> > > or
> > > > >> >>> > > > >> > higher.
> > > > >> >>> > > > >> >     >> Has
> > > > >> >>> > > > >> >     >> > anyone tried Java 10?   That is the
> default
> > > > >> version
> > > > >> >>> > > available
> > > > >> >>> > > > >> > through
> > > > >> >>> > > > >> >     >> all
> > > > >> >>> > > > >> >     >> > installation channels.
> > > > >> >>> > > > >> >     >> > Any pitfalls I should consider?
> > > > >> >>> > > > >> >     >> >
> > > > >> >>> > > > >> >     >> > Thanks,
> > > > >> >>> > > > >> >     >> > Om
> > > > >> >>> > > > >> >     >> >
> > > > >> >>> > > > >> >     >> > On Fri, Sep 21, 2018 at 12:23 PM Carlos
> > > Rovira <
> > > > >> >>> > > > >> > carlosrovira@apache.org
> > > > >> >>> > > > >> >     >> >
> > > > >> >>> > > > >> >     >> > wrote:
> > > > >> >>> > > > >> >     >> >
> > > > >> >>> > > > >> >     >> > > I think we are ready to go, so let's go!
> > ;-)
> > > > >> >>> > > > >> >     >> > >
> > > > >> >>> > > > >> >     >> > > Good luck Om! :)
> > > > >> >>> > > > >> >     >> > >
> > > > >> >>> > > > >> >     >> > > El vie., 21 sept. 2018 a las 18:19, Alex
> > > Harui
> > > > >> >>> > > > >> >     >> (<aharui@adobe.com.invalid
> > > > >> >>> > > > >> >     >> > > >)
> > > > >> >>> > > > >> >     >> > > escribió:
> > > > >> >>> > > > >> >     >> > >
> > > > >> >>> > > > >> >     >> > > > Yes, I think they are ready.  I
> removed
> > > the
> > > > >> >>> > > release/0.9.4
> > > > >> >>> > > > >> > branches
> > > > >> >>> > > > >> >     >> so
> > > > >> >>> > > > >> >     >> > the
> > > > >> >>> > > > >> >     >> > > > scripts should be able to make a new
> > one.
> > > > >> >>> > > > >> >     >> > > >
> > > > >> >>> > > > >> >     >> > > > -Alex
> > > > >> >>> > > > >> >     >> > > >
> > > > >> >>> > > > >> >     >> > > > On 9/21/18, 8:58 AM, "OmPrakash
> > > Muppirala" <
> > > > >> >>> > > > >> > bigosmallm@gmail.com>
> > > > >> >>> > > > >> >     >> > > wrote:
> > > > >> >>> > > > >> >     >> > > >
> > > > >> >>> > > > >> >     >> > > >     Alex said in his last email that
> the
> > > > repos
> > > > >> >>> are
> > > > >> >>> > > ready.
> > > > >> >>> > > > >> > Will try
> > > > >> >>> > > > >> >     >> in
> > > > >> >>> > > > >> >     >> > a
> > > > >> >>> > > > >> >     >> > > > few
> > > > >> >>> > > > >> >     >> > > >     minutes.
> > > > >> >>> > > > >> >     >> > > >
> > > > >> >>> > > > >> >     >> > > >     Thanks,
> > > > >> >>> > > > >> >     >> > > >     Om
> > > > >> >>> > > > >> >     >> > > >
> > > > >> >>> > > > >> >     >> > > >     On Fri, Sep 21, 2018, 7:24 AM
> Piotr
> > > > >> Zarzycki
> > > > >> >>> <
> > > > >> >>> > > > >> >     >> > > > piotrzarzycki21@gmail.com>
> > > > >> >>> > > > >> >     >> > > >     wrote:
> > > > >> >>> > > > >> >     >> > > >
> > > > >> >>> > > > >> >     >> > > >     > Om,
> > > > >> >>> > > > >> >     >> > > >     >
> > > > >> >>> > > > >> >     >> > > >     > In my opinion you have
> everything
> > > > ready
> > > > >> to
> > > > >> >>> go!
> > > > >> >>> > > > Since
> > > > >> >>> > > > >> > develop
> > > > >> >>> > > > >> >     >> is
> > > > >> >>> > > > >> >     >> > > ready
> > > > >> >>> > > > >> >     >> > > >     > probably you will start doing
> > steps
> > > > from
> > > > >> >>> the
> > > > >> >>> > > > >> beginning,
> > > > >> >>> > > > >> > so in
> > > > >> >>> > > > >> >     >> the
> > > > >> >>> > > > >> >     >> > > > results
> > > > >> >>> > > > >> >     >> > > >     > we will get branches release/
> > 0.9.4.
> > > > >> >>> However
> > > > >> >>> > they
> > > > >> >>> > > > >> > already
> > > > >> >>> > > > >> >     >> exists,
> > > > >> >>> > > > >> >     >> > > > because
> > > > >> >>> > > > >> >     >> > > >     > of
> > > > >> >>> > > > >> >     >> > > >     > my previous attempt.
> > > > >> >>> > > > >> >     >> > > >     >
> > > > >> >>> > > > >> >     >> > > >     > Maybe before you even start they
> > > need
> > > > >> to be
> > > > >> >>> > > > removed.
> > > > >> >>> > > > >> >     >> > > >     >
> > > > >> >>> > > > >> >     >> > > >     > Thanks,
> > > > >> >>> > > > >> >     >> > > >     > Piotr
> > > > >> >>> > > > >> >     >> > > >     >
> > > > >> >>> > > > >> >     >> > > >     >
> > > > >> >>> > > > >> >     >> > > >     >
> > > > >> >>> > > > >> >     >> > > >     > pt., 21 wrz 2018 o 16:16
> OmPrakash
> > > > >> >>> Muppirala <
> > > > >> >>> > > > >> >     >> > bigosmallm@gmail.com
> > > > >> >>> > > > >> >     >> > > >
> > > > >> >>> > > > >> >     >> > > >     > napisał(a):
> > > > >> >>> > > > >> >     >> > > >     >
> > > > >> >>> > > > >> >     >> > > >     > > So am I clear to try and
> > release?
> > > > Or
> > > > >> >>> should
> > > > >> >>> > I
> > > > >> >>> > > > wait
> > > > >> >>> > > > >> > for any
> > > > >> >>> > > > >> >     >> > other
> > > > >> >>> > > > >> >     >> > > > feature
> > > > >> >>> > > > >> >     >> > > >     > > or bug?
> > > > >> >>> > > > >> >     >> > > >     > >
> > > > >> >>> > > > >> >     >> > > >     > > Thanks,
> > > > >> >>> > > > >> >     >> > > >     > > Om
> > > > >> >>> > > > >> >     >> > > >     > >
> > > > >> >>> > > > >> >     >> > > >     > > On Fri, Sep 21, 2018, 6:20 AM
> > > Carlos
> > > > >> >>> Rovira <
> > > > >> >>> > > > >> >     >> > > > carlosrovira@apache.org>
> > > > >> >>> > > > >> >     >> > > >     > > wrote:
> > > > >> >>> > > > >> >     >> > > >     > >
> > > > >> >>> > > > >> >     >> > > >     > > > Hi Alex
> > > > >> >>> > > > >> >     >> > > >     > > >
> > > > >> >>> > > > >> >     >> > > >     > > > El vie., 21 sept. 2018 a las
> > > 3:06,
> > > > >> Alex
> > > > >> >>> > Harui
> > > > >> >>> > > > >> >     >> > > >     > (<aharui@adobe.com.invalid
> > > > >> >>> > > > >> >     >> > > >     > > >)
> > > > >> >>> > > > >> >     >> > > >     > > > escribió:
> > > > >> >>> > > > >> >     >> > > >     > > >
> > > > >> >>> > > > >> >     >> > > >     > > > > I made some adjustments to
> > the
> > > > >> repos
> > > > >> >>> so
> > > > >> >>> > > that
> > > > >> >>> > > > >> they
> > > > >> >>> > > > >> >     >> "should"
> > > > >> >>> > > > >> >     >> > be
> > > > >> >>> > > > >> >     >> > > > ready
> > > > >> >>> > > > >> >     >> > > >     > to
> > > > >> >>> > > > >> >     >> > > >     > > > run
> > > > >> >>> > > > >> >     >> > > >     > > > > the scripts and produce
> the
> > > > 0.9.4
> > > > >> >>> > release.
> > > > >> >>> > > > Of
> > > > >> >>> > > > >> > course, I
> > > > >> >>> > > > >> >     >> > > could
> > > > >> >>> > > > >> >     >> > > > be
> > > > >> >>> > > > >> >     >> > > >     > > wrong.
> > > > >> >>> > > > >> >     >> > > >     > > > > We'll see how Om fares.
> > > > >> >>> > > > >> >     >> > > >     > > > >
> > > > >> >>> > > > >> >     >> > > >     > > > >
> > > > >> >>> > > > >> >     >> > > >     > > > so cool :)
> > > > >> >>> > > > >> >     >> > > >     > > >
> > > > >> >>> > > > >> >     >> > > >     > > >
> > > > >> >>> > > > >> >     >> > > >     > > > > I also put in a change
> that
> > > > should
> > > > >> >>> fix
> > > > >> >>> > the
> > > > >> >>> > > > >> > dependencies
> > > > >> >>> > > > >> >     >> > > > issue.  So
> > > > >> >>> > > > >> >     >> > > >     > the
> > > > >> >>> > > > >> >     >> > > >     > > > > remaining questions are
> > around
> > > > the
> > > > >> >>> AMF
> > > > >> >>> > > > problem.
> > > > >> >>> > > > >> > I'm
> > > > >> >>> > > > >> >     >> > thinking
> > > > >> >>> > > > >> >     >> > > > of
> > > > >> >>> > > > >> >     >> > > >     > > looking
> > > > >> >>> > > > >> >     >> > > >     > > > > into what it takes to
> > support
> > > > >> Small
> > > > >> >>> > > Messages.
> > > > >> >>> > > > >> > However,
> > > > >> >>> > > > >> >     >> I
> > > > >> >>> > > > >> >     >> > > > don't know
> > > > >> >>> > > > >> >     >> > > >     > > > > anything about them.  How
> > > often
> > > > >> will
> > > > >> >>> > > > migrating
> > > > >> >>> > > > >> > people be
> > > > >> >>> > > > >> >     >> > > using
> > > > >> >>> > > > >> >     >> > > > Small
> > > > >> >>> > > > >> >     >> > > >     > > > > Messages?  Is it fair to
> > tell
> > > > >> them to
> > > > >> >>> > turn
> > > > >> >>> > > > off
> > > > >> >>> > > > >> > Small
> > > > >> >>> > > > >> >     >> > > Messages?
> > > > >> >>> > > > >> >     >> > > >     > > > >
> > > > >> >>> > > > >> >     >> > > >     > > >
> > > > >> >>> > > > >> >     >> > > >     > > > I think for now, that small
> > > > messages
> > > > >> >>> is a
> > > > >> >>> > > > BlazeDS
> > > > >> >>> > > > >> >     >> feature. I
> > > > >> >>> > > > >> >     >> > > > search for
> > > > >> >>> > > > >> >     >> > > >     > > > ZendAMF small messages and
> > > didn't
> > > > >> fin d
> > > > >> >>> > > > anything.
> > > > >> >>> > > > >> > So my
> > > > >> >>> > > > >> >     >> bet
> > > > >> >>> > > > >> >     >> > is
> > > > >> >>> > > > >> >     >> > > > that
> > > > >> >>> > > > >> >     >> > > >     > small
> > > > >> >>> > > > >> >     >> > > >     > > > messages is something only
> > > present
> > > > >> in
> > > > >> >>> > BlazeDS
> > > > >> >>> > > > and
> > > > >> >>> > > > >> > Data
> > > > >> >>> > > > >> >     >> > Services
> > > > >> >>> > > > >> >     >> > > > Adobe
> > > > >> >>> > > > >> >     >> > > >     > > > software.
> > > > >> >>> > > > >> >     >> > > >     > > >
> > > > >> >>> > > > >> >     >> > > >     > > > In the other hand, I'll be
> > check
> > > > new
> > > > >> >>> info
> > > > >> >>> > > from
> > > > >> >>> > > > >> > Darrell in
> > > > >> >>> > > > >> >     >> 1-2
> > > > >> >>> > > > >> >     >> > > > hours
> > > > >> >>> > > > >> >     >> > > >     > from
> > > > >> >>> > > > >> >     >> > > >     > > > now, but I think the problem
> > > with
> > > > >> >>> ZendAMF
> > > > >> >>> > > could
> > > > >> >>> > > > >> be
> > > > >> >>> > > > >> >     >> something
> > > > >> >>> > > > >> >     >> > > > like the
> > > > >> >>> > > > >> >     >> > > >     > one
> > > > >> >>> > > > >> >     >> > > >     > > > happened with coldfusion
> where
> > > > >> >>> > > ArrayCollection
> > > > >> >>> > > > >> > needs some
> > > > >> >>> > > > >> >     >> > > special
> > > > >> >>> > > > >> >     >> > > >     > > > treatment. I asked Darryl to
> > > start
> > > > >> with
> > > > >> >>> > > simple
> > > > >> >>> > > > >> > connections
> > > > >> >>> > > > >> >     >> > like
> > > > >> >>> > > > >> >     >> > > > we have
> > > > >> >>> > > > >> >     >> > > >     > > in
> > > > >> >>> > > > >> >     >> > > >     > > > our example (send and
> receive
> > a
> > > > >> String,
> > > > >> >>> > then
> > > > >> >>> > > a
> > > > >> >>> > > > >> > simple
> > > > >> >>> > > > >> >     >> object,
> > > > >> >>> > > > >> >     >> > > > and so
> > > > >> >>> > > > >> >     >> > > >     > > > on...). I think is not good
> to
> > > > start
> > > > >> >>> trying
> > > > >> >>> > > > from
> > > > >> >>> > > > >> a
> > > > >> >>> > > > >> > real
> > > > >> >>> > > > >> >     >> app
> > > > >> >>> > > > >> >     >> > > > scenario
> > > > >> >>> > > > >> >     >> > > >     > > where
> > > > >> >>> > > > >> >     >> > > >     > > > many other things could be
> > > working
> > > > >> >>> against
> > > > >> >>> > > you.
> > > > >> >>> > > > >> For
> > > > >> >>> > > > >> >     >> example,
> > > > >> >>> > > > >> >     >> > in
> > > > >> >>> > > > >> >     >> > > > our
> > > > >> >>> > > > >> >     >> > > >     > > > application, we have set up
> an
> > > > >> >>> additional
> > > > >> >>> > > > >> encoding
> > > > >> >>> > > > >> > to byte
> > > > >> >>> > > > >> >     >> > > array.
> > > > >> >>> > > > >> >     >> > > >     > > Something
> > > > >> >>> > > > >> >     >> > > >     > > > that even I was completely
> > > forget,
> > > > >> and
> > > > >> >>> > when I
> > > > >> >>> > > > >> > started to
> > > > >> >>> > > > >> >     >> try
> > > > >> >>> > > > >> >     >> > > > AMF, I was
> > > > >> >>> > > > >> >     >> > > >     > > > always getting nothing
> until I
> > > > >> reach to
> > > > >> >>> > that
> > > > >> >>> > > > >> point.
> > > > >> >>> > > > >> >     >> > > >     > > >
> > > > >> >>> > > > >> >     >> > > >     > > > So, as I said before,
> nothing
> > > > should
> > > > >> >>> stop
> > > > >> >>> > us
> > > > >> >>> > > to
> > > > >> >>> > > > >> > release
> > > > >> >>> > > > >> >     >> now.
> > > > >> >>> > > > >> >     >> > If
> > > > >> >>> > > > >> >     >> > > > things
> > > > >> >>> > > > >> >     >> > > >     > go
> > > > >> >>> > > > >> >     >> > > >     > > > ok, Harbs will be next
> release
> > > > >> manager,
> > > > >> >>> > and I
> > > > >> >>> > > > >> hope
> > > > >> >>> > > > >> > to be
> > > > >> >>> > > > >> >     >> the
> > > > >> >>> > > > >> >     >> > > > next one
> > > > >> >>> > > > >> >     >> > > >     > :)
> > > > >> >>> > > > >> >     >> > > >     > > >
> > > > >> >>> > > > >> >     >> > > >     > > > Thanks
> > > > >> >>> > > > >> >     >> > > >     > > >
> > > > >> >>> > > > >> >     >> > > >     > > >
> > > > >> >>> > > > >> >     >> > > >     > > >
> > > > >> >>> > > > >> >     >> > > >     > > > >
> > > > >> >>> > > > >> >     >> > > >     > > > > Thanks,
> > > > >> >>> > > > >> >     >> > > >     > > > > -Alex
> > > > >> >>> > > > >> >     >> > > >     > > > >
> > > > >> >>> > > > >> >     >> > > >     > > > --
> > > > >> >>> > > > >> >     >> > > >     > > > Carlos Rovira
> > > > >> >>> > > > >> >     >> > > >     > > >
> > > > >> >>> > > > >> >     >> > > >
> > > > >> >>> > > > >> >     >> > >
> > > > >> >>> > > > >> >     >> >
> > > > >> >>> > > > >> >     >>
> > > > >> >>> > > > >> >
> > > > >> >>> > > > >>
> > > > >> >>> > > >
> > > > >> >>> > >
> > > > >> >>> >
> > > > >> >>>
> > > > >>
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
> > > > >> >>> > > > >> >     >> > > >     > > >
> > > > >> >>> > > > >> >     >> > > >     > >
> > > > >> >>> > > > >> >     >> > > >     >
> > > > >> >>> > > > >> >     >> > > >     >
> > > > >> >>> > > > >> >     >> > > >     > --
> > > > >> >>> > > > >> >     >> > > >     >
> > > > >> >>> > > > >> >     >> > > >     > Piotr Zarzycki
> > > > >> >>> > > > >> >     >> > > >     >
> > > > >> >>> > > > >> >     >> > > >     > Patreon: *
> > > > >> >>> > > > >> >     >> > > >
> > > > >> >>> > > > >> >     >> > >
> > > > >> >>> > > > >> >     >> >
> > > > >> >>> > > > >> >     >>
> > > > >> >>> > > > >> >
> > > > >> >>> > > > >>
> > > > >> >>> > > >
> > > > >> >>> > >
> > > > >> >>> >
> > > > >> >>>
> > > > >>
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=VlfEFrmkwQC5UnUxxWv0VlNGx%2FBmgtWRZmGNplONbUE%3D&amp;reserved=0
> > > > >> >>> > > > >> >     >> > > >     > <
> > > > >> >>> > > > >> >     >> > > >
> > > > >> >>> > > > >> >     >> > >
> > > > >> >>> > > > >> >     >> >
> > > > >> >>> > > > >> >     >>
> > > > >> >>> > > > >> >
> > > > >> >>> > > > >>
> > > > >> >>> > > >
> > > > >> >>> > >
> > > > >> >>> >
> > > > >> >>>
> > > > >>
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=VlfEFrmkwQC5UnUxxWv0VlNGx%2FBmgtWRZmGNplONbUE%3D&amp;reserved=0
> > > > >> >>> > > > >> >     >> > > > >*
> > > > >> >>> > > > >> >     >> > > >     >
> > > > >> >>> > > > >> >     >> > > >
> > > > >> >>> > > > >> >     >> > > >
> > > > >> >>> > > > >> >     >> > > >
> > > > >> >>> > > > >> >     >> > >
> > > > >> >>> > > > >> >     >> > > --
> > > > >> >>> > > > >> >     >> > > Carlos Rovira
> > > > >> >>> > > > >> >     >> > >
> > > > >> >>> > > > >> >
> > > > >> >>> > > > >>
> > > > >> >>> > > >
> > > > >> >>> > >
> > > > >> >>> >
> > > > >> >>>
> > > > >>
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
> > > > >> >>> > > > >> >     >> > >
> > > > >> >>> > > > >> >     >> >
> > > > >> >>> > > > >> >     >>
> > > > >> >>> > > > >> >     >>
> > > > >> >>> > > > >> >     >> --
> > > > >> >>> > > > >> >     >> Carlos Rovira
> > > > >> >>> > > > >> >     >>
> > > > >> >>> > > > >> >
> > > > >> >>> > > > >>
> > > > >> >>> > > >
> > > > >> >>> > >
> > > > >> >>> >
> > > > >> >>>
> > > > >>
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
> > > > >> >>> > > > >> >     >>
> > > > >> >>> > > > >> >     >
> > > > >> >>> > > > >> >
> > > > >> >>> > > > >> >
> > > > >> >>> > > > >> >
> > > > >> >>> > > > >>
> > > > >> >>> > > > >> --
> > > > >> >>> > > > >>
> > > > >> >>> > > > >> Piotr Zarzycki
> > > > >> >>> > > > >>
> > > > >> >>> > > > >> Patreon: *https://www.patreon.com/piotrzarzycki
> > > > >> >>> > > > >> <https://www.patreon.com/piotrzarzycki>*
> > > > >> >>> > > > >>
> > > > >> >>> > > > >
> > > > >> >>> > > >
> > > > >> >>> > >
> > > > >> >>> >
> > > > >> >>> >
> > > > >> >>> > --
> > > > >> >>> >
> > > > >> >>> > <http://www.codeoscopic.com>
> > > > >> >>> >
> > > > >> >>> > Carlos Rovira
> > > > >> >>> >
> > > > >> >>> > Director General
> > > > >> >>> >
> > > > >> >>> > M: +34 607 22 60 05
> > > > >> >>> >
> > > > >> >>> > http://www.codeoscopic.com
> > > > >> >>> >
> > > > >> >>> >
> > > > >> >>> > Conócenos en 1 minuto! <https://avant2.es/#video>
> > > > >> >>> >
> > > > >> >>> >
> > > > >> >>> > AVISO LEGAL: La información contenida en este correo
> > > electrónico,
> > > > y
> > > > >> en
> > > > >> >>> su
> > > > >> >>> > caso en los documentos adjuntos, es información privilegiada
> > > para
> > > > >> uso
> > > > >> >>> > exclusivo de la persona y/o personas a las que va dirigido.
> No
> > > > está
> > > > >> >>> > permitido el acceso a este mensaje a cualquier otra persona
> > > > >> distinta a
> > > > >> >>> los
> > > > >> >>> > indicados. Si Usted no es uno de los destinatarios,
> cualquier
> > > > >> >>> duplicación,
> > > > >> >>> > reproducción, distribución, así como cualquier uso de la
> > > > información
> > > > >> >>> > contenida en él o cualquiera otra acción u omisión tomada en
> > > > >> relación
> > > > >> >>> con
> > > > >> >>> > el mismo, está prohibida y puede ser ilegal. En dicho caso,
> > por
> > > > >> favor,
> > > > >> >>> > notifíquelo al remitente y proceda a la eliminación de este
> > > correo
> > > > >> >>> > electrónico, así como de sus adjuntos si los hubiere. En
> > > > >> cumplimiento
> > > > >> >>> de la
> > > > >> >>> > legislación española vigente en materia de protección de
> datos
> > > de
> > > > >> >>

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Carlos Rovira <ca...@apache.org>.
Hi Om,
no,  I Thought this was due to different tries of the release process but
most of the poms are in 0.9.6-SNAPSHOT.
You can search the entire repo for "0.9.X-SNAPSHOT" string to see that now
X is 6.

thanks

El lun., 1 oct. 2018 a las 2:07, OmPrakash Muppirala (<bi...@gmail.com>)
escribió:

> On Sun, Sep 30, 2018, 2:13 PM Carlos Rovira <ca...@apache.org>
> wrote:
>
> > Hi Om,
> > just saw that some poms was not changed to 0.9.6-SNAPSHOT.
> >
>
> Do you mean 0.9.4-SNAPSHOT?
>
> Thanks,
> Om
>
>
>
> I think that should be fixed and get a prepare maven release process that
> > could finaly gets all poms updated to new version.
> > Don't know if that could be the problem. Can you try again?
> > thanks
> >
> > El dom., 30 sept. 2018 a las 21:32, OmPrakash Muppirala (<
> > bigosmallm@gmail.com>) escribió:
> >
> > > Made a bit more progress, but the build is failing here now:
> > >
> > >      [exec] [INFO] [INFO] Apache Royale: Examples: Royale:
> > > DataBindingExample_as SUCCESS [  2.469 s]
> > >
> > >      [exec] [INFO] [INFO] Apache Royale: Examples: Royale:
> > > DataBindingExample_Flat FAILURE [  1.756 s]
> > >
> > >      [exec] [INFO] [INFO] Apache Royale: Examples: Royale:
> > > DataBindingExampleWithLayout SKIPPED
> > >
> > >      [exec] [INFO] [INFO] Apache Royale: Examples: Royale:
> > DataGridExample
> > > ... SKIPPED
> > >
> > >
> > >
> > > Detailed error:
> > >
> > >
> > >     [exec] [INFO] [INFO]
> > >
> ------------------------------------------------------------------------
> > >
> > >      [exec] [INFO] [INFO] BUILD FAILURE
> > >
> > >      [exec] [INFO] [INFO]
> > >
> ------------------------------------------------------------------------
> > >
> > >      [exec] [INFO] [INFO] Total time: 07:03 min
> > >
> > >      [exec] [INFO] [INFO] Finished at: 2018-09-30T12:17:45-07:00
> > >
> > >      [exec] [INFO] [INFO]
> > >
> ------------------------------------------------------------------------
> > >
> > >      [exec] [INFO] [ERROR] Failed to execute goal
> > > org.apache.maven.plugins:maven-dependency-plugin:2.10:unpack
> > (unpack-fonts)
> > > on project DataBindingExample_Flat: Unable to find artifact. Could not
> > find
> > > artifact org.apache.royale.framework:Fonts:war:0.9.4 in apache-release
> (
> > > https://repository.apache.org/content/repositories/releases)
> > >
> > >      [exec] [INFO] [ERROR]
> > >
> > >      [exec] [INFO] [ERROR] Try downloading the file manually from the
> > > project website.
> > >
> > >      [exec] [INFO] [ERROR]
> > >
> > >      [exec] [INFO] [ERROR] Then, install it using the command:
> > >
> > >      [exec] [INFO] [ERROR]     mvn install:install-file
> > > -DgroupId=org.apache.royale.framework -DartifactId=Fonts
> -Dversion=0.9.4
> > > -Dpackaging=war -Dfile=/path/to/file
> > >
> > >      [exec] [INFO] [ERROR]
> > >
> > >      [exec] [INFO] [ERROR] Alternatively, if you host your own
> repository
> > > you can deploy the file there:
> > >
> > >      [exec] [INFO] [ERROR]     mvn deploy:deploy-file
> > > -DgroupId=org.apache.royale.framework -DartifactId=Fonts
> -Dversion=0.9.4
> > > -Dpackaging=war -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> > >
> > >      [exec] [INFO] [ERROR]
> > >
> > >      [exec] [INFO] [ERROR]
> > >
> > >      [exec] [INFO] [ERROR]
>  org.apache.royale.framework:Fonts:war:0.9.4
> > >
> > >      [exec] [INFO] [ERROR]
> > >
> > >      [exec] [INFO] [ERROR] from the specified remote repositories:
> > >
> > >      [exec] [INFO] [ERROR]   apache-release (
> > > https://repository.apache.org/content/repositories/releases,
> > > releases=true,
> > > snapshots=false),
> > >
> > >      [exec] [INFO] [ERROR]   apache-snapshots (
> > > https://repository.apache.org/content/repositories/snapshots,
> > > releases=false, snapshots=true),
> > >
> > >      [exec] [INFO] [ERROR]   apache.snapshots (
> > > https://repository.apache.org/snapshots, releases=false,
> > snapshots=true),
> > >
> > >      [exec] [INFO] [ERROR]   central (
> > https://repo.maven.apache.org/maven2
> > > ,
> > > releases=true, snapshots=false)
> > >
> > >      [exec] [INFO] [ERROR] -> [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] [ERROR]
> > >
> > >      [exec] [INFO] [ERROR] After correcting the problems, you can
> resume
> > > the build with the command
> > >
> > >      [exec] [INFO] [ERROR]   mvn <goals> -rf :DataBindingExample_Flat
> > >
> > >      [exec] [INFO]
> > >
> ------------------------------------------------------------------------
> > >
> > >      [exec] [INFO] Reactor Summary:
> > >
> > >      [exec] [INFO] Apache Royale: Framework: Parent 0.9.5-SNAPSHOT ....
> > > FAILURE [07:08 min]
> > >
> > >      [exec] [INFO] Apache Royale: Framework ...........................
> > > SKIPPED
> > >
> > >      [exec] [INFO] Apache Royale: Framework: Fonts ....................
> > > SKIPPED
> > >
> > >
> > >
> > > Can someone please take a look?
> > >
> > > On Sun, Sep 30, 2018 at 9:13 AM OmPrakash Muppirala <
> > bigosmallm@gmail.com>
> > > wrote:
> > >
> > > > Thanks for the quick fix!  Will pull develop and try again.  Will
> > report
> > > > in a while.
> > > >
> > > > Regards,
> > > > Om
> > > >
> > > >
> > > > On Sun, Sep 30, 2018, 8:47 AM Carlos Rovira <carlosrovira@apache.org
> >
> > > > wrote:
> > > >
> > > >> Hi Om,
> > > >>
> > > >> error is now fixed. Can you try to release again?
> > > >> thanks
> > > >>
> > > >> Carlos
> > > >>
> > > >>
> > > >>
> > > >>
> > > >>
> > > >> El dom., 30 sept. 2018 a las 17:27, Carlos Rovira (<
> > > >> carlosrovira@apache.org>)
> > > >> escribió:
> > > >>
> > > >> > Hi,
> > > >> >
> > > >> > just reverted the two generated commits for release, I left to you
> > > >> remove
> > > >> > new branches generated.
> > > >> > About the fail, I was wrong, since I saw this very quickly. It's
> not
> > > >> about
> > > >> > JDK, I'm using as well 1.8. I was confused for other thing I had
> > some
> > > >> weeks
> > > >> > ago, and was trying to use another JDK, but I don't remember what
> > was.
> > > >> >
> > > >> > Anyway, the problem is about java doc, in the new class
> > > >> > AMFCompressionException.java I introduce some months ago.
> > > >> > since we never execute java doc generation we didn't see this.
> > > >> >
> > > >> > I'm going to try to fix this removing the problems I see, and I'll
> > try
> > > >> to
> > > >> > see if I can try to use java doc to test if I pass the problem.
> > > >> >
> > > >> > I'll report soon.
> > > >> >
> > > >> > Carlos
> > > >> >
> > > >> >
> > > >> > El dom., 30 sept. 2018 a las 17:12, Carlos Rovira (<
> > > >> > carlosrovira@apache.org>) escribió:
> > > >> >
> > > >> >> Hi, since I'm going to work now on some compiler changes, I'll
> > revert
> > > >> >> those 2 commits in each repo. I'll try to pass as well maven with
> > > java
> > > >> 1.8
> > > >> >> in amp and see if I get the same error
> > > >> >>
> > > >> >> El dom., 30 sept. 2018 a las 15:16, Piotr Zarzycki (<
> > > >> >> piotrzarzycki21@gmail.com>) escribió:
> > > >> >>
> > > >> >>> Om,
> > > >> >>>
> > > >> >>> I think if you got fail during the process you should right
> after
> > > >> that.
> > > >> >>> 1) Remove created release tags
> > > >> >>> 2) Revert all changes which Maven did in develop branches to the
> > > >> previous
> > > >> >>> state
> > > >> >>>
> > > >> >>> Thanks,
> > > >> >>> Piotr
> > > >> >>>
> > > >> >>> niedz., 30 wrz 2018 o 12:40 Carlos Rovira <
> > > >> carlos.rovira@codeoscopic.com
> > > >> >>> >
> > > >> >>> napisał(a):
> > > >> >>>
> > > >> >>> > Hi Om,
> > > >> >>> > don't have many time now, but seems you are using JDK 1.8 and
> > that
> > > >> >>> project
> > > >> >>> > needs to be 1.7 or will fail
> > > >> >>> > I'll connect some hours later to see if you could use that sdk
> > > >> >>> > good luck! :)
> > > >> >>> >
> > > >> >>> > El dom., 30 sept. 2018 a las 11:34, Piotr Zarzycki (<
> > > >> >>> > piotrzarzycki21@gmail.com>) escribió:
> > > >> >>> >
> > > >> >>> > > Hi Om,
> > > >> >>> > >
> > > >> >>> > > Have you tried build that example on their own? Is it
> failing
> > > with
> > > >> >>> the
> > > >> >>> > same
> > > >> >>> > > stack trace?
> > > >> >>> > >
> > > >> >>> > > Thanks,
> > > >> >>> > > Piotr
> > > >> >>> > >
> > > >> >>> > > On Sun, Sep 30, 2018, 9:31 AM OmPrakash Muppirala <
> > > >> >>> bigosmallm@gmail.com>
> > > >> >>> > > wrote:
> > > >> >>> > >
> > > >> >>> > > > So, I made a lot of progress (much more than last time),
> but
> > > >> >>> > > unfortunately
> > > >> >>> > > > the build failed at this stage.  Looks like an issue with
> > the
> > > >> >>> > > > SampleAmfWebApp.  Anyone else seeing this error or am I
> > doing
> > > >> >>> something
> > > >> >>> > > > wrong?
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: Native:
> > > >> >>> USStatesMap
> > > >> >>> > > > ....... SUCCESS [  1.001 s]
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: NodeJS
> > > >> >>> > > > .................... SUCCESS [  0.210 s]
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: NodeJS:
> > > >> >>> HelloWorld
> > > >> >>> > > > ........ SUCCESS [  0.945 s]
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: AMF Web
> > > Apps
> > > >> >>> > > > .............. SUCCESS [  0.202 s]
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: AMF Web
> > > Apps:
> > > >> >>> > > > SampleAmfWebApp FAILURE [01:51 min]
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples:
> > > >> Integrationtests
> > > >> >>> > > > .......... SKIPPED
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [INFO] compc
> > > >> >>> > > > .............................................. SKIPPED
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [INFO] compiler-asc
> > > >> >>> > > > ....................................... SKIPPED
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [INFO] compiler-compc
> > > >> >>> > > > ..................................... SKIPPED
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [INFO] compiler-mxmlc
> > > >> >>> > > > ..................................... SKIPPED
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [INFO] compiler-optimizer
> > > >> >>> > > > ................................. SKIPPED
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [INFO] compiler-swfdump
> > > >> >>> > > > ................................... SKIPPED
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [INFO] mxmlc
> > > >> >>> > > > .............................................. SKIPPED
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Distribution
> > > >> >>> > > > ........................ SKIPPED
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: ManualTests
> > > >> >>> > > > ......................... SKIPPED
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: ManualTests:
> > > UnitTests
> > > >> >>> > > > .............. SKIPPED
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Testsuite 0.9.4
> > > >> >>> > > > ..................... SKIPPED
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [INFO]
> > > >> >>> > > >
> > > >> >>> >
> > > >> >>>
> > > >>
> > ------------------------------------------------------------------------
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [INFO] BUILD FAILURE
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [INFO]
> > > >> >>> > > >
> > > >> >>> >
> > > >> >>>
> > > >>
> > ------------------------------------------------------------------------
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [INFO] Total time: 14:11 min
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [INFO] Finished at:
> > > 2018-09-30T00:25:37-07:00
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [INFO]
> > > >> >>> > > >
> > > >> >>> >
> > > >> >>>
> > > >>
> > ------------------------------------------------------------------------
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [ERROR] Failed to execute goal
> > > >> >>> > > > org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:jar
> > > >> >>> > > (attach-javadocs)
> > > >> >>> > > > on project SampleAmfWebApp: MavenReportException: Error
> > while
> > > >> >>> > generating
> > > >> >>> > > > Javadoc:
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [ERROR] Exit code: 1 -
> > > >> >>> > > >
> > > >> >>> > > >
> > > >> >>> > >
> > > >> >>> >
> > > >> >>>
> > > >>
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
> > > >> >>> > > > error: @param name not found
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param code
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [ERROR]           ^
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > >> >>> > > >
> > > >> >>> > > >
> > > >> >>> > >
> > > >> >>> >
> > > >> >>>
> > > >>
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
> > > >> >>> > > > warning: no description for @param
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param code
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [ERROR]    ^
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > >> >>> > > >
> > > >> >>> > > >
> > > >> >>> > >
> > > >> >>> >
> > > >> >>>
> > > >>
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:33:
> > > >> >>> > > > warning: no @param for compressionError
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [ERROR] public
> > > >> >>> > > > AMFCompressionException(AMFCompressionError
> > compressionError)
> > > {
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [ERROR]        ^
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > >> >>> > > >
> > > >> >>> > > >
> > > >> >>> > >
> > > >> >>> >
> > > >> >>>
> > > >>
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
> > > >> >>> > > > error: @param name not found
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param code
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [ERROR]           ^
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > >> >>> > > >
> > > >> >>> > > >
> > > >> >>> > >
> > > >> >>> >
> > > >> >>>
> > > >>
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
> > > >> >>> > > > warning: no description for @param
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param code
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [ERROR]    ^
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > >> >>> > > >
> > > >> >>> > > >
> > > >> >>> > >
> > > >> >>> >
> > > >> >>>
> > > >>
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:41:
> > > >> >>> > > > warning: no description for @param
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [ERROR]  * @param cause
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [ERROR]    ^
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > >> >>> > > >
> > > >> >>> > > >
> > > >> >>> > >
> > > >> >>> >
> > > >> >>>
> > > >>
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:43:
> > > >> >>> > > > warning: no @param for compressionError
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [ERROR] public
> > > >> >>> > > > AMFCompressionException(AMFCompressionError
> > compressionError,
> > > >> >>> Throwable
> > > >> >>> > > > cause) {
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [ERROR]        ^
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [ERROR] Command line was:
> > > >> >>> > > >
> > > >> >>> > > >
> > > >> >>> > >
> > > >> >>> >
> > > >> >>>
> > > >>
> > >
> >
> /Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/../bin/javadoc
> > > >> >>> > > > @options @packages
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [ERROR]
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [ERROR] Refer to the generated Javadoc
> > > files
> > > >> in
> > > >> >>> > > >
> > > >> >>> > > >
> > > >> >>> > >
> > > >> >>> >
> > > >> >>>
> > > >>
> > >
> >
> '/Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/target/apidocs'
> > > >> >>> > > > dir.
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [ERROR] -> [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] [ERROR]
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [ERROR] After correcting the problems,
> > you
> > > >> can
> > > >> >>> > resume
> > > >> >>> > > > the build with the command
> > > >> >>> > > >
> > > >> >>> > > >      [exec] [INFO] [ERROR]   mvn <goals> -rf
> > :SampleAmfWebApp
> > > >> >>> > > >
> > > >> >>> > > > On Sat, Sep 29, 2018 at 11:58 AM OmPrakash Muppirala <
> > > >> >>> > > bigosmallm@gmail.com
> > > >> >>> > > > >
> > > >> >>> > > > wrote:
> > > >> >>> > > >
> > > >> >>> > > > > Okay, trying now.
> > > >> >>> > > > >
> > > >> >>> > > > > On Tue, Sep 25, 2018 at 9:52 AM Piotr Zarzycki <
> > > >> >>> > > > piotrzarzycki21@gmail.com>
> > > >> >>> > > > > wrote:
> > > >> >>> > > > >
> > > >> >>> > > > >> Om,
> > > >> >>> > > > >>
> > > >> >>> > > > >> I think if you first try to build Royale framework with
> > > Maven
> > > >> >>> all
> > > >> >>> > the
> > > >> >>> > > > >> dependencies will be downloaded. During framework build
> > you
> > > >> >>> should
> > > >> >>> > get
> > > >> >>> > > > >> question about license related to player global etc.
> Once
> > > >> you do
> > > >> >>> > > > >> successful
> > > >> >>> > > > >> build  you could try to go and play with script for
> > > release.
> > > >> -
> > > >> >>> That
> > > >> >>> > > way
> > > >> >>> > > > to
> > > >> >>> > > > >> go make you sure that script won't fail later during
> the
> > > >> >>> process.
> > > >> >>> > > > >>
> > > >> >>> > > > >> Thanks,
> > > >> >>> > > > >> Piotr
> > > >> >>> > > > >>
> > > >> >>> > > > >> pon., 24 wrz 2018 o 07:35 Alex Harui
> > > >> <ah...@adobe.com.invalid>
> > > >> >>> > > > >> napisał(a):
> > > >> >>> > > > >>
> > > >> >>> > > > >> > According to the archives, try running:
> > > >> >>> > > > >> >
> > > >> >>> > > > >> >     mvn -s settings-template.xml clean install
> > > >> >>> > > > >> >
> > > >> >>> > > > >> > Thanks,
> > > >> >>> > > > >> > -Alex
> > > >> >>> > > > >> >
> > > >> >>> > > > >> > On 9/23/18, 3:48 PM, "OmPrakash Muppirala" <
> > > >> >>> bigosmallm@gmail.com
> > > >> >>> > >
> > > >> >>> > > > >> wrote:
> > > >> >>> > > > >> >
> > > >> >>> > > > >> >     On Sun, Sep 23, 2018 at 3:43 PM OmPrakash
> > Muppirala <
> > > >> >>> > > > >> > bigosmallm@gmail.com>
> > > >> >>> > > > >> >     wrote:
> > > >> >>> > > > >> >
> > > >> >>> > > > >> >     > Thanks.  I decided to stick with 1.8 :-)
> > > >> >>> > > > >> >     >
> > > >> >>> > > > >> >     >
> > > >> >>> > > > >> >     BTW, this is when I run: mvn clean install in the
> > > >> >>> royale-asjs
> > > >> >>> > > > >> > directory:
> > > >> >>> > > > >> >
> > > >> >>> > > > >> >
> > > >> >>> > > > >> >     > I am seeing this error:
> > > >> >>> > > > >> >     >
> > > >> >>> > > > >> >     > [ERROR] Failed to execute goal
> > > >> >>> > > > >> >     >
> > > >> >>> > > > >> >
> > > >> >>> > > >
> > > >> >>> >
> > > >> >>>
> > > >>
> > org.apache.royale.compiler:royale-maven-plugin:0.9.4-SNAPSHOT:compile-as
> > > >> >>> > > > >> >     > (default-compile-as) on project Core: Could not
> > > >> resolve
> > > >> >>> > > > >> dependencies
> > > >> >>> > > > >> > for
> > > >> >>> > > > >> >     > project
> > > >> >>> org.apache.royale.framework:Core:swc:0.9.4-SNAPSHOT:
> > > >> >>> > > > >> Failure
> > > >> >>> > > > >> > to
> > > >> >>> > > > >> >     > find com.adobe.air.framework:airglobal:swc:20.0
> > in
> > > >> >>> > > > >> >     >
> > > >> >>> > > > >> >
> > > >> >>> > > > >>
> > > >> >>> > > >
> > > >> >>> > >
> > > >> >>> >
> > > >> >>>
> > > >>
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0
> > > >> >>> > > > >> > was cached in
> > > >> >>> > > > >> >     > the local repository, resolution will not be
> > > >> reattempted
> > > >> >>> > until
> > > >> >>> > > > the
> > > >> >>> > > > >> > update
> > > >> >>> > > > >> >     > interval of apache-release has elapsed or
> updates
> > > are
> > > >> >>> forced
> > > >> >>> > > ->
> > > >> >>> > > > >> > [Help 1]
> > > >> >>> > > > >> >     >
> > > >> >>> > > > >> >     > I don't see a `com` directory on
> > > >> >>> > > > >> >     >
> > > >> >>> > > > >> >
> > > >> >>> > > > >>
> > > >> >>> > > >
> > > >> >>> > >
> > > >> >>> >
> > > >> >>>
> > > >>
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0
> > > >> >>> > > > >> >     >
> > > >> >>> > > > >> >     > Is that expected?
> > > >> >>> > > > >> >     >
> > > >> >>> > > > >> >     > Thanks,
> > > >> >>> > > > >> >     > Om
> > > >> >>> > > > >> >     >
> > > >> >>> > > > >> >     >
> > > >> >>> > > > >> >     > On Sun, Sep 23, 2018 at 2:15 AM Carlos Rovira <
> > > >> >>> > > > >> > carlosrovira@apache.org>
> > > >> >>> > > > >> >     > wrote:
> > > >> >>> > > > >> >     >
> > > >> >>> > > > >> >     >> Hi Om,
> > > >> >>> > > > >> >     >>
> > > >> >>> > > > >> >     >> I have Java 8 and 10 installed, and I think I
> > was
> > > >> able
> > > >> >>> to
> > > >> >>> > > > compile
> > > >> >>> > > > >> > three
> > > >> >>> > > > >> >     >> repos, but I find AMF java example doesn't
> work,
> > > >> since
> > > >> >>> > > BlazeDS
> > > >> >>> > > > >> > needs a
> > > >> >>> > > > >> >     >> Lower version I need to go with 8 for this
> > > example.
> > > >> >>> Maybe
> > > >> >>> > > other
> > > >> >>> > > > >> > part needs
> > > >> >>> > > > >> >     >> as well 7 or 8.
> > > >> >>> > > > >> >     >> I think trying another SDK should be left to
> > some
> > > >> time
> > > >> >>> > > between
> > > >> >>> > > > >> > releases,
> > > >> >>> > > > >> >     >> since if not you can find spending more time
> > that
> > > >> you
> > > >> >>> > > thought.
> > > >> >>> > > > >> >     >>
> > > >> >>> > > > >> >     >> just my 2
> > > >> >>> > > > >> >     >>
> > > >> >>> > > > >> >     >> Thanks
> > > >> >>> > > > >> >     >>
> > > >> >>> > > > >> >     >> Carlos
> > > >> >>> > > > >> >     >>
> > > >> >>> > > > >> >     >> El dom., 23 sept. 2018 a las 8:14, OmPrakash
> > > >> Muppirala
> > > >> >>> (<
> > > >> >>> > > > >> >     >> bigosmallm@gmail.com>) escribió:
> > > >> >>> > > > >> >     >>
> > > >> >>> > > > >> >     >> > Okay trying this out now.
> > > >> >>> > > > >> >     >> >
> > > >> >>> > > > >> >     >> > First question:  The release doc [1] says we
> > > need
> > > >> >>> Java
> > > >> >>> > 1.7
> > > >> >>> > > or
> > > >> >>> > > > >> > higher.
> > > >> >>> > > > >> >     >> Has
> > > >> >>> > > > >> >     >> > anyone tried Java 10?   That is the default
> > > >> version
> > > >> >>> > > available
> > > >> >>> > > > >> > through
> > > >> >>> > > > >> >     >> all
> > > >> >>> > > > >> >     >> > installation channels.
> > > >> >>> > > > >> >     >> > Any pitfalls I should consider?
> > > >> >>> > > > >> >     >> >
> > > >> >>> > > > >> >     >> > Thanks,
> > > >> >>> > > > >> >     >> > Om
> > > >> >>> > > > >> >     >> >
> > > >> >>> > > > >> >     >> > On Fri, Sep 21, 2018 at 12:23 PM Carlos
> > Rovira <
> > > >> >>> > > > >> > carlosrovira@apache.org
> > > >> >>> > > > >> >     >> >
> > > >> >>> > > > >> >     >> > wrote:
> > > >> >>> > > > >> >     >> >
> > > >> >>> > > > >> >     >> > > I think we are ready to go, so let's go!
> ;-)
> > > >> >>> > > > >> >     >> > >
> > > >> >>> > > > >> >     >> > > Good luck Om! :)
> > > >> >>> > > > >> >     >> > >
> > > >> >>> > > > >> >     >> > > El vie., 21 sept. 2018 a las 18:19, Alex
> > Harui
> > > >> >>> > > > >> >     >> (<aharui@adobe.com.invalid
> > > >> >>> > > > >> >     >> > > >)
> > > >> >>> > > > >> >     >> > > escribió:
> > > >> >>> > > > >> >     >> > >
> > > >> >>> > > > >> >     >> > > > Yes, I think they are ready.  I removed
> > the
> > > >> >>> > > release/0.9.4
> > > >> >>> > > > >> > branches
> > > >> >>> > > > >> >     >> so
> > > >> >>> > > > >> >     >> > the
> > > >> >>> > > > >> >     >> > > > scripts should be able to make a new
> one.
> > > >> >>> > > > >> >     >> > > >
> > > >> >>> > > > >> >     >> > > > -Alex
> > > >> >>> > > > >> >     >> > > >
> > > >> >>> > > > >> >     >> > > > On 9/21/18, 8:58 AM, "OmPrakash
> > Muppirala" <
> > > >> >>> > > > >> > bigosmallm@gmail.com>
> > > >> >>> > > > >> >     >> > > wrote:
> > > >> >>> > > > >> >     >> > > >
> > > >> >>> > > > >> >     >> > > >     Alex said in his last email that the
> > > repos
> > > >> >>> are
> > > >> >>> > > ready.
> > > >> >>> > > > >> > Will try
> > > >> >>> > > > >> >     >> in
> > > >> >>> > > > >> >     >> > a
> > > >> >>> > > > >> >     >> > > > few
> > > >> >>> > > > >> >     >> > > >     minutes.
> > > >> >>> > > > >> >     >> > > >
> > > >> >>> > > > >> >     >> > > >     Thanks,
> > > >> >>> > > > >> >     >> > > >     Om
> > > >> >>> > > > >> >     >> > > >
> > > >> >>> > > > >> >     >> > > >     On Fri, Sep 21, 2018, 7:24 AM Piotr
> > > >> Zarzycki
> > > >> >>> <
> > > >> >>> > > > >> >     >> > > > piotrzarzycki21@gmail.com>
> > > >> >>> > > > >> >     >> > > >     wrote:
> > > >> >>> > > > >> >     >> > > >
> > > >> >>> > > > >> >     >> > > >     > Om,
> > > >> >>> > > > >> >     >> > > >     >
> > > >> >>> > > > >> >     >> > > >     > In my opinion you have everything
> > > ready
> > > >> to
> > > >> >>> go!
> > > >> >>> > > > Since
> > > >> >>> > > > >> > develop
> > > >> >>> > > > >> >     >> is
> > > >> >>> > > > >> >     >> > > ready
> > > >> >>> > > > >> >     >> > > >     > probably you will start doing
> steps
> > > from
> > > >> >>> the
> > > >> >>> > > > >> beginning,
> > > >> >>> > > > >> > so in
> > > >> >>> > > > >> >     >> the
> > > >> >>> > > > >> >     >> > > > results
> > > >> >>> > > > >> >     >> > > >     > we will get branches release/
> 0.9.4.
> > > >> >>> However
> > > >> >>> > they
> > > >> >>> > > > >> > already
> > > >> >>> > > > >> >     >> exists,
> > > >> >>> > > > >> >     >> > > > because
> > > >> >>> > > > >> >     >> > > >     > of
> > > >> >>> > > > >> >     >> > > >     > my previous attempt.
> > > >> >>> > > > >> >     >> > > >     >
> > > >> >>> > > > >> >     >> > > >     > Maybe before you even start they
> > need
> > > >> to be
> > > >> >>> > > > removed.
> > > >> >>> > > > >> >     >> > > >     >
> > > >> >>> > > > >> >     >> > > >     > Thanks,
> > > >> >>> > > > >> >     >> > > >     > Piotr
> > > >> >>> > > > >> >     >> > > >     >
> > > >> >>> > > > >> >     >> > > >     >
> > > >> >>> > > > >> >     >> > > >     >
> > > >> >>> > > > >> >     >> > > >     > pt., 21 wrz 2018 o 16:16 OmPrakash
> > > >> >>> Muppirala <
> > > >> >>> > > > >> >     >> > bigosmallm@gmail.com
> > > >> >>> > > > >> >     >> > > >
> > > >> >>> > > > >> >     >> > > >     > napisał(a):
> > > >> >>> > > > >> >     >> > > >     >
> > > >> >>> > > > >> >     >> > > >     > > So am I clear to try and
> release?
> > > Or
> > > >> >>> should
> > > >> >>> > I
> > > >> >>> > > > wait
> > > >> >>> > > > >> > for any
> > > >> >>> > > > >> >     >> > other
> > > >> >>> > > > >> >     >> > > > feature
> > > >> >>> > > > >> >     >> > > >     > > or bug?
> > > >> >>> > > > >> >     >> > > >     > >
> > > >> >>> > > > >> >     >> > > >     > > Thanks,
> > > >> >>> > > > >> >     >> > > >     > > Om
> > > >> >>> > > > >> >     >> > > >     > >
> > > >> >>> > > > >> >     >> > > >     > > On Fri, Sep 21, 2018, 6:20 AM
> > Carlos
> > > >> >>> Rovira <
> > > >> >>> > > > >> >     >> > > > carlosrovira@apache.org>
> > > >> >>> > > > >> >     >> > > >     > > wrote:
> > > >> >>> > > > >> >     >> > > >     > >
> > > >> >>> > > > >> >     >> > > >     > > > Hi Alex
> > > >> >>> > > > >> >     >> > > >     > > >
> > > >> >>> > > > >> >     >> > > >     > > > El vie., 21 sept. 2018 a las
> > 3:06,
> > > >> Alex
> > > >> >>> > Harui
> > > >> >>> > > > >> >     >> > > >     > (<aharui@adobe.com.invalid
> > > >> >>> > > > >> >     >> > > >     > > >)
> > > >> >>> > > > >> >     >> > > >     > > > escribió:
> > > >> >>> > > > >> >     >> > > >     > > >
> > > >> >>> > > > >> >     >> > > >     > > > > I made some adjustments to
> the
> > > >> repos
> > > >> >>> so
> > > >> >>> > > that
> > > >> >>> > > > >> they
> > > >> >>> > > > >> >     >> "should"
> > > >> >>> > > > >> >     >> > be
> > > >> >>> > > > >> >     >> > > > ready
> > > >> >>> > > > >> >     >> > > >     > to
> > > >> >>> > > > >> >     >> > > >     > > > run
> > > >> >>> > > > >> >     >> > > >     > > > > the scripts and produce the
> > > 0.9.4
> > > >> >>> > release.
> > > >> >>> > > > Of
> > > >> >>> > > > >> > course, I
> > > >> >>> > > > >> >     >> > > could
> > > >> >>> > > > >> >     >> > > > be
> > > >> >>> > > > >> >     >> > > >     > > wrong.
> > > >> >>> > > > >> >     >> > > >     > > > > We'll see how Om fares.
> > > >> >>> > > > >> >     >> > > >     > > > >
> > > >> >>> > > > >> >     >> > > >     > > > >
> > > >> >>> > > > >> >     >> > > >     > > > so cool :)
> > > >> >>> > > > >> >     >> > > >     > > >
> > > >> >>> > > > >> >     >> > > >     > > >
> > > >> >>> > > > >> >     >> > > >     > > > > I also put in a change that
> > > should
> > > >> >>> fix
> > > >> >>> > the
> > > >> >>> > > > >> > dependencies
> > > >> >>> > > > >> >     >> > > > issue.  So
> > > >> >>> > > > >> >     >> > > >     > the
> > > >> >>> > > > >> >     >> > > >     > > > > remaining questions are
> around
> > > the
> > > >> >>> AMF
> > > >> >>> > > > problem.
> > > >> >>> > > > >> > I'm
> > > >> >>> > > > >> >     >> > thinking
> > > >> >>> > > > >> >     >> > > > of
> > > >> >>> > > > >> >     >> > > >     > > looking
> > > >> >>> > > > >> >     >> > > >     > > > > into what it takes to
> support
> > > >> Small
> > > >> >>> > > Messages.
> > > >> >>> > > > >> > However,
> > > >> >>> > > > >> >     >> I
> > > >> >>> > > > >> >     >> > > > don't know
> > > >> >>> > > > >> >     >> > > >     > > > > anything about them.  How
> > often
> > > >> will
> > > >> >>> > > > migrating
> > > >> >>> > > > >> > people be
> > > >> >>> > > > >> >     >> > > using
> > > >> >>> > > > >> >     >> > > > Small
> > > >> >>> > > > >> >     >> > > >     > > > > Messages?  Is it fair to
> tell
> > > >> them to
> > > >> >>> > turn
> > > >> >>> > > > off
> > > >> >>> > > > >> > Small
> > > >> >>> > > > >> >     >> > > Messages?
> > > >> >>> > > > >> >     >> > > >     > > > >
> > > >> >>> > > > >> >     >> > > >     > > >
> > > >> >>> > > > >> >     >> > > >     > > > I think for now, that small
> > > messages
> > > >> >>> is a
> > > >> >>> > > > BlazeDS
> > > >> >>> > > > >> >     >> feature. I
> > > >> >>> > > > >> >     >> > > > search for
> > > >> >>> > > > >> >     >> > > >     > > > ZendAMF small messages and
> > didn't
> > > >> fin d
> > > >> >>> > > > anything.
> > > >> >>> > > > >> > So my
> > > >> >>> > > > >> >     >> bet
> > > >> >>> > > > >> >     >> > is
> > > >> >>> > > > >> >     >> > > > that
> > > >> >>> > > > >> >     >> > > >     > small
> > > >> >>> > > > >> >     >> > > >     > > > messages is something only
> > present
> > > >> in
> > > >> >>> > BlazeDS
> > > >> >>> > > > and
> > > >> >>> > > > >> > Data
> > > >> >>> > > > >> >     >> > Services
> > > >> >>> > > > >> >     >> > > > Adobe
> > > >> >>> > > > >> >     >> > > >     > > > software.
> > > >> >>> > > > >> >     >> > > >     > > >
> > > >> >>> > > > >> >     >> > > >     > > > In the other hand, I'll be
> check
> > > new
> > > >> >>> info
> > > >> >>> > > from
> > > >> >>> > > > >> > Darrell in
> > > >> >>> > > > >> >     >> 1-2
> > > >> >>> > > > >> >     >> > > > hours
> > > >> >>> > > > >> >     >> > > >     > from
> > > >> >>> > > > >> >     >> > > >     > > > now, but I think the problem
> > with
> > > >> >>> ZendAMF
> > > >> >>> > > could
> > > >> >>> > > > >> be
> > > >> >>> > > > >> >     >> something
> > > >> >>> > > > >> >     >> > > > like the
> > > >> >>> > > > >> >     >> > > >     > one
> > > >> >>> > > > >> >     >> > > >     > > > happened with coldfusion where
> > > >> >>> > > ArrayCollection
> > > >> >>> > > > >> > needs some
> > > >> >>> > > > >> >     >> > > special
> > > >> >>> > > > >> >     >> > > >     > > > treatment. I asked Darryl to
> > start
> > > >> with
> > > >> >>> > > simple
> > > >> >>> > > > >> > connections
> > > >> >>> > > > >> >     >> > like
> > > >> >>> > > > >> >     >> > > > we have
> > > >> >>> > > > >> >     >> > > >     > > in
> > > >> >>> > > > >> >     >> > > >     > > > our example (send and receive
> a
> > > >> String,
> > > >> >>> > then
> > > >> >>> > > a
> > > >> >>> > > > >> > simple
> > > >> >>> > > > >> >     >> object,
> > > >> >>> > > > >> >     >> > > > and so
> > > >> >>> > > > >> >     >> > > >     > > > on...). I think is not good to
> > > start
> > > >> >>> trying
> > > >> >>> > > > from
> > > >> >>> > > > >> a
> > > >> >>> > > > >> > real
> > > >> >>> > > > >> >     >> app
> > > >> >>> > > > >> >     >> > > > scenario
> > > >> >>> > > > >> >     >> > > >     > > where
> > > >> >>> > > > >> >     >> > > >     > > > many other things could be
> > working
> > > >> >>> against
> > > >> >>> > > you.
> > > >> >>> > > > >> For
> > > >> >>> > > > >> >     >> example,
> > > >> >>> > > > >> >     >> > in
> > > >> >>> > > > >> >     >> > > > our
> > > >> >>> > > > >> >     >> > > >     > > > application, we have set up an
> > > >> >>> additional
> > > >> >>> > > > >> encoding
> > > >> >>> > > > >> > to byte
> > > >> >>> > > > >> >     >> > > array.
> > > >> >>> > > > >> >     >> > > >     > > Something
> > > >> >>> > > > >> >     >> > > >     > > > that even I was completely
> > forget,
> > > >> and
> > > >> >>> > when I
> > > >> >>> > > > >> > started to
> > > >> >>> > > > >> >     >> try
> > > >> >>> > > > >> >     >> > > > AMF, I was
> > > >> >>> > > > >> >     >> > > >     > > > always getting nothing until I
> > > >> reach to
> > > >> >>> > that
> > > >> >>> > > > >> point.
> > > >> >>> > > > >> >     >> > > >     > > >
> > > >> >>> > > > >> >     >> > > >     > > > So, as I said before, nothing
> > > should
> > > >> >>> stop
> > > >> >>> > us
> > > >> >>> > > to
> > > >> >>> > > > >> > release
> > > >> >>> > > > >> >     >> now.
> > > >> >>> > > > >> >     >> > If
> > > >> >>> > > > >> >     >> > > > things
> > > >> >>> > > > >> >     >> > > >     > go
> > > >> >>> > > > >> >     >> > > >     > > > ok, Harbs will be next release
> > > >> manager,
> > > >> >>> > and I
> > > >> >>> > > > >> hope
> > > >> >>> > > > >> > to be
> > > >> >>> > > > >> >     >> the
> > > >> >>> > > > >> >     >> > > > next one
> > > >> >>> > > > >> >     >> > > >     > :)
> > > >> >>> > > > >> >     >> > > >     > > >
> > > >> >>> > > > >> >     >> > > >     > > > Thanks
> > > >> >>> > > > >> >     >> > > >     > > >
> > > >> >>> > > > >> >     >> > > >     > > >
> > > >> >>> > > > >> >     >> > > >     > > >
> > > >> >>> > > > >> >     >> > > >     > > > >
> > > >> >>> > > > >> >     >> > > >     > > > > Thanks,
> > > >> >>> > > > >> >     >> > > >     > > > > -Alex
> > > >> >>> > > > >> >     >> > > >     > > > >
> > > >> >>> > > > >> >     >> > > >     > > > --
> > > >> >>> > > > >> >     >> > > >     > > > Carlos Rovira
> > > >> >>> > > > >> >     >> > > >     > > >
> > > >> >>> > > > >> >     >> > > >
> > > >> >>> > > > >> >     >> > >
> > > >> >>> > > > >> >     >> >
> > > >> >>> > > > >> >     >>
> > > >> >>> > > > >> >
> > > >> >>> > > > >>
> > > >> >>> > > >
> > > >> >>> > >
> > > >> >>> >
> > > >> >>>
> > > >>
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
> > > >> >>> > > > >> >     >> > > >     > > >
> > > >> >>> > > > >> >     >> > > >     > >
> > > >> >>> > > > >> >     >> > > >     >
> > > >> >>> > > > >> >     >> > > >     >
> > > >> >>> > > > >> >     >> > > >     > --
> > > >> >>> > > > >> >     >> > > >     >
> > > >> >>> > > > >> >     >> > > >     > Piotr Zarzycki
> > > >> >>> > > > >> >     >> > > >     >
> > > >> >>> > > > >> >     >> > > >     > Patreon: *
> > > >> >>> > > > >> >     >> > > >
> > > >> >>> > > > >> >     >> > >
> > > >> >>> > > > >> >     >> >
> > > >> >>> > > > >> >     >>
> > > >> >>> > > > >> >
> > > >> >>> > > > >>
> > > >> >>> > > >
> > > >> >>> > >
> > > >> >>> >
> > > >> >>>
> > > >>
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=VlfEFrmkwQC5UnUxxWv0VlNGx%2FBmgtWRZmGNplONbUE%3D&amp;reserved=0
> > > >> >>> > > > >> >     >> > > >     > <
> > > >> >>> > > > >> >     >> > > >
> > > >> >>> > > > >> >     >> > >
> > > >> >>> > > > >> >     >> >
> > > >> >>> > > > >> >     >>
> > > >> >>> > > > >> >
> > > >> >>> > > > >>
> > > >> >>> > > >
> > > >> >>> > >
> > > >> >>> >
> > > >> >>>
> > > >>
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=VlfEFrmkwQC5UnUxxWv0VlNGx%2FBmgtWRZmGNplONbUE%3D&amp;reserved=0
> > > >> >>> > > > >> >     >> > > > >*
> > > >> >>> > > > >> >     >> > > >     >
> > > >> >>> > > > >> >     >> > > >
> > > >> >>> > > > >> >     >> > > >
> > > >> >>> > > > >> >     >> > > >
> > > >> >>> > > > >> >     >> > >
> > > >> >>> > > > >> >     >> > > --
> > > >> >>> > > > >> >     >> > > Carlos Rovira
> > > >> >>> > > > >> >     >> > >
> > > >> >>> > > > >> >
> > > >> >>> > > > >>
> > > >> >>> > > >
> > > >> >>> > >
> > > >> >>> >
> > > >> >>>
> > > >>
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
> > > >> >>> > > > >> >     >> > >
> > > >> >>> > > > >> >     >> >
> > > >> >>> > > > >> >     >>
> > > >> >>> > > > >> >     >>
> > > >> >>> > > > >> >     >> --
> > > >> >>> > > > >> >     >> Carlos Rovira
> > > >> >>> > > > >> >     >>
> > > >> >>> > > > >> >
> > > >> >>> > > > >>
> > > >> >>> > > >
> > > >> >>> > >
> > > >> >>> >
> > > >> >>>
> > > >>
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
> > > >> >>> > > > >> >     >>
> > > >> >>> > > > >> >     >
> > > >> >>> > > > >> >
> > > >> >>> > > > >> >
> > > >> >>> > > > >> >
> > > >> >>> > > > >>
> > > >> >>> > > > >> --
> > > >> >>> > > > >>
> > > >> >>> > > > >> Piotr Zarzycki
> > > >> >>> > > > >>
> > > >> >>> > > > >> Patreon: *https://www.patreon.com/piotrzarzycki
> > > >> >>> > > > >> <https://www.patreon.com/piotrzarzycki>*
> > > >> >>> > > > >>
> > > >> >>> > > > >
> > > >> >>> > > >
> > > >> >>> > >
> > > >> >>> >
> > > >> >>> >
> > > >> >>> > --
> > > >> >>> >
> > > >> >>> > <http://www.codeoscopic.com>
> > > >> >>> >
> > > >> >>> > Carlos Rovira
> > > >> >>> >
> > > >> >>> > Director General
> > > >> >>> >
> > > >> >>> > M: +34 607 22 60 05
> > > >> >>> >
> > > >> >>> > http://www.codeoscopic.com
> > > >> >>> >
> > > >> >>> >
> > > >> >>> > Conócenos en 1 minuto! <https://avant2.es/#video>
> > > >> >>> >
> > > >> >>> >
> > > >> >>> > AVISO LEGAL: La información contenida en este correo
> > electrónico,
> > > y
> > > >> en
> > > >> >>> su
> > > >> >>> > caso en los documentos adjuntos, es información privilegiada
> > para
> > > >> uso
> > > >> >>> > exclusivo de la persona y/o personas a las que va dirigido. No
> > > está
> > > >> >>> > permitido el acceso a este mensaje a cualquier otra persona
> > > >> distinta a
> > > >> >>> los
> > > >> >>> > indicados. Si Usted no es uno de los destinatarios, cualquier
> > > >> >>> duplicación,
> > > >> >>> > reproducción, distribución, así como cualquier uso de la
> > > información
> > > >> >>> > contenida en él o cualquiera otra acción u omisión tomada en
> > > >> relación
> > > >> >>> con
> > > >> >>> > el mismo, está prohibida y puede ser ilegal. En dicho caso,
> por
> > > >> favor,
> > > >> >>> > notifíquelo al remitente y proceda a la eliminación de este
> > correo
> > > >> >>> > electrónico, así como de sus adjuntos si los hubiere. En
> > > >> cumplimiento
> > > >> >>> de la
> > > >> >>> > legislación española vigente en materia de protección de datos
> > de
> > > >> >>> carácter
> > > >> >>> > personal y del RGPD 679/2016 le informamos que sus datos están
> > > >> siendo
> > > >> >>> > objeto de tratamiento por parte de CODEOSCOPIC S.A. con
> > > >> CIFA85677342,
> > > >> >>> con
> > > >> >>> > la finalidad del mantenimiento y gestión de relaciones
> > > comerciales y
> > > >> >>> > administrativas. La base jurídica del tratamiento es el
> interés
> > > >> >>> legítimo de
> > > >> >>> > la empresa. No se prevén cesiones de sus datos, salvo que
> exista
> > > una
> > > >> >>> > obligación legal. Para ejercitar sus derechos puede dirigirse
> a
> > > >> >>> CODEOSCOPIC
> > > >> >>> > S.A., domiciliada enPaseo de la Habana, 9-11, 28036 de Madrid
> > > >> >>> (MADRID), o
> > > >> >>> > bien por email adpd@codeoscopic.com, con el fin de ejercer
> sus
> > > >> >>> derechos de
> > > >> >>> > acceso, rectificación, supresión (derecho al olvido),
> limitación
> > > de
> > > >> >>> > tratamiento, portabilidad de los datos, oposición, y a no ser
> > > >> objeto de
> > > >> >>> > decisiones automatizadas, indicando como Asunto: “Derechos Ley
> > > >> >>> Protección
> > > >> >>> > de Datos”, y adjuntando fotocopia de su DNI. Delegado de
> > > protección
> > > >> de
> > > >> >>> > datos:dpd@codeoscopic.com
> > > >> >>> >
> > > >> >>>
> > > >> >>>
> > > >> >>> --
> > > >> >>>
> > > >> >>> Piotr Zarzycki
> > > >> >>>
> > > >> >>> Patreon: *https://www.patreon.com/piotrzarzycki
> > > >> >>> <https://www.patreon.com/piotrzarzycki>*
> > > >> >>>
> > > >> >>
> > > >> >>
> > > >> >> --
> > > >> >> Carlos Rovira
> > > >> >> http://about.me/carlosrovira
> > > >> >>
> > > >> >>
> > > >> >
> > > >> > --
> > > >> > Carlos Rovira
> > > >> > http://about.me/carlosrovira
> > > >> >
> > > >> >
> > > >>
> > > >> --
> > > >> Carlos Rovira
> > > >> http://about.me/carlosrovira
> > > >>
> > > >
> > >
> >
> >
> > --
> > Carlos Rovira
> > http://about.me/carlosrovira
> >
>


-- 
Carlos Rovira
http://about.me/carlosrovira

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by OmPrakash Muppirala <bi...@gmail.com>.
On Sun, Sep 30, 2018, 2:13 PM Carlos Rovira <ca...@apache.org> wrote:

> Hi Om,
> just saw that some poms was not changed to 0.9.6-SNAPSHOT.
>

Do you mean 0.9.4-SNAPSHOT?

Thanks,
Om



I think that should be fixed and get a prepare maven release process that
> could finaly gets all poms updated to new version.
> Don't know if that could be the problem. Can you try again?
> thanks
>
> El dom., 30 sept. 2018 a las 21:32, OmPrakash Muppirala (<
> bigosmallm@gmail.com>) escribió:
>
> > Made a bit more progress, but the build is failing here now:
> >
> >      [exec] [INFO] [INFO] Apache Royale: Examples: Royale:
> > DataBindingExample_as SUCCESS [  2.469 s]
> >
> >      [exec] [INFO] [INFO] Apache Royale: Examples: Royale:
> > DataBindingExample_Flat FAILURE [  1.756 s]
> >
> >      [exec] [INFO] [INFO] Apache Royale: Examples: Royale:
> > DataBindingExampleWithLayout SKIPPED
> >
> >      [exec] [INFO] [INFO] Apache Royale: Examples: Royale:
> DataGridExample
> > ... SKIPPED
> >
> >
> >
> > Detailed error:
> >
> >
> >     [exec] [INFO] [INFO]
> > ------------------------------------------------------------------------
> >
> >      [exec] [INFO] [INFO] BUILD FAILURE
> >
> >      [exec] [INFO] [INFO]
> > ------------------------------------------------------------------------
> >
> >      [exec] [INFO] [INFO] Total time: 07:03 min
> >
> >      [exec] [INFO] [INFO] Finished at: 2018-09-30T12:17:45-07:00
> >
> >      [exec] [INFO] [INFO]
> > ------------------------------------------------------------------------
> >
> >      [exec] [INFO] [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-dependency-plugin:2.10:unpack
> (unpack-fonts)
> > on project DataBindingExample_Flat: Unable to find artifact. Could not
> find
> > artifact org.apache.royale.framework:Fonts:war:0.9.4 in apache-release (
> > https://repository.apache.org/content/repositories/releases)
> >
> >      [exec] [INFO] [ERROR]
> >
> >      [exec] [INFO] [ERROR] Try downloading the file manually from the
> > project website.
> >
> >      [exec] [INFO] [ERROR]
> >
> >      [exec] [INFO] [ERROR] Then, install it using the command:
> >
> >      [exec] [INFO] [ERROR]     mvn install:install-file
> > -DgroupId=org.apache.royale.framework -DartifactId=Fonts -Dversion=0.9.4
> > -Dpackaging=war -Dfile=/path/to/file
> >
> >      [exec] [INFO] [ERROR]
> >
> >      [exec] [INFO] [ERROR] Alternatively, if you host your own repository
> > you can deploy the file there:
> >
> >      [exec] [INFO] [ERROR]     mvn deploy:deploy-file
> > -DgroupId=org.apache.royale.framework -DartifactId=Fonts -Dversion=0.9.4
> > -Dpackaging=war -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> >
> >      [exec] [INFO] [ERROR]
> >
> >      [exec] [INFO] [ERROR]
> >
> >      [exec] [INFO] [ERROR]   org.apache.royale.framework:Fonts:war:0.9.4
> >
> >      [exec] [INFO] [ERROR]
> >
> >      [exec] [INFO] [ERROR] from the specified remote repositories:
> >
> >      [exec] [INFO] [ERROR]   apache-release (
> > https://repository.apache.org/content/repositories/releases,
> > releases=true,
> > snapshots=false),
> >
> >      [exec] [INFO] [ERROR]   apache-snapshots (
> > https://repository.apache.org/content/repositories/snapshots,
> > releases=false, snapshots=true),
> >
> >      [exec] [INFO] [ERROR]   apache.snapshots (
> > https://repository.apache.org/snapshots, releases=false,
> snapshots=true),
> >
> >      [exec] [INFO] [ERROR]   central (
> https://repo.maven.apache.org/maven2
> > ,
> > releases=true, snapshots=false)
> >
> >      [exec] [INFO] [ERROR] -> [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] [ERROR]
> >
> >      [exec] [INFO] [ERROR] After correcting the problems, you can resume
> > the build with the command
> >
> >      [exec] [INFO] [ERROR]   mvn <goals> -rf :DataBindingExample_Flat
> >
> >      [exec] [INFO]
> > ------------------------------------------------------------------------
> >
> >      [exec] [INFO] Reactor Summary:
> >
> >      [exec] [INFO] Apache Royale: Framework: Parent 0.9.5-SNAPSHOT ....
> > FAILURE [07:08 min]
> >
> >      [exec] [INFO] Apache Royale: Framework ...........................
> > SKIPPED
> >
> >      [exec] [INFO] Apache Royale: Framework: Fonts ....................
> > SKIPPED
> >
> >
> >
> > Can someone please take a look?
> >
> > On Sun, Sep 30, 2018 at 9:13 AM OmPrakash Muppirala <
> bigosmallm@gmail.com>
> > wrote:
> >
> > > Thanks for the quick fix!  Will pull develop and try again.  Will
> report
> > > in a while.
> > >
> > > Regards,
> > > Om
> > >
> > >
> > > On Sun, Sep 30, 2018, 8:47 AM Carlos Rovira <ca...@apache.org>
> > > wrote:
> > >
> > >> Hi Om,
> > >>
> > >> error is now fixed. Can you try to release again?
> > >> thanks
> > >>
> > >> Carlos
> > >>
> > >>
> > >>
> > >>
> > >>
> > >> El dom., 30 sept. 2018 a las 17:27, Carlos Rovira (<
> > >> carlosrovira@apache.org>)
> > >> escribió:
> > >>
> > >> > Hi,
> > >> >
> > >> > just reverted the two generated commits for release, I left to you
> > >> remove
> > >> > new branches generated.
> > >> > About the fail, I was wrong, since I saw this very quickly. It's not
> > >> about
> > >> > JDK, I'm using as well 1.8. I was confused for other thing I had
> some
> > >> weeks
> > >> > ago, and was trying to use another JDK, but I don't remember what
> was.
> > >> >
> > >> > Anyway, the problem is about java doc, in the new class
> > >> > AMFCompressionException.java I introduce some months ago.
> > >> > since we never execute java doc generation we didn't see this.
> > >> >
> > >> > I'm going to try to fix this removing the problems I see, and I'll
> try
> > >> to
> > >> > see if I can try to use java doc to test if I pass the problem.
> > >> >
> > >> > I'll report soon.
> > >> >
> > >> > Carlos
> > >> >
> > >> >
> > >> > El dom., 30 sept. 2018 a las 17:12, Carlos Rovira (<
> > >> > carlosrovira@apache.org>) escribió:
> > >> >
> > >> >> Hi, since I'm going to work now on some compiler changes, I'll
> revert
> > >> >> those 2 commits in each repo. I'll try to pass as well maven with
> > java
> > >> 1.8
> > >> >> in amp and see if I get the same error
> > >> >>
> > >> >> El dom., 30 sept. 2018 a las 15:16, Piotr Zarzycki (<
> > >> >> piotrzarzycki21@gmail.com>) escribió:
> > >> >>
> > >> >>> Om,
> > >> >>>
> > >> >>> I think if you got fail during the process you should right after
> > >> that.
> > >> >>> 1) Remove created release tags
> > >> >>> 2) Revert all changes which Maven did in develop branches to the
> > >> previous
> > >> >>> state
> > >> >>>
> > >> >>> Thanks,
> > >> >>> Piotr
> > >> >>>
> > >> >>> niedz., 30 wrz 2018 o 12:40 Carlos Rovira <
> > >> carlos.rovira@codeoscopic.com
> > >> >>> >
> > >> >>> napisał(a):
> > >> >>>
> > >> >>> > Hi Om,
> > >> >>> > don't have many time now, but seems you are using JDK 1.8 and
> that
> > >> >>> project
> > >> >>> > needs to be 1.7 or will fail
> > >> >>> > I'll connect some hours later to see if you could use that sdk
> > >> >>> > good luck! :)
> > >> >>> >
> > >> >>> > El dom., 30 sept. 2018 a las 11:34, Piotr Zarzycki (<
> > >> >>> > piotrzarzycki21@gmail.com>) escribió:
> > >> >>> >
> > >> >>> > > Hi Om,
> > >> >>> > >
> > >> >>> > > Have you tried build that example on their own? Is it failing
> > with
> > >> >>> the
> > >> >>> > same
> > >> >>> > > stack trace?
> > >> >>> > >
> > >> >>> > > Thanks,
> > >> >>> > > Piotr
> > >> >>> > >
> > >> >>> > > On Sun, Sep 30, 2018, 9:31 AM OmPrakash Muppirala <
> > >> >>> bigosmallm@gmail.com>
> > >> >>> > > wrote:
> > >> >>> > >
> > >> >>> > > > So, I made a lot of progress (much more than last time), but
> > >> >>> > > unfortunately
> > >> >>> > > > the build failed at this stage.  Looks like an issue with
> the
> > >> >>> > > > SampleAmfWebApp.  Anyone else seeing this error or am I
> doing
> > >> >>> something
> > >> >>> > > > wrong?
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: Native:
> > >> >>> USStatesMap
> > >> >>> > > > ....... SUCCESS [  1.001 s]
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: NodeJS
> > >> >>> > > > .................... SUCCESS [  0.210 s]
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: NodeJS:
> > >> >>> HelloWorld
> > >> >>> > > > ........ SUCCESS [  0.945 s]
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: AMF Web
> > Apps
> > >> >>> > > > .............. SUCCESS [  0.202 s]
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: AMF Web
> > Apps:
> > >> >>> > > > SampleAmfWebApp FAILURE [01:51 min]
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples:
> > >> Integrationtests
> > >> >>> > > > .......... SKIPPED
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [INFO] compc
> > >> >>> > > > .............................................. SKIPPED
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [INFO] compiler-asc
> > >> >>> > > > ....................................... SKIPPED
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [INFO] compiler-compc
> > >> >>> > > > ..................................... SKIPPED
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [INFO] compiler-mxmlc
> > >> >>> > > > ..................................... SKIPPED
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [INFO] compiler-optimizer
> > >> >>> > > > ................................. SKIPPED
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [INFO] compiler-swfdump
> > >> >>> > > > ................................... SKIPPED
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [INFO] mxmlc
> > >> >>> > > > .............................................. SKIPPED
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Distribution
> > >> >>> > > > ........................ SKIPPED
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: ManualTests
> > >> >>> > > > ......................... SKIPPED
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: ManualTests:
> > UnitTests
> > >> >>> > > > .............. SKIPPED
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Testsuite 0.9.4
> > >> >>> > > > ..................... SKIPPED
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [INFO]
> > >> >>> > > >
> > >> >>> >
> > >> >>>
> > >>
> ------------------------------------------------------------------------
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [INFO] BUILD FAILURE
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [INFO]
> > >> >>> > > >
> > >> >>> >
> > >> >>>
> > >>
> ------------------------------------------------------------------------
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [INFO] Total time: 14:11 min
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [INFO] Finished at:
> > 2018-09-30T00:25:37-07:00
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [INFO]
> > >> >>> > > >
> > >> >>> >
> > >> >>>
> > >>
> ------------------------------------------------------------------------
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [ERROR] Failed to execute goal
> > >> >>> > > > org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:jar
> > >> >>> > > (attach-javadocs)
> > >> >>> > > > on project SampleAmfWebApp: MavenReportException: Error
> while
> > >> >>> > generating
> > >> >>> > > > Javadoc:
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [ERROR] Exit code: 1 -
> > >> >>> > > >
> > >> >>> > > >
> > >> >>> > >
> > >> >>> >
> > >> >>>
> > >>
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
> > >> >>> > > > error: @param name not found
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [ERROR]  * @param code
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [ERROR]           ^
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [ERROR]
> > >> >>> > > >
> > >> >>> > > >
> > >> >>> > >
> > >> >>> >
> > >> >>>
> > >>
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
> > >> >>> > > > warning: no description for @param
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [ERROR]  * @param code
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [ERROR]    ^
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [ERROR]
> > >> >>> > > >
> > >> >>> > > >
> > >> >>> > >
> > >> >>> >
> > >> >>>
> > >>
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:33:
> > >> >>> > > > warning: no @param for compressionError
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [ERROR] public
> > >> >>> > > > AMFCompressionException(AMFCompressionError
> compressionError)
> > {
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [ERROR]        ^
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [ERROR]
> > >> >>> > > >
> > >> >>> > > >
> > >> >>> > >
> > >> >>> >
> > >> >>>
> > >>
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
> > >> >>> > > > error: @param name not found
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [ERROR]  * @param code
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [ERROR]           ^
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [ERROR]
> > >> >>> > > >
> > >> >>> > > >
> > >> >>> > >
> > >> >>> >
> > >> >>>
> > >>
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
> > >> >>> > > > warning: no description for @param
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [ERROR]  * @param code
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [ERROR]    ^
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [ERROR]
> > >> >>> > > >
> > >> >>> > > >
> > >> >>> > >
> > >> >>> >
> > >> >>>
> > >>
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:41:
> > >> >>> > > > warning: no description for @param
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [ERROR]  * @param cause
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [ERROR]    ^
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [ERROR]
> > >> >>> > > >
> > >> >>> > > >
> > >> >>> > >
> > >> >>> >
> > >> >>>
> > >>
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:43:
> > >> >>> > > > warning: no @param for compressionError
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [ERROR] public
> > >> >>> > > > AMFCompressionException(AMFCompressionError
> compressionError,
> > >> >>> Throwable
> > >> >>> > > > cause) {
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [ERROR]        ^
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [ERROR]
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [ERROR] Command line was:
> > >> >>> > > >
> > >> >>> > > >
> > >> >>> > >
> > >> >>> >
> > >> >>>
> > >>
> >
> /Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/../bin/javadoc
> > >> >>> > > > @options @packages
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [ERROR]
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [ERROR] Refer to the generated Javadoc
> > files
> > >> in
> > >> >>> > > >
> > >> >>> > > >
> > >> >>> > >
> > >> >>> >
> > >> >>>
> > >>
> >
> '/Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/target/apidocs'
> > >> >>> > > > dir.
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [ERROR] -> [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] [ERROR]
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [ERROR] After correcting the problems,
> you
> > >> can
> > >> >>> > resume
> > >> >>> > > > the build with the command
> > >> >>> > > >
> > >> >>> > > >      [exec] [INFO] [ERROR]   mvn <goals> -rf
> :SampleAmfWebApp
> > >> >>> > > >
> > >> >>> > > > On Sat, Sep 29, 2018 at 11:58 AM OmPrakash Muppirala <
> > >> >>> > > bigosmallm@gmail.com
> > >> >>> > > > >
> > >> >>> > > > wrote:
> > >> >>> > > >
> > >> >>> > > > > Okay, trying now.
> > >> >>> > > > >
> > >> >>> > > > > On Tue, Sep 25, 2018 at 9:52 AM Piotr Zarzycki <
> > >> >>> > > > piotrzarzycki21@gmail.com>
> > >> >>> > > > > wrote:
> > >> >>> > > > >
> > >> >>> > > > >> Om,
> > >> >>> > > > >>
> > >> >>> > > > >> I think if you first try to build Royale framework with
> > Maven
> > >> >>> all
> > >> >>> > the
> > >> >>> > > > >> dependencies will be downloaded. During framework build
> you
> > >> >>> should
> > >> >>> > get
> > >> >>> > > > >> question about license related to player global etc. Once
> > >> you do
> > >> >>> > > > >> successful
> > >> >>> > > > >> build  you could try to go and play with script for
> > release.
> > >> -
> > >> >>> That
> > >> >>> > > way
> > >> >>> > > > to
> > >> >>> > > > >> go make you sure that script won't fail later during the
> > >> >>> process.
> > >> >>> > > > >>
> > >> >>> > > > >> Thanks,
> > >> >>> > > > >> Piotr
> > >> >>> > > > >>
> > >> >>> > > > >> pon., 24 wrz 2018 o 07:35 Alex Harui
> > >> <ah...@adobe.com.invalid>
> > >> >>> > > > >> napisał(a):
> > >> >>> > > > >>
> > >> >>> > > > >> > According to the archives, try running:
> > >> >>> > > > >> >
> > >> >>> > > > >> >     mvn -s settings-template.xml clean install
> > >> >>> > > > >> >
> > >> >>> > > > >> > Thanks,
> > >> >>> > > > >> > -Alex
> > >> >>> > > > >> >
> > >> >>> > > > >> > On 9/23/18, 3:48 PM, "OmPrakash Muppirala" <
> > >> >>> bigosmallm@gmail.com
> > >> >>> > >
> > >> >>> > > > >> wrote:
> > >> >>> > > > >> >
> > >> >>> > > > >> >     On Sun, Sep 23, 2018 at 3:43 PM OmPrakash
> Muppirala <
> > >> >>> > > > >> > bigosmallm@gmail.com>
> > >> >>> > > > >> >     wrote:
> > >> >>> > > > >> >
> > >> >>> > > > >> >     > Thanks.  I decided to stick with 1.8 :-)
> > >> >>> > > > >> >     >
> > >> >>> > > > >> >     >
> > >> >>> > > > >> >     BTW, this is when I run: mvn clean install in the
> > >> >>> royale-asjs
> > >> >>> > > > >> > directory:
> > >> >>> > > > >> >
> > >> >>> > > > >> >
> > >> >>> > > > >> >     > I am seeing this error:
> > >> >>> > > > >> >     >
> > >> >>> > > > >> >     > [ERROR] Failed to execute goal
> > >> >>> > > > >> >     >
> > >> >>> > > > >> >
> > >> >>> > > >
> > >> >>> >
> > >> >>>
> > >>
> org.apache.royale.compiler:royale-maven-plugin:0.9.4-SNAPSHOT:compile-as
> > >> >>> > > > >> >     > (default-compile-as) on project Core: Could not
> > >> resolve
> > >> >>> > > > >> dependencies
> > >> >>> > > > >> > for
> > >> >>> > > > >> >     > project
> > >> >>> org.apache.royale.framework:Core:swc:0.9.4-SNAPSHOT:
> > >> >>> > > > >> Failure
> > >> >>> > > > >> > to
> > >> >>> > > > >> >     > find com.adobe.air.framework:airglobal:swc:20.0
> in
> > >> >>> > > > >> >     >
> > >> >>> > > > >> >
> > >> >>> > > > >>
> > >> >>> > > >
> > >> >>> > >
> > >> >>> >
> > >> >>>
> > >>
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0
> > >> >>> > > > >> > was cached in
> > >> >>> > > > >> >     > the local repository, resolution will not be
> > >> reattempted
> > >> >>> > until
> > >> >>> > > > the
> > >> >>> > > > >> > update
> > >> >>> > > > >> >     > interval of apache-release has elapsed or updates
> > are
> > >> >>> forced
> > >> >>> > > ->
> > >> >>> > > > >> > [Help 1]
> > >> >>> > > > >> >     >
> > >> >>> > > > >> >     > I don't see a `com` directory on
> > >> >>> > > > >> >     >
> > >> >>> > > > >> >
> > >> >>> > > > >>
> > >> >>> > > >
> > >> >>> > >
> > >> >>> >
> > >> >>>
> > >>
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0
> > >> >>> > > > >> >     >
> > >> >>> > > > >> >     > Is that expected?
> > >> >>> > > > >> >     >
> > >> >>> > > > >> >     > Thanks,
> > >> >>> > > > >> >     > Om
> > >> >>> > > > >> >     >
> > >> >>> > > > >> >     >
> > >> >>> > > > >> >     > On Sun, Sep 23, 2018 at 2:15 AM Carlos Rovira <
> > >> >>> > > > >> > carlosrovira@apache.org>
> > >> >>> > > > >> >     > wrote:
> > >> >>> > > > >> >     >
> > >> >>> > > > >> >     >> Hi Om,
> > >> >>> > > > >> >     >>
> > >> >>> > > > >> >     >> I have Java 8 and 10 installed, and I think I
> was
> > >> able
> > >> >>> to
> > >> >>> > > > compile
> > >> >>> > > > >> > three
> > >> >>> > > > >> >     >> repos, but I find AMF java example doesn't work,
> > >> since
> > >> >>> > > BlazeDS
> > >> >>> > > > >> > needs a
> > >> >>> > > > >> >     >> Lower version I need to go with 8 for this
> > example.
> > >> >>> Maybe
> > >> >>> > > other
> > >> >>> > > > >> > part needs
> > >> >>> > > > >> >     >> as well 7 or 8.
> > >> >>> > > > >> >     >> I think trying another SDK should be left to
> some
> > >> time
> > >> >>> > > between
> > >> >>> > > > >> > releases,
> > >> >>> > > > >> >     >> since if not you can find spending more time
> that
> > >> you
> > >> >>> > > thought.
> > >> >>> > > > >> >     >>
> > >> >>> > > > >> >     >> just my 2
> > >> >>> > > > >> >     >>
> > >> >>> > > > >> >     >> Thanks
> > >> >>> > > > >> >     >>
> > >> >>> > > > >> >     >> Carlos
> > >> >>> > > > >> >     >>
> > >> >>> > > > >> >     >> El dom., 23 sept. 2018 a las 8:14, OmPrakash
> > >> Muppirala
> > >> >>> (<
> > >> >>> > > > >> >     >> bigosmallm@gmail.com>) escribió:
> > >> >>> > > > >> >     >>
> > >> >>> > > > >> >     >> > Okay trying this out now.
> > >> >>> > > > >> >     >> >
> > >> >>> > > > >> >     >> > First question:  The release doc [1] says we
> > need
> > >> >>> Java
> > >> >>> > 1.7
> > >> >>> > > or
> > >> >>> > > > >> > higher.
> > >> >>> > > > >> >     >> Has
> > >> >>> > > > >> >     >> > anyone tried Java 10?   That is the default
> > >> version
> > >> >>> > > available
> > >> >>> > > > >> > through
> > >> >>> > > > >> >     >> all
> > >> >>> > > > >> >     >> > installation channels.
> > >> >>> > > > >> >     >> > Any pitfalls I should consider?
> > >> >>> > > > >> >     >> >
> > >> >>> > > > >> >     >> > Thanks,
> > >> >>> > > > >> >     >> > Om
> > >> >>> > > > >> >     >> >
> > >> >>> > > > >> >     >> > On Fri, Sep 21, 2018 at 12:23 PM Carlos
> Rovira <
> > >> >>> > > > >> > carlosrovira@apache.org
> > >> >>> > > > >> >     >> >
> > >> >>> > > > >> >     >> > wrote:
> > >> >>> > > > >> >     >> >
> > >> >>> > > > >> >     >> > > I think we are ready to go, so let's go! ;-)
> > >> >>> > > > >> >     >> > >
> > >> >>> > > > >> >     >> > > Good luck Om! :)
> > >> >>> > > > >> >     >> > >
> > >> >>> > > > >> >     >> > > El vie., 21 sept. 2018 a las 18:19, Alex
> Harui
> > >> >>> > > > >> >     >> (<aharui@adobe.com.invalid
> > >> >>> > > > >> >     >> > > >)
> > >> >>> > > > >> >     >> > > escribió:
> > >> >>> > > > >> >     >> > >
> > >> >>> > > > >> >     >> > > > Yes, I think they are ready.  I removed
> the
> > >> >>> > > release/0.9.4
> > >> >>> > > > >> > branches
> > >> >>> > > > >> >     >> so
> > >> >>> > > > >> >     >> > the
> > >> >>> > > > >> >     >> > > > scripts should be able to make a new one.
> > >> >>> > > > >> >     >> > > >
> > >> >>> > > > >> >     >> > > > -Alex
> > >> >>> > > > >> >     >> > > >
> > >> >>> > > > >> >     >> > > > On 9/21/18, 8:58 AM, "OmPrakash
> Muppirala" <
> > >> >>> > > > >> > bigosmallm@gmail.com>
> > >> >>> > > > >> >     >> > > wrote:
> > >> >>> > > > >> >     >> > > >
> > >> >>> > > > >> >     >> > > >     Alex said in his last email that the
> > repos
> > >> >>> are
> > >> >>> > > ready.
> > >> >>> > > > >> > Will try
> > >> >>> > > > >> >     >> in
> > >> >>> > > > >> >     >> > a
> > >> >>> > > > >> >     >> > > > few
> > >> >>> > > > >> >     >> > > >     minutes.
> > >> >>> > > > >> >     >> > > >
> > >> >>> > > > >> >     >> > > >     Thanks,
> > >> >>> > > > >> >     >> > > >     Om
> > >> >>> > > > >> >     >> > > >
> > >> >>> > > > >> >     >> > > >     On Fri, Sep 21, 2018, 7:24 AM Piotr
> > >> Zarzycki
> > >> >>> <
> > >> >>> > > > >> >     >> > > > piotrzarzycki21@gmail.com>
> > >> >>> > > > >> >     >> > > >     wrote:
> > >> >>> > > > >> >     >> > > >
> > >> >>> > > > >> >     >> > > >     > Om,
> > >> >>> > > > >> >     >> > > >     >
> > >> >>> > > > >> >     >> > > >     > In my opinion you have everything
> > ready
> > >> to
> > >> >>> go!
> > >> >>> > > > Since
> > >> >>> > > > >> > develop
> > >> >>> > > > >> >     >> is
> > >> >>> > > > >> >     >> > > ready
> > >> >>> > > > >> >     >> > > >     > probably you will start doing steps
> > from
> > >> >>> the
> > >> >>> > > > >> beginning,
> > >> >>> > > > >> > so in
> > >> >>> > > > >> >     >> the
> > >> >>> > > > >> >     >> > > > results
> > >> >>> > > > >> >     >> > > >     > we will get branches release/0.9.4.
> > >> >>> However
> > >> >>> > they
> > >> >>> > > > >> > already
> > >> >>> > > > >> >     >> exists,
> > >> >>> > > > >> >     >> > > > because
> > >> >>> > > > >> >     >> > > >     > of
> > >> >>> > > > >> >     >> > > >     > my previous attempt.
> > >> >>> > > > >> >     >> > > >     >
> > >> >>> > > > >> >     >> > > >     > Maybe before you even start they
> need
> > >> to be
> > >> >>> > > > removed.
> > >> >>> > > > >> >     >> > > >     >
> > >> >>> > > > >> >     >> > > >     > Thanks,
> > >> >>> > > > >> >     >> > > >     > Piotr
> > >> >>> > > > >> >     >> > > >     >
> > >> >>> > > > >> >     >> > > >     >
> > >> >>> > > > >> >     >> > > >     >
> > >> >>> > > > >> >     >> > > >     > pt., 21 wrz 2018 o 16:16 OmPrakash
> > >> >>> Muppirala <
> > >> >>> > > > >> >     >> > bigosmallm@gmail.com
> > >> >>> > > > >> >     >> > > >
> > >> >>> > > > >> >     >> > > >     > napisał(a):
> > >> >>> > > > >> >     >> > > >     >
> > >> >>> > > > >> >     >> > > >     > > So am I clear to try and release?
> > Or
> > >> >>> should
> > >> >>> > I
> > >> >>> > > > wait
> > >> >>> > > > >> > for any
> > >> >>> > > > >> >     >> > other
> > >> >>> > > > >> >     >> > > > feature
> > >> >>> > > > >> >     >> > > >     > > or bug?
> > >> >>> > > > >> >     >> > > >     > >
> > >> >>> > > > >> >     >> > > >     > > Thanks,
> > >> >>> > > > >> >     >> > > >     > > Om
> > >> >>> > > > >> >     >> > > >     > >
> > >> >>> > > > >> >     >> > > >     > > On Fri, Sep 21, 2018, 6:20 AM
> Carlos
> > >> >>> Rovira <
> > >> >>> > > > >> >     >> > > > carlosrovira@apache.org>
> > >> >>> > > > >> >     >> > > >     > > wrote:
> > >> >>> > > > >> >     >> > > >     > >
> > >> >>> > > > >> >     >> > > >     > > > Hi Alex
> > >> >>> > > > >> >     >> > > >     > > >
> > >> >>> > > > >> >     >> > > >     > > > El vie., 21 sept. 2018 a las
> 3:06,
> > >> Alex
> > >> >>> > Harui
> > >> >>> > > > >> >     >> > > >     > (<aharui@adobe.com.invalid
> > >> >>> > > > >> >     >> > > >     > > >)
> > >> >>> > > > >> >     >> > > >     > > > escribió:
> > >> >>> > > > >> >     >> > > >     > > >
> > >> >>> > > > >> >     >> > > >     > > > > I made some adjustments to the
> > >> repos
> > >> >>> so
> > >> >>> > > that
> > >> >>> > > > >> they
> > >> >>> > > > >> >     >> "should"
> > >> >>> > > > >> >     >> > be
> > >> >>> > > > >> >     >> > > > ready
> > >> >>> > > > >> >     >> > > >     > to
> > >> >>> > > > >> >     >> > > >     > > > run
> > >> >>> > > > >> >     >> > > >     > > > > the scripts and produce the
> > 0.9.4
> > >> >>> > release.
> > >> >>> > > > Of
> > >> >>> > > > >> > course, I
> > >> >>> > > > >> >     >> > > could
> > >> >>> > > > >> >     >> > > > be
> > >> >>> > > > >> >     >> > > >     > > wrong.
> > >> >>> > > > >> >     >> > > >     > > > > We'll see how Om fares.
> > >> >>> > > > >> >     >> > > >     > > > >
> > >> >>> > > > >> >     >> > > >     > > > >
> > >> >>> > > > >> >     >> > > >     > > > so cool :)
> > >> >>> > > > >> >     >> > > >     > > >
> > >> >>> > > > >> >     >> > > >     > > >
> > >> >>> > > > >> >     >> > > >     > > > > I also put in a change that
> > should
> > >> >>> fix
> > >> >>> > the
> > >> >>> > > > >> > dependencies
> > >> >>> > > > >> >     >> > > > issue.  So
> > >> >>> > > > >> >     >> > > >     > the
> > >> >>> > > > >> >     >> > > >     > > > > remaining questions are around
> > the
> > >> >>> AMF
> > >> >>> > > > problem.
> > >> >>> > > > >> > I'm
> > >> >>> > > > >> >     >> > thinking
> > >> >>> > > > >> >     >> > > > of
> > >> >>> > > > >> >     >> > > >     > > looking
> > >> >>> > > > >> >     >> > > >     > > > > into what it takes to support
> > >> Small
> > >> >>> > > Messages.
> > >> >>> > > > >> > However,
> > >> >>> > > > >> >     >> I
> > >> >>> > > > >> >     >> > > > don't know
> > >> >>> > > > >> >     >> > > >     > > > > anything about them.  How
> often
> > >> will
> > >> >>> > > > migrating
> > >> >>> > > > >> > people be
> > >> >>> > > > >> >     >> > > using
> > >> >>> > > > >> >     >> > > > Small
> > >> >>> > > > >> >     >> > > >     > > > > Messages?  Is it fair to tell
> > >> them to
> > >> >>> > turn
> > >> >>> > > > off
> > >> >>> > > > >> > Small
> > >> >>> > > > >> >     >> > > Messages?
> > >> >>> > > > >> >     >> > > >     > > > >
> > >> >>> > > > >> >     >> > > >     > > >
> > >> >>> > > > >> >     >> > > >     > > > I think for now, that small
> > messages
> > >> >>> is a
> > >> >>> > > > BlazeDS
> > >> >>> > > > >> >     >> feature. I
> > >> >>> > > > >> >     >> > > > search for
> > >> >>> > > > >> >     >> > > >     > > > ZendAMF small messages and
> didn't
> > >> fin d
> > >> >>> > > > anything.
> > >> >>> > > > >> > So my
> > >> >>> > > > >> >     >> bet
> > >> >>> > > > >> >     >> > is
> > >> >>> > > > >> >     >> > > > that
> > >> >>> > > > >> >     >> > > >     > small
> > >> >>> > > > >> >     >> > > >     > > > messages is something only
> present
> > >> in
> > >> >>> > BlazeDS
> > >> >>> > > > and
> > >> >>> > > > >> > Data
> > >> >>> > > > >> >     >> > Services
> > >> >>> > > > >> >     >> > > > Adobe
> > >> >>> > > > >> >     >> > > >     > > > software.
> > >> >>> > > > >> >     >> > > >     > > >
> > >> >>> > > > >> >     >> > > >     > > > In the other hand, I'll be check
> > new
> > >> >>> info
> > >> >>> > > from
> > >> >>> > > > >> > Darrell in
> > >> >>> > > > >> >     >> 1-2
> > >> >>> > > > >> >     >> > > > hours
> > >> >>> > > > >> >     >> > > >     > from
> > >> >>> > > > >> >     >> > > >     > > > now, but I think the problem
> with
> > >> >>> ZendAMF
> > >> >>> > > could
> > >> >>> > > > >> be
> > >> >>> > > > >> >     >> something
> > >> >>> > > > >> >     >> > > > like the
> > >> >>> > > > >> >     >> > > >     > one
> > >> >>> > > > >> >     >> > > >     > > > happened with coldfusion where
> > >> >>> > > ArrayCollection
> > >> >>> > > > >> > needs some
> > >> >>> > > > >> >     >> > > special
> > >> >>> > > > >> >     >> > > >     > > > treatment. I asked Darryl to
> start
> > >> with
> > >> >>> > > simple
> > >> >>> > > > >> > connections
> > >> >>> > > > >> >     >> > like
> > >> >>> > > > >> >     >> > > > we have
> > >> >>> > > > >> >     >> > > >     > > in
> > >> >>> > > > >> >     >> > > >     > > > our example (send and receive a
> > >> String,
> > >> >>> > then
> > >> >>> > > a
> > >> >>> > > > >> > simple
> > >> >>> > > > >> >     >> object,
> > >> >>> > > > >> >     >> > > > and so
> > >> >>> > > > >> >     >> > > >     > > > on...). I think is not good to
> > start
> > >> >>> trying
> > >> >>> > > > from
> > >> >>> > > > >> a
> > >> >>> > > > >> > real
> > >> >>> > > > >> >     >> app
> > >> >>> > > > >> >     >> > > > scenario
> > >> >>> > > > >> >     >> > > >     > > where
> > >> >>> > > > >> >     >> > > >     > > > many other things could be
> working
> > >> >>> against
> > >> >>> > > you.
> > >> >>> > > > >> For
> > >> >>> > > > >> >     >> example,
> > >> >>> > > > >> >     >> > in
> > >> >>> > > > >> >     >> > > > our
> > >> >>> > > > >> >     >> > > >     > > > application, we have set up an
> > >> >>> additional
> > >> >>> > > > >> encoding
> > >> >>> > > > >> > to byte
> > >> >>> > > > >> >     >> > > array.
> > >> >>> > > > >> >     >> > > >     > > Something
> > >> >>> > > > >> >     >> > > >     > > > that even I was completely
> forget,
> > >> and
> > >> >>> > when I
> > >> >>> > > > >> > started to
> > >> >>> > > > >> >     >> try
> > >> >>> > > > >> >     >> > > > AMF, I was
> > >> >>> > > > >> >     >> > > >     > > > always getting nothing until I
> > >> reach to
> > >> >>> > that
> > >> >>> > > > >> point.
> > >> >>> > > > >> >     >> > > >     > > >
> > >> >>> > > > >> >     >> > > >     > > > So, as I said before, nothing
> > should
> > >> >>> stop
> > >> >>> > us
> > >> >>> > > to
> > >> >>> > > > >> > release
> > >> >>> > > > >> >     >> now.
> > >> >>> > > > >> >     >> > If
> > >> >>> > > > >> >     >> > > > things
> > >> >>> > > > >> >     >> > > >     > go
> > >> >>> > > > >> >     >> > > >     > > > ok, Harbs will be next release
> > >> manager,
> > >> >>> > and I
> > >> >>> > > > >> hope
> > >> >>> > > > >> > to be
> > >> >>> > > > >> >     >> the
> > >> >>> > > > >> >     >> > > > next one
> > >> >>> > > > >> >     >> > > >     > :)
> > >> >>> > > > >> >     >> > > >     > > >
> > >> >>> > > > >> >     >> > > >     > > > Thanks
> > >> >>> > > > >> >     >> > > >     > > >
> > >> >>> > > > >> >     >> > > >     > > >
> > >> >>> > > > >> >     >> > > >     > > >
> > >> >>> > > > >> >     >> > > >     > > > >
> > >> >>> > > > >> >     >> > > >     > > > > Thanks,
> > >> >>> > > > >> >     >> > > >     > > > > -Alex
> > >> >>> > > > >> >     >> > > >     > > > >
> > >> >>> > > > >> >     >> > > >     > > > --
> > >> >>> > > > >> >     >> > > >     > > > Carlos Rovira
> > >> >>> > > > >> >     >> > > >     > > >
> > >> >>> > > > >> >     >> > > >
> > >> >>> > > > >> >     >> > >
> > >> >>> > > > >> >     >> >
> > >> >>> > > > >> >     >>
> > >> >>> > > > >> >
> > >> >>> > > > >>
> > >> >>> > > >
> > >> >>> > >
> > >> >>> >
> > >> >>>
> > >>
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
> > >> >>> > > > >> >     >> > > >     > > >
> > >> >>> > > > >> >     >> > > >     > >
> > >> >>> > > > >> >     >> > > >     >
> > >> >>> > > > >> >     >> > > >     >
> > >> >>> > > > >> >     >> > > >     > --
> > >> >>> > > > >> >     >> > > >     >
> > >> >>> > > > >> >     >> > > >     > Piotr Zarzycki
> > >> >>> > > > >> >     >> > > >     >
> > >> >>> > > > >> >     >> > > >     > Patreon: *
> > >> >>> > > > >> >     >> > > >
> > >> >>> > > > >> >     >> > >
> > >> >>> > > > >> >     >> >
> > >> >>> > > > >> >     >>
> > >> >>> > > > >> >
> > >> >>> > > > >>
> > >> >>> > > >
> > >> >>> > >
> > >> >>> >
> > >> >>>
> > >>
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=VlfEFrmkwQC5UnUxxWv0VlNGx%2FBmgtWRZmGNplONbUE%3D&amp;reserved=0
> > >> >>> > > > >> >     >> > > >     > <
> > >> >>> > > > >> >     >> > > >
> > >> >>> > > > >> >     >> > >
> > >> >>> > > > >> >     >> >
> > >> >>> > > > >> >     >>
> > >> >>> > > > >> >
> > >> >>> > > > >>
> > >> >>> > > >
> > >> >>> > >
> > >> >>> >
> > >> >>>
> > >>
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=VlfEFrmkwQC5UnUxxWv0VlNGx%2FBmgtWRZmGNplONbUE%3D&amp;reserved=0
> > >> >>> > > > >> >     >> > > > >*
> > >> >>> > > > >> >     >> > > >     >
> > >> >>> > > > >> >     >> > > >
> > >> >>> > > > >> >     >> > > >
> > >> >>> > > > >> >     >> > > >
> > >> >>> > > > >> >     >> > >
> > >> >>> > > > >> >     >> > > --
> > >> >>> > > > >> >     >> > > Carlos Rovira
> > >> >>> > > > >> >     >> > >
> > >> >>> > > > >> >
> > >> >>> > > > >>
> > >> >>> > > >
> > >> >>> > >
> > >> >>> >
> > >> >>>
> > >>
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
> > >> >>> > > > >> >     >> > >
> > >> >>> > > > >> >     >> >
> > >> >>> > > > >> >     >>
> > >> >>> > > > >> >     >>
> > >> >>> > > > >> >     >> --
> > >> >>> > > > >> >     >> Carlos Rovira
> > >> >>> > > > >> >     >>
> > >> >>> > > > >> >
> > >> >>> > > > >>
> > >> >>> > > >
> > >> >>> > >
> > >> >>> >
> > >> >>>
> > >>
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
> > >> >>> > > > >> >     >>
> > >> >>> > > > >> >     >
> > >> >>> > > > >> >
> > >> >>> > > > >> >
> > >> >>> > > > >> >
> > >> >>> > > > >>
> > >> >>> > > > >> --
> > >> >>> > > > >>
> > >> >>> > > > >> Piotr Zarzycki
> > >> >>> > > > >>
> > >> >>> > > > >> Patreon: *https://www.patreon.com/piotrzarzycki
> > >> >>> > > > >> <https://www.patreon.com/piotrzarzycki>*
> > >> >>> > > > >>
> > >> >>> > > > >
> > >> >>> > > >
> > >> >>> > >
> > >> >>> >
> > >> >>> >
> > >> >>> > --
> > >> >>> >
> > >> >>> > <http://www.codeoscopic.com>
> > >> >>> >
> > >> >>> > Carlos Rovira
> > >> >>> >
> > >> >>> > Director General
> > >> >>> >
> > >> >>> > M: +34 607 22 60 05
> > >> >>> >
> > >> >>> > http://www.codeoscopic.com
> > >> >>> >
> > >> >>> >
> > >> >>> > Conócenos en 1 minuto! <https://avant2.es/#video>
> > >> >>> >
> > >> >>> >
> > >> >>> > AVISO LEGAL: La información contenida en este correo
> electrónico,
> > y
> > >> en
> > >> >>> su
> > >> >>> > caso en los documentos adjuntos, es información privilegiada
> para
> > >> uso
> > >> >>> > exclusivo de la persona y/o personas a las que va dirigido. No
> > está
> > >> >>> > permitido el acceso a este mensaje a cualquier otra persona
> > >> distinta a
> > >> >>> los
> > >> >>> > indicados. Si Usted no es uno de los destinatarios, cualquier
> > >> >>> duplicación,
> > >> >>> > reproducción, distribución, así como cualquier uso de la
> > información
> > >> >>> > contenida en él o cualquiera otra acción u omisión tomada en
> > >> relación
> > >> >>> con
> > >> >>> > el mismo, está prohibida y puede ser ilegal. En dicho caso, por
> > >> favor,
> > >> >>> > notifíquelo al remitente y proceda a la eliminación de este
> correo
> > >> >>> > electrónico, así como de sus adjuntos si los hubiere. En
> > >> cumplimiento
> > >> >>> de la
> > >> >>> > legislación española vigente en materia de protección de datos
> de
> > >> >>> carácter
> > >> >>> > personal y del RGPD 679/2016 le informamos que sus datos están
> > >> siendo
> > >> >>> > objeto de tratamiento por parte de CODEOSCOPIC S.A. con
> > >> CIFA85677342,
> > >> >>> con
> > >> >>> > la finalidad del mantenimiento y gestión de relaciones
> > comerciales y
> > >> >>> > administrativas. La base jurídica del tratamiento es el interés
> > >> >>> legítimo de
> > >> >>> > la empresa. No se prevén cesiones de sus datos, salvo que exista
> > una
> > >> >>> > obligación legal. Para ejercitar sus derechos puede dirigirse a
> > >> >>> CODEOSCOPIC
> > >> >>> > S.A., domiciliada enPaseo de la Habana, 9-11, 28036 de Madrid
> > >> >>> (MADRID), o
> > >> >>> > bien por email adpd@codeoscopic.com, con el fin de ejercer sus
> > >> >>> derechos de
> > >> >>> > acceso, rectificación, supresión (derecho al olvido), limitación
> > de
> > >> >>> > tratamiento, portabilidad de los datos, oposición, y a no ser
> > >> objeto de
> > >> >>> > decisiones automatizadas, indicando como Asunto: “Derechos Ley
> > >> >>> Protección
> > >> >>> > de Datos”, y adjuntando fotocopia de su DNI. Delegado de
> > protección
> > >> de
> > >> >>> > datos:dpd@codeoscopic.com
> > >> >>> >
> > >> >>>
> > >> >>>
> > >> >>> --
> > >> >>>
> > >> >>> Piotr Zarzycki
> > >> >>>
> > >> >>> Patreon: *https://www.patreon.com/piotrzarzycki
> > >> >>> <https://www.patreon.com/piotrzarzycki>*
> > >> >>>
> > >> >>
> > >> >>
> > >> >> --
> > >> >> Carlos Rovira
> > >> >> http://about.me/carlosrovira
> > >> >>
> > >> >>
> > >> >
> > >> > --
> > >> > Carlos Rovira
> > >> > http://about.me/carlosrovira
> > >> >
> > >> >
> > >>
> > >> --
> > >> Carlos Rovira
> > >> http://about.me/carlosrovira
> > >>
> > >
> >
>
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Carlos Rovira <ca...@apache.org>.
Hi Om,
just saw that some poms was not changed to 0.9.6-SNAPSHOT.
I think that should be fixed and get a prepare maven release process that
could finaly gets all poms updated to new version.
Don't know if that could be the problem. Can you try again?
thanks

El dom., 30 sept. 2018 a las 21:32, OmPrakash Muppirala (<
bigosmallm@gmail.com>) escribió:

> Made a bit more progress, but the build is failing here now:
>
>      [exec] [INFO] [INFO] Apache Royale: Examples: Royale:
> DataBindingExample_as SUCCESS [  2.469 s]
>
>      [exec] [INFO] [INFO] Apache Royale: Examples: Royale:
> DataBindingExample_Flat FAILURE [  1.756 s]
>
>      [exec] [INFO] [INFO] Apache Royale: Examples: Royale:
> DataBindingExampleWithLayout SKIPPED
>
>      [exec] [INFO] [INFO] Apache Royale: Examples: Royale: DataGridExample
> ... SKIPPED
>
>
>
> Detailed error:
>
>
>     [exec] [INFO] [INFO]
> ------------------------------------------------------------------------
>
>      [exec] [INFO] [INFO] BUILD FAILURE
>
>      [exec] [INFO] [INFO]
> ------------------------------------------------------------------------
>
>      [exec] [INFO] [INFO] Total time: 07:03 min
>
>      [exec] [INFO] [INFO] Finished at: 2018-09-30T12:17:45-07:00
>
>      [exec] [INFO] [INFO]
> ------------------------------------------------------------------------
>
>      [exec] [INFO] [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-dependency-plugin:2.10:unpack (unpack-fonts)
> on project DataBindingExample_Flat: Unable to find artifact. Could not find
> artifact org.apache.royale.framework:Fonts:war:0.9.4 in apache-release (
> https://repository.apache.org/content/repositories/releases)
>
>      [exec] [INFO] [ERROR]
>
>      [exec] [INFO] [ERROR] Try downloading the file manually from the
> project website.
>
>      [exec] [INFO] [ERROR]
>
>      [exec] [INFO] [ERROR] Then, install it using the command:
>
>      [exec] [INFO] [ERROR]     mvn install:install-file
> -DgroupId=org.apache.royale.framework -DartifactId=Fonts -Dversion=0.9.4
> -Dpackaging=war -Dfile=/path/to/file
>
>      [exec] [INFO] [ERROR]
>
>      [exec] [INFO] [ERROR] Alternatively, if you host your own repository
> you can deploy the file there:
>
>      [exec] [INFO] [ERROR]     mvn deploy:deploy-file
> -DgroupId=org.apache.royale.framework -DartifactId=Fonts -Dversion=0.9.4
> -Dpackaging=war -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>
>      [exec] [INFO] [ERROR]
>
>      [exec] [INFO] [ERROR]
>
>      [exec] [INFO] [ERROR]   org.apache.royale.framework:Fonts:war:0.9.4
>
>      [exec] [INFO] [ERROR]
>
>      [exec] [INFO] [ERROR] from the specified remote repositories:
>
>      [exec] [INFO] [ERROR]   apache-release (
> https://repository.apache.org/content/repositories/releases,
> releases=true,
> snapshots=false),
>
>      [exec] [INFO] [ERROR]   apache-snapshots (
> https://repository.apache.org/content/repositories/snapshots,
> releases=false, snapshots=true),
>
>      [exec] [INFO] [ERROR]   apache.snapshots (
> https://repository.apache.org/snapshots, releases=false, snapshots=true),
>
>      [exec] [INFO] [ERROR]   central (https://repo.maven.apache.org/maven2
> ,
> releases=true, snapshots=false)
>
>      [exec] [INFO] [ERROR] -> [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] [ERROR]
>
>      [exec] [INFO] [ERROR] After correcting the problems, you can resume
> the build with the command
>
>      [exec] [INFO] [ERROR]   mvn <goals> -rf :DataBindingExample_Flat
>
>      [exec] [INFO]
> ------------------------------------------------------------------------
>
>      [exec] [INFO] Reactor Summary:
>
>      [exec] [INFO] Apache Royale: Framework: Parent 0.9.5-SNAPSHOT ....
> FAILURE [07:08 min]
>
>      [exec] [INFO] Apache Royale: Framework ...........................
> SKIPPED
>
>      [exec] [INFO] Apache Royale: Framework: Fonts ....................
> SKIPPED
>
>
>
> Can someone please take a look?
>
> On Sun, Sep 30, 2018 at 9:13 AM OmPrakash Muppirala <bi...@gmail.com>
> wrote:
>
> > Thanks for the quick fix!  Will pull develop and try again.  Will report
> > in a while.
> >
> > Regards,
> > Om
> >
> >
> > On Sun, Sep 30, 2018, 8:47 AM Carlos Rovira <ca...@apache.org>
> > wrote:
> >
> >> Hi Om,
> >>
> >> error is now fixed. Can you try to release again?
> >> thanks
> >>
> >> Carlos
> >>
> >>
> >>
> >>
> >>
> >> El dom., 30 sept. 2018 a las 17:27, Carlos Rovira (<
> >> carlosrovira@apache.org>)
> >> escribió:
> >>
> >> > Hi,
> >> >
> >> > just reverted the two generated commits for release, I left to you
> >> remove
> >> > new branches generated.
> >> > About the fail, I was wrong, since I saw this very quickly. It's not
> >> about
> >> > JDK, I'm using as well 1.8. I was confused for other thing I had some
> >> weeks
> >> > ago, and was trying to use another JDK, but I don't remember what was.
> >> >
> >> > Anyway, the problem is about java doc, in the new class
> >> > AMFCompressionException.java I introduce some months ago.
> >> > since we never execute java doc generation we didn't see this.
> >> >
> >> > I'm going to try to fix this removing the problems I see, and I'll try
> >> to
> >> > see if I can try to use java doc to test if I pass the problem.
> >> >
> >> > I'll report soon.
> >> >
> >> > Carlos
> >> >
> >> >
> >> > El dom., 30 sept. 2018 a las 17:12, Carlos Rovira (<
> >> > carlosrovira@apache.org>) escribió:
> >> >
> >> >> Hi, since I'm going to work now on some compiler changes, I'll revert
> >> >> those 2 commits in each repo. I'll try to pass as well maven with
> java
> >> 1.8
> >> >> in amp and see if I get the same error
> >> >>
> >> >> El dom., 30 sept. 2018 a las 15:16, Piotr Zarzycki (<
> >> >> piotrzarzycki21@gmail.com>) escribió:
> >> >>
> >> >>> Om,
> >> >>>
> >> >>> I think if you got fail during the process you should right after
> >> that.
> >> >>> 1) Remove created release tags
> >> >>> 2) Revert all changes which Maven did in develop branches to the
> >> previous
> >> >>> state
> >> >>>
> >> >>> Thanks,
> >> >>> Piotr
> >> >>>
> >> >>> niedz., 30 wrz 2018 o 12:40 Carlos Rovira <
> >> carlos.rovira@codeoscopic.com
> >> >>> >
> >> >>> napisał(a):
> >> >>>
> >> >>> > Hi Om,
> >> >>> > don't have many time now, but seems you are using JDK 1.8 and that
> >> >>> project
> >> >>> > needs to be 1.7 or will fail
> >> >>> > I'll connect some hours later to see if you could use that sdk
> >> >>> > good luck! :)
> >> >>> >
> >> >>> > El dom., 30 sept. 2018 a las 11:34, Piotr Zarzycki (<
> >> >>> > piotrzarzycki21@gmail.com>) escribió:
> >> >>> >
> >> >>> > > Hi Om,
> >> >>> > >
> >> >>> > > Have you tried build that example on their own? Is it failing
> with
> >> >>> the
> >> >>> > same
> >> >>> > > stack trace?
> >> >>> > >
> >> >>> > > Thanks,
> >> >>> > > Piotr
> >> >>> > >
> >> >>> > > On Sun, Sep 30, 2018, 9:31 AM OmPrakash Muppirala <
> >> >>> bigosmallm@gmail.com>
> >> >>> > > wrote:
> >> >>> > >
> >> >>> > > > So, I made a lot of progress (much more than last time), but
> >> >>> > > unfortunately
> >> >>> > > > the build failed at this stage.  Looks like an issue with the
> >> >>> > > > SampleAmfWebApp.  Anyone else seeing this error or am I doing
> >> >>> something
> >> >>> > > > wrong?
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: Native:
> >> >>> USStatesMap
> >> >>> > > > ....... SUCCESS [  1.001 s]
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: NodeJS
> >> >>> > > > .................... SUCCESS [  0.210 s]
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: NodeJS:
> >> >>> HelloWorld
> >> >>> > > > ........ SUCCESS [  0.945 s]
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: AMF Web
> Apps
> >> >>> > > > .............. SUCCESS [  0.202 s]
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: AMF Web
> Apps:
> >> >>> > > > SampleAmfWebApp FAILURE [01:51 min]
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples:
> >> Integrationtests
> >> >>> > > > .......... SKIPPED
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [INFO] compc
> >> >>> > > > .............................................. SKIPPED
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [INFO] compiler-asc
> >> >>> > > > ....................................... SKIPPED
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [INFO] compiler-compc
> >> >>> > > > ..................................... SKIPPED
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [INFO] compiler-mxmlc
> >> >>> > > > ..................................... SKIPPED
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [INFO] compiler-optimizer
> >> >>> > > > ................................. SKIPPED
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [INFO] compiler-swfdump
> >> >>> > > > ................................... SKIPPED
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [INFO] mxmlc
> >> >>> > > > .............................................. SKIPPED
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Distribution
> >> >>> > > > ........................ SKIPPED
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: ManualTests
> >> >>> > > > ......................... SKIPPED
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: ManualTests:
> UnitTests
> >> >>> > > > .............. SKIPPED
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Testsuite 0.9.4
> >> >>> > > > ..................... SKIPPED
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [INFO]
> >> >>> > > >
> >> >>> >
> >> >>>
> >> ------------------------------------------------------------------------
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [INFO] BUILD FAILURE
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [INFO]
> >> >>> > > >
> >> >>> >
> >> >>>
> >> ------------------------------------------------------------------------
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [INFO] Total time: 14:11 min
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [INFO] Finished at:
> 2018-09-30T00:25:37-07:00
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [INFO]
> >> >>> > > >
> >> >>> >
> >> >>>
> >> ------------------------------------------------------------------------
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [ERROR] Failed to execute goal
> >> >>> > > > org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:jar
> >> >>> > > (attach-javadocs)
> >> >>> > > > on project SampleAmfWebApp: MavenReportException: Error while
> >> >>> > generating
> >> >>> > > > Javadoc:
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [ERROR] Exit code: 1 -
> >> >>> > > >
> >> >>> > > >
> >> >>> > >
> >> >>> >
> >> >>>
> >>
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
> >> >>> > > > error: @param name not found
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [ERROR]  * @param code
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [ERROR]           ^
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [ERROR]
> >> >>> > > >
> >> >>> > > >
> >> >>> > >
> >> >>> >
> >> >>>
> >>
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
> >> >>> > > > warning: no description for @param
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [ERROR]  * @param code
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [ERROR]    ^
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [ERROR]
> >> >>> > > >
> >> >>> > > >
> >> >>> > >
> >> >>> >
> >> >>>
> >>
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:33:
> >> >>> > > > warning: no @param for compressionError
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [ERROR] public
> >> >>> > > > AMFCompressionException(AMFCompressionError compressionError)
> {
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [ERROR]        ^
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [ERROR]
> >> >>> > > >
> >> >>> > > >
> >> >>> > >
> >> >>> >
> >> >>>
> >>
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
> >> >>> > > > error: @param name not found
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [ERROR]  * @param code
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [ERROR]           ^
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [ERROR]
> >> >>> > > >
> >> >>> > > >
> >> >>> > >
> >> >>> >
> >> >>>
> >>
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
> >> >>> > > > warning: no description for @param
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [ERROR]  * @param code
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [ERROR]    ^
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [ERROR]
> >> >>> > > >
> >> >>> > > >
> >> >>> > >
> >> >>> >
> >> >>>
> >>
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:41:
> >> >>> > > > warning: no description for @param
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [ERROR]  * @param cause
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [ERROR]    ^
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [ERROR]
> >> >>> > > >
> >> >>> > > >
> >> >>> > >
> >> >>> >
> >> >>>
> >>
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:43:
> >> >>> > > > warning: no @param for compressionError
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [ERROR] public
> >> >>> > > > AMFCompressionException(AMFCompressionError compressionError,
> >> >>> Throwable
> >> >>> > > > cause) {
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [ERROR]        ^
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [ERROR]
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [ERROR] Command line was:
> >> >>> > > >
> >> >>> > > >
> >> >>> > >
> >> >>> >
> >> >>>
> >>
> /Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/../bin/javadoc
> >> >>> > > > @options @packages
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [ERROR]
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [ERROR] Refer to the generated Javadoc
> files
> >> in
> >> >>> > > >
> >> >>> > > >
> >> >>> > >
> >> >>> >
> >> >>>
> >>
> '/Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/target/apidocs'
> >> >>> > > > dir.
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [ERROR] -> [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] [ERROR]
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [ERROR] After correcting the problems, you
> >> can
> >> >>> > resume
> >> >>> > > > the build with the command
> >> >>> > > >
> >> >>> > > >      [exec] [INFO] [ERROR]   mvn <goals> -rf :SampleAmfWebApp
> >> >>> > > >
> >> >>> > > > On Sat, Sep 29, 2018 at 11:58 AM OmPrakash Muppirala <
> >> >>> > > bigosmallm@gmail.com
> >> >>> > > > >
> >> >>> > > > wrote:
> >> >>> > > >
> >> >>> > > > > Okay, trying now.
> >> >>> > > > >
> >> >>> > > > > On Tue, Sep 25, 2018 at 9:52 AM Piotr Zarzycki <
> >> >>> > > > piotrzarzycki21@gmail.com>
> >> >>> > > > > wrote:
> >> >>> > > > >
> >> >>> > > > >> Om,
> >> >>> > > > >>
> >> >>> > > > >> I think if you first try to build Royale framework with
> Maven
> >> >>> all
> >> >>> > the
> >> >>> > > > >> dependencies will be downloaded. During framework build you
> >> >>> should
> >> >>> > get
> >> >>> > > > >> question about license related to player global etc. Once
> >> you do
> >> >>> > > > >> successful
> >> >>> > > > >> build  you could try to go and play with script for
> release.
> >> -
> >> >>> That
> >> >>> > > way
> >> >>> > > > to
> >> >>> > > > >> go make you sure that script won't fail later during the
> >> >>> process.
> >> >>> > > > >>
> >> >>> > > > >> Thanks,
> >> >>> > > > >> Piotr
> >> >>> > > > >>
> >> >>> > > > >> pon., 24 wrz 2018 o 07:35 Alex Harui
> >> <ah...@adobe.com.invalid>
> >> >>> > > > >> napisał(a):
> >> >>> > > > >>
> >> >>> > > > >> > According to the archives, try running:
> >> >>> > > > >> >
> >> >>> > > > >> >     mvn -s settings-template.xml clean install
> >> >>> > > > >> >
> >> >>> > > > >> > Thanks,
> >> >>> > > > >> > -Alex
> >> >>> > > > >> >
> >> >>> > > > >> > On 9/23/18, 3:48 PM, "OmPrakash Muppirala" <
> >> >>> bigosmallm@gmail.com
> >> >>> > >
> >> >>> > > > >> wrote:
> >> >>> > > > >> >
> >> >>> > > > >> >     On Sun, Sep 23, 2018 at 3:43 PM OmPrakash Muppirala <
> >> >>> > > > >> > bigosmallm@gmail.com>
> >> >>> > > > >> >     wrote:
> >> >>> > > > >> >
> >> >>> > > > >> >     > Thanks.  I decided to stick with 1.8 :-)
> >> >>> > > > >> >     >
> >> >>> > > > >> >     >
> >> >>> > > > >> >     BTW, this is when I run: mvn clean install in the
> >> >>> royale-asjs
> >> >>> > > > >> > directory:
> >> >>> > > > >> >
> >> >>> > > > >> >
> >> >>> > > > >> >     > I am seeing this error:
> >> >>> > > > >> >     >
> >> >>> > > > >> >     > [ERROR] Failed to execute goal
> >> >>> > > > >> >     >
> >> >>> > > > >> >
> >> >>> > > >
> >> >>> >
> >> >>>
> >> org.apache.royale.compiler:royale-maven-plugin:0.9.4-SNAPSHOT:compile-as
> >> >>> > > > >> >     > (default-compile-as) on project Core: Could not
> >> resolve
> >> >>> > > > >> dependencies
> >> >>> > > > >> > for
> >> >>> > > > >> >     > project
> >> >>> org.apache.royale.framework:Core:swc:0.9.4-SNAPSHOT:
> >> >>> > > > >> Failure
> >> >>> > > > >> > to
> >> >>> > > > >> >     > find com.adobe.air.framework:airglobal:swc:20.0 in
> >> >>> > > > >> >     >
> >> >>> > > > >> >
> >> >>> > > > >>
> >> >>> > > >
> >> >>> > >
> >> >>> >
> >> >>>
> >>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0
> >> >>> > > > >> > was cached in
> >> >>> > > > >> >     > the local repository, resolution will not be
> >> reattempted
> >> >>> > until
> >> >>> > > > the
> >> >>> > > > >> > update
> >> >>> > > > >> >     > interval of apache-release has elapsed or updates
> are
> >> >>> forced
> >> >>> > > ->
> >> >>> > > > >> > [Help 1]
> >> >>> > > > >> >     >
> >> >>> > > > >> >     > I don't see a `com` directory on
> >> >>> > > > >> >     >
> >> >>> > > > >> >
> >> >>> > > > >>
> >> >>> > > >
> >> >>> > >
> >> >>> >
> >> >>>
> >>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0
> >> >>> > > > >> >     >
> >> >>> > > > >> >     > Is that expected?
> >> >>> > > > >> >     >
> >> >>> > > > >> >     > Thanks,
> >> >>> > > > >> >     > Om
> >> >>> > > > >> >     >
> >> >>> > > > >> >     >
> >> >>> > > > >> >     > On Sun, Sep 23, 2018 at 2:15 AM Carlos Rovira <
> >> >>> > > > >> > carlosrovira@apache.org>
> >> >>> > > > >> >     > wrote:
> >> >>> > > > >> >     >
> >> >>> > > > >> >     >> Hi Om,
> >> >>> > > > >> >     >>
> >> >>> > > > >> >     >> I have Java 8 and 10 installed, and I think I was
> >> able
> >> >>> to
> >> >>> > > > compile
> >> >>> > > > >> > three
> >> >>> > > > >> >     >> repos, but I find AMF java example doesn't work,
> >> since
> >> >>> > > BlazeDS
> >> >>> > > > >> > needs a
> >> >>> > > > >> >     >> Lower version I need to go with 8 for this
> example.
> >> >>> Maybe
> >> >>> > > other
> >> >>> > > > >> > part needs
> >> >>> > > > >> >     >> as well 7 or 8.
> >> >>> > > > >> >     >> I think trying another SDK should be left to some
> >> time
> >> >>> > > between
> >> >>> > > > >> > releases,
> >> >>> > > > >> >     >> since if not you can find spending more time that
> >> you
> >> >>> > > thought.
> >> >>> > > > >> >     >>
> >> >>> > > > >> >     >> just my 2
> >> >>> > > > >> >     >>
> >> >>> > > > >> >     >> Thanks
> >> >>> > > > >> >     >>
> >> >>> > > > >> >     >> Carlos
> >> >>> > > > >> >     >>
> >> >>> > > > >> >     >> El dom., 23 sept. 2018 a las 8:14, OmPrakash
> >> Muppirala
> >> >>> (<
> >> >>> > > > >> >     >> bigosmallm@gmail.com>) escribió:
> >> >>> > > > >> >     >>
> >> >>> > > > >> >     >> > Okay trying this out now.
> >> >>> > > > >> >     >> >
> >> >>> > > > >> >     >> > First question:  The release doc [1] says we
> need
> >> >>> Java
> >> >>> > 1.7
> >> >>> > > or
> >> >>> > > > >> > higher.
> >> >>> > > > >> >     >> Has
> >> >>> > > > >> >     >> > anyone tried Java 10?   That is the default
> >> version
> >> >>> > > available
> >> >>> > > > >> > through
> >> >>> > > > >> >     >> all
> >> >>> > > > >> >     >> > installation channels.
> >> >>> > > > >> >     >> > Any pitfalls I should consider?
> >> >>> > > > >> >     >> >
> >> >>> > > > >> >     >> > Thanks,
> >> >>> > > > >> >     >> > Om
> >> >>> > > > >> >     >> >
> >> >>> > > > >> >     >> > On Fri, Sep 21, 2018 at 12:23 PM Carlos Rovira <
> >> >>> > > > >> > carlosrovira@apache.org
> >> >>> > > > >> >     >> >
> >> >>> > > > >> >     >> > wrote:
> >> >>> > > > >> >     >> >
> >> >>> > > > >> >     >> > > I think we are ready to go, so let's go! ;-)
> >> >>> > > > >> >     >> > >
> >> >>> > > > >> >     >> > > Good luck Om! :)
> >> >>> > > > >> >     >> > >
> >> >>> > > > >> >     >> > > El vie., 21 sept. 2018 a las 18:19, Alex Harui
> >> >>> > > > >> >     >> (<aharui@adobe.com.invalid
> >> >>> > > > >> >     >> > > >)
> >> >>> > > > >> >     >> > > escribió:
> >> >>> > > > >> >     >> > >
> >> >>> > > > >> >     >> > > > Yes, I think they are ready.  I removed the
> >> >>> > > release/0.9.4
> >> >>> > > > >> > branches
> >> >>> > > > >> >     >> so
> >> >>> > > > >> >     >> > the
> >> >>> > > > >> >     >> > > > scripts should be able to make a new one.
> >> >>> > > > >> >     >> > > >
> >> >>> > > > >> >     >> > > > -Alex
> >> >>> > > > >> >     >> > > >
> >> >>> > > > >> >     >> > > > On 9/21/18, 8:58 AM, "OmPrakash Muppirala" <
> >> >>> > > > >> > bigosmallm@gmail.com>
> >> >>> > > > >> >     >> > > wrote:
> >> >>> > > > >> >     >> > > >
> >> >>> > > > >> >     >> > > >     Alex said in his last email that the
> repos
> >> >>> are
> >> >>> > > ready.
> >> >>> > > > >> > Will try
> >> >>> > > > >> >     >> in
> >> >>> > > > >> >     >> > a
> >> >>> > > > >> >     >> > > > few
> >> >>> > > > >> >     >> > > >     minutes.
> >> >>> > > > >> >     >> > > >
> >> >>> > > > >> >     >> > > >     Thanks,
> >> >>> > > > >> >     >> > > >     Om
> >> >>> > > > >> >     >> > > >
> >> >>> > > > >> >     >> > > >     On Fri, Sep 21, 2018, 7:24 AM Piotr
> >> Zarzycki
> >> >>> <
> >> >>> > > > >> >     >> > > > piotrzarzycki21@gmail.com>
> >> >>> > > > >> >     >> > > >     wrote:
> >> >>> > > > >> >     >> > > >
> >> >>> > > > >> >     >> > > >     > Om,
> >> >>> > > > >> >     >> > > >     >
> >> >>> > > > >> >     >> > > >     > In my opinion you have everything
> ready
> >> to
> >> >>> go!
> >> >>> > > > Since
> >> >>> > > > >> > develop
> >> >>> > > > >> >     >> is
> >> >>> > > > >> >     >> > > ready
> >> >>> > > > >> >     >> > > >     > probably you will start doing steps
> from
> >> >>> the
> >> >>> > > > >> beginning,
> >> >>> > > > >> > so in
> >> >>> > > > >> >     >> the
> >> >>> > > > >> >     >> > > > results
> >> >>> > > > >> >     >> > > >     > we will get branches release/0.9.4.
> >> >>> However
> >> >>> > they
> >> >>> > > > >> > already
> >> >>> > > > >> >     >> exists,
> >> >>> > > > >> >     >> > > > because
> >> >>> > > > >> >     >> > > >     > of
> >> >>> > > > >> >     >> > > >     > my previous attempt.
> >> >>> > > > >> >     >> > > >     >
> >> >>> > > > >> >     >> > > >     > Maybe before you even start they need
> >> to be
> >> >>> > > > removed.
> >> >>> > > > >> >     >> > > >     >
> >> >>> > > > >> >     >> > > >     > Thanks,
> >> >>> > > > >> >     >> > > >     > Piotr
> >> >>> > > > >> >     >> > > >     >
> >> >>> > > > >> >     >> > > >     >
> >> >>> > > > >> >     >> > > >     >
> >> >>> > > > >> >     >> > > >     > pt., 21 wrz 2018 o 16:16 OmPrakash
> >> >>> Muppirala <
> >> >>> > > > >> >     >> > bigosmallm@gmail.com
> >> >>> > > > >> >     >> > > >
> >> >>> > > > >> >     >> > > >     > napisał(a):
> >> >>> > > > >> >     >> > > >     >
> >> >>> > > > >> >     >> > > >     > > So am I clear to try and release?
> Or
> >> >>> should
> >> >>> > I
> >> >>> > > > wait
> >> >>> > > > >> > for any
> >> >>> > > > >> >     >> > other
> >> >>> > > > >> >     >> > > > feature
> >> >>> > > > >> >     >> > > >     > > or bug?
> >> >>> > > > >> >     >> > > >     > >
> >> >>> > > > >> >     >> > > >     > > Thanks,
> >> >>> > > > >> >     >> > > >     > > Om
> >> >>> > > > >> >     >> > > >     > >
> >> >>> > > > >> >     >> > > >     > > On Fri, Sep 21, 2018, 6:20 AM Carlos
> >> >>> Rovira <
> >> >>> > > > >> >     >> > > > carlosrovira@apache.org>
> >> >>> > > > >> >     >> > > >     > > wrote:
> >> >>> > > > >> >     >> > > >     > >
> >> >>> > > > >> >     >> > > >     > > > Hi Alex
> >> >>> > > > >> >     >> > > >     > > >
> >> >>> > > > >> >     >> > > >     > > > El vie., 21 sept. 2018 a las 3:06,
> >> Alex
> >> >>> > Harui
> >> >>> > > > >> >     >> > > >     > (<aharui@adobe.com.invalid
> >> >>> > > > >> >     >> > > >     > > >)
> >> >>> > > > >> >     >> > > >     > > > escribió:
> >> >>> > > > >> >     >> > > >     > > >
> >> >>> > > > >> >     >> > > >     > > > > I made some adjustments to the
> >> repos
> >> >>> so
> >> >>> > > that
> >> >>> > > > >> they
> >> >>> > > > >> >     >> "should"
> >> >>> > > > >> >     >> > be
> >> >>> > > > >> >     >> > > > ready
> >> >>> > > > >> >     >> > > >     > to
> >> >>> > > > >> >     >> > > >     > > > run
> >> >>> > > > >> >     >> > > >     > > > > the scripts and produce the
> 0.9.4
> >> >>> > release.
> >> >>> > > > Of
> >> >>> > > > >> > course, I
> >> >>> > > > >> >     >> > > could
> >> >>> > > > >> >     >> > > > be
> >> >>> > > > >> >     >> > > >     > > wrong.
> >> >>> > > > >> >     >> > > >     > > > > We'll see how Om fares.
> >> >>> > > > >> >     >> > > >     > > > >
> >> >>> > > > >> >     >> > > >     > > > >
> >> >>> > > > >> >     >> > > >     > > > so cool :)
> >> >>> > > > >> >     >> > > >     > > >
> >> >>> > > > >> >     >> > > >     > > >
> >> >>> > > > >> >     >> > > >     > > > > I also put in a change that
> should
> >> >>> fix
> >> >>> > the
> >> >>> > > > >> > dependencies
> >> >>> > > > >> >     >> > > > issue.  So
> >> >>> > > > >> >     >> > > >     > the
> >> >>> > > > >> >     >> > > >     > > > > remaining questions are around
> the
> >> >>> AMF
> >> >>> > > > problem.
> >> >>> > > > >> > I'm
> >> >>> > > > >> >     >> > thinking
> >> >>> > > > >> >     >> > > > of
> >> >>> > > > >> >     >> > > >     > > looking
> >> >>> > > > >> >     >> > > >     > > > > into what it takes to support
> >> Small
> >> >>> > > Messages.
> >> >>> > > > >> > However,
> >> >>> > > > >> >     >> I
> >> >>> > > > >> >     >> > > > don't know
> >> >>> > > > >> >     >> > > >     > > > > anything about them.  How often
> >> will
> >> >>> > > > migrating
> >> >>> > > > >> > people be
> >> >>> > > > >> >     >> > > using
> >> >>> > > > >> >     >> > > > Small
> >> >>> > > > >> >     >> > > >     > > > > Messages?  Is it fair to tell
> >> them to
> >> >>> > turn
> >> >>> > > > off
> >> >>> > > > >> > Small
> >> >>> > > > >> >     >> > > Messages?
> >> >>> > > > >> >     >> > > >     > > > >
> >> >>> > > > >> >     >> > > >     > > >
> >> >>> > > > >> >     >> > > >     > > > I think for now, that small
> messages
> >> >>> is a
> >> >>> > > > BlazeDS
> >> >>> > > > >> >     >> feature. I
> >> >>> > > > >> >     >> > > > search for
> >> >>> > > > >> >     >> > > >     > > > ZendAMF small messages and didn't
> >> fin d
> >> >>> > > > anything.
> >> >>> > > > >> > So my
> >> >>> > > > >> >     >> bet
> >> >>> > > > >> >     >> > is
> >> >>> > > > >> >     >> > > > that
> >> >>> > > > >> >     >> > > >     > small
> >> >>> > > > >> >     >> > > >     > > > messages is something only present
> >> in
> >> >>> > BlazeDS
> >> >>> > > > and
> >> >>> > > > >> > Data
> >> >>> > > > >> >     >> > Services
> >> >>> > > > >> >     >> > > > Adobe
> >> >>> > > > >> >     >> > > >     > > > software.
> >> >>> > > > >> >     >> > > >     > > >
> >> >>> > > > >> >     >> > > >     > > > In the other hand, I'll be check
> new
> >> >>> info
> >> >>> > > from
> >> >>> > > > >> > Darrell in
> >> >>> > > > >> >     >> 1-2
> >> >>> > > > >> >     >> > > > hours
> >> >>> > > > >> >     >> > > >     > from
> >> >>> > > > >> >     >> > > >     > > > now, but I think the problem with
> >> >>> ZendAMF
> >> >>> > > could
> >> >>> > > > >> be
> >> >>> > > > >> >     >> something
> >> >>> > > > >> >     >> > > > like the
> >> >>> > > > >> >     >> > > >     > one
> >> >>> > > > >> >     >> > > >     > > > happened with coldfusion where
> >> >>> > > ArrayCollection
> >> >>> > > > >> > needs some
> >> >>> > > > >> >     >> > > special
> >> >>> > > > >> >     >> > > >     > > > treatment. I asked Darryl to start
> >> with
> >> >>> > > simple
> >> >>> > > > >> > connections
> >> >>> > > > >> >     >> > like
> >> >>> > > > >> >     >> > > > we have
> >> >>> > > > >> >     >> > > >     > > in
> >> >>> > > > >> >     >> > > >     > > > our example (send and receive a
> >> String,
> >> >>> > then
> >> >>> > > a
> >> >>> > > > >> > simple
> >> >>> > > > >> >     >> object,
> >> >>> > > > >> >     >> > > > and so
> >> >>> > > > >> >     >> > > >     > > > on...). I think is not good to
> start
> >> >>> trying
> >> >>> > > > from
> >> >>> > > > >> a
> >> >>> > > > >> > real
> >> >>> > > > >> >     >> app
> >> >>> > > > >> >     >> > > > scenario
> >> >>> > > > >> >     >> > > >     > > where
> >> >>> > > > >> >     >> > > >     > > > many other things could be working
> >> >>> against
> >> >>> > > you.
> >> >>> > > > >> For
> >> >>> > > > >> >     >> example,
> >> >>> > > > >> >     >> > in
> >> >>> > > > >> >     >> > > > our
> >> >>> > > > >> >     >> > > >     > > > application, we have set up an
> >> >>> additional
> >> >>> > > > >> encoding
> >> >>> > > > >> > to byte
> >> >>> > > > >> >     >> > > array.
> >> >>> > > > >> >     >> > > >     > > Something
> >> >>> > > > >> >     >> > > >     > > > that even I was completely forget,
> >> and
> >> >>> > when I
> >> >>> > > > >> > started to
> >> >>> > > > >> >     >> try
> >> >>> > > > >> >     >> > > > AMF, I was
> >> >>> > > > >> >     >> > > >     > > > always getting nothing until I
> >> reach to
> >> >>> > that
> >> >>> > > > >> point.
> >> >>> > > > >> >     >> > > >     > > >
> >> >>> > > > >> >     >> > > >     > > > So, as I said before, nothing
> should
> >> >>> stop
> >> >>> > us
> >> >>> > > to
> >> >>> > > > >> > release
> >> >>> > > > >> >     >> now.
> >> >>> > > > >> >     >> > If
> >> >>> > > > >> >     >> > > > things
> >> >>> > > > >> >     >> > > >     > go
> >> >>> > > > >> >     >> > > >     > > > ok, Harbs will be next release
> >> manager,
> >> >>> > and I
> >> >>> > > > >> hope
> >> >>> > > > >> > to be
> >> >>> > > > >> >     >> the
> >> >>> > > > >> >     >> > > > next one
> >> >>> > > > >> >     >> > > >     > :)
> >> >>> > > > >> >     >> > > >     > > >
> >> >>> > > > >> >     >> > > >     > > > Thanks
> >> >>> > > > >> >     >> > > >     > > >
> >> >>> > > > >> >     >> > > >     > > >
> >> >>> > > > >> >     >> > > >     > > >
> >> >>> > > > >> >     >> > > >     > > > >
> >> >>> > > > >> >     >> > > >     > > > > Thanks,
> >> >>> > > > >> >     >> > > >     > > > > -Alex
> >> >>> > > > >> >     >> > > >     > > > >
> >> >>> > > > >> >     >> > > >     > > > --
> >> >>> > > > >> >     >> > > >     > > > Carlos Rovira
> >> >>> > > > >> >     >> > > >     > > >
> >> >>> > > > >> >     >> > > >
> >> >>> > > > >> >     >> > >
> >> >>> > > > >> >     >> >
> >> >>> > > > >> >     >>
> >> >>> > > > >> >
> >> >>> > > > >>
> >> >>> > > >
> >> >>> > >
> >> >>> >
> >> >>>
> >>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
> >> >>> > > > >> >     >> > > >     > > >
> >> >>> > > > >> >     >> > > >     > >
> >> >>> > > > >> >     >> > > >     >
> >> >>> > > > >> >     >> > > >     >
> >> >>> > > > >> >     >> > > >     > --
> >> >>> > > > >> >     >> > > >     >
> >> >>> > > > >> >     >> > > >     > Piotr Zarzycki
> >> >>> > > > >> >     >> > > >     >
> >> >>> > > > >> >     >> > > >     > Patreon: *
> >> >>> > > > >> >     >> > > >
> >> >>> > > > >> >     >> > >
> >> >>> > > > >> >     >> >
> >> >>> > > > >> >     >>
> >> >>> > > > >> >
> >> >>> > > > >>
> >> >>> > > >
> >> >>> > >
> >> >>> >
> >> >>>
> >>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=VlfEFrmkwQC5UnUxxWv0VlNGx%2FBmgtWRZmGNplONbUE%3D&amp;reserved=0
> >> >>> > > > >> >     >> > > >     > <
> >> >>> > > > >> >     >> > > >
> >> >>> > > > >> >     >> > >
> >> >>> > > > >> >     >> >
> >> >>> > > > >> >     >>
> >> >>> > > > >> >
> >> >>> > > > >>
> >> >>> > > >
> >> >>> > >
> >> >>> >
> >> >>>
> >>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=VlfEFrmkwQC5UnUxxWv0VlNGx%2FBmgtWRZmGNplONbUE%3D&amp;reserved=0
> >> >>> > > > >> >     >> > > > >*
> >> >>> > > > >> >     >> > > >     >
> >> >>> > > > >> >     >> > > >
> >> >>> > > > >> >     >> > > >
> >> >>> > > > >> >     >> > > >
> >> >>> > > > >> >     >> > >
> >> >>> > > > >> >     >> > > --
> >> >>> > > > >> >     >> > > Carlos Rovira
> >> >>> > > > >> >     >> > >
> >> >>> > > > >> >
> >> >>> > > > >>
> >> >>> > > >
> >> >>> > >
> >> >>> >
> >> >>>
> >>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
> >> >>> > > > >> >     >> > >
> >> >>> > > > >> >     >> >
> >> >>> > > > >> >     >>
> >> >>> > > > >> >     >>
> >> >>> > > > >> >     >> --
> >> >>> > > > >> >     >> Carlos Rovira
> >> >>> > > > >> >     >>
> >> >>> > > > >> >
> >> >>> > > > >>
> >> >>> > > >
> >> >>> > >
> >> >>> >
> >> >>>
> >>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
> >> >>> > > > >> >     >>
> >> >>> > > > >> >     >
> >> >>> > > > >> >
> >> >>> > > > >> >
> >> >>> > > > >> >
> >> >>> > > > >>
> >> >>> > > > >> --
> >> >>> > > > >>
> >> >>> > > > >> Piotr Zarzycki
> >> >>> > > > >>
> >> >>> > > > >> Patreon: *https://www.patreon.com/piotrzarzycki
> >> >>> > > > >> <https://www.patreon.com/piotrzarzycki>*
> >> >>> > > > >>
> >> >>> > > > >
> >> >>> > > >
> >> >>> > >
> >> >>> >
> >> >>> >
> >> >>> > --
> >> >>> >
> >> >>> > <http://www.codeoscopic.com>
> >> >>> >
> >> >>> > Carlos Rovira
> >> >>> >
> >> >>> > Director General
> >> >>> >
> >> >>> > M: +34 607 22 60 05
> >> >>> >
> >> >>> > http://www.codeoscopic.com
> >> >>> >
> >> >>> >
> >> >>> > Conócenos en 1 minuto! <https://avant2.es/#video>
> >> >>> >
> >> >>> >
> >> >>> > AVISO LEGAL: La información contenida en este correo electrónico,
> y
> >> en
> >> >>> su
> >> >>> > caso en los documentos adjuntos, es información privilegiada para
> >> uso
> >> >>> > exclusivo de la persona y/o personas a las que va dirigido. No
> está
> >> >>> > permitido el acceso a este mensaje a cualquier otra persona
> >> distinta a
> >> >>> los
> >> >>> > indicados. Si Usted no es uno de los destinatarios, cualquier
> >> >>> duplicación,
> >> >>> > reproducción, distribución, así como cualquier uso de la
> información
> >> >>> > contenida en él o cualquiera otra acción u omisión tomada en
> >> relación
> >> >>> con
> >> >>> > el mismo, está prohibida y puede ser ilegal. En dicho caso, por
> >> favor,
> >> >>> > notifíquelo al remitente y proceda a la eliminación de este correo
> >> >>> > electrónico, así como de sus adjuntos si los hubiere. En
> >> cumplimiento
> >> >>> de la
> >> >>> > legislación española vigente en materia de protección de datos de
> >> >>> carácter
> >> >>> > personal y del RGPD 679/2016 le informamos que sus datos están
> >> siendo
> >> >>> > objeto de tratamiento por parte de CODEOSCOPIC S.A. con
> >> CIFA85677342,
> >> >>> con
> >> >>> > la finalidad del mantenimiento y gestión de relaciones
> comerciales y
> >> >>> > administrativas. La base jurídica del tratamiento es el interés
> >> >>> legítimo de
> >> >>> > la empresa. No se prevén cesiones de sus datos, salvo que exista
> una
> >> >>> > obligación legal. Para ejercitar sus derechos puede dirigirse a
> >> >>> CODEOSCOPIC
> >> >>> > S.A., domiciliada enPaseo de la Habana, 9-11, 28036 de Madrid
> >> >>> (MADRID), o
> >> >>> > bien por email adpd@codeoscopic.com, con el fin de ejercer sus
> >> >>> derechos de
> >> >>> > acceso, rectificación, supresión (derecho al olvido), limitación
> de
> >> >>> > tratamiento, portabilidad de los datos, oposición, y a no ser
> >> objeto de
> >> >>> > decisiones automatizadas, indicando como Asunto: “Derechos Ley
> >> >>> Protección
> >> >>> > de Datos”, y adjuntando fotocopia de su DNI. Delegado de
> protección
> >> de
> >> >>> > datos:dpd@codeoscopic.com
> >> >>> >
> >> >>>
> >> >>>
> >> >>> --
> >> >>>
> >> >>> Piotr Zarzycki
> >> >>>
> >> >>> Patreon: *https://www.patreon.com/piotrzarzycki
> >> >>> <https://www.patreon.com/piotrzarzycki>*
> >> >>>
> >> >>
> >> >>
> >> >> --
> >> >> Carlos Rovira
> >> >> http://about.me/carlosrovira
> >> >>
> >> >>
> >> >
> >> > --
> >> > Carlos Rovira
> >> > http://about.me/carlosrovira
> >> >
> >> >
> >>
> >> --
> >> Carlos Rovira
> >> http://about.me/carlosrovira
> >>
> >
>


-- 
Carlos Rovira
http://about.me/carlosrovira

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by OmPrakash Muppirala <bi...@gmail.com>.
Made a bit more progress, but the build is failing here now:

     [exec] [INFO] [INFO] Apache Royale: Examples: Royale:
DataBindingExample_as SUCCESS [  2.469 s]

     [exec] [INFO] [INFO] Apache Royale: Examples: Royale:
DataBindingExample_Flat FAILURE [  1.756 s]

     [exec] [INFO] [INFO] Apache Royale: Examples: Royale:
DataBindingExampleWithLayout SKIPPED

     [exec] [INFO] [INFO] Apache Royale: Examples: Royale: DataGridExample
... SKIPPED



Detailed error:


    [exec] [INFO] [INFO]
------------------------------------------------------------------------

     [exec] [INFO] [INFO] BUILD FAILURE

     [exec] [INFO] [INFO]
------------------------------------------------------------------------

     [exec] [INFO] [INFO] Total time: 07:03 min

     [exec] [INFO] [INFO] Finished at: 2018-09-30T12:17:45-07:00

     [exec] [INFO] [INFO]
------------------------------------------------------------------------

     [exec] [INFO] [ERROR] Failed to execute goal
org.apache.maven.plugins:maven-dependency-plugin:2.10:unpack (unpack-fonts)
on project DataBindingExample_Flat: Unable to find artifact. Could not find
artifact org.apache.royale.framework:Fonts:war:0.9.4 in apache-release (
https://repository.apache.org/content/repositories/releases)

     [exec] [INFO] [ERROR]

     [exec] [INFO] [ERROR] Try downloading the file manually from the
project website.

     [exec] [INFO] [ERROR]

     [exec] [INFO] [ERROR] Then, install it using the command:

     [exec] [INFO] [ERROR]     mvn install:install-file
-DgroupId=org.apache.royale.framework -DartifactId=Fonts -Dversion=0.9.4
-Dpackaging=war -Dfile=/path/to/file

     [exec] [INFO] [ERROR]

     [exec] [INFO] [ERROR] Alternatively, if you host your own repository
you can deploy the file there:

     [exec] [INFO] [ERROR]     mvn deploy:deploy-file
-DgroupId=org.apache.royale.framework -DartifactId=Fonts -Dversion=0.9.4
-Dpackaging=war -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

     [exec] [INFO] [ERROR]

     [exec] [INFO] [ERROR]

     [exec] [INFO] [ERROR]   org.apache.royale.framework:Fonts:war:0.9.4

     [exec] [INFO] [ERROR]

     [exec] [INFO] [ERROR] from the specified remote repositories:

     [exec] [INFO] [ERROR]   apache-release (
https://repository.apache.org/content/repositories/releases, releases=true,
snapshots=false),

     [exec] [INFO] [ERROR]   apache-snapshots (
https://repository.apache.org/content/repositories/snapshots,
releases=false, snapshots=true),

     [exec] [INFO] [ERROR]   apache.snapshots (
https://repository.apache.org/snapshots, releases=false, snapshots=true),

     [exec] [INFO] [ERROR]   central (https://repo.maven.apache.org/maven2,
releases=true, snapshots=false)

     [exec] [INFO] [ERROR] -> [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] [ERROR]

     [exec] [INFO] [ERROR] After correcting the problems, you can resume
the build with the command

     [exec] [INFO] [ERROR]   mvn <goals> -rf :DataBindingExample_Flat

     [exec] [INFO]
------------------------------------------------------------------------

     [exec] [INFO] Reactor Summary:

     [exec] [INFO] Apache Royale: Framework: Parent 0.9.5-SNAPSHOT ....
FAILURE [07:08 min]

     [exec] [INFO] Apache Royale: Framework ...........................
SKIPPED

     [exec] [INFO] Apache Royale: Framework: Fonts ....................
SKIPPED



Can someone please take a look?

On Sun, Sep 30, 2018 at 9:13 AM OmPrakash Muppirala <bi...@gmail.com>
wrote:

> Thanks for the quick fix!  Will pull develop and try again.  Will report
> in a while.
>
> Regards,
> Om
>
>
> On Sun, Sep 30, 2018, 8:47 AM Carlos Rovira <ca...@apache.org>
> wrote:
>
>> Hi Om,
>>
>> error is now fixed. Can you try to release again?
>> thanks
>>
>> Carlos
>>
>>
>>
>>
>>
>> El dom., 30 sept. 2018 a las 17:27, Carlos Rovira (<
>> carlosrovira@apache.org>)
>> escribió:
>>
>> > Hi,
>> >
>> > just reverted the two generated commits for release, I left to you
>> remove
>> > new branches generated.
>> > About the fail, I was wrong, since I saw this very quickly. It's not
>> about
>> > JDK, I'm using as well 1.8. I was confused for other thing I had some
>> weeks
>> > ago, and was trying to use another JDK, but I don't remember what was.
>> >
>> > Anyway, the problem is about java doc, in the new class
>> > AMFCompressionException.java I introduce some months ago.
>> > since we never execute java doc generation we didn't see this.
>> >
>> > I'm going to try to fix this removing the problems I see, and I'll try
>> to
>> > see if I can try to use java doc to test if I pass the problem.
>> >
>> > I'll report soon.
>> >
>> > Carlos
>> >
>> >
>> > El dom., 30 sept. 2018 a las 17:12, Carlos Rovira (<
>> > carlosrovira@apache.org>) escribió:
>> >
>> >> Hi, since I'm going to work now on some compiler changes, I'll revert
>> >> those 2 commits in each repo. I'll try to pass as well maven with java
>> 1.8
>> >> in amp and see if I get the same error
>> >>
>> >> El dom., 30 sept. 2018 a las 15:16, Piotr Zarzycki (<
>> >> piotrzarzycki21@gmail.com>) escribió:
>> >>
>> >>> Om,
>> >>>
>> >>> I think if you got fail during the process you should right after
>> that.
>> >>> 1) Remove created release tags
>> >>> 2) Revert all changes which Maven did in develop branches to the
>> previous
>> >>> state
>> >>>
>> >>> Thanks,
>> >>> Piotr
>> >>>
>> >>> niedz., 30 wrz 2018 o 12:40 Carlos Rovira <
>> carlos.rovira@codeoscopic.com
>> >>> >
>> >>> napisał(a):
>> >>>
>> >>> > Hi Om,
>> >>> > don't have many time now, but seems you are using JDK 1.8 and that
>> >>> project
>> >>> > needs to be 1.7 or will fail
>> >>> > I'll connect some hours later to see if you could use that sdk
>> >>> > good luck! :)
>> >>> >
>> >>> > El dom., 30 sept. 2018 a las 11:34, Piotr Zarzycki (<
>> >>> > piotrzarzycki21@gmail.com>) escribió:
>> >>> >
>> >>> > > Hi Om,
>> >>> > >
>> >>> > > Have you tried build that example on their own? Is it failing with
>> >>> the
>> >>> > same
>> >>> > > stack trace?
>> >>> > >
>> >>> > > Thanks,
>> >>> > > Piotr
>> >>> > >
>> >>> > > On Sun, Sep 30, 2018, 9:31 AM OmPrakash Muppirala <
>> >>> bigosmallm@gmail.com>
>> >>> > > wrote:
>> >>> > >
>> >>> > > > So, I made a lot of progress (much more than last time), but
>> >>> > > unfortunately
>> >>> > > > the build failed at this stage.  Looks like an issue with the
>> >>> > > > SampleAmfWebApp.  Anyone else seeing this error or am I doing
>> >>> something
>> >>> > > > wrong?
>> >>> > > >
>> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: Native:
>> >>> USStatesMap
>> >>> > > > ....... SUCCESS [  1.001 s]
>> >>> > > >
>> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: NodeJS
>> >>> > > > .................... SUCCESS [  0.210 s]
>> >>> > > >
>> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: NodeJS:
>> >>> HelloWorld
>> >>> > > > ........ SUCCESS [  0.945 s]
>> >>> > > >
>> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: AMF Web Apps
>> >>> > > > .............. SUCCESS [  0.202 s]
>> >>> > > >
>> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: AMF Web Apps:
>> >>> > > > SampleAmfWebApp FAILURE [01:51 min]
>> >>> > > >
>> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples:
>> Integrationtests
>> >>> > > > .......... SKIPPED
>> >>> > > >
>> >>> > > >      [exec] [INFO] [INFO] compc
>> >>> > > > .............................................. SKIPPED
>> >>> > > >
>> >>> > > >      [exec] [INFO] [INFO] compiler-asc
>> >>> > > > ....................................... SKIPPED
>> >>> > > >
>> >>> > > >      [exec] [INFO] [INFO] compiler-compc
>> >>> > > > ..................................... SKIPPED
>> >>> > > >
>> >>> > > >      [exec] [INFO] [INFO] compiler-mxmlc
>> >>> > > > ..................................... SKIPPED
>> >>> > > >
>> >>> > > >      [exec] [INFO] [INFO] compiler-optimizer
>> >>> > > > ................................. SKIPPED
>> >>> > > >
>> >>> > > >      [exec] [INFO] [INFO] compiler-swfdump
>> >>> > > > ................................... SKIPPED
>> >>> > > >
>> >>> > > >      [exec] [INFO] [INFO] mxmlc
>> >>> > > > .............................................. SKIPPED
>> >>> > > >
>> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Distribution
>> >>> > > > ........................ SKIPPED
>> >>> > > >
>> >>> > > >      [exec] [INFO] [INFO] Apache Royale: ManualTests
>> >>> > > > ......................... SKIPPED
>> >>> > > >
>> >>> > > >      [exec] [INFO] [INFO] Apache Royale: ManualTests: UnitTests
>> >>> > > > .............. SKIPPED
>> >>> > > >
>> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Testsuite 0.9.4
>> >>> > > > ..................... SKIPPED
>> >>> > > >
>> >>> > > >      [exec] [INFO] [INFO]
>> >>> > > >
>> >>> >
>> >>>
>> ------------------------------------------------------------------------
>> >>> > > >
>> >>> > > >      [exec] [INFO] [INFO] BUILD FAILURE
>> >>> > > >
>> >>> > > >      [exec] [INFO] [INFO]
>> >>> > > >
>> >>> >
>> >>>
>> ------------------------------------------------------------------------
>> >>> > > >
>> >>> > > >      [exec] [INFO] [INFO] Total time: 14:11 min
>> >>> > > >
>> >>> > > >      [exec] [INFO] [INFO] Finished at: 2018-09-30T00:25:37-07:00
>> >>> > > >
>> >>> > > >      [exec] [INFO] [INFO]
>> >>> > > >
>> >>> >
>> >>>
>> ------------------------------------------------------------------------
>> >>> > > >
>> >>> > > >      [exec] [INFO] [ERROR] Failed to execute goal
>> >>> > > > org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:jar
>> >>> > > (attach-javadocs)
>> >>> > > > on project SampleAmfWebApp: MavenReportException: Error while
>> >>> > generating
>> >>> > > > Javadoc:
>> >>> > > >
>> >>> > > >      [exec] [INFO] [ERROR] Exit code: 1 -
>> >>> > > >
>> >>> > > >
>> >>> > >
>> >>> >
>> >>>
>> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
>> >>> > > > error: @param name not found
>> >>> > > >
>> >>> > > >      [exec] [INFO] [ERROR]  * @param code
>> >>> > > >
>> >>> > > >      [exec] [INFO] [ERROR]           ^
>> >>> > > >
>> >>> > > >      [exec] [INFO] [ERROR]
>> >>> > > >
>> >>> > > >
>> >>> > >
>> >>> >
>> >>>
>> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
>> >>> > > > warning: no description for @param
>> >>> > > >
>> >>> > > >      [exec] [INFO] [ERROR]  * @param code
>> >>> > > >
>> >>> > > >      [exec] [INFO] [ERROR]    ^
>> >>> > > >
>> >>> > > >      [exec] [INFO] [ERROR]
>> >>> > > >
>> >>> > > >
>> >>> > >
>> >>> >
>> >>>
>> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:33:
>> >>> > > > warning: no @param for compressionError
>> >>> > > >
>> >>> > > >      [exec] [INFO] [ERROR] public
>> >>> > > > AMFCompressionException(AMFCompressionError compressionError) {
>> >>> > > >
>> >>> > > >      [exec] [INFO] [ERROR]        ^
>> >>> > > >
>> >>> > > >      [exec] [INFO] [ERROR]
>> >>> > > >
>> >>> > > >
>> >>> > >
>> >>> >
>> >>>
>> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
>> >>> > > > error: @param name not found
>> >>> > > >
>> >>> > > >      [exec] [INFO] [ERROR]  * @param code
>> >>> > > >
>> >>> > > >      [exec] [INFO] [ERROR]           ^
>> >>> > > >
>> >>> > > >      [exec] [INFO] [ERROR]
>> >>> > > >
>> >>> > > >
>> >>> > >
>> >>> >
>> >>>
>> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
>> >>> > > > warning: no description for @param
>> >>> > > >
>> >>> > > >      [exec] [INFO] [ERROR]  * @param code
>> >>> > > >
>> >>> > > >      [exec] [INFO] [ERROR]    ^
>> >>> > > >
>> >>> > > >      [exec] [INFO] [ERROR]
>> >>> > > >
>> >>> > > >
>> >>> > >
>> >>> >
>> >>>
>> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:41:
>> >>> > > > warning: no description for @param
>> >>> > > >
>> >>> > > >      [exec] [INFO] [ERROR]  * @param cause
>> >>> > > >
>> >>> > > >      [exec] [INFO] [ERROR]    ^
>> >>> > > >
>> >>> > > >      [exec] [INFO] [ERROR]
>> >>> > > >
>> >>> > > >
>> >>> > >
>> >>> >
>> >>>
>> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:43:
>> >>> > > > warning: no @param for compressionError
>> >>> > > >
>> >>> > > >      [exec] [INFO] [ERROR] public
>> >>> > > > AMFCompressionException(AMFCompressionError compressionError,
>> >>> Throwable
>> >>> > > > cause) {
>> >>> > > >
>> >>> > > >      [exec] [INFO] [ERROR]        ^
>> >>> > > >
>> >>> > > >      [exec] [INFO] [ERROR]
>> >>> > > >
>> >>> > > >      [exec] [INFO] [ERROR] Command line was:
>> >>> > > >
>> >>> > > >
>> >>> > >
>> >>> >
>> >>>
>> /Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/../bin/javadoc
>> >>> > > > @options @packages
>> >>> > > >
>> >>> > > >      [exec] [INFO] [ERROR]
>> >>> > > >
>> >>> > > >      [exec] [INFO] [ERROR] Refer to the generated Javadoc files
>> in
>> >>> > > >
>> >>> > > >
>> >>> > >
>> >>> >
>> >>>
>> '/Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/target/apidocs'
>> >>> > > > dir.
>> >>> > > >
>> >>> > > >      [exec] [INFO] [ERROR] -> [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] [ERROR]
>> >>> > > >
>> >>> > > >      [exec] [INFO] [ERROR] After correcting the problems, you
>> can
>> >>> > resume
>> >>> > > > the build with the command
>> >>> > > >
>> >>> > > >      [exec] [INFO] [ERROR]   mvn <goals> -rf :SampleAmfWebApp
>> >>> > > >
>> >>> > > > On Sat, Sep 29, 2018 at 11:58 AM OmPrakash Muppirala <
>> >>> > > bigosmallm@gmail.com
>> >>> > > > >
>> >>> > > > wrote:
>> >>> > > >
>> >>> > > > > Okay, trying now.
>> >>> > > > >
>> >>> > > > > On Tue, Sep 25, 2018 at 9:52 AM Piotr Zarzycki <
>> >>> > > > piotrzarzycki21@gmail.com>
>> >>> > > > > wrote:
>> >>> > > > >
>> >>> > > > >> Om,
>> >>> > > > >>
>> >>> > > > >> I think if you first try to build Royale framework with Maven
>> >>> all
>> >>> > the
>> >>> > > > >> dependencies will be downloaded. During framework build you
>> >>> should
>> >>> > get
>> >>> > > > >> question about license related to player global etc. Once
>> you do
>> >>> > > > >> successful
>> >>> > > > >> build  you could try to go and play with script for release.
>> -
>> >>> That
>> >>> > > way
>> >>> > > > to
>> >>> > > > >> go make you sure that script won't fail later during the
>> >>> process.
>> >>> > > > >>
>> >>> > > > >> Thanks,
>> >>> > > > >> Piotr
>> >>> > > > >>
>> >>> > > > >> pon., 24 wrz 2018 o 07:35 Alex Harui
>> <ah...@adobe.com.invalid>
>> >>> > > > >> napisał(a):
>> >>> > > > >>
>> >>> > > > >> > According to the archives, try running:
>> >>> > > > >> >
>> >>> > > > >> >     mvn -s settings-template.xml clean install
>> >>> > > > >> >
>> >>> > > > >> > Thanks,
>> >>> > > > >> > -Alex
>> >>> > > > >> >
>> >>> > > > >> > On 9/23/18, 3:48 PM, "OmPrakash Muppirala" <
>> >>> bigosmallm@gmail.com
>> >>> > >
>> >>> > > > >> wrote:
>> >>> > > > >> >
>> >>> > > > >> >     On Sun, Sep 23, 2018 at 3:43 PM OmPrakash Muppirala <
>> >>> > > > >> > bigosmallm@gmail.com>
>> >>> > > > >> >     wrote:
>> >>> > > > >> >
>> >>> > > > >> >     > Thanks.  I decided to stick with 1.8 :-)
>> >>> > > > >> >     >
>> >>> > > > >> >     >
>> >>> > > > >> >     BTW, this is when I run: mvn clean install in the
>> >>> royale-asjs
>> >>> > > > >> > directory:
>> >>> > > > >> >
>> >>> > > > >> >
>> >>> > > > >> >     > I am seeing this error:
>> >>> > > > >> >     >
>> >>> > > > >> >     > [ERROR] Failed to execute goal
>> >>> > > > >> >     >
>> >>> > > > >> >
>> >>> > > >
>> >>> >
>> >>>
>> org.apache.royale.compiler:royale-maven-plugin:0.9.4-SNAPSHOT:compile-as
>> >>> > > > >> >     > (default-compile-as) on project Core: Could not
>> resolve
>> >>> > > > >> dependencies
>> >>> > > > >> > for
>> >>> > > > >> >     > project
>> >>> org.apache.royale.framework:Core:swc:0.9.4-SNAPSHOT:
>> >>> > > > >> Failure
>> >>> > > > >> > to
>> >>> > > > >> >     > find com.adobe.air.framework:airglobal:swc:20.0 in
>> >>> > > > >> >     >
>> >>> > > > >> >
>> >>> > > > >>
>> >>> > > >
>> >>> > >
>> >>> >
>> >>>
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0
>> >>> > > > >> > was cached in
>> >>> > > > >> >     > the local repository, resolution will not be
>> reattempted
>> >>> > until
>> >>> > > > the
>> >>> > > > >> > update
>> >>> > > > >> >     > interval of apache-release has elapsed or updates are
>> >>> forced
>> >>> > > ->
>> >>> > > > >> > [Help 1]
>> >>> > > > >> >     >
>> >>> > > > >> >     > I don't see a `com` directory on
>> >>> > > > >> >     >
>> >>> > > > >> >
>> >>> > > > >>
>> >>> > > >
>> >>> > >
>> >>> >
>> >>>
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0
>> >>> > > > >> >     >
>> >>> > > > >> >     > Is that expected?
>> >>> > > > >> >     >
>> >>> > > > >> >     > Thanks,
>> >>> > > > >> >     > Om
>> >>> > > > >> >     >
>> >>> > > > >> >     >
>> >>> > > > >> >     > On Sun, Sep 23, 2018 at 2:15 AM Carlos Rovira <
>> >>> > > > >> > carlosrovira@apache.org>
>> >>> > > > >> >     > wrote:
>> >>> > > > >> >     >
>> >>> > > > >> >     >> Hi Om,
>> >>> > > > >> >     >>
>> >>> > > > >> >     >> I have Java 8 and 10 installed, and I think I was
>> able
>> >>> to
>> >>> > > > compile
>> >>> > > > >> > three
>> >>> > > > >> >     >> repos, but I find AMF java example doesn't work,
>> since
>> >>> > > BlazeDS
>> >>> > > > >> > needs a
>> >>> > > > >> >     >> Lower version I need to go with 8 for this example.
>> >>> Maybe
>> >>> > > other
>> >>> > > > >> > part needs
>> >>> > > > >> >     >> as well 7 or 8.
>> >>> > > > >> >     >> I think trying another SDK should be left to some
>> time
>> >>> > > between
>> >>> > > > >> > releases,
>> >>> > > > >> >     >> since if not you can find spending more time that
>> you
>> >>> > > thought.
>> >>> > > > >> >     >>
>> >>> > > > >> >     >> just my 2
>> >>> > > > >> >     >>
>> >>> > > > >> >     >> Thanks
>> >>> > > > >> >     >>
>> >>> > > > >> >     >> Carlos
>> >>> > > > >> >     >>
>> >>> > > > >> >     >> El dom., 23 sept. 2018 a las 8:14, OmPrakash
>> Muppirala
>> >>> (<
>> >>> > > > >> >     >> bigosmallm@gmail.com>) escribió:
>> >>> > > > >> >     >>
>> >>> > > > >> >     >> > Okay trying this out now.
>> >>> > > > >> >     >> >
>> >>> > > > >> >     >> > First question:  The release doc [1] says we need
>> >>> Java
>> >>> > 1.7
>> >>> > > or
>> >>> > > > >> > higher.
>> >>> > > > >> >     >> Has
>> >>> > > > >> >     >> > anyone tried Java 10?   That is the default
>> version
>> >>> > > available
>> >>> > > > >> > through
>> >>> > > > >> >     >> all
>> >>> > > > >> >     >> > installation channels.
>> >>> > > > >> >     >> > Any pitfalls I should consider?
>> >>> > > > >> >     >> >
>> >>> > > > >> >     >> > Thanks,
>> >>> > > > >> >     >> > Om
>> >>> > > > >> >     >> >
>> >>> > > > >> >     >> > On Fri, Sep 21, 2018 at 12:23 PM Carlos Rovira <
>> >>> > > > >> > carlosrovira@apache.org
>> >>> > > > >> >     >> >
>> >>> > > > >> >     >> > wrote:
>> >>> > > > >> >     >> >
>> >>> > > > >> >     >> > > I think we are ready to go, so let's go! ;-)
>> >>> > > > >> >     >> > >
>> >>> > > > >> >     >> > > Good luck Om! :)
>> >>> > > > >> >     >> > >
>> >>> > > > >> >     >> > > El vie., 21 sept. 2018 a las 18:19, Alex Harui
>> >>> > > > >> >     >> (<aharui@adobe.com.invalid
>> >>> > > > >> >     >> > > >)
>> >>> > > > >> >     >> > > escribió:
>> >>> > > > >> >     >> > >
>> >>> > > > >> >     >> > > > Yes, I think they are ready.  I removed the
>> >>> > > release/0.9.4
>> >>> > > > >> > branches
>> >>> > > > >> >     >> so
>> >>> > > > >> >     >> > the
>> >>> > > > >> >     >> > > > scripts should be able to make a new one.
>> >>> > > > >> >     >> > > >
>> >>> > > > >> >     >> > > > -Alex
>> >>> > > > >> >     >> > > >
>> >>> > > > >> >     >> > > > On 9/21/18, 8:58 AM, "OmPrakash Muppirala" <
>> >>> > > > >> > bigosmallm@gmail.com>
>> >>> > > > >> >     >> > > wrote:
>> >>> > > > >> >     >> > > >
>> >>> > > > >> >     >> > > >     Alex said in his last email that the repos
>> >>> are
>> >>> > > ready.
>> >>> > > > >> > Will try
>> >>> > > > >> >     >> in
>> >>> > > > >> >     >> > a
>> >>> > > > >> >     >> > > > few
>> >>> > > > >> >     >> > > >     minutes.
>> >>> > > > >> >     >> > > >
>> >>> > > > >> >     >> > > >     Thanks,
>> >>> > > > >> >     >> > > >     Om
>> >>> > > > >> >     >> > > >
>> >>> > > > >> >     >> > > >     On Fri, Sep 21, 2018, 7:24 AM Piotr
>> Zarzycki
>> >>> <
>> >>> > > > >> >     >> > > > piotrzarzycki21@gmail.com>
>> >>> > > > >> >     >> > > >     wrote:
>> >>> > > > >> >     >> > > >
>> >>> > > > >> >     >> > > >     > Om,
>> >>> > > > >> >     >> > > >     >
>> >>> > > > >> >     >> > > >     > In my opinion you have everything ready
>> to
>> >>> go!
>> >>> > > > Since
>> >>> > > > >> > develop
>> >>> > > > >> >     >> is
>> >>> > > > >> >     >> > > ready
>> >>> > > > >> >     >> > > >     > probably you will start doing steps from
>> >>> the
>> >>> > > > >> beginning,
>> >>> > > > >> > so in
>> >>> > > > >> >     >> the
>> >>> > > > >> >     >> > > > results
>> >>> > > > >> >     >> > > >     > we will get branches release/0.9.4.
>> >>> However
>> >>> > they
>> >>> > > > >> > already
>> >>> > > > >> >     >> exists,
>> >>> > > > >> >     >> > > > because
>> >>> > > > >> >     >> > > >     > of
>> >>> > > > >> >     >> > > >     > my previous attempt.
>> >>> > > > >> >     >> > > >     >
>> >>> > > > >> >     >> > > >     > Maybe before you even start they need
>> to be
>> >>> > > > removed.
>> >>> > > > >> >     >> > > >     >
>> >>> > > > >> >     >> > > >     > Thanks,
>> >>> > > > >> >     >> > > >     > Piotr
>> >>> > > > >> >     >> > > >     >
>> >>> > > > >> >     >> > > >     >
>> >>> > > > >> >     >> > > >     >
>> >>> > > > >> >     >> > > >     > pt., 21 wrz 2018 o 16:16 OmPrakash
>> >>> Muppirala <
>> >>> > > > >> >     >> > bigosmallm@gmail.com
>> >>> > > > >> >     >> > > >
>> >>> > > > >> >     >> > > >     > napisał(a):
>> >>> > > > >> >     >> > > >     >
>> >>> > > > >> >     >> > > >     > > So am I clear to try and release?  Or
>> >>> should
>> >>> > I
>> >>> > > > wait
>> >>> > > > >> > for any
>> >>> > > > >> >     >> > other
>> >>> > > > >> >     >> > > > feature
>> >>> > > > >> >     >> > > >     > > or bug?
>> >>> > > > >> >     >> > > >     > >
>> >>> > > > >> >     >> > > >     > > Thanks,
>> >>> > > > >> >     >> > > >     > > Om
>> >>> > > > >> >     >> > > >     > >
>> >>> > > > >> >     >> > > >     > > On Fri, Sep 21, 2018, 6:20 AM Carlos
>> >>> Rovira <
>> >>> > > > >> >     >> > > > carlosrovira@apache.org>
>> >>> > > > >> >     >> > > >     > > wrote:
>> >>> > > > >> >     >> > > >     > >
>> >>> > > > >> >     >> > > >     > > > Hi Alex
>> >>> > > > >> >     >> > > >     > > >
>> >>> > > > >> >     >> > > >     > > > El vie., 21 sept. 2018 a las 3:06,
>> Alex
>> >>> > Harui
>> >>> > > > >> >     >> > > >     > (<aharui@adobe.com.invalid
>> >>> > > > >> >     >> > > >     > > >)
>> >>> > > > >> >     >> > > >     > > > escribió:
>> >>> > > > >> >     >> > > >     > > >
>> >>> > > > >> >     >> > > >     > > > > I made some adjustments to the
>> repos
>> >>> so
>> >>> > > that
>> >>> > > > >> they
>> >>> > > > >> >     >> "should"
>> >>> > > > >> >     >> > be
>> >>> > > > >> >     >> > > > ready
>> >>> > > > >> >     >> > > >     > to
>> >>> > > > >> >     >> > > >     > > > run
>> >>> > > > >> >     >> > > >     > > > > the scripts and produce the 0.9.4
>> >>> > release.
>> >>> > > > Of
>> >>> > > > >> > course, I
>> >>> > > > >> >     >> > > could
>> >>> > > > >> >     >> > > > be
>> >>> > > > >> >     >> > > >     > > wrong.
>> >>> > > > >> >     >> > > >     > > > > We'll see how Om fares.
>> >>> > > > >> >     >> > > >     > > > >
>> >>> > > > >> >     >> > > >     > > > >
>> >>> > > > >> >     >> > > >     > > > so cool :)
>> >>> > > > >> >     >> > > >     > > >
>> >>> > > > >> >     >> > > >     > > >
>> >>> > > > >> >     >> > > >     > > > > I also put in a change that should
>> >>> fix
>> >>> > the
>> >>> > > > >> > dependencies
>> >>> > > > >> >     >> > > > issue.  So
>> >>> > > > >> >     >> > > >     > the
>> >>> > > > >> >     >> > > >     > > > > remaining questions are around the
>> >>> AMF
>> >>> > > > problem.
>> >>> > > > >> > I'm
>> >>> > > > >> >     >> > thinking
>> >>> > > > >> >     >> > > > of
>> >>> > > > >> >     >> > > >     > > looking
>> >>> > > > >> >     >> > > >     > > > > into what it takes to support
>> Small
>> >>> > > Messages.
>> >>> > > > >> > However,
>> >>> > > > >> >     >> I
>> >>> > > > >> >     >> > > > don't know
>> >>> > > > >> >     >> > > >     > > > > anything about them.  How often
>> will
>> >>> > > > migrating
>> >>> > > > >> > people be
>> >>> > > > >> >     >> > > using
>> >>> > > > >> >     >> > > > Small
>> >>> > > > >> >     >> > > >     > > > > Messages?  Is it fair to tell
>> them to
>> >>> > turn
>> >>> > > > off
>> >>> > > > >> > Small
>> >>> > > > >> >     >> > > Messages?
>> >>> > > > >> >     >> > > >     > > > >
>> >>> > > > >> >     >> > > >     > > >
>> >>> > > > >> >     >> > > >     > > > I think for now, that small messages
>> >>> is a
>> >>> > > > BlazeDS
>> >>> > > > >> >     >> feature. I
>> >>> > > > >> >     >> > > > search for
>> >>> > > > >> >     >> > > >     > > > ZendAMF small messages and didn't
>> fin d
>> >>> > > > anything.
>> >>> > > > >> > So my
>> >>> > > > >> >     >> bet
>> >>> > > > >> >     >> > is
>> >>> > > > >> >     >> > > > that
>> >>> > > > >> >     >> > > >     > small
>> >>> > > > >> >     >> > > >     > > > messages is something only present
>> in
>> >>> > BlazeDS
>> >>> > > > and
>> >>> > > > >> > Data
>> >>> > > > >> >     >> > Services
>> >>> > > > >> >     >> > > > Adobe
>> >>> > > > >> >     >> > > >     > > > software.
>> >>> > > > >> >     >> > > >     > > >
>> >>> > > > >> >     >> > > >     > > > In the other hand, I'll be check new
>> >>> info
>> >>> > > from
>> >>> > > > >> > Darrell in
>> >>> > > > >> >     >> 1-2
>> >>> > > > >> >     >> > > > hours
>> >>> > > > >> >     >> > > >     > from
>> >>> > > > >> >     >> > > >     > > > now, but I think the problem with
>> >>> ZendAMF
>> >>> > > could
>> >>> > > > >> be
>> >>> > > > >> >     >> something
>> >>> > > > >> >     >> > > > like the
>> >>> > > > >> >     >> > > >     > one
>> >>> > > > >> >     >> > > >     > > > happened with coldfusion where
>> >>> > > ArrayCollection
>> >>> > > > >> > needs some
>> >>> > > > >> >     >> > > special
>> >>> > > > >> >     >> > > >     > > > treatment. I asked Darryl to start
>> with
>> >>> > > simple
>> >>> > > > >> > connections
>> >>> > > > >> >     >> > like
>> >>> > > > >> >     >> > > > we have
>> >>> > > > >> >     >> > > >     > > in
>> >>> > > > >> >     >> > > >     > > > our example (send and receive a
>> String,
>> >>> > then
>> >>> > > a
>> >>> > > > >> > simple
>> >>> > > > >> >     >> object,
>> >>> > > > >> >     >> > > > and so
>> >>> > > > >> >     >> > > >     > > > on...). I think is not good to start
>> >>> trying
>> >>> > > > from
>> >>> > > > >> a
>> >>> > > > >> > real
>> >>> > > > >> >     >> app
>> >>> > > > >> >     >> > > > scenario
>> >>> > > > >> >     >> > > >     > > where
>> >>> > > > >> >     >> > > >     > > > many other things could be working
>> >>> against
>> >>> > > you.
>> >>> > > > >> For
>> >>> > > > >> >     >> example,
>> >>> > > > >> >     >> > in
>> >>> > > > >> >     >> > > > our
>> >>> > > > >> >     >> > > >     > > > application, we have set up an
>> >>> additional
>> >>> > > > >> encoding
>> >>> > > > >> > to byte
>> >>> > > > >> >     >> > > array.
>> >>> > > > >> >     >> > > >     > > Something
>> >>> > > > >> >     >> > > >     > > > that even I was completely forget,
>> and
>> >>> > when I
>> >>> > > > >> > started to
>> >>> > > > >> >     >> try
>> >>> > > > >> >     >> > > > AMF, I was
>> >>> > > > >> >     >> > > >     > > > always getting nothing until I
>> reach to
>> >>> > that
>> >>> > > > >> point.
>> >>> > > > >> >     >> > > >     > > >
>> >>> > > > >> >     >> > > >     > > > So, as I said before, nothing should
>> >>> stop
>> >>> > us
>> >>> > > to
>> >>> > > > >> > release
>> >>> > > > >> >     >> now.
>> >>> > > > >> >     >> > If
>> >>> > > > >> >     >> > > > things
>> >>> > > > >> >     >> > > >     > go
>> >>> > > > >> >     >> > > >     > > > ok, Harbs will be next release
>> manager,
>> >>> > and I
>> >>> > > > >> hope
>> >>> > > > >> > to be
>> >>> > > > >> >     >> the
>> >>> > > > >> >     >> > > > next one
>> >>> > > > >> >     >> > > >     > :)
>> >>> > > > >> >     >> > > >     > > >
>> >>> > > > >> >     >> > > >     > > > Thanks
>> >>> > > > >> >     >> > > >     > > >
>> >>> > > > >> >     >> > > >     > > >
>> >>> > > > >> >     >> > > >     > > >
>> >>> > > > >> >     >> > > >     > > > >
>> >>> > > > >> >     >> > > >     > > > > Thanks,
>> >>> > > > >> >     >> > > >     > > > > -Alex
>> >>> > > > >> >     >> > > >     > > > >
>> >>> > > > >> >     >> > > >     > > > --
>> >>> > > > >> >     >> > > >     > > > Carlos Rovira
>> >>> > > > >> >     >> > > >     > > >
>> >>> > > > >> >     >> > > >
>> >>> > > > >> >     >> > >
>> >>> > > > >> >     >> >
>> >>> > > > >> >     >>
>> >>> > > > >> >
>> >>> > > > >>
>> >>> > > >
>> >>> > >
>> >>> >
>> >>>
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
>> >>> > > > >> >     >> > > >     > > >
>> >>> > > > >> >     >> > > >     > >
>> >>> > > > >> >     >> > > >     >
>> >>> > > > >> >     >> > > >     >
>> >>> > > > >> >     >> > > >     > --
>> >>> > > > >> >     >> > > >     >
>> >>> > > > >> >     >> > > >     > Piotr Zarzycki
>> >>> > > > >> >     >> > > >     >
>> >>> > > > >> >     >> > > >     > Patreon: *
>> >>> > > > >> >     >> > > >
>> >>> > > > >> >     >> > >
>> >>> > > > >> >     >> >
>> >>> > > > >> >     >>
>> >>> > > > >> >
>> >>> > > > >>
>> >>> > > >
>> >>> > >
>> >>> >
>> >>>
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=VlfEFrmkwQC5UnUxxWv0VlNGx%2FBmgtWRZmGNplONbUE%3D&amp;reserved=0
>> >>> > > > >> >     >> > > >     > <
>> >>> > > > >> >     >> > > >
>> >>> > > > >> >     >> > >
>> >>> > > > >> >     >> >
>> >>> > > > >> >     >>
>> >>> > > > >> >
>> >>> > > > >>
>> >>> > > >
>> >>> > >
>> >>> >
>> >>>
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=VlfEFrmkwQC5UnUxxWv0VlNGx%2FBmgtWRZmGNplONbUE%3D&amp;reserved=0
>> >>> > > > >> >     >> > > > >*
>> >>> > > > >> >     >> > > >     >
>> >>> > > > >> >     >> > > >
>> >>> > > > >> >     >> > > >
>> >>> > > > >> >     >> > > >
>> >>> > > > >> >     >> > >
>> >>> > > > >> >     >> > > --
>> >>> > > > >> >     >> > > Carlos Rovira
>> >>> > > > >> >     >> > >
>> >>> > > > >> >
>> >>> > > > >>
>> >>> > > >
>> >>> > >
>> >>> >
>> >>>
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
>> >>> > > > >> >     >> > >
>> >>> > > > >> >     >> >
>> >>> > > > >> >     >>
>> >>> > > > >> >     >>
>> >>> > > > >> >     >> --
>> >>> > > > >> >     >> Carlos Rovira
>> >>> > > > >> >     >>
>> >>> > > > >> >
>> >>> > > > >>
>> >>> > > >
>> >>> > >
>> >>> >
>> >>>
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
>> >>> > > > >> >     >>
>> >>> > > > >> >     >
>> >>> > > > >> >
>> >>> > > > >> >
>> >>> > > > >> >
>> >>> > > > >>
>> >>> > > > >> --
>> >>> > > > >>
>> >>> > > > >> Piotr Zarzycki
>> >>> > > > >>
>> >>> > > > >> Patreon: *https://www.patreon.com/piotrzarzycki
>> >>> > > > >> <https://www.patreon.com/piotrzarzycki>*
>> >>> > > > >>
>> >>> > > > >
>> >>> > > >
>> >>> > >
>> >>> >
>> >>> >
>> >>> > --
>> >>> >
>> >>> > <http://www.codeoscopic.com>
>> >>> >
>> >>> > Carlos Rovira
>> >>> >
>> >>> > Director General
>> >>> >
>> >>> > M: +34 607 22 60 05
>> >>> >
>> >>> > http://www.codeoscopic.com
>> >>> >
>> >>> >
>> >>> > Conócenos en 1 minuto! <https://avant2.es/#video>
>> >>> >
>> >>> >
>> >>> > AVISO LEGAL: La información contenida en este correo electrónico, y
>> en
>> >>> su
>> >>> > caso en los documentos adjuntos, es información privilegiada para
>> uso
>> >>> > exclusivo de la persona y/o personas a las que va dirigido. No está
>> >>> > permitido el acceso a este mensaje a cualquier otra persona
>> distinta a
>> >>> los
>> >>> > indicados. Si Usted no es uno de los destinatarios, cualquier
>> >>> duplicación,
>> >>> > reproducción, distribución, así como cualquier uso de la información
>> >>> > contenida en él o cualquiera otra acción u omisión tomada en
>> relación
>> >>> con
>> >>> > el mismo, está prohibida y puede ser ilegal. En dicho caso, por
>> favor,
>> >>> > notifíquelo al remitente y proceda a la eliminación de este correo
>> >>> > electrónico, así como de sus adjuntos si los hubiere. En
>> cumplimiento
>> >>> de la
>> >>> > legislación española vigente en materia de protección de datos de
>> >>> carácter
>> >>> > personal y del RGPD 679/2016 le informamos que sus datos están
>> siendo
>> >>> > objeto de tratamiento por parte de CODEOSCOPIC S.A. con
>> CIFA85677342,
>> >>> con
>> >>> > la finalidad del mantenimiento y gestión de relaciones comerciales y
>> >>> > administrativas. La base jurídica del tratamiento es el interés
>> >>> legítimo de
>> >>> > la empresa. No se prevén cesiones de sus datos, salvo que exista una
>> >>> > obligación legal. Para ejercitar sus derechos puede dirigirse a
>> >>> CODEOSCOPIC
>> >>> > S.A., domiciliada enPaseo de la Habana, 9-11, 28036 de Madrid
>> >>> (MADRID), o
>> >>> > bien por email adpd@codeoscopic.com, con el fin de ejercer sus
>> >>> derechos de
>> >>> > acceso, rectificación, supresión (derecho al olvido), limitación de
>> >>> > tratamiento, portabilidad de los datos, oposición, y a no ser
>> objeto de
>> >>> > decisiones automatizadas, indicando como Asunto: “Derechos Ley
>> >>> Protección
>> >>> > de Datos”, y adjuntando fotocopia de su DNI. Delegado de protección
>> de
>> >>> > datos:dpd@codeoscopic.com
>> >>> >
>> >>>
>> >>>
>> >>> --
>> >>>
>> >>> Piotr Zarzycki
>> >>>
>> >>> Patreon: *https://www.patreon.com/piotrzarzycki
>> >>> <https://www.patreon.com/piotrzarzycki>*
>> >>>
>> >>
>> >>
>> >> --
>> >> Carlos Rovira
>> >> http://about.me/carlosrovira
>> >>
>> >>
>> >
>> > --
>> > Carlos Rovira
>> > http://about.me/carlosrovira
>> >
>> >
>>
>> --
>> Carlos Rovira
>> http://about.me/carlosrovira
>>
>

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by OmPrakash Muppirala <bi...@gmail.com>.
Thanks for the quick fix!  Will pull develop and try again.  Will report in
a while.

Regards,
Om


On Sun, Sep 30, 2018, 8:47 AM Carlos Rovira <ca...@apache.org> wrote:

> Hi Om,
>
> error is now fixed. Can you try to release again?
> thanks
>
> Carlos
>
>
>
>
>
> El dom., 30 sept. 2018 a las 17:27, Carlos Rovira (<
> carlosrovira@apache.org>)
> escribió:
>
> > Hi,
> >
> > just reverted the two generated commits for release, I left to you remove
> > new branches generated.
> > About the fail, I was wrong, since I saw this very quickly. It's not
> about
> > JDK, I'm using as well 1.8. I was confused for other thing I had some
> weeks
> > ago, and was trying to use another JDK, but I don't remember what was.
> >
> > Anyway, the problem is about java doc, in the new class
> > AMFCompressionException.java I introduce some months ago.
> > since we never execute java doc generation we didn't see this.
> >
> > I'm going to try to fix this removing the problems I see, and I'll try to
> > see if I can try to use java doc to test if I pass the problem.
> >
> > I'll report soon.
> >
> > Carlos
> >
> >
> > El dom., 30 sept. 2018 a las 17:12, Carlos Rovira (<
> > carlosrovira@apache.org>) escribió:
> >
> >> Hi, since I'm going to work now on some compiler changes, I'll revert
> >> those 2 commits in each repo. I'll try to pass as well maven with java
> 1.8
> >> in amp and see if I get the same error
> >>
> >> El dom., 30 sept. 2018 a las 15:16, Piotr Zarzycki (<
> >> piotrzarzycki21@gmail.com>) escribió:
> >>
> >>> Om,
> >>>
> >>> I think if you got fail during the process you should right after that.
> >>> 1) Remove created release tags
> >>> 2) Revert all changes which Maven did in develop branches to the
> previous
> >>> state
> >>>
> >>> Thanks,
> >>> Piotr
> >>>
> >>> niedz., 30 wrz 2018 o 12:40 Carlos Rovira <
> carlos.rovira@codeoscopic.com
> >>> >
> >>> napisał(a):
> >>>
> >>> > Hi Om,
> >>> > don't have many time now, but seems you are using JDK 1.8 and that
> >>> project
> >>> > needs to be 1.7 or will fail
> >>> > I'll connect some hours later to see if you could use that sdk
> >>> > good luck! :)
> >>> >
> >>> > El dom., 30 sept. 2018 a las 11:34, Piotr Zarzycki (<
> >>> > piotrzarzycki21@gmail.com>) escribió:
> >>> >
> >>> > > Hi Om,
> >>> > >
> >>> > > Have you tried build that example on their own? Is it failing with
> >>> the
> >>> > same
> >>> > > stack trace?
> >>> > >
> >>> > > Thanks,
> >>> > > Piotr
> >>> > >
> >>> > > On Sun, Sep 30, 2018, 9:31 AM OmPrakash Muppirala <
> >>> bigosmallm@gmail.com>
> >>> > > wrote:
> >>> > >
> >>> > > > So, I made a lot of progress (much more than last time), but
> >>> > > unfortunately
> >>> > > > the build failed at this stage.  Looks like an issue with the
> >>> > > > SampleAmfWebApp.  Anyone else seeing this error or am I doing
> >>> something
> >>> > > > wrong?
> >>> > > >
> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: Native:
> >>> USStatesMap
> >>> > > > ....... SUCCESS [  1.001 s]
> >>> > > >
> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: NodeJS
> >>> > > > .................... SUCCESS [  0.210 s]
> >>> > > >
> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: NodeJS:
> >>> HelloWorld
> >>> > > > ........ SUCCESS [  0.945 s]
> >>> > > >
> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: AMF Web Apps
> >>> > > > .............. SUCCESS [  0.202 s]
> >>> > > >
> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: AMF Web Apps:
> >>> > > > SampleAmfWebApp FAILURE [01:51 min]
> >>> > > >
> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples:
> Integrationtests
> >>> > > > .......... SKIPPED
> >>> > > >
> >>> > > >      [exec] [INFO] [INFO] compc
> >>> > > > .............................................. SKIPPED
> >>> > > >
> >>> > > >      [exec] [INFO] [INFO] compiler-asc
> >>> > > > ....................................... SKIPPED
> >>> > > >
> >>> > > >      [exec] [INFO] [INFO] compiler-compc
> >>> > > > ..................................... SKIPPED
> >>> > > >
> >>> > > >      [exec] [INFO] [INFO] compiler-mxmlc
> >>> > > > ..................................... SKIPPED
> >>> > > >
> >>> > > >      [exec] [INFO] [INFO] compiler-optimizer
> >>> > > > ................................. SKIPPED
> >>> > > >
> >>> > > >      [exec] [INFO] [INFO] compiler-swfdump
> >>> > > > ................................... SKIPPED
> >>> > > >
> >>> > > >      [exec] [INFO] [INFO] mxmlc
> >>> > > > .............................................. SKIPPED
> >>> > > >
> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Distribution
> >>> > > > ........................ SKIPPED
> >>> > > >
> >>> > > >      [exec] [INFO] [INFO] Apache Royale: ManualTests
> >>> > > > ......................... SKIPPED
> >>> > > >
> >>> > > >      [exec] [INFO] [INFO] Apache Royale: ManualTests: UnitTests
> >>> > > > .............. SKIPPED
> >>> > > >
> >>> > > >      [exec] [INFO] [INFO] Apache Royale: Testsuite 0.9.4
> >>> > > > ..................... SKIPPED
> >>> > > >
> >>> > > >      [exec] [INFO] [INFO]
> >>> > > >
> >>> >
> >>>
> ------------------------------------------------------------------------
> >>> > > >
> >>> > > >      [exec] [INFO] [INFO] BUILD FAILURE
> >>> > > >
> >>> > > >      [exec] [INFO] [INFO]
> >>> > > >
> >>> >
> >>>
> ------------------------------------------------------------------------
> >>> > > >
> >>> > > >      [exec] [INFO] [INFO] Total time: 14:11 min
> >>> > > >
> >>> > > >      [exec] [INFO] [INFO] Finished at: 2018-09-30T00:25:37-07:00
> >>> > > >
> >>> > > >      [exec] [INFO] [INFO]
> >>> > > >
> >>> >
> >>>
> ------------------------------------------------------------------------
> >>> > > >
> >>> > > >      [exec] [INFO] [ERROR] Failed to execute goal
> >>> > > > org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:jar
> >>> > > (attach-javadocs)
> >>> > > > on project SampleAmfWebApp: MavenReportException: Error while
> >>> > generating
> >>> > > > Javadoc:
> >>> > > >
> >>> > > >      [exec] [INFO] [ERROR] Exit code: 1 -
> >>> > > >
> >>> > > >
> >>> > >
> >>> >
> >>>
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
> >>> > > > error: @param name not found
> >>> > > >
> >>> > > >      [exec] [INFO] [ERROR]  * @param code
> >>> > > >
> >>> > > >      [exec] [INFO] [ERROR]           ^
> >>> > > >
> >>> > > >      [exec] [INFO] [ERROR]
> >>> > > >
> >>> > > >
> >>> > >
> >>> >
> >>>
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
> >>> > > > warning: no description for @param
> >>> > > >
> >>> > > >      [exec] [INFO] [ERROR]  * @param code
> >>> > > >
> >>> > > >      [exec] [INFO] [ERROR]    ^
> >>> > > >
> >>> > > >      [exec] [INFO] [ERROR]
> >>> > > >
> >>> > > >
> >>> > >
> >>> >
> >>>
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:33:
> >>> > > > warning: no @param for compressionError
> >>> > > >
> >>> > > >      [exec] [INFO] [ERROR] public
> >>> > > > AMFCompressionException(AMFCompressionError compressionError) {
> >>> > > >
> >>> > > >      [exec] [INFO] [ERROR]        ^
> >>> > > >
> >>> > > >      [exec] [INFO] [ERROR]
> >>> > > >
> >>> > > >
> >>> > >
> >>> >
> >>>
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
> >>> > > > error: @param name not found
> >>> > > >
> >>> > > >      [exec] [INFO] [ERROR]  * @param code
> >>> > > >
> >>> > > >      [exec] [INFO] [ERROR]           ^
> >>> > > >
> >>> > > >      [exec] [INFO] [ERROR]
> >>> > > >
> >>> > > >
> >>> > >
> >>> >
> >>>
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
> >>> > > > warning: no description for @param
> >>> > > >
> >>> > > >      [exec] [INFO] [ERROR]  * @param code
> >>> > > >
> >>> > > >      [exec] [INFO] [ERROR]    ^
> >>> > > >
> >>> > > >      [exec] [INFO] [ERROR]
> >>> > > >
> >>> > > >
> >>> > >
> >>> >
> >>>
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:41:
> >>> > > > warning: no description for @param
> >>> > > >
> >>> > > >      [exec] [INFO] [ERROR]  * @param cause
> >>> > > >
> >>> > > >      [exec] [INFO] [ERROR]    ^
> >>> > > >
> >>> > > >      [exec] [INFO] [ERROR]
> >>> > > >
> >>> > > >
> >>> > >
> >>> >
> >>>
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:43:
> >>> > > > warning: no @param for compressionError
> >>> > > >
> >>> > > >      [exec] [INFO] [ERROR] public
> >>> > > > AMFCompressionException(AMFCompressionError compressionError,
> >>> Throwable
> >>> > > > cause) {
> >>> > > >
> >>> > > >      [exec] [INFO] [ERROR]        ^
> >>> > > >
> >>> > > >      [exec] [INFO] [ERROR]
> >>> > > >
> >>> > > >      [exec] [INFO] [ERROR] Command line was:
> >>> > > >
> >>> > > >
> >>> > >
> >>> >
> >>>
> /Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/../bin/javadoc
> >>> > > > @options @packages
> >>> > > >
> >>> > > >      [exec] [INFO] [ERROR]
> >>> > > >
> >>> > > >      [exec] [INFO] [ERROR] Refer to the generated Javadoc files
> in
> >>> > > >
> >>> > > >
> >>> > >
> >>> >
> >>>
> '/Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/target/apidocs'
> >>> > > > dir.
> >>> > > >
> >>> > > >      [exec] [INFO] [ERROR] -> [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] [ERROR]
> >>> > > >
> >>> > > >      [exec] [INFO] [ERROR] After correcting the problems, you can
> >>> > resume
> >>> > > > the build with the command
> >>> > > >
> >>> > > >      [exec] [INFO] [ERROR]   mvn <goals> -rf :SampleAmfWebApp
> >>> > > >
> >>> > > > On Sat, Sep 29, 2018 at 11:58 AM OmPrakash Muppirala <
> >>> > > bigosmallm@gmail.com
> >>> > > > >
> >>> > > > wrote:
> >>> > > >
> >>> > > > > Okay, trying now.
> >>> > > > >
> >>> > > > > On Tue, Sep 25, 2018 at 9:52 AM Piotr Zarzycki <
> >>> > > > piotrzarzycki21@gmail.com>
> >>> > > > > wrote:
> >>> > > > >
> >>> > > > >> Om,
> >>> > > > >>
> >>> > > > >> I think if you first try to build Royale framework with Maven
> >>> all
> >>> > the
> >>> > > > >> dependencies will be downloaded. During framework build you
> >>> should
> >>> > get
> >>> > > > >> question about license related to player global etc. Once you
> do
> >>> > > > >> successful
> >>> > > > >> build  you could try to go and play with script for release. -
> >>> That
> >>> > > way
> >>> > > > to
> >>> > > > >> go make you sure that script won't fail later during the
> >>> process.
> >>> > > > >>
> >>> > > > >> Thanks,
> >>> > > > >> Piotr
> >>> > > > >>
> >>> > > > >> pon., 24 wrz 2018 o 07:35 Alex Harui <aharui@adobe.com.invalid
> >
> >>> > > > >> napisał(a):
> >>> > > > >>
> >>> > > > >> > According to the archives, try running:
> >>> > > > >> >
> >>> > > > >> >     mvn -s settings-template.xml clean install
> >>> > > > >> >
> >>> > > > >> > Thanks,
> >>> > > > >> > -Alex
> >>> > > > >> >
> >>> > > > >> > On 9/23/18, 3:48 PM, "OmPrakash Muppirala" <
> >>> bigosmallm@gmail.com
> >>> > >
> >>> > > > >> wrote:
> >>> > > > >> >
> >>> > > > >> >     On Sun, Sep 23, 2018 at 3:43 PM OmPrakash Muppirala <
> >>> > > > >> > bigosmallm@gmail.com>
> >>> > > > >> >     wrote:
> >>> > > > >> >
> >>> > > > >> >     > Thanks.  I decided to stick with 1.8 :-)
> >>> > > > >> >     >
> >>> > > > >> >     >
> >>> > > > >> >     BTW, this is when I run: mvn clean install in the
> >>> royale-asjs
> >>> > > > >> > directory:
> >>> > > > >> >
> >>> > > > >> >
> >>> > > > >> >     > I am seeing this error:
> >>> > > > >> >     >
> >>> > > > >> >     > [ERROR] Failed to execute goal
> >>> > > > >> >     >
> >>> > > > >> >
> >>> > > >
> >>> >
> >>>
> org.apache.royale.compiler:royale-maven-plugin:0.9.4-SNAPSHOT:compile-as
> >>> > > > >> >     > (default-compile-as) on project Core: Could not
> resolve
> >>> > > > >> dependencies
> >>> > > > >> > for
> >>> > > > >> >     > project
> >>> org.apache.royale.framework:Core:swc:0.9.4-SNAPSHOT:
> >>> > > > >> Failure
> >>> > > > >> > to
> >>> > > > >> >     > find com.adobe.air.framework:airglobal:swc:20.0 in
> >>> > > > >> >     >
> >>> > > > >> >
> >>> > > > >>
> >>> > > >
> >>> > >
> >>> >
> >>>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0
> >>> > > > >> > was cached in
> >>> > > > >> >     > the local repository, resolution will not be
> reattempted
> >>> > until
> >>> > > > the
> >>> > > > >> > update
> >>> > > > >> >     > interval of apache-release has elapsed or updates are
> >>> forced
> >>> > > ->
> >>> > > > >> > [Help 1]
> >>> > > > >> >     >
> >>> > > > >> >     > I don't see a `com` directory on
> >>> > > > >> >     >
> >>> > > > >> >
> >>> > > > >>
> >>> > > >
> >>> > >
> >>> >
> >>>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0
> >>> > > > >> >     >
> >>> > > > >> >     > Is that expected?
> >>> > > > >> >     >
> >>> > > > >> >     > Thanks,
> >>> > > > >> >     > Om
> >>> > > > >> >     >
> >>> > > > >> >     >
> >>> > > > >> >     > On Sun, Sep 23, 2018 at 2:15 AM Carlos Rovira <
> >>> > > > >> > carlosrovira@apache.org>
> >>> > > > >> >     > wrote:
> >>> > > > >> >     >
> >>> > > > >> >     >> Hi Om,
> >>> > > > >> >     >>
> >>> > > > >> >     >> I have Java 8 and 10 installed, and I think I was
> able
> >>> to
> >>> > > > compile
> >>> > > > >> > three
> >>> > > > >> >     >> repos, but I find AMF java example doesn't work,
> since
> >>> > > BlazeDS
> >>> > > > >> > needs a
> >>> > > > >> >     >> Lower version I need to go with 8 for this example.
> >>> Maybe
> >>> > > other
> >>> > > > >> > part needs
> >>> > > > >> >     >> as well 7 or 8.
> >>> > > > >> >     >> I think trying another SDK should be left to some
> time
> >>> > > between
> >>> > > > >> > releases,
> >>> > > > >> >     >> since if not you can find spending more time that you
> >>> > > thought.
> >>> > > > >> >     >>
> >>> > > > >> >     >> just my 2
> >>> > > > >> >     >>
> >>> > > > >> >     >> Thanks
> >>> > > > >> >     >>
> >>> > > > >> >     >> Carlos
> >>> > > > >> >     >>
> >>> > > > >> >     >> El dom., 23 sept. 2018 a las 8:14, OmPrakash
> Muppirala
> >>> (<
> >>> > > > >> >     >> bigosmallm@gmail.com>) escribió:
> >>> > > > >> >     >>
> >>> > > > >> >     >> > Okay trying this out now.
> >>> > > > >> >     >> >
> >>> > > > >> >     >> > First question:  The release doc [1] says we need
> >>> Java
> >>> > 1.7
> >>> > > or
> >>> > > > >> > higher.
> >>> > > > >> >     >> Has
> >>> > > > >> >     >> > anyone tried Java 10?   That is the default version
> >>> > > available
> >>> > > > >> > through
> >>> > > > >> >     >> all
> >>> > > > >> >     >> > installation channels.
> >>> > > > >> >     >> > Any pitfalls I should consider?
> >>> > > > >> >     >> >
> >>> > > > >> >     >> > Thanks,
> >>> > > > >> >     >> > Om
> >>> > > > >> >     >> >
> >>> > > > >> >     >> > On Fri, Sep 21, 2018 at 12:23 PM Carlos Rovira <
> >>> > > > >> > carlosrovira@apache.org
> >>> > > > >> >     >> >
> >>> > > > >> >     >> > wrote:
> >>> > > > >> >     >> >
> >>> > > > >> >     >> > > I think we are ready to go, so let's go! ;-)
> >>> > > > >> >     >> > >
> >>> > > > >> >     >> > > Good luck Om! :)
> >>> > > > >> >     >> > >
> >>> > > > >> >     >> > > El vie., 21 sept. 2018 a las 18:19, Alex Harui
> >>> > > > >> >     >> (<aharui@adobe.com.invalid
> >>> > > > >> >     >> > > >)
> >>> > > > >> >     >> > > escribió:
> >>> > > > >> >     >> > >
> >>> > > > >> >     >> > > > Yes, I think they are ready.  I removed the
> >>> > > release/0.9.4
> >>> > > > >> > branches
> >>> > > > >> >     >> so
> >>> > > > >> >     >> > the
> >>> > > > >> >     >> > > > scripts should be able to make a new one.
> >>> > > > >> >     >> > > >
> >>> > > > >> >     >> > > > -Alex
> >>> > > > >> >     >> > > >
> >>> > > > >> >     >> > > > On 9/21/18, 8:58 AM, "OmPrakash Muppirala" <
> >>> > > > >> > bigosmallm@gmail.com>
> >>> > > > >> >     >> > > wrote:
> >>> > > > >> >     >> > > >
> >>> > > > >> >     >> > > >     Alex said in his last email that the repos
> >>> are
> >>> > > ready.
> >>> > > > >> > Will try
> >>> > > > >> >     >> in
> >>> > > > >> >     >> > a
> >>> > > > >> >     >> > > > few
> >>> > > > >> >     >> > > >     minutes.
> >>> > > > >> >     >> > > >
> >>> > > > >> >     >> > > >     Thanks,
> >>> > > > >> >     >> > > >     Om
> >>> > > > >> >     >> > > >
> >>> > > > >> >     >> > > >     On Fri, Sep 21, 2018, 7:24 AM Piotr
> Zarzycki
> >>> <
> >>> > > > >> >     >> > > > piotrzarzycki21@gmail.com>
> >>> > > > >> >     >> > > >     wrote:
> >>> > > > >> >     >> > > >
> >>> > > > >> >     >> > > >     > Om,
> >>> > > > >> >     >> > > >     >
> >>> > > > >> >     >> > > >     > In my opinion you have everything ready
> to
> >>> go!
> >>> > > > Since
> >>> > > > >> > develop
> >>> > > > >> >     >> is
> >>> > > > >> >     >> > > ready
> >>> > > > >> >     >> > > >     > probably you will start doing steps from
> >>> the
> >>> > > > >> beginning,
> >>> > > > >> > so in
> >>> > > > >> >     >> the
> >>> > > > >> >     >> > > > results
> >>> > > > >> >     >> > > >     > we will get branches release/0.9.4.
> >>> However
> >>> > they
> >>> > > > >> > already
> >>> > > > >> >     >> exists,
> >>> > > > >> >     >> > > > because
> >>> > > > >> >     >> > > >     > of
> >>> > > > >> >     >> > > >     > my previous attempt.
> >>> > > > >> >     >> > > >     >
> >>> > > > >> >     >> > > >     > Maybe before you even start they need to
> be
> >>> > > > removed.
> >>> > > > >> >     >> > > >     >
> >>> > > > >> >     >> > > >     > Thanks,
> >>> > > > >> >     >> > > >     > Piotr
> >>> > > > >> >     >> > > >     >
> >>> > > > >> >     >> > > >     >
> >>> > > > >> >     >> > > >     >
> >>> > > > >> >     >> > > >     > pt., 21 wrz 2018 o 16:16 OmPrakash
> >>> Muppirala <
> >>> > > > >> >     >> > bigosmallm@gmail.com
> >>> > > > >> >     >> > > >
> >>> > > > >> >     >> > > >     > napisał(a):
> >>> > > > >> >     >> > > >     >
> >>> > > > >> >     >> > > >     > > So am I clear to try and release?  Or
> >>> should
> >>> > I
> >>> > > > wait
> >>> > > > >> > for any
> >>> > > > >> >     >> > other
> >>> > > > >> >     >> > > > feature
> >>> > > > >> >     >> > > >     > > or bug?
> >>> > > > >> >     >> > > >     > >
> >>> > > > >> >     >> > > >     > > Thanks,
> >>> > > > >> >     >> > > >     > > Om
> >>> > > > >> >     >> > > >     > >
> >>> > > > >> >     >> > > >     > > On Fri, Sep 21, 2018, 6:20 AM Carlos
> >>> Rovira <
> >>> > > > >> >     >> > > > carlosrovira@apache.org>
> >>> > > > >> >     >> > > >     > > wrote:
> >>> > > > >> >     >> > > >     > >
> >>> > > > >> >     >> > > >     > > > Hi Alex
> >>> > > > >> >     >> > > >     > > >
> >>> > > > >> >     >> > > >     > > > El vie., 21 sept. 2018 a las 3:06,
> Alex
> >>> > Harui
> >>> > > > >> >     >> > > >     > (<aharui@adobe.com.invalid
> >>> > > > >> >     >> > > >     > > >)
> >>> > > > >> >     >> > > >     > > > escribió:
> >>> > > > >> >     >> > > >     > > >
> >>> > > > >> >     >> > > >     > > > > I made some adjustments to the
> repos
> >>> so
> >>> > > that
> >>> > > > >> they
> >>> > > > >> >     >> "should"
> >>> > > > >> >     >> > be
> >>> > > > >> >     >> > > > ready
> >>> > > > >> >     >> > > >     > to
> >>> > > > >> >     >> > > >     > > > run
> >>> > > > >> >     >> > > >     > > > > the scripts and produce the 0.9.4
> >>> > release.
> >>> > > > Of
> >>> > > > >> > course, I
> >>> > > > >> >     >> > > could
> >>> > > > >> >     >> > > > be
> >>> > > > >> >     >> > > >     > > wrong.
> >>> > > > >> >     >> > > >     > > > > We'll see how Om fares.
> >>> > > > >> >     >> > > >     > > > >
> >>> > > > >> >     >> > > >     > > > >
> >>> > > > >> >     >> > > >     > > > so cool :)
> >>> > > > >> >     >> > > >     > > >
> >>> > > > >> >     >> > > >     > > >
> >>> > > > >> >     >> > > >     > > > > I also put in a change that should
> >>> fix
> >>> > the
> >>> > > > >> > dependencies
> >>> > > > >> >     >> > > > issue.  So
> >>> > > > >> >     >> > > >     > the
> >>> > > > >> >     >> > > >     > > > > remaining questions are around the
> >>> AMF
> >>> > > > problem.
> >>> > > > >> > I'm
> >>> > > > >> >     >> > thinking
> >>> > > > >> >     >> > > > of
> >>> > > > >> >     >> > > >     > > looking
> >>> > > > >> >     >> > > >     > > > > into what it takes to support Small
> >>> > > Messages.
> >>> > > > >> > However,
> >>> > > > >> >     >> I
> >>> > > > >> >     >> > > > don't know
> >>> > > > >> >     >> > > >     > > > > anything about them.  How often
> will
> >>> > > > migrating
> >>> > > > >> > people be
> >>> > > > >> >     >> > > using
> >>> > > > >> >     >> > > > Small
> >>> > > > >> >     >> > > >     > > > > Messages?  Is it fair to tell them
> to
> >>> > turn
> >>> > > > off
> >>> > > > >> > Small
> >>> > > > >> >     >> > > Messages?
> >>> > > > >> >     >> > > >     > > > >
> >>> > > > >> >     >> > > >     > > >
> >>> > > > >> >     >> > > >     > > > I think for now, that small messages
> >>> is a
> >>> > > > BlazeDS
> >>> > > > >> >     >> feature. I
> >>> > > > >> >     >> > > > search for
> >>> > > > >> >     >> > > >     > > > ZendAMF small messages and didn't
> fin d
> >>> > > > anything.
> >>> > > > >> > So my
> >>> > > > >> >     >> bet
> >>> > > > >> >     >> > is
> >>> > > > >> >     >> > > > that
> >>> > > > >> >     >> > > >     > small
> >>> > > > >> >     >> > > >     > > > messages is something only present in
> >>> > BlazeDS
> >>> > > > and
> >>> > > > >> > Data
> >>> > > > >> >     >> > Services
> >>> > > > >> >     >> > > > Adobe
> >>> > > > >> >     >> > > >     > > > software.
> >>> > > > >> >     >> > > >     > > >
> >>> > > > >> >     >> > > >     > > > In the other hand, I'll be check new
> >>> info
> >>> > > from
> >>> > > > >> > Darrell in
> >>> > > > >> >     >> 1-2
> >>> > > > >> >     >> > > > hours
> >>> > > > >> >     >> > > >     > from
> >>> > > > >> >     >> > > >     > > > now, but I think the problem with
> >>> ZendAMF
> >>> > > could
> >>> > > > >> be
> >>> > > > >> >     >> something
> >>> > > > >> >     >> > > > like the
> >>> > > > >> >     >> > > >     > one
> >>> > > > >> >     >> > > >     > > > happened with coldfusion where
> >>> > > ArrayCollection
> >>> > > > >> > needs some
> >>> > > > >> >     >> > > special
> >>> > > > >> >     >> > > >     > > > treatment. I asked Darryl to start
> with
> >>> > > simple
> >>> > > > >> > connections
> >>> > > > >> >     >> > like
> >>> > > > >> >     >> > > > we have
> >>> > > > >> >     >> > > >     > > in
> >>> > > > >> >     >> > > >     > > > our example (send and receive a
> String,
> >>> > then
> >>> > > a
> >>> > > > >> > simple
> >>> > > > >> >     >> object,
> >>> > > > >> >     >> > > > and so
> >>> > > > >> >     >> > > >     > > > on...). I think is not good to start
> >>> trying
> >>> > > > from
> >>> > > > >> a
> >>> > > > >> > real
> >>> > > > >> >     >> app
> >>> > > > >> >     >> > > > scenario
> >>> > > > >> >     >> > > >     > > where
> >>> > > > >> >     >> > > >     > > > many other things could be working
> >>> against
> >>> > > you.
> >>> > > > >> For
> >>> > > > >> >     >> example,
> >>> > > > >> >     >> > in
> >>> > > > >> >     >> > > > our
> >>> > > > >> >     >> > > >     > > > application, we have set up an
> >>> additional
> >>> > > > >> encoding
> >>> > > > >> > to byte
> >>> > > > >> >     >> > > array.
> >>> > > > >> >     >> > > >     > > Something
> >>> > > > >> >     >> > > >     > > > that even I was completely forget,
> and
> >>> > when I
> >>> > > > >> > started to
> >>> > > > >> >     >> try
> >>> > > > >> >     >> > > > AMF, I was
> >>> > > > >> >     >> > > >     > > > always getting nothing until I reach
> to
> >>> > that
> >>> > > > >> point.
> >>> > > > >> >     >> > > >     > > >
> >>> > > > >> >     >> > > >     > > > So, as I said before, nothing should
> >>> stop
> >>> > us
> >>> > > to
> >>> > > > >> > release
> >>> > > > >> >     >> now.
> >>> > > > >> >     >> > If
> >>> > > > >> >     >> > > > things
> >>> > > > >> >     >> > > >     > go
> >>> > > > >> >     >> > > >     > > > ok, Harbs will be next release
> manager,
> >>> > and I
> >>> > > > >> hope
> >>> > > > >> > to be
> >>> > > > >> >     >> the
> >>> > > > >> >     >> > > > next one
> >>> > > > >> >     >> > > >     > :)
> >>> > > > >> >     >> > > >     > > >
> >>> > > > >> >     >> > > >     > > > Thanks
> >>> > > > >> >     >> > > >     > > >
> >>> > > > >> >     >> > > >     > > >
> >>> > > > >> >     >> > > >     > > >
> >>> > > > >> >     >> > > >     > > > >
> >>> > > > >> >     >> > > >     > > > > Thanks,
> >>> > > > >> >     >> > > >     > > > > -Alex
> >>> > > > >> >     >> > > >     > > > >
> >>> > > > >> >     >> > > >     > > > --
> >>> > > > >> >     >> > > >     > > > Carlos Rovira
> >>> > > > >> >     >> > > >     > > >
> >>> > > > >> >     >> > > >
> >>> > > > >> >     >> > >
> >>> > > > >> >     >> >
> >>> > > > >> >     >>
> >>> > > > >> >
> >>> > > > >>
> >>> > > >
> >>> > >
> >>> >
> >>>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
> >>> > > > >> >     >> > > >     > > >
> >>> > > > >> >     >> > > >     > >
> >>> > > > >> >     >> > > >     >
> >>> > > > >> >     >> > > >     >
> >>> > > > >> >     >> > > >     > --
> >>> > > > >> >     >> > > >     >
> >>> > > > >> >     >> > > >     > Piotr Zarzycki
> >>> > > > >> >     >> > > >     >
> >>> > > > >> >     >> > > >     > Patreon: *
> >>> > > > >> >     >> > > >
> >>> > > > >> >     >> > >
> >>> > > > >> >     >> >
> >>> > > > >> >     >>
> >>> > > > >> >
> >>> > > > >>
> >>> > > >
> >>> > >
> >>> >
> >>>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=VlfEFrmkwQC5UnUxxWv0VlNGx%2FBmgtWRZmGNplONbUE%3D&amp;reserved=0
> >>> > > > >> >     >> > > >     > <
> >>> > > > >> >     >> > > >
> >>> > > > >> >     >> > >
> >>> > > > >> >     >> >
> >>> > > > >> >     >>
> >>> > > > >> >
> >>> > > > >>
> >>> > > >
> >>> > >
> >>> >
> >>>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=VlfEFrmkwQC5UnUxxWv0VlNGx%2FBmgtWRZmGNplONbUE%3D&amp;reserved=0
> >>> > > > >> >     >> > > > >*
> >>> > > > >> >     >> > > >     >
> >>> > > > >> >     >> > > >
> >>> > > > >> >     >> > > >
> >>> > > > >> >     >> > > >
> >>> > > > >> >     >> > >
> >>> > > > >> >     >> > > --
> >>> > > > >> >     >> > > Carlos Rovira
> >>> > > > >> >     >> > >
> >>> > > > >> >
> >>> > > > >>
> >>> > > >
> >>> > >
> >>> >
> >>>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
> >>> > > > >> >     >> > >
> >>> > > > >> >     >> >
> >>> > > > >> >     >>
> >>> > > > >> >     >>
> >>> > > > >> >     >> --
> >>> > > > >> >     >> Carlos Rovira
> >>> > > > >> >     >>
> >>> > > > >> >
> >>> > > > >>
> >>> > > >
> >>> > >
> >>> >
> >>>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
> >>> > > > >> >     >>
> >>> > > > >> >     >
> >>> > > > >> >
> >>> > > > >> >
> >>> > > > >> >
> >>> > > > >>
> >>> > > > >> --
> >>> > > > >>
> >>> > > > >> Piotr Zarzycki
> >>> > > > >>
> >>> > > > >> Patreon: *https://www.patreon.com/piotrzarzycki
> >>> > > > >> <https://www.patreon.com/piotrzarzycki>*
> >>> > > > >>
> >>> > > > >
> >>> > > >
> >>> > >
> >>> >
> >>> >
> >>> > --
> >>> >
> >>> > <http://www.codeoscopic.com>
> >>> >
> >>> > Carlos Rovira
> >>> >
> >>> > Director General
> >>> >
> >>> > M: +34 607 22 60 05
> >>> >
> >>> > http://www.codeoscopic.com
> >>> >
> >>> >
> >>> > Conócenos en 1 minuto! <https://avant2.es/#video>
> >>> >
> >>> >
> >>> > AVISO LEGAL: La información contenida en este correo electrónico, y
> en
> >>> su
> >>> > caso en los documentos adjuntos, es información privilegiada para uso
> >>> > exclusivo de la persona y/o personas a las que va dirigido. No está
> >>> > permitido el acceso a este mensaje a cualquier otra persona distinta
> a
> >>> los
> >>> > indicados. Si Usted no es uno de los destinatarios, cualquier
> >>> duplicación,
> >>> > reproducción, distribución, así como cualquier uso de la información
> >>> > contenida en él o cualquiera otra acción u omisión tomada en relación
> >>> con
> >>> > el mismo, está prohibida y puede ser ilegal. En dicho caso, por
> favor,
> >>> > notifíquelo al remitente y proceda a la eliminación de este correo
> >>> > electrónico, así como de sus adjuntos si los hubiere. En cumplimiento
> >>> de la
> >>> > legislación española vigente en materia de protección de datos de
> >>> carácter
> >>> > personal y del RGPD 679/2016 le informamos que sus datos están siendo
> >>> > objeto de tratamiento por parte de CODEOSCOPIC S.A. con CIFA85677342,
> >>> con
> >>> > la finalidad del mantenimiento y gestión de relaciones comerciales y
> >>> > administrativas. La base jurídica del tratamiento es el interés
> >>> legítimo de
> >>> > la empresa. No se prevén cesiones de sus datos, salvo que exista una
> >>> > obligación legal. Para ejercitar sus derechos puede dirigirse a
> >>> CODEOSCOPIC
> >>> > S.A., domiciliada enPaseo de la Habana, 9-11, 28036 de Madrid
> >>> (MADRID), o
> >>> > bien por email adpd@codeoscopic.com, con el fin de ejercer sus
> >>> derechos de
> >>> > acceso, rectificación, supresión (derecho al olvido), limitación de
> >>> > tratamiento, portabilidad de los datos, oposición, y a no ser objeto
> de
> >>> > decisiones automatizadas, indicando como Asunto: “Derechos Ley
> >>> Protección
> >>> > de Datos”, y adjuntando fotocopia de su DNI. Delegado de protección
> de
> >>> > datos:dpd@codeoscopic.com
> >>> >
> >>>
> >>>
> >>> --
> >>>
> >>> Piotr Zarzycki
> >>>
> >>> Patreon: *https://www.patreon.com/piotrzarzycki
> >>> <https://www.patreon.com/piotrzarzycki>*
> >>>
> >>
> >>
> >> --
> >> Carlos Rovira
> >> http://about.me/carlosrovira
> >>
> >>
> >
> > --
> > Carlos Rovira
> > http://about.me/carlosrovira
> >
> >
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Carlos Rovira <ca...@apache.org>.
Hi Om,

error is now fixed. Can you try to release again?
thanks

Carlos





El dom., 30 sept. 2018 a las 17:27, Carlos Rovira (<ca...@apache.org>)
escribió:

> Hi,
>
> just reverted the two generated commits for release, I left to you remove
> new branches generated.
> About the fail, I was wrong, since I saw this very quickly. It's not about
> JDK, I'm using as well 1.8. I was confused for other thing I had some weeks
> ago, and was trying to use another JDK, but I don't remember what was.
>
> Anyway, the problem is about java doc, in the new class
> AMFCompressionException.java I introduce some months ago.
> since we never execute java doc generation we didn't see this.
>
> I'm going to try to fix this removing the problems I see, and I'll try to
> see if I can try to use java doc to test if I pass the problem.
>
> I'll report soon.
>
> Carlos
>
>
> El dom., 30 sept. 2018 a las 17:12, Carlos Rovira (<
> carlosrovira@apache.org>) escribió:
>
>> Hi, since I'm going to work now on some compiler changes, I'll revert
>> those 2 commits in each repo. I'll try to pass as well maven with java 1.8
>> in amp and see if I get the same error
>>
>> El dom., 30 sept. 2018 a las 15:16, Piotr Zarzycki (<
>> piotrzarzycki21@gmail.com>) escribió:
>>
>>> Om,
>>>
>>> I think if you got fail during the process you should right after that.
>>> 1) Remove created release tags
>>> 2) Revert all changes which Maven did in develop branches to the previous
>>> state
>>>
>>> Thanks,
>>> Piotr
>>>
>>> niedz., 30 wrz 2018 o 12:40 Carlos Rovira <carlos.rovira@codeoscopic.com
>>> >
>>> napisał(a):
>>>
>>> > Hi Om,
>>> > don't have many time now, but seems you are using JDK 1.8 and that
>>> project
>>> > needs to be 1.7 or will fail
>>> > I'll connect some hours later to see if you could use that sdk
>>> > good luck! :)
>>> >
>>> > El dom., 30 sept. 2018 a las 11:34, Piotr Zarzycki (<
>>> > piotrzarzycki21@gmail.com>) escribió:
>>> >
>>> > > Hi Om,
>>> > >
>>> > > Have you tried build that example on their own? Is it failing with
>>> the
>>> > same
>>> > > stack trace?
>>> > >
>>> > > Thanks,
>>> > > Piotr
>>> > >
>>> > > On Sun, Sep 30, 2018, 9:31 AM OmPrakash Muppirala <
>>> bigosmallm@gmail.com>
>>> > > wrote:
>>> > >
>>> > > > So, I made a lot of progress (much more than last time), but
>>> > > unfortunately
>>> > > > the build failed at this stage.  Looks like an issue with the
>>> > > > SampleAmfWebApp.  Anyone else seeing this error or am I doing
>>> something
>>> > > > wrong?
>>> > > >
>>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: Native:
>>> USStatesMap
>>> > > > ....... SUCCESS [  1.001 s]
>>> > > >
>>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: NodeJS
>>> > > > .................... SUCCESS [  0.210 s]
>>> > > >
>>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: NodeJS:
>>> HelloWorld
>>> > > > ........ SUCCESS [  0.945 s]
>>> > > >
>>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: AMF Web Apps
>>> > > > .............. SUCCESS [  0.202 s]
>>> > > >
>>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: AMF Web Apps:
>>> > > > SampleAmfWebApp FAILURE [01:51 min]
>>> > > >
>>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: Integrationtests
>>> > > > .......... SKIPPED
>>> > > >
>>> > > >      [exec] [INFO] [INFO] compc
>>> > > > .............................................. SKIPPED
>>> > > >
>>> > > >      [exec] [INFO] [INFO] compiler-asc
>>> > > > ....................................... SKIPPED
>>> > > >
>>> > > >      [exec] [INFO] [INFO] compiler-compc
>>> > > > ..................................... SKIPPED
>>> > > >
>>> > > >      [exec] [INFO] [INFO] compiler-mxmlc
>>> > > > ..................................... SKIPPED
>>> > > >
>>> > > >      [exec] [INFO] [INFO] compiler-optimizer
>>> > > > ................................. SKIPPED
>>> > > >
>>> > > >      [exec] [INFO] [INFO] compiler-swfdump
>>> > > > ................................... SKIPPED
>>> > > >
>>> > > >      [exec] [INFO] [INFO] mxmlc
>>> > > > .............................................. SKIPPED
>>> > > >
>>> > > >      [exec] [INFO] [INFO] Apache Royale: Distribution
>>> > > > ........................ SKIPPED
>>> > > >
>>> > > >      [exec] [INFO] [INFO] Apache Royale: ManualTests
>>> > > > ......................... SKIPPED
>>> > > >
>>> > > >      [exec] [INFO] [INFO] Apache Royale: ManualTests: UnitTests
>>> > > > .............. SKIPPED
>>> > > >
>>> > > >      [exec] [INFO] [INFO] Apache Royale: Testsuite 0.9.4
>>> > > > ..................... SKIPPED
>>> > > >
>>> > > >      [exec] [INFO] [INFO]
>>> > > >
>>> >
>>> ------------------------------------------------------------------------
>>> > > >
>>> > > >      [exec] [INFO] [INFO] BUILD FAILURE
>>> > > >
>>> > > >      [exec] [INFO] [INFO]
>>> > > >
>>> >
>>> ------------------------------------------------------------------------
>>> > > >
>>> > > >      [exec] [INFO] [INFO] Total time: 14:11 min
>>> > > >
>>> > > >      [exec] [INFO] [INFO] Finished at: 2018-09-30T00:25:37-07:00
>>> > > >
>>> > > >      [exec] [INFO] [INFO]
>>> > > >
>>> >
>>> ------------------------------------------------------------------------
>>> > > >
>>> > > >      [exec] [INFO] [ERROR] Failed to execute goal
>>> > > > org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:jar
>>> > > (attach-javadocs)
>>> > > > on project SampleAmfWebApp: MavenReportException: Error while
>>> > generating
>>> > > > Javadoc:
>>> > > >
>>> > > >      [exec] [INFO] [ERROR] Exit code: 1 -
>>> > > >
>>> > > >
>>> > >
>>> >
>>> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
>>> > > > error: @param name not found
>>> > > >
>>> > > >      [exec] [INFO] [ERROR]  * @param code
>>> > > >
>>> > > >      [exec] [INFO] [ERROR]           ^
>>> > > >
>>> > > >      [exec] [INFO] [ERROR]
>>> > > >
>>> > > >
>>> > >
>>> >
>>> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
>>> > > > warning: no description for @param
>>> > > >
>>> > > >      [exec] [INFO] [ERROR]  * @param code
>>> > > >
>>> > > >      [exec] [INFO] [ERROR]    ^
>>> > > >
>>> > > >      [exec] [INFO] [ERROR]
>>> > > >
>>> > > >
>>> > >
>>> >
>>> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:33:
>>> > > > warning: no @param for compressionError
>>> > > >
>>> > > >      [exec] [INFO] [ERROR] public
>>> > > > AMFCompressionException(AMFCompressionError compressionError) {
>>> > > >
>>> > > >      [exec] [INFO] [ERROR]        ^
>>> > > >
>>> > > >      [exec] [INFO] [ERROR]
>>> > > >
>>> > > >
>>> > >
>>> >
>>> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
>>> > > > error: @param name not found
>>> > > >
>>> > > >      [exec] [INFO] [ERROR]  * @param code
>>> > > >
>>> > > >      [exec] [INFO] [ERROR]           ^
>>> > > >
>>> > > >      [exec] [INFO] [ERROR]
>>> > > >
>>> > > >
>>> > >
>>> >
>>> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
>>> > > > warning: no description for @param
>>> > > >
>>> > > >      [exec] [INFO] [ERROR]  * @param code
>>> > > >
>>> > > >      [exec] [INFO] [ERROR]    ^
>>> > > >
>>> > > >      [exec] [INFO] [ERROR]
>>> > > >
>>> > > >
>>> > >
>>> >
>>> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:41:
>>> > > > warning: no description for @param
>>> > > >
>>> > > >      [exec] [INFO] [ERROR]  * @param cause
>>> > > >
>>> > > >      [exec] [INFO] [ERROR]    ^
>>> > > >
>>> > > >      [exec] [INFO] [ERROR]
>>> > > >
>>> > > >
>>> > >
>>> >
>>> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:43:
>>> > > > warning: no @param for compressionError
>>> > > >
>>> > > >      [exec] [INFO] [ERROR] public
>>> > > > AMFCompressionException(AMFCompressionError compressionError,
>>> Throwable
>>> > > > cause) {
>>> > > >
>>> > > >      [exec] [INFO] [ERROR]        ^
>>> > > >
>>> > > >      [exec] [INFO] [ERROR]
>>> > > >
>>> > > >      [exec] [INFO] [ERROR] Command line was:
>>> > > >
>>> > > >
>>> > >
>>> >
>>> /Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/../bin/javadoc
>>> > > > @options @packages
>>> > > >
>>> > > >      [exec] [INFO] [ERROR]
>>> > > >
>>> > > >      [exec] [INFO] [ERROR] Refer to the generated Javadoc files in
>>> > > >
>>> > > >
>>> > >
>>> >
>>> '/Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/target/apidocs'
>>> > > > dir.
>>> > > >
>>> > > >      [exec] [INFO] [ERROR] -> [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] [ERROR]
>>> > > >
>>> > > >      [exec] [INFO] [ERROR] After correcting the problems, you can
>>> > resume
>>> > > > the build with the command
>>> > > >
>>> > > >      [exec] [INFO] [ERROR]   mvn <goals> -rf :SampleAmfWebApp
>>> > > >
>>> > > > On Sat, Sep 29, 2018 at 11:58 AM OmPrakash Muppirala <
>>> > > bigosmallm@gmail.com
>>> > > > >
>>> > > > wrote:
>>> > > >
>>> > > > > Okay, trying now.
>>> > > > >
>>> > > > > On Tue, Sep 25, 2018 at 9:52 AM Piotr Zarzycki <
>>> > > > piotrzarzycki21@gmail.com>
>>> > > > > wrote:
>>> > > > >
>>> > > > >> Om,
>>> > > > >>
>>> > > > >> I think if you first try to build Royale framework with Maven
>>> all
>>> > the
>>> > > > >> dependencies will be downloaded. During framework build you
>>> should
>>> > get
>>> > > > >> question about license related to player global etc. Once you do
>>> > > > >> successful
>>> > > > >> build  you could try to go and play with script for release. -
>>> That
>>> > > way
>>> > > > to
>>> > > > >> go make you sure that script won't fail later during the
>>> process.
>>> > > > >>
>>> > > > >> Thanks,
>>> > > > >> Piotr
>>> > > > >>
>>> > > > >> pon., 24 wrz 2018 o 07:35 Alex Harui <ah...@adobe.com.invalid>
>>> > > > >> napisał(a):
>>> > > > >>
>>> > > > >> > According to the archives, try running:
>>> > > > >> >
>>> > > > >> >     mvn -s settings-template.xml clean install
>>> > > > >> >
>>> > > > >> > Thanks,
>>> > > > >> > -Alex
>>> > > > >> >
>>> > > > >> > On 9/23/18, 3:48 PM, "OmPrakash Muppirala" <
>>> bigosmallm@gmail.com
>>> > >
>>> > > > >> wrote:
>>> > > > >> >
>>> > > > >> >     On Sun, Sep 23, 2018 at 3:43 PM OmPrakash Muppirala <
>>> > > > >> > bigosmallm@gmail.com>
>>> > > > >> >     wrote:
>>> > > > >> >
>>> > > > >> >     > Thanks.  I decided to stick with 1.8 :-)
>>> > > > >> >     >
>>> > > > >> >     >
>>> > > > >> >     BTW, this is when I run: mvn clean install in the
>>> royale-asjs
>>> > > > >> > directory:
>>> > > > >> >
>>> > > > >> >
>>> > > > >> >     > I am seeing this error:
>>> > > > >> >     >
>>> > > > >> >     > [ERROR] Failed to execute goal
>>> > > > >> >     >
>>> > > > >> >
>>> > > >
>>> >
>>> org.apache.royale.compiler:royale-maven-plugin:0.9.4-SNAPSHOT:compile-as
>>> > > > >> >     > (default-compile-as) on project Core: Could not resolve
>>> > > > >> dependencies
>>> > > > >> > for
>>> > > > >> >     > project
>>> org.apache.royale.framework:Core:swc:0.9.4-SNAPSHOT:
>>> > > > >> Failure
>>> > > > >> > to
>>> > > > >> >     > find com.adobe.air.framework:airglobal:swc:20.0 in
>>> > > > >> >     >
>>> > > > >> >
>>> > > > >>
>>> > > >
>>> > >
>>> >
>>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0
>>> > > > >> > was cached in
>>> > > > >> >     > the local repository, resolution will not be reattempted
>>> > until
>>> > > > the
>>> > > > >> > update
>>> > > > >> >     > interval of apache-release has elapsed or updates are
>>> forced
>>> > > ->
>>> > > > >> > [Help 1]
>>> > > > >> >     >
>>> > > > >> >     > I don't see a `com` directory on
>>> > > > >> >     >
>>> > > > >> >
>>> > > > >>
>>> > > >
>>> > >
>>> >
>>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0
>>> > > > >> >     >
>>> > > > >> >     > Is that expected?
>>> > > > >> >     >
>>> > > > >> >     > Thanks,
>>> > > > >> >     > Om
>>> > > > >> >     >
>>> > > > >> >     >
>>> > > > >> >     > On Sun, Sep 23, 2018 at 2:15 AM Carlos Rovira <
>>> > > > >> > carlosrovira@apache.org>
>>> > > > >> >     > wrote:
>>> > > > >> >     >
>>> > > > >> >     >> Hi Om,
>>> > > > >> >     >>
>>> > > > >> >     >> I have Java 8 and 10 installed, and I think I was able
>>> to
>>> > > > compile
>>> > > > >> > three
>>> > > > >> >     >> repos, but I find AMF java example doesn't work, since
>>> > > BlazeDS
>>> > > > >> > needs a
>>> > > > >> >     >> Lower version I need to go with 8 for this example.
>>> Maybe
>>> > > other
>>> > > > >> > part needs
>>> > > > >> >     >> as well 7 or 8.
>>> > > > >> >     >> I think trying another SDK should be left to some time
>>> > > between
>>> > > > >> > releases,
>>> > > > >> >     >> since if not you can find spending more time that you
>>> > > thought.
>>> > > > >> >     >>
>>> > > > >> >     >> just my 2
>>> > > > >> >     >>
>>> > > > >> >     >> Thanks
>>> > > > >> >     >>
>>> > > > >> >     >> Carlos
>>> > > > >> >     >>
>>> > > > >> >     >> El dom., 23 sept. 2018 a las 8:14, OmPrakash Muppirala
>>> (<
>>> > > > >> >     >> bigosmallm@gmail.com>) escribió:
>>> > > > >> >     >>
>>> > > > >> >     >> > Okay trying this out now.
>>> > > > >> >     >> >
>>> > > > >> >     >> > First question:  The release doc [1] says we need
>>> Java
>>> > 1.7
>>> > > or
>>> > > > >> > higher.
>>> > > > >> >     >> Has
>>> > > > >> >     >> > anyone tried Java 10?   That is the default version
>>> > > available
>>> > > > >> > through
>>> > > > >> >     >> all
>>> > > > >> >     >> > installation channels.
>>> > > > >> >     >> > Any pitfalls I should consider?
>>> > > > >> >     >> >
>>> > > > >> >     >> > Thanks,
>>> > > > >> >     >> > Om
>>> > > > >> >     >> >
>>> > > > >> >     >> > On Fri, Sep 21, 2018 at 12:23 PM Carlos Rovira <
>>> > > > >> > carlosrovira@apache.org
>>> > > > >> >     >> >
>>> > > > >> >     >> > wrote:
>>> > > > >> >     >> >
>>> > > > >> >     >> > > I think we are ready to go, so let's go! ;-)
>>> > > > >> >     >> > >
>>> > > > >> >     >> > > Good luck Om! :)
>>> > > > >> >     >> > >
>>> > > > >> >     >> > > El vie., 21 sept. 2018 a las 18:19, Alex Harui
>>> > > > >> >     >> (<aharui@adobe.com.invalid
>>> > > > >> >     >> > > >)
>>> > > > >> >     >> > > escribió:
>>> > > > >> >     >> > >
>>> > > > >> >     >> > > > Yes, I think they are ready.  I removed the
>>> > > release/0.9.4
>>> > > > >> > branches
>>> > > > >> >     >> so
>>> > > > >> >     >> > the
>>> > > > >> >     >> > > > scripts should be able to make a new one.
>>> > > > >> >     >> > > >
>>> > > > >> >     >> > > > -Alex
>>> > > > >> >     >> > > >
>>> > > > >> >     >> > > > On 9/21/18, 8:58 AM, "OmPrakash Muppirala" <
>>> > > > >> > bigosmallm@gmail.com>
>>> > > > >> >     >> > > wrote:
>>> > > > >> >     >> > > >
>>> > > > >> >     >> > > >     Alex said in his last email that the repos
>>> are
>>> > > ready.
>>> > > > >> > Will try
>>> > > > >> >     >> in
>>> > > > >> >     >> > a
>>> > > > >> >     >> > > > few
>>> > > > >> >     >> > > >     minutes.
>>> > > > >> >     >> > > >
>>> > > > >> >     >> > > >     Thanks,
>>> > > > >> >     >> > > >     Om
>>> > > > >> >     >> > > >
>>> > > > >> >     >> > > >     On Fri, Sep 21, 2018, 7:24 AM Piotr Zarzycki
>>> <
>>> > > > >> >     >> > > > piotrzarzycki21@gmail.com>
>>> > > > >> >     >> > > >     wrote:
>>> > > > >> >     >> > > >
>>> > > > >> >     >> > > >     > Om,
>>> > > > >> >     >> > > >     >
>>> > > > >> >     >> > > >     > In my opinion you have everything ready to
>>> go!
>>> > > > Since
>>> > > > >> > develop
>>> > > > >> >     >> is
>>> > > > >> >     >> > > ready
>>> > > > >> >     >> > > >     > probably you will start doing steps from
>>> the
>>> > > > >> beginning,
>>> > > > >> > so in
>>> > > > >> >     >> the
>>> > > > >> >     >> > > > results
>>> > > > >> >     >> > > >     > we will get branches release/0.9.4.
>>> However
>>> > they
>>> > > > >> > already
>>> > > > >> >     >> exists,
>>> > > > >> >     >> > > > because
>>> > > > >> >     >> > > >     > of
>>> > > > >> >     >> > > >     > my previous attempt.
>>> > > > >> >     >> > > >     >
>>> > > > >> >     >> > > >     > Maybe before you even start they need to be
>>> > > > removed.
>>> > > > >> >     >> > > >     >
>>> > > > >> >     >> > > >     > Thanks,
>>> > > > >> >     >> > > >     > Piotr
>>> > > > >> >     >> > > >     >
>>> > > > >> >     >> > > >     >
>>> > > > >> >     >> > > >     >
>>> > > > >> >     >> > > >     > pt., 21 wrz 2018 o 16:16 OmPrakash
>>> Muppirala <
>>> > > > >> >     >> > bigosmallm@gmail.com
>>> > > > >> >     >> > > >
>>> > > > >> >     >> > > >     > napisał(a):
>>> > > > >> >     >> > > >     >
>>> > > > >> >     >> > > >     > > So am I clear to try and release?  Or
>>> should
>>> > I
>>> > > > wait
>>> > > > >> > for any
>>> > > > >> >     >> > other
>>> > > > >> >     >> > > > feature
>>> > > > >> >     >> > > >     > > or bug?
>>> > > > >> >     >> > > >     > >
>>> > > > >> >     >> > > >     > > Thanks,
>>> > > > >> >     >> > > >     > > Om
>>> > > > >> >     >> > > >     > >
>>> > > > >> >     >> > > >     > > On Fri, Sep 21, 2018, 6:20 AM Carlos
>>> Rovira <
>>> > > > >> >     >> > > > carlosrovira@apache.org>
>>> > > > >> >     >> > > >     > > wrote:
>>> > > > >> >     >> > > >     > >
>>> > > > >> >     >> > > >     > > > Hi Alex
>>> > > > >> >     >> > > >     > > >
>>> > > > >> >     >> > > >     > > > El vie., 21 sept. 2018 a las 3:06, Alex
>>> > Harui
>>> > > > >> >     >> > > >     > (<aharui@adobe.com.invalid
>>> > > > >> >     >> > > >     > > >)
>>> > > > >> >     >> > > >     > > > escribió:
>>> > > > >> >     >> > > >     > > >
>>> > > > >> >     >> > > >     > > > > I made some adjustments to the repos
>>> so
>>> > > that
>>> > > > >> they
>>> > > > >> >     >> "should"
>>> > > > >> >     >> > be
>>> > > > >> >     >> > > > ready
>>> > > > >> >     >> > > >     > to
>>> > > > >> >     >> > > >     > > > run
>>> > > > >> >     >> > > >     > > > > the scripts and produce the 0.9.4
>>> > release.
>>> > > > Of
>>> > > > >> > course, I
>>> > > > >> >     >> > > could
>>> > > > >> >     >> > > > be
>>> > > > >> >     >> > > >     > > wrong.
>>> > > > >> >     >> > > >     > > > > We'll see how Om fares.
>>> > > > >> >     >> > > >     > > > >
>>> > > > >> >     >> > > >     > > > >
>>> > > > >> >     >> > > >     > > > so cool :)
>>> > > > >> >     >> > > >     > > >
>>> > > > >> >     >> > > >     > > >
>>> > > > >> >     >> > > >     > > > > I also put in a change that should
>>> fix
>>> > the
>>> > > > >> > dependencies
>>> > > > >> >     >> > > > issue.  So
>>> > > > >> >     >> > > >     > the
>>> > > > >> >     >> > > >     > > > > remaining questions are around the
>>> AMF
>>> > > > problem.
>>> > > > >> > I'm
>>> > > > >> >     >> > thinking
>>> > > > >> >     >> > > > of
>>> > > > >> >     >> > > >     > > looking
>>> > > > >> >     >> > > >     > > > > into what it takes to support Small
>>> > > Messages.
>>> > > > >> > However,
>>> > > > >> >     >> I
>>> > > > >> >     >> > > > don't know
>>> > > > >> >     >> > > >     > > > > anything about them.  How often will
>>> > > > migrating
>>> > > > >> > people be
>>> > > > >> >     >> > > using
>>> > > > >> >     >> > > > Small
>>> > > > >> >     >> > > >     > > > > Messages?  Is it fair to tell them to
>>> > turn
>>> > > > off
>>> > > > >> > Small
>>> > > > >> >     >> > > Messages?
>>> > > > >> >     >> > > >     > > > >
>>> > > > >> >     >> > > >     > > >
>>> > > > >> >     >> > > >     > > > I think for now, that small messages
>>> is a
>>> > > > BlazeDS
>>> > > > >> >     >> feature. I
>>> > > > >> >     >> > > > search for
>>> > > > >> >     >> > > >     > > > ZendAMF small messages and didn't fin d
>>> > > > anything.
>>> > > > >> > So my
>>> > > > >> >     >> bet
>>> > > > >> >     >> > is
>>> > > > >> >     >> > > > that
>>> > > > >> >     >> > > >     > small
>>> > > > >> >     >> > > >     > > > messages is something only present in
>>> > BlazeDS
>>> > > > and
>>> > > > >> > Data
>>> > > > >> >     >> > Services
>>> > > > >> >     >> > > > Adobe
>>> > > > >> >     >> > > >     > > > software.
>>> > > > >> >     >> > > >     > > >
>>> > > > >> >     >> > > >     > > > In the other hand, I'll be check new
>>> info
>>> > > from
>>> > > > >> > Darrell in
>>> > > > >> >     >> 1-2
>>> > > > >> >     >> > > > hours
>>> > > > >> >     >> > > >     > from
>>> > > > >> >     >> > > >     > > > now, but I think the problem with
>>> ZendAMF
>>> > > could
>>> > > > >> be
>>> > > > >> >     >> something
>>> > > > >> >     >> > > > like the
>>> > > > >> >     >> > > >     > one
>>> > > > >> >     >> > > >     > > > happened with coldfusion where
>>> > > ArrayCollection
>>> > > > >> > needs some
>>> > > > >> >     >> > > special
>>> > > > >> >     >> > > >     > > > treatment. I asked Darryl to start with
>>> > > simple
>>> > > > >> > connections
>>> > > > >> >     >> > like
>>> > > > >> >     >> > > > we have
>>> > > > >> >     >> > > >     > > in
>>> > > > >> >     >> > > >     > > > our example (send and receive a String,
>>> > then
>>> > > a
>>> > > > >> > simple
>>> > > > >> >     >> object,
>>> > > > >> >     >> > > > and so
>>> > > > >> >     >> > > >     > > > on...). I think is not good to start
>>> trying
>>> > > > from
>>> > > > >> a
>>> > > > >> > real
>>> > > > >> >     >> app
>>> > > > >> >     >> > > > scenario
>>> > > > >> >     >> > > >     > > where
>>> > > > >> >     >> > > >     > > > many other things could be working
>>> against
>>> > > you.
>>> > > > >> For
>>> > > > >> >     >> example,
>>> > > > >> >     >> > in
>>> > > > >> >     >> > > > our
>>> > > > >> >     >> > > >     > > > application, we have set up an
>>> additional
>>> > > > >> encoding
>>> > > > >> > to byte
>>> > > > >> >     >> > > array.
>>> > > > >> >     >> > > >     > > Something
>>> > > > >> >     >> > > >     > > > that even I was completely forget, and
>>> > when I
>>> > > > >> > started to
>>> > > > >> >     >> try
>>> > > > >> >     >> > > > AMF, I was
>>> > > > >> >     >> > > >     > > > always getting nothing until I reach to
>>> > that
>>> > > > >> point.
>>> > > > >> >     >> > > >     > > >
>>> > > > >> >     >> > > >     > > > So, as I said before, nothing should
>>> stop
>>> > us
>>> > > to
>>> > > > >> > release
>>> > > > >> >     >> now.
>>> > > > >> >     >> > If
>>> > > > >> >     >> > > > things
>>> > > > >> >     >> > > >     > go
>>> > > > >> >     >> > > >     > > > ok, Harbs will be next release manager,
>>> > and I
>>> > > > >> hope
>>> > > > >> > to be
>>> > > > >> >     >> the
>>> > > > >> >     >> > > > next one
>>> > > > >> >     >> > > >     > :)
>>> > > > >> >     >> > > >     > > >
>>> > > > >> >     >> > > >     > > > Thanks
>>> > > > >> >     >> > > >     > > >
>>> > > > >> >     >> > > >     > > >
>>> > > > >> >     >> > > >     > > >
>>> > > > >> >     >> > > >     > > > >
>>> > > > >> >     >> > > >     > > > > Thanks,
>>> > > > >> >     >> > > >     > > > > -Alex
>>> > > > >> >     >> > > >     > > > >
>>> > > > >> >     >> > > >     > > > --
>>> > > > >> >     >> > > >     > > > Carlos Rovira
>>> > > > >> >     >> > > >     > > >
>>> > > > >> >     >> > > >
>>> > > > >> >     >> > >
>>> > > > >> >     >> >
>>> > > > >> >     >>
>>> > > > >> >
>>> > > > >>
>>> > > >
>>> > >
>>> >
>>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
>>> > > > >> >     >> > > >     > > >
>>> > > > >> >     >> > > >     > >
>>> > > > >> >     >> > > >     >
>>> > > > >> >     >> > > >     >
>>> > > > >> >     >> > > >     > --
>>> > > > >> >     >> > > >     >
>>> > > > >> >     >> > > >     > Piotr Zarzycki
>>> > > > >> >     >> > > >     >
>>> > > > >> >     >> > > >     > Patreon: *
>>> > > > >> >     >> > > >
>>> > > > >> >     >> > >
>>> > > > >> >     >> >
>>> > > > >> >     >>
>>> > > > >> >
>>> > > > >>
>>> > > >
>>> > >
>>> >
>>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=VlfEFrmkwQC5UnUxxWv0VlNGx%2FBmgtWRZmGNplONbUE%3D&amp;reserved=0
>>> > > > >> >     >> > > >     > <
>>> > > > >> >     >> > > >
>>> > > > >> >     >> > >
>>> > > > >> >     >> >
>>> > > > >> >     >>
>>> > > > >> >
>>> > > > >>
>>> > > >
>>> > >
>>> >
>>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=VlfEFrmkwQC5UnUxxWv0VlNGx%2FBmgtWRZmGNplONbUE%3D&amp;reserved=0
>>> > > > >> >     >> > > > >*
>>> > > > >> >     >> > > >     >
>>> > > > >> >     >> > > >
>>> > > > >> >     >> > > >
>>> > > > >> >     >> > > >
>>> > > > >> >     >> > >
>>> > > > >> >     >> > > --
>>> > > > >> >     >> > > Carlos Rovira
>>> > > > >> >     >> > >
>>> > > > >> >
>>> > > > >>
>>> > > >
>>> > >
>>> >
>>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
>>> > > > >> >     >> > >
>>> > > > >> >     >> >
>>> > > > >> >     >>
>>> > > > >> >     >>
>>> > > > >> >     >> --
>>> > > > >> >     >> Carlos Rovira
>>> > > > >> >     >>
>>> > > > >> >
>>> > > > >>
>>> > > >
>>> > >
>>> >
>>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
>>> > > > >> >     >>
>>> > > > >> >     >
>>> > > > >> >
>>> > > > >> >
>>> > > > >> >
>>> > > > >>
>>> > > > >> --
>>> > > > >>
>>> > > > >> Piotr Zarzycki
>>> > > > >>
>>> > > > >> Patreon: *https://www.patreon.com/piotrzarzycki
>>> > > > >> <https://www.patreon.com/piotrzarzycki>*
>>> > > > >>
>>> > > > >
>>> > > >
>>> > >
>>> >
>>> >
>>> > --
>>> >
>>> > <http://www.codeoscopic.com>
>>> >
>>> > Carlos Rovira
>>> >
>>> > Director General
>>> >
>>> > M: +34 607 22 60 05
>>> >
>>> > http://www.codeoscopic.com
>>> >
>>> >
>>> > Conócenos en 1 minuto! <https://avant2.es/#video>
>>> >
>>> >
>>> > AVISO LEGAL: La información contenida en este correo electrónico, y en
>>> su
>>> > caso en los documentos adjuntos, es información privilegiada para uso
>>> > exclusivo de la persona y/o personas a las que va dirigido. No está
>>> > permitido el acceso a este mensaje a cualquier otra persona distinta a
>>> los
>>> > indicados. Si Usted no es uno de los destinatarios, cualquier
>>> duplicación,
>>> > reproducción, distribución, así como cualquier uso de la información
>>> > contenida en él o cualquiera otra acción u omisión tomada en relación
>>> con
>>> > el mismo, está prohibida y puede ser ilegal. En dicho caso, por favor,
>>> > notifíquelo al remitente y proceda a la eliminación de este correo
>>> > electrónico, así como de sus adjuntos si los hubiere. En cumplimiento
>>> de la
>>> > legislación española vigente en materia de protección de datos de
>>> carácter
>>> > personal y del RGPD 679/2016 le informamos que sus datos están siendo
>>> > objeto de tratamiento por parte de CODEOSCOPIC S.A. con CIFA85677342,
>>> con
>>> > la finalidad del mantenimiento y gestión de relaciones comerciales y
>>> > administrativas. La base jurídica del tratamiento es el interés
>>> legítimo de
>>> > la empresa. No se prevén cesiones de sus datos, salvo que exista una
>>> > obligación legal. Para ejercitar sus derechos puede dirigirse a
>>> CODEOSCOPIC
>>> > S.A., domiciliada enPaseo de la Habana, 9-11, 28036 de Madrid
>>> (MADRID), o
>>> > bien por email adpd@codeoscopic.com, con el fin de ejercer sus
>>> derechos de
>>> > acceso, rectificación, supresión (derecho al olvido), limitación de
>>> > tratamiento, portabilidad de los datos, oposición, y a no ser objeto de
>>> > decisiones automatizadas, indicando como Asunto: “Derechos Ley
>>> Protección
>>> > de Datos”, y adjuntando fotocopia de su DNI. Delegado de protección de
>>> > datos:dpd@codeoscopic.com
>>> >
>>>
>>>
>>> --
>>>
>>> Piotr Zarzycki
>>>
>>> Patreon: *https://www.patreon.com/piotrzarzycki
>>> <https://www.patreon.com/piotrzarzycki>*
>>>
>>
>>
>> --
>> Carlos Rovira
>> http://about.me/carlosrovira
>>
>>
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Carlos Rovira <ca...@apache.org>.
Hi,

just reverted the two generated commits for release, I left to you remove
new branches generated.
About the fail, I was wrong, since I saw this very quickly. It's not about
JDK, I'm using as well 1.8. I was confused for other thing I had some weeks
ago, and was trying to use another JDK, but I don't remember what was.

Anyway, the problem is about java doc, in the new class
AMFCompressionException.java I introduce some months ago.
since we never execute java doc generation we didn't see this.

I'm going to try to fix this removing the problems I see, and I'll try to
see if I can try to use java doc to test if I pass the problem.

I'll report soon.

Carlos


El dom., 30 sept. 2018 a las 17:12, Carlos Rovira (<ca...@apache.org>)
escribió:

> Hi, since I'm going to work now on some compiler changes, I'll revert
> those 2 commits in each repo. I'll try to pass as well maven with java 1.8
> in amp and see if I get the same error
>
> El dom., 30 sept. 2018 a las 15:16, Piotr Zarzycki (<
> piotrzarzycki21@gmail.com>) escribió:
>
>> Om,
>>
>> I think if you got fail during the process you should right after that.
>> 1) Remove created release tags
>> 2) Revert all changes which Maven did in develop branches to the previous
>> state
>>
>> Thanks,
>> Piotr
>>
>> niedz., 30 wrz 2018 o 12:40 Carlos Rovira <ca...@codeoscopic.com>
>> napisał(a):
>>
>> > Hi Om,
>> > don't have many time now, but seems you are using JDK 1.8 and that
>> project
>> > needs to be 1.7 or will fail
>> > I'll connect some hours later to see if you could use that sdk
>> > good luck! :)
>> >
>> > El dom., 30 sept. 2018 a las 11:34, Piotr Zarzycki (<
>> > piotrzarzycki21@gmail.com>) escribió:
>> >
>> > > Hi Om,
>> > >
>> > > Have you tried build that example on their own? Is it failing with the
>> > same
>> > > stack trace?
>> > >
>> > > Thanks,
>> > > Piotr
>> > >
>> > > On Sun, Sep 30, 2018, 9:31 AM OmPrakash Muppirala <
>> bigosmallm@gmail.com>
>> > > wrote:
>> > >
>> > > > So, I made a lot of progress (much more than last time), but
>> > > unfortunately
>> > > > the build failed at this stage.  Looks like an issue with the
>> > > > SampleAmfWebApp.  Anyone else seeing this error or am I doing
>> something
>> > > > wrong?
>> > > >
>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: Native:
>> USStatesMap
>> > > > ....... SUCCESS [  1.001 s]
>> > > >
>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: NodeJS
>> > > > .................... SUCCESS [  0.210 s]
>> > > >
>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: NodeJS:
>> HelloWorld
>> > > > ........ SUCCESS [  0.945 s]
>> > > >
>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: AMF Web Apps
>> > > > .............. SUCCESS [  0.202 s]
>> > > >
>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: AMF Web Apps:
>> > > > SampleAmfWebApp FAILURE [01:51 min]
>> > > >
>> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: Integrationtests
>> > > > .......... SKIPPED
>> > > >
>> > > >      [exec] [INFO] [INFO] compc
>> > > > .............................................. SKIPPED
>> > > >
>> > > >      [exec] [INFO] [INFO] compiler-asc
>> > > > ....................................... SKIPPED
>> > > >
>> > > >      [exec] [INFO] [INFO] compiler-compc
>> > > > ..................................... SKIPPED
>> > > >
>> > > >      [exec] [INFO] [INFO] compiler-mxmlc
>> > > > ..................................... SKIPPED
>> > > >
>> > > >      [exec] [INFO] [INFO] compiler-optimizer
>> > > > ................................. SKIPPED
>> > > >
>> > > >      [exec] [INFO] [INFO] compiler-swfdump
>> > > > ................................... SKIPPED
>> > > >
>> > > >      [exec] [INFO] [INFO] mxmlc
>> > > > .............................................. SKIPPED
>> > > >
>> > > >      [exec] [INFO] [INFO] Apache Royale: Distribution
>> > > > ........................ SKIPPED
>> > > >
>> > > >      [exec] [INFO] [INFO] Apache Royale: ManualTests
>> > > > ......................... SKIPPED
>> > > >
>> > > >      [exec] [INFO] [INFO] Apache Royale: ManualTests: UnitTests
>> > > > .............. SKIPPED
>> > > >
>> > > >      [exec] [INFO] [INFO] Apache Royale: Testsuite 0.9.4
>> > > > ..................... SKIPPED
>> > > >
>> > > >      [exec] [INFO] [INFO]
>> > > >
>> > ------------------------------------------------------------------------
>> > > >
>> > > >      [exec] [INFO] [INFO] BUILD FAILURE
>> > > >
>> > > >      [exec] [INFO] [INFO]
>> > > >
>> > ------------------------------------------------------------------------
>> > > >
>> > > >      [exec] [INFO] [INFO] Total time: 14:11 min
>> > > >
>> > > >      [exec] [INFO] [INFO] Finished at: 2018-09-30T00:25:37-07:00
>> > > >
>> > > >      [exec] [INFO] [INFO]
>> > > >
>> > ------------------------------------------------------------------------
>> > > >
>> > > >      [exec] [INFO] [ERROR] Failed to execute goal
>> > > > org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:jar
>> > > (attach-javadocs)
>> > > > on project SampleAmfWebApp: MavenReportException: Error while
>> > generating
>> > > > Javadoc:
>> > > >
>> > > >      [exec] [INFO] [ERROR] Exit code: 1 -
>> > > >
>> > > >
>> > >
>> >
>> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
>> > > > error: @param name not found
>> > > >
>> > > >      [exec] [INFO] [ERROR]  * @param code
>> > > >
>> > > >      [exec] [INFO] [ERROR]           ^
>> > > >
>> > > >      [exec] [INFO] [ERROR]
>> > > >
>> > > >
>> > >
>> >
>> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
>> > > > warning: no description for @param
>> > > >
>> > > >      [exec] [INFO] [ERROR]  * @param code
>> > > >
>> > > >      [exec] [INFO] [ERROR]    ^
>> > > >
>> > > >      [exec] [INFO] [ERROR]
>> > > >
>> > > >
>> > >
>> >
>> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:33:
>> > > > warning: no @param for compressionError
>> > > >
>> > > >      [exec] [INFO] [ERROR] public
>> > > > AMFCompressionException(AMFCompressionError compressionError) {
>> > > >
>> > > >      [exec] [INFO] [ERROR]        ^
>> > > >
>> > > >      [exec] [INFO] [ERROR]
>> > > >
>> > > >
>> > >
>> >
>> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
>> > > > error: @param name not found
>> > > >
>> > > >      [exec] [INFO] [ERROR]  * @param code
>> > > >
>> > > >      [exec] [INFO] [ERROR]           ^
>> > > >
>> > > >      [exec] [INFO] [ERROR]
>> > > >
>> > > >
>> > >
>> >
>> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
>> > > > warning: no description for @param
>> > > >
>> > > >      [exec] [INFO] [ERROR]  * @param code
>> > > >
>> > > >      [exec] [INFO] [ERROR]    ^
>> > > >
>> > > >      [exec] [INFO] [ERROR]
>> > > >
>> > > >
>> > >
>> >
>> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:41:
>> > > > warning: no description for @param
>> > > >
>> > > >      [exec] [INFO] [ERROR]  * @param cause
>> > > >
>> > > >      [exec] [INFO] [ERROR]    ^
>> > > >
>> > > >      [exec] [INFO] [ERROR]
>> > > >
>> > > >
>> > >
>> >
>> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:43:
>> > > > warning: no @param for compressionError
>> > > >
>> > > >      [exec] [INFO] [ERROR] public
>> > > > AMFCompressionException(AMFCompressionError compressionError,
>> Throwable
>> > > > cause) {
>> > > >
>> > > >      [exec] [INFO] [ERROR]        ^
>> > > >
>> > > >      [exec] [INFO] [ERROR]
>> > > >
>> > > >      [exec] [INFO] [ERROR] Command line was:
>> > > >
>> > > >
>> > >
>> >
>> /Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/../bin/javadoc
>> > > > @options @packages
>> > > >
>> > > >      [exec] [INFO] [ERROR]
>> > > >
>> > > >      [exec] [INFO] [ERROR] Refer to the generated Javadoc files in
>> > > >
>> > > >
>> > >
>> >
>> '/Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/target/apidocs'
>> > > > dir.
>> > > >
>> > > >      [exec] [INFO] [ERROR] -> [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] [ERROR]
>> > > >
>> > > >      [exec] [INFO] [ERROR] After correcting the problems, you can
>> > resume
>> > > > the build with the command
>> > > >
>> > > >      [exec] [INFO] [ERROR]   mvn <goals> -rf :SampleAmfWebApp
>> > > >
>> > > > On Sat, Sep 29, 2018 at 11:58 AM OmPrakash Muppirala <
>> > > bigosmallm@gmail.com
>> > > > >
>> > > > wrote:
>> > > >
>> > > > > Okay, trying now.
>> > > > >
>> > > > > On Tue, Sep 25, 2018 at 9:52 AM Piotr Zarzycki <
>> > > > piotrzarzycki21@gmail.com>
>> > > > > wrote:
>> > > > >
>> > > > >> Om,
>> > > > >>
>> > > > >> I think if you first try to build Royale framework with Maven all
>> > the
>> > > > >> dependencies will be downloaded. During framework build you
>> should
>> > get
>> > > > >> question about license related to player global etc. Once you do
>> > > > >> successful
>> > > > >> build  you could try to go and play with script for release. -
>> That
>> > > way
>> > > > to
>> > > > >> go make you sure that script won't fail later during the process.
>> > > > >>
>> > > > >> Thanks,
>> > > > >> Piotr
>> > > > >>
>> > > > >> pon., 24 wrz 2018 o 07:35 Alex Harui <ah...@adobe.com.invalid>
>> > > > >> napisał(a):
>> > > > >>
>> > > > >> > According to the archives, try running:
>> > > > >> >
>> > > > >> >     mvn -s settings-template.xml clean install
>> > > > >> >
>> > > > >> > Thanks,
>> > > > >> > -Alex
>> > > > >> >
>> > > > >> > On 9/23/18, 3:48 PM, "OmPrakash Muppirala" <
>> bigosmallm@gmail.com
>> > >
>> > > > >> wrote:
>> > > > >> >
>> > > > >> >     On Sun, Sep 23, 2018 at 3:43 PM OmPrakash Muppirala <
>> > > > >> > bigosmallm@gmail.com>
>> > > > >> >     wrote:
>> > > > >> >
>> > > > >> >     > Thanks.  I decided to stick with 1.8 :-)
>> > > > >> >     >
>> > > > >> >     >
>> > > > >> >     BTW, this is when I run: mvn clean install in the
>> royale-asjs
>> > > > >> > directory:
>> > > > >> >
>> > > > >> >
>> > > > >> >     > I am seeing this error:
>> > > > >> >     >
>> > > > >> >     > [ERROR] Failed to execute goal
>> > > > >> >     >
>> > > > >> >
>> > > >
>> > org.apache.royale.compiler:royale-maven-plugin:0.9.4-SNAPSHOT:compile-as
>> > > > >> >     > (default-compile-as) on project Core: Could not resolve
>> > > > >> dependencies
>> > > > >> > for
>> > > > >> >     > project
>> org.apache.royale.framework:Core:swc:0.9.4-SNAPSHOT:
>> > > > >> Failure
>> > > > >> > to
>> > > > >> >     > find com.adobe.air.framework:airglobal:swc:20.0 in
>> > > > >> >     >
>> > > > >> >
>> > > > >>
>> > > >
>> > >
>> >
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0
>> > > > >> > was cached in
>> > > > >> >     > the local repository, resolution will not be reattempted
>> > until
>> > > > the
>> > > > >> > update
>> > > > >> >     > interval of apache-release has elapsed or updates are
>> forced
>> > > ->
>> > > > >> > [Help 1]
>> > > > >> >     >
>> > > > >> >     > I don't see a `com` directory on
>> > > > >> >     >
>> > > > >> >
>> > > > >>
>> > > >
>> > >
>> >
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0
>> > > > >> >     >
>> > > > >> >     > Is that expected?
>> > > > >> >     >
>> > > > >> >     > Thanks,
>> > > > >> >     > Om
>> > > > >> >     >
>> > > > >> >     >
>> > > > >> >     > On Sun, Sep 23, 2018 at 2:15 AM Carlos Rovira <
>> > > > >> > carlosrovira@apache.org>
>> > > > >> >     > wrote:
>> > > > >> >     >
>> > > > >> >     >> Hi Om,
>> > > > >> >     >>
>> > > > >> >     >> I have Java 8 and 10 installed, and I think I was able
>> to
>> > > > compile
>> > > > >> > three
>> > > > >> >     >> repos, but I find AMF java example doesn't work, since
>> > > BlazeDS
>> > > > >> > needs a
>> > > > >> >     >> Lower version I need to go with 8 for this example.
>> Maybe
>> > > other
>> > > > >> > part needs
>> > > > >> >     >> as well 7 or 8.
>> > > > >> >     >> I think trying another SDK should be left to some time
>> > > between
>> > > > >> > releases,
>> > > > >> >     >> since if not you can find spending more time that you
>> > > thought.
>> > > > >> >     >>
>> > > > >> >     >> just my 2
>> > > > >> >     >>
>> > > > >> >     >> Thanks
>> > > > >> >     >>
>> > > > >> >     >> Carlos
>> > > > >> >     >>
>> > > > >> >     >> El dom., 23 sept. 2018 a las 8:14, OmPrakash Muppirala
>> (<
>> > > > >> >     >> bigosmallm@gmail.com>) escribió:
>> > > > >> >     >>
>> > > > >> >     >> > Okay trying this out now.
>> > > > >> >     >> >
>> > > > >> >     >> > First question:  The release doc [1] says we need Java
>> > 1.7
>> > > or
>> > > > >> > higher.
>> > > > >> >     >> Has
>> > > > >> >     >> > anyone tried Java 10?   That is the default version
>> > > available
>> > > > >> > through
>> > > > >> >     >> all
>> > > > >> >     >> > installation channels.
>> > > > >> >     >> > Any pitfalls I should consider?
>> > > > >> >     >> >
>> > > > >> >     >> > Thanks,
>> > > > >> >     >> > Om
>> > > > >> >     >> >
>> > > > >> >     >> > On Fri, Sep 21, 2018 at 12:23 PM Carlos Rovira <
>> > > > >> > carlosrovira@apache.org
>> > > > >> >     >> >
>> > > > >> >     >> > wrote:
>> > > > >> >     >> >
>> > > > >> >     >> > > I think we are ready to go, so let's go! ;-)
>> > > > >> >     >> > >
>> > > > >> >     >> > > Good luck Om! :)
>> > > > >> >     >> > >
>> > > > >> >     >> > > El vie., 21 sept. 2018 a las 18:19, Alex Harui
>> > > > >> >     >> (<aharui@adobe.com.invalid
>> > > > >> >     >> > > >)
>> > > > >> >     >> > > escribió:
>> > > > >> >     >> > >
>> > > > >> >     >> > > > Yes, I think they are ready.  I removed the
>> > > release/0.9.4
>> > > > >> > branches
>> > > > >> >     >> so
>> > > > >> >     >> > the
>> > > > >> >     >> > > > scripts should be able to make a new one.
>> > > > >> >     >> > > >
>> > > > >> >     >> > > > -Alex
>> > > > >> >     >> > > >
>> > > > >> >     >> > > > On 9/21/18, 8:58 AM, "OmPrakash Muppirala" <
>> > > > >> > bigosmallm@gmail.com>
>> > > > >> >     >> > > wrote:
>> > > > >> >     >> > > >
>> > > > >> >     >> > > >     Alex said in his last email that the repos are
>> > > ready.
>> > > > >> > Will try
>> > > > >> >     >> in
>> > > > >> >     >> > a
>> > > > >> >     >> > > > few
>> > > > >> >     >> > > >     minutes.
>> > > > >> >     >> > > >
>> > > > >> >     >> > > >     Thanks,
>> > > > >> >     >> > > >     Om
>> > > > >> >     >> > > >
>> > > > >> >     >> > > >     On Fri, Sep 21, 2018, 7:24 AM Piotr Zarzycki <
>> > > > >> >     >> > > > piotrzarzycki21@gmail.com>
>> > > > >> >     >> > > >     wrote:
>> > > > >> >     >> > > >
>> > > > >> >     >> > > >     > Om,
>> > > > >> >     >> > > >     >
>> > > > >> >     >> > > >     > In my opinion you have everything ready to
>> go!
>> > > > Since
>> > > > >> > develop
>> > > > >> >     >> is
>> > > > >> >     >> > > ready
>> > > > >> >     >> > > >     > probably you will start doing steps from the
>> > > > >> beginning,
>> > > > >> > so in
>> > > > >> >     >> the
>> > > > >> >     >> > > > results
>> > > > >> >     >> > > >     > we will get branches release/0.9.4. However
>> > they
>> > > > >> > already
>> > > > >> >     >> exists,
>> > > > >> >     >> > > > because
>> > > > >> >     >> > > >     > of
>> > > > >> >     >> > > >     > my previous attempt.
>> > > > >> >     >> > > >     >
>> > > > >> >     >> > > >     > Maybe before you even start they need to be
>> > > > removed.
>> > > > >> >     >> > > >     >
>> > > > >> >     >> > > >     > Thanks,
>> > > > >> >     >> > > >     > Piotr
>> > > > >> >     >> > > >     >
>> > > > >> >     >> > > >     >
>> > > > >> >     >> > > >     >
>> > > > >> >     >> > > >     > pt., 21 wrz 2018 o 16:16 OmPrakash
>> Muppirala <
>> > > > >> >     >> > bigosmallm@gmail.com
>> > > > >> >     >> > > >
>> > > > >> >     >> > > >     > napisał(a):
>> > > > >> >     >> > > >     >
>> > > > >> >     >> > > >     > > So am I clear to try and release?  Or
>> should
>> > I
>> > > > wait
>> > > > >> > for any
>> > > > >> >     >> > other
>> > > > >> >     >> > > > feature
>> > > > >> >     >> > > >     > > or bug?
>> > > > >> >     >> > > >     > >
>> > > > >> >     >> > > >     > > Thanks,
>> > > > >> >     >> > > >     > > Om
>> > > > >> >     >> > > >     > >
>> > > > >> >     >> > > >     > > On Fri, Sep 21, 2018, 6:20 AM Carlos
>> Rovira <
>> > > > >> >     >> > > > carlosrovira@apache.org>
>> > > > >> >     >> > > >     > > wrote:
>> > > > >> >     >> > > >     > >
>> > > > >> >     >> > > >     > > > Hi Alex
>> > > > >> >     >> > > >     > > >
>> > > > >> >     >> > > >     > > > El vie., 21 sept. 2018 a las 3:06, Alex
>> > Harui
>> > > > >> >     >> > > >     > (<aharui@adobe.com.invalid
>> > > > >> >     >> > > >     > > >)
>> > > > >> >     >> > > >     > > > escribió:
>> > > > >> >     >> > > >     > > >
>> > > > >> >     >> > > >     > > > > I made some adjustments to the repos
>> so
>> > > that
>> > > > >> they
>> > > > >> >     >> "should"
>> > > > >> >     >> > be
>> > > > >> >     >> > > > ready
>> > > > >> >     >> > > >     > to
>> > > > >> >     >> > > >     > > > run
>> > > > >> >     >> > > >     > > > > the scripts and produce the 0.9.4
>> > release.
>> > > > Of
>> > > > >> > course, I
>> > > > >> >     >> > > could
>> > > > >> >     >> > > > be
>> > > > >> >     >> > > >     > > wrong.
>> > > > >> >     >> > > >     > > > > We'll see how Om fares.
>> > > > >> >     >> > > >     > > > >
>> > > > >> >     >> > > >     > > > >
>> > > > >> >     >> > > >     > > > so cool :)
>> > > > >> >     >> > > >     > > >
>> > > > >> >     >> > > >     > > >
>> > > > >> >     >> > > >     > > > > I also put in a change that should fix
>> > the
>> > > > >> > dependencies
>> > > > >> >     >> > > > issue.  So
>> > > > >> >     >> > > >     > the
>> > > > >> >     >> > > >     > > > > remaining questions are around the AMF
>> > > > problem.
>> > > > >> > I'm
>> > > > >> >     >> > thinking
>> > > > >> >     >> > > > of
>> > > > >> >     >> > > >     > > looking
>> > > > >> >     >> > > >     > > > > into what it takes to support Small
>> > > Messages.
>> > > > >> > However,
>> > > > >> >     >> I
>> > > > >> >     >> > > > don't know
>> > > > >> >     >> > > >     > > > > anything about them.  How often will
>> > > > migrating
>> > > > >> > people be
>> > > > >> >     >> > > using
>> > > > >> >     >> > > > Small
>> > > > >> >     >> > > >     > > > > Messages?  Is it fair to tell them to
>> > turn
>> > > > off
>> > > > >> > Small
>> > > > >> >     >> > > Messages?
>> > > > >> >     >> > > >     > > > >
>> > > > >> >     >> > > >     > > >
>> > > > >> >     >> > > >     > > > I think for now, that small messages is
>> a
>> > > > BlazeDS
>> > > > >> >     >> feature. I
>> > > > >> >     >> > > > search for
>> > > > >> >     >> > > >     > > > ZendAMF small messages and didn't fin d
>> > > > anything.
>> > > > >> > So my
>> > > > >> >     >> bet
>> > > > >> >     >> > is
>> > > > >> >     >> > > > that
>> > > > >> >     >> > > >     > small
>> > > > >> >     >> > > >     > > > messages is something only present in
>> > BlazeDS
>> > > > and
>> > > > >> > Data
>> > > > >> >     >> > Services
>> > > > >> >     >> > > > Adobe
>> > > > >> >     >> > > >     > > > software.
>> > > > >> >     >> > > >     > > >
>> > > > >> >     >> > > >     > > > In the other hand, I'll be check new
>> info
>> > > from
>> > > > >> > Darrell in
>> > > > >> >     >> 1-2
>> > > > >> >     >> > > > hours
>> > > > >> >     >> > > >     > from
>> > > > >> >     >> > > >     > > > now, but I think the problem with
>> ZendAMF
>> > > could
>> > > > >> be
>> > > > >> >     >> something
>> > > > >> >     >> > > > like the
>> > > > >> >     >> > > >     > one
>> > > > >> >     >> > > >     > > > happened with coldfusion where
>> > > ArrayCollection
>> > > > >> > needs some
>> > > > >> >     >> > > special
>> > > > >> >     >> > > >     > > > treatment. I asked Darryl to start with
>> > > simple
>> > > > >> > connections
>> > > > >> >     >> > like
>> > > > >> >     >> > > > we have
>> > > > >> >     >> > > >     > > in
>> > > > >> >     >> > > >     > > > our example (send and receive a String,
>> > then
>> > > a
>> > > > >> > simple
>> > > > >> >     >> object,
>> > > > >> >     >> > > > and so
>> > > > >> >     >> > > >     > > > on...). I think is not good to start
>> trying
>> > > > from
>> > > > >> a
>> > > > >> > real
>> > > > >> >     >> app
>> > > > >> >     >> > > > scenario
>> > > > >> >     >> > > >     > > where
>> > > > >> >     >> > > >     > > > many other things could be working
>> against
>> > > you.
>> > > > >> For
>> > > > >> >     >> example,
>> > > > >> >     >> > in
>> > > > >> >     >> > > > our
>> > > > >> >     >> > > >     > > > application, we have set up an
>> additional
>> > > > >> encoding
>> > > > >> > to byte
>> > > > >> >     >> > > array.
>> > > > >> >     >> > > >     > > Something
>> > > > >> >     >> > > >     > > > that even I was completely forget, and
>> > when I
>> > > > >> > started to
>> > > > >> >     >> try
>> > > > >> >     >> > > > AMF, I was
>> > > > >> >     >> > > >     > > > always getting nothing until I reach to
>> > that
>> > > > >> point.
>> > > > >> >     >> > > >     > > >
>> > > > >> >     >> > > >     > > > So, as I said before, nothing should
>> stop
>> > us
>> > > to
>> > > > >> > release
>> > > > >> >     >> now.
>> > > > >> >     >> > If
>> > > > >> >     >> > > > things
>> > > > >> >     >> > > >     > go
>> > > > >> >     >> > > >     > > > ok, Harbs will be next release manager,
>> > and I
>> > > > >> hope
>> > > > >> > to be
>> > > > >> >     >> the
>> > > > >> >     >> > > > next one
>> > > > >> >     >> > > >     > :)
>> > > > >> >     >> > > >     > > >
>> > > > >> >     >> > > >     > > > Thanks
>> > > > >> >     >> > > >     > > >
>> > > > >> >     >> > > >     > > >
>> > > > >> >     >> > > >     > > >
>> > > > >> >     >> > > >     > > > >
>> > > > >> >     >> > > >     > > > > Thanks,
>> > > > >> >     >> > > >     > > > > -Alex
>> > > > >> >     >> > > >     > > > >
>> > > > >> >     >> > > >     > > > --
>> > > > >> >     >> > > >     > > > Carlos Rovira
>> > > > >> >     >> > > >     > > >
>> > > > >> >     >> > > >
>> > > > >> >     >> > >
>> > > > >> >     >> >
>> > > > >> >     >>
>> > > > >> >
>> > > > >>
>> > > >
>> > >
>> >
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
>> > > > >> >     >> > > >     > > >
>> > > > >> >     >> > > >     > >
>> > > > >> >     >> > > >     >
>> > > > >> >     >> > > >     >
>> > > > >> >     >> > > >     > --
>> > > > >> >     >> > > >     >
>> > > > >> >     >> > > >     > Piotr Zarzycki
>> > > > >> >     >> > > >     >
>> > > > >> >     >> > > >     > Patreon: *
>> > > > >> >     >> > > >
>> > > > >> >     >> > >
>> > > > >> >     >> >
>> > > > >> >     >>
>> > > > >> >
>> > > > >>
>> > > >
>> > >
>> >
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=VlfEFrmkwQC5UnUxxWv0VlNGx%2FBmgtWRZmGNplONbUE%3D&amp;reserved=0
>> > > > >> >     >> > > >     > <
>> > > > >> >     >> > > >
>> > > > >> >     >> > >
>> > > > >> >     >> >
>> > > > >> >     >>
>> > > > >> >
>> > > > >>
>> > > >
>> > >
>> >
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=VlfEFrmkwQC5UnUxxWv0VlNGx%2FBmgtWRZmGNplONbUE%3D&amp;reserved=0
>> > > > >> >     >> > > > >*
>> > > > >> >     >> > > >     >
>> > > > >> >     >> > > >
>> > > > >> >     >> > > >
>> > > > >> >     >> > > >
>> > > > >> >     >> > >
>> > > > >> >     >> > > --
>> > > > >> >     >> > > Carlos Rovira
>> > > > >> >     >> > >
>> > > > >> >
>> > > > >>
>> > > >
>> > >
>> >
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
>> > > > >> >     >> > >
>> > > > >> >     >> >
>> > > > >> >     >>
>> > > > >> >     >>
>> > > > >> >     >> --
>> > > > >> >     >> Carlos Rovira
>> > > > >> >     >>
>> > > > >> >
>> > > > >>
>> > > >
>> > >
>> >
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
>> > > > >> >     >>
>> > > > >> >     >
>> > > > >> >
>> > > > >> >
>> > > > >> >
>> > > > >>
>> > > > >> --
>> > > > >>
>> > > > >> Piotr Zarzycki
>> > > > >>
>> > > > >> Patreon: *https://www.patreon.com/piotrzarzycki
>> > > > >> <https://www.patreon.com/piotrzarzycki>*
>> > > > >>
>> > > > >
>> > > >
>> > >
>> >
>> >
>> > --
>> >
>> > <http://www.codeoscopic.com>
>> >
>> > Carlos Rovira
>> >
>> > Director General
>> >
>> > M: +34 607 22 60 05
>> >
>> > http://www.codeoscopic.com
>> >
>> >
>> > Conócenos en 1 minuto! <https://avant2.es/#video>
>> >
>> >
>> > AVISO LEGAL: La información contenida en este correo electrónico, y en
>> su
>> > caso en los documentos adjuntos, es información privilegiada para uso
>> > exclusivo de la persona y/o personas a las que va dirigido. No está
>> > permitido el acceso a este mensaje a cualquier otra persona distinta a
>> los
>> > indicados. Si Usted no es uno de los destinatarios, cualquier
>> duplicación,
>> > reproducción, distribución, así como cualquier uso de la información
>> > contenida en él o cualquiera otra acción u omisión tomada en relación
>> con
>> > el mismo, está prohibida y puede ser ilegal. En dicho caso, por favor,
>> > notifíquelo al remitente y proceda a la eliminación de este correo
>> > electrónico, así como de sus adjuntos si los hubiere. En cumplimiento
>> de la
>> > legislación española vigente en materia de protección de datos de
>> carácter
>> > personal y del RGPD 679/2016 le informamos que sus datos están siendo
>> > objeto de tratamiento por parte de CODEOSCOPIC S.A. con CIFA85677342,
>> con
>> > la finalidad del mantenimiento y gestión de relaciones comerciales y
>> > administrativas. La base jurídica del tratamiento es el interés
>> legítimo de
>> > la empresa. No se prevén cesiones de sus datos, salvo que exista una
>> > obligación legal. Para ejercitar sus derechos puede dirigirse a
>> CODEOSCOPIC
>> > S.A., domiciliada enPaseo de la Habana, 9-11, 28036 de Madrid (MADRID),
>> o
>> > bien por email adpd@codeoscopic.com, con el fin de ejercer sus
>> derechos de
>> > acceso, rectificación, supresión (derecho al olvido), limitación de
>> > tratamiento, portabilidad de los datos, oposición, y a no ser objeto de
>> > decisiones automatizadas, indicando como Asunto: “Derechos Ley
>> Protección
>> > de Datos”, y adjuntando fotocopia de su DNI. Delegado de protección de
>> > datos:dpd@codeoscopic.com
>> >
>>
>>
>> --
>>
>> Piotr Zarzycki
>>
>> Patreon: *https://www.patreon.com/piotrzarzycki
>> <https://www.patreon.com/piotrzarzycki>*
>>
>
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Carlos Rovira <ca...@apache.org>.
Hi, since I'm going to work now on some compiler changes, I'll revert those
2 commits in each repo. I'll try to pass as well maven with java 1.8 in amp
and see if I get the same error

El dom., 30 sept. 2018 a las 15:16, Piotr Zarzycki (<
piotrzarzycki21@gmail.com>) escribió:

> Om,
>
> I think if you got fail during the process you should right after that.
> 1) Remove created release tags
> 2) Revert all changes which Maven did in develop branches to the previous
> state
>
> Thanks,
> Piotr
>
> niedz., 30 wrz 2018 o 12:40 Carlos Rovira <ca...@codeoscopic.com>
> napisał(a):
>
> > Hi Om,
> > don't have many time now, but seems you are using JDK 1.8 and that
> project
> > needs to be 1.7 or will fail
> > I'll connect some hours later to see if you could use that sdk
> > good luck! :)
> >
> > El dom., 30 sept. 2018 a las 11:34, Piotr Zarzycki (<
> > piotrzarzycki21@gmail.com>) escribió:
> >
> > > Hi Om,
> > >
> > > Have you tried build that example on their own? Is it failing with the
> > same
> > > stack trace?
> > >
> > > Thanks,
> > > Piotr
> > >
> > > On Sun, Sep 30, 2018, 9:31 AM OmPrakash Muppirala <
> bigosmallm@gmail.com>
> > > wrote:
> > >
> > > > So, I made a lot of progress (much more than last time), but
> > > unfortunately
> > > > the build failed at this stage.  Looks like an issue with the
> > > > SampleAmfWebApp.  Anyone else seeing this error or am I doing
> something
> > > > wrong?
> > > >
> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: Native:
> USStatesMap
> > > > ....... SUCCESS [  1.001 s]
> > > >
> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: NodeJS
> > > > .................... SUCCESS [  0.210 s]
> > > >
> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: NodeJS: HelloWorld
> > > > ........ SUCCESS [  0.945 s]
> > > >
> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: AMF Web Apps
> > > > .............. SUCCESS [  0.202 s]
> > > >
> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: AMF Web Apps:
> > > > SampleAmfWebApp FAILURE [01:51 min]
> > > >
> > > >      [exec] [INFO] [INFO] Apache Royale: Examples: Integrationtests
> > > > .......... SKIPPED
> > > >
> > > >      [exec] [INFO] [INFO] compc
> > > > .............................................. SKIPPED
> > > >
> > > >      [exec] [INFO] [INFO] compiler-asc
> > > > ....................................... SKIPPED
> > > >
> > > >      [exec] [INFO] [INFO] compiler-compc
> > > > ..................................... SKIPPED
> > > >
> > > >      [exec] [INFO] [INFO] compiler-mxmlc
> > > > ..................................... SKIPPED
> > > >
> > > >      [exec] [INFO] [INFO] compiler-optimizer
> > > > ................................. SKIPPED
> > > >
> > > >      [exec] [INFO] [INFO] compiler-swfdump
> > > > ................................... SKIPPED
> > > >
> > > >      [exec] [INFO] [INFO] mxmlc
> > > > .............................................. SKIPPED
> > > >
> > > >      [exec] [INFO] [INFO] Apache Royale: Distribution
> > > > ........................ SKIPPED
> > > >
> > > >      [exec] [INFO] [INFO] Apache Royale: ManualTests
> > > > ......................... SKIPPED
> > > >
> > > >      [exec] [INFO] [INFO] Apache Royale: ManualTests: UnitTests
> > > > .............. SKIPPED
> > > >
> > > >      [exec] [INFO] [INFO] Apache Royale: Testsuite 0.9.4
> > > > ..................... SKIPPED
> > > >
> > > >      [exec] [INFO] [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > >
> > > >      [exec] [INFO] [INFO] BUILD FAILURE
> > > >
> > > >      [exec] [INFO] [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > >
> > > >      [exec] [INFO] [INFO] Total time: 14:11 min
> > > >
> > > >      [exec] [INFO] [INFO] Finished at: 2018-09-30T00:25:37-07:00
> > > >
> > > >      [exec] [INFO] [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > >
> > > >      [exec] [INFO] [ERROR] Failed to execute goal
> > > > org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:jar
> > > (attach-javadocs)
> > > > on project SampleAmfWebApp: MavenReportException: Error while
> > generating
> > > > Javadoc:
> > > >
> > > >      [exec] [INFO] [ERROR] Exit code: 1 -
> > > >
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
> > > > error: @param name not found
> > > >
> > > >      [exec] [INFO] [ERROR]  * @param code
> > > >
> > > >      [exec] [INFO] [ERROR]           ^
> > > >
> > > >      [exec] [INFO] [ERROR]
> > > >
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
> > > > warning: no description for @param
> > > >
> > > >      [exec] [INFO] [ERROR]  * @param code
> > > >
> > > >      [exec] [INFO] [ERROR]    ^
> > > >
> > > >      [exec] [INFO] [ERROR]
> > > >
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:33:
> > > > warning: no @param for compressionError
> > > >
> > > >      [exec] [INFO] [ERROR] public
> > > > AMFCompressionException(AMFCompressionError compressionError) {
> > > >
> > > >      [exec] [INFO] [ERROR]        ^
> > > >
> > > >      [exec] [INFO] [ERROR]
> > > >
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
> > > > error: @param name not found
> > > >
> > > >      [exec] [INFO] [ERROR]  * @param code
> > > >
> > > >      [exec] [INFO] [ERROR]           ^
> > > >
> > > >      [exec] [INFO] [ERROR]
> > > >
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
> > > > warning: no description for @param
> > > >
> > > >      [exec] [INFO] [ERROR]  * @param code
> > > >
> > > >      [exec] [INFO] [ERROR]    ^
> > > >
> > > >      [exec] [INFO] [ERROR]
> > > >
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:41:
> > > > warning: no description for @param
> > > >
> > > >      [exec] [INFO] [ERROR]  * @param cause
> > > >
> > > >      [exec] [INFO] [ERROR]    ^
> > > >
> > > >      [exec] [INFO] [ERROR]
> > > >
> > > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:43:
> > > > warning: no @param for compressionError
> > > >
> > > >      [exec] [INFO] [ERROR] public
> > > > AMFCompressionException(AMFCompressionError compressionError,
> Throwable
> > > > cause) {
> > > >
> > > >      [exec] [INFO] [ERROR]        ^
> > > >
> > > >      [exec] [INFO] [ERROR]
> > > >
> > > >      [exec] [INFO] [ERROR] Command line was:
> > > >
> > > >
> > >
> >
> /Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/../bin/javadoc
> > > > @options @packages
> > > >
> > > >      [exec] [INFO] [ERROR]
> > > >
> > > >      [exec] [INFO] [ERROR] Refer to the generated Javadoc files in
> > > >
> > > >
> > >
> >
> '/Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/target/apidocs'
> > > > dir.
> > > >
> > > >      [exec] [INFO] [ERROR] -> [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] [ERROR]
> > > >
> > > >      [exec] [INFO] [ERROR] After correcting the problems, you can
> > resume
> > > > the build with the command
> > > >
> > > >      [exec] [INFO] [ERROR]   mvn <goals> -rf :SampleAmfWebApp
> > > >
> > > > On Sat, Sep 29, 2018 at 11:58 AM OmPrakash Muppirala <
> > > bigosmallm@gmail.com
> > > > >
> > > > wrote:
> > > >
> > > > > Okay, trying now.
> > > > >
> > > > > On Tue, Sep 25, 2018 at 9:52 AM Piotr Zarzycki <
> > > > piotrzarzycki21@gmail.com>
> > > > > wrote:
> > > > >
> > > > >> Om,
> > > > >>
> > > > >> I think if you first try to build Royale framework with Maven all
> > the
> > > > >> dependencies will be downloaded. During framework build you should
> > get
> > > > >> question about license related to player global etc. Once you do
> > > > >> successful
> > > > >> build  you could try to go and play with script for release. -
> That
> > > way
> > > > to
> > > > >> go make you sure that script won't fail later during the process.
> > > > >>
> > > > >> Thanks,
> > > > >> Piotr
> > > > >>
> > > > >> pon., 24 wrz 2018 o 07:35 Alex Harui <ah...@adobe.com.invalid>
> > > > >> napisał(a):
> > > > >>
> > > > >> > According to the archives, try running:
> > > > >> >
> > > > >> >     mvn -s settings-template.xml clean install
> > > > >> >
> > > > >> > Thanks,
> > > > >> > -Alex
> > > > >> >
> > > > >> > On 9/23/18, 3:48 PM, "OmPrakash Muppirala" <
> bigosmallm@gmail.com
> > >
> > > > >> wrote:
> > > > >> >
> > > > >> >     On Sun, Sep 23, 2018 at 3:43 PM OmPrakash Muppirala <
> > > > >> > bigosmallm@gmail.com>
> > > > >> >     wrote:
> > > > >> >
> > > > >> >     > Thanks.  I decided to stick with 1.8 :-)
> > > > >> >     >
> > > > >> >     >
> > > > >> >     BTW, this is when I run: mvn clean install in the
> royale-asjs
> > > > >> > directory:
> > > > >> >
> > > > >> >
> > > > >> >     > I am seeing this error:
> > > > >> >     >
> > > > >> >     > [ERROR] Failed to execute goal
> > > > >> >     >
> > > > >> >
> > > >
> > org.apache.royale.compiler:royale-maven-plugin:0.9.4-SNAPSHOT:compile-as
> > > > >> >     > (default-compile-as) on project Core: Could not resolve
> > > > >> dependencies
> > > > >> > for
> > > > >> >     > project
> org.apache.royale.framework:Core:swc:0.9.4-SNAPSHOT:
> > > > >> Failure
> > > > >> > to
> > > > >> >     > find com.adobe.air.framework:airglobal:swc:20.0 in
> > > > >> >     >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0
> > > > >> > was cached in
> > > > >> >     > the local repository, resolution will not be reattempted
> > until
> > > > the
> > > > >> > update
> > > > >> >     > interval of apache-release has elapsed or updates are
> forced
> > > ->
> > > > >> > [Help 1]
> > > > >> >     >
> > > > >> >     > I don't see a `com` directory on
> > > > >> >     >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0
> > > > >> >     >
> > > > >> >     > Is that expected?
> > > > >> >     >
> > > > >> >     > Thanks,
> > > > >> >     > Om
> > > > >> >     >
> > > > >> >     >
> > > > >> >     > On Sun, Sep 23, 2018 at 2:15 AM Carlos Rovira <
> > > > >> > carlosrovira@apache.org>
> > > > >> >     > wrote:
> > > > >> >     >
> > > > >> >     >> Hi Om,
> > > > >> >     >>
> > > > >> >     >> I have Java 8 and 10 installed, and I think I was able to
> > > > compile
> > > > >> > three
> > > > >> >     >> repos, but I find AMF java example doesn't work, since
> > > BlazeDS
> > > > >> > needs a
> > > > >> >     >> Lower version I need to go with 8 for this example. Maybe
> > > other
> > > > >> > part needs
> > > > >> >     >> as well 7 or 8.
> > > > >> >     >> I think trying another SDK should be left to some time
> > > between
> > > > >> > releases,
> > > > >> >     >> since if not you can find spending more time that you
> > > thought.
> > > > >> >     >>
> > > > >> >     >> just my 2
> > > > >> >     >>
> > > > >> >     >> Thanks
> > > > >> >     >>
> > > > >> >     >> Carlos
> > > > >> >     >>
> > > > >> >     >> El dom., 23 sept. 2018 a las 8:14, OmPrakash Muppirala (<
> > > > >> >     >> bigosmallm@gmail.com>) escribió:
> > > > >> >     >>
> > > > >> >     >> > Okay trying this out now.
> > > > >> >     >> >
> > > > >> >     >> > First question:  The release doc [1] says we need Java
> > 1.7
> > > or
> > > > >> > higher.
> > > > >> >     >> Has
> > > > >> >     >> > anyone tried Java 10?   That is the default version
> > > available
> > > > >> > through
> > > > >> >     >> all
> > > > >> >     >> > installation channels.
> > > > >> >     >> > Any pitfalls I should consider?
> > > > >> >     >> >
> > > > >> >     >> > Thanks,
> > > > >> >     >> > Om
> > > > >> >     >> >
> > > > >> >     >> > On Fri, Sep 21, 2018 at 12:23 PM Carlos Rovira <
> > > > >> > carlosrovira@apache.org
> > > > >> >     >> >
> > > > >> >     >> > wrote:
> > > > >> >     >> >
> > > > >> >     >> > > I think we are ready to go, so let's go! ;-)
> > > > >> >     >> > >
> > > > >> >     >> > > Good luck Om! :)
> > > > >> >     >> > >
> > > > >> >     >> > > El vie., 21 sept. 2018 a las 18:19, Alex Harui
> > > > >> >     >> (<aharui@adobe.com.invalid
> > > > >> >     >> > > >)
> > > > >> >     >> > > escribió:
> > > > >> >     >> > >
> > > > >> >     >> > > > Yes, I think they are ready.  I removed the
> > > release/0.9.4
> > > > >> > branches
> > > > >> >     >> so
> > > > >> >     >> > the
> > > > >> >     >> > > > scripts should be able to make a new one.
> > > > >> >     >> > > >
> > > > >> >     >> > > > -Alex
> > > > >> >     >> > > >
> > > > >> >     >> > > > On 9/21/18, 8:58 AM, "OmPrakash Muppirala" <
> > > > >> > bigosmallm@gmail.com>
> > > > >> >     >> > > wrote:
> > > > >> >     >> > > >
> > > > >> >     >> > > >     Alex said in his last email that the repos are
> > > ready.
> > > > >> > Will try
> > > > >> >     >> in
> > > > >> >     >> > a
> > > > >> >     >> > > > few
> > > > >> >     >> > > >     minutes.
> > > > >> >     >> > > >
> > > > >> >     >> > > >     Thanks,
> > > > >> >     >> > > >     Om
> > > > >> >     >> > > >
> > > > >> >     >> > > >     On Fri, Sep 21, 2018, 7:24 AM Piotr Zarzycki <
> > > > >> >     >> > > > piotrzarzycki21@gmail.com>
> > > > >> >     >> > > >     wrote:
> > > > >> >     >> > > >
> > > > >> >     >> > > >     > Om,
> > > > >> >     >> > > >     >
> > > > >> >     >> > > >     > In my opinion you have everything ready to
> go!
> > > > Since
> > > > >> > develop
> > > > >> >     >> is
> > > > >> >     >> > > ready
> > > > >> >     >> > > >     > probably you will start doing steps from the
> > > > >> beginning,
> > > > >> > so in
> > > > >> >     >> the
> > > > >> >     >> > > > results
> > > > >> >     >> > > >     > we will get branches release/0.9.4. However
> > they
> > > > >> > already
> > > > >> >     >> exists,
> > > > >> >     >> > > > because
> > > > >> >     >> > > >     > of
> > > > >> >     >> > > >     > my previous attempt.
> > > > >> >     >> > > >     >
> > > > >> >     >> > > >     > Maybe before you even start they need to be
> > > > removed.
> > > > >> >     >> > > >     >
> > > > >> >     >> > > >     > Thanks,
> > > > >> >     >> > > >     > Piotr
> > > > >> >     >> > > >     >
> > > > >> >     >> > > >     >
> > > > >> >     >> > > >     >
> > > > >> >     >> > > >     > pt., 21 wrz 2018 o 16:16 OmPrakash Muppirala
> <
> > > > >> >     >> > bigosmallm@gmail.com
> > > > >> >     >> > > >
> > > > >> >     >> > > >     > napisał(a):
> > > > >> >     >> > > >     >
> > > > >> >     >> > > >     > > So am I clear to try and release?  Or
> should
> > I
> > > > wait
> > > > >> > for any
> > > > >> >     >> > other
> > > > >> >     >> > > > feature
> > > > >> >     >> > > >     > > or bug?
> > > > >> >     >> > > >     > >
> > > > >> >     >> > > >     > > Thanks,
> > > > >> >     >> > > >     > > Om
> > > > >> >     >> > > >     > >
> > > > >> >     >> > > >     > > On Fri, Sep 21, 2018, 6:20 AM Carlos
> Rovira <
> > > > >> >     >> > > > carlosrovira@apache.org>
> > > > >> >     >> > > >     > > wrote:
> > > > >> >     >> > > >     > >
> > > > >> >     >> > > >     > > > Hi Alex
> > > > >> >     >> > > >     > > >
> > > > >> >     >> > > >     > > > El vie., 21 sept. 2018 a las 3:06, Alex
> > Harui
> > > > >> >     >> > > >     > (<aharui@adobe.com.invalid
> > > > >> >     >> > > >     > > >)
> > > > >> >     >> > > >     > > > escribió:
> > > > >> >     >> > > >     > > >
> > > > >> >     >> > > >     > > > > I made some adjustments to the repos so
> > > that
> > > > >> they
> > > > >> >     >> "should"
> > > > >> >     >> > be
> > > > >> >     >> > > > ready
> > > > >> >     >> > > >     > to
> > > > >> >     >> > > >     > > > run
> > > > >> >     >> > > >     > > > > the scripts and produce the 0.9.4
> > release.
> > > > Of
> > > > >> > course, I
> > > > >> >     >> > > could
> > > > >> >     >> > > > be
> > > > >> >     >> > > >     > > wrong.
> > > > >> >     >> > > >     > > > > We'll see how Om fares.
> > > > >> >     >> > > >     > > > >
> > > > >> >     >> > > >     > > > >
> > > > >> >     >> > > >     > > > so cool :)
> > > > >> >     >> > > >     > > >
> > > > >> >     >> > > >     > > >
> > > > >> >     >> > > >     > > > > I also put in a change that should fix
> > the
> > > > >> > dependencies
> > > > >> >     >> > > > issue.  So
> > > > >> >     >> > > >     > the
> > > > >> >     >> > > >     > > > > remaining questions are around the AMF
> > > > problem.
> > > > >> > I'm
> > > > >> >     >> > thinking
> > > > >> >     >> > > > of
> > > > >> >     >> > > >     > > looking
> > > > >> >     >> > > >     > > > > into what it takes to support Small
> > > Messages.
> > > > >> > However,
> > > > >> >     >> I
> > > > >> >     >> > > > don't know
> > > > >> >     >> > > >     > > > > anything about them.  How often will
> > > > migrating
> > > > >> > people be
> > > > >> >     >> > > using
> > > > >> >     >> > > > Small
> > > > >> >     >> > > >     > > > > Messages?  Is it fair to tell them to
> > turn
> > > > off
> > > > >> > Small
> > > > >> >     >> > > Messages?
> > > > >> >     >> > > >     > > > >
> > > > >> >     >> > > >     > > >
> > > > >> >     >> > > >     > > > I think for now, that small messages is a
> > > > BlazeDS
> > > > >> >     >> feature. I
> > > > >> >     >> > > > search for
> > > > >> >     >> > > >     > > > ZendAMF small messages and didn't fin d
> > > > anything.
> > > > >> > So my
> > > > >> >     >> bet
> > > > >> >     >> > is
> > > > >> >     >> > > > that
> > > > >> >     >> > > >     > small
> > > > >> >     >> > > >     > > > messages is something only present in
> > BlazeDS
> > > > and
> > > > >> > Data
> > > > >> >     >> > Services
> > > > >> >     >> > > > Adobe
> > > > >> >     >> > > >     > > > software.
> > > > >> >     >> > > >     > > >
> > > > >> >     >> > > >     > > > In the other hand, I'll be check new info
> > > from
> > > > >> > Darrell in
> > > > >> >     >> 1-2
> > > > >> >     >> > > > hours
> > > > >> >     >> > > >     > from
> > > > >> >     >> > > >     > > > now, but I think the problem with ZendAMF
> > > could
> > > > >> be
> > > > >> >     >> something
> > > > >> >     >> > > > like the
> > > > >> >     >> > > >     > one
> > > > >> >     >> > > >     > > > happened with coldfusion where
> > > ArrayCollection
> > > > >> > needs some
> > > > >> >     >> > > special
> > > > >> >     >> > > >     > > > treatment. I asked Darryl to start with
> > > simple
> > > > >> > connections
> > > > >> >     >> > like
> > > > >> >     >> > > > we have
> > > > >> >     >> > > >     > > in
> > > > >> >     >> > > >     > > > our example (send and receive a String,
> > then
> > > a
> > > > >> > simple
> > > > >> >     >> object,
> > > > >> >     >> > > > and so
> > > > >> >     >> > > >     > > > on...). I think is not good to start
> trying
> > > > from
> > > > >> a
> > > > >> > real
> > > > >> >     >> app
> > > > >> >     >> > > > scenario
> > > > >> >     >> > > >     > > where
> > > > >> >     >> > > >     > > > many other things could be working
> against
> > > you.
> > > > >> For
> > > > >> >     >> example,
> > > > >> >     >> > in
> > > > >> >     >> > > > our
> > > > >> >     >> > > >     > > > application, we have set up an additional
> > > > >> encoding
> > > > >> > to byte
> > > > >> >     >> > > array.
> > > > >> >     >> > > >     > > Something
> > > > >> >     >> > > >     > > > that even I was completely forget, and
> > when I
> > > > >> > started to
> > > > >> >     >> try
> > > > >> >     >> > > > AMF, I was
> > > > >> >     >> > > >     > > > always getting nothing until I reach to
> > that
> > > > >> point.
> > > > >> >     >> > > >     > > >
> > > > >> >     >> > > >     > > > So, as I said before, nothing should stop
> > us
> > > to
> > > > >> > release
> > > > >> >     >> now.
> > > > >> >     >> > If
> > > > >> >     >> > > > things
> > > > >> >     >> > > >     > go
> > > > >> >     >> > > >     > > > ok, Harbs will be next release manager,
> > and I
> > > > >> hope
> > > > >> > to be
> > > > >> >     >> the
> > > > >> >     >> > > > next one
> > > > >> >     >> > > >     > :)
> > > > >> >     >> > > >     > > >
> > > > >> >     >> > > >     > > > Thanks
> > > > >> >     >> > > >     > > >
> > > > >> >     >> > > >     > > >
> > > > >> >     >> > > >     > > >
> > > > >> >     >> > > >     > > > >
> > > > >> >     >> > > >     > > > > Thanks,
> > > > >> >     >> > > >     > > > > -Alex
> > > > >> >     >> > > >     > > > >
> > > > >> >     >> > > >     > > > --
> > > > >> >     >> > > >     > > > Carlos Rovira
> > > > >> >     >> > > >     > > >
> > > > >> >     >> > > >
> > > > >> >     >> > >
> > > > >> >     >> >
> > > > >> >     >>
> > > > >> >
> > > > >>
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
> > > > >> >     >> > > >     > > >
> > > > >> >     >> > > >     > >
> > > > >> >     >> > > >     >
> > > > >> >     >> > > >     >
> > > > >> >     >> > > >     > --
> > > > >> >     >> > > >     >
> > > > >> >     >> > > >     > Piotr Zarzycki
> > > > >> >     >> > > >     >
> > > > >> >     >> > > >     > Patreon: *
> > > > >> >     >> > > >
> > > > >> >     >> > >
> > > > >> >     >> >
> > > > >> >     >>
> > > > >> >
> > > > >>
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=VlfEFrmkwQC5UnUxxWv0VlNGx%2FBmgtWRZmGNplONbUE%3D&amp;reserved=0
> > > > >> >     >> > > >     > <
> > > > >> >     >> > > >
> > > > >> >     >> > >
> > > > >> >     >> >
> > > > >> >     >>
> > > > >> >
> > > > >>
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=VlfEFrmkwQC5UnUxxWv0VlNGx%2FBmgtWRZmGNplONbUE%3D&amp;reserved=0
> > > > >> >     >> > > > >*
> > > > >> >     >> > > >     >
> > > > >> >     >> > > >
> > > > >> >     >> > > >
> > > > >> >     >> > > >
> > > > >> >     >> > >
> > > > >> >     >> > > --
> > > > >> >     >> > > Carlos Rovira
> > > > >> >     >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
> > > > >> >     >> > >
> > > > >> >     >> >
> > > > >> >     >>
> > > > >> >     >>
> > > > >> >     >> --
> > > > >> >     >> Carlos Rovira
> > > > >> >     >>
> > > > >> >
> > > > >>
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
> > > > >> >     >>
> > > > >> >     >
> > > > >> >
> > > > >> >
> > > > >> >
> > > > >>
> > > > >> --
> > > > >>
> > > > >> Piotr Zarzycki
> > > > >>
> > > > >> Patreon: *https://www.patreon.com/piotrzarzycki
> > > > >> <https://www.patreon.com/piotrzarzycki>*
> > > > >>
> > > > >
> > > >
> > >
> >
> >
> > --
> >
> > <http://www.codeoscopic.com>
> >
> > Carlos Rovira
> >
> > Director General
> >
> > M: +34 607 22 60 05
> >
> > http://www.codeoscopic.com
> >
> >
> > Conócenos en 1 minuto! <https://avant2.es/#video>
> >
> >
> > AVISO LEGAL: La información contenida en este correo electrónico, y en su
> > caso en los documentos adjuntos, es información privilegiada para uso
> > exclusivo de la persona y/o personas a las que va dirigido. No está
> > permitido el acceso a este mensaje a cualquier otra persona distinta a
> los
> > indicados. Si Usted no es uno de los destinatarios, cualquier
> duplicación,
> > reproducción, distribución, así como cualquier uso de la información
> > contenida en él o cualquiera otra acción u omisión tomada en relación con
> > el mismo, está prohibida y puede ser ilegal. En dicho caso, por favor,
> > notifíquelo al remitente y proceda a la eliminación de este correo
> > electrónico, así como de sus adjuntos si los hubiere. En cumplimiento de
> la
> > legislación española vigente en materia de protección de datos de
> carácter
> > personal y del RGPD 679/2016 le informamos que sus datos están siendo
> > objeto de tratamiento por parte de CODEOSCOPIC S.A. con CIFA85677342, con
> > la finalidad del mantenimiento y gestión de relaciones comerciales y
> > administrativas. La base jurídica del tratamiento es el interés legítimo
> de
> > la empresa. No se prevén cesiones de sus datos, salvo que exista una
> > obligación legal. Para ejercitar sus derechos puede dirigirse a
> CODEOSCOPIC
> > S.A., domiciliada enPaseo de la Habana, 9-11, 28036 de Madrid (MADRID), o
> > bien por email adpd@codeoscopic.com, con el fin de ejercer sus derechos
> de
> > acceso, rectificación, supresión (derecho al olvido), limitación de
> > tratamiento, portabilidad de los datos, oposición, y a no ser objeto de
> > decisiones automatizadas, indicando como Asunto: “Derechos Ley Protección
> > de Datos”, y adjuntando fotocopia de su DNI. Delegado de protección de
> > datos:dpd@codeoscopic.com
> >
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>


-- 
Carlos Rovira
http://about.me/carlosrovira

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Piotr Zarzycki <pi...@gmail.com>.
Om,

I think if you got fail during the process you should right after that.
1) Remove created release tags
2) Revert all changes which Maven did in develop branches to the previous
state

Thanks,
Piotr

niedz., 30 wrz 2018 o 12:40 Carlos Rovira <ca...@codeoscopic.com>
napisał(a):

> Hi Om,
> don't have many time now, but seems you are using JDK 1.8 and that project
> needs to be 1.7 or will fail
> I'll connect some hours later to see if you could use that sdk
> good luck! :)
>
> El dom., 30 sept. 2018 a las 11:34, Piotr Zarzycki (<
> piotrzarzycki21@gmail.com>) escribió:
>
> > Hi Om,
> >
> > Have you tried build that example on their own? Is it failing with the
> same
> > stack trace?
> >
> > Thanks,
> > Piotr
> >
> > On Sun, Sep 30, 2018, 9:31 AM OmPrakash Muppirala <bi...@gmail.com>
> > wrote:
> >
> > > So, I made a lot of progress (much more than last time), but
> > unfortunately
> > > the build failed at this stage.  Looks like an issue with the
> > > SampleAmfWebApp.  Anyone else seeing this error or am I doing something
> > > wrong?
> > >
> > >      [exec] [INFO] [INFO] Apache Royale: Examples: Native: USStatesMap
> > > ....... SUCCESS [  1.001 s]
> > >
> > >      [exec] [INFO] [INFO] Apache Royale: Examples: NodeJS
> > > .................... SUCCESS [  0.210 s]
> > >
> > >      [exec] [INFO] [INFO] Apache Royale: Examples: NodeJS: HelloWorld
> > > ........ SUCCESS [  0.945 s]
> > >
> > >      [exec] [INFO] [INFO] Apache Royale: Examples: AMF Web Apps
> > > .............. SUCCESS [  0.202 s]
> > >
> > >      [exec] [INFO] [INFO] Apache Royale: Examples: AMF Web Apps:
> > > SampleAmfWebApp FAILURE [01:51 min]
> > >
> > >      [exec] [INFO] [INFO] Apache Royale: Examples: Integrationtests
> > > .......... SKIPPED
> > >
> > >      [exec] [INFO] [INFO] compc
> > > .............................................. SKIPPED
> > >
> > >      [exec] [INFO] [INFO] compiler-asc
> > > ....................................... SKIPPED
> > >
> > >      [exec] [INFO] [INFO] compiler-compc
> > > ..................................... SKIPPED
> > >
> > >      [exec] [INFO] [INFO] compiler-mxmlc
> > > ..................................... SKIPPED
> > >
> > >      [exec] [INFO] [INFO] compiler-optimizer
> > > ................................. SKIPPED
> > >
> > >      [exec] [INFO] [INFO] compiler-swfdump
> > > ................................... SKIPPED
> > >
> > >      [exec] [INFO] [INFO] mxmlc
> > > .............................................. SKIPPED
> > >
> > >      [exec] [INFO] [INFO] Apache Royale: Distribution
> > > ........................ SKIPPED
> > >
> > >      [exec] [INFO] [INFO] Apache Royale: ManualTests
> > > ......................... SKIPPED
> > >
> > >      [exec] [INFO] [INFO] Apache Royale: ManualTests: UnitTests
> > > .............. SKIPPED
> > >
> > >      [exec] [INFO] [INFO] Apache Royale: Testsuite 0.9.4
> > > ..................... SKIPPED
> > >
> > >      [exec] [INFO] [INFO]
> > >
> ------------------------------------------------------------------------
> > >
> > >      [exec] [INFO] [INFO] BUILD FAILURE
> > >
> > >      [exec] [INFO] [INFO]
> > >
> ------------------------------------------------------------------------
> > >
> > >      [exec] [INFO] [INFO] Total time: 14:11 min
> > >
> > >      [exec] [INFO] [INFO] Finished at: 2018-09-30T00:25:37-07:00
> > >
> > >      [exec] [INFO] [INFO]
> > >
> ------------------------------------------------------------------------
> > >
> > >      [exec] [INFO] [ERROR] Failed to execute goal
> > > org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:jar
> > (attach-javadocs)
> > > on project SampleAmfWebApp: MavenReportException: Error while
> generating
> > > Javadoc:
> > >
> > >      [exec] [INFO] [ERROR] Exit code: 1 -
> > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
> > > error: @param name not found
> > >
> > >      [exec] [INFO] [ERROR]  * @param code
> > >
> > >      [exec] [INFO] [ERROR]           ^
> > >
> > >      [exec] [INFO] [ERROR]
> > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
> > > warning: no description for @param
> > >
> > >      [exec] [INFO] [ERROR]  * @param code
> > >
> > >      [exec] [INFO] [ERROR]    ^
> > >
> > >      [exec] [INFO] [ERROR]
> > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:33:
> > > warning: no @param for compressionError
> > >
> > >      [exec] [INFO] [ERROR] public
> > > AMFCompressionException(AMFCompressionError compressionError) {
> > >
> > >      [exec] [INFO] [ERROR]        ^
> > >
> > >      [exec] [INFO] [ERROR]
> > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
> > > error: @param name not found
> > >
> > >      [exec] [INFO] [ERROR]  * @param code
> > >
> > >      [exec] [INFO] [ERROR]           ^
> > >
> > >      [exec] [INFO] [ERROR]
> > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
> > > warning: no description for @param
> > >
> > >      [exec] [INFO] [ERROR]  * @param code
> > >
> > >      [exec] [INFO] [ERROR]    ^
> > >
> > >      [exec] [INFO] [ERROR]
> > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:41:
> > > warning: no description for @param
> > >
> > >      [exec] [INFO] [ERROR]  * @param cause
> > >
> > >      [exec] [INFO] [ERROR]    ^
> > >
> > >      [exec] [INFO] [ERROR]
> > >
> > >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:43:
> > > warning: no @param for compressionError
> > >
> > >      [exec] [INFO] [ERROR] public
> > > AMFCompressionException(AMFCompressionError compressionError, Throwable
> > > cause) {
> > >
> > >      [exec] [INFO] [ERROR]        ^
> > >
> > >      [exec] [INFO] [ERROR]
> > >
> > >      [exec] [INFO] [ERROR] Command line was:
> > >
> > >
> >
> /Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/../bin/javadoc
> > > @options @packages
> > >
> > >      [exec] [INFO] [ERROR]
> > >
> > >      [exec] [INFO] [ERROR] Refer to the generated Javadoc files in
> > >
> > >
> >
> '/Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/target/apidocs'
> > > dir.
> > >
> > >      [exec] [INFO] [ERROR] -> [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] [ERROR]
> > >
> > >      [exec] [INFO] [ERROR] After correcting the problems, you can
> resume
> > > the build with the command
> > >
> > >      [exec] [INFO] [ERROR]   mvn <goals> -rf :SampleAmfWebApp
> > >
> > > On Sat, Sep 29, 2018 at 11:58 AM OmPrakash Muppirala <
> > bigosmallm@gmail.com
> > > >
> > > wrote:
> > >
> > > > Okay, trying now.
> > > >
> > > > On Tue, Sep 25, 2018 at 9:52 AM Piotr Zarzycki <
> > > piotrzarzycki21@gmail.com>
> > > > wrote:
> > > >
> > > >> Om,
> > > >>
> > > >> I think if you first try to build Royale framework with Maven all
> the
> > > >> dependencies will be downloaded. During framework build you should
> get
> > > >> question about license related to player global etc. Once you do
> > > >> successful
> > > >> build  you could try to go and play with script for release. - That
> > way
> > > to
> > > >> go make you sure that script won't fail later during the process.
> > > >>
> > > >> Thanks,
> > > >> Piotr
> > > >>
> > > >> pon., 24 wrz 2018 o 07:35 Alex Harui <ah...@adobe.com.invalid>
> > > >> napisał(a):
> > > >>
> > > >> > According to the archives, try running:
> > > >> >
> > > >> >     mvn -s settings-template.xml clean install
> > > >> >
> > > >> > Thanks,
> > > >> > -Alex
> > > >> >
> > > >> > On 9/23/18, 3:48 PM, "OmPrakash Muppirala" <bigosmallm@gmail.com
> >
> > > >> wrote:
> > > >> >
> > > >> >     On Sun, Sep 23, 2018 at 3:43 PM OmPrakash Muppirala <
> > > >> > bigosmallm@gmail.com>
> > > >> >     wrote:
> > > >> >
> > > >> >     > Thanks.  I decided to stick with 1.8 :-)
> > > >> >     >
> > > >> >     >
> > > >> >     BTW, this is when I run: mvn clean install in the royale-asjs
> > > >> > directory:
> > > >> >
> > > >> >
> > > >> >     > I am seeing this error:
> > > >> >     >
> > > >> >     > [ERROR] Failed to execute goal
> > > >> >     >
> > > >> >
> > >
> org.apache.royale.compiler:royale-maven-plugin:0.9.4-SNAPSHOT:compile-as
> > > >> >     > (default-compile-as) on project Core: Could not resolve
> > > >> dependencies
> > > >> > for
> > > >> >     > project org.apache.royale.framework:Core:swc:0.9.4-SNAPSHOT:
> > > >> Failure
> > > >> > to
> > > >> >     > find com.adobe.air.framework:airglobal:swc:20.0 in
> > > >> >     >
> > > >> >
> > > >>
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0
> > > >> > was cached in
> > > >> >     > the local repository, resolution will not be reattempted
> until
> > > the
> > > >> > update
> > > >> >     > interval of apache-release has elapsed or updates are forced
> > ->
> > > >> > [Help 1]
> > > >> >     >
> > > >> >     > I don't see a `com` directory on
> > > >> >     >
> > > >> >
> > > >>
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0
> > > >> >     >
> > > >> >     > Is that expected?
> > > >> >     >
> > > >> >     > Thanks,
> > > >> >     > Om
> > > >> >     >
> > > >> >     >
> > > >> >     > On Sun, Sep 23, 2018 at 2:15 AM Carlos Rovira <
> > > >> > carlosrovira@apache.org>
> > > >> >     > wrote:
> > > >> >     >
> > > >> >     >> Hi Om,
> > > >> >     >>
> > > >> >     >> I have Java 8 and 10 installed, and I think I was able to
> > > compile
> > > >> > three
> > > >> >     >> repos, but I find AMF java example doesn't work, since
> > BlazeDS
> > > >> > needs a
> > > >> >     >> Lower version I need to go with 8 for this example. Maybe
> > other
> > > >> > part needs
> > > >> >     >> as well 7 or 8.
> > > >> >     >> I think trying another SDK should be left to some time
> > between
> > > >> > releases,
> > > >> >     >> since if not you can find spending more time that you
> > thought.
> > > >> >     >>
> > > >> >     >> just my 2
> > > >> >     >>
> > > >> >     >> Thanks
> > > >> >     >>
> > > >> >     >> Carlos
> > > >> >     >>
> > > >> >     >> El dom., 23 sept. 2018 a las 8:14, OmPrakash Muppirala (<
> > > >> >     >> bigosmallm@gmail.com>) escribió:
> > > >> >     >>
> > > >> >     >> > Okay trying this out now.
> > > >> >     >> >
> > > >> >     >> > First question:  The release doc [1] says we need Java
> 1.7
> > or
> > > >> > higher.
> > > >> >     >> Has
> > > >> >     >> > anyone tried Java 10?   That is the default version
> > available
> > > >> > through
> > > >> >     >> all
> > > >> >     >> > installation channels.
> > > >> >     >> > Any pitfalls I should consider?
> > > >> >     >> >
> > > >> >     >> > Thanks,
> > > >> >     >> > Om
> > > >> >     >> >
> > > >> >     >> > On Fri, Sep 21, 2018 at 12:23 PM Carlos Rovira <
> > > >> > carlosrovira@apache.org
> > > >> >     >> >
> > > >> >     >> > wrote:
> > > >> >     >> >
> > > >> >     >> > > I think we are ready to go, so let's go! ;-)
> > > >> >     >> > >
> > > >> >     >> > > Good luck Om! :)
> > > >> >     >> > >
> > > >> >     >> > > El vie., 21 sept. 2018 a las 18:19, Alex Harui
> > > >> >     >> (<aharui@adobe.com.invalid
> > > >> >     >> > > >)
> > > >> >     >> > > escribió:
> > > >> >     >> > >
> > > >> >     >> > > > Yes, I think they are ready.  I removed the
> > release/0.9.4
> > > >> > branches
> > > >> >     >> so
> > > >> >     >> > the
> > > >> >     >> > > > scripts should be able to make a new one.
> > > >> >     >> > > >
> > > >> >     >> > > > -Alex
> > > >> >     >> > > >
> > > >> >     >> > > > On 9/21/18, 8:58 AM, "OmPrakash Muppirala" <
> > > >> > bigosmallm@gmail.com>
> > > >> >     >> > > wrote:
> > > >> >     >> > > >
> > > >> >     >> > > >     Alex said in his last email that the repos are
> > ready.
> > > >> > Will try
> > > >> >     >> in
> > > >> >     >> > a
> > > >> >     >> > > > few
> > > >> >     >> > > >     minutes.
> > > >> >     >> > > >
> > > >> >     >> > > >     Thanks,
> > > >> >     >> > > >     Om
> > > >> >     >> > > >
> > > >> >     >> > > >     On Fri, Sep 21, 2018, 7:24 AM Piotr Zarzycki <
> > > >> >     >> > > > piotrzarzycki21@gmail.com>
> > > >> >     >> > > >     wrote:
> > > >> >     >> > > >
> > > >> >     >> > > >     > Om,
> > > >> >     >> > > >     >
> > > >> >     >> > > >     > In my opinion you have everything ready to go!
> > > Since
> > > >> > develop
> > > >> >     >> is
> > > >> >     >> > > ready
> > > >> >     >> > > >     > probably you will start doing steps from the
> > > >> beginning,
> > > >> > so in
> > > >> >     >> the
> > > >> >     >> > > > results
> > > >> >     >> > > >     > we will get branches release/0.9.4. However
> they
> > > >> > already
> > > >> >     >> exists,
> > > >> >     >> > > > because
> > > >> >     >> > > >     > of
> > > >> >     >> > > >     > my previous attempt.
> > > >> >     >> > > >     >
> > > >> >     >> > > >     > Maybe before you even start they need to be
> > > removed.
> > > >> >     >> > > >     >
> > > >> >     >> > > >     > Thanks,
> > > >> >     >> > > >     > Piotr
> > > >> >     >> > > >     >
> > > >> >     >> > > >     >
> > > >> >     >> > > >     >
> > > >> >     >> > > >     > pt., 21 wrz 2018 o 16:16 OmPrakash Muppirala <
> > > >> >     >> > bigosmallm@gmail.com
> > > >> >     >> > > >
> > > >> >     >> > > >     > napisał(a):
> > > >> >     >> > > >     >
> > > >> >     >> > > >     > > So am I clear to try and release?  Or should
> I
> > > wait
> > > >> > for any
> > > >> >     >> > other
> > > >> >     >> > > > feature
> > > >> >     >> > > >     > > or bug?
> > > >> >     >> > > >     > >
> > > >> >     >> > > >     > > Thanks,
> > > >> >     >> > > >     > > Om
> > > >> >     >> > > >     > >
> > > >> >     >> > > >     > > On Fri, Sep 21, 2018, 6:20 AM Carlos Rovira <
> > > >> >     >> > > > carlosrovira@apache.org>
> > > >> >     >> > > >     > > wrote:
> > > >> >     >> > > >     > >
> > > >> >     >> > > >     > > > Hi Alex
> > > >> >     >> > > >     > > >
> > > >> >     >> > > >     > > > El vie., 21 sept. 2018 a las 3:06, Alex
> Harui
> > > >> >     >> > > >     > (<aharui@adobe.com.invalid
> > > >> >     >> > > >     > > >)
> > > >> >     >> > > >     > > > escribió:
> > > >> >     >> > > >     > > >
> > > >> >     >> > > >     > > > > I made some adjustments to the repos so
> > that
> > > >> they
> > > >> >     >> "should"
> > > >> >     >> > be
> > > >> >     >> > > > ready
> > > >> >     >> > > >     > to
> > > >> >     >> > > >     > > > run
> > > >> >     >> > > >     > > > > the scripts and produce the 0.9.4
> release.
> > > Of
> > > >> > course, I
> > > >> >     >> > > could
> > > >> >     >> > > > be
> > > >> >     >> > > >     > > wrong.
> > > >> >     >> > > >     > > > > We'll see how Om fares.
> > > >> >     >> > > >     > > > >
> > > >> >     >> > > >     > > > >
> > > >> >     >> > > >     > > > so cool :)
> > > >> >     >> > > >     > > >
> > > >> >     >> > > >     > > >
> > > >> >     >> > > >     > > > > I also put in a change that should fix
> the
> > > >> > dependencies
> > > >> >     >> > > > issue.  So
> > > >> >     >> > > >     > the
> > > >> >     >> > > >     > > > > remaining questions are around the AMF
> > > problem.
> > > >> > I'm
> > > >> >     >> > thinking
> > > >> >     >> > > > of
> > > >> >     >> > > >     > > looking
> > > >> >     >> > > >     > > > > into what it takes to support Small
> > Messages.
> > > >> > However,
> > > >> >     >> I
> > > >> >     >> > > > don't know
> > > >> >     >> > > >     > > > > anything about them.  How often will
> > > migrating
> > > >> > people be
> > > >> >     >> > > using
> > > >> >     >> > > > Small
> > > >> >     >> > > >     > > > > Messages?  Is it fair to tell them to
> turn
> > > off
> > > >> > Small
> > > >> >     >> > > Messages?
> > > >> >     >> > > >     > > > >
> > > >> >     >> > > >     > > >
> > > >> >     >> > > >     > > > I think for now, that small messages is a
> > > BlazeDS
> > > >> >     >> feature. I
> > > >> >     >> > > > search for
> > > >> >     >> > > >     > > > ZendAMF small messages and didn't fin d
> > > anything.
> > > >> > So my
> > > >> >     >> bet
> > > >> >     >> > is
> > > >> >     >> > > > that
> > > >> >     >> > > >     > small
> > > >> >     >> > > >     > > > messages is something only present in
> BlazeDS
> > > and
> > > >> > Data
> > > >> >     >> > Services
> > > >> >     >> > > > Adobe
> > > >> >     >> > > >     > > > software.
> > > >> >     >> > > >     > > >
> > > >> >     >> > > >     > > > In the other hand, I'll be check new info
> > from
> > > >> > Darrell in
> > > >> >     >> 1-2
> > > >> >     >> > > > hours
> > > >> >     >> > > >     > from
> > > >> >     >> > > >     > > > now, but I think the problem with ZendAMF
> > could
> > > >> be
> > > >> >     >> something
> > > >> >     >> > > > like the
> > > >> >     >> > > >     > one
> > > >> >     >> > > >     > > > happened with coldfusion where
> > ArrayCollection
> > > >> > needs some
> > > >> >     >> > > special
> > > >> >     >> > > >     > > > treatment. I asked Darryl to start with
> > simple
> > > >> > connections
> > > >> >     >> > like
> > > >> >     >> > > > we have
> > > >> >     >> > > >     > > in
> > > >> >     >> > > >     > > > our example (send and receive a String,
> then
> > a
> > > >> > simple
> > > >> >     >> object,
> > > >> >     >> > > > and so
> > > >> >     >> > > >     > > > on...). I think is not good to start trying
> > > from
> > > >> a
> > > >> > real
> > > >> >     >> app
> > > >> >     >> > > > scenario
> > > >> >     >> > > >     > > where
> > > >> >     >> > > >     > > > many other things could be working against
> > you.
> > > >> For
> > > >> >     >> example,
> > > >> >     >> > in
> > > >> >     >> > > > our
> > > >> >     >> > > >     > > > application, we have set up an additional
> > > >> encoding
> > > >> > to byte
> > > >> >     >> > > array.
> > > >> >     >> > > >     > > Something
> > > >> >     >> > > >     > > > that even I was completely forget, and
> when I
> > > >> > started to
> > > >> >     >> try
> > > >> >     >> > > > AMF, I was
> > > >> >     >> > > >     > > > always getting nothing until I reach to
> that
> > > >> point.
> > > >> >     >> > > >     > > >
> > > >> >     >> > > >     > > > So, as I said before, nothing should stop
> us
> > to
> > > >> > release
> > > >> >     >> now.
> > > >> >     >> > If
> > > >> >     >> > > > things
> > > >> >     >> > > >     > go
> > > >> >     >> > > >     > > > ok, Harbs will be next release manager,
> and I
> > > >> hope
> > > >> > to be
> > > >> >     >> the
> > > >> >     >> > > > next one
> > > >> >     >> > > >     > :)
> > > >> >     >> > > >     > > >
> > > >> >     >> > > >     > > > Thanks
> > > >> >     >> > > >     > > >
> > > >> >     >> > > >     > > >
> > > >> >     >> > > >     > > >
> > > >> >     >> > > >     > > > >
> > > >> >     >> > > >     > > > > Thanks,
> > > >> >     >> > > >     > > > > -Alex
> > > >> >     >> > > >     > > > >
> > > >> >     >> > > >     > > > --
> > > >> >     >> > > >     > > > Carlos Rovira
> > > >> >     >> > > >     > > >
> > > >> >     >> > > >
> > > >> >     >> > >
> > > >> >     >> >
> > > >> >     >>
> > > >> >
> > > >>
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
> > > >> >     >> > > >     > > >
> > > >> >     >> > > >     > >
> > > >> >     >> > > >     >
> > > >> >     >> > > >     >
> > > >> >     >> > > >     > --
> > > >> >     >> > > >     >
> > > >> >     >> > > >     > Piotr Zarzycki
> > > >> >     >> > > >     >
> > > >> >     >> > > >     > Patreon: *
> > > >> >     >> > > >
> > > >> >     >> > >
> > > >> >     >> >
> > > >> >     >>
> > > >> >
> > > >>
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=VlfEFrmkwQC5UnUxxWv0VlNGx%2FBmgtWRZmGNplONbUE%3D&amp;reserved=0
> > > >> >     >> > > >     > <
> > > >> >     >> > > >
> > > >> >     >> > >
> > > >> >     >> >
> > > >> >     >>
> > > >> >
> > > >>
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=VlfEFrmkwQC5UnUxxWv0VlNGx%2FBmgtWRZmGNplONbUE%3D&amp;reserved=0
> > > >> >     >> > > > >*
> > > >> >     >> > > >     >
> > > >> >     >> > > >
> > > >> >     >> > > >
> > > >> >     >> > > >
> > > >> >     >> > >
> > > >> >     >> > > --
> > > >> >     >> > > Carlos Rovira
> > > >> >     >> > >
> > > >> >
> > > >>
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
> > > >> >     >> > >
> > > >> >     >> >
> > > >> >     >>
> > > >> >     >>
> > > >> >     >> --
> > > >> >     >> Carlos Rovira
> > > >> >     >>
> > > >> >
> > > >>
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
> > > >> >     >>
> > > >> >     >
> > > >> >
> > > >> >
> > > >> >
> > > >>
> > > >> --
> > > >>
> > > >> Piotr Zarzycki
> > > >>
> > > >> Patreon: *https://www.patreon.com/piotrzarzycki
> > > >> <https://www.patreon.com/piotrzarzycki>*
> > > >>
> > > >
> > >
> >
>
>
> --
>
> <http://www.codeoscopic.com>
>
> Carlos Rovira
>
> Director General
>
> M: +34 607 22 60 05
>
> http://www.codeoscopic.com
>
>
> Conócenos en 1 minuto! <https://avant2.es/#video>
>
>
> AVISO LEGAL: La información contenida en este correo electrónico, y en su
> caso en los documentos adjuntos, es información privilegiada para uso
> exclusivo de la persona y/o personas a las que va dirigido. No está
> permitido el acceso a este mensaje a cualquier otra persona distinta a los
> indicados. Si Usted no es uno de los destinatarios, cualquier duplicación,
> reproducción, distribución, así como cualquier uso de la información
> contenida en él o cualquiera otra acción u omisión tomada en relación con
> el mismo, está prohibida y puede ser ilegal. En dicho caso, por favor,
> notifíquelo al remitente y proceda a la eliminación de este correo
> electrónico, así como de sus adjuntos si los hubiere. En cumplimiento de la
> legislación española vigente en materia de protección de datos de carácter
> personal y del RGPD 679/2016 le informamos que sus datos están siendo
> objeto de tratamiento por parte de CODEOSCOPIC S.A. con CIFA85677342, con
> la finalidad del mantenimiento y gestión de relaciones comerciales y
> administrativas. La base jurídica del tratamiento es el interés legítimo de
> la empresa. No se prevén cesiones de sus datos, salvo que exista una
> obligación legal. Para ejercitar sus derechos puede dirigirse a CODEOSCOPIC
> S.A., domiciliada enPaseo de la Habana, 9-11, 28036 de Madrid (MADRID), o
> bien por email adpd@codeoscopic.com, con el fin de ejercer sus derechos de
> acceso, rectificación, supresión (derecho al olvido), limitación de
> tratamiento, portabilidad de los datos, oposición, y a no ser objeto de
> decisiones automatizadas, indicando como Asunto: “Derechos Ley Protección
> de Datos”, y adjuntando fotocopia de su DNI. Delegado de protección de
> datos:dpd@codeoscopic.com
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Carlos Rovira <ca...@codeoscopic.com>.
Hi Om,
don't have many time now, but seems you are using JDK 1.8 and that project
needs to be 1.7 or will fail
I'll connect some hours later to see if you could use that sdk
good luck! :)

El dom., 30 sept. 2018 a las 11:34, Piotr Zarzycki (<
piotrzarzycki21@gmail.com>) escribió:

> Hi Om,
>
> Have you tried build that example on their own? Is it failing with the same
> stack trace?
>
> Thanks,
> Piotr
>
> On Sun, Sep 30, 2018, 9:31 AM OmPrakash Muppirala <bi...@gmail.com>
> wrote:
>
> > So, I made a lot of progress (much more than last time), but
> unfortunately
> > the build failed at this stage.  Looks like an issue with the
> > SampleAmfWebApp.  Anyone else seeing this error or am I doing something
> > wrong?
> >
> >      [exec] [INFO] [INFO] Apache Royale: Examples: Native: USStatesMap
> > ....... SUCCESS [  1.001 s]
> >
> >      [exec] [INFO] [INFO] Apache Royale: Examples: NodeJS
> > .................... SUCCESS [  0.210 s]
> >
> >      [exec] [INFO] [INFO] Apache Royale: Examples: NodeJS: HelloWorld
> > ........ SUCCESS [  0.945 s]
> >
> >      [exec] [INFO] [INFO] Apache Royale: Examples: AMF Web Apps
> > .............. SUCCESS [  0.202 s]
> >
> >      [exec] [INFO] [INFO] Apache Royale: Examples: AMF Web Apps:
> > SampleAmfWebApp FAILURE [01:51 min]
> >
> >      [exec] [INFO] [INFO] Apache Royale: Examples: Integrationtests
> > .......... SKIPPED
> >
> >      [exec] [INFO] [INFO] compc
> > .............................................. SKIPPED
> >
> >      [exec] [INFO] [INFO] compiler-asc
> > ....................................... SKIPPED
> >
> >      [exec] [INFO] [INFO] compiler-compc
> > ..................................... SKIPPED
> >
> >      [exec] [INFO] [INFO] compiler-mxmlc
> > ..................................... SKIPPED
> >
> >      [exec] [INFO] [INFO] compiler-optimizer
> > ................................. SKIPPED
> >
> >      [exec] [INFO] [INFO] compiler-swfdump
> > ................................... SKIPPED
> >
> >      [exec] [INFO] [INFO] mxmlc
> > .............................................. SKIPPED
> >
> >      [exec] [INFO] [INFO] Apache Royale: Distribution
> > ........................ SKIPPED
> >
> >      [exec] [INFO] [INFO] Apache Royale: ManualTests
> > ......................... SKIPPED
> >
> >      [exec] [INFO] [INFO] Apache Royale: ManualTests: UnitTests
> > .............. SKIPPED
> >
> >      [exec] [INFO] [INFO] Apache Royale: Testsuite 0.9.4
> > ..................... SKIPPED
> >
> >      [exec] [INFO] [INFO]
> > ------------------------------------------------------------------------
> >
> >      [exec] [INFO] [INFO] BUILD FAILURE
> >
> >      [exec] [INFO] [INFO]
> > ------------------------------------------------------------------------
> >
> >      [exec] [INFO] [INFO] Total time: 14:11 min
> >
> >      [exec] [INFO] [INFO] Finished at: 2018-09-30T00:25:37-07:00
> >
> >      [exec] [INFO] [INFO]
> > ------------------------------------------------------------------------
> >
> >      [exec] [INFO] [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:jar
> (attach-javadocs)
> > on project SampleAmfWebApp: MavenReportException: Error while generating
> > Javadoc:
> >
> >      [exec] [INFO] [ERROR] Exit code: 1 -
> >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
> > error: @param name not found
> >
> >      [exec] [INFO] [ERROR]  * @param code
> >
> >      [exec] [INFO] [ERROR]           ^
> >
> >      [exec] [INFO] [ERROR]
> >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
> > warning: no description for @param
> >
> >      [exec] [INFO] [ERROR]  * @param code
> >
> >      [exec] [INFO] [ERROR]    ^
> >
> >      [exec] [INFO] [ERROR]
> >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:33:
> > warning: no @param for compressionError
> >
> >      [exec] [INFO] [ERROR] public
> > AMFCompressionException(AMFCompressionError compressionError) {
> >
> >      [exec] [INFO] [ERROR]        ^
> >
> >      [exec] [INFO] [ERROR]
> >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
> > error: @param name not found
> >
> >      [exec] [INFO] [ERROR]  * @param code
> >
> >      [exec] [INFO] [ERROR]           ^
> >
> >      [exec] [INFO] [ERROR]
> >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
> > warning: no description for @param
> >
> >      [exec] [INFO] [ERROR]  * @param code
> >
> >      [exec] [INFO] [ERROR]    ^
> >
> >      [exec] [INFO] [ERROR]
> >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:41:
> > warning: no description for @param
> >
> >      [exec] [INFO] [ERROR]  * @param cause
> >
> >      [exec] [INFO] [ERROR]    ^
> >
> >      [exec] [INFO] [ERROR]
> >
> >
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:43:
> > warning: no @param for compressionError
> >
> >      [exec] [INFO] [ERROR] public
> > AMFCompressionException(AMFCompressionError compressionError, Throwable
> > cause) {
> >
> >      [exec] [INFO] [ERROR]        ^
> >
> >      [exec] [INFO] [ERROR]
> >
> >      [exec] [INFO] [ERROR] Command line was:
> >
> >
> /Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/../bin/javadoc
> > @options @packages
> >
> >      [exec] [INFO] [ERROR]
> >
> >      [exec] [INFO] [ERROR] Refer to the generated Javadoc files in
> >
> >
> '/Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/target/apidocs'
> > dir.
> >
> >      [exec] [INFO] [ERROR] -> [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] [ERROR]
> >
> >      [exec] [INFO] [ERROR] After correcting the problems, you can resume
> > the build with the command
> >
> >      [exec] [INFO] [ERROR]   mvn <goals> -rf :SampleAmfWebApp
> >
> > On Sat, Sep 29, 2018 at 11:58 AM OmPrakash Muppirala <
> bigosmallm@gmail.com
> > >
> > wrote:
> >
> > > Okay, trying now.
> > >
> > > On Tue, Sep 25, 2018 at 9:52 AM Piotr Zarzycki <
> > piotrzarzycki21@gmail.com>
> > > wrote:
> > >
> > >> Om,
> > >>
> > >> I think if you first try to build Royale framework with Maven all the
> > >> dependencies will be downloaded. During framework build you should get
> > >> question about license related to player global etc. Once you do
> > >> successful
> > >> build  you could try to go and play with script for release. - That
> way
> > to
> > >> go make you sure that script won't fail later during the process.
> > >>
> > >> Thanks,
> > >> Piotr
> > >>
> > >> pon., 24 wrz 2018 o 07:35 Alex Harui <ah...@adobe.com.invalid>
> > >> napisał(a):
> > >>
> > >> > According to the archives, try running:
> > >> >
> > >> >     mvn -s settings-template.xml clean install
> > >> >
> > >> > Thanks,
> > >> > -Alex
> > >> >
> > >> > On 9/23/18, 3:48 PM, "OmPrakash Muppirala" <bi...@gmail.com>
> > >> wrote:
> > >> >
> > >> >     On Sun, Sep 23, 2018 at 3:43 PM OmPrakash Muppirala <
> > >> > bigosmallm@gmail.com>
> > >> >     wrote:
> > >> >
> > >> >     > Thanks.  I decided to stick with 1.8 :-)
> > >> >     >
> > >> >     >
> > >> >     BTW, this is when I run: mvn clean install in the royale-asjs
> > >> > directory:
> > >> >
> > >> >
> > >> >     > I am seeing this error:
> > >> >     >
> > >> >     > [ERROR] Failed to execute goal
> > >> >     >
> > >> >
> > org.apache.royale.compiler:royale-maven-plugin:0.9.4-SNAPSHOT:compile-as
> > >> >     > (default-compile-as) on project Core: Could not resolve
> > >> dependencies
> > >> > for
> > >> >     > project org.apache.royale.framework:Core:swc:0.9.4-SNAPSHOT:
> > >> Failure
> > >> > to
> > >> >     > find com.adobe.air.framework:airglobal:swc:20.0 in
> > >> >     >
> > >> >
> > >>
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0
> > >> > was cached in
> > >> >     > the local repository, resolution will not be reattempted until
> > the
> > >> > update
> > >> >     > interval of apache-release has elapsed or updates are forced
> ->
> > >> > [Help 1]
> > >> >     >
> > >> >     > I don't see a `com` directory on
> > >> >     >
> > >> >
> > >>
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0
> > >> >     >
> > >> >     > Is that expected?
> > >> >     >
> > >> >     > Thanks,
> > >> >     > Om
> > >> >     >
> > >> >     >
> > >> >     > On Sun, Sep 23, 2018 at 2:15 AM Carlos Rovira <
> > >> > carlosrovira@apache.org>
> > >> >     > wrote:
> > >> >     >
> > >> >     >> Hi Om,
> > >> >     >>
> > >> >     >> I have Java 8 and 10 installed, and I think I was able to
> > compile
> > >> > three
> > >> >     >> repos, but I find AMF java example doesn't work, since
> BlazeDS
> > >> > needs a
> > >> >     >> Lower version I need to go with 8 for this example. Maybe
> other
> > >> > part needs
> > >> >     >> as well 7 or 8.
> > >> >     >> I think trying another SDK should be left to some time
> between
> > >> > releases,
> > >> >     >> since if not you can find spending more time that you
> thought.
> > >> >     >>
> > >> >     >> just my 2
> > >> >     >>
> > >> >     >> Thanks
> > >> >     >>
> > >> >     >> Carlos
> > >> >     >>
> > >> >     >> El dom., 23 sept. 2018 a las 8:14, OmPrakash Muppirala (<
> > >> >     >> bigosmallm@gmail.com>) escribió:
> > >> >     >>
> > >> >     >> > Okay trying this out now.
> > >> >     >> >
> > >> >     >> > First question:  The release doc [1] says we need Java 1.7
> or
> > >> > higher.
> > >> >     >> Has
> > >> >     >> > anyone tried Java 10?   That is the default version
> available
> > >> > through
> > >> >     >> all
> > >> >     >> > installation channels.
> > >> >     >> > Any pitfalls I should consider?
> > >> >     >> >
> > >> >     >> > Thanks,
> > >> >     >> > Om
> > >> >     >> >
> > >> >     >> > On Fri, Sep 21, 2018 at 12:23 PM Carlos Rovira <
> > >> > carlosrovira@apache.org
> > >> >     >> >
> > >> >     >> > wrote:
> > >> >     >> >
> > >> >     >> > > I think we are ready to go, so let's go! ;-)
> > >> >     >> > >
> > >> >     >> > > Good luck Om! :)
> > >> >     >> > >
> > >> >     >> > > El vie., 21 sept. 2018 a las 18:19, Alex Harui
> > >> >     >> (<aharui@adobe.com.invalid
> > >> >     >> > > >)
> > >> >     >> > > escribió:
> > >> >     >> > >
> > >> >     >> > > > Yes, I think they are ready.  I removed the
> release/0.9.4
> > >> > branches
> > >> >     >> so
> > >> >     >> > the
> > >> >     >> > > > scripts should be able to make a new one.
> > >> >     >> > > >
> > >> >     >> > > > -Alex
> > >> >     >> > > >
> > >> >     >> > > > On 9/21/18, 8:58 AM, "OmPrakash Muppirala" <
> > >> > bigosmallm@gmail.com>
> > >> >     >> > > wrote:
> > >> >     >> > > >
> > >> >     >> > > >     Alex said in his last email that the repos are
> ready.
> > >> > Will try
> > >> >     >> in
> > >> >     >> > a
> > >> >     >> > > > few
> > >> >     >> > > >     minutes.
> > >> >     >> > > >
> > >> >     >> > > >     Thanks,
> > >> >     >> > > >     Om
> > >> >     >> > > >
> > >> >     >> > > >     On Fri, Sep 21, 2018, 7:24 AM Piotr Zarzycki <
> > >> >     >> > > > piotrzarzycki21@gmail.com>
> > >> >     >> > > >     wrote:
> > >> >     >> > > >
> > >> >     >> > > >     > Om,
> > >> >     >> > > >     >
> > >> >     >> > > >     > In my opinion you have everything ready to go!
> > Since
> > >> > develop
> > >> >     >> is
> > >> >     >> > > ready
> > >> >     >> > > >     > probably you will start doing steps from the
> > >> beginning,
> > >> > so in
> > >> >     >> the
> > >> >     >> > > > results
> > >> >     >> > > >     > we will get branches release/0.9.4. However they
> > >> > already
> > >> >     >> exists,
> > >> >     >> > > > because
> > >> >     >> > > >     > of
> > >> >     >> > > >     > my previous attempt.
> > >> >     >> > > >     >
> > >> >     >> > > >     > Maybe before you even start they need to be
> > removed.
> > >> >     >> > > >     >
> > >> >     >> > > >     > Thanks,
> > >> >     >> > > >     > Piotr
> > >> >     >> > > >     >
> > >> >     >> > > >     >
> > >> >     >> > > >     >
> > >> >     >> > > >     > pt., 21 wrz 2018 o 16:16 OmPrakash Muppirala <
> > >> >     >> > bigosmallm@gmail.com
> > >> >     >> > > >
> > >> >     >> > > >     > napisał(a):
> > >> >     >> > > >     >
> > >> >     >> > > >     > > So am I clear to try and release?  Or should I
> > wait
> > >> > for any
> > >> >     >> > other
> > >> >     >> > > > feature
> > >> >     >> > > >     > > or bug?
> > >> >     >> > > >     > >
> > >> >     >> > > >     > > Thanks,
> > >> >     >> > > >     > > Om
> > >> >     >> > > >     > >
> > >> >     >> > > >     > > On Fri, Sep 21, 2018, 6:20 AM Carlos Rovira <
> > >> >     >> > > > carlosrovira@apache.org>
> > >> >     >> > > >     > > wrote:
> > >> >     >> > > >     > >
> > >> >     >> > > >     > > > Hi Alex
> > >> >     >> > > >     > > >
> > >> >     >> > > >     > > > El vie., 21 sept. 2018 a las 3:06, Alex Harui
> > >> >     >> > > >     > (<aharui@adobe.com.invalid
> > >> >     >> > > >     > > >)
> > >> >     >> > > >     > > > escribió:
> > >> >     >> > > >     > > >
> > >> >     >> > > >     > > > > I made some adjustments to the repos so
> that
> > >> they
> > >> >     >> "should"
> > >> >     >> > be
> > >> >     >> > > > ready
> > >> >     >> > > >     > to
> > >> >     >> > > >     > > > run
> > >> >     >> > > >     > > > > the scripts and produce the 0.9.4 release.
> > Of
> > >> > course, I
> > >> >     >> > > could
> > >> >     >> > > > be
> > >> >     >> > > >     > > wrong.
> > >> >     >> > > >     > > > > We'll see how Om fares.
> > >> >     >> > > >     > > > >
> > >> >     >> > > >     > > > >
> > >> >     >> > > >     > > > so cool :)
> > >> >     >> > > >     > > >
> > >> >     >> > > >     > > >
> > >> >     >> > > >     > > > > I also put in a change that should fix the
> > >> > dependencies
> > >> >     >> > > > issue.  So
> > >> >     >> > > >     > the
> > >> >     >> > > >     > > > > remaining questions are around the AMF
> > problem.
> > >> > I'm
> > >> >     >> > thinking
> > >> >     >> > > > of
> > >> >     >> > > >     > > looking
> > >> >     >> > > >     > > > > into what it takes to support Small
> Messages.
> > >> > However,
> > >> >     >> I
> > >> >     >> > > > don't know
> > >> >     >> > > >     > > > > anything about them.  How often will
> > migrating
> > >> > people be
> > >> >     >> > > using
> > >> >     >> > > > Small
> > >> >     >> > > >     > > > > Messages?  Is it fair to tell them to turn
> > off
> > >> > Small
> > >> >     >> > > Messages?
> > >> >     >> > > >     > > > >
> > >> >     >> > > >     > > >
> > >> >     >> > > >     > > > I think for now, that small messages is a
> > BlazeDS
> > >> >     >> feature. I
> > >> >     >> > > > search for
> > >> >     >> > > >     > > > ZendAMF small messages and didn't fin d
> > anything.
> > >> > So my
> > >> >     >> bet
> > >> >     >> > is
> > >> >     >> > > > that
> > >> >     >> > > >     > small
> > >> >     >> > > >     > > > messages is something only present in BlazeDS
> > and
> > >> > Data
> > >> >     >> > Services
> > >> >     >> > > > Adobe
> > >> >     >> > > >     > > > software.
> > >> >     >> > > >     > > >
> > >> >     >> > > >     > > > In the other hand, I'll be check new info
> from
> > >> > Darrell in
> > >> >     >> 1-2
> > >> >     >> > > > hours
> > >> >     >> > > >     > from
> > >> >     >> > > >     > > > now, but I think the problem with ZendAMF
> could
> > >> be
> > >> >     >> something
> > >> >     >> > > > like the
> > >> >     >> > > >     > one
> > >> >     >> > > >     > > > happened with coldfusion where
> ArrayCollection
> > >> > needs some
> > >> >     >> > > special
> > >> >     >> > > >     > > > treatment. I asked Darryl to start with
> simple
> > >> > connections
> > >> >     >> > like
> > >> >     >> > > > we have
> > >> >     >> > > >     > > in
> > >> >     >> > > >     > > > our example (send and receive a String, then
> a
> > >> > simple
> > >> >     >> object,
> > >> >     >> > > > and so
> > >> >     >> > > >     > > > on...). I think is not good to start trying
> > from
> > >> a
> > >> > real
> > >> >     >> app
> > >> >     >> > > > scenario
> > >> >     >> > > >     > > where
> > >> >     >> > > >     > > > many other things could be working against
> you.
> > >> For
> > >> >     >> example,
> > >> >     >> > in
> > >> >     >> > > > our
> > >> >     >> > > >     > > > application, we have set up an additional
> > >> encoding
> > >> > to byte
> > >> >     >> > > array.
> > >> >     >> > > >     > > Something
> > >> >     >> > > >     > > > that even I was completely forget, and when I
> > >> > started to
> > >> >     >> try
> > >> >     >> > > > AMF, I was
> > >> >     >> > > >     > > > always getting nothing until I reach to that
> > >> point.
> > >> >     >> > > >     > > >
> > >> >     >> > > >     > > > So, as I said before, nothing should stop us
> to
> > >> > release
> > >> >     >> now.
> > >> >     >> > If
> > >> >     >> > > > things
> > >> >     >> > > >     > go
> > >> >     >> > > >     > > > ok, Harbs will be next release manager, and I
> > >> hope
> > >> > to be
> > >> >     >> the
> > >> >     >> > > > next one
> > >> >     >> > > >     > :)
> > >> >     >> > > >     > > >
> > >> >     >> > > >     > > > Thanks
> > >> >     >> > > >     > > >
> > >> >     >> > > >     > > >
> > >> >     >> > > >     > > >
> > >> >     >> > > >     > > > >
> > >> >     >> > > >     > > > > Thanks,
> > >> >     >> > > >     > > > > -Alex
> > >> >     >> > > >     > > > >
> > >> >     >> > > >     > > > --
> > >> >     >> > > >     > > > Carlos Rovira
> > >> >     >> > > >     > > >
> > >> >     >> > > >
> > >> >     >> > >
> > >> >     >> >
> > >> >     >>
> > >> >
> > >>
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
> > >> >     >> > > >     > > >
> > >> >     >> > > >     > >
> > >> >     >> > > >     >
> > >> >     >> > > >     >
> > >> >     >> > > >     > --
> > >> >     >> > > >     >
> > >> >     >> > > >     > Piotr Zarzycki
> > >> >     >> > > >     >
> > >> >     >> > > >     > Patreon: *
> > >> >     >> > > >
> > >> >     >> > >
> > >> >     >> >
> > >> >     >>
> > >> >
> > >>
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=VlfEFrmkwQC5UnUxxWv0VlNGx%2FBmgtWRZmGNplONbUE%3D&amp;reserved=0
> > >> >     >> > > >     > <
> > >> >     >> > > >
> > >> >     >> > >
> > >> >     >> >
> > >> >     >>
> > >> >
> > >>
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=VlfEFrmkwQC5UnUxxWv0VlNGx%2FBmgtWRZmGNplONbUE%3D&amp;reserved=0
> > >> >     >> > > > >*
> > >> >     >> > > >     >
> > >> >     >> > > >
> > >> >     >> > > >
> > >> >     >> > > >
> > >> >     >> > >
> > >> >     >> > > --
> > >> >     >> > > Carlos Rovira
> > >> >     >> > >
> > >> >
> > >>
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
> > >> >     >> > >
> > >> >     >> >
> > >> >     >>
> > >> >     >>
> > >> >     >> --
> > >> >     >> Carlos Rovira
> > >> >     >>
> > >> >
> > >>
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
> > >> >     >>
> > >> >     >
> > >> >
> > >> >
> > >> >
> > >>
> > >> --
> > >>
> > >> Piotr Zarzycki
> > >>
> > >> Patreon: *https://www.patreon.com/piotrzarzycki
> > >> <https://www.patreon.com/piotrzarzycki>*
> > >>
> > >
> >
>


-- 

<http://www.codeoscopic.com>

Carlos Rovira

Director General

M: +34 607 22 60 05

http://www.codeoscopic.com


Conócenos en 1 minuto! <https://avant2.es/#video>


AVISO LEGAL: La información contenida en este correo electrónico, y en su
caso en los documentos adjuntos, es información privilegiada para uso
exclusivo de la persona y/o personas a las que va dirigido. No está
permitido el acceso a este mensaje a cualquier otra persona distinta a los
indicados. Si Usted no es uno de los destinatarios, cualquier duplicación,
reproducción, distribución, así como cualquier uso de la información
contenida en él o cualquiera otra acción u omisión tomada en relación con
el mismo, está prohibida y puede ser ilegal. En dicho caso, por favor,
notifíquelo al remitente y proceda a la eliminación de este correo
electrónico, así como de sus adjuntos si los hubiere. En cumplimiento de la
legislación española vigente en materia de protección de datos de carácter
personal y del RGPD 679/2016 le informamos que sus datos están siendo
objeto de tratamiento por parte de CODEOSCOPIC S.A. con CIFA85677342, con
la finalidad del mantenimiento y gestión de relaciones comerciales y
administrativas. La base jurídica del tratamiento es el interés legítimo de
la empresa. No se prevén cesiones de sus datos, salvo que exista una
obligación legal. Para ejercitar sus derechos puede dirigirse a CODEOSCOPIC
S.A., domiciliada enPaseo de la Habana, 9-11, 28036 de Madrid (MADRID), o
bien por email adpd@codeoscopic.com, con el fin de ejercer sus derechos de
acceso, rectificación, supresión (derecho al olvido), limitación de
tratamiento, portabilidad de los datos, oposición, y a no ser objeto de
decisiones automatizadas, indicando como Asunto: “Derechos Ley Protección
de Datos”, y adjuntando fotocopia de su DNI. Delegado de protección de
datos:dpd@codeoscopic.com

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Piotr Zarzycki <pi...@gmail.com>.
Hi Om,

Have you tried build that example on their own? Is it failing with the same
stack trace?

Thanks,
Piotr

On Sun, Sep 30, 2018, 9:31 AM OmPrakash Muppirala <bi...@gmail.com>
wrote:

> So, I made a lot of progress (much more than last time), but unfortunately
> the build failed at this stage.  Looks like an issue with the
> SampleAmfWebApp.  Anyone else seeing this error or am I doing something
> wrong?
>
>      [exec] [INFO] [INFO] Apache Royale: Examples: Native: USStatesMap
> ....... SUCCESS [  1.001 s]
>
>      [exec] [INFO] [INFO] Apache Royale: Examples: NodeJS
> .................... SUCCESS [  0.210 s]
>
>      [exec] [INFO] [INFO] Apache Royale: Examples: NodeJS: HelloWorld
> ........ SUCCESS [  0.945 s]
>
>      [exec] [INFO] [INFO] Apache Royale: Examples: AMF Web Apps
> .............. SUCCESS [  0.202 s]
>
>      [exec] [INFO] [INFO] Apache Royale: Examples: AMF Web Apps:
> SampleAmfWebApp FAILURE [01:51 min]
>
>      [exec] [INFO] [INFO] Apache Royale: Examples: Integrationtests
> .......... SKIPPED
>
>      [exec] [INFO] [INFO] compc
> .............................................. SKIPPED
>
>      [exec] [INFO] [INFO] compiler-asc
> ....................................... SKIPPED
>
>      [exec] [INFO] [INFO] compiler-compc
> ..................................... SKIPPED
>
>      [exec] [INFO] [INFO] compiler-mxmlc
> ..................................... SKIPPED
>
>      [exec] [INFO] [INFO] compiler-optimizer
> ................................. SKIPPED
>
>      [exec] [INFO] [INFO] compiler-swfdump
> ................................... SKIPPED
>
>      [exec] [INFO] [INFO] mxmlc
> .............................................. SKIPPED
>
>      [exec] [INFO] [INFO] Apache Royale: Distribution
> ........................ SKIPPED
>
>      [exec] [INFO] [INFO] Apache Royale: ManualTests
> ......................... SKIPPED
>
>      [exec] [INFO] [INFO] Apache Royale: ManualTests: UnitTests
> .............. SKIPPED
>
>      [exec] [INFO] [INFO] Apache Royale: Testsuite 0.9.4
> ..................... SKIPPED
>
>      [exec] [INFO] [INFO]
> ------------------------------------------------------------------------
>
>      [exec] [INFO] [INFO] BUILD FAILURE
>
>      [exec] [INFO] [INFO]
> ------------------------------------------------------------------------
>
>      [exec] [INFO] [INFO] Total time: 14:11 min
>
>      [exec] [INFO] [INFO] Finished at: 2018-09-30T00:25:37-07:00
>
>      [exec] [INFO] [INFO]
> ------------------------------------------------------------------------
>
>      [exec] [INFO] [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:jar (attach-javadocs)
> on project SampleAmfWebApp: MavenReportException: Error while generating
> Javadoc:
>
>      [exec] [INFO] [ERROR] Exit code: 1 -
>
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
> error: @param name not found
>
>      [exec] [INFO] [ERROR]  * @param code
>
>      [exec] [INFO] [ERROR]           ^
>
>      [exec] [INFO] [ERROR]
>
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
> warning: no description for @param
>
>      [exec] [INFO] [ERROR]  * @param code
>
>      [exec] [INFO] [ERROR]    ^
>
>      [exec] [INFO] [ERROR]
>
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:33:
> warning: no @param for compressionError
>
>      [exec] [INFO] [ERROR] public
> AMFCompressionException(AMFCompressionError compressionError) {
>
>      [exec] [INFO] [ERROR]        ^
>
>      [exec] [INFO] [ERROR]
>
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
> error: @param name not found
>
>      [exec] [INFO] [ERROR]  * @param code
>
>      [exec] [INFO] [ERROR]           ^
>
>      [exec] [INFO] [ERROR]
>
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
> warning: no description for @param
>
>      [exec] [INFO] [ERROR]  * @param code
>
>      [exec] [INFO] [ERROR]    ^
>
>      [exec] [INFO] [ERROR]
>
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:41:
> warning: no description for @param
>
>      [exec] [INFO] [ERROR]  * @param cause
>
>      [exec] [INFO] [ERROR]    ^
>
>      [exec] [INFO] [ERROR]
>
> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:43:
> warning: no @param for compressionError
>
>      [exec] [INFO] [ERROR] public
> AMFCompressionException(AMFCompressionError compressionError, Throwable
> cause) {
>
>      [exec] [INFO] [ERROR]        ^
>
>      [exec] [INFO] [ERROR]
>
>      [exec] [INFO] [ERROR] Command line was:
>
> /Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/../bin/javadoc
> @options @packages
>
>      [exec] [INFO] [ERROR]
>
>      [exec] [INFO] [ERROR] Refer to the generated Javadoc files in
>
> '/Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/target/apidocs'
> dir.
>
>      [exec] [INFO] [ERROR] -> [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] [ERROR]
>
>      [exec] [INFO] [ERROR] After correcting the problems, you can resume
> the build with the command
>
>      [exec] [INFO] [ERROR]   mvn <goals> -rf :SampleAmfWebApp
>
> On Sat, Sep 29, 2018 at 11:58 AM OmPrakash Muppirala <bigosmallm@gmail.com
> >
> wrote:
>
> > Okay, trying now.
> >
> > On Tue, Sep 25, 2018 at 9:52 AM Piotr Zarzycki <
> piotrzarzycki21@gmail.com>
> > wrote:
> >
> >> Om,
> >>
> >> I think if you first try to build Royale framework with Maven all the
> >> dependencies will be downloaded. During framework build you should get
> >> question about license related to player global etc. Once you do
> >> successful
> >> build  you could try to go and play with script for release. - That way
> to
> >> go make you sure that script won't fail later during the process.
> >>
> >> Thanks,
> >> Piotr
> >>
> >> pon., 24 wrz 2018 o 07:35 Alex Harui <ah...@adobe.com.invalid>
> >> napisał(a):
> >>
> >> > According to the archives, try running:
> >> >
> >> >     mvn -s settings-template.xml clean install
> >> >
> >> > Thanks,
> >> > -Alex
> >> >
> >> > On 9/23/18, 3:48 PM, "OmPrakash Muppirala" <bi...@gmail.com>
> >> wrote:
> >> >
> >> >     On Sun, Sep 23, 2018 at 3:43 PM OmPrakash Muppirala <
> >> > bigosmallm@gmail.com>
> >> >     wrote:
> >> >
> >> >     > Thanks.  I decided to stick with 1.8 :-)
> >> >     >
> >> >     >
> >> >     BTW, this is when I run: mvn clean install in the royale-asjs
> >> > directory:
> >> >
> >> >
> >> >     > I am seeing this error:
> >> >     >
> >> >     > [ERROR] Failed to execute goal
> >> >     >
> >> >
> org.apache.royale.compiler:royale-maven-plugin:0.9.4-SNAPSHOT:compile-as
> >> >     > (default-compile-as) on project Core: Could not resolve
> >> dependencies
> >> > for
> >> >     > project org.apache.royale.framework:Core:swc:0.9.4-SNAPSHOT:
> >> Failure
> >> > to
> >> >     > find com.adobe.air.framework:airglobal:swc:20.0 in
> >> >     >
> >> >
> >>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0
> >> > was cached in
> >> >     > the local repository, resolution will not be reattempted until
> the
> >> > update
> >> >     > interval of apache-release has elapsed or updates are forced ->
> >> > [Help 1]
> >> >     >
> >> >     > I don't see a `com` directory on
> >> >     >
> >> >
> >>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0
> >> >     >
> >> >     > Is that expected?
> >> >     >
> >> >     > Thanks,
> >> >     > Om
> >> >     >
> >> >     >
> >> >     > On Sun, Sep 23, 2018 at 2:15 AM Carlos Rovira <
> >> > carlosrovira@apache.org>
> >> >     > wrote:
> >> >     >
> >> >     >> Hi Om,
> >> >     >>
> >> >     >> I have Java 8 and 10 installed, and I think I was able to
> compile
> >> > three
> >> >     >> repos, but I find AMF java example doesn't work, since BlazeDS
> >> > needs a
> >> >     >> Lower version I need to go with 8 for this example. Maybe other
> >> > part needs
> >> >     >> as well 7 or 8.
> >> >     >> I think trying another SDK should be left to some time between
> >> > releases,
> >> >     >> since if not you can find spending more time that you thought.
> >> >     >>
> >> >     >> just my 2
> >> >     >>
> >> >     >> Thanks
> >> >     >>
> >> >     >> Carlos
> >> >     >>
> >> >     >> El dom., 23 sept. 2018 a las 8:14, OmPrakash Muppirala (<
> >> >     >> bigosmallm@gmail.com>) escribió:
> >> >     >>
> >> >     >> > Okay trying this out now.
> >> >     >> >
> >> >     >> > First question:  The release doc [1] says we need Java 1.7 or
> >> > higher.
> >> >     >> Has
> >> >     >> > anyone tried Java 10?   That is the default version available
> >> > through
> >> >     >> all
> >> >     >> > installation channels.
> >> >     >> > Any pitfalls I should consider?
> >> >     >> >
> >> >     >> > Thanks,
> >> >     >> > Om
> >> >     >> >
> >> >     >> > On Fri, Sep 21, 2018 at 12:23 PM Carlos Rovira <
> >> > carlosrovira@apache.org
> >> >     >> >
> >> >     >> > wrote:
> >> >     >> >
> >> >     >> > > I think we are ready to go, so let's go! ;-)
> >> >     >> > >
> >> >     >> > > Good luck Om! :)
> >> >     >> > >
> >> >     >> > > El vie., 21 sept. 2018 a las 18:19, Alex Harui
> >> >     >> (<aharui@adobe.com.invalid
> >> >     >> > > >)
> >> >     >> > > escribió:
> >> >     >> > >
> >> >     >> > > > Yes, I think they are ready.  I removed the release/0.9.4
> >> > branches
> >> >     >> so
> >> >     >> > the
> >> >     >> > > > scripts should be able to make a new one.
> >> >     >> > > >
> >> >     >> > > > -Alex
> >> >     >> > > >
> >> >     >> > > > On 9/21/18, 8:58 AM, "OmPrakash Muppirala" <
> >> > bigosmallm@gmail.com>
> >> >     >> > > wrote:
> >> >     >> > > >
> >> >     >> > > >     Alex said in his last email that the repos are ready.
> >> > Will try
> >> >     >> in
> >> >     >> > a
> >> >     >> > > > few
> >> >     >> > > >     minutes.
> >> >     >> > > >
> >> >     >> > > >     Thanks,
> >> >     >> > > >     Om
> >> >     >> > > >
> >> >     >> > > >     On Fri, Sep 21, 2018, 7:24 AM Piotr Zarzycki <
> >> >     >> > > > piotrzarzycki21@gmail.com>
> >> >     >> > > >     wrote:
> >> >     >> > > >
> >> >     >> > > >     > Om,
> >> >     >> > > >     >
> >> >     >> > > >     > In my opinion you have everything ready to go!
> Since
> >> > develop
> >> >     >> is
> >> >     >> > > ready
> >> >     >> > > >     > probably you will start doing steps from the
> >> beginning,
> >> > so in
> >> >     >> the
> >> >     >> > > > results
> >> >     >> > > >     > we will get branches release/0.9.4. However they
> >> > already
> >> >     >> exists,
> >> >     >> > > > because
> >> >     >> > > >     > of
> >> >     >> > > >     > my previous attempt.
> >> >     >> > > >     >
> >> >     >> > > >     > Maybe before you even start they need to be
> removed.
> >> >     >> > > >     >
> >> >     >> > > >     > Thanks,
> >> >     >> > > >     > Piotr
> >> >     >> > > >     >
> >> >     >> > > >     >
> >> >     >> > > >     >
> >> >     >> > > >     > pt., 21 wrz 2018 o 16:16 OmPrakash Muppirala <
> >> >     >> > bigosmallm@gmail.com
> >> >     >> > > >
> >> >     >> > > >     > napisał(a):
> >> >     >> > > >     >
> >> >     >> > > >     > > So am I clear to try and release?  Or should I
> wait
> >> > for any
> >> >     >> > other
> >> >     >> > > > feature
> >> >     >> > > >     > > or bug?
> >> >     >> > > >     > >
> >> >     >> > > >     > > Thanks,
> >> >     >> > > >     > > Om
> >> >     >> > > >     > >
> >> >     >> > > >     > > On Fri, Sep 21, 2018, 6:20 AM Carlos Rovira <
> >> >     >> > > > carlosrovira@apache.org>
> >> >     >> > > >     > > wrote:
> >> >     >> > > >     > >
> >> >     >> > > >     > > > Hi Alex
> >> >     >> > > >     > > >
> >> >     >> > > >     > > > El vie., 21 sept. 2018 a las 3:06, Alex Harui
> >> >     >> > > >     > (<aharui@adobe.com.invalid
> >> >     >> > > >     > > >)
> >> >     >> > > >     > > > escribió:
> >> >     >> > > >     > > >
> >> >     >> > > >     > > > > I made some adjustments to the repos so that
> >> they
> >> >     >> "should"
> >> >     >> > be
> >> >     >> > > > ready
> >> >     >> > > >     > to
> >> >     >> > > >     > > > run
> >> >     >> > > >     > > > > the scripts and produce the 0.9.4 release.
> Of
> >> > course, I
> >> >     >> > > could
> >> >     >> > > > be
> >> >     >> > > >     > > wrong.
> >> >     >> > > >     > > > > We'll see how Om fares.
> >> >     >> > > >     > > > >
> >> >     >> > > >     > > > >
> >> >     >> > > >     > > > so cool :)
> >> >     >> > > >     > > >
> >> >     >> > > >     > > >
> >> >     >> > > >     > > > > I also put in a change that should fix the
> >> > dependencies
> >> >     >> > > > issue.  So
> >> >     >> > > >     > the
> >> >     >> > > >     > > > > remaining questions are around the AMF
> problem.
> >> > I'm
> >> >     >> > thinking
> >> >     >> > > > of
> >> >     >> > > >     > > looking
> >> >     >> > > >     > > > > into what it takes to support Small Messages.
> >> > However,
> >> >     >> I
> >> >     >> > > > don't know
> >> >     >> > > >     > > > > anything about them.  How often will
> migrating
> >> > people be
> >> >     >> > > using
> >> >     >> > > > Small
> >> >     >> > > >     > > > > Messages?  Is it fair to tell them to turn
> off
> >> > Small
> >> >     >> > > Messages?
> >> >     >> > > >     > > > >
> >> >     >> > > >     > > >
> >> >     >> > > >     > > > I think for now, that small messages is a
> BlazeDS
> >> >     >> feature. I
> >> >     >> > > > search for
> >> >     >> > > >     > > > ZendAMF small messages and didn't fin d
> anything.
> >> > So my
> >> >     >> bet
> >> >     >> > is
> >> >     >> > > > that
> >> >     >> > > >     > small
> >> >     >> > > >     > > > messages is something only present in BlazeDS
> and
> >> > Data
> >> >     >> > Services
> >> >     >> > > > Adobe
> >> >     >> > > >     > > > software.
> >> >     >> > > >     > > >
> >> >     >> > > >     > > > In the other hand, I'll be check new info from
> >> > Darrell in
> >> >     >> 1-2
> >> >     >> > > > hours
> >> >     >> > > >     > from
> >> >     >> > > >     > > > now, but I think the problem with ZendAMF could
> >> be
> >> >     >> something
> >> >     >> > > > like the
> >> >     >> > > >     > one
> >> >     >> > > >     > > > happened with coldfusion where ArrayCollection
> >> > needs some
> >> >     >> > > special
> >> >     >> > > >     > > > treatment. I asked Darryl to start with simple
> >> > connections
> >> >     >> > like
> >> >     >> > > > we have
> >> >     >> > > >     > > in
> >> >     >> > > >     > > > our example (send and receive a String, then a
> >> > simple
> >> >     >> object,
> >> >     >> > > > and so
> >> >     >> > > >     > > > on...). I think is not good to start trying
> from
> >> a
> >> > real
> >> >     >> app
> >> >     >> > > > scenario
> >> >     >> > > >     > > where
> >> >     >> > > >     > > > many other things could be working against you.
> >> For
> >> >     >> example,
> >> >     >> > in
> >> >     >> > > > our
> >> >     >> > > >     > > > application, we have set up an additional
> >> encoding
> >> > to byte
> >> >     >> > > array.
> >> >     >> > > >     > > Something
> >> >     >> > > >     > > > that even I was completely forget, and when I
> >> > started to
> >> >     >> try
> >> >     >> > > > AMF, I was
> >> >     >> > > >     > > > always getting nothing until I reach to that
> >> point.
> >> >     >> > > >     > > >
> >> >     >> > > >     > > > So, as I said before, nothing should stop us to
> >> > release
> >> >     >> now.
> >> >     >> > If
> >> >     >> > > > things
> >> >     >> > > >     > go
> >> >     >> > > >     > > > ok, Harbs will be next release manager, and I
> >> hope
> >> > to be
> >> >     >> the
> >> >     >> > > > next one
> >> >     >> > > >     > :)
> >> >     >> > > >     > > >
> >> >     >> > > >     > > > Thanks
> >> >     >> > > >     > > >
> >> >     >> > > >     > > >
> >> >     >> > > >     > > >
> >> >     >> > > >     > > > >
> >> >     >> > > >     > > > > Thanks,
> >> >     >> > > >     > > > > -Alex
> >> >     >> > > >     > > > >
> >> >     >> > > >     > > > --
> >> >     >> > > >     > > > Carlos Rovira
> >> >     >> > > >     > > >
> >> >     >> > > >
> >> >     >> > >
> >> >     >> >
> >> >     >>
> >> >
> >>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
> >> >     >> > > >     > > >
> >> >     >> > > >     > >
> >> >     >> > > >     >
> >> >     >> > > >     >
> >> >     >> > > >     > --
> >> >     >> > > >     >
> >> >     >> > > >     > Piotr Zarzycki
> >> >     >> > > >     >
> >> >     >> > > >     > Patreon: *
> >> >     >> > > >
> >> >     >> > >
> >> >     >> >
> >> >     >>
> >> >
> >>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=VlfEFrmkwQC5UnUxxWv0VlNGx%2FBmgtWRZmGNplONbUE%3D&amp;reserved=0
> >> >     >> > > >     > <
> >> >     >> > > >
> >> >     >> > >
> >> >     >> >
> >> >     >>
> >> >
> >>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=VlfEFrmkwQC5UnUxxWv0VlNGx%2FBmgtWRZmGNplONbUE%3D&amp;reserved=0
> >> >     >> > > > >*
> >> >     >> > > >     >
> >> >     >> > > >
> >> >     >> > > >
> >> >     >> > > >
> >> >     >> > >
> >> >     >> > > --
> >> >     >> > > Carlos Rovira
> >> >     >> > >
> >> >
> >>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
> >> >     >> > >
> >> >     >> >
> >> >     >>
> >> >     >>
> >> >     >> --
> >> >     >> Carlos Rovira
> >> >     >>
> >> >
> >>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
> >> >     >>
> >> >     >
> >> >
> >> >
> >> >
> >>
> >> --
> >>
> >> Piotr Zarzycki
> >>
> >> Patreon: *https://www.patreon.com/piotrzarzycki
> >> <https://www.patreon.com/piotrzarzycki>*
> >>
> >
>

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by OmPrakash Muppirala <bi...@gmail.com>.
So, I made a lot of progress (much more than last time), but unfortunately
the build failed at this stage.  Looks like an issue with the
SampleAmfWebApp.  Anyone else seeing this error or am I doing something
wrong?

     [exec] [INFO] [INFO] Apache Royale: Examples: Native: USStatesMap
....... SUCCESS [  1.001 s]

     [exec] [INFO] [INFO] Apache Royale: Examples: NodeJS
.................... SUCCESS [  0.210 s]

     [exec] [INFO] [INFO] Apache Royale: Examples: NodeJS: HelloWorld
........ SUCCESS [  0.945 s]

     [exec] [INFO] [INFO] Apache Royale: Examples: AMF Web Apps
.............. SUCCESS [  0.202 s]

     [exec] [INFO] [INFO] Apache Royale: Examples: AMF Web Apps:
SampleAmfWebApp FAILURE [01:51 min]

     [exec] [INFO] [INFO] Apache Royale: Examples: Integrationtests
.......... SKIPPED

     [exec] [INFO] [INFO] compc
.............................................. SKIPPED

     [exec] [INFO] [INFO] compiler-asc
....................................... SKIPPED

     [exec] [INFO] [INFO] compiler-compc
..................................... SKIPPED

     [exec] [INFO] [INFO] compiler-mxmlc
..................................... SKIPPED

     [exec] [INFO] [INFO] compiler-optimizer
................................. SKIPPED

     [exec] [INFO] [INFO] compiler-swfdump
................................... SKIPPED

     [exec] [INFO] [INFO] mxmlc
.............................................. SKIPPED

     [exec] [INFO] [INFO] Apache Royale: Distribution
........................ SKIPPED

     [exec] [INFO] [INFO] Apache Royale: ManualTests
......................... SKIPPED

     [exec] [INFO] [INFO] Apache Royale: ManualTests: UnitTests
.............. SKIPPED

     [exec] [INFO] [INFO] Apache Royale: Testsuite 0.9.4
..................... SKIPPED

     [exec] [INFO] [INFO]
------------------------------------------------------------------------

     [exec] [INFO] [INFO] BUILD FAILURE

     [exec] [INFO] [INFO]
------------------------------------------------------------------------

     [exec] [INFO] [INFO] Total time: 14:11 min

     [exec] [INFO] [INFO] Finished at: 2018-09-30T00:25:37-07:00

     [exec] [INFO] [INFO]
------------------------------------------------------------------------

     [exec] [INFO] [ERROR] Failed to execute goal
org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:jar (attach-javadocs)
on project SampleAmfWebApp: MavenReportException: Error while generating
Javadoc:

     [exec] [INFO] [ERROR] Exit code: 1 -
/Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
error: @param name not found

     [exec] [INFO] [ERROR]  * @param code

     [exec] [INFO] [ERROR]           ^

     [exec] [INFO] [ERROR]
/Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31:
warning: no description for @param

     [exec] [INFO] [ERROR]  * @param code

     [exec] [INFO] [ERROR]    ^

     [exec] [INFO] [ERROR]
/Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:33:
warning: no @param for compressionError

     [exec] [INFO] [ERROR] public
AMFCompressionException(AMFCompressionError compressionError) {

     [exec] [INFO] [ERROR]        ^

     [exec] [INFO] [ERROR]
/Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
error: @param name not found

     [exec] [INFO] [ERROR]  * @param code

     [exec] [INFO] [ERROR]           ^

     [exec] [INFO] [ERROR]
/Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40:
warning: no description for @param

     [exec] [INFO] [ERROR]  * @param code

     [exec] [INFO] [ERROR]    ^

     [exec] [INFO] [ERROR]
/Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:41:
warning: no description for @param

     [exec] [INFO] [ERROR]  * @param cause

     [exec] [INFO] [ERROR]    ^

     [exec] [INFO] [ERROR]
/Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:43:
warning: no @param for compressionError

     [exec] [INFO] [ERROR] public
AMFCompressionException(AMFCompressionError compressionError, Throwable
cause) {

     [exec] [INFO] [ERROR]        ^

     [exec] [INFO] [ERROR]

     [exec] [INFO] [ERROR] Command line was:
/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/../bin/javadoc
@options @packages

     [exec] [INFO] [ERROR]

     [exec] [INFO] [ERROR] Refer to the generated Javadoc files in
'/Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/target/apidocs'
dir.

     [exec] [INFO] [ERROR] -> [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] [ERROR]

     [exec] [INFO] [ERROR] After correcting the problems, you can resume
the build with the command

     [exec] [INFO] [ERROR]   mvn <goals> -rf :SampleAmfWebApp

On Sat, Sep 29, 2018 at 11:58 AM OmPrakash Muppirala <bi...@gmail.com>
wrote:

> Okay, trying now.
>
> On Tue, Sep 25, 2018 at 9:52 AM Piotr Zarzycki <pi...@gmail.com>
> wrote:
>
>> Om,
>>
>> I think if you first try to build Royale framework with Maven all the
>> dependencies will be downloaded. During framework build you should get
>> question about license related to player global etc. Once you do
>> successful
>> build  you could try to go and play with script for release. - That way to
>> go make you sure that script won't fail later during the process.
>>
>> Thanks,
>> Piotr
>>
>> pon., 24 wrz 2018 o 07:35 Alex Harui <ah...@adobe.com.invalid>
>> napisał(a):
>>
>> > According to the archives, try running:
>> >
>> >     mvn -s settings-template.xml clean install
>> >
>> > Thanks,
>> > -Alex
>> >
>> > On 9/23/18, 3:48 PM, "OmPrakash Muppirala" <bi...@gmail.com>
>> wrote:
>> >
>> >     On Sun, Sep 23, 2018 at 3:43 PM OmPrakash Muppirala <
>> > bigosmallm@gmail.com>
>> >     wrote:
>> >
>> >     > Thanks.  I decided to stick with 1.8 :-)
>> >     >
>> >     >
>> >     BTW, this is when I run: mvn clean install in the royale-asjs
>> > directory:
>> >
>> >
>> >     > I am seeing this error:
>> >     >
>> >     > [ERROR] Failed to execute goal
>> >     >
>> > org.apache.royale.compiler:royale-maven-plugin:0.9.4-SNAPSHOT:compile-as
>> >     > (default-compile-as) on project Core: Could not resolve
>> dependencies
>> > for
>> >     > project org.apache.royale.framework:Core:swc:0.9.4-SNAPSHOT:
>> Failure
>> > to
>> >     > find com.adobe.air.framework:airglobal:swc:20.0 in
>> >     >
>> >
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0
>> > was cached in
>> >     > the local repository, resolution will not be reattempted until the
>> > update
>> >     > interval of apache-release has elapsed or updates are forced ->
>> > [Help 1]
>> >     >
>> >     > I don't see a `com` directory on
>> >     >
>> >
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0
>> >     >
>> >     > Is that expected?
>> >     >
>> >     > Thanks,
>> >     > Om
>> >     >
>> >     >
>> >     > On Sun, Sep 23, 2018 at 2:15 AM Carlos Rovira <
>> > carlosrovira@apache.org>
>> >     > wrote:
>> >     >
>> >     >> Hi Om,
>> >     >>
>> >     >> I have Java 8 and 10 installed, and I think I was able to compile
>> > three
>> >     >> repos, but I find AMF java example doesn't work, since BlazeDS
>> > needs a
>> >     >> Lower version I need to go with 8 for this example. Maybe other
>> > part needs
>> >     >> as well 7 or 8.
>> >     >> I think trying another SDK should be left to some time between
>> > releases,
>> >     >> since if not you can find spending more time that you thought.
>> >     >>
>> >     >> just my 2
>> >     >>
>> >     >> Thanks
>> >     >>
>> >     >> Carlos
>> >     >>
>> >     >> El dom., 23 sept. 2018 a las 8:14, OmPrakash Muppirala (<
>> >     >> bigosmallm@gmail.com>) escribió:
>> >     >>
>> >     >> > Okay trying this out now.
>> >     >> >
>> >     >> > First question:  The release doc [1] says we need Java 1.7 or
>> > higher.
>> >     >> Has
>> >     >> > anyone tried Java 10?   That is the default version available
>> > through
>> >     >> all
>> >     >> > installation channels.
>> >     >> > Any pitfalls I should consider?
>> >     >> >
>> >     >> > Thanks,
>> >     >> > Om
>> >     >> >
>> >     >> > On Fri, Sep 21, 2018 at 12:23 PM Carlos Rovira <
>> > carlosrovira@apache.org
>> >     >> >
>> >     >> > wrote:
>> >     >> >
>> >     >> > > I think we are ready to go, so let's go! ;-)
>> >     >> > >
>> >     >> > > Good luck Om! :)
>> >     >> > >
>> >     >> > > El vie., 21 sept. 2018 a las 18:19, Alex Harui
>> >     >> (<aharui@adobe.com.invalid
>> >     >> > > >)
>> >     >> > > escribió:
>> >     >> > >
>> >     >> > > > Yes, I think they are ready.  I removed the release/0.9.4
>> > branches
>> >     >> so
>> >     >> > the
>> >     >> > > > scripts should be able to make a new one.
>> >     >> > > >
>> >     >> > > > -Alex
>> >     >> > > >
>> >     >> > > > On 9/21/18, 8:58 AM, "OmPrakash Muppirala" <
>> > bigosmallm@gmail.com>
>> >     >> > > wrote:
>> >     >> > > >
>> >     >> > > >     Alex said in his last email that the repos are ready.
>> > Will try
>> >     >> in
>> >     >> > a
>> >     >> > > > few
>> >     >> > > >     minutes.
>> >     >> > > >
>> >     >> > > >     Thanks,
>> >     >> > > >     Om
>> >     >> > > >
>> >     >> > > >     On Fri, Sep 21, 2018, 7:24 AM Piotr Zarzycki <
>> >     >> > > > piotrzarzycki21@gmail.com>
>> >     >> > > >     wrote:
>> >     >> > > >
>> >     >> > > >     > Om,
>> >     >> > > >     >
>> >     >> > > >     > In my opinion you have everything ready to go! Since
>> > develop
>> >     >> is
>> >     >> > > ready
>> >     >> > > >     > probably you will start doing steps from the
>> beginning,
>> > so in
>> >     >> the
>> >     >> > > > results
>> >     >> > > >     > we will get branches release/0.9.4. However they
>> > already
>> >     >> exists,
>> >     >> > > > because
>> >     >> > > >     > of
>> >     >> > > >     > my previous attempt.
>> >     >> > > >     >
>> >     >> > > >     > Maybe before you even start they need to be removed.
>> >     >> > > >     >
>> >     >> > > >     > Thanks,
>> >     >> > > >     > Piotr
>> >     >> > > >     >
>> >     >> > > >     >
>> >     >> > > >     >
>> >     >> > > >     > pt., 21 wrz 2018 o 16:16 OmPrakash Muppirala <
>> >     >> > bigosmallm@gmail.com
>> >     >> > > >
>> >     >> > > >     > napisał(a):
>> >     >> > > >     >
>> >     >> > > >     > > So am I clear to try and release?  Or should I wait
>> > for any
>> >     >> > other
>> >     >> > > > feature
>> >     >> > > >     > > or bug?
>> >     >> > > >     > >
>> >     >> > > >     > > Thanks,
>> >     >> > > >     > > Om
>> >     >> > > >     > >
>> >     >> > > >     > > On Fri, Sep 21, 2018, 6:20 AM Carlos Rovira <
>> >     >> > > > carlosrovira@apache.org>
>> >     >> > > >     > > wrote:
>> >     >> > > >     > >
>> >     >> > > >     > > > Hi Alex
>> >     >> > > >     > > >
>> >     >> > > >     > > > El vie., 21 sept. 2018 a las 3:06, Alex Harui
>> >     >> > > >     > (<aharui@adobe.com.invalid
>> >     >> > > >     > > >)
>> >     >> > > >     > > > escribió:
>> >     >> > > >     > > >
>> >     >> > > >     > > > > I made some adjustments to the repos so that
>> they
>> >     >> "should"
>> >     >> > be
>> >     >> > > > ready
>> >     >> > > >     > to
>> >     >> > > >     > > > run
>> >     >> > > >     > > > > the scripts and produce the 0.9.4 release.  Of
>> > course, I
>> >     >> > > could
>> >     >> > > > be
>> >     >> > > >     > > wrong.
>> >     >> > > >     > > > > We'll see how Om fares.
>> >     >> > > >     > > > >
>> >     >> > > >     > > > >
>> >     >> > > >     > > > so cool :)
>> >     >> > > >     > > >
>> >     >> > > >     > > >
>> >     >> > > >     > > > > I also put in a change that should fix the
>> > dependencies
>> >     >> > > > issue.  So
>> >     >> > > >     > the
>> >     >> > > >     > > > > remaining questions are around the AMF problem.
>> > I'm
>> >     >> > thinking
>> >     >> > > > of
>> >     >> > > >     > > looking
>> >     >> > > >     > > > > into what it takes to support Small Messages.
>> > However,
>> >     >> I
>> >     >> > > > don't know
>> >     >> > > >     > > > > anything about them.  How often will migrating
>> > people be
>> >     >> > > using
>> >     >> > > > Small
>> >     >> > > >     > > > > Messages?  Is it fair to tell them to turn off
>> > Small
>> >     >> > > Messages?
>> >     >> > > >     > > > >
>> >     >> > > >     > > >
>> >     >> > > >     > > > I think for now, that small messages is a BlazeDS
>> >     >> feature. I
>> >     >> > > > search for
>> >     >> > > >     > > > ZendAMF small messages and didn't fin d anything.
>> > So my
>> >     >> bet
>> >     >> > is
>> >     >> > > > that
>> >     >> > > >     > small
>> >     >> > > >     > > > messages is something only present in BlazeDS and
>> > Data
>> >     >> > Services
>> >     >> > > > Adobe
>> >     >> > > >     > > > software.
>> >     >> > > >     > > >
>> >     >> > > >     > > > In the other hand, I'll be check new info from
>> > Darrell in
>> >     >> 1-2
>> >     >> > > > hours
>> >     >> > > >     > from
>> >     >> > > >     > > > now, but I think the problem with ZendAMF could
>> be
>> >     >> something
>> >     >> > > > like the
>> >     >> > > >     > one
>> >     >> > > >     > > > happened with coldfusion where ArrayCollection
>> > needs some
>> >     >> > > special
>> >     >> > > >     > > > treatment. I asked Darryl to start with simple
>> > connections
>> >     >> > like
>> >     >> > > > we have
>> >     >> > > >     > > in
>> >     >> > > >     > > > our example (send and receive a String, then a
>> > simple
>> >     >> object,
>> >     >> > > > and so
>> >     >> > > >     > > > on...). I think is not good to start trying from
>> a
>> > real
>> >     >> app
>> >     >> > > > scenario
>> >     >> > > >     > > where
>> >     >> > > >     > > > many other things could be working against you.
>> For
>> >     >> example,
>> >     >> > in
>> >     >> > > > our
>> >     >> > > >     > > > application, we have set up an additional
>> encoding
>> > to byte
>> >     >> > > array.
>> >     >> > > >     > > Something
>> >     >> > > >     > > > that even I was completely forget, and when I
>> > started to
>> >     >> try
>> >     >> > > > AMF, I was
>> >     >> > > >     > > > always getting nothing until I reach to that
>> point.
>> >     >> > > >     > > >
>> >     >> > > >     > > > So, as I said before, nothing should stop us to
>> > release
>> >     >> now.
>> >     >> > If
>> >     >> > > > things
>> >     >> > > >     > go
>> >     >> > > >     > > > ok, Harbs will be next release manager, and I
>> hope
>> > to be
>> >     >> the
>> >     >> > > > next one
>> >     >> > > >     > :)
>> >     >> > > >     > > >
>> >     >> > > >     > > > Thanks
>> >     >> > > >     > > >
>> >     >> > > >     > > >
>> >     >> > > >     > > >
>> >     >> > > >     > > > >
>> >     >> > > >     > > > > Thanks,
>> >     >> > > >     > > > > -Alex
>> >     >> > > >     > > > >
>> >     >> > > >     > > > --
>> >     >> > > >     > > > Carlos Rovira
>> >     >> > > >     > > >
>> >     >> > > >
>> >     >> > >
>> >     >> >
>> >     >>
>> >
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
>> >     >> > > >     > > >
>> >     >> > > >     > >
>> >     >> > > >     >
>> >     >> > > >     >
>> >     >> > > >     > --
>> >     >> > > >     >
>> >     >> > > >     > Piotr Zarzycki
>> >     >> > > >     >
>> >     >> > > >     > Patreon: *
>> >     >> > > >
>> >     >> > >
>> >     >> >
>> >     >>
>> >
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=VlfEFrmkwQC5UnUxxWv0VlNGx%2FBmgtWRZmGNplONbUE%3D&amp;reserved=0
>> >     >> > > >     > <
>> >     >> > > >
>> >     >> > >
>> >     >> >
>> >     >>
>> >
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=VlfEFrmkwQC5UnUxxWv0VlNGx%2FBmgtWRZmGNplONbUE%3D&amp;reserved=0
>> >     >> > > > >*
>> >     >> > > >     >
>> >     >> > > >
>> >     >> > > >
>> >     >> > > >
>> >     >> > >
>> >     >> > > --
>> >     >> > > Carlos Rovira
>> >     >> > >
>> >
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
>> >     >> > >
>> >     >> >
>> >     >>
>> >     >>
>> >     >> --
>> >     >> Carlos Rovira
>> >     >>
>> >
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
>> >     >>
>> >     >
>> >
>> >
>> >
>>
>> --
>>
>> Piotr Zarzycki
>>
>> Patreon: *https://www.patreon.com/piotrzarzycki
>> <https://www.patreon.com/piotrzarzycki>*
>>
>

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by OmPrakash Muppirala <bi...@gmail.com>.
Okay, trying now.

On Tue, Sep 25, 2018 at 9:52 AM Piotr Zarzycki <pi...@gmail.com>
wrote:

> Om,
>
> I think if you first try to build Royale framework with Maven all the
> dependencies will be downloaded. During framework build you should get
> question about license related to player global etc. Once you do successful
> build  you could try to go and play with script for release. - That way to
> go make you sure that script won't fail later during the process.
>
> Thanks,
> Piotr
>
> pon., 24 wrz 2018 o 07:35 Alex Harui <ah...@adobe.com.invalid>
> napisał(a):
>
> > According to the archives, try running:
> >
> >     mvn -s settings-template.xml clean install
> >
> > Thanks,
> > -Alex
> >
> > On 9/23/18, 3:48 PM, "OmPrakash Muppirala" <bi...@gmail.com>
> wrote:
> >
> >     On Sun, Sep 23, 2018 at 3:43 PM OmPrakash Muppirala <
> > bigosmallm@gmail.com>
> >     wrote:
> >
> >     > Thanks.  I decided to stick with 1.8 :-)
> >     >
> >     >
> >     BTW, this is when I run: mvn clean install in the royale-asjs
> > directory:
> >
> >
> >     > I am seeing this error:
> >     >
> >     > [ERROR] Failed to execute goal
> >     >
> > org.apache.royale.compiler:royale-maven-plugin:0.9.4-SNAPSHOT:compile-as
> >     > (default-compile-as) on project Core: Could not resolve
> dependencies
> > for
> >     > project org.apache.royale.framework:Core:swc:0.9.4-SNAPSHOT:
> Failure
> > to
> >     > find com.adobe.air.framework:airglobal:swc:20.0 in
> >     >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0
> > was cached in
> >     > the local repository, resolution will not be reattempted until the
> > update
> >     > interval of apache-release has elapsed or updates are forced ->
> > [Help 1]
> >     >
> >     > I don't see a `com` directory on
> >     >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0
> >     >
> >     > Is that expected?
> >     >
> >     > Thanks,
> >     > Om
> >     >
> >     >
> >     > On Sun, Sep 23, 2018 at 2:15 AM Carlos Rovira <
> > carlosrovira@apache.org>
> >     > wrote:
> >     >
> >     >> Hi Om,
> >     >>
> >     >> I have Java 8 and 10 installed, and I think I was able to compile
> > three
> >     >> repos, but I find AMF java example doesn't work, since BlazeDS
> > needs a
> >     >> Lower version I need to go with 8 for this example. Maybe other
> > part needs
> >     >> as well 7 or 8.
> >     >> I think trying another SDK should be left to some time between
> > releases,
> >     >> since if not you can find spending more time that you thought.
> >     >>
> >     >> just my 2
> >     >>
> >     >> Thanks
> >     >>
> >     >> Carlos
> >     >>
> >     >> El dom., 23 sept. 2018 a las 8:14, OmPrakash Muppirala (<
> >     >> bigosmallm@gmail.com>) escribió:
> >     >>
> >     >> > Okay trying this out now.
> >     >> >
> >     >> > First question:  The release doc [1] says we need Java 1.7 or
> > higher.
> >     >> Has
> >     >> > anyone tried Java 10?   That is the default version available
> > through
> >     >> all
> >     >> > installation channels.
> >     >> > Any pitfalls I should consider?
> >     >> >
> >     >> > Thanks,
> >     >> > Om
> >     >> >
> >     >> > On Fri, Sep 21, 2018 at 12:23 PM Carlos Rovira <
> > carlosrovira@apache.org
> >     >> >
> >     >> > wrote:
> >     >> >
> >     >> > > I think we are ready to go, so let's go! ;-)
> >     >> > >
> >     >> > > Good luck Om! :)
> >     >> > >
> >     >> > > El vie., 21 sept. 2018 a las 18:19, Alex Harui
> >     >> (<aharui@adobe.com.invalid
> >     >> > > >)
> >     >> > > escribió:
> >     >> > >
> >     >> > > > Yes, I think they are ready.  I removed the release/0.9.4
> > branches
> >     >> so
> >     >> > the
> >     >> > > > scripts should be able to make a new one.
> >     >> > > >
> >     >> > > > -Alex
> >     >> > > >
> >     >> > > > On 9/21/18, 8:58 AM, "OmPrakash Muppirala" <
> > bigosmallm@gmail.com>
> >     >> > > wrote:
> >     >> > > >
> >     >> > > >     Alex said in his last email that the repos are ready.
> > Will try
> >     >> in
> >     >> > a
> >     >> > > > few
> >     >> > > >     minutes.
> >     >> > > >
> >     >> > > >     Thanks,
> >     >> > > >     Om
> >     >> > > >
> >     >> > > >     On Fri, Sep 21, 2018, 7:24 AM Piotr Zarzycki <
> >     >> > > > piotrzarzycki21@gmail.com>
> >     >> > > >     wrote:
> >     >> > > >
> >     >> > > >     > Om,
> >     >> > > >     >
> >     >> > > >     > In my opinion you have everything ready to go! Since
> > develop
> >     >> is
> >     >> > > ready
> >     >> > > >     > probably you will start doing steps from the
> beginning,
> > so in
> >     >> the
> >     >> > > > results
> >     >> > > >     > we will get branches release/0.9.4. However they
> > already
> >     >> exists,
> >     >> > > > because
> >     >> > > >     > of
> >     >> > > >     > my previous attempt.
> >     >> > > >     >
> >     >> > > >     > Maybe before you even start they need to be removed.
> >     >> > > >     >
> >     >> > > >     > Thanks,
> >     >> > > >     > Piotr
> >     >> > > >     >
> >     >> > > >     >
> >     >> > > >     >
> >     >> > > >     > pt., 21 wrz 2018 o 16:16 OmPrakash Muppirala <
> >     >> > bigosmallm@gmail.com
> >     >> > > >
> >     >> > > >     > napisał(a):
> >     >> > > >     >
> >     >> > > >     > > So am I clear to try and release?  Or should I wait
> > for any
> >     >> > other
> >     >> > > > feature
> >     >> > > >     > > or bug?
> >     >> > > >     > >
> >     >> > > >     > > Thanks,
> >     >> > > >     > > Om
> >     >> > > >     > >
> >     >> > > >     > > On Fri, Sep 21, 2018, 6:20 AM Carlos Rovira <
> >     >> > > > carlosrovira@apache.org>
> >     >> > > >     > > wrote:
> >     >> > > >     > >
> >     >> > > >     > > > Hi Alex
> >     >> > > >     > > >
> >     >> > > >     > > > El vie., 21 sept. 2018 a las 3:06, Alex Harui
> >     >> > > >     > (<aharui@adobe.com.invalid
> >     >> > > >     > > >)
> >     >> > > >     > > > escribió:
> >     >> > > >     > > >
> >     >> > > >     > > > > I made some adjustments to the repos so that
> they
> >     >> "should"
> >     >> > be
> >     >> > > > ready
> >     >> > > >     > to
> >     >> > > >     > > > run
> >     >> > > >     > > > > the scripts and produce the 0.9.4 release.  Of
> > course, I
> >     >> > > could
> >     >> > > > be
> >     >> > > >     > > wrong.
> >     >> > > >     > > > > We'll see how Om fares.
> >     >> > > >     > > > >
> >     >> > > >     > > > >
> >     >> > > >     > > > so cool :)
> >     >> > > >     > > >
> >     >> > > >     > > >
> >     >> > > >     > > > > I also put in a change that should fix the
> > dependencies
> >     >> > > > issue.  So
> >     >> > > >     > the
> >     >> > > >     > > > > remaining questions are around the AMF problem.
> > I'm
> >     >> > thinking
> >     >> > > > of
> >     >> > > >     > > looking
> >     >> > > >     > > > > into what it takes to support Small Messages.
> > However,
> >     >> I
> >     >> > > > don't know
> >     >> > > >     > > > > anything about them.  How often will migrating
> > people be
> >     >> > > using
> >     >> > > > Small
> >     >> > > >     > > > > Messages?  Is it fair to tell them to turn off
> > Small
> >     >> > > Messages?
> >     >> > > >     > > > >
> >     >> > > >     > > >
> >     >> > > >     > > > I think for now, that small messages is a BlazeDS
> >     >> feature. I
> >     >> > > > search for
> >     >> > > >     > > > ZendAMF small messages and didn't fin d anything.
> > So my
> >     >> bet
> >     >> > is
> >     >> > > > that
> >     >> > > >     > small
> >     >> > > >     > > > messages is something only present in BlazeDS and
> > Data
> >     >> > Services
> >     >> > > > Adobe
> >     >> > > >     > > > software.
> >     >> > > >     > > >
> >     >> > > >     > > > In the other hand, I'll be check new info from
> > Darrell in
> >     >> 1-2
> >     >> > > > hours
> >     >> > > >     > from
> >     >> > > >     > > > now, but I think the problem with ZendAMF could be
> >     >> something
> >     >> > > > like the
> >     >> > > >     > one
> >     >> > > >     > > > happened with coldfusion where ArrayCollection
> > needs some
> >     >> > > special
> >     >> > > >     > > > treatment. I asked Darryl to start with simple
> > connections
> >     >> > like
> >     >> > > > we have
> >     >> > > >     > > in
> >     >> > > >     > > > our example (send and receive a String, then a
> > simple
> >     >> object,
> >     >> > > > and so
> >     >> > > >     > > > on...). I think is not good to start trying from a
> > real
> >     >> app
> >     >> > > > scenario
> >     >> > > >     > > where
> >     >> > > >     > > > many other things could be working against you.
> For
> >     >> example,
> >     >> > in
> >     >> > > > our
> >     >> > > >     > > > application, we have set up an additional encoding
> > to byte
> >     >> > > array.
> >     >> > > >     > > Something
> >     >> > > >     > > > that even I was completely forget, and when I
> > started to
> >     >> try
> >     >> > > > AMF, I was
> >     >> > > >     > > > always getting nothing until I reach to that
> point.
> >     >> > > >     > > >
> >     >> > > >     > > > So, as I said before, nothing should stop us to
> > release
> >     >> now.
> >     >> > If
> >     >> > > > things
> >     >> > > >     > go
> >     >> > > >     > > > ok, Harbs will be next release manager, and I hope
> > to be
> >     >> the
> >     >> > > > next one
> >     >> > > >     > :)
> >     >> > > >     > > >
> >     >> > > >     > > > Thanks
> >     >> > > >     > > >
> >     >> > > >     > > >
> >     >> > > >     > > >
> >     >> > > >     > > > >
> >     >> > > >     > > > > Thanks,
> >     >> > > >     > > > > -Alex
> >     >> > > >     > > > >
> >     >> > > >     > > > --
> >     >> > > >     > > > Carlos Rovira
> >     >> > > >     > > >
> >     >> > > >
> >     >> > >
> >     >> >
> >     >>
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
> >     >> > > >     > > >
> >     >> > > >     > >
> >     >> > > >     >
> >     >> > > >     >
> >     >> > > >     > --
> >     >> > > >     >
> >     >> > > >     > Piotr Zarzycki
> >     >> > > >     >
> >     >> > > >     > Patreon: *
> >     >> > > >
> >     >> > >
> >     >> >
> >     >>
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=VlfEFrmkwQC5UnUxxWv0VlNGx%2FBmgtWRZmGNplONbUE%3D&amp;reserved=0
> >     >> > > >     > <
> >     >> > > >
> >     >> > >
> >     >> >
> >     >>
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=VlfEFrmkwQC5UnUxxWv0VlNGx%2FBmgtWRZmGNplONbUE%3D&amp;reserved=0
> >     >> > > > >*
> >     >> > > >     >
> >     >> > > >
> >     >> > > >
> >     >> > > >
> >     >> > >
> >     >> > > --
> >     >> > > Carlos Rovira
> >     >> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
> >     >> > >
> >     >> >
> >     >>
> >     >>
> >     >> --
> >     >> Carlos Rovira
> >     >>
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
> >     >>
> >     >
> >
> >
> >
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Piotr Zarzycki <pi...@gmail.com>.
Om,

I think if you first try to build Royale framework with Maven all the
dependencies will be downloaded. During framework build you should get
question about license related to player global etc. Once you do successful
build  you could try to go and play with script for release. - That way to
go make you sure that script won't fail later during the process.

Thanks,
Piotr

pon., 24 wrz 2018 o 07:35 Alex Harui <ah...@adobe.com.invalid> napisał(a):

> According to the archives, try running:
>
>     mvn -s settings-template.xml clean install
>
> Thanks,
> -Alex
>
> On 9/23/18, 3:48 PM, "OmPrakash Muppirala" <bi...@gmail.com> wrote:
>
>     On Sun, Sep 23, 2018 at 3:43 PM OmPrakash Muppirala <
> bigosmallm@gmail.com>
>     wrote:
>
>     > Thanks.  I decided to stick with 1.8 :-)
>     >
>     >
>     BTW, this is when I run: mvn clean install in the royale-asjs
> directory:
>
>
>     > I am seeing this error:
>     >
>     > [ERROR] Failed to execute goal
>     >
> org.apache.royale.compiler:royale-maven-plugin:0.9.4-SNAPSHOT:compile-as
>     > (default-compile-as) on project Core: Could not resolve dependencies
> for
>     > project org.apache.royale.framework:Core:swc:0.9.4-SNAPSHOT: Failure
> to
>     > find com.adobe.air.framework:airglobal:swc:20.0 in
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0
> was cached in
>     > the local repository, resolution will not be reattempted until the
> update
>     > interval of apache-release has elapsed or updates are forced ->
> [Help 1]
>     >
>     > I don't see a `com` directory on
>     >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0
>     >
>     > Is that expected?
>     >
>     > Thanks,
>     > Om
>     >
>     >
>     > On Sun, Sep 23, 2018 at 2:15 AM Carlos Rovira <
> carlosrovira@apache.org>
>     > wrote:
>     >
>     >> Hi Om,
>     >>
>     >> I have Java 8 and 10 installed, and I think I was able to compile
> three
>     >> repos, but I find AMF java example doesn't work, since BlazeDS
> needs a
>     >> Lower version I need to go with 8 for this example. Maybe other
> part needs
>     >> as well 7 or 8.
>     >> I think trying another SDK should be left to some time between
> releases,
>     >> since if not you can find spending more time that you thought.
>     >>
>     >> just my 2
>     >>
>     >> Thanks
>     >>
>     >> Carlos
>     >>
>     >> El dom., 23 sept. 2018 a las 8:14, OmPrakash Muppirala (<
>     >> bigosmallm@gmail.com>) escribió:
>     >>
>     >> > Okay trying this out now.
>     >> >
>     >> > First question:  The release doc [1] says we need Java 1.7 or
> higher.
>     >> Has
>     >> > anyone tried Java 10?   That is the default version available
> through
>     >> all
>     >> > installation channels.
>     >> > Any pitfalls I should consider?
>     >> >
>     >> > Thanks,
>     >> > Om
>     >> >
>     >> > On Fri, Sep 21, 2018 at 12:23 PM Carlos Rovira <
> carlosrovira@apache.org
>     >> >
>     >> > wrote:
>     >> >
>     >> > > I think we are ready to go, so let's go! ;-)
>     >> > >
>     >> > > Good luck Om! :)
>     >> > >
>     >> > > El vie., 21 sept. 2018 a las 18:19, Alex Harui
>     >> (<aharui@adobe.com.invalid
>     >> > > >)
>     >> > > escribió:
>     >> > >
>     >> > > > Yes, I think they are ready.  I removed the release/0.9.4
> branches
>     >> so
>     >> > the
>     >> > > > scripts should be able to make a new one.
>     >> > > >
>     >> > > > -Alex
>     >> > > >
>     >> > > > On 9/21/18, 8:58 AM, "OmPrakash Muppirala" <
> bigosmallm@gmail.com>
>     >> > > wrote:
>     >> > > >
>     >> > > >     Alex said in his last email that the repos are ready.
> Will try
>     >> in
>     >> > a
>     >> > > > few
>     >> > > >     minutes.
>     >> > > >
>     >> > > >     Thanks,
>     >> > > >     Om
>     >> > > >
>     >> > > >     On Fri, Sep 21, 2018, 7:24 AM Piotr Zarzycki <
>     >> > > > piotrzarzycki21@gmail.com>
>     >> > > >     wrote:
>     >> > > >
>     >> > > >     > Om,
>     >> > > >     >
>     >> > > >     > In my opinion you have everything ready to go! Since
> develop
>     >> is
>     >> > > ready
>     >> > > >     > probably you will start doing steps from the beginning,
> so in
>     >> the
>     >> > > > results
>     >> > > >     > we will get branches release/0.9.4. However they
> already
>     >> exists,
>     >> > > > because
>     >> > > >     > of
>     >> > > >     > my previous attempt.
>     >> > > >     >
>     >> > > >     > Maybe before you even start they need to be removed.
>     >> > > >     >
>     >> > > >     > Thanks,
>     >> > > >     > Piotr
>     >> > > >     >
>     >> > > >     >
>     >> > > >     >
>     >> > > >     > pt., 21 wrz 2018 o 16:16 OmPrakash Muppirala <
>     >> > bigosmallm@gmail.com
>     >> > > >
>     >> > > >     > napisał(a):
>     >> > > >     >
>     >> > > >     > > So am I clear to try and release?  Or should I wait
> for any
>     >> > other
>     >> > > > feature
>     >> > > >     > > or bug?
>     >> > > >     > >
>     >> > > >     > > Thanks,
>     >> > > >     > > Om
>     >> > > >     > >
>     >> > > >     > > On Fri, Sep 21, 2018, 6:20 AM Carlos Rovira <
>     >> > > > carlosrovira@apache.org>
>     >> > > >     > > wrote:
>     >> > > >     > >
>     >> > > >     > > > Hi Alex
>     >> > > >     > > >
>     >> > > >     > > > El vie., 21 sept. 2018 a las 3:06, Alex Harui
>     >> > > >     > (<aharui@adobe.com.invalid
>     >> > > >     > > >)
>     >> > > >     > > > escribió:
>     >> > > >     > > >
>     >> > > >     > > > > I made some adjustments to the repos so that they
>     >> "should"
>     >> > be
>     >> > > > ready
>     >> > > >     > to
>     >> > > >     > > > run
>     >> > > >     > > > > the scripts and produce the 0.9.4 release.  Of
> course, I
>     >> > > could
>     >> > > > be
>     >> > > >     > > wrong.
>     >> > > >     > > > > We'll see how Om fares.
>     >> > > >     > > > >
>     >> > > >     > > > >
>     >> > > >     > > > so cool :)
>     >> > > >     > > >
>     >> > > >     > > >
>     >> > > >     > > > > I also put in a change that should fix the
> dependencies
>     >> > > > issue.  So
>     >> > > >     > the
>     >> > > >     > > > > remaining questions are around the AMF problem.
> I'm
>     >> > thinking
>     >> > > > of
>     >> > > >     > > looking
>     >> > > >     > > > > into what it takes to support Small Messages.
> However,
>     >> I
>     >> > > > don't know
>     >> > > >     > > > > anything about them.  How often will migrating
> people be
>     >> > > using
>     >> > > > Small
>     >> > > >     > > > > Messages?  Is it fair to tell them to turn off
> Small
>     >> > > Messages?
>     >> > > >     > > > >
>     >> > > >     > > >
>     >> > > >     > > > I think for now, that small messages is a BlazeDS
>     >> feature. I
>     >> > > > search for
>     >> > > >     > > > ZendAMF small messages and didn't fin d anything.
> So my
>     >> bet
>     >> > is
>     >> > > > that
>     >> > > >     > small
>     >> > > >     > > > messages is something only present in BlazeDS and
> Data
>     >> > Services
>     >> > > > Adobe
>     >> > > >     > > > software.
>     >> > > >     > > >
>     >> > > >     > > > In the other hand, I'll be check new info from
> Darrell in
>     >> 1-2
>     >> > > > hours
>     >> > > >     > from
>     >> > > >     > > > now, but I think the problem with ZendAMF could be
>     >> something
>     >> > > > like the
>     >> > > >     > one
>     >> > > >     > > > happened with coldfusion where ArrayCollection
> needs some
>     >> > > special
>     >> > > >     > > > treatment. I asked Darryl to start with simple
> connections
>     >> > like
>     >> > > > we have
>     >> > > >     > > in
>     >> > > >     > > > our example (send and receive a String, then a
> simple
>     >> object,
>     >> > > > and so
>     >> > > >     > > > on...). I think is not good to start trying from a
> real
>     >> app
>     >> > > > scenario
>     >> > > >     > > where
>     >> > > >     > > > many other things could be working against you. For
>     >> example,
>     >> > in
>     >> > > > our
>     >> > > >     > > > application, we have set up an additional encoding
> to byte
>     >> > > array.
>     >> > > >     > > Something
>     >> > > >     > > > that even I was completely forget, and when I
> started to
>     >> try
>     >> > > > AMF, I was
>     >> > > >     > > > always getting nothing until I reach to that point.
>     >> > > >     > > >
>     >> > > >     > > > So, as I said before, nothing should stop us to
> release
>     >> now.
>     >> > If
>     >> > > > things
>     >> > > >     > go
>     >> > > >     > > > ok, Harbs will be next release manager, and I hope
> to be
>     >> the
>     >> > > > next one
>     >> > > >     > :)
>     >> > > >     > > >
>     >> > > >     > > > Thanks
>     >> > > >     > > >
>     >> > > >     > > >
>     >> > > >     > > >
>     >> > > >     > > > >
>     >> > > >     > > > > Thanks,
>     >> > > >     > > > > -Alex
>     >> > > >     > > > >
>     >> > > >     > > > --
>     >> > > >     > > > Carlos Rovira
>     >> > > >     > > >
>     >> > > >
>     >> > >
>     >> >
>     >>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
>     >> > > >     > > >
>     >> > > >     > >
>     >> > > >     >
>     >> > > >     >
>     >> > > >     > --
>     >> > > >     >
>     >> > > >     > Piotr Zarzycki
>     >> > > >     >
>     >> > > >     > Patreon: *
>     >> > > >
>     >> > >
>     >> >
>     >>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=VlfEFrmkwQC5UnUxxWv0VlNGx%2FBmgtWRZmGNplONbUE%3D&amp;reserved=0
>     >> > > >     > <
>     >> > > >
>     >> > >
>     >> >
>     >>
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=VlfEFrmkwQC5UnUxxWv0VlNGx%2FBmgtWRZmGNplONbUE%3D&amp;reserved=0
>     >> > > > >*
>     >> > > >     >
>     >> > > >
>     >> > > >
>     >> > > >
>     >> > >
>     >> > > --
>     >> > > Carlos Rovira
>     >> > >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
>     >> > >
>     >> >
>     >>
>     >>
>     >> --
>     >> Carlos Rovira
>     >>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
>     >>
>     >
>
>
>

-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Alex Harui <ah...@adobe.com.INVALID>.
According to the archives, try running:

    mvn -s settings-template.xml clean install

Thanks,
-Alex

On 9/23/18, 3:48 PM, "OmPrakash Muppirala" <bi...@gmail.com> wrote:

    On Sun, Sep 23, 2018 at 3:43 PM OmPrakash Muppirala <bi...@gmail.com>
    wrote:
    
    > Thanks.  I decided to stick with 1.8 :-)
    >
    >
    BTW, this is when I run: mvn clean install in the royale-asjs directory:
    
    
    > I am seeing this error:
    >
    > [ERROR] Failed to execute goal
    > org.apache.royale.compiler:royale-maven-plugin:0.9.4-SNAPSHOT:compile-as
    > (default-compile-as) on project Core: Could not resolve dependencies for
    > project org.apache.royale.framework:Core:swc:0.9.4-SNAPSHOT: Failure to
    > find com.adobe.air.framework:airglobal:swc:20.0 in
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0 was cached in
    > the local repository, resolution will not be reattempted until the update
    > interval of apache-release has elapsed or updates are forced -> [Help 1]
    >
    > I don't see a `com` directory on
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&amp;reserved=0
    >
    > Is that expected?
    >
    > Thanks,
    > Om
    >
    >
    > On Sun, Sep 23, 2018 at 2:15 AM Carlos Rovira <ca...@apache.org>
    > wrote:
    >
    >> Hi Om,
    >>
    >> I have Java 8 and 10 installed, and I think I was able to compile three
    >> repos, but I find AMF java example doesn't work, since BlazeDS needs a
    >> Lower version I need to go with 8 for this example. Maybe other part needs
    >> as well 7 or 8.
    >> I think trying another SDK should be left to some time between releases,
    >> since if not you can find spending more time that you thought.
    >>
    >> just my 2
    >>
    >> Thanks
    >>
    >> Carlos
    >>
    >> El dom., 23 sept. 2018 a las 8:14, OmPrakash Muppirala (<
    >> bigosmallm@gmail.com>) escribió:
    >>
    >> > Okay trying this out now.
    >> >
    >> > First question:  The release doc [1] says we need Java 1.7 or higher.
    >> Has
    >> > anyone tried Java 10?   That is the default version available through
    >> all
    >> > installation channels.
    >> > Any pitfalls I should consider?
    >> >
    >> > Thanks,
    >> > Om
    >> >
    >> > On Fri, Sep 21, 2018 at 12:23 PM Carlos Rovira <carlosrovira@apache.org
    >> >
    >> > wrote:
    >> >
    >> > > I think we are ready to go, so let's go! ;-)
    >> > >
    >> > > Good luck Om! :)
    >> > >
    >> > > El vie., 21 sept. 2018 a las 18:19, Alex Harui
    >> (<aharui@adobe.com.invalid
    >> > > >)
    >> > > escribió:
    >> > >
    >> > > > Yes, I think they are ready.  I removed the release/0.9.4 branches
    >> so
    >> > the
    >> > > > scripts should be able to make a new one.
    >> > > >
    >> > > > -Alex
    >> > > >
    >> > > > On 9/21/18, 8:58 AM, "OmPrakash Muppirala" <bi...@gmail.com>
    >> > > wrote:
    >> > > >
    >> > > >     Alex said in his last email that the repos are ready.  Will try
    >> in
    >> > a
    >> > > > few
    >> > > >     minutes.
    >> > > >
    >> > > >     Thanks,
    >> > > >     Om
    >> > > >
    >> > > >     On Fri, Sep 21, 2018, 7:24 AM Piotr Zarzycki <
    >> > > > piotrzarzycki21@gmail.com>
    >> > > >     wrote:
    >> > > >
    >> > > >     > Om,
    >> > > >     >
    >> > > >     > In my opinion you have everything ready to go! Since develop
    >> is
    >> > > ready
    >> > > >     > probably you will start doing steps from the beginning, so in
    >> the
    >> > > > results
    >> > > >     > we will get branches release/0.9.4. However they already
    >> exists,
    >> > > > because
    >> > > >     > of
    >> > > >     > my previous attempt.
    >> > > >     >
    >> > > >     > Maybe before you even start they need to be removed.
    >> > > >     >
    >> > > >     > Thanks,
    >> > > >     > Piotr
    >> > > >     >
    >> > > >     >
    >> > > >     >
    >> > > >     > pt., 21 wrz 2018 o 16:16 OmPrakash Muppirala <
    >> > bigosmallm@gmail.com
    >> > > >
    >> > > >     > napisał(a):
    >> > > >     >
    >> > > >     > > So am I clear to try and release?  Or should I wait for any
    >> > other
    >> > > > feature
    >> > > >     > > or bug?
    >> > > >     > >
    >> > > >     > > Thanks,
    >> > > >     > > Om
    >> > > >     > >
    >> > > >     > > On Fri, Sep 21, 2018, 6:20 AM Carlos Rovira <
    >> > > > carlosrovira@apache.org>
    >> > > >     > > wrote:
    >> > > >     > >
    >> > > >     > > > Hi Alex
    >> > > >     > > >
    >> > > >     > > > El vie., 21 sept. 2018 a las 3:06, Alex Harui
    >> > > >     > (<aharui@adobe.com.invalid
    >> > > >     > > >)
    >> > > >     > > > escribió:
    >> > > >     > > >
    >> > > >     > > > > I made some adjustments to the repos so that they
    >> "should"
    >> > be
    >> > > > ready
    >> > > >     > to
    >> > > >     > > > run
    >> > > >     > > > > the scripts and produce the 0.9.4 release.  Of course, I
    >> > > could
    >> > > > be
    >> > > >     > > wrong.
    >> > > >     > > > > We'll see how Om fares.
    >> > > >     > > > >
    >> > > >     > > > >
    >> > > >     > > > so cool :)
    >> > > >     > > >
    >> > > >     > > >
    >> > > >     > > > > I also put in a change that should fix the dependencies
    >> > > > issue.  So
    >> > > >     > the
    >> > > >     > > > > remaining questions are around the AMF problem.  I'm
    >> > thinking
    >> > > > of
    >> > > >     > > looking
    >> > > >     > > > > into what it takes to support Small Messages.  However,
    >> I
    >> > > > don't know
    >> > > >     > > > > anything about them.  How often will migrating people be
    >> > > using
    >> > > > Small
    >> > > >     > > > > Messages?  Is it fair to tell them to turn off Small
    >> > > Messages?
    >> > > >     > > > >
    >> > > >     > > >
    >> > > >     > > > I think for now, that small messages is a BlazeDS
    >> feature. I
    >> > > > search for
    >> > > >     > > > ZendAMF small messages and didn't fin d anything. So my
    >> bet
    >> > is
    >> > > > that
    >> > > >     > small
    >> > > >     > > > messages is something only present in BlazeDS and Data
    >> > Services
    >> > > > Adobe
    >> > > >     > > > software.
    >> > > >     > > >
    >> > > >     > > > In the other hand, I'll be check new info from Darrell in
    >> 1-2
    >> > > > hours
    >> > > >     > from
    >> > > >     > > > now, but I think the problem with ZendAMF could be
    >> something
    >> > > > like the
    >> > > >     > one
    >> > > >     > > > happened with coldfusion where ArrayCollection needs some
    >> > > special
    >> > > >     > > > treatment. I asked Darryl to start with simple connections
    >> > like
    >> > > > we have
    >> > > >     > > in
    >> > > >     > > > our example (send and receive a String, then a simple
    >> object,
    >> > > > and so
    >> > > >     > > > on...). I think is not good to start trying from a real
    >> app
    >> > > > scenario
    >> > > >     > > where
    >> > > >     > > > many other things could be working against you. For
    >> example,
    >> > in
    >> > > > our
    >> > > >     > > > application, we have set up an additional encoding to byte
    >> > > array.
    >> > > >     > > Something
    >> > > >     > > > that even I was completely forget, and when I started to
    >> try
    >> > > > AMF, I was
    >> > > >     > > > always getting nothing until I reach to that point.
    >> > > >     > > >
    >> > > >     > > > So, as I said before, nothing should stop us to release
    >> now.
    >> > If
    >> > > > things
    >> > > >     > go
    >> > > >     > > > ok, Harbs will be next release manager, and I hope to be
    >> the
    >> > > > next one
    >> > > >     > :)
    >> > > >     > > >
    >> > > >     > > > Thanks
    >> > > >     > > >
    >> > > >     > > >
    >> > > >     > > >
    >> > > >     > > > >
    >> > > >     > > > > Thanks,
    >> > > >     > > > > -Alex
    >> > > >     > > > >
    >> > > >     > > > --
    >> > > >     > > > Carlos Rovira
    >> > > >     > > >
    >> > > >
    >> > >
    >> >
    >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
    >> > > >     > > >
    >> > > >     > >
    >> > > >     >
    >> > > >     >
    >> > > >     > --
    >> > > >     >
    >> > > >     > Piotr Zarzycki
    >> > > >     >
    >> > > >     > Patreon: *
    >> > > >
    >> > >
    >> >
    >> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=VlfEFrmkwQC5UnUxxWv0VlNGx%2FBmgtWRZmGNplONbUE%3D&amp;reserved=0
    >> > > >     > <
    >> > > >
    >> > >
    >> >
    >> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=VlfEFrmkwQC5UnUxxWv0VlNGx%2FBmgtWRZmGNplONbUE%3D&amp;reserved=0
    >> > > > >*
    >> > > >     >
    >> > > >
    >> > > >
    >> > > >
    >> > >
    >> > > --
    >> > > Carlos Rovira
    >> > > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
    >> > >
    >> >
    >>
    >>
    >> --
    >> Carlos Rovira
    >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&amp;sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&amp;reserved=0
    >>
    >
    


Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by OmPrakash Muppirala <bi...@gmail.com>.
On Sun, Sep 23, 2018 at 3:43 PM OmPrakash Muppirala <bi...@gmail.com>
wrote:

> Thanks.  I decided to stick with 1.8 :-)
>
>
BTW, this is when I run: mvn clean install in the royale-asjs directory:


> I am seeing this error:
>
> [ERROR] Failed to execute goal
> org.apache.royale.compiler:royale-maven-plugin:0.9.4-SNAPSHOT:compile-as
> (default-compile-as) on project Core: Could not resolve dependencies for
> project org.apache.royale.framework:Core:swc:0.9.4-SNAPSHOT: Failure to
> find com.adobe.air.framework:airglobal:swc:20.0 in
> https://repository.apache.org/content/repositories/releases was cached in
> the local repository, resolution will not be reattempted until the update
> interval of apache-release has elapsed or updates are forced -> [Help 1]
>
> I don't see a `com` directory on
> https://repository.apache.org/content/repositories/releases
>
> Is that expected?
>
> Thanks,
> Om
>
>
> On Sun, Sep 23, 2018 at 2:15 AM Carlos Rovira <ca...@apache.org>
> wrote:
>
>> Hi Om,
>>
>> I have Java 8 and 10 installed, and I think I was able to compile three
>> repos, but I find AMF java example doesn't work, since BlazeDS needs a
>> Lower version I need to go with 8 for this example. Maybe other part needs
>> as well 7 or 8.
>> I think trying another SDK should be left to some time between releases,
>> since if not you can find spending more time that you thought.
>>
>> just my 2
>>
>> Thanks
>>
>> Carlos
>>
>> El dom., 23 sept. 2018 a las 8:14, OmPrakash Muppirala (<
>> bigosmallm@gmail.com>) escribió:
>>
>> > Okay trying this out now.
>> >
>> > First question:  The release doc [1] says we need Java 1.7 or higher.
>> Has
>> > anyone tried Java 10?   That is the default version available through
>> all
>> > installation channels.
>> > Any pitfalls I should consider?
>> >
>> > Thanks,
>> > Om
>> >
>> > On Fri, Sep 21, 2018 at 12:23 PM Carlos Rovira <carlosrovira@apache.org
>> >
>> > wrote:
>> >
>> > > I think we are ready to go, so let's go! ;-)
>> > >
>> > > Good luck Om! :)
>> > >
>> > > El vie., 21 sept. 2018 a las 18:19, Alex Harui
>> (<aharui@adobe.com.invalid
>> > > >)
>> > > escribió:
>> > >
>> > > > Yes, I think they are ready.  I removed the release/0.9.4 branches
>> so
>> > the
>> > > > scripts should be able to make a new one.
>> > > >
>> > > > -Alex
>> > > >
>> > > > On 9/21/18, 8:58 AM, "OmPrakash Muppirala" <bi...@gmail.com>
>> > > wrote:
>> > > >
>> > > >     Alex said in his last email that the repos are ready.  Will try
>> in
>> > a
>> > > > few
>> > > >     minutes.
>> > > >
>> > > >     Thanks,
>> > > >     Om
>> > > >
>> > > >     On Fri, Sep 21, 2018, 7:24 AM Piotr Zarzycki <
>> > > > piotrzarzycki21@gmail.com>
>> > > >     wrote:
>> > > >
>> > > >     > Om,
>> > > >     >
>> > > >     > In my opinion you have everything ready to go! Since develop
>> is
>> > > ready
>> > > >     > probably you will start doing steps from the beginning, so in
>> the
>> > > > results
>> > > >     > we will get branches release/0.9.4. However they already
>> exists,
>> > > > because
>> > > >     > of
>> > > >     > my previous attempt.
>> > > >     >
>> > > >     > Maybe before you even start they need to be removed.
>> > > >     >
>> > > >     > Thanks,
>> > > >     > Piotr
>> > > >     >
>> > > >     >
>> > > >     >
>> > > >     > pt., 21 wrz 2018 o 16:16 OmPrakash Muppirala <
>> > bigosmallm@gmail.com
>> > > >
>> > > >     > napisał(a):
>> > > >     >
>> > > >     > > So am I clear to try and release?  Or should I wait for any
>> > other
>> > > > feature
>> > > >     > > or bug?
>> > > >     > >
>> > > >     > > Thanks,
>> > > >     > > Om
>> > > >     > >
>> > > >     > > On Fri, Sep 21, 2018, 6:20 AM Carlos Rovira <
>> > > > carlosrovira@apache.org>
>> > > >     > > wrote:
>> > > >     > >
>> > > >     > > > Hi Alex
>> > > >     > > >
>> > > >     > > > El vie., 21 sept. 2018 a las 3:06, Alex Harui
>> > > >     > (<aharui@adobe.com.invalid
>> > > >     > > >)
>> > > >     > > > escribió:
>> > > >     > > >
>> > > >     > > > > I made some adjustments to the repos so that they
>> "should"
>> > be
>> > > > ready
>> > > >     > to
>> > > >     > > > run
>> > > >     > > > > the scripts and produce the 0.9.4 release.  Of course, I
>> > > could
>> > > > be
>> > > >     > > wrong.
>> > > >     > > > > We'll see how Om fares.
>> > > >     > > > >
>> > > >     > > > >
>> > > >     > > > so cool :)
>> > > >     > > >
>> > > >     > > >
>> > > >     > > > > I also put in a change that should fix the dependencies
>> > > > issue.  So
>> > > >     > the
>> > > >     > > > > remaining questions are around the AMF problem.  I'm
>> > thinking
>> > > > of
>> > > >     > > looking
>> > > >     > > > > into what it takes to support Small Messages.  However,
>> I
>> > > > don't know
>> > > >     > > > > anything about them.  How often will migrating people be
>> > > using
>> > > > Small
>> > > >     > > > > Messages?  Is it fair to tell them to turn off Small
>> > > Messages?
>> > > >     > > > >
>> > > >     > > >
>> > > >     > > > I think for now, that small messages is a BlazeDS
>> feature. I
>> > > > search for
>> > > >     > > > ZendAMF small messages and didn't fin d anything. So my
>> bet
>> > is
>> > > > that
>> > > >     > small
>> > > >     > > > messages is something only present in BlazeDS and Data
>> > Services
>> > > > Adobe
>> > > >     > > > software.
>> > > >     > > >
>> > > >     > > > In the other hand, I'll be check new info from Darrell in
>> 1-2
>> > > > hours
>> > > >     > from
>> > > >     > > > now, but I think the problem with ZendAMF could be
>> something
>> > > > like the
>> > > >     > one
>> > > >     > > > happened with coldfusion where ArrayCollection needs some
>> > > special
>> > > >     > > > treatment. I asked Darryl to start with simple connections
>> > like
>> > > > we have
>> > > >     > > in
>> > > >     > > > our example (send and receive a String, then a simple
>> object,
>> > > > and so
>> > > >     > > > on...). I think is not good to start trying from a real
>> app
>> > > > scenario
>> > > >     > > where
>> > > >     > > > many other things could be working against you. For
>> example,
>> > in
>> > > > our
>> > > >     > > > application, we have set up an additional encoding to byte
>> > > array.
>> > > >     > > Something
>> > > >     > > > that even I was completely forget, and when I started to
>> try
>> > > > AMF, I was
>> > > >     > > > always getting nothing until I reach to that point.
>> > > >     > > >
>> > > >     > > > So, as I said before, nothing should stop us to release
>> now.
>> > If
>> > > > things
>> > > >     > go
>> > > >     > > > ok, Harbs will be next release manager, and I hope to be
>> the
>> > > > next one
>> > > >     > :)
>> > > >     > > >
>> > > >     > > > Thanks
>> > > >     > > >
>> > > >     > > >
>> > > >     > > >
>> > > >     > > > >
>> > > >     > > > > Thanks,
>> > > >     > > > > -Alex
>> > > >     > > > >
>> > > >     > > > --
>> > > >     > > > Carlos Rovira
>> > > >     > > >
>> > > >
>> > >
>> >
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cdb30ed90e46d4f4a1e9508d61fdb15d1%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636731423152768393&amp;sdata=veGxp96IIELNTLlVFcclWR2UjezGP6nZIs%2FRTWkdyzg%3D&amp;reserved=0
>> > > >     > > >
>> > > >     > >
>> > > >     >
>> > > >     >
>> > > >     > --
>> > > >     >
>> > > >     > Piotr Zarzycki
>> > > >     >
>> > > >     > Patreon: *
>> > > >
>> > >
>> >
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cdb30ed90e46d4f4a1e9508d61fdb15d1%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636731423152778398&amp;sdata=%2BSZmNefKrj5UVuIYD3UISFlFLrkVZWy42DT0Zq6zkbw%3D&amp;reserved=0
>> > > >     > <
>> > > >
>> > >
>> >
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cdb30ed90e46d4f4a1e9508d61fdb15d1%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636731423152778398&amp;sdata=%2BSZmNefKrj5UVuIYD3UISFlFLrkVZWy42DT0Zq6zkbw%3D&amp;reserved=0
>> > > > >*
>> > > >     >
>> > > >
>> > > >
>> > > >
>> > >
>> > > --
>> > > Carlos Rovira
>> > > http://about.me/carlosrovira
>> > >
>> >
>>
>>
>> --
>> Carlos Rovira
>> http://about.me/carlosrovira
>>
>

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by OmPrakash Muppirala <bi...@gmail.com>.
Thanks.  I decided to stick with 1.8 :-)

I am seeing this error:

[ERROR] Failed to execute goal
org.apache.royale.compiler:royale-maven-plugin:0.9.4-SNAPSHOT:compile-as
(default-compile-as) on project Core: Could not resolve dependencies for
project org.apache.royale.framework:Core:swc:0.9.4-SNAPSHOT: Failure to
find com.adobe.air.framework:airglobal:swc:20.0 in
https://repository.apache.org/content/repositories/releases was cached in
the local repository, resolution will not be reattempted until the update
interval of apache-release has elapsed or updates are forced -> [Help 1]

I don't see a `com` directory on
https://repository.apache.org/content/repositories/releases

Is that expected?

Thanks,
Om


On Sun, Sep 23, 2018 at 2:15 AM Carlos Rovira <ca...@apache.org>
wrote:

> Hi Om,
>
> I have Java 8 and 10 installed, and I think I was able to compile three
> repos, but I find AMF java example doesn't work, since BlazeDS needs a
> Lower version I need to go with 8 for this example. Maybe other part needs
> as well 7 or 8.
> I think trying another SDK should be left to some time between releases,
> since if not you can find spending more time that you thought.
>
> just my 2
>
> Thanks
>
> Carlos
>
> El dom., 23 sept. 2018 a las 8:14, OmPrakash Muppirala (<
> bigosmallm@gmail.com>) escribió:
>
> > Okay trying this out now.
> >
> > First question:  The release doc [1] says we need Java 1.7 or higher.
> Has
> > anyone tried Java 10?   That is the default version available through all
> > installation channels.
> > Any pitfalls I should consider?
> >
> > Thanks,
> > Om
> >
> > On Fri, Sep 21, 2018 at 12:23 PM Carlos Rovira <ca...@apache.org>
> > wrote:
> >
> > > I think we are ready to go, so let's go! ;-)
> > >
> > > Good luck Om! :)
> > >
> > > El vie., 21 sept. 2018 a las 18:19, Alex Harui
> (<aharui@adobe.com.invalid
> > > >)
> > > escribió:
> > >
> > > > Yes, I think they are ready.  I removed the release/0.9.4 branches so
> > the
> > > > scripts should be able to make a new one.
> > > >
> > > > -Alex
> > > >
> > > > On 9/21/18, 8:58 AM, "OmPrakash Muppirala" <bi...@gmail.com>
> > > wrote:
> > > >
> > > >     Alex said in his last email that the repos are ready.  Will try
> in
> > a
> > > > few
> > > >     minutes.
> > > >
> > > >     Thanks,
> > > >     Om
> > > >
> > > >     On Fri, Sep 21, 2018, 7:24 AM Piotr Zarzycki <
> > > > piotrzarzycki21@gmail.com>
> > > >     wrote:
> > > >
> > > >     > Om,
> > > >     >
> > > >     > In my opinion you have everything ready to go! Since develop is
> > > ready
> > > >     > probably you will start doing steps from the beginning, so in
> the
> > > > results
> > > >     > we will get branches release/0.9.4. However they already
> exists,
> > > > because
> > > >     > of
> > > >     > my previous attempt.
> > > >     >
> > > >     > Maybe before you even start they need to be removed.
> > > >     >
> > > >     > Thanks,
> > > >     > Piotr
> > > >     >
> > > >     >
> > > >     >
> > > >     > pt., 21 wrz 2018 o 16:16 OmPrakash Muppirala <
> > bigosmallm@gmail.com
> > > >
> > > >     > napisał(a):
> > > >     >
> > > >     > > So am I clear to try and release?  Or should I wait for any
> > other
> > > > feature
> > > >     > > or bug?
> > > >     > >
> > > >     > > Thanks,
> > > >     > > Om
> > > >     > >
> > > >     > > On Fri, Sep 21, 2018, 6:20 AM Carlos Rovira <
> > > > carlosrovira@apache.org>
> > > >     > > wrote:
> > > >     > >
> > > >     > > > Hi Alex
> > > >     > > >
> > > >     > > > El vie., 21 sept. 2018 a las 3:06, Alex Harui
> > > >     > (<aharui@adobe.com.invalid
> > > >     > > >)
> > > >     > > > escribió:
> > > >     > > >
> > > >     > > > > I made some adjustments to the repos so that they
> "should"
> > be
> > > > ready
> > > >     > to
> > > >     > > > run
> > > >     > > > > the scripts and produce the 0.9.4 release.  Of course, I
> > > could
> > > > be
> > > >     > > wrong.
> > > >     > > > > We'll see how Om fares.
> > > >     > > > >
> > > >     > > > >
> > > >     > > > so cool :)
> > > >     > > >
> > > >     > > >
> > > >     > > > > I also put in a change that should fix the dependencies
> > > > issue.  So
> > > >     > the
> > > >     > > > > remaining questions are around the AMF problem.  I'm
> > thinking
> > > > of
> > > >     > > looking
> > > >     > > > > into what it takes to support Small Messages.  However, I
> > > > don't know
> > > >     > > > > anything about them.  How often will migrating people be
> > > using
> > > > Small
> > > >     > > > > Messages?  Is it fair to tell them to turn off Small
> > > Messages?
> > > >     > > > >
> > > >     > > >
> > > >     > > > I think for now, that small messages is a BlazeDS feature.
> I
> > > > search for
> > > >     > > > ZendAMF small messages and didn't fin d anything. So my bet
> > is
> > > > that
> > > >     > small
> > > >     > > > messages is something only present in BlazeDS and Data
> > Services
> > > > Adobe
> > > >     > > > software.
> > > >     > > >
> > > >     > > > In the other hand, I'll be check new info from Darrell in
> 1-2
> > > > hours
> > > >     > from
> > > >     > > > now, but I think the problem with ZendAMF could be
> something
> > > > like the
> > > >     > one
> > > >     > > > happened with coldfusion where ArrayCollection needs some
> > > special
> > > >     > > > treatment. I asked Darryl to start with simple connections
> > like
> > > > we have
> > > >     > > in
> > > >     > > > our example (send and receive a String, then a simple
> object,
> > > > and so
> > > >     > > > on...). I think is not good to start trying from a real app
> > > > scenario
> > > >     > > where
> > > >     > > > many other things could be working against you. For
> example,
> > in
> > > > our
> > > >     > > > application, we have set up an additional encoding to byte
> > > array.
> > > >     > > Something
> > > >     > > > that even I was completely forget, and when I started to
> try
> > > > AMF, I was
> > > >     > > > always getting nothing until I reach to that point.
> > > >     > > >
> > > >     > > > So, as I said before, nothing should stop us to release
> now.
> > If
> > > > things
> > > >     > go
> > > >     > > > ok, Harbs will be next release manager, and I hope to be
> the
> > > > next one
> > > >     > :)
> > > >     > > >
> > > >     > > > Thanks
> > > >     > > >
> > > >     > > >
> > > >     > > >
> > > >     > > > >
> > > >     > > > > Thanks,
> > > >     > > > > -Alex
> > > >     > > > >
> > > >     > > > --
> > > >     > > > Carlos Rovira
> > > >     > > >
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cdb30ed90e46d4f4a1e9508d61fdb15d1%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636731423152768393&amp;sdata=veGxp96IIELNTLlVFcclWR2UjezGP6nZIs%2FRTWkdyzg%3D&amp;reserved=0
> > > >     > > >
> > > >     > >
> > > >     >
> > > >     >
> > > >     > --
> > > >     >
> > > >     > Piotr Zarzycki
> > > >     >
> > > >     > Patreon: *
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cdb30ed90e46d4f4a1e9508d61fdb15d1%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636731423152778398&amp;sdata=%2BSZmNefKrj5UVuIYD3UISFlFLrkVZWy42DT0Zq6zkbw%3D&amp;reserved=0
> > > >     > <
> > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cdb30ed90e46d4f4a1e9508d61fdb15d1%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636731423152778398&amp;sdata=%2BSZmNefKrj5UVuIYD3UISFlFLrkVZWy42DT0Zq6zkbw%3D&amp;reserved=0
> > > > >*
> > > >     >
> > > >
> > > >
> > > >
> > >
> > > --
> > > Carlos Rovira
> > > http://about.me/carlosrovira
> > >
> >
>
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Carlos Rovira <ca...@apache.org>.
Hi Om,

I have Java 8 and 10 installed, and I think I was able to compile three
repos, but I find AMF java example doesn't work, since BlazeDS needs a
Lower version I need to go with 8 for this example. Maybe other part needs
as well 7 or 8.
I think trying another SDK should be left to some time between releases,
since if not you can find spending more time that you thought.

just my 2

Thanks

Carlos

El dom., 23 sept. 2018 a las 8:14, OmPrakash Muppirala (<
bigosmallm@gmail.com>) escribió:

> Okay trying this out now.
>
> First question:  The release doc [1] says we need Java 1.7 or higher.  Has
> anyone tried Java 10?   That is the default version available through all
> installation channels.
> Any pitfalls I should consider?
>
> Thanks,
> Om
>
> On Fri, Sep 21, 2018 at 12:23 PM Carlos Rovira <ca...@apache.org>
> wrote:
>
> > I think we are ready to go, so let's go! ;-)
> >
> > Good luck Om! :)
> >
> > El vie., 21 sept. 2018 a las 18:19, Alex Harui (<aharui@adobe.com.invalid
> > >)
> > escribió:
> >
> > > Yes, I think they are ready.  I removed the release/0.9.4 branches so
> the
> > > scripts should be able to make a new one.
> > >
> > > -Alex
> > >
> > > On 9/21/18, 8:58 AM, "OmPrakash Muppirala" <bi...@gmail.com>
> > wrote:
> > >
> > >     Alex said in his last email that the repos are ready.  Will try in
> a
> > > few
> > >     minutes.
> > >
> > >     Thanks,
> > >     Om
> > >
> > >     On Fri, Sep 21, 2018, 7:24 AM Piotr Zarzycki <
> > > piotrzarzycki21@gmail.com>
> > >     wrote:
> > >
> > >     > Om,
> > >     >
> > >     > In my opinion you have everything ready to go! Since develop is
> > ready
> > >     > probably you will start doing steps from the beginning, so in the
> > > results
> > >     > we will get branches release/0.9.4. However they already exists,
> > > because
> > >     > of
> > >     > my previous attempt.
> > >     >
> > >     > Maybe before you even start they need to be removed.
> > >     >
> > >     > Thanks,
> > >     > Piotr
> > >     >
> > >     >
> > >     >
> > >     > pt., 21 wrz 2018 o 16:16 OmPrakash Muppirala <
> bigosmallm@gmail.com
> > >
> > >     > napisał(a):
> > >     >
> > >     > > So am I clear to try and release?  Or should I wait for any
> other
> > > feature
> > >     > > or bug?
> > >     > >
> > >     > > Thanks,
> > >     > > Om
> > >     > >
> > >     > > On Fri, Sep 21, 2018, 6:20 AM Carlos Rovira <
> > > carlosrovira@apache.org>
> > >     > > wrote:
> > >     > >
> > >     > > > Hi Alex
> > >     > > >
> > >     > > > El vie., 21 sept. 2018 a las 3:06, Alex Harui
> > >     > (<aharui@adobe.com.invalid
> > >     > > >)
> > >     > > > escribió:
> > >     > > >
> > >     > > > > I made some adjustments to the repos so that they "should"
> be
> > > ready
> > >     > to
> > >     > > > run
> > >     > > > > the scripts and produce the 0.9.4 release.  Of course, I
> > could
> > > be
> > >     > > wrong.
> > >     > > > > We'll see how Om fares.
> > >     > > > >
> > >     > > > >
> > >     > > > so cool :)
> > >     > > >
> > >     > > >
> > >     > > > > I also put in a change that should fix the dependencies
> > > issue.  So
> > >     > the
> > >     > > > > remaining questions are around the AMF problem.  I'm
> thinking
> > > of
> > >     > > looking
> > >     > > > > into what it takes to support Small Messages.  However, I
> > > don't know
> > >     > > > > anything about them.  How often will migrating people be
> > using
> > > Small
> > >     > > > > Messages?  Is it fair to tell them to turn off Small
> > Messages?
> > >     > > > >
> > >     > > >
> > >     > > > I think for now, that small messages is a BlazeDS feature. I
> > > search for
> > >     > > > ZendAMF small messages and didn't fin d anything. So my bet
> is
> > > that
> > >     > small
> > >     > > > messages is something only present in BlazeDS and Data
> Services
> > > Adobe
> > >     > > > software.
> > >     > > >
> > >     > > > In the other hand, I'll be check new info from Darrell in 1-2
> > > hours
> > >     > from
> > >     > > > now, but I think the problem with ZendAMF could be something
> > > like the
> > >     > one
> > >     > > > happened with coldfusion where ArrayCollection needs some
> > special
> > >     > > > treatment. I asked Darryl to start with simple connections
> like
> > > we have
> > >     > > in
> > >     > > > our example (send and receive a String, then a simple object,
> > > and so
> > >     > > > on...). I think is not good to start trying from a real app
> > > scenario
> > >     > > where
> > >     > > > many other things could be working against you. For example,
> in
> > > our
> > >     > > > application, we have set up an additional encoding to byte
> > array.
> > >     > > Something
> > >     > > > that even I was completely forget, and when I started to try
> > > AMF, I was
> > >     > > > always getting nothing until I reach to that point.
> > >     > > >
> > >     > > > So, as I said before, nothing should stop us to release now.
> If
> > > things
> > >     > go
> > >     > > > ok, Harbs will be next release manager, and I hope to be the
> > > next one
> > >     > :)
> > >     > > >
> > >     > > > Thanks
> > >     > > >
> > >     > > >
> > >     > > >
> > >     > > > >
> > >     > > > > Thanks,
> > >     > > > > -Alex
> > >     > > > >
> > >     > > > --
> > >     > > > Carlos Rovira
> > >     > > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cdb30ed90e46d4f4a1e9508d61fdb15d1%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636731423152768393&amp;sdata=veGxp96IIELNTLlVFcclWR2UjezGP6nZIs%2FRTWkdyzg%3D&amp;reserved=0
> > >     > > >
> > >     > >
> > >     >
> > >     >
> > >     > --
> > >     >
> > >     > Piotr Zarzycki
> > >     >
> > >     > Patreon: *
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cdb30ed90e46d4f4a1e9508d61fdb15d1%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636731423152778398&amp;sdata=%2BSZmNefKrj5UVuIYD3UISFlFLrkVZWy42DT0Zq6zkbw%3D&amp;reserved=0
> > >     > <
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cdb30ed90e46d4f4a1e9508d61fdb15d1%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636731423152778398&amp;sdata=%2BSZmNefKrj5UVuIYD3UISFlFLrkVZWy42DT0Zq6zkbw%3D&amp;reserved=0
> > > >*
> > >     >
> > >
> > >
> > >
> >
> > --
> > Carlos Rovira
> > http://about.me/carlosrovira
> >
>


-- 
Carlos Rovira
http://about.me/carlosrovira

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by OmPrakash Muppirala <bi...@gmail.com>.
Okay trying this out now.

First question:  The release doc [1] says we need Java 1.7 or higher.  Has
anyone tried Java 10?   That is the default version available through all
installation channels.
Any pitfalls I should consider?

Thanks,
Om

On Fri, Sep 21, 2018 at 12:23 PM Carlos Rovira <ca...@apache.org>
wrote:

> I think we are ready to go, so let's go! ;-)
>
> Good luck Om! :)
>
> El vie., 21 sept. 2018 a las 18:19, Alex Harui (<aharui@adobe.com.invalid
> >)
> escribió:
>
> > Yes, I think they are ready.  I removed the release/0.9.4 branches so the
> > scripts should be able to make a new one.
> >
> > -Alex
> >
> > On 9/21/18, 8:58 AM, "OmPrakash Muppirala" <bi...@gmail.com>
> wrote:
> >
> >     Alex said in his last email that the repos are ready.  Will try in a
> > few
> >     minutes.
> >
> >     Thanks,
> >     Om
> >
> >     On Fri, Sep 21, 2018, 7:24 AM Piotr Zarzycki <
> > piotrzarzycki21@gmail.com>
> >     wrote:
> >
> >     > Om,
> >     >
> >     > In my opinion you have everything ready to go! Since develop is
> ready
> >     > probably you will start doing steps from the beginning, so in the
> > results
> >     > we will get branches release/0.9.4. However they already exists,
> > because
> >     > of
> >     > my previous attempt.
> >     >
> >     > Maybe before you even start they need to be removed.
> >     >
> >     > Thanks,
> >     > Piotr
> >     >
> >     >
> >     >
> >     > pt., 21 wrz 2018 o 16:16 OmPrakash Muppirala <bigosmallm@gmail.com
> >
> >     > napisał(a):
> >     >
> >     > > So am I clear to try and release?  Or should I wait for any other
> > feature
> >     > > or bug?
> >     > >
> >     > > Thanks,
> >     > > Om
> >     > >
> >     > > On Fri, Sep 21, 2018, 6:20 AM Carlos Rovira <
> > carlosrovira@apache.org>
> >     > > wrote:
> >     > >
> >     > > > Hi Alex
> >     > > >
> >     > > > El vie., 21 sept. 2018 a las 3:06, Alex Harui
> >     > (<aharui@adobe.com.invalid
> >     > > >)
> >     > > > escribió:
> >     > > >
> >     > > > > I made some adjustments to the repos so that they "should" be
> > ready
> >     > to
> >     > > > run
> >     > > > > the scripts and produce the 0.9.4 release.  Of course, I
> could
> > be
> >     > > wrong.
> >     > > > > We'll see how Om fares.
> >     > > > >
> >     > > > >
> >     > > > so cool :)
> >     > > >
> >     > > >
> >     > > > > I also put in a change that should fix the dependencies
> > issue.  So
> >     > the
> >     > > > > remaining questions are around the AMF problem.  I'm thinking
> > of
> >     > > looking
> >     > > > > into what it takes to support Small Messages.  However, I
> > don't know
> >     > > > > anything about them.  How often will migrating people be
> using
> > Small
> >     > > > > Messages?  Is it fair to tell them to turn off Small
> Messages?
> >     > > > >
> >     > > >
> >     > > > I think for now, that small messages is a BlazeDS feature. I
> > search for
> >     > > > ZendAMF small messages and didn't fin d anything. So my bet is
> > that
> >     > small
> >     > > > messages is something only present in BlazeDS and Data Services
> > Adobe
> >     > > > software.
> >     > > >
> >     > > > In the other hand, I'll be check new info from Darrell in 1-2
> > hours
> >     > from
> >     > > > now, but I think the problem with ZendAMF could be something
> > like the
> >     > one
> >     > > > happened with coldfusion where ArrayCollection needs some
> special
> >     > > > treatment. I asked Darryl to start with simple connections like
> > we have
> >     > > in
> >     > > > our example (send and receive a String, then a simple object,
> > and so
> >     > > > on...). I think is not good to start trying from a real app
> > scenario
> >     > > where
> >     > > > many other things could be working against you. For example, in
> > our
> >     > > > application, we have set up an additional encoding to byte
> array.
> >     > > Something
> >     > > > that even I was completely forget, and when I started to try
> > AMF, I was
> >     > > > always getting nothing until I reach to that point.
> >     > > >
> >     > > > So, as I said before, nothing should stop us to release now. If
> > things
> >     > go
> >     > > > ok, Harbs will be next release manager, and I hope to be the
> > next one
> >     > :)
> >     > > >
> >     > > > Thanks
> >     > > >
> >     > > >
> >     > > >
> >     > > > >
> >     > > > > Thanks,
> >     > > > > -Alex
> >     > > > >
> >     > > > --
> >     > > > Carlos Rovira
> >     > > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cdb30ed90e46d4f4a1e9508d61fdb15d1%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636731423152768393&amp;sdata=veGxp96IIELNTLlVFcclWR2UjezGP6nZIs%2FRTWkdyzg%3D&amp;reserved=0
> >     > > >
> >     > >
> >     >
> >     >
> >     > --
> >     >
> >     > Piotr Zarzycki
> >     >
> >     > Patreon: *
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cdb30ed90e46d4f4a1e9508d61fdb15d1%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636731423152778398&amp;sdata=%2BSZmNefKrj5UVuIYD3UISFlFLrkVZWy42DT0Zq6zkbw%3D&amp;reserved=0
> >     > <
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cdb30ed90e46d4f4a1e9508d61fdb15d1%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636731423152778398&amp;sdata=%2BSZmNefKrj5UVuIYD3UISFlFLrkVZWy42DT0Zq6zkbw%3D&amp;reserved=0
> > >*
> >     >
> >
> >
> >
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Carlos Rovira <ca...@apache.org>.
I think we are ready to go, so let's go! ;-)

Good luck Om! :)

El vie., 21 sept. 2018 a las 18:19, Alex Harui (<ah...@adobe.com.invalid>)
escribió:

> Yes, I think they are ready.  I removed the release/0.9.4 branches so the
> scripts should be able to make a new one.
>
> -Alex
>
> On 9/21/18, 8:58 AM, "OmPrakash Muppirala" <bi...@gmail.com> wrote:
>
>     Alex said in his last email that the repos are ready.  Will try in a
> few
>     minutes.
>
>     Thanks,
>     Om
>
>     On Fri, Sep 21, 2018, 7:24 AM Piotr Zarzycki <
> piotrzarzycki21@gmail.com>
>     wrote:
>
>     > Om,
>     >
>     > In my opinion you have everything ready to go! Since develop is ready
>     > probably you will start doing steps from the beginning, so in the
> results
>     > we will get branches release/0.9.4. However they already exists,
> because
>     > of
>     > my previous attempt.
>     >
>     > Maybe before you even start they need to be removed.
>     >
>     > Thanks,
>     > Piotr
>     >
>     >
>     >
>     > pt., 21 wrz 2018 o 16:16 OmPrakash Muppirala <bi...@gmail.com>
>     > napisał(a):
>     >
>     > > So am I clear to try and release?  Or should I wait for any other
> feature
>     > > or bug?
>     > >
>     > > Thanks,
>     > > Om
>     > >
>     > > On Fri, Sep 21, 2018, 6:20 AM Carlos Rovira <
> carlosrovira@apache.org>
>     > > wrote:
>     > >
>     > > > Hi Alex
>     > > >
>     > > > El vie., 21 sept. 2018 a las 3:06, Alex Harui
>     > (<aharui@adobe.com.invalid
>     > > >)
>     > > > escribió:
>     > > >
>     > > > > I made some adjustments to the repos so that they "should" be
> ready
>     > to
>     > > > run
>     > > > > the scripts and produce the 0.9.4 release.  Of course, I could
> be
>     > > wrong.
>     > > > > We'll see how Om fares.
>     > > > >
>     > > > >
>     > > > so cool :)
>     > > >
>     > > >
>     > > > > I also put in a change that should fix the dependencies
> issue.  So
>     > the
>     > > > > remaining questions are around the AMF problem.  I'm thinking
> of
>     > > looking
>     > > > > into what it takes to support Small Messages.  However, I
> don't know
>     > > > > anything about them.  How often will migrating people be using
> Small
>     > > > > Messages?  Is it fair to tell them to turn off Small Messages?
>     > > > >
>     > > >
>     > > > I think for now, that small messages is a BlazeDS feature. I
> search for
>     > > > ZendAMF small messages and didn't fin d anything. So my bet is
> that
>     > small
>     > > > messages is something only present in BlazeDS and Data Services
> Adobe
>     > > > software.
>     > > >
>     > > > In the other hand, I'll be check new info from Darrell in 1-2
> hours
>     > from
>     > > > now, but I think the problem with ZendAMF could be something
> like the
>     > one
>     > > > happened with coldfusion where ArrayCollection needs some special
>     > > > treatment. I asked Darryl to start with simple connections like
> we have
>     > > in
>     > > > our example (send and receive a String, then a simple object,
> and so
>     > > > on...). I think is not good to start trying from a real app
> scenario
>     > > where
>     > > > many other things could be working against you. For example, in
> our
>     > > > application, we have set up an additional encoding to byte array.
>     > > Something
>     > > > that even I was completely forget, and when I started to try
> AMF, I was
>     > > > always getting nothing until I reach to that point.
>     > > >
>     > > > So, as I said before, nothing should stop us to release now. If
> things
>     > go
>     > > > ok, Harbs will be next release manager, and I hope to be the
> next one
>     > :)
>     > > >
>     > > > Thanks
>     > > >
>     > > >
>     > > >
>     > > > >
>     > > > > Thanks,
>     > > > > -Alex
>     > > > >
>     > > > --
>     > > > Carlos Rovira
>     > > >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cdb30ed90e46d4f4a1e9508d61fdb15d1%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636731423152768393&amp;sdata=veGxp96IIELNTLlVFcclWR2UjezGP6nZIs%2FRTWkdyzg%3D&amp;reserved=0
>     > > >
>     > >
>     >
>     >
>     > --
>     >
>     > Piotr Zarzycki
>     >
>     > Patreon: *
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cdb30ed90e46d4f4a1e9508d61fdb15d1%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636731423152778398&amp;sdata=%2BSZmNefKrj5UVuIYD3UISFlFLrkVZWy42DT0Zq6zkbw%3D&amp;reserved=0
>     > <
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cdb30ed90e46d4f4a1e9508d61fdb15d1%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636731423152778398&amp;sdata=%2BSZmNefKrj5UVuIYD3UISFlFLrkVZWy42DT0Zq6zkbw%3D&amp;reserved=0
> >*
>     >
>
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Yes, I think they are ready.  I removed the release/0.9.4 branches so the scripts should be able to make a new one.

-Alex

On 9/21/18, 8:58 AM, "OmPrakash Muppirala" <bi...@gmail.com> wrote:

    Alex said in his last email that the repos are ready.  Will try in a few
    minutes.
    
    Thanks,
    Om
    
    On Fri, Sep 21, 2018, 7:24 AM Piotr Zarzycki <pi...@gmail.com>
    wrote:
    
    > Om,
    >
    > In my opinion you have everything ready to go! Since develop is ready
    > probably you will start doing steps from the beginning, so in the results
    > we will get branches release/0.9.4. However they already exists, because
    > of
    > my previous attempt.
    >
    > Maybe before you even start they need to be removed.
    >
    > Thanks,
    > Piotr
    >
    >
    >
    > pt., 21 wrz 2018 o 16:16 OmPrakash Muppirala <bi...@gmail.com>
    > napisał(a):
    >
    > > So am I clear to try and release?  Or should I wait for any other feature
    > > or bug?
    > >
    > > Thanks,
    > > Om
    > >
    > > On Fri, Sep 21, 2018, 6:20 AM Carlos Rovira <ca...@apache.org>
    > > wrote:
    > >
    > > > Hi Alex
    > > >
    > > > El vie., 21 sept. 2018 a las 3:06, Alex Harui
    > (<aharui@adobe.com.invalid
    > > >)
    > > > escribió:
    > > >
    > > > > I made some adjustments to the repos so that they "should" be ready
    > to
    > > > run
    > > > > the scripts and produce the 0.9.4 release.  Of course, I could be
    > > wrong.
    > > > > We'll see how Om fares.
    > > > >
    > > > >
    > > > so cool :)
    > > >
    > > >
    > > > > I also put in a change that should fix the dependencies issue.  So
    > the
    > > > > remaining questions are around the AMF problem.  I'm thinking of
    > > looking
    > > > > into what it takes to support Small Messages.  However, I don't know
    > > > > anything about them.  How often will migrating people be using Small
    > > > > Messages?  Is it fair to tell them to turn off Small Messages?
    > > > >
    > > >
    > > > I think for now, that small messages is a BlazeDS feature. I search for
    > > > ZendAMF small messages and didn't fin d anything. So my bet is that
    > small
    > > > messages is something only present in BlazeDS and Data Services Adobe
    > > > software.
    > > >
    > > > In the other hand, I'll be check new info from Darrell in 1-2 hours
    > from
    > > > now, but I think the problem with ZendAMF could be something like the
    > one
    > > > happened with coldfusion where ArrayCollection needs some special
    > > > treatment. I asked Darryl to start with simple connections like we have
    > > in
    > > > our example (send and receive a String, then a simple object, and so
    > > > on...). I think is not good to start trying from a real app scenario
    > > where
    > > > many other things could be working against you. For example, in our
    > > > application, we have set up an additional encoding to byte array.
    > > Something
    > > > that even I was completely forget, and when I started to try AMF, I was
    > > > always getting nothing until I reach to that point.
    > > >
    > > > So, as I said before, nothing should stop us to release now. If things
    > go
    > > > ok, Harbs will be next release manager, and I hope to be the next one
    > :)
    > > >
    > > > Thanks
    > > >
    > > >
    > > >
    > > > >
    > > > > Thanks,
    > > > > -Alex
    > > > >
    > > > --
    > > > Carlos Rovira
    > > > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cdb30ed90e46d4f4a1e9508d61fdb15d1%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636731423152768393&amp;sdata=veGxp96IIELNTLlVFcclWR2UjezGP6nZIs%2FRTWkdyzg%3D&amp;reserved=0
    > > >
    > >
    >
    >
    > --
    >
    > Piotr Zarzycki
    >
    > Patreon: *https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cdb30ed90e46d4f4a1e9508d61fdb15d1%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636731423152778398&amp;sdata=%2BSZmNefKrj5UVuIYD3UISFlFLrkVZWy42DT0Zq6zkbw%3D&amp;reserved=0
    > <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Cdb30ed90e46d4f4a1e9508d61fdb15d1%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636731423152778398&amp;sdata=%2BSZmNefKrj5UVuIYD3UISFlFLrkVZWy42DT0Zq6zkbw%3D&amp;reserved=0>*
    >
    


Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by OmPrakash Muppirala <bi...@gmail.com>.
Alex said in his last email that the repos are ready.  Will try in a few
minutes.

Thanks,
Om

On Fri, Sep 21, 2018, 7:24 AM Piotr Zarzycki <pi...@gmail.com>
wrote:

> Om,
>
> In my opinion you have everything ready to go! Since develop is ready
> probably you will start doing steps from the beginning, so in the results
> we will get branches release/0.9.4. However they already exists, because
> of
> my previous attempt.
>
> Maybe before you even start they need to be removed.
>
> Thanks,
> Piotr
>
>
>
> pt., 21 wrz 2018 o 16:16 OmPrakash Muppirala <bi...@gmail.com>
> napisał(a):
>
> > So am I clear to try and release?  Or should I wait for any other feature
> > or bug?
> >
> > Thanks,
> > Om
> >
> > On Fri, Sep 21, 2018, 6:20 AM Carlos Rovira <ca...@apache.org>
> > wrote:
> >
> > > Hi Alex
> > >
> > > El vie., 21 sept. 2018 a las 3:06, Alex Harui
> (<aharui@adobe.com.invalid
> > >)
> > > escribió:
> > >
> > > > I made some adjustments to the repos so that they "should" be ready
> to
> > > run
> > > > the scripts and produce the 0.9.4 release.  Of course, I could be
> > wrong.
> > > > We'll see how Om fares.
> > > >
> > > >
> > > so cool :)
> > >
> > >
> > > > I also put in a change that should fix the dependencies issue.  So
> the
> > > > remaining questions are around the AMF problem.  I'm thinking of
> > looking
> > > > into what it takes to support Small Messages.  However, I don't know
> > > > anything about them.  How often will migrating people be using Small
> > > > Messages?  Is it fair to tell them to turn off Small Messages?
> > > >
> > >
> > > I think for now, that small messages is a BlazeDS feature. I search for
> > > ZendAMF small messages and didn't fin d anything. So my bet is that
> small
> > > messages is something only present in BlazeDS and Data Services Adobe
> > > software.
> > >
> > > In the other hand, I'll be check new info from Darrell in 1-2 hours
> from
> > > now, but I think the problem with ZendAMF could be something like the
> one
> > > happened with coldfusion where ArrayCollection needs some special
> > > treatment. I asked Darryl to start with simple connections like we have
> > in
> > > our example (send and receive a String, then a simple object, and so
> > > on...). I think is not good to start trying from a real app scenario
> > where
> > > many other things could be working against you. For example, in our
> > > application, we have set up an additional encoding to byte array.
> > Something
> > > that even I was completely forget, and when I started to try AMF, I was
> > > always getting nothing until I reach to that point.
> > >
> > > So, as I said before, nothing should stop us to release now. If things
> go
> > > ok, Harbs will be next release manager, and I hope to be the next one
> :)
> > >
> > > Thanks
> > >
> > >
> > >
> > > >
> > > > Thanks,
> > > > -Alex
> > > >
> > > --
> > > Carlos Rovira
> > > http://about.me/carlosrovira
> > >
> >
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Piotr Zarzycki <pi...@gmail.com>.
Om,

In my opinion you have everything ready to go! Since develop is ready
probably you will start doing steps from the beginning, so in the results
we will get branches release/0.9.4. However they already exists, because of
my previous attempt.

Maybe before you even start they need to be removed.

Thanks,
Piotr



pt., 21 wrz 2018 o 16:16 OmPrakash Muppirala <bi...@gmail.com>
napisał(a):

> So am I clear to try and release?  Or should I wait for any other feature
> or bug?
>
> Thanks,
> Om
>
> On Fri, Sep 21, 2018, 6:20 AM Carlos Rovira <ca...@apache.org>
> wrote:
>
> > Hi Alex
> >
> > El vie., 21 sept. 2018 a las 3:06, Alex Harui (<aharui@adobe.com.invalid
> >)
> > escribió:
> >
> > > I made some adjustments to the repos so that they "should" be ready to
> > run
> > > the scripts and produce the 0.9.4 release.  Of course, I could be
> wrong.
> > > We'll see how Om fares.
> > >
> > >
> > so cool :)
> >
> >
> > > I also put in a change that should fix the dependencies issue.  So the
> > > remaining questions are around the AMF problem.  I'm thinking of
> looking
> > > into what it takes to support Small Messages.  However, I don't know
> > > anything about them.  How often will migrating people be using Small
> > > Messages?  Is it fair to tell them to turn off Small Messages?
> > >
> >
> > I think for now, that small messages is a BlazeDS feature. I search for
> > ZendAMF small messages and didn't fin d anything. So my bet is that small
> > messages is something only present in BlazeDS and Data Services Adobe
> > software.
> >
> > In the other hand, I'll be check new info from Darrell in 1-2 hours from
> > now, but I think the problem with ZendAMF could be something like the one
> > happened with coldfusion where ArrayCollection needs some special
> > treatment. I asked Darryl to start with simple connections like we have
> in
> > our example (send and receive a String, then a simple object, and so
> > on...). I think is not good to start trying from a real app scenario
> where
> > many other things could be working against you. For example, in our
> > application, we have set up an additional encoding to byte array.
> Something
> > that even I was completely forget, and when I started to try AMF, I was
> > always getting nothing until I reach to that point.
> >
> > So, as I said before, nothing should stop us to release now. If things go
> > ok, Harbs will be next release manager, and I hope to be the next one :)
> >
> > Thanks
> >
> >
> >
> > >
> > > Thanks,
> > > -Alex
> > >
> > --
> > Carlos Rovira
> > http://about.me/carlosrovira
> >
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by OmPrakash Muppirala <bi...@gmail.com>.
So am I clear to try and release?  Or should I wait for any other feature
or bug?

Thanks,
Om

On Fri, Sep 21, 2018, 6:20 AM Carlos Rovira <ca...@apache.org> wrote:

> Hi Alex
>
> El vie., 21 sept. 2018 a las 3:06, Alex Harui (<ah...@adobe.com.invalid>)
> escribió:
>
> > I made some adjustments to the repos so that they "should" be ready to
> run
> > the scripts and produce the 0.9.4 release.  Of course, I could be wrong.
> > We'll see how Om fares.
> >
> >
> so cool :)
>
>
> > I also put in a change that should fix the dependencies issue.  So the
> > remaining questions are around the AMF problem.  I'm thinking of looking
> > into what it takes to support Small Messages.  However, I don't know
> > anything about them.  How often will migrating people be using Small
> > Messages?  Is it fair to tell them to turn off Small Messages?
> >
>
> I think for now, that small messages is a BlazeDS feature. I search for
> ZendAMF small messages and didn't fin d anything. So my bet is that small
> messages is something only present in BlazeDS and Data Services Adobe
> software.
>
> In the other hand, I'll be check new info from Darrell in 1-2 hours from
> now, but I think the problem with ZendAMF could be something like the one
> happened with coldfusion where ArrayCollection needs some special
> treatment. I asked Darryl to start with simple connections like we have in
> our example (send and receive a String, then a simple object, and so
> on...). I think is not good to start trying from a real app scenario where
> many other things could be working against you. For example, in our
> application, we have set up an additional encoding to byte array. Something
> that even I was completely forget, and when I started to try AMF, I was
> always getting nothing until I reach to that point.
>
> So, as I said before, nothing should stop us to release now. If things go
> ok, Harbs will be next release manager, and I hope to be the next one :)
>
> Thanks
>
>
>
> >
> > Thanks,
> > -Alex
> >
> --
> Carlos Rovira
> http://about.me/carlosrovira
>

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Carlos Rovira <ca...@apache.org>.
Hi Alex

El vie., 21 sept. 2018 a las 3:06, Alex Harui (<ah...@adobe.com.invalid>)
escribió:

> I made some adjustments to the repos so that they "should" be ready to run
> the scripts and produce the 0.9.4 release.  Of course, I could be wrong.
> We'll see how Om fares.
>
>
so cool :)


> I also put in a change that should fix the dependencies issue.  So the
> remaining questions are around the AMF problem.  I'm thinking of looking
> into what it takes to support Small Messages.  However, I don't know
> anything about them.  How often will migrating people be using Small
> Messages?  Is it fair to tell them to turn off Small Messages?
>

I think for now, that small messages is a BlazeDS feature. I search for
ZendAMF small messages and didn't fin d anything. So my bet is that small
messages is something only present in BlazeDS and Data Services Adobe
software.

In the other hand, I'll be check new info from Darrell in 1-2 hours from
now, but I think the problem with ZendAMF could be something like the one
happened with coldfusion where ArrayCollection needs some special
treatment. I asked Darryl to start with simple connections like we have in
our example (send and receive a String, then a simple object, and so
on...). I think is not good to start trying from a real app scenario where
many other things could be working against you. For example, in our
application, we have set up an additional encoding to byte array. Something
that even I was completely forget, and when I started to try AMF, I was
always getting nothing until I reach to that point.

So, as I said before, nothing should stop us to release now. If things go
ok, Harbs will be next release manager, and I hope to be the next one :)

Thanks



>
> Thanks,
> -Alex
>
-- 
Carlos Rovira
http://about.me/carlosrovira

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Alex Harui <ah...@adobe.com.INVALID>.
I made some adjustments to the repos so that they "should" be ready to run the scripts and produce the 0.9.4 release.  Of course, I could be wrong.  We'll see how Om fares.

I also put in a change that should fix the dependencies issue.  So the remaining questions are around the AMF problem.  I'm thinking of looking into what it takes to support Small Messages.  However, I don't know anything about them.  How often will migrating people be using Small Messages?  Is it fair to tell them to turn off Small Messages?

Thanks,
-Alex

On 9/20/18, 8:29 AM, "Carlos Rovira" <ca...@apache.org> wrote:

    Hi Om,
    that's great! :)
    Hope you could take on the release and get it out of the door :)
    
    Thanks!
    
    Carlos
    
    
    
    El jue., 20 sept. 2018 a las 17:08, OmPrakash Muppirala (<
    bigosmallm@gmail.com>) escribió:
    
    > The last time I tried to release, it was on  Windows PC.  Some tweaks were
    > required.  Also, I would say that the release process was too automated 😊
    > As a result I was not able to figure out what exaxtly broke, etc.
    >
    > FWIW, I have a Mac now.  I can try again if Piotr wants to take a break.
    >
    > Getting an automated release script working flawlessly takes multiple
    > releases.  Remember, as with any software, such scripts will have bugs and
    > we need to catch them and fix them.
    >
    > Unfortunately, one such bug was that for the 0.9.2 release, what got
    > published to npm was versioned at 0.9.3.  We have since fixed that issue in
    > our script.  But npm does not allow do overs for released artifacts.
    >
    > We have learnt our lesson, lets move on please ☺
    >
    > Thanks,
    > Om
    >
    > On Thu, Sep 20, 2018, 12:53 AM Carlos Rovira <ca...@apache.org>
    > wrote:
    >
    > > Hi Alex,
    > > thanks you see it in the list of unread messages and will go to say that
    > I
    > > found it.
    > > I'll take a look  now
    > >
    > >
    > > El jue., 20 sept. 2018 a las 9:44, Alex Harui (<aharui@adobe.com.invalid
    > >)
    > > escribió:
    > >
    > > >
    > > >
    > > > On 9/19/18, 11:49 PM, "Carlos Rovira" <ca...@apache.org>
    > wrote:
    > > >
    > > >     Hi Alex,
    > > >
    > > >     what Zend-AMF issue you refer? can you post the link to that issue?
    > > >     thanks
    > > >
    > > > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.apache.org%2Flist.html%3Fusers%40royale.apache.org&amp;data=02%7C01%7Caharui%40adobe.com%7C7d734bb076fc4aa694eb08d61f0de787%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730541915655402&amp;sdata=H72NLqj1sCExgvsb9ZSO7CYeh3uGh76saw1rkACEGtU%3D&amp;reserved=0
    > > >
    > > >     PD: about your preoccupation, we'll have issues for many months to
    > > > come. I
    > > >     see each day in Jewel as I go here and there fixing or completing
    > > > issues I
    > > >     find, so I think is ok release with that issues so people can "play
    > > > with
    > > >     the toy".
    > > >
    > > >    <snip>
    > > >
    > > >     So, my opinion is that, if someone what to release, we should not
    > > wait
    > > > for
    > > >     anything...we have many things to add, solve, fix, that one or two
    > > > will not
    > > >     make a difference for me. As I said, maybe wait for release, could
    > be
    > > > worse
    > > >     in terms of potential users we can loose in that time.
    > > >
    > > > Of course there will be lots of issues to fix.  But some seem bigger
    > than
    > > > others, and IMO, make the difference between whether Royale leaves the
    > > > impression of being a product or a toy.  If your app won't run because
    > > the
    > > > dependencies aren't right, or AMF doesn't work, will they help fix it,
    > or
    > > > wait, or go somewhere else?
    > > >
    > > > If you want to release now, then you have to promise to delay what you
    > > > were planning to work on to handle new customer issues.  Because that's
    > > > what always happens to me.   By waiting until Alina hits an important
    > > > milestone helps keep a user we know and want to make successful.
    > > >
    > > > -Alex
    > > >
    > > >
    > > >
    > > >
    > > >     El jue., 20 sept. 2018 a las 2:47, Alex Harui
    > > > (<ah...@adobe.com.invalid>)
    > > >     escribió:
    > > >
    > > >     > The key question for me is what Carlos wrote:  " I'm trying to
    > fix
    > > > and get
    > > >     > things as most usable as possible in
    > > >     >     Jewel to avoid many changes post release"
    > > >     >
    > > >     > I always wonder if it helps or hurts to draw attention to the
    > > > release when
    > > >     > we know there's good chance someone is going to hit a known bug.
    > > > I'd like
    > > >     > to see if we can fix the issues brought up by some new users.
    > Such
    > > > as:
    > > >     >
    > > >     > 1)
    > > >
    > >
    > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fissues%2F297%23issuecomment-422870607&amp;data=02%7C01%7Caharui%40adobe.com%7C7d734bb076fc4aa694eb08d61f0de787%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730541915655402&amp;sdata=Fst2dBA255sYYP6AolnupmNbpaZ%2BJFl6guJ69omJjz8%3D&amp;reserved=0
    > > >     >
    > > >     > 2) the Zend-AMF issue.  A more robust AMF might be worth the
    > wait.
    > > >     >
    > > >     > Those of you who want to release soon should promise to
    > investigate
    > > > any
    > > >     > dependency or AMF issues brought up by new users.  When we
    > release
    > > > with
    > > >     > issues like these, not only does it cost me the time to be the
    > RM,
    > > > but also
    > > >     > seems to cost me the time to investigate and respond to the
    > issues
    > > > brought
    > > >     > up afterwards.
    > > >     >
    > > >     > My 2 cents,
    > > >     > -Alex
    > > >     >
    > > >     > On 9/19/18, 2:59 PM, "Carlos Rovira" <ca...@apache.org>
    > > > wrote:
    > > >     >
    > > >     >     Hi,
    > > >     >
    > > >     >     I certainly can position clearly: Community is waiting and we
    > > are
    > > >     > getting
    > > >     >     momentum, each day we get 1-2 new people in twitter
    > following,
    > > > so it
    > > >     > seems
    > > >     >     we are getting some traction. If we release now, those
    > > > interested in
    > > >     > Royale
    > > >     >     would finally start to get its hands dirty and try things,
    > > > releasing
    > > >     > later
    > > >     >     could make we loose that people interested and potential
    > > > community. In
    > > >     > the
    > > >     >     other hand, I'm trying to fix and get things as most usable
    > as
    > > >     > possible in
    > > >     >     Jewel to avoid many changes post release. For example today
    > > make
    > > > some
    > > >     >     needed changes to jewel layouts that make more robust now,
    > and
    > > >     > although we
    > > >     >     make changes later, many of them will be more internally (or
    > at
    > > > least I
    > > >     >     want to get the most stable API I can so things are as most
    > > > organized
    > > >     > and
    > > >     >     well named as possible).
    > > >     >
    > > >     >     If someone could continue the effort will be very good, but
    > if
    > > > none of
    > > >     > us
    > > >     >     can do, it I think nothing can be done but continue working
    > > hard
    > > > to get
    > > >     >     things done.
    > > >     >
    > > >     >     just my 2
    > > >     >
    > > >     >     Carlos
    > > >     >
    > > >     >
    > > >     >
    > > >     >
    > > >     >
    > > >     >
    > > >     >
    > > >     >     El mié., 19 sept. 2018 a las 22:57, Harbs (<
    > > > harbs.lists@gmail.com>)
    > > >     >     escribió:
    > > >     >
    > > >     >     > Jewel is another reason.
    > > >     >     >
    > > >     >     > Carlos wrote a lot of blog posts which can’t be run until
    > we
    > > > release.
    > > >     >     >
    > > >     >     > (Plus lots of little things that were fixed…)
    > > >     >     >
    > > >     >     > > On Sep 19, 2018, at 11:26 PM, Piotr Zarzycki <
    > > >     > piotrzarzycki21@gmail.com>
    > > >     >     > wrote:
    > > >     >     > >
    > > >     >     > > I personally express important reason. Releasing can help
    > > > community
    > > >     >     > around
    > > >     >     > > VSCode and Moonshine.
    > > >     >     > >
    > > >     >     > > Piotr
    > > >     >     > >
    > > >     >     > > On Wed, Sep 19, 2018, 9:41 PM Alex Harui
    > > > <aharui@adobe.com.invalid
    > > >     > >
    > > >     >     > wrote:
    > > >     >     > >
    > > >     >     > >> What do you see as the important reasons?  I know the
    > > Apache
    > > >     > mantra is
    > > >     >     > to
    > > >     >     > >> release early and often, but if it were up to me, we
    > would
    > > > release
    > > >     >     > after we
    > > >     >     > >> hit some interesting milestone, like getting Alina's app
    > > to
    > > >     > compile
    > > >     >     > >> completely, or someone else says they are ready to go to
    > > >     > production and
    > > >     >     > >> need a released version of Royale.  There are some bugs
    > > > blocking
    > > >     > users
    > > >     >     > that
    > > >     >     > >> I would rather get done before releasing.
    > > >     >     > >>
    > > >     >     > >> My 2 cents,
    > > >     >     > >> -Alex
    > > >     >     > >>
    > > >     >     > >> On 9/19/18, 10:34 AM, "Harbs" <ha...@gmail.com>
    > > > wrote:
    > > >     >     > >>
    > > >     >     > >>    I’m happy to try and be a release manager, but I
    > don’t
    > > > have
    > > >     > time for
    > > >     >     > >> at least a month. I think it’s pretty important to get
    > > this
    > > >     > release out
    > > >     >     > >> sooner rather than later.
    > > >     >     > >>
    > > >     >     > >>    If you can help Piotr finish this release, I’ll try
    > to
    > > > do the
    > > >     > 0.9.5
    > > >     >     > >> release.
    > > >     >     > >>
    > > >     >     > >>    Thanks,
    > > >     >     > >>    Harbs
    > > >     >     > >>
    > > >     >     > >>> On Sep 19, 2018, at 6:54 PM, Alex Harui
    > > > <aharui@adobe.com.INVALID
    > > >     > >
    > > >     >     > >> wrote:
    > > >     >     > >>>
    > > >     >     > >>> Hi Piotr,
    > > >     >     > >>>
    > > >     >     > >>> In my previous email, I was trying to say that you
    > don't
    > > > need to
    > > >     > run
    > > >     >     > >> update.versions because I already did.
    > > >     >     > >>> In that and even earlier emails, we discussed running
    > > >     > make_branches
    > > >     >     > >> twice.  IMO, you are getting the right results by
    > running
    > > >     > make_branches.
    > > >     >     > >> Given the current state of the repo, running
    > make_branches
    > > > once
    > > >     > will set
    > > >     >     > >> the develop branch to 0.9.4-SNAPSHOT and the release
    > > branch
    > > > to
    > > >     > 0.9.3.
    > > >     >     > >> That's because that's how Maven works. The current poms
    > in
    > > >     > develop are
    > > >     >     > set
    > > >     >     > >> to 0.9.3-SNAPSHOT.  Maven removes the "SNAPSHOT" in the
    > > > release
    > > >     > branch
    > > >     >     > and
    > > >     >     > >> bumps the version in the develop branch.
    > > >     >     > >>>
    > > >     >     > >>> I think you can just run make_branches again and it
    > > should
    > > >     > create a
    > > >     >     > >> release branch with 0.9.4 and bump the develop branch to
    > > >     > 0.9.5-SNAPSHOT.
    > > >     >     > >> That would be what we want.
    > > >     >     > >>> If you want me to help more, I will take the time to do
    > > > so.  I
    > > >     > can:
    > > >     >     > >>> -Get the repos to the point where the current scripts
    > > > should
    > > >     > "just
    > > >     >     > >> work".
    > > >     >     > >>> -Make sure make_branches works and is complete.
    > > >     >     > >>> -Do all of the other steps.
    > > >     >     > >>>
    > > >     >     > >>> I still think it is important that someone else besides
    > > me
    > > > can
    > > >     > run
    > > >     >     > >> the scripts and generate a release.  So I would prefer
    > to
    > > > just
    > > >     > get the
    > > >     >     > >> repos ready so that you can try running the scripts.  If
    > > > there are
    > > >     >     > >> important things you've learned that other RMs will need
    > > to
    > > > know,
    > > >     > please
    > > >     >     > >> try to capture them in the wiki document.
    > > >     >     > >>>
    > > >     >     > >>> @Carlos, I have spent a lot of time trying to automate
    > > > releasing.
    > > >     >     > >> As Piotr said, skipping a version wasn't planned for
    > and I
    > > > hope
    > > >     > it won't
    > > >     >     > >> ever happen again.  Unless you've actually looked at the
    > > > scripts
    > > >     > and
    > > >     >     > read
    > > >     >     > >> the wiki document and tried it, saying you think there
    > are
    > > > too
    > > >     > many
    > > >     >     > manual
    > > >     >     > >> steps is not only wrong, but discouraging to those who
    > > have
    > > > put
    > > >     > effort
    > > >     >     > into
    > > >     >     > >> it.  If you really think it needs to be better
    > automated,
    > > > then do
    > > >     > it
    > > >     >     > >> yourself.  Don’t expect others to do things for you when
    > > > you make
    > > >     >     > negative
    > > >     >     > >> comments about their work.  I have other things I want
    > to
    > > > work on
    > > >     > other
    > > >     >     > >> than release automation.  Release automation is only
    > going
    > > > to be
    > > >     > "good
    > > >     >     > >> enough" and always in need of improvement.  We've only
    > > done
    > > > two
    > > >     > releases
    > > >     >     > >> and we are still debugging the scripts.   Join the
    > effort
    > > > instead
    > > >     > of
    > > >     >     > >> complaining about it.
    > > >     >     > >>>
    > > >     >     > >>> Thanks,
    > > >     >     > >>> -Alex
    > > >     >     > >>>
    > > >     >     > >>>
    > > >     >     > >>> On 9/19/18, 7:39 AM, "Carlos Rovira" <
    > > > carlosrovira@apache.org
    > > >     >     > >> <ma...@apache.org>> wrote:
    > > >     >     > >>>
    > > >     >     > >>>   Hi Piotr,
    > > >     >     > >>>
    > > >     >     > >>>   sorry to hear that, I think we're out of resources.
    > I'm
    > > >     >     > >> concentrating in
    > > >     >     > >>>   make Jewel as stable as possible since in few days we
    > > can
    > > >     > start a
    > > >     >     > >> new
    > > >     >     > >>>   project with Royale-Jewel, so I still don't know how
    > > > I'll be
    > > >     >     > >> doing to
    > > >     >     > >>>   continuer Jewel, make that project and continue with
    > my
    > > > other
    > > >     >     > >> tasks that my
    > > >     >     > >>>   position require.
    > > >     >     > >>>
    > > >     >     > >>>   Maybe others could take this opportunity to make this
    > > > happen
    > > >     >     > >>>
    > > >     >     > >>>   Thanks
    > > >     >     > >>>
    > > >     >     > >>>   Carlos
    > > >     >     > >>>
    > > >     >     > >>>
    > > >     >     > >>>
    > > >     >     > >>>   El mié., 19 sept. 2018 a las 13:58, Piotr Zarzycki (<
    > > >     >     > >>>   piotrzarzycki21@gmail.com>) escribió:
    > > >     >     > >>>
    > > >     >     > >>>> Btw. The process is quite automatic, but skipping the
    > > > version
    > > >     > wasn't
    > > >     >     > >>>> something considered before.
    > > >     >     > >>>>
    > > >     >     > >>>> On Wed, Sep 19, 2018, 1:31 PM Piotr Zarzycki <
    > > >     >     > >> piotrzarzycki21@gmail.com>
    > > >     >     > >>>> wrote:
    > > >     >     > >>>>
    > > >     >     > >>>>> Carlos,
    > > >     >     > >>>>>
    > > >     >     > >>>>> Unfortunately I'm giving up doing that. I have spent
    > on
    > > > this
    > > >     > too
    > > >     >     > >> much
    > > >     >     > >>>> time
    > > >     >     > >>>>> and money. Someone else can continue from my point.
    > > >     >     > >>>>>
    > > >     >     > >>>>> Dev branch is setup to 0.9.4-SNAPSHOT. Even with
    > > detailed
    > > >     >     > >> instruction
    > > >     >     > >>>> from
    > > >     >     > >>>>> Alex I don't know what to do next.
    > > >     >     > >>>>>
    > > >     >     > >>>>> Details are in previous email.
    > > >     >     > >>>>>
    > > >     >     > >>>>> Good Luck!
    > > >     >     > >>>>> Piotr
    > > >     >     > >>>>>
    > > >     >     > >>>>> On Wed, Sep 19, 2018, 1:15 PM Carlos Rovira <
    > > >     >     > >> carlosrovira@apache.org>
    > > >     >     > >>>>> wrote:
    > > >     >     > >>>>>
    > > >     >     > >>>>>> Hi Piotr,
    > > >     >     > >>>>>>
    > > >     >     > >>>>>> I encourage you and Alex to try to refine more the
    > > > process so
    > > >     > we
    > > >     >     > >> can
    > > >     >     > >>>>>> release more easily. I think right now the process
    > is
    > > > very
    > > >     >     > >> dependent of
    > > >     >     > >>>>>> many manual tasks, and that impact in all: huge
    > effort
    > > > to do
    > > >     > the
    > > >     >     > >>>> release,
    > > >     >     > >>>>>> many time involved, impossible to reproduce in next
    > > > release,..
    > > >     >     > >>>>>>
    > > >     >     > >>>>>> I think this effort you're doing could be maybe the
    > > most
    > > >     >     > >> important right
    > > >     >     > >>>>>> now in Royale.
    > > >     >     > >>>>>>
    > > >     >     > >>>>>> Maybe you could ask for some help to other Apache
    > > > teams, maybe
    > > >     >     > >> infra
    > > >     >     > >>>>>> people?, or maven people?
    > > >     >     > >>>>>>
    > > >     >     > >>>>>> Thanks for taking over this
    > > >     >     > >>>>>>
    > > >     >     > >>>>>> Carlos
    > > >     >     > >>>>>>
    > > >     >     > >>>>>>
    > > >     >     > >>>>>>
    > > >     >     > >>>>>>
    > > >     >     > >>>>>> El mié., 19 sept. 2018 a las 11:16, Olaf Krueger (<
    > > >     >     > >> mail@olafkrueger.net
    > > >     >     > >>>>> )
    > > >     >     > >>>>>> escribió:
    > > >     >     > >>>>>>
    > > >     >     > >>>>>>>> All of that things are complex because we need to
    > > > skip one
    > > >     >     > >>>> version...
    > > >     >     > >>>>>>>
    > > >     >     > >>>>>>> Would it be possible to create something like a
    > fake
    > > > release
    > > >     >     > >> v0.9.3?
    > > >     >     > >>>>>>> Just to satisfy all those tools and automatism?
    > > >     >     > >>>>>>>
    > > >     >     > >>>>>>> Olaf
    > > >     >     > >>>>>>>
    > > >     >     > >>>>>>>
    > > >     >     > >>>>>>>
    > > >     >     > >>>>>>>
    > > >     >     > >>>>>>> --
    > > >     >     > >>>>>>> Sent from:
    > > >     >     > >>
    > > >     >     >
    > > >     >
    > > >
    > >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-royale-development.20373.n8.nabble.com%2F&amp;data=02%7C01%7Caharui%40adobe.com%7C7d734bb076fc4aa694eb08d61f0de787%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730541915655402&amp;sdata=DfyiWmLO5PevNzVb8wqA9uQaNPCZtYfXqQxGyZi1dSM%3D&amp;reserved=0
    > > >     >     > >> <
    > > >     >     > >>
    > > >     >     >
    > > >     >
    > > >
    > >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-royale-development.20373.n8.nabble.com%2F&amp;data=02%7C01%7Caharui%40adobe.com%7C7d734bb076fc4aa694eb08d61f0de787%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730541915655402&amp;sdata=DfyiWmLO5PevNzVb8wqA9uQaNPCZtYfXqQxGyZi1dSM%3D&amp;reserved=0
    > > >     >     > >>>
    > > >     >     > >>>>>>>
    > > >     >     > >>>>>>
    > > >     >     > >>>>>>
    > > >     >     > >>>>>> --
    > > >     >     > >>>>>> Carlos Rovira
    > > >     >     > >>>>>>
    > > >     >     > >>
    > > >     >     >
    > > >     >
    > > >
    > >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C7d734bb076fc4aa694eb08d61f0de787%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730541915655402&amp;sdata=RqI8qGyH1k9P76TuvO8sBfK50hJnKgGJoHvgLXWk7Q0%3D&amp;reserved=0
    > > >     >     > >> <
    > > >     >     > >>
    > > >     >     >
    > > >     >
    > > >
    > >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C7d734bb076fc4aa694eb08d61f0de787%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730541915655402&amp;sdata=RqI8qGyH1k9P76TuvO8sBfK50hJnKgGJoHvgLXWk7Q0%3D&amp;reserved=0
    > > >     >     > >>>
    > > >     >     > >>>>>>
    > > >     >     > >>>>>
    > > >     >     > >>>>
    > > >     >     > >>>
    > > >     >     > >>>
    > > >     >     > >>>   --
    > > >     >     > >>>   Carlos Rovira
    > > >     >     > >>>
    > > >     >     > >>
    > > >     >     >
    > > >     >
    > > >
    > >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C7d734bb076fc4aa694eb08d61f0de787%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730541915655402&amp;sdata=RqI8qGyH1k9P76TuvO8sBfK50hJnKgGJoHvgLXWk7Q0%3D&amp;reserved=0
    > > >     >     > >> <
    > > >     >     > >>
    > > >     >     >
    > > >     >
    > > >
    > >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C7d734bb076fc4aa694eb08d61f0de787%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730541915655402&amp;sdata=RqI8qGyH1k9P76TuvO8sBfK50hJnKgGJoHvgLXWk7Q0%3D&amp;reserved=0
    > > >     >     > >>>
    > > >     >     > >>
    > > >     >     > >>
    > > >     >     > >>
    > > >     >     >
    > > >     >     >
    > > >     >
    > > >     >     --
    > > >     >     Carlos Rovira
    > > >     >
    > > >     >
    > > >
    > >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C7d734bb076fc4aa694eb08d61f0de787%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730541915655402&amp;sdata=RqI8qGyH1k9P76TuvO8sBfK50hJnKgGJoHvgLXWk7Q0%3D&amp;reserved=0
    > > >     >
    > > >     >
    > > >     >
    > > >
    > > >     --
    > > >     Carlos Rovira
    > > >
    > > >
    > >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C7d734bb076fc4aa694eb08d61f0de787%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730541915655402&amp;sdata=RqI8qGyH1k9P76TuvO8sBfK50hJnKgGJoHvgLXWk7Q0%3D&amp;reserved=0
    > > >
    > > >
    > > >
    > >
    > > --
    > > Carlos Rovira
    > > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C7d734bb076fc4aa694eb08d61f0de787%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730541915655402&amp;sdata=RqI8qGyH1k9P76TuvO8sBfK50hJnKgGJoHvgLXWk7Q0%3D&amp;reserved=0
    > >
    >
    
    
    -- 
    Carlos Rovira
    https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C7d734bb076fc4aa694eb08d61f0de787%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730541915655402&amp;sdata=RqI8qGyH1k9P76TuvO8sBfK50hJnKgGJoHvgLXWk7Q0%3D&amp;reserved=0
    


Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Carlos Rovira <ca...@apache.org>.
Hi Om,
that's great! :)
Hope you could take on the release and get it out of the door :)

Thanks!

Carlos



El jue., 20 sept. 2018 a las 17:08, OmPrakash Muppirala (<
bigosmallm@gmail.com>) escribió:

> The last time I tried to release, it was on  Windows PC.  Some tweaks were
> required.  Also, I would say that the release process was too automated 😊
> As a result I was not able to figure out what exaxtly broke, etc.
>
> FWIW, I have a Mac now.  I can try again if Piotr wants to take a break.
>
> Getting an automated release script working flawlessly takes multiple
> releases.  Remember, as with any software, such scripts will have bugs and
> we need to catch them and fix them.
>
> Unfortunately, one such bug was that for the 0.9.2 release, what got
> published to npm was versioned at 0.9.3.  We have since fixed that issue in
> our script.  But npm does not allow do overs for released artifacts.
>
> We have learnt our lesson, lets move on please ☺
>
> Thanks,
> Om
>
> On Thu, Sep 20, 2018, 12:53 AM Carlos Rovira <ca...@apache.org>
> wrote:
>
> > Hi Alex,
> > thanks you see it in the list of unread messages and will go to say that
> I
> > found it.
> > I'll take a look  now
> >
> >
> > El jue., 20 sept. 2018 a las 9:44, Alex Harui (<aharui@adobe.com.invalid
> >)
> > escribió:
> >
> > >
> > >
> > > On 9/19/18, 11:49 PM, "Carlos Rovira" <ca...@apache.org>
> wrote:
> > >
> > >     Hi Alex,
> > >
> > >     what Zend-AMF issue you refer? can you post the link to that issue?
> > >     thanks
> > >
> > > https://lists.apache.org/list.html?users@royale.apache.org
> > >
> > >     PD: about your preoccupation, we'll have issues for many months to
> > > come. I
> > >     see each day in Jewel as I go here and there fixing or completing
> > > issues I
> > >     find, so I think is ok release with that issues so people can "play
> > > with
> > >     the toy".
> > >
> > >    <snip>
> > >
> > >     So, my opinion is that, if someone what to release, we should not
> > wait
> > > for
> > >     anything...we have many things to add, solve, fix, that one or two
> > > will not
> > >     make a difference for me. As I said, maybe wait for release, could
> be
> > > worse
> > >     in terms of potential users we can loose in that time.
> > >
> > > Of course there will be lots of issues to fix.  But some seem bigger
> than
> > > others, and IMO, make the difference between whether Royale leaves the
> > > impression of being a product or a toy.  If your app won't run because
> > the
> > > dependencies aren't right, or AMF doesn't work, will they help fix it,
> or
> > > wait, or go somewhere else?
> > >
> > > If you want to release now, then you have to promise to delay what you
> > > were planning to work on to handle new customer issues.  Because that's
> > > what always happens to me.   By waiting until Alina hits an important
> > > milestone helps keep a user we know and want to make successful.
> > >
> > > -Alex
> > >
> > >
> > >
> > >
> > >     El jue., 20 sept. 2018 a las 2:47, Alex Harui
> > > (<ah...@adobe.com.invalid>)
> > >     escribió:
> > >
> > >     > The key question for me is what Carlos wrote:  " I'm trying to
> fix
> > > and get
> > >     > things as most usable as possible in
> > >     >     Jewel to avoid many changes post release"
> > >     >
> > >     > I always wonder if it helps or hurts to draw attention to the
> > > release when
> > >     > we know there's good chance someone is going to hit a known bug.
> > > I'd like
> > >     > to see if we can fix the issues brought up by some new users.
> Such
> > > as:
> > >     >
> > >     > 1)
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fissues%2F297%23issuecomment-422870607&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757292613&amp;sdata=54aFEiUJ%2FRTCiBooZaJADt9CvYamAcvzNyWY1wP0%2Fjg%3D&amp;reserved=0
> > >     >
> > >     > 2) the Zend-AMF issue.  A more robust AMF might be worth the
> wait.
> > >     >
> > >     > Those of you who want to release soon should promise to
> investigate
> > > any
> > >     > dependency or AMF issues brought up by new users.  When we
> release
> > > with
> > >     > issues like these, not only does it cost me the time to be the
> RM,
> > > but also
> > >     > seems to cost me the time to investigate and respond to the
> issues
> > > brought
> > >     > up afterwards.
> > >     >
> > >     > My 2 cents,
> > >     > -Alex
> > >     >
> > >     > On 9/19/18, 2:59 PM, "Carlos Rovira" <ca...@apache.org>
> > > wrote:
> > >     >
> > >     >     Hi,
> > >     >
> > >     >     I certainly can position clearly: Community is waiting and we
> > are
> > >     > getting
> > >     >     momentum, each day we get 1-2 new people in twitter
> following,
> > > so it
> > >     > seems
> > >     >     we are getting some traction. If we release now, those
> > > interested in
> > >     > Royale
> > >     >     would finally start to get its hands dirty and try things,
> > > releasing
> > >     > later
> > >     >     could make we loose that people interested and potential
> > > community. In
> > >     > the
> > >     >     other hand, I'm trying to fix and get things as most usable
> as
> > >     > possible in
> > >     >     Jewel to avoid many changes post release. For example today
> > make
> > > some
> > >     >     needed changes to jewel layouts that make more robust now,
> and
> > >     > although we
> > >     >     make changes later, many of them will be more internally (or
> at
> > > least I
> > >     >     want to get the most stable API I can so things are as most
> > > organized
> > >     > and
> > >     >     well named as possible).
> > >     >
> > >     >     If someone could continue the effort will be very good, but
> if
> > > none of
> > >     > us
> > >     >     can do, it I think nothing can be done but continue working
> > hard
> > > to get
> > >     >     things done.
> > >     >
> > >     >     just my 2
> > >     >
> > >     >     Carlos
> > >     >
> > >     >
> > >     >
> > >     >
> > >     >
> > >     >
> > >     >
> > >     >     El mié., 19 sept. 2018 a las 22:57, Harbs (<
> > > harbs.lists@gmail.com>)
> > >     >     escribió:
> > >     >
> > >     >     > Jewel is another reason.
> > >     >     >
> > >     >     > Carlos wrote a lot of blog posts which can’t be run until
> we
> > > release.
> > >     >     >
> > >     >     > (Plus lots of little things that were fixed…)
> > >     >     >
> > >     >     > > On Sep 19, 2018, at 11:26 PM, Piotr Zarzycki <
> > >     > piotrzarzycki21@gmail.com>
> > >     >     > wrote:
> > >     >     > >
> > >     >     > > I personally express important reason. Releasing can help
> > > community
> > >     >     > around
> > >     >     > > VSCode and Moonshine.
> > >     >     > >
> > >     >     > > Piotr
> > >     >     > >
> > >     >     > > On Wed, Sep 19, 2018, 9:41 PM Alex Harui
> > > <aharui@adobe.com.invalid
> > >     > >
> > >     >     > wrote:
> > >     >     > >
> > >     >     > >> What do you see as the important reasons?  I know the
> > Apache
> > >     > mantra is
> > >     >     > to
> > >     >     > >> release early and often, but if it were up to me, we
> would
> > > release
> > >     >     > after we
> > >     >     > >> hit some interesting milestone, like getting Alina's app
> > to
> > >     > compile
> > >     >     > >> completely, or someone else says they are ready to go to
> > >     > production and
> > >     >     > >> need a released version of Royale.  There are some bugs
> > > blocking
> > >     > users
> > >     >     > that
> > >     >     > >> I would rather get done before releasing.
> > >     >     > >>
> > >     >     > >> My 2 cents,
> > >     >     > >> -Alex
> > >     >     > >>
> > >     >     > >> On 9/19/18, 10:34 AM, "Harbs" <ha...@gmail.com>
> > > wrote:
> > >     >     > >>
> > >     >     > >>    I’m happy to try and be a release manager, but I
> don’t
> > > have
> > >     > time for
> > >     >     > >> at least a month. I think it’s pretty important to get
> > this
> > >     > release out
> > >     >     > >> sooner rather than later.
> > >     >     > >>
> > >     >     > >>    If you can help Piotr finish this release, I’ll try
> to
> > > do the
> > >     > 0.9.5
> > >     >     > >> release.
> > >     >     > >>
> > >     >     > >>    Thanks,
> > >     >     > >>    Harbs
> > >     >     > >>
> > >     >     > >>> On Sep 19, 2018, at 6:54 PM, Alex Harui
> > > <aharui@adobe.com.INVALID
> > >     > >
> > >     >     > >> wrote:
> > >     >     > >>>
> > >     >     > >>> Hi Piotr,
> > >     >     > >>>
> > >     >     > >>> In my previous email, I was trying to say that you
> don't
> > > need to
> > >     > run
> > >     >     > >> update.versions because I already did.
> > >     >     > >>> In that and even earlier emails, we discussed running
> > >     > make_branches
> > >     >     > >> twice.  IMO, you are getting the right results by
> running
> > >     > make_branches.
> > >     >     > >> Given the current state of the repo, running
> make_branches
> > > once
> > >     > will set
> > >     >     > >> the develop branch to 0.9.4-SNAPSHOT and the release
> > branch
> > > to
> > >     > 0.9.3.
> > >     >     > >> That's because that's how Maven works. The current poms
> in
> > >     > develop are
> > >     >     > set
> > >     >     > >> to 0.9.3-SNAPSHOT.  Maven removes the "SNAPSHOT" in the
> > > release
> > >     > branch
> > >     >     > and
> > >     >     > >> bumps the version in the develop branch.
> > >     >     > >>>
> > >     >     > >>> I think you can just run make_branches again and it
> > should
> > >     > create a
> > >     >     > >> release branch with 0.9.4 and bump the develop branch to
> > >     > 0.9.5-SNAPSHOT.
> > >     >     > >> That would be what we want.
> > >     >     > >>> If you want me to help more, I will take the time to do
> > > so.  I
> > >     > can:
> > >     >     > >>> -Get the repos to the point where the current scripts
> > > should
> > >     > "just
> > >     >     > >> work".
> > >     >     > >>> -Make sure make_branches works and is complete.
> > >     >     > >>> -Do all of the other steps.
> > >     >     > >>>
> > >     >     > >>> I still think it is important that someone else besides
> > me
> > > can
> > >     > run
> > >     >     > >> the scripts and generate a release.  So I would prefer
> to
> > > just
> > >     > get the
> > >     >     > >> repos ready so that you can try running the scripts.  If
> > > there are
> > >     >     > >> important things you've learned that other RMs will need
> > to
> > > know,
> > >     > please
> > >     >     > >> try to capture them in the wiki document.
> > >     >     > >>>
> > >     >     > >>> @Carlos, I have spent a lot of time trying to automate
> > > releasing.
> > >     >     > >> As Piotr said, skipping a version wasn't planned for
> and I
> > > hope
> > >     > it won't
> > >     >     > >> ever happen again.  Unless you've actually looked at the
> > > scripts
> > >     > and
> > >     >     > read
> > >     >     > >> the wiki document and tried it, saying you think there
> are
> > > too
> > >     > many
> > >     >     > manual
> > >     >     > >> steps is not only wrong, but discouraging to those who
> > have
> > > put
> > >     > effort
> > >     >     > into
> > >     >     > >> it.  If you really think it needs to be better
> automated,
> > > then do
> > >     > it
> > >     >     > >> yourself.  Don’t expect others to do things for you when
> > > you make
> > >     >     > negative
> > >     >     > >> comments about their work.  I have other things I want
> to
> > > work on
> > >     > other
> > >     >     > >> than release automation.  Release automation is only
> going
> > > to be
> > >     > "good
> > >     >     > >> enough" and always in need of improvement.  We've only
> > done
> > > two
> > >     > releases
> > >     >     > >> and we are still debugging the scripts.   Join the
> effort
> > > instead
> > >     > of
> > >     >     > >> complaining about it.
> > >     >     > >>>
> > >     >     > >>> Thanks,
> > >     >     > >>> -Alex
> > >     >     > >>>
> > >     >     > >>>
> > >     >     > >>> On 9/19/18, 7:39 AM, "Carlos Rovira" <
> > > carlosrovira@apache.org
> > >     >     > >> <ma...@apache.org>> wrote:
> > >     >     > >>>
> > >     >     > >>>   Hi Piotr,
> > >     >     > >>>
> > >     >     > >>>   sorry to hear that, I think we're out of resources.
> I'm
> > >     >     > >> concentrating in
> > >     >     > >>>   make Jewel as stable as possible since in few days we
> > can
> > >     > start a
> > >     >     > >> new
> > >     >     > >>>   project with Royale-Jewel, so I still don't know how
> > > I'll be
> > >     >     > >> doing to
> > >     >     > >>>   continuer Jewel, make that project and continue with
> my
> > > other
> > >     >     > >> tasks that my
> > >     >     > >>>   position require.
> > >     >     > >>>
> > >     >     > >>>   Maybe others could take this opportunity to make this
> > > happen
> > >     >     > >>>
> > >     >     > >>>   Thanks
> > >     >     > >>>
> > >     >     > >>>   Carlos
> > >     >     > >>>
> > >     >     > >>>
> > >     >     > >>>
> > >     >     > >>>   El mié., 19 sept. 2018 a las 13:58, Piotr Zarzycki (<
> > >     >     > >>>   piotrzarzycki21@gmail.com>) escribió:
> > >     >     > >>>
> > >     >     > >>>> Btw. The process is quite automatic, but skipping the
> > > version
> > >     > wasn't
> > >     >     > >>>> something considered before.
> > >     >     > >>>>
> > >     >     > >>>> On Wed, Sep 19, 2018, 1:31 PM Piotr Zarzycki <
> > >     >     > >> piotrzarzycki21@gmail.com>
> > >     >     > >>>> wrote:
> > >     >     > >>>>
> > >     >     > >>>>> Carlos,
> > >     >     > >>>>>
> > >     >     > >>>>> Unfortunately I'm giving up doing that. I have spent
> on
> > > this
> > >     > too
> > >     >     > >> much
> > >     >     > >>>> time
> > >     >     > >>>>> and money. Someone else can continue from my point.
> > >     >     > >>>>>
> > >     >     > >>>>> Dev branch is setup to 0.9.4-SNAPSHOT. Even with
> > detailed
> > >     >     > >> instruction
> > >     >     > >>>> from
> > >     >     > >>>>> Alex I don't know what to do next.
> > >     >     > >>>>>
> > >     >     > >>>>> Details are in previous email.
> > >     >     > >>>>>
> > >     >     > >>>>> Good Luck!
> > >     >     > >>>>> Piotr
> > >     >     > >>>>>
> > >     >     > >>>>> On Wed, Sep 19, 2018, 1:15 PM Carlos Rovira <
> > >     >     > >> carlosrovira@apache.org>
> > >     >     > >>>>> wrote:
> > >     >     > >>>>>
> > >     >     > >>>>>> Hi Piotr,
> > >     >     > >>>>>>
> > >     >     > >>>>>> I encourage you and Alex to try to refine more the
> > > process so
> > >     > we
> > >     >     > >> can
> > >     >     > >>>>>> release more easily. I think right now the process
> is
> > > very
> > >     >     > >> dependent of
> > >     >     > >>>>>> many manual tasks, and that impact in all: huge
> effort
> > > to do
> > >     > the
> > >     >     > >>>> release,
> > >     >     > >>>>>> many time involved, impossible to reproduce in next
> > > release,..
> > >     >     > >>>>>>
> > >     >     > >>>>>> I think this effort you're doing could be maybe the
> > most
> > >     >     > >> important right
> > >     >     > >>>>>> now in Royale.
> > >     >     > >>>>>>
> > >     >     > >>>>>> Maybe you could ask for some help to other Apache
> > > teams, maybe
> > >     >     > >> infra
> > >     >     > >>>>>> people?, or maven people?
> > >     >     > >>>>>>
> > >     >     > >>>>>> Thanks for taking over this
> > >     >     > >>>>>>
> > >     >     > >>>>>> Carlos
> > >     >     > >>>>>>
> > >     >     > >>>>>>
> > >     >     > >>>>>>
> > >     >     > >>>>>>
> > >     >     > >>>>>> El mié., 19 sept. 2018 a las 11:16, Olaf Krueger (<
> > >     >     > >> mail@olafkrueger.net
> > >     >     > >>>>> )
> > >     >     > >>>>>> escribió:
> > >     >     > >>>>>>
> > >     >     > >>>>>>>> All of that things are complex because we need to
> > > skip one
> > >     >     > >>>> version...
> > >     >     > >>>>>>>
> > >     >     > >>>>>>> Would it be possible to create something like a
> fake
> > > release
> > >     >     > >> v0.9.3?
> > >     >     > >>>>>>> Just to satisfy all those tools and automatism?
> > >     >     > >>>>>>>
> > >     >     > >>>>>>> Olaf
> > >     >     > >>>>>>>
> > >     >     > >>>>>>>
> > >     >     > >>>>>>>
> > >     >     > >>>>>>>
> > >     >     > >>>>>>> --
> > >     >     > >>>>>>> Sent from:
> > >     >     > >>
> > >     >     >
> > >     >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-royale-development.20373.n8.nabble.com%2F&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757302618&amp;sdata=ujz6zOXpKAHfbqW6j8pC5TN7cGY0BczTfCWOqQ4k6mQ%3D&amp;reserved=0
> > >     >     > >> <
> > >     >     > >>
> > >     >     >
> > >     >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-royale-development.20373.n8.nabble.com%2F&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757302618&amp;sdata=ujz6zOXpKAHfbqW6j8pC5TN7cGY0BczTfCWOqQ4k6mQ%3D&amp;reserved=0
> > >     >     > >>>
> > >     >     > >>>>>>>
> > >     >     > >>>>>>
> > >     >     > >>>>>>
> > >     >     > >>>>>> --
> > >     >     > >>>>>> Carlos Rovira
> > >     >     > >>>>>>
> > >     >     > >>
> > >     >     >
> > >     >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757302618&amp;sdata=10K2rbXEkF8xNGLJdODgekNr%2FOrZHWe02ibI618nnhs%3D&amp;reserved=0
> > >     >     > >> <
> > >     >     > >>
> > >     >     >
> > >     >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757302618&amp;sdata=10K2rbXEkF8xNGLJdODgekNr%2FOrZHWe02ibI618nnhs%3D&amp;reserved=0
> > >     >     > >>>
> > >     >     > >>>>>>
> > >     >     > >>>>>
> > >     >     > >>>>
> > >     >     > >>>
> > >     >     > >>>
> > >     >     > >>>   --
> > >     >     > >>>   Carlos Rovira
> > >     >     > >>>
> > >     >     > >>
> > >     >     >
> > >     >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757302618&amp;sdata=10K2rbXEkF8xNGLJdODgekNr%2FOrZHWe02ibI618nnhs%3D&amp;reserved=0
> > >     >     > >> <
> > >     >     > >>
> > >     >     >
> > >     >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757302618&amp;sdata=10K2rbXEkF8xNGLJdODgekNr%2FOrZHWe02ibI618nnhs%3D&amp;reserved=0
> > >     >     > >>>
> > >     >     > >>
> > >     >     > >>
> > >     >     > >>
> > >     >     >
> > >     >     >
> > >     >
> > >     >     --
> > >     >     Carlos Rovira
> > >     >
> > >     >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757302618&amp;sdata=10K2rbXEkF8xNGLJdODgekNr%2FOrZHWe02ibI618nnhs%3D&amp;reserved=0
> > >     >
> > >     >
> > >     >
> > >
> > >     --
> > >     Carlos Rovira
> > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757302618&amp;sdata=10K2rbXEkF8xNGLJdODgekNr%2FOrZHWe02ibI618nnhs%3D&amp;reserved=0
> > >
> > >
> > >
> >
> > --
> > Carlos Rovira
> > http://about.me/carlosrovira
> >
>


-- 
Carlos Rovira
http://about.me/carlosrovira

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Piotr Zarzycki <pi...@gmail.com>.
Hey Om,

If you have capacity please finish that release. Users of VSCode and
Moonshine will be happy!

Thanks,
Piotr

On Thu, Sep 20, 2018, 5:08 PM OmPrakash Muppirala <bi...@gmail.com>
wrote:

> The last time I tried to release, it was on  Windows PC.  Some tweaks were
> required.  Also, I would say that the release process was too automated 😊
> As a result I was not able to figure out what exaxtly broke, etc.
>
> FWIW, I have a Mac now.  I can try again if Piotr wants to take a break.
>
> Getting an automated release script working flawlessly takes multiple
> releases.  Remember, as with any software, such scripts will have bugs and
> we need to catch them and fix them.
>
> Unfortunately, one such bug was that for the 0.9.2 release, what got
> published to npm was versioned at 0.9.3.  We have since fixed that issue in
> our script.  But npm does not allow do overs for released artifacts.
>
> We have learnt our lesson, lets move on please ☺
>
> Thanks,
> Om
>
> On Thu, Sep 20, 2018, 12:53 AM Carlos Rovira <ca...@apache.org>
> wrote:
>
> > Hi Alex,
> > thanks you see it in the list of unread messages and will go to say that
> I
> > found it.
> > I'll take a look  now
> >
> >
> > El jue., 20 sept. 2018 a las 9:44, Alex Harui (<aharui@adobe.com.invalid
> >)
> > escribió:
> >
> > >
> > >
> > > On 9/19/18, 11:49 PM, "Carlos Rovira" <ca...@apache.org>
> wrote:
> > >
> > >     Hi Alex,
> > >
> > >     what Zend-AMF issue you refer? can you post the link to that issue?
> > >     thanks
> > >
> > > https://lists.apache.org/list.html?users@royale.apache.org
> > >
> > >     PD: about your preoccupation, we'll have issues for many months to
> > > come. I
> > >     see each day in Jewel as I go here and there fixing or completing
> > > issues I
> > >     find, so I think is ok release with that issues so people can "play
> > > with
> > >     the toy".
> > >
> > >    <snip>
> > >
> > >     So, my opinion is that, if someone what to release, we should not
> > wait
> > > for
> > >     anything...we have many things to add, solve, fix, that one or two
> > > will not
> > >     make a difference for me. As I said, maybe wait for release, could
> be
> > > worse
> > >     in terms of potential users we can loose in that time.
> > >
> > > Of course there will be lots of issues to fix.  But some seem bigger
> than
> > > others, and IMO, make the difference between whether Royale leaves the
> > > impression of being a product or a toy.  If your app won't run because
> > the
> > > dependencies aren't right, or AMF doesn't work, will they help fix it,
> or
> > > wait, or go somewhere else?
> > >
> > > If you want to release now, then you have to promise to delay what you
> > > were planning to work on to handle new customer issues.  Because that's
> > > what always happens to me.   By waiting until Alina hits an important
> > > milestone helps keep a user we know and want to make successful.
> > >
> > > -Alex
> > >
> > >
> > >
> > >
> > >     El jue., 20 sept. 2018 a las 2:47, Alex Harui
> > > (<ah...@adobe.com.invalid>)
> > >     escribió:
> > >
> > >     > The key question for me is what Carlos wrote:  " I'm trying to
> fix
> > > and get
> > >     > things as most usable as possible in
> > >     >     Jewel to avoid many changes post release"
> > >     >
> > >     > I always wonder if it helps or hurts to draw attention to the
> > > release when
> > >     > we know there's good chance someone is going to hit a known bug.
> > > I'd like
> > >     > to see if we can fix the issues brought up by some new users.
> Such
> > > as:
> > >     >
> > >     > 1)
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fissues%2F297%23issuecomment-422870607&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757292613&amp;sdata=54aFEiUJ%2FRTCiBooZaJADt9CvYamAcvzNyWY1wP0%2Fjg%3D&amp;reserved=0
> > >     >
> > >     > 2) the Zend-AMF issue.  A more robust AMF might be worth the
> wait.
> > >     >
> > >     > Those of you who want to release soon should promise to
> investigate
> > > any
> > >     > dependency or AMF issues brought up by new users.  When we
> release
> > > with
> > >     > issues like these, not only does it cost me the time to be the
> RM,
> > > but also
> > >     > seems to cost me the time to investigate and respond to the
> issues
> > > brought
> > >     > up afterwards.
> > >     >
> > >     > My 2 cents,
> > >     > -Alex
> > >     >
> > >     > On 9/19/18, 2:59 PM, "Carlos Rovira" <ca...@apache.org>
> > > wrote:
> > >     >
> > >     >     Hi,
> > >     >
> > >     >     I certainly can position clearly: Community is waiting and we
> > are
> > >     > getting
> > >     >     momentum, each day we get 1-2 new people in twitter
> following,
> > > so it
> > >     > seems
> > >     >     we are getting some traction. If we release now, those
> > > interested in
> > >     > Royale
> > >     >     would finally start to get its hands dirty and try things,
> > > releasing
> > >     > later
> > >     >     could make we loose that people interested and potential
> > > community. In
> > >     > the
> > >     >     other hand, I'm trying to fix and get things as most usable
> as
> > >     > possible in
> > >     >     Jewel to avoid many changes post release. For example today
> > make
> > > some
> > >     >     needed changes to jewel layouts that make more robust now,
> and
> > >     > although we
> > >     >     make changes later, many of them will be more internally (or
> at
> > > least I
> > >     >     want to get the most stable API I can so things are as most
> > > organized
> > >     > and
> > >     >     well named as possible).
> > >     >
> > >     >     If someone could continue the effort will be very good, but
> if
> > > none of
> > >     > us
> > >     >     can do, it I think nothing can be done but continue working
> > hard
> > > to get
> > >     >     things done.
> > >     >
> > >     >     just my 2
> > >     >
> > >     >     Carlos
> > >     >
> > >     >
> > >     >
> > >     >
> > >     >
> > >     >
> > >     >
> > >     >     El mié., 19 sept. 2018 a las 22:57, Harbs (<
> > > harbs.lists@gmail.com>)
> > >     >     escribió:
> > >     >
> > >     >     > Jewel is another reason.
> > >     >     >
> > >     >     > Carlos wrote a lot of blog posts which can’t be run until
> we
> > > release.
> > >     >     >
> > >     >     > (Plus lots of little things that were fixed…)
> > >     >     >
> > >     >     > > On Sep 19, 2018, at 11:26 PM, Piotr Zarzycki <
> > >     > piotrzarzycki21@gmail.com>
> > >     >     > wrote:
> > >     >     > >
> > >     >     > > I personally express important reason. Releasing can help
> > > community
> > >     >     > around
> > >     >     > > VSCode and Moonshine.
> > >     >     > >
> > >     >     > > Piotr
> > >     >     > >
> > >     >     > > On Wed, Sep 19, 2018, 9:41 PM Alex Harui
> > > <aharui@adobe.com.invalid
> > >     > >
> > >     >     > wrote:
> > >     >     > >
> > >     >     > >> What do you see as the important reasons?  I know the
> > Apache
> > >     > mantra is
> > >     >     > to
> > >     >     > >> release early and often, but if it were up to me, we
> would
> > > release
> > >     >     > after we
> > >     >     > >> hit some interesting milestone, like getting Alina's app
> > to
> > >     > compile
> > >     >     > >> completely, or someone else says they are ready to go to
> > >     > production and
> > >     >     > >> need a released version of Royale.  There are some bugs
> > > blocking
> > >     > users
> > >     >     > that
> > >     >     > >> I would rather get done before releasing.
> > >     >     > >>
> > >     >     > >> My 2 cents,
> > >     >     > >> -Alex
> > >     >     > >>
> > >     >     > >> On 9/19/18, 10:34 AM, "Harbs" <ha...@gmail.com>
> > > wrote:
> > >     >     > >>
> > >     >     > >>    I’m happy to try and be a release manager, but I
> don’t
> > > have
> > >     > time for
> > >     >     > >> at least a month. I think it’s pretty important to get
> > this
> > >     > release out
> > >     >     > >> sooner rather than later.
> > >     >     > >>
> > >     >     > >>    If you can help Piotr finish this release, I’ll try
> to
> > > do the
> > >     > 0.9.5
> > >     >     > >> release.
> > >     >     > >>
> > >     >     > >>    Thanks,
> > >     >     > >>    Harbs
> > >     >     > >>
> > >     >     > >>> On Sep 19, 2018, at 6:54 PM, Alex Harui
> > > <aharui@adobe.com.INVALID
> > >     > >
> > >     >     > >> wrote:
> > >     >     > >>>
> > >     >     > >>> Hi Piotr,
> > >     >     > >>>
> > >     >     > >>> In my previous email, I was trying to say that you
> don't
> > > need to
> > >     > run
> > >     >     > >> update.versions because I already did.
> > >     >     > >>> In that and even earlier emails, we discussed running
> > >     > make_branches
> > >     >     > >> twice.  IMO, you are getting the right results by
> running
> > >     > make_branches.
> > >     >     > >> Given the current state of the repo, running
> make_branches
> > > once
> > >     > will set
> > >     >     > >> the develop branch to 0.9.4-SNAPSHOT and the release
> > branch
> > > to
> > >     > 0.9.3.
> > >     >     > >> That's because that's how Maven works. The current poms
> in
> > >     > develop are
> > >     >     > set
> > >     >     > >> to 0.9.3-SNAPSHOT.  Maven removes the "SNAPSHOT" in the
> > > release
> > >     > branch
> > >     >     > and
> > >     >     > >> bumps the version in the develop branch.
> > >     >     > >>>
> > >     >     > >>> I think you can just run make_branches again and it
> > should
> > >     > create a
> > >     >     > >> release branch with 0.9.4 and bump the develop branch to
> > >     > 0.9.5-SNAPSHOT.
> > >     >     > >> That would be what we want.
> > >     >     > >>> If you want me to help more, I will take the time to do
> > > so.  I
> > >     > can:
> > >     >     > >>> -Get the repos to the point where the current scripts
> > > should
> > >     > "just
> > >     >     > >> work".
> > >     >     > >>> -Make sure make_branches works and is complete.
> > >     >     > >>> -Do all of the other steps.
> > >     >     > >>>
> > >     >     > >>> I still think it is important that someone else besides
> > me
> > > can
> > >     > run
> > >     >     > >> the scripts and generate a release.  So I would prefer
> to
> > > just
> > >     > get the
> > >     >     > >> repos ready so that you can try running the scripts.  If
> > > there are
> > >     >     > >> important things you've learned that other RMs will need
> > to
> > > know,
> > >     > please
> > >     >     > >> try to capture them in the wiki document.
> > >     >     > >>>
> > >     >     > >>> @Carlos, I have spent a lot of time trying to automate
> > > releasing.
> > >     >     > >> As Piotr said, skipping a version wasn't planned for
> and I
> > > hope
> > >     > it won't
> > >     >     > >> ever happen again.  Unless you've actually looked at the
> > > scripts
> > >     > and
> > >     >     > read
> > >     >     > >> the wiki document and tried it, saying you think there
> are
> > > too
> > >     > many
> > >     >     > manual
> > >     >     > >> steps is not only wrong, but discouraging to those who
> > have
> > > put
> > >     > effort
> > >     >     > into
> > >     >     > >> it.  If you really think it needs to be better
> automated,
> > > then do
> > >     > it
> > >     >     > >> yourself.  Don’t expect others to do things for you when
> > > you make
> > >     >     > negative
> > >     >     > >> comments about their work.  I have other things I want
> to
> > > work on
> > >     > other
> > >     >     > >> than release automation.  Release automation is only
> going
> > > to be
> > >     > "good
> > >     >     > >> enough" and always in need of improvement.  We've only
> > done
> > > two
> > >     > releases
> > >     >     > >> and we are still debugging the scripts.   Join the
> effort
> > > instead
> > >     > of
> > >     >     > >> complaining about it.
> > >     >     > >>>
> > >     >     > >>> Thanks,
> > >     >     > >>> -Alex
> > >     >     > >>>
> > >     >     > >>>
> > >     >     > >>> On 9/19/18, 7:39 AM, "Carlos Rovira" <
> > > carlosrovira@apache.org
> > >     >     > >> <ma...@apache.org>> wrote:
> > >     >     > >>>
> > >     >     > >>>   Hi Piotr,
> > >     >     > >>>
> > >     >     > >>>   sorry to hear that, I think we're out of resources.
> I'm
> > >     >     > >> concentrating in
> > >     >     > >>>   make Jewel as stable as possible since in few days we
> > can
> > >     > start a
> > >     >     > >> new
> > >     >     > >>>   project with Royale-Jewel, so I still don't know how
> > > I'll be
> > >     >     > >> doing to
> > >     >     > >>>   continuer Jewel, make that project and continue with
> my
> > > other
> > >     >     > >> tasks that my
> > >     >     > >>>   position require.
> > >     >     > >>>
> > >     >     > >>>   Maybe others could take this opportunity to make this
> > > happen
> > >     >     > >>>
> > >     >     > >>>   Thanks
> > >     >     > >>>
> > >     >     > >>>   Carlos
> > >     >     > >>>
> > >     >     > >>>
> > >     >     > >>>
> > >     >     > >>>   El mié., 19 sept. 2018 a las 13:58, Piotr Zarzycki (<
> > >     >     > >>>   piotrzarzycki21@gmail.com>) escribió:
> > >     >     > >>>
> > >     >     > >>>> Btw. The process is quite automatic, but skipping the
> > > version
> > >     > wasn't
> > >     >     > >>>> something considered before.
> > >     >     > >>>>
> > >     >     > >>>> On Wed, Sep 19, 2018, 1:31 PM Piotr Zarzycki <
> > >     >     > >> piotrzarzycki21@gmail.com>
> > >     >     > >>>> wrote:
> > >     >     > >>>>
> > >     >     > >>>>> Carlos,
> > >     >     > >>>>>
> > >     >     > >>>>> Unfortunately I'm giving up doing that. I have spent
> on
> > > this
> > >     > too
> > >     >     > >> much
> > >     >     > >>>> time
> > >     >     > >>>>> and money. Someone else can continue from my point.
> > >     >     > >>>>>
> > >     >     > >>>>> Dev branch is setup to 0.9.4-SNAPSHOT. Even with
> > detailed
> > >     >     > >> instruction
> > >     >     > >>>> from
> > >     >     > >>>>> Alex I don't know what to do next.
> > >     >     > >>>>>
> > >     >     > >>>>> Details are in previous email.
> > >     >     > >>>>>
> > >     >     > >>>>> Good Luck!
> > >     >     > >>>>> Piotr
> > >     >     > >>>>>
> > >     >     > >>>>> On Wed, Sep 19, 2018, 1:15 PM Carlos Rovira <
> > >     >     > >> carlosrovira@apache.org>
> > >     >     > >>>>> wrote:
> > >     >     > >>>>>
> > >     >     > >>>>>> Hi Piotr,
> > >     >     > >>>>>>
> > >     >     > >>>>>> I encourage you and Alex to try to refine more the
> > > process so
> > >     > we
> > >     >     > >> can
> > >     >     > >>>>>> release more easily. I think right now the process
> is
> > > very
> > >     >     > >> dependent of
> > >     >     > >>>>>> many manual tasks, and that impact in all: huge
> effort
> > > to do
> > >     > the
> > >     >     > >>>> release,
> > >     >     > >>>>>> many time involved, impossible to reproduce in next
> > > release,..
> > >     >     > >>>>>>
> > >     >     > >>>>>> I think this effort you're doing could be maybe the
> > most
> > >     >     > >> important right
> > >     >     > >>>>>> now in Royale.
> > >     >     > >>>>>>
> > >     >     > >>>>>> Maybe you could ask for some help to other Apache
> > > teams, maybe
> > >     >     > >> infra
> > >     >     > >>>>>> people?, or maven people?
> > >     >     > >>>>>>
> > >     >     > >>>>>> Thanks for taking over this
> > >     >     > >>>>>>
> > >     >     > >>>>>> Carlos
> > >     >     > >>>>>>
> > >     >     > >>>>>>
> > >     >     > >>>>>>
> > >     >     > >>>>>>
> > >     >     > >>>>>> El mié., 19 sept. 2018 a las 11:16, Olaf Krueger (<
> > >     >     > >> mail@olafkrueger.net
> > >     >     > >>>>> )
> > >     >     > >>>>>> escribió:
> > >     >     > >>>>>>
> > >     >     > >>>>>>>> All of that things are complex because we need to
> > > skip one
> > >     >     > >>>> version...
> > >     >     > >>>>>>>
> > >     >     > >>>>>>> Would it be possible to create something like a
> fake
> > > release
> > >     >     > >> v0.9.3?
> > >     >     > >>>>>>> Just to satisfy all those tools and automatism?
> > >     >     > >>>>>>>
> > >     >     > >>>>>>> Olaf
> > >     >     > >>>>>>>
> > >     >     > >>>>>>>
> > >     >     > >>>>>>>
> > >     >     > >>>>>>>
> > >     >     > >>>>>>> --
> > >     >     > >>>>>>> Sent from:
> > >     >     > >>
> > >     >     >
> > >     >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-royale-development.20373.n8.nabble.com%2F&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757302618&amp;sdata=ujz6zOXpKAHfbqW6j8pC5TN7cGY0BczTfCWOqQ4k6mQ%3D&amp;reserved=0
> > >     >     > >> <
> > >     >     > >>
> > >     >     >
> > >     >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-royale-development.20373.n8.nabble.com%2F&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757302618&amp;sdata=ujz6zOXpKAHfbqW6j8pC5TN7cGY0BczTfCWOqQ4k6mQ%3D&amp;reserved=0
> > >     >     > >>>
> > >     >     > >>>>>>>
> > >     >     > >>>>>>
> > >     >     > >>>>>>
> > >     >     > >>>>>> --
> > >     >     > >>>>>> Carlos Rovira
> > >     >     > >>>>>>
> > >     >     > >>
> > >     >     >
> > >     >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757302618&amp;sdata=10K2rbXEkF8xNGLJdODgekNr%2FOrZHWe02ibI618nnhs%3D&amp;reserved=0
> > >     >     > >> <
> > >     >     > >>
> > >     >     >
> > >     >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757302618&amp;sdata=10K2rbXEkF8xNGLJdODgekNr%2FOrZHWe02ibI618nnhs%3D&amp;reserved=0
> > >     >     > >>>
> > >     >     > >>>>>>
> > >     >     > >>>>>
> > >     >     > >>>>
> > >     >     > >>>
> > >     >     > >>>
> > >     >     > >>>   --
> > >     >     > >>>   Carlos Rovira
> > >     >     > >>>
> > >     >     > >>
> > >     >     >
> > >     >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757302618&amp;sdata=10K2rbXEkF8xNGLJdODgekNr%2FOrZHWe02ibI618nnhs%3D&amp;reserved=0
> > >     >     > >> <
> > >     >     > >>
> > >     >     >
> > >     >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757302618&amp;sdata=10K2rbXEkF8xNGLJdODgekNr%2FOrZHWe02ibI618nnhs%3D&amp;reserved=0
> > >     >     > >>>
> > >     >     > >>
> > >     >     > >>
> > >     >     > >>
> > >     >     >
> > >     >     >
> > >     >
> > >     >     --
> > >     >     Carlos Rovira
> > >     >
> > >     >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757302618&amp;sdata=10K2rbXEkF8xNGLJdODgekNr%2FOrZHWe02ibI618nnhs%3D&amp;reserved=0
> > >     >
> > >     >
> > >     >
> > >
> > >     --
> > >     Carlos Rovira
> > >
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757302618&amp;sdata=10K2rbXEkF8xNGLJdODgekNr%2FOrZHWe02ibI618nnhs%3D&amp;reserved=0
> > >
> > >
> > >
> >
> > --
> > Carlos Rovira
> > http://about.me/carlosrovira
> >
>

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by OmPrakash Muppirala <bi...@gmail.com>.
The last time I tried to release, it was on  Windows PC.  Some tweaks were
required.  Also, I would say that the release process was too automated 😊
As a result I was not able to figure out what exaxtly broke, etc.

FWIW, I have a Mac now.  I can try again if Piotr wants to take a break.

Getting an automated release script working flawlessly takes multiple
releases.  Remember, as with any software, such scripts will have bugs and
we need to catch them and fix them.

Unfortunately, one such bug was that for the 0.9.2 release, what got
published to npm was versioned at 0.9.3.  We have since fixed that issue in
our script.  But npm does not allow do overs for released artifacts.

We have learnt our lesson, lets move on please ☺

Thanks,
Om

On Thu, Sep 20, 2018, 12:53 AM Carlos Rovira <ca...@apache.org>
wrote:

> Hi Alex,
> thanks you see it in the list of unread messages and will go to say that I
> found it.
> I'll take a look  now
>
>
> El jue., 20 sept. 2018 a las 9:44, Alex Harui (<ah...@adobe.com.invalid>)
> escribió:
>
> >
> >
> > On 9/19/18, 11:49 PM, "Carlos Rovira" <ca...@apache.org> wrote:
> >
> >     Hi Alex,
> >
> >     what Zend-AMF issue you refer? can you post the link to that issue?
> >     thanks
> >
> > https://lists.apache.org/list.html?users@royale.apache.org
> >
> >     PD: about your preoccupation, we'll have issues for many months to
> > come. I
> >     see each day in Jewel as I go here and there fixing or completing
> > issues I
> >     find, so I think is ok release with that issues so people can "play
> > with
> >     the toy".
> >
> >    <snip>
> >
> >     So, my opinion is that, if someone what to release, we should not
> wait
> > for
> >     anything...we have many things to add, solve, fix, that one or two
> > will not
> >     make a difference for me. As I said, maybe wait for release, could be
> > worse
> >     in terms of potential users we can loose in that time.
> >
> > Of course there will be lots of issues to fix.  But some seem bigger than
> > others, and IMO, make the difference between whether Royale leaves the
> > impression of being a product or a toy.  If your app won't run because
> the
> > dependencies aren't right, or AMF doesn't work, will they help fix it, or
> > wait, or go somewhere else?
> >
> > If you want to release now, then you have to promise to delay what you
> > were planning to work on to handle new customer issues.  Because that's
> > what always happens to me.   By waiting until Alina hits an important
> > milestone helps keep a user we know and want to make successful.
> >
> > -Alex
> >
> >
> >
> >
> >     El jue., 20 sept. 2018 a las 2:47, Alex Harui
> > (<ah...@adobe.com.invalid>)
> >     escribió:
> >
> >     > The key question for me is what Carlos wrote:  " I'm trying to fix
> > and get
> >     > things as most usable as possible in
> >     >     Jewel to avoid many changes post release"
> >     >
> >     > I always wonder if it helps or hurts to draw attention to the
> > release when
> >     > we know there's good chance someone is going to hit a known bug.
> > I'd like
> >     > to see if we can fix the issues brought up by some new users.  Such
> > as:
> >     >
> >     > 1)
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fissues%2F297%23issuecomment-422870607&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757292613&amp;sdata=54aFEiUJ%2FRTCiBooZaJADt9CvYamAcvzNyWY1wP0%2Fjg%3D&amp;reserved=0
> >     >
> >     > 2) the Zend-AMF issue.  A more robust AMF might be worth the wait.
> >     >
> >     > Those of you who want to release soon should promise to investigate
> > any
> >     > dependency or AMF issues brought up by new users.  When we release
> > with
> >     > issues like these, not only does it cost me the time to be the RM,
> > but also
> >     > seems to cost me the time to investigate and respond to the issues
> > brought
> >     > up afterwards.
> >     >
> >     > My 2 cents,
> >     > -Alex
> >     >
> >     > On 9/19/18, 2:59 PM, "Carlos Rovira" <ca...@apache.org>
> > wrote:
> >     >
> >     >     Hi,
> >     >
> >     >     I certainly can position clearly: Community is waiting and we
> are
> >     > getting
> >     >     momentum, each day we get 1-2 new people in twitter following,
> > so it
> >     > seems
> >     >     we are getting some traction. If we release now, those
> > interested in
> >     > Royale
> >     >     would finally start to get its hands dirty and try things,
> > releasing
> >     > later
> >     >     could make we loose that people interested and potential
> > community. In
> >     > the
> >     >     other hand, I'm trying to fix and get things as most usable as
> >     > possible in
> >     >     Jewel to avoid many changes post release. For example today
> make
> > some
> >     >     needed changes to jewel layouts that make more robust now, and
> >     > although we
> >     >     make changes later, many of them will be more internally (or at
> > least I
> >     >     want to get the most stable API I can so things are as most
> > organized
> >     > and
> >     >     well named as possible).
> >     >
> >     >     If someone could continue the effort will be very good, but if
> > none of
> >     > us
> >     >     can do, it I think nothing can be done but continue working
> hard
> > to get
> >     >     things done.
> >     >
> >     >     just my 2
> >     >
> >     >     Carlos
> >     >
> >     >
> >     >
> >     >
> >     >
> >     >
> >     >
> >     >     El mié., 19 sept. 2018 a las 22:57, Harbs (<
> > harbs.lists@gmail.com>)
> >     >     escribió:
> >     >
> >     >     > Jewel is another reason.
> >     >     >
> >     >     > Carlos wrote a lot of blog posts which can’t be run until we
> > release.
> >     >     >
> >     >     > (Plus lots of little things that were fixed…)
> >     >     >
> >     >     > > On Sep 19, 2018, at 11:26 PM, Piotr Zarzycki <
> >     > piotrzarzycki21@gmail.com>
> >     >     > wrote:
> >     >     > >
> >     >     > > I personally express important reason. Releasing can help
> > community
> >     >     > around
> >     >     > > VSCode and Moonshine.
> >     >     > >
> >     >     > > Piotr
> >     >     > >
> >     >     > > On Wed, Sep 19, 2018, 9:41 PM Alex Harui
> > <aharui@adobe.com.invalid
> >     > >
> >     >     > wrote:
> >     >     > >
> >     >     > >> What do you see as the important reasons?  I know the
> Apache
> >     > mantra is
> >     >     > to
> >     >     > >> release early and often, but if it were up to me, we would
> > release
> >     >     > after we
> >     >     > >> hit some interesting milestone, like getting Alina's app
> to
> >     > compile
> >     >     > >> completely, or someone else says they are ready to go to
> >     > production and
> >     >     > >> need a released version of Royale.  There are some bugs
> > blocking
> >     > users
> >     >     > that
> >     >     > >> I would rather get done before releasing.
> >     >     > >>
> >     >     > >> My 2 cents,
> >     >     > >> -Alex
> >     >     > >>
> >     >     > >> On 9/19/18, 10:34 AM, "Harbs" <ha...@gmail.com>
> > wrote:
> >     >     > >>
> >     >     > >>    I’m happy to try and be a release manager, but I don’t
> > have
> >     > time for
> >     >     > >> at least a month. I think it’s pretty important to get
> this
> >     > release out
> >     >     > >> sooner rather than later.
> >     >     > >>
> >     >     > >>    If you can help Piotr finish this release, I’ll try to
> > do the
> >     > 0.9.5
> >     >     > >> release.
> >     >     > >>
> >     >     > >>    Thanks,
> >     >     > >>    Harbs
> >     >     > >>
> >     >     > >>> On Sep 19, 2018, at 6:54 PM, Alex Harui
> > <aharui@adobe.com.INVALID
> >     > >
> >     >     > >> wrote:
> >     >     > >>>
> >     >     > >>> Hi Piotr,
> >     >     > >>>
> >     >     > >>> In my previous email, I was trying to say that you don't
> > need to
> >     > run
> >     >     > >> update.versions because I already did.
> >     >     > >>> In that and even earlier emails, we discussed running
> >     > make_branches
> >     >     > >> twice.  IMO, you are getting the right results by running
> >     > make_branches.
> >     >     > >> Given the current state of the repo, running make_branches
> > once
> >     > will set
> >     >     > >> the develop branch to 0.9.4-SNAPSHOT and the release
> branch
> > to
> >     > 0.9.3.
> >     >     > >> That's because that's how Maven works. The current poms in
> >     > develop are
> >     >     > set
> >     >     > >> to 0.9.3-SNAPSHOT.  Maven removes the "SNAPSHOT" in the
> > release
> >     > branch
> >     >     > and
> >     >     > >> bumps the version in the develop branch.
> >     >     > >>>
> >     >     > >>> I think you can just run make_branches again and it
> should
> >     > create a
> >     >     > >> release branch with 0.9.4 and bump the develop branch to
> >     > 0.9.5-SNAPSHOT.
> >     >     > >> That would be what we want.
> >     >     > >>> If you want me to help more, I will take the time to do
> > so.  I
> >     > can:
> >     >     > >>> -Get the repos to the point where the current scripts
> > should
> >     > "just
> >     >     > >> work".
> >     >     > >>> -Make sure make_branches works and is complete.
> >     >     > >>> -Do all of the other steps.
> >     >     > >>>
> >     >     > >>> I still think it is important that someone else besides
> me
> > can
> >     > run
> >     >     > >> the scripts and generate a release.  So I would prefer to
> > just
> >     > get the
> >     >     > >> repos ready so that you can try running the scripts.  If
> > there are
> >     >     > >> important things you've learned that other RMs will need
> to
> > know,
> >     > please
> >     >     > >> try to capture them in the wiki document.
> >     >     > >>>
> >     >     > >>> @Carlos, I have spent a lot of time trying to automate
> > releasing.
> >     >     > >> As Piotr said, skipping a version wasn't planned for and I
> > hope
> >     > it won't
> >     >     > >> ever happen again.  Unless you've actually looked at the
> > scripts
> >     > and
> >     >     > read
> >     >     > >> the wiki document and tried it, saying you think there are
> > too
> >     > many
> >     >     > manual
> >     >     > >> steps is not only wrong, but discouraging to those who
> have
> > put
> >     > effort
> >     >     > into
> >     >     > >> it.  If you really think it needs to be better automated,
> > then do
> >     > it
> >     >     > >> yourself.  Don’t expect others to do things for you when
> > you make
> >     >     > negative
> >     >     > >> comments about their work.  I have other things I want to
> > work on
> >     > other
> >     >     > >> than release automation.  Release automation is only going
> > to be
> >     > "good
> >     >     > >> enough" and always in need of improvement.  We've only
> done
> > two
> >     > releases
> >     >     > >> and we are still debugging the scripts.   Join the effort
> > instead
> >     > of
> >     >     > >> complaining about it.
> >     >     > >>>
> >     >     > >>> Thanks,
> >     >     > >>> -Alex
> >     >     > >>>
> >     >     > >>>
> >     >     > >>> On 9/19/18, 7:39 AM, "Carlos Rovira" <
> > carlosrovira@apache.org
> >     >     > >> <ma...@apache.org>> wrote:
> >     >     > >>>
> >     >     > >>>   Hi Piotr,
> >     >     > >>>
> >     >     > >>>   sorry to hear that, I think we're out of resources. I'm
> >     >     > >> concentrating in
> >     >     > >>>   make Jewel as stable as possible since in few days we
> can
> >     > start a
> >     >     > >> new
> >     >     > >>>   project with Royale-Jewel, so I still don't know how
> > I'll be
> >     >     > >> doing to
> >     >     > >>>   continuer Jewel, make that project and continue with my
> > other
> >     >     > >> tasks that my
> >     >     > >>>   position require.
> >     >     > >>>
> >     >     > >>>   Maybe others could take this opportunity to make this
> > happen
> >     >     > >>>
> >     >     > >>>   Thanks
> >     >     > >>>
> >     >     > >>>   Carlos
> >     >     > >>>
> >     >     > >>>
> >     >     > >>>
> >     >     > >>>   El mié., 19 sept. 2018 a las 13:58, Piotr Zarzycki (<
> >     >     > >>>   piotrzarzycki21@gmail.com>) escribió:
> >     >     > >>>
> >     >     > >>>> Btw. The process is quite automatic, but skipping the
> > version
> >     > wasn't
> >     >     > >>>> something considered before.
> >     >     > >>>>
> >     >     > >>>> On Wed, Sep 19, 2018, 1:31 PM Piotr Zarzycki <
> >     >     > >> piotrzarzycki21@gmail.com>
> >     >     > >>>> wrote:
> >     >     > >>>>
> >     >     > >>>>> Carlos,
> >     >     > >>>>>
> >     >     > >>>>> Unfortunately I'm giving up doing that. I have spent on
> > this
> >     > too
> >     >     > >> much
> >     >     > >>>> time
> >     >     > >>>>> and money. Someone else can continue from my point.
> >     >     > >>>>>
> >     >     > >>>>> Dev branch is setup to 0.9.4-SNAPSHOT. Even with
> detailed
> >     >     > >> instruction
> >     >     > >>>> from
> >     >     > >>>>> Alex I don't know what to do next.
> >     >     > >>>>>
> >     >     > >>>>> Details are in previous email.
> >     >     > >>>>>
> >     >     > >>>>> Good Luck!
> >     >     > >>>>> Piotr
> >     >     > >>>>>
> >     >     > >>>>> On Wed, Sep 19, 2018, 1:15 PM Carlos Rovira <
> >     >     > >> carlosrovira@apache.org>
> >     >     > >>>>> wrote:
> >     >     > >>>>>
> >     >     > >>>>>> Hi Piotr,
> >     >     > >>>>>>
> >     >     > >>>>>> I encourage you and Alex to try to refine more the
> > process so
> >     > we
> >     >     > >> can
> >     >     > >>>>>> release more easily. I think right now the process is
> > very
> >     >     > >> dependent of
> >     >     > >>>>>> many manual tasks, and that impact in all: huge effort
> > to do
> >     > the
> >     >     > >>>> release,
> >     >     > >>>>>> many time involved, impossible to reproduce in next
> > release,..
> >     >     > >>>>>>
> >     >     > >>>>>> I think this effort you're doing could be maybe the
> most
> >     >     > >> important right
> >     >     > >>>>>> now in Royale.
> >     >     > >>>>>>
> >     >     > >>>>>> Maybe you could ask for some help to other Apache
> > teams, maybe
> >     >     > >> infra
> >     >     > >>>>>> people?, or maven people?
> >     >     > >>>>>>
> >     >     > >>>>>> Thanks for taking over this
> >     >     > >>>>>>
> >     >     > >>>>>> Carlos
> >     >     > >>>>>>
> >     >     > >>>>>>
> >     >     > >>>>>>
> >     >     > >>>>>>
> >     >     > >>>>>> El mié., 19 sept. 2018 a las 11:16, Olaf Krueger (<
> >     >     > >> mail@olafkrueger.net
> >     >     > >>>>> )
> >     >     > >>>>>> escribió:
> >     >     > >>>>>>
> >     >     > >>>>>>>> All of that things are complex because we need to
> > skip one
> >     >     > >>>> version...
> >     >     > >>>>>>>
> >     >     > >>>>>>> Would it be possible to create something like a fake
> > release
> >     >     > >> v0.9.3?
> >     >     > >>>>>>> Just to satisfy all those tools and automatism?
> >     >     > >>>>>>>
> >     >     > >>>>>>> Olaf
> >     >     > >>>>>>>
> >     >     > >>>>>>>
> >     >     > >>>>>>>
> >     >     > >>>>>>>
> >     >     > >>>>>>> --
> >     >     > >>>>>>> Sent from:
> >     >     > >>
> >     >     >
> >     >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-royale-development.20373.n8.nabble.com%2F&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757302618&amp;sdata=ujz6zOXpKAHfbqW6j8pC5TN7cGY0BczTfCWOqQ4k6mQ%3D&amp;reserved=0
> >     >     > >> <
> >     >     > >>
> >     >     >
> >     >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-royale-development.20373.n8.nabble.com%2F&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757302618&amp;sdata=ujz6zOXpKAHfbqW6j8pC5TN7cGY0BczTfCWOqQ4k6mQ%3D&amp;reserved=0
> >     >     > >>>
> >     >     > >>>>>>>
> >     >     > >>>>>>
> >     >     > >>>>>>
> >     >     > >>>>>> --
> >     >     > >>>>>> Carlos Rovira
> >     >     > >>>>>>
> >     >     > >>
> >     >     >
> >     >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757302618&amp;sdata=10K2rbXEkF8xNGLJdODgekNr%2FOrZHWe02ibI618nnhs%3D&amp;reserved=0
> >     >     > >> <
> >     >     > >>
> >     >     >
> >     >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757302618&amp;sdata=10K2rbXEkF8xNGLJdODgekNr%2FOrZHWe02ibI618nnhs%3D&amp;reserved=0
> >     >     > >>>
> >     >     > >>>>>>
> >     >     > >>>>>
> >     >     > >>>>
> >     >     > >>>
> >     >     > >>>
> >     >     > >>>   --
> >     >     > >>>   Carlos Rovira
> >     >     > >>>
> >     >     > >>
> >     >     >
> >     >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757302618&amp;sdata=10K2rbXEkF8xNGLJdODgekNr%2FOrZHWe02ibI618nnhs%3D&amp;reserved=0
> >     >     > >> <
> >     >     > >>
> >     >     >
> >     >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757302618&amp;sdata=10K2rbXEkF8xNGLJdODgekNr%2FOrZHWe02ibI618nnhs%3D&amp;reserved=0
> >     >     > >>>
> >     >     > >>
> >     >     > >>
> >     >     > >>
> >     >     >
> >     >     >
> >     >
> >     >     --
> >     >     Carlos Rovira
> >     >
> >     >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757302618&amp;sdata=10K2rbXEkF8xNGLJdODgekNr%2FOrZHWe02ibI618nnhs%3D&amp;reserved=0
> >     >
> >     >
> >     >
> >
> >     --
> >     Carlos Rovira
> >
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757302618&amp;sdata=10K2rbXEkF8xNGLJdODgekNr%2FOrZHWe02ibI618nnhs%3D&amp;reserved=0
> >
> >
> >
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Carlos Rovira <ca...@apache.org>.
Hi Alex,
thanks you see it in the list of unread messages and will go to say that I
found it.
I'll take a look  now


El jue., 20 sept. 2018 a las 9:44, Alex Harui (<ah...@adobe.com.invalid>)
escribió:

>
>
> On 9/19/18, 11:49 PM, "Carlos Rovira" <ca...@apache.org> wrote:
>
>     Hi Alex,
>
>     what Zend-AMF issue you refer? can you post the link to that issue?
>     thanks
>
> https://lists.apache.org/list.html?users@royale.apache.org
>
>     PD: about your preoccupation, we'll have issues for many months to
> come. I
>     see each day in Jewel as I go here and there fixing or completing
> issues I
>     find, so I think is ok release with that issues so people can "play
> with
>     the toy".
>
>    <snip>
>
>     So, my opinion is that, if someone what to release, we should not wait
> for
>     anything...we have many things to add, solve, fix, that one or two
> will not
>     make a difference for me. As I said, maybe wait for release, could be
> worse
>     in terms of potential users we can loose in that time.
>
> Of course there will be lots of issues to fix.  But some seem bigger than
> others, and IMO, make the difference between whether Royale leaves the
> impression of being a product or a toy.  If your app won't run because the
> dependencies aren't right, or AMF doesn't work, will they help fix it, or
> wait, or go somewhere else?
>
> If you want to release now, then you have to promise to delay what you
> were planning to work on to handle new customer issues.  Because that's
> what always happens to me.   By waiting until Alina hits an important
> milestone helps keep a user we know and want to make successful.
>
> -Alex
>
>
>
>
>     El jue., 20 sept. 2018 a las 2:47, Alex Harui
> (<ah...@adobe.com.invalid>)
>     escribió:
>
>     > The key question for me is what Carlos wrote:  " I'm trying to fix
> and get
>     > things as most usable as possible in
>     >     Jewel to avoid many changes post release"
>     >
>     > I always wonder if it helps or hurts to draw attention to the
> release when
>     > we know there's good chance someone is going to hit a known bug.
> I'd like
>     > to see if we can fix the issues brought up by some new users.  Such
> as:
>     >
>     > 1)
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fissues%2F297%23issuecomment-422870607&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757292613&amp;sdata=54aFEiUJ%2FRTCiBooZaJADt9CvYamAcvzNyWY1wP0%2Fjg%3D&amp;reserved=0
>     >
>     > 2) the Zend-AMF issue.  A more robust AMF might be worth the wait.
>     >
>     > Those of you who want to release soon should promise to investigate
> any
>     > dependency or AMF issues brought up by new users.  When we release
> with
>     > issues like these, not only does it cost me the time to be the RM,
> but also
>     > seems to cost me the time to investigate and respond to the issues
> brought
>     > up afterwards.
>     >
>     > My 2 cents,
>     > -Alex
>     >
>     > On 9/19/18, 2:59 PM, "Carlos Rovira" <ca...@apache.org>
> wrote:
>     >
>     >     Hi,
>     >
>     >     I certainly can position clearly: Community is waiting and we are
>     > getting
>     >     momentum, each day we get 1-2 new people in twitter following,
> so it
>     > seems
>     >     we are getting some traction. If we release now, those
> interested in
>     > Royale
>     >     would finally start to get its hands dirty and try things,
> releasing
>     > later
>     >     could make we loose that people interested and potential
> community. In
>     > the
>     >     other hand, I'm trying to fix and get things as most usable as
>     > possible in
>     >     Jewel to avoid many changes post release. For example today make
> some
>     >     needed changes to jewel layouts that make more robust now, and
>     > although we
>     >     make changes later, many of them will be more internally (or at
> least I
>     >     want to get the most stable API I can so things are as most
> organized
>     > and
>     >     well named as possible).
>     >
>     >     If someone could continue the effort will be very good, but if
> none of
>     > us
>     >     can do, it I think nothing can be done but continue working hard
> to get
>     >     things done.
>     >
>     >     just my 2
>     >
>     >     Carlos
>     >
>     >
>     >
>     >
>     >
>     >
>     >
>     >     El mié., 19 sept. 2018 a las 22:57, Harbs (<
> harbs.lists@gmail.com>)
>     >     escribió:
>     >
>     >     > Jewel is another reason.
>     >     >
>     >     > Carlos wrote a lot of blog posts which can’t be run until we
> release.
>     >     >
>     >     > (Plus lots of little things that were fixed…)
>     >     >
>     >     > > On Sep 19, 2018, at 11:26 PM, Piotr Zarzycki <
>     > piotrzarzycki21@gmail.com>
>     >     > wrote:
>     >     > >
>     >     > > I personally express important reason. Releasing can help
> community
>     >     > around
>     >     > > VSCode and Moonshine.
>     >     > >
>     >     > > Piotr
>     >     > >
>     >     > > On Wed, Sep 19, 2018, 9:41 PM Alex Harui
> <aharui@adobe.com.invalid
>     > >
>     >     > wrote:
>     >     > >
>     >     > >> What do you see as the important reasons?  I know the Apache
>     > mantra is
>     >     > to
>     >     > >> release early and often, but if it were up to me, we would
> release
>     >     > after we
>     >     > >> hit some interesting milestone, like getting Alina's app to
>     > compile
>     >     > >> completely, or someone else says they are ready to go to
>     > production and
>     >     > >> need a released version of Royale.  There are some bugs
> blocking
>     > users
>     >     > that
>     >     > >> I would rather get done before releasing.
>     >     > >>
>     >     > >> My 2 cents,
>     >     > >> -Alex
>     >     > >>
>     >     > >> On 9/19/18, 10:34 AM, "Harbs" <ha...@gmail.com>
> wrote:
>     >     > >>
>     >     > >>    I’m happy to try and be a release manager, but I don’t
> have
>     > time for
>     >     > >> at least a month. I think it’s pretty important to get this
>     > release out
>     >     > >> sooner rather than later.
>     >     > >>
>     >     > >>    If you can help Piotr finish this release, I’ll try to
> do the
>     > 0.9.5
>     >     > >> release.
>     >     > >>
>     >     > >>    Thanks,
>     >     > >>    Harbs
>     >     > >>
>     >     > >>> On Sep 19, 2018, at 6:54 PM, Alex Harui
> <aharui@adobe.com.INVALID
>     > >
>     >     > >> wrote:
>     >     > >>>
>     >     > >>> Hi Piotr,
>     >     > >>>
>     >     > >>> In my previous email, I was trying to say that you don't
> need to
>     > run
>     >     > >> update.versions because I already did.
>     >     > >>> In that and even earlier emails, we discussed running
>     > make_branches
>     >     > >> twice.  IMO, you are getting the right results by running
>     > make_branches.
>     >     > >> Given the current state of the repo, running make_branches
> once
>     > will set
>     >     > >> the develop branch to 0.9.4-SNAPSHOT and the release branch
> to
>     > 0.9.3.
>     >     > >> That's because that's how Maven works. The current poms in
>     > develop are
>     >     > set
>     >     > >> to 0.9.3-SNAPSHOT.  Maven removes the "SNAPSHOT" in the
> release
>     > branch
>     >     > and
>     >     > >> bumps the version in the develop branch.
>     >     > >>>
>     >     > >>> I think you can just run make_branches again and it should
>     > create a
>     >     > >> release branch with 0.9.4 and bump the develop branch to
>     > 0.9.5-SNAPSHOT.
>     >     > >> That would be what we want.
>     >     > >>> If you want me to help more, I will take the time to do
> so.  I
>     > can:
>     >     > >>> -Get the repos to the point where the current scripts
> should
>     > "just
>     >     > >> work".
>     >     > >>> -Make sure make_branches works and is complete.
>     >     > >>> -Do all of the other steps.
>     >     > >>>
>     >     > >>> I still think it is important that someone else besides me
> can
>     > run
>     >     > >> the scripts and generate a release.  So I would prefer to
> just
>     > get the
>     >     > >> repos ready so that you can try running the scripts.  If
> there are
>     >     > >> important things you've learned that other RMs will need to
> know,
>     > please
>     >     > >> try to capture them in the wiki document.
>     >     > >>>
>     >     > >>> @Carlos, I have spent a lot of time trying to automate
> releasing.
>     >     > >> As Piotr said, skipping a version wasn't planned for and I
> hope
>     > it won't
>     >     > >> ever happen again.  Unless you've actually looked at the
> scripts
>     > and
>     >     > read
>     >     > >> the wiki document and tried it, saying you think there are
> too
>     > many
>     >     > manual
>     >     > >> steps is not only wrong, but discouraging to those who have
> put
>     > effort
>     >     > into
>     >     > >> it.  If you really think it needs to be better automated,
> then do
>     > it
>     >     > >> yourself.  Don’t expect others to do things for you when
> you make
>     >     > negative
>     >     > >> comments about their work.  I have other things I want to
> work on
>     > other
>     >     > >> than release automation.  Release automation is only going
> to be
>     > "good
>     >     > >> enough" and always in need of improvement.  We've only done
> two
>     > releases
>     >     > >> and we are still debugging the scripts.   Join the effort
> instead
>     > of
>     >     > >> complaining about it.
>     >     > >>>
>     >     > >>> Thanks,
>     >     > >>> -Alex
>     >     > >>>
>     >     > >>>
>     >     > >>> On 9/19/18, 7:39 AM, "Carlos Rovira" <
> carlosrovira@apache.org
>     >     > >> <ma...@apache.org>> wrote:
>     >     > >>>
>     >     > >>>   Hi Piotr,
>     >     > >>>
>     >     > >>>   sorry to hear that, I think we're out of resources. I'm
>     >     > >> concentrating in
>     >     > >>>   make Jewel as stable as possible since in few days we can
>     > start a
>     >     > >> new
>     >     > >>>   project with Royale-Jewel, so I still don't know how
> I'll be
>     >     > >> doing to
>     >     > >>>   continuer Jewel, make that project and continue with my
> other
>     >     > >> tasks that my
>     >     > >>>   position require.
>     >     > >>>
>     >     > >>>   Maybe others could take this opportunity to make this
> happen
>     >     > >>>
>     >     > >>>   Thanks
>     >     > >>>
>     >     > >>>   Carlos
>     >     > >>>
>     >     > >>>
>     >     > >>>
>     >     > >>>   El mié., 19 sept. 2018 a las 13:58, Piotr Zarzycki (<
>     >     > >>>   piotrzarzycki21@gmail.com>) escribió:
>     >     > >>>
>     >     > >>>> Btw. The process is quite automatic, but skipping the
> version
>     > wasn't
>     >     > >>>> something considered before.
>     >     > >>>>
>     >     > >>>> On Wed, Sep 19, 2018, 1:31 PM Piotr Zarzycki <
>     >     > >> piotrzarzycki21@gmail.com>
>     >     > >>>> wrote:
>     >     > >>>>
>     >     > >>>>> Carlos,
>     >     > >>>>>
>     >     > >>>>> Unfortunately I'm giving up doing that. I have spent on
> this
>     > too
>     >     > >> much
>     >     > >>>> time
>     >     > >>>>> and money. Someone else can continue from my point.
>     >     > >>>>>
>     >     > >>>>> Dev branch is setup to 0.9.4-SNAPSHOT. Even with detailed
>     >     > >> instruction
>     >     > >>>> from
>     >     > >>>>> Alex I don't know what to do next.
>     >     > >>>>>
>     >     > >>>>> Details are in previous email.
>     >     > >>>>>
>     >     > >>>>> Good Luck!
>     >     > >>>>> Piotr
>     >     > >>>>>
>     >     > >>>>> On Wed, Sep 19, 2018, 1:15 PM Carlos Rovira <
>     >     > >> carlosrovira@apache.org>
>     >     > >>>>> wrote:
>     >     > >>>>>
>     >     > >>>>>> Hi Piotr,
>     >     > >>>>>>
>     >     > >>>>>> I encourage you and Alex to try to refine more the
> process so
>     > we
>     >     > >> can
>     >     > >>>>>> release more easily. I think right now the process is
> very
>     >     > >> dependent of
>     >     > >>>>>> many manual tasks, and that impact in all: huge effort
> to do
>     > the
>     >     > >>>> release,
>     >     > >>>>>> many time involved, impossible to reproduce in next
> release,..
>     >     > >>>>>>
>     >     > >>>>>> I think this effort you're doing could be maybe the most
>     >     > >> important right
>     >     > >>>>>> now in Royale.
>     >     > >>>>>>
>     >     > >>>>>> Maybe you could ask for some help to other Apache
> teams, maybe
>     >     > >> infra
>     >     > >>>>>> people?, or maven people?
>     >     > >>>>>>
>     >     > >>>>>> Thanks for taking over this
>     >     > >>>>>>
>     >     > >>>>>> Carlos
>     >     > >>>>>>
>     >     > >>>>>>
>     >     > >>>>>>
>     >     > >>>>>>
>     >     > >>>>>> El mié., 19 sept. 2018 a las 11:16, Olaf Krueger (<
>     >     > >> mail@olafkrueger.net
>     >     > >>>>> )
>     >     > >>>>>> escribió:
>     >     > >>>>>>
>     >     > >>>>>>>> All of that things are complex because we need to
> skip one
>     >     > >>>> version...
>     >     > >>>>>>>
>     >     > >>>>>>> Would it be possible to create something like a fake
> release
>     >     > >> v0.9.3?
>     >     > >>>>>>> Just to satisfy all those tools and automatism?
>     >     > >>>>>>>
>     >     > >>>>>>> Olaf
>     >     > >>>>>>>
>     >     > >>>>>>>
>     >     > >>>>>>>
>     >     > >>>>>>>
>     >     > >>>>>>> --
>     >     > >>>>>>> Sent from:
>     >     > >>
>     >     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-royale-development.20373.n8.nabble.com%2F&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757302618&amp;sdata=ujz6zOXpKAHfbqW6j8pC5TN7cGY0BczTfCWOqQ4k6mQ%3D&amp;reserved=0
>     >     > >> <
>     >     > >>
>     >     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-royale-development.20373.n8.nabble.com%2F&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757302618&amp;sdata=ujz6zOXpKAHfbqW6j8pC5TN7cGY0BczTfCWOqQ4k6mQ%3D&amp;reserved=0
>     >     > >>>
>     >     > >>>>>>>
>     >     > >>>>>>
>     >     > >>>>>>
>     >     > >>>>>> --
>     >     > >>>>>> Carlos Rovira
>     >     > >>>>>>
>     >     > >>
>     >     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757302618&amp;sdata=10K2rbXEkF8xNGLJdODgekNr%2FOrZHWe02ibI618nnhs%3D&amp;reserved=0
>     >     > >> <
>     >     > >>
>     >     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757302618&amp;sdata=10K2rbXEkF8xNGLJdODgekNr%2FOrZHWe02ibI618nnhs%3D&amp;reserved=0
>     >     > >>>
>     >     > >>>>>>
>     >     > >>>>>
>     >     > >>>>
>     >     > >>>
>     >     > >>>
>     >     > >>>   --
>     >     > >>>   Carlos Rovira
>     >     > >>>
>     >     > >>
>     >     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757302618&amp;sdata=10K2rbXEkF8xNGLJdODgekNr%2FOrZHWe02ibI618nnhs%3D&amp;reserved=0
>     >     > >> <
>     >     > >>
>     >     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757302618&amp;sdata=10K2rbXEkF8xNGLJdODgekNr%2FOrZHWe02ibI618nnhs%3D&amp;reserved=0
>     >     > >>>
>     >     > >>
>     >     > >>
>     >     > >>
>     >     >
>     >     >
>     >
>     >     --
>     >     Carlos Rovira
>     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757302618&amp;sdata=10K2rbXEkF8xNGLJdODgekNr%2FOrZHWe02ibI618nnhs%3D&amp;reserved=0
>     >
>     >
>     >
>
>     --
>     Carlos Rovira
>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757302618&amp;sdata=10K2rbXEkF8xNGLJdODgekNr%2FOrZHWe02ibI618nnhs%3D&amp;reserved=0
>
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Alex Harui <ah...@adobe.com.INVALID>.

On 9/19/18, 11:49 PM, "Carlos Rovira" <ca...@apache.org> wrote:

    Hi Alex,
    
    what Zend-AMF issue you refer? can you post the link to that issue?
    thanks

https://lists.apache.org/list.html?users@royale.apache.org
    
    PD: about your preoccupation, we'll have issues for many months to come. I
    see each day in Jewel as I go here and there fixing or completing issues I
    find, so I think is ok release with that issues so people can "play with
    the toy".
 
   <snip>

    So, my opinion is that, if someone what to release, we should not wait for
    anything...we have many things to add, solve, fix, that one or two will not
    make a difference for me. As I said, maybe wait for release, could be worse
    in terms of potential users we can loose in that time.
    
Of course there will be lots of issues to fix.  But some seem bigger than others, and IMO, make the difference between whether Royale leaves the impression of being a product or a toy.  If your app won't run because the dependencies aren't right, or AMF doesn't work, will they help fix it, or wait, or go somewhere else?    

If you want to release now, then you have to promise to delay what you were planning to work on to handle new customer issues.  Because that's what always happens to me.   By waiting until Alina hits an important milestone helps keep a user we know and want to make successful.

-Alex
    
    
    
    
    El jue., 20 sept. 2018 a las 2:47, Alex Harui (<ah...@adobe.com.invalid>)
    escribió:
    
    > The key question for me is what Carlos wrote:  " I'm trying to fix and get
    > things as most usable as possible in
    >     Jewel to avoid many changes post release"
    >
    > I always wonder if it helps or hurts to draw attention to the release when
    > we know there's good chance someone is going to hit a known bug.  I'd like
    > to see if we can fix the issues brought up by some new users.  Such as:
    >
    > 1) https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fissues%2F297%23issuecomment-422870607&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757292613&amp;sdata=54aFEiUJ%2FRTCiBooZaJADt9CvYamAcvzNyWY1wP0%2Fjg%3D&amp;reserved=0
    >
    > 2) the Zend-AMF issue.  A more robust AMF might be worth the wait.
    >
    > Those of you who want to release soon should promise to investigate any
    > dependency or AMF issues brought up by new users.  When we release with
    > issues like these, not only does it cost me the time to be the RM, but also
    > seems to cost me the time to investigate and respond to the issues brought
    > up afterwards.
    >
    > My 2 cents,
    > -Alex
    >
    > On 9/19/18, 2:59 PM, "Carlos Rovira" <ca...@apache.org> wrote:
    >
    >     Hi,
    >
    >     I certainly can position clearly: Community is waiting and we are
    > getting
    >     momentum, each day we get 1-2 new people in twitter following, so it
    > seems
    >     we are getting some traction. If we release now, those interested in
    > Royale
    >     would finally start to get its hands dirty and try things, releasing
    > later
    >     could make we loose that people interested and potential community. In
    > the
    >     other hand, I'm trying to fix and get things as most usable as
    > possible in
    >     Jewel to avoid many changes post release. For example today make some
    >     needed changes to jewel layouts that make more robust now, and
    > although we
    >     make changes later, many of them will be more internally (or at least I
    >     want to get the most stable API I can so things are as most organized
    > and
    >     well named as possible).
    >
    >     If someone could continue the effort will be very good, but if none of
    > us
    >     can do, it I think nothing can be done but continue working hard to get
    >     things done.
    >
    >     just my 2
    >
    >     Carlos
    >
    >
    >
    >
    >
    >
    >
    >     El mié., 19 sept. 2018 a las 22:57, Harbs (<ha...@gmail.com>)
    >     escribió:
    >
    >     > Jewel is another reason.
    >     >
    >     > Carlos wrote a lot of blog posts which can’t be run until we release.
    >     >
    >     > (Plus lots of little things that were fixed…)
    >     >
    >     > > On Sep 19, 2018, at 11:26 PM, Piotr Zarzycki <
    > piotrzarzycki21@gmail.com>
    >     > wrote:
    >     > >
    >     > > I personally express important reason. Releasing can help community
    >     > around
    >     > > VSCode and Moonshine.
    >     > >
    >     > > Piotr
    >     > >
    >     > > On Wed, Sep 19, 2018, 9:41 PM Alex Harui <aharui@adobe.com.invalid
    > >
    >     > wrote:
    >     > >
    >     > >> What do you see as the important reasons?  I know the Apache
    > mantra is
    >     > to
    >     > >> release early and often, but if it were up to me, we would release
    >     > after we
    >     > >> hit some interesting milestone, like getting Alina's app to
    > compile
    >     > >> completely, or someone else says they are ready to go to
    > production and
    >     > >> need a released version of Royale.  There are some bugs blocking
    > users
    >     > that
    >     > >> I would rather get done before releasing.
    >     > >>
    >     > >> My 2 cents,
    >     > >> -Alex
    >     > >>
    >     > >> On 9/19/18, 10:34 AM, "Harbs" <ha...@gmail.com> wrote:
    >     > >>
    >     > >>    I’m happy to try and be a release manager, but I don’t have
    > time for
    >     > >> at least a month. I think it’s pretty important to get this
    > release out
    >     > >> sooner rather than later.
    >     > >>
    >     > >>    If you can help Piotr finish this release, I’ll try to do the
    > 0.9.5
    >     > >> release.
    >     > >>
    >     > >>    Thanks,
    >     > >>    Harbs
    >     > >>
    >     > >>> On Sep 19, 2018, at 6:54 PM, Alex Harui <aharui@adobe.com.INVALID
    > >
    >     > >> wrote:
    >     > >>>
    >     > >>> Hi Piotr,
    >     > >>>
    >     > >>> In my previous email, I was trying to say that you don't need to
    > run
    >     > >> update.versions because I already did.
    >     > >>> In that and even earlier emails, we discussed running
    > make_branches
    >     > >> twice.  IMO, you are getting the right results by running
    > make_branches.
    >     > >> Given the current state of the repo, running make_branches once
    > will set
    >     > >> the develop branch to 0.9.4-SNAPSHOT and the release branch to
    > 0.9.3.
    >     > >> That's because that's how Maven works. The current poms in
    > develop are
    >     > set
    >     > >> to 0.9.3-SNAPSHOT.  Maven removes the "SNAPSHOT" in the release
    > branch
    >     > and
    >     > >> bumps the version in the develop branch.
    >     > >>>
    >     > >>> I think you can just run make_branches again and it should
    > create a
    >     > >> release branch with 0.9.4 and bump the develop branch to
    > 0.9.5-SNAPSHOT.
    >     > >> That would be what we want.
    >     > >>> If you want me to help more, I will take the time to do so.  I
    > can:
    >     > >>> -Get the repos to the point where the current scripts should
    > "just
    >     > >> work".
    >     > >>> -Make sure make_branches works and is complete.
    >     > >>> -Do all of the other steps.
    >     > >>>
    >     > >>> I still think it is important that someone else besides me can
    > run
    >     > >> the scripts and generate a release.  So I would prefer to just
    > get the
    >     > >> repos ready so that you can try running the scripts.  If there are
    >     > >> important things you've learned that other RMs will need to know,
    > please
    >     > >> try to capture them in the wiki document.
    >     > >>>
    >     > >>> @Carlos, I have spent a lot of time trying to automate releasing.
    >     > >> As Piotr said, skipping a version wasn't planned for and I hope
    > it won't
    >     > >> ever happen again.  Unless you've actually looked at the scripts
    > and
    >     > read
    >     > >> the wiki document and tried it, saying you think there are too
    > many
    >     > manual
    >     > >> steps is not only wrong, but discouraging to those who have put
    > effort
    >     > into
    >     > >> it.  If you really think it needs to be better automated, then do
    > it
    >     > >> yourself.  Don’t expect others to do things for you when you make
    >     > negative
    >     > >> comments about their work.  I have other things I want to work on
    > other
    >     > >> than release automation.  Release automation is only going to be
    > "good
    >     > >> enough" and always in need of improvement.  We've only done two
    > releases
    >     > >> and we are still debugging the scripts.   Join the effort instead
    > of
    >     > >> complaining about it.
    >     > >>>
    >     > >>> Thanks,
    >     > >>> -Alex
    >     > >>>
    >     > >>>
    >     > >>> On 9/19/18, 7:39 AM, "Carlos Rovira" <carlosrovira@apache.org
    >     > >> <ma...@apache.org>> wrote:
    >     > >>>
    >     > >>>   Hi Piotr,
    >     > >>>
    >     > >>>   sorry to hear that, I think we're out of resources. I'm
    >     > >> concentrating in
    >     > >>>   make Jewel as stable as possible since in few days we can
    > start a
    >     > >> new
    >     > >>>   project with Royale-Jewel, so I still don't know how I'll be
    >     > >> doing to
    >     > >>>   continuer Jewel, make that project and continue with my other
    >     > >> tasks that my
    >     > >>>   position require.
    >     > >>>
    >     > >>>   Maybe others could take this opportunity to make this happen
    >     > >>>
    >     > >>>   Thanks
    >     > >>>
    >     > >>>   Carlos
    >     > >>>
    >     > >>>
    >     > >>>
    >     > >>>   El mié., 19 sept. 2018 a las 13:58, Piotr Zarzycki (<
    >     > >>>   piotrzarzycki21@gmail.com>) escribió:
    >     > >>>
    >     > >>>> Btw. The process is quite automatic, but skipping the version
    > wasn't
    >     > >>>> something considered before.
    >     > >>>>
    >     > >>>> On Wed, Sep 19, 2018, 1:31 PM Piotr Zarzycki <
    >     > >> piotrzarzycki21@gmail.com>
    >     > >>>> wrote:
    >     > >>>>
    >     > >>>>> Carlos,
    >     > >>>>>
    >     > >>>>> Unfortunately I'm giving up doing that. I have spent on this
    > too
    >     > >> much
    >     > >>>> time
    >     > >>>>> and money. Someone else can continue from my point.
    >     > >>>>>
    >     > >>>>> Dev branch is setup to 0.9.4-SNAPSHOT. Even with detailed
    >     > >> instruction
    >     > >>>> from
    >     > >>>>> Alex I don't know what to do next.
    >     > >>>>>
    >     > >>>>> Details are in previous email.
    >     > >>>>>
    >     > >>>>> Good Luck!
    >     > >>>>> Piotr
    >     > >>>>>
    >     > >>>>> On Wed, Sep 19, 2018, 1:15 PM Carlos Rovira <
    >     > >> carlosrovira@apache.org>
    >     > >>>>> wrote:
    >     > >>>>>
    >     > >>>>>> Hi Piotr,
    >     > >>>>>>
    >     > >>>>>> I encourage you and Alex to try to refine more the process so
    > we
    >     > >> can
    >     > >>>>>> release more easily. I think right now the process is very
    >     > >> dependent of
    >     > >>>>>> many manual tasks, and that impact in all: huge effort to do
    > the
    >     > >>>> release,
    >     > >>>>>> many time involved, impossible to reproduce in next release,..
    >     > >>>>>>
    >     > >>>>>> I think this effort you're doing could be maybe the most
    >     > >> important right
    >     > >>>>>> now in Royale.
    >     > >>>>>>
    >     > >>>>>> Maybe you could ask for some help to other Apache teams, maybe
    >     > >> infra
    >     > >>>>>> people?, or maven people?
    >     > >>>>>>
    >     > >>>>>> Thanks for taking over this
    >     > >>>>>>
    >     > >>>>>> Carlos
    >     > >>>>>>
    >     > >>>>>>
    >     > >>>>>>
    >     > >>>>>>
    >     > >>>>>> El mié., 19 sept. 2018 a las 11:16, Olaf Krueger (<
    >     > >> mail@olafkrueger.net
    >     > >>>>> )
    >     > >>>>>> escribió:
    >     > >>>>>>
    >     > >>>>>>>> All of that things are complex because we need to skip one
    >     > >>>> version...
    >     > >>>>>>>
    >     > >>>>>>> Would it be possible to create something like a fake release
    >     > >> v0.9.3?
    >     > >>>>>>> Just to satisfy all those tools and automatism?
    >     > >>>>>>>
    >     > >>>>>>> Olaf
    >     > >>>>>>>
    >     > >>>>>>>
    >     > >>>>>>>
    >     > >>>>>>>
    >     > >>>>>>> --
    >     > >>>>>>> Sent from:
    >     > >>
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-royale-development.20373.n8.nabble.com%2F&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757302618&amp;sdata=ujz6zOXpKAHfbqW6j8pC5TN7cGY0BczTfCWOqQ4k6mQ%3D&amp;reserved=0
    >     > >> <
    >     > >>
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-royale-development.20373.n8.nabble.com%2F&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757302618&amp;sdata=ujz6zOXpKAHfbqW6j8pC5TN7cGY0BczTfCWOqQ4k6mQ%3D&amp;reserved=0
    >     > >>>
    >     > >>>>>>>
    >     > >>>>>>
    >     > >>>>>>
    >     > >>>>>> --
    >     > >>>>>> Carlos Rovira
    >     > >>>>>>
    >     > >>
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757302618&amp;sdata=10K2rbXEkF8xNGLJdODgekNr%2FOrZHWe02ibI618nnhs%3D&amp;reserved=0
    >     > >> <
    >     > >>
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757302618&amp;sdata=10K2rbXEkF8xNGLJdODgekNr%2FOrZHWe02ibI618nnhs%3D&amp;reserved=0
    >     > >>>
    >     > >>>>>>
    >     > >>>>>
    >     > >>>>
    >     > >>>
    >     > >>>
    >     > >>>   --
    >     > >>>   Carlos Rovira
    >     > >>>
    >     > >>
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757302618&amp;sdata=10K2rbXEkF8xNGLJdODgekNr%2FOrZHWe02ibI618nnhs%3D&amp;reserved=0
    >     > >> <
    >     > >>
    >     >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757302618&amp;sdata=10K2rbXEkF8xNGLJdODgekNr%2FOrZHWe02ibI618nnhs%3D&amp;reserved=0
    >     > >>>
    >     > >>
    >     > >>
    >     > >>
    >     >
    >     >
    >
    >     --
    >     Carlos Rovira
    >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757302618&amp;sdata=10K2rbXEkF8xNGLJdODgekNr%2FOrZHWe02ibI618nnhs%3D&amp;reserved=0
    >
    >
    >
    
    -- 
    Carlos Rovira
    https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C7b170880a70a4b8d340c08d61ec539b7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636730229757302618&amp;sdata=10K2rbXEkF8xNGLJdODgekNr%2FOrZHWe02ibI618nnhs%3D&amp;reserved=0
    


Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Carlos Rovira <ca...@apache.org>.
Hi Alex,

what Zend-AMF issue you refer? can you post the link to that issue?
thanks

PD: about your preoccupation, we'll have issues for many months to come. I
see each day in Jewel as I go here and there fixing or completing issues I
find, so I think is ok release with that issues so people can "play with
the toy". My vision is that anyone that try and find problems will need to
join us to help in some way or another, or be passive and wait for another
release. I, that plan to start a project soon, think the second option is
not possible. I need to solve the things I can my self, so I'll be using my
own custom local snapshot SDKs in the meanwhile. I think this is valid for
others. the SDK we release now should only be needed for people to try
quickly and then want to know more of Royale, in fact I think old releases,
compared with what we have right now are not very usable right now due to
all the things solved this months, same will happen with a release now.

If I have to put things to not release I can put as well others:

1) Jewel Table component needs some rework
2) Sometimes in tablets and phones responsivity is not working ok, I need
to see what's happen.
3) Jewel DropDownList needs more work
4) ...

And most of this can be applied to Basic as well since Jewel is somewhat a
continuation of the Basic work...

So, my opinion is that, if someone what to release, we should not wait for
anything...we have many things to add, solve, fix, that one or two will not
make a difference for me. As I said, maybe wait for release, could be worse
in terms of potential users we can loose in that time.

just my 2

Carlos








El jue., 20 sept. 2018 a las 2:47, Alex Harui (<ah...@adobe.com.invalid>)
escribió:

> The key question for me is what Carlos wrote:  " I'm trying to fix and get
> things as most usable as possible in
>     Jewel to avoid many changes post release"
>
> I always wonder if it helps or hurts to draw attention to the release when
> we know there's good chance someone is going to hit a known bug.  I'd like
> to see if we can fix the issues brought up by some new users.  Such as:
>
> 1) https://github.com/apache/royale-asjs/issues/297#issuecomment-422870607
>
> 2) the Zend-AMF issue.  A more robust AMF might be worth the wait.
>
> Those of you who want to release soon should promise to investigate any
> dependency or AMF issues brought up by new users.  When we release with
> issues like these, not only does it cost me the time to be the RM, but also
> seems to cost me the time to investigate and respond to the issues brought
> up afterwards.
>
> My 2 cents,
> -Alex
>
> On 9/19/18, 2:59 PM, "Carlos Rovira" <ca...@apache.org> wrote:
>
>     Hi,
>
>     I certainly can position clearly: Community is waiting and we are
> getting
>     momentum, each day we get 1-2 new people in twitter following, so it
> seems
>     we are getting some traction. If we release now, those interested in
> Royale
>     would finally start to get its hands dirty and try things, releasing
> later
>     could make we loose that people interested and potential community. In
> the
>     other hand, I'm trying to fix and get things as most usable as
> possible in
>     Jewel to avoid many changes post release. For example today make some
>     needed changes to jewel layouts that make more robust now, and
> although we
>     make changes later, many of them will be more internally (or at least I
>     want to get the most stable API I can so things are as most organized
> and
>     well named as possible).
>
>     If someone could continue the effort will be very good, but if none of
> us
>     can do, it I think nothing can be done but continue working hard to get
>     things done.
>
>     just my 2
>
>     Carlos
>
>
>
>
>
>
>
>     El mié., 19 sept. 2018 a las 22:57, Harbs (<ha...@gmail.com>)
>     escribió:
>
>     > Jewel is another reason.
>     >
>     > Carlos wrote a lot of blog posts which can’t be run until we release.
>     >
>     > (Plus lots of little things that were fixed…)
>     >
>     > > On Sep 19, 2018, at 11:26 PM, Piotr Zarzycki <
> piotrzarzycki21@gmail.com>
>     > wrote:
>     > >
>     > > I personally express important reason. Releasing can help community
>     > around
>     > > VSCode and Moonshine.
>     > >
>     > > Piotr
>     > >
>     > > On Wed, Sep 19, 2018, 9:41 PM Alex Harui <aharui@adobe.com.invalid
> >
>     > wrote:
>     > >
>     > >> What do you see as the important reasons?  I know the Apache
> mantra is
>     > to
>     > >> release early and often, but if it were up to me, we would release
>     > after we
>     > >> hit some interesting milestone, like getting Alina's app to
> compile
>     > >> completely, or someone else says they are ready to go to
> production and
>     > >> need a released version of Royale.  There are some bugs blocking
> users
>     > that
>     > >> I would rather get done before releasing.
>     > >>
>     > >> My 2 cents,
>     > >> -Alex
>     > >>
>     > >> On 9/19/18, 10:34 AM, "Harbs" <ha...@gmail.com> wrote:
>     > >>
>     > >>    I’m happy to try and be a release manager, but I don’t have
> time for
>     > >> at least a month. I think it’s pretty important to get this
> release out
>     > >> sooner rather than later.
>     > >>
>     > >>    If you can help Piotr finish this release, I’ll try to do the
> 0.9.5
>     > >> release.
>     > >>
>     > >>    Thanks,
>     > >>    Harbs
>     > >>
>     > >>> On Sep 19, 2018, at 6:54 PM, Alex Harui <aharui@adobe.com.INVALID
> >
>     > >> wrote:
>     > >>>
>     > >>> Hi Piotr,
>     > >>>
>     > >>> In my previous email, I was trying to say that you don't need to
> run
>     > >> update.versions because I already did.
>     > >>> In that and even earlier emails, we discussed running
> make_branches
>     > >> twice.  IMO, you are getting the right results by running
> make_branches.
>     > >> Given the current state of the repo, running make_branches once
> will set
>     > >> the develop branch to 0.9.4-SNAPSHOT and the release branch to
> 0.9.3.
>     > >> That's because that's how Maven works. The current poms in
> develop are
>     > set
>     > >> to 0.9.3-SNAPSHOT.  Maven removes the "SNAPSHOT" in the release
> branch
>     > and
>     > >> bumps the version in the develop branch.
>     > >>>
>     > >>> I think you can just run make_branches again and it should
> create a
>     > >> release branch with 0.9.4 and bump the develop branch to
> 0.9.5-SNAPSHOT.
>     > >> That would be what we want.
>     > >>> If you want me to help more, I will take the time to do so.  I
> can:
>     > >>> -Get the repos to the point where the current scripts should
> "just
>     > >> work".
>     > >>> -Make sure make_branches works and is complete.
>     > >>> -Do all of the other steps.
>     > >>>
>     > >>> I still think it is important that someone else besides me can
> run
>     > >> the scripts and generate a release.  So I would prefer to just
> get the
>     > >> repos ready so that you can try running the scripts.  If there are
>     > >> important things you've learned that other RMs will need to know,
> please
>     > >> try to capture them in the wiki document.
>     > >>>
>     > >>> @Carlos, I have spent a lot of time trying to automate releasing.
>     > >> As Piotr said, skipping a version wasn't planned for and I hope
> it won't
>     > >> ever happen again.  Unless you've actually looked at the scripts
> and
>     > read
>     > >> the wiki document and tried it, saying you think there are too
> many
>     > manual
>     > >> steps is not only wrong, but discouraging to those who have put
> effort
>     > into
>     > >> it.  If you really think it needs to be better automated, then do
> it
>     > >> yourself.  Don’t expect others to do things for you when you make
>     > negative
>     > >> comments about their work.  I have other things I want to work on
> other
>     > >> than release automation.  Release automation is only going to be
> "good
>     > >> enough" and always in need of improvement.  We've only done two
> releases
>     > >> and we are still debugging the scripts.   Join the effort instead
> of
>     > >> complaining about it.
>     > >>>
>     > >>> Thanks,
>     > >>> -Alex
>     > >>>
>     > >>>
>     > >>> On 9/19/18, 7:39 AM, "Carlos Rovira" <carlosrovira@apache.org
>     > >> <ma...@apache.org>> wrote:
>     > >>>
>     > >>>   Hi Piotr,
>     > >>>
>     > >>>   sorry to hear that, I think we're out of resources. I'm
>     > >> concentrating in
>     > >>>   make Jewel as stable as possible since in few days we can
> start a
>     > >> new
>     > >>>   project with Royale-Jewel, so I still don't know how I'll be
>     > >> doing to
>     > >>>   continuer Jewel, make that project and continue with my other
>     > >> tasks that my
>     > >>>   position require.
>     > >>>
>     > >>>   Maybe others could take this opportunity to make this happen
>     > >>>
>     > >>>   Thanks
>     > >>>
>     > >>>   Carlos
>     > >>>
>     > >>>
>     > >>>
>     > >>>   El mié., 19 sept. 2018 a las 13:58, Piotr Zarzycki (<
>     > >>>   piotrzarzycki21@gmail.com>) escribió:
>     > >>>
>     > >>>> Btw. The process is quite automatic, but skipping the version
> wasn't
>     > >>>> something considered before.
>     > >>>>
>     > >>>> On Wed, Sep 19, 2018, 1:31 PM Piotr Zarzycki <
>     > >> piotrzarzycki21@gmail.com>
>     > >>>> wrote:
>     > >>>>
>     > >>>>> Carlos,
>     > >>>>>
>     > >>>>> Unfortunately I'm giving up doing that. I have spent on this
> too
>     > >> much
>     > >>>> time
>     > >>>>> and money. Someone else can continue from my point.
>     > >>>>>
>     > >>>>> Dev branch is setup to 0.9.4-SNAPSHOT. Even with detailed
>     > >> instruction
>     > >>>> from
>     > >>>>> Alex I don't know what to do next.
>     > >>>>>
>     > >>>>> Details are in previous email.
>     > >>>>>
>     > >>>>> Good Luck!
>     > >>>>> Piotr
>     > >>>>>
>     > >>>>> On Wed, Sep 19, 2018, 1:15 PM Carlos Rovira <
>     > >> carlosrovira@apache.org>
>     > >>>>> wrote:
>     > >>>>>
>     > >>>>>> Hi Piotr,
>     > >>>>>>
>     > >>>>>> I encourage you and Alex to try to refine more the process so
> we
>     > >> can
>     > >>>>>> release more easily. I think right now the process is very
>     > >> dependent of
>     > >>>>>> many manual tasks, and that impact in all: huge effort to do
> the
>     > >>>> release,
>     > >>>>>> many time involved, impossible to reproduce in next release,..
>     > >>>>>>
>     > >>>>>> I think this effort you're doing could be maybe the most
>     > >> important right
>     > >>>>>> now in Royale.
>     > >>>>>>
>     > >>>>>> Maybe you could ask for some help to other Apache teams, maybe
>     > >> infra
>     > >>>>>> people?, or maven people?
>     > >>>>>>
>     > >>>>>> Thanks for taking over this
>     > >>>>>>
>     > >>>>>> Carlos
>     > >>>>>>
>     > >>>>>>
>     > >>>>>>
>     > >>>>>>
>     > >>>>>> El mié., 19 sept. 2018 a las 11:16, Olaf Krueger (<
>     > >> mail@olafkrueger.net
>     > >>>>> )
>     > >>>>>> escribió:
>     > >>>>>>
>     > >>>>>>>> All of that things are complex because we need to skip one
>     > >>>> version...
>     > >>>>>>>
>     > >>>>>>> Would it be possible to create something like a fake release
>     > >> v0.9.3?
>     > >>>>>>> Just to satisfy all those tools and automatism?
>     > >>>>>>>
>     > >>>>>>> Olaf
>     > >>>>>>>
>     > >>>>>>>
>     > >>>>>>>
>     > >>>>>>>
>     > >>>>>>> --
>     > >>>>>>> Sent from:
>     > >>
>     >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-royale-development.20373.n8.nabble.com%2F&amp;data=02%7C01%7Caharui%40adobe.com%7C8a4c29ecf26d41b80e8308d61e7b3ab4%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729911944693157&amp;sdata=%2BfTmiXPkd7Y0k8BpAVvTlkxPGrSXe%2F44G4YsxsHPBVk%3D&amp;reserved=0
>     > >> <
>     > >>
>     >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-royale-development.20373.n8.nabble.com%2F&amp;data=02%7C01%7Caharui%40adobe.com%7C8a4c29ecf26d41b80e8308d61e7b3ab4%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729911944693157&amp;sdata=%2BfTmiXPkd7Y0k8BpAVvTlkxPGrSXe%2F44G4YsxsHPBVk%3D&amp;reserved=0
>     > >>>
>     > >>>>>>>
>     > >>>>>>
>     > >>>>>>
>     > >>>>>> --
>     > >>>>>> Carlos Rovira
>     > >>>>>>
>     > >>
>     >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C8a4c29ecf26d41b80e8308d61e7b3ab4%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729911944693157&amp;sdata=G6RhBB%2F82cy1BuZh%2BIcKdbcY8YhPwcLv4AUcyAqColQ%3D&amp;reserved=0
>     > >> <
>     > >>
>     >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C8a4c29ecf26d41b80e8308d61e7b3ab4%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729911944693157&amp;sdata=G6RhBB%2F82cy1BuZh%2BIcKdbcY8YhPwcLv4AUcyAqColQ%3D&amp;reserved=0
>     > >>>
>     > >>>>>>
>     > >>>>>
>     > >>>>
>     > >>>
>     > >>>
>     > >>>   --
>     > >>>   Carlos Rovira
>     > >>>
>     > >>
>     >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C8a4c29ecf26d41b80e8308d61e7b3ab4%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729911944693157&amp;sdata=G6RhBB%2F82cy1BuZh%2BIcKdbcY8YhPwcLv4AUcyAqColQ%3D&amp;reserved=0
>     > >> <
>     > >>
>     >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C8a4c29ecf26d41b80e8308d61e7b3ab4%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729911944693157&amp;sdata=G6RhBB%2F82cy1BuZh%2BIcKdbcY8YhPwcLv4AUcyAqColQ%3D&amp;reserved=0
>     > >>>
>     > >>
>     > >>
>     > >>
>     >
>     >
>
>     --
>     Carlos Rovira
>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C8a4c29ecf26d41b80e8308d61e7b3ab4%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729911944693157&amp;sdata=G6RhBB%2F82cy1BuZh%2BIcKdbcY8YhPwcLv4AUcyAqColQ%3D&amp;reserved=0
>
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Alex Harui <ah...@adobe.com.INVALID>.
The key question for me is what Carlos wrote:  " I'm trying to fix and get things as most usable as possible in
    Jewel to avoid many changes post release"

I always wonder if it helps or hurts to draw attention to the release when we know there's good chance someone is going to hit a known bug.  I'd like to see if we can fix the issues brought up by some new users.  Such as:

1) https://github.com/apache/royale-asjs/issues/297#issuecomment-422870607

2) the Zend-AMF issue.  A more robust AMF might be worth the wait.

Those of you who want to release soon should promise to investigate any dependency or AMF issues brought up by new users.  When we release with issues like these, not only does it cost me the time to be the RM, but also seems to cost me the time to investigate and respond to the issues brought up afterwards.

My 2 cents,
-Alex

On 9/19/18, 2:59 PM, "Carlos Rovira" <ca...@apache.org> wrote:

    Hi,
    
    I certainly can position clearly: Community is waiting and we are getting
    momentum, each day we get 1-2 new people in twitter following, so it seems
    we are getting some traction. If we release now, those interested in Royale
    would finally start to get its hands dirty and try things, releasing later
    could make we loose that people interested and potential community. In the
    other hand, I'm trying to fix and get things as most usable as possible in
    Jewel to avoid many changes post release. For example today make some
    needed changes to jewel layouts that make more robust now, and although we
    make changes later, many of them will be more internally (or at least I
    want to get the most stable API I can so things are as most organized and
    well named as possible).
    
    If someone could continue the effort will be very good, but if none of us
    can do, it I think nothing can be done but continue working hard to get
    things done.
    
    just my 2
    
    Carlos
    
    
    
    
    
    
    
    El mié., 19 sept. 2018 a las 22:57, Harbs (<ha...@gmail.com>)
    escribió:
    
    > Jewel is another reason.
    >
    > Carlos wrote a lot of blog posts which can’t be run until we release.
    >
    > (Plus lots of little things that were fixed…)
    >
    > > On Sep 19, 2018, at 11:26 PM, Piotr Zarzycki <pi...@gmail.com>
    > wrote:
    > >
    > > I personally express important reason. Releasing can help community
    > around
    > > VSCode and Moonshine.
    > >
    > > Piotr
    > >
    > > On Wed, Sep 19, 2018, 9:41 PM Alex Harui <ah...@adobe.com.invalid>
    > wrote:
    > >
    > >> What do you see as the important reasons?  I know the Apache mantra is
    > to
    > >> release early and often, but if it were up to me, we would release
    > after we
    > >> hit some interesting milestone, like getting Alina's app to compile
    > >> completely, or someone else says they are ready to go to production and
    > >> need a released version of Royale.  There are some bugs blocking users
    > that
    > >> I would rather get done before releasing.
    > >>
    > >> My 2 cents,
    > >> -Alex
    > >>
    > >> On 9/19/18, 10:34 AM, "Harbs" <ha...@gmail.com> wrote:
    > >>
    > >>    I’m happy to try and be a release manager, but I don’t have time for
    > >> at least a month. I think it’s pretty important to get this release out
    > >> sooner rather than later.
    > >>
    > >>    If you can help Piotr finish this release, I’ll try to do the 0.9.5
    > >> release.
    > >>
    > >>    Thanks,
    > >>    Harbs
    > >>
    > >>> On Sep 19, 2018, at 6:54 PM, Alex Harui <ah...@adobe.com.INVALID>
    > >> wrote:
    > >>>
    > >>> Hi Piotr,
    > >>>
    > >>> In my previous email, I was trying to say that you don't need to run
    > >> update.versions because I already did.
    > >>> In that and even earlier emails, we discussed running make_branches
    > >> twice.  IMO, you are getting the right results by running make_branches.
    > >> Given the current state of the repo, running make_branches once will set
    > >> the develop branch to 0.9.4-SNAPSHOT and the release branch to 0.9.3.
    > >> That's because that's how Maven works. The current poms in develop are
    > set
    > >> to 0.9.3-SNAPSHOT.  Maven removes the "SNAPSHOT" in the release branch
    > and
    > >> bumps the version in the develop branch.
    > >>>
    > >>> I think you can just run make_branches again and it should create a
    > >> release branch with 0.9.4 and bump the develop branch to 0.9.5-SNAPSHOT.
    > >> That would be what we want.
    > >>> If you want me to help more, I will take the time to do so.  I can:
    > >>> -Get the repos to the point where the current scripts should "just
    > >> work".
    > >>> -Make sure make_branches works and is complete.
    > >>> -Do all of the other steps.
    > >>>
    > >>> I still think it is important that someone else besides me can run
    > >> the scripts and generate a release.  So I would prefer to just get the
    > >> repos ready so that you can try running the scripts.  If there are
    > >> important things you've learned that other RMs will need to know, please
    > >> try to capture them in the wiki document.
    > >>>
    > >>> @Carlos, I have spent a lot of time trying to automate releasing.
    > >> As Piotr said, skipping a version wasn't planned for and I hope it won't
    > >> ever happen again.  Unless you've actually looked at the scripts and
    > read
    > >> the wiki document and tried it, saying you think there are too many
    > manual
    > >> steps is not only wrong, but discouraging to those who have put effort
    > into
    > >> it.  If you really think it needs to be better automated, then do it
    > >> yourself.  Don’t expect others to do things for you when you make
    > negative
    > >> comments about their work.  I have other things I want to work on other
    > >> than release automation.  Release automation is only going to be "good
    > >> enough" and always in need of improvement.  We've only done two releases
    > >> and we are still debugging the scripts.   Join the effort instead of
    > >> complaining about it.
    > >>>
    > >>> Thanks,
    > >>> -Alex
    > >>>
    > >>>
    > >>> On 9/19/18, 7:39 AM, "Carlos Rovira" <carlosrovira@apache.org
    > >> <ma...@apache.org>> wrote:
    > >>>
    > >>>   Hi Piotr,
    > >>>
    > >>>   sorry to hear that, I think we're out of resources. I'm
    > >> concentrating in
    > >>>   make Jewel as stable as possible since in few days we can start a
    > >> new
    > >>>   project with Royale-Jewel, so I still don't know how I'll be
    > >> doing to
    > >>>   continuer Jewel, make that project and continue with my other
    > >> tasks that my
    > >>>   position require.
    > >>>
    > >>>   Maybe others could take this opportunity to make this happen
    > >>>
    > >>>   Thanks
    > >>>
    > >>>   Carlos
    > >>>
    > >>>
    > >>>
    > >>>   El mié., 19 sept. 2018 a las 13:58, Piotr Zarzycki (<
    > >>>   piotrzarzycki21@gmail.com>) escribió:
    > >>>
    > >>>> Btw. The process is quite automatic, but skipping the version wasn't
    > >>>> something considered before.
    > >>>>
    > >>>> On Wed, Sep 19, 2018, 1:31 PM Piotr Zarzycki <
    > >> piotrzarzycki21@gmail.com>
    > >>>> wrote:
    > >>>>
    > >>>>> Carlos,
    > >>>>>
    > >>>>> Unfortunately I'm giving up doing that. I have spent on this too
    > >> much
    > >>>> time
    > >>>>> and money. Someone else can continue from my point.
    > >>>>>
    > >>>>> Dev branch is setup to 0.9.4-SNAPSHOT. Even with detailed
    > >> instruction
    > >>>> from
    > >>>>> Alex I don't know what to do next.
    > >>>>>
    > >>>>> Details are in previous email.
    > >>>>>
    > >>>>> Good Luck!
    > >>>>> Piotr
    > >>>>>
    > >>>>> On Wed, Sep 19, 2018, 1:15 PM Carlos Rovira <
    > >> carlosrovira@apache.org>
    > >>>>> wrote:
    > >>>>>
    > >>>>>> Hi Piotr,
    > >>>>>>
    > >>>>>> I encourage you and Alex to try to refine more the process so we
    > >> can
    > >>>>>> release more easily. I think right now the process is very
    > >> dependent of
    > >>>>>> many manual tasks, and that impact in all: huge effort to do the
    > >>>> release,
    > >>>>>> many time involved, impossible to reproduce in next release,..
    > >>>>>>
    > >>>>>> I think this effort you're doing could be maybe the most
    > >> important right
    > >>>>>> now in Royale.
    > >>>>>>
    > >>>>>> Maybe you could ask for some help to other Apache teams, maybe
    > >> infra
    > >>>>>> people?, or maven people?
    > >>>>>>
    > >>>>>> Thanks for taking over this
    > >>>>>>
    > >>>>>> Carlos
    > >>>>>>
    > >>>>>>
    > >>>>>>
    > >>>>>>
    > >>>>>> El mié., 19 sept. 2018 a las 11:16, Olaf Krueger (<
    > >> mail@olafkrueger.net
    > >>>>> )
    > >>>>>> escribió:
    > >>>>>>
    > >>>>>>>> All of that things are complex because we need to skip one
    > >>>> version...
    > >>>>>>>
    > >>>>>>> Would it be possible to create something like a fake release
    > >> v0.9.3?
    > >>>>>>> Just to satisfy all those tools and automatism?
    > >>>>>>>
    > >>>>>>> Olaf
    > >>>>>>>
    > >>>>>>>
    > >>>>>>>
    > >>>>>>>
    > >>>>>>> --
    > >>>>>>> Sent from:
    > >>
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-royale-development.20373.n8.nabble.com%2F&amp;data=02%7C01%7Caharui%40adobe.com%7C8a4c29ecf26d41b80e8308d61e7b3ab4%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729911944693157&amp;sdata=%2BfTmiXPkd7Y0k8BpAVvTlkxPGrSXe%2F44G4YsxsHPBVk%3D&amp;reserved=0
    > >> <
    > >>
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-royale-development.20373.n8.nabble.com%2F&amp;data=02%7C01%7Caharui%40adobe.com%7C8a4c29ecf26d41b80e8308d61e7b3ab4%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729911944693157&amp;sdata=%2BfTmiXPkd7Y0k8BpAVvTlkxPGrSXe%2F44G4YsxsHPBVk%3D&amp;reserved=0
    > >>>
    > >>>>>>>
    > >>>>>>
    > >>>>>>
    > >>>>>> --
    > >>>>>> Carlos Rovira
    > >>>>>>
    > >>
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C8a4c29ecf26d41b80e8308d61e7b3ab4%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729911944693157&amp;sdata=G6RhBB%2F82cy1BuZh%2BIcKdbcY8YhPwcLv4AUcyAqColQ%3D&amp;reserved=0
    > >> <
    > >>
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C8a4c29ecf26d41b80e8308d61e7b3ab4%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729911944693157&amp;sdata=G6RhBB%2F82cy1BuZh%2BIcKdbcY8YhPwcLv4AUcyAqColQ%3D&amp;reserved=0
    > >>>
    > >>>>>>
    > >>>>>
    > >>>>
    > >>>
    > >>>
    > >>>   --
    > >>>   Carlos Rovira
    > >>>
    > >>
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C8a4c29ecf26d41b80e8308d61e7b3ab4%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729911944693157&amp;sdata=G6RhBB%2F82cy1BuZh%2BIcKdbcY8YhPwcLv4AUcyAqColQ%3D&amp;reserved=0
    > >> <
    > >>
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C8a4c29ecf26d41b80e8308d61e7b3ab4%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729911944693157&amp;sdata=G6RhBB%2F82cy1BuZh%2BIcKdbcY8YhPwcLv4AUcyAqColQ%3D&amp;reserved=0
    > >>>
    > >>
    > >>
    > >>
    >
    >
    
    -- 
    Carlos Rovira
    https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C8a4c29ecf26d41b80e8308d61e7b3ab4%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729911944693157&amp;sdata=G6RhBB%2F82cy1BuZh%2BIcKdbcY8YhPwcLv4AUcyAqColQ%3D&amp;reserved=0
    


Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Carlos Rovira <ca...@apache.org>.
Hi,

I certainly can position clearly: Community is waiting and we are getting
momentum, each day we get 1-2 new people in twitter following, so it seems
we are getting some traction. If we release now, those interested in Royale
would finally start to get its hands dirty and try things, releasing later
could make we loose that people interested and potential community. In the
other hand, I'm trying to fix and get things as most usable as possible in
Jewel to avoid many changes post release. For example today make some
needed changes to jewel layouts that make more robust now, and although we
make changes later, many of them will be more internally (or at least I
want to get the most stable API I can so things are as most organized and
well named as possible).

If someone could continue the effort will be very good, but if none of us
can do, it I think nothing can be done but continue working hard to get
things done.

just my 2

Carlos







El mié., 19 sept. 2018 a las 22:57, Harbs (<ha...@gmail.com>)
escribió:

> Jewel is another reason.
>
> Carlos wrote a lot of blog posts which can’t be run until we release.
>
> (Plus lots of little things that were fixed…)
>
> > On Sep 19, 2018, at 11:26 PM, Piotr Zarzycki <pi...@gmail.com>
> wrote:
> >
> > I personally express important reason. Releasing can help community
> around
> > VSCode and Moonshine.
> >
> > Piotr
> >
> > On Wed, Sep 19, 2018, 9:41 PM Alex Harui <ah...@adobe.com.invalid>
> wrote:
> >
> >> What do you see as the important reasons?  I know the Apache mantra is
> to
> >> release early and often, but if it were up to me, we would release
> after we
> >> hit some interesting milestone, like getting Alina's app to compile
> >> completely, or someone else says they are ready to go to production and
> >> need a released version of Royale.  There are some bugs blocking users
> that
> >> I would rather get done before releasing.
> >>
> >> My 2 cents,
> >> -Alex
> >>
> >> On 9/19/18, 10:34 AM, "Harbs" <ha...@gmail.com> wrote:
> >>
> >>    I’m happy to try and be a release manager, but I don’t have time for
> >> at least a month. I think it’s pretty important to get this release out
> >> sooner rather than later.
> >>
> >>    If you can help Piotr finish this release, I’ll try to do the 0.9.5
> >> release.
> >>
> >>    Thanks,
> >>    Harbs
> >>
> >>> On Sep 19, 2018, at 6:54 PM, Alex Harui <ah...@adobe.com.INVALID>
> >> wrote:
> >>>
> >>> Hi Piotr,
> >>>
> >>> In my previous email, I was trying to say that you don't need to run
> >> update.versions because I already did.
> >>> In that and even earlier emails, we discussed running make_branches
> >> twice.  IMO, you are getting the right results by running make_branches.
> >> Given the current state of the repo, running make_branches once will set
> >> the develop branch to 0.9.4-SNAPSHOT and the release branch to 0.9.3.
> >> That's because that's how Maven works. The current poms in develop are
> set
> >> to 0.9.3-SNAPSHOT.  Maven removes the "SNAPSHOT" in the release branch
> and
> >> bumps the version in the develop branch.
> >>>
> >>> I think you can just run make_branches again and it should create a
> >> release branch with 0.9.4 and bump the develop branch to 0.9.5-SNAPSHOT.
> >> That would be what we want.
> >>> If you want me to help more, I will take the time to do so.  I can:
> >>> -Get the repos to the point where the current scripts should "just
> >> work".
> >>> -Make sure make_branches works and is complete.
> >>> -Do all of the other steps.
> >>>
> >>> I still think it is important that someone else besides me can run
> >> the scripts and generate a release.  So I would prefer to just get the
> >> repos ready so that you can try running the scripts.  If there are
> >> important things you've learned that other RMs will need to know, please
> >> try to capture them in the wiki document.
> >>>
> >>> @Carlos, I have spent a lot of time trying to automate releasing.
> >> As Piotr said, skipping a version wasn't planned for and I hope it won't
> >> ever happen again.  Unless you've actually looked at the scripts and
> read
> >> the wiki document and tried it, saying you think there are too many
> manual
> >> steps is not only wrong, but discouraging to those who have put effort
> into
> >> it.  If you really think it needs to be better automated, then do it
> >> yourself.  Don’t expect others to do things for you when you make
> negative
> >> comments about their work.  I have other things I want to work on other
> >> than release automation.  Release automation is only going to be "good
> >> enough" and always in need of improvement.  We've only done two releases
> >> and we are still debugging the scripts.   Join the effort instead of
> >> complaining about it.
> >>>
> >>> Thanks,
> >>> -Alex
> >>>
> >>>
> >>> On 9/19/18, 7:39 AM, "Carlos Rovira" <carlosrovira@apache.org
> >> <ma...@apache.org>> wrote:
> >>>
> >>>   Hi Piotr,
> >>>
> >>>   sorry to hear that, I think we're out of resources. I'm
> >> concentrating in
> >>>   make Jewel as stable as possible since in few days we can start a
> >> new
> >>>   project with Royale-Jewel, so I still don't know how I'll be
> >> doing to
> >>>   continuer Jewel, make that project and continue with my other
> >> tasks that my
> >>>   position require.
> >>>
> >>>   Maybe others could take this opportunity to make this happen
> >>>
> >>>   Thanks
> >>>
> >>>   Carlos
> >>>
> >>>
> >>>
> >>>   El mié., 19 sept. 2018 a las 13:58, Piotr Zarzycki (<
> >>>   piotrzarzycki21@gmail.com>) escribió:
> >>>
> >>>> Btw. The process is quite automatic, but skipping the version wasn't
> >>>> something considered before.
> >>>>
> >>>> On Wed, Sep 19, 2018, 1:31 PM Piotr Zarzycki <
> >> piotrzarzycki21@gmail.com>
> >>>> wrote:
> >>>>
> >>>>> Carlos,
> >>>>>
> >>>>> Unfortunately I'm giving up doing that. I have spent on this too
> >> much
> >>>> time
> >>>>> and money. Someone else can continue from my point.
> >>>>>
> >>>>> Dev branch is setup to 0.9.4-SNAPSHOT. Even with detailed
> >> instruction
> >>>> from
> >>>>> Alex I don't know what to do next.
> >>>>>
> >>>>> Details are in previous email.
> >>>>>
> >>>>> Good Luck!
> >>>>> Piotr
> >>>>>
> >>>>> On Wed, Sep 19, 2018, 1:15 PM Carlos Rovira <
> >> carlosrovira@apache.org>
> >>>>> wrote:
> >>>>>
> >>>>>> Hi Piotr,
> >>>>>>
> >>>>>> I encourage you and Alex to try to refine more the process so we
> >> can
> >>>>>> release more easily. I think right now the process is very
> >> dependent of
> >>>>>> many manual tasks, and that impact in all: huge effort to do the
> >>>> release,
> >>>>>> many time involved, impossible to reproduce in next release,..
> >>>>>>
> >>>>>> I think this effort you're doing could be maybe the most
> >> important right
> >>>>>> now in Royale.
> >>>>>>
> >>>>>> Maybe you could ask for some help to other Apache teams, maybe
> >> infra
> >>>>>> people?, or maven people?
> >>>>>>
> >>>>>> Thanks for taking over this
> >>>>>>
> >>>>>> Carlos
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>> El mié., 19 sept. 2018 a las 11:16, Olaf Krueger (<
> >> mail@olafkrueger.net
> >>>>> )
> >>>>>> escribió:
> >>>>>>
> >>>>>>>> All of that things are complex because we need to skip one
> >>>> version...
> >>>>>>>
> >>>>>>> Would it be possible to create something like a fake release
> >> v0.9.3?
> >>>>>>> Just to satisfy all those tools and automatism?
> >>>>>>>
> >>>>>>> Olaf
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>> --
> >>>>>>> Sent from:
> >>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-royale-development.20373.n8.nabble.com%2F&amp;data=02%7C01%7Caharui%40adobe.com%7C8d3d7117c0674d3cb62408d61e56194a%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729752480155310&amp;sdata=y%2FoyOnG99mereYy0UODSZs%2B9wWCQdZ2CEUDVw%2BCMHMo%3D&amp;reserved=0
> >> <
> >>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-royale-development.20373.n8.nabble.com%2F&amp;data=02%7C01%7Caharui%40adobe.com%7C8d3d7117c0674d3cb62408d61e56194a%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729752480155310&amp;sdata=y%2FoyOnG99mereYy0UODSZs%2B9wWCQdZ2CEUDVw%2BCMHMo%3D&amp;reserved=0
> >>>
> >>>>>>>
> >>>>>>
> >>>>>>
> >>>>>> --
> >>>>>> Carlos Rovira
> >>>>>>
> >>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C8d3d7117c0674d3cb62408d61e56194a%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729752480165315&amp;sdata=liaR9S%2FYcT9xUbaRRwwRHk3EtmyzA8laM%2BrcCV5bmD4%3D&amp;reserved=0
> >> <
> >>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C8d3d7117c0674d3cb62408d61e56194a%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729752480165315&amp;sdata=liaR9S%2FYcT9xUbaRRwwRHk3EtmyzA8laM%2BrcCV5bmD4%3D&amp;reserved=0
> >>>
> >>>>>>
> >>>>>
> >>>>
> >>>
> >>>
> >>>   --
> >>>   Carlos Rovira
> >>>
> >>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C8d3d7117c0674d3cb62408d61e56194a%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729752480165315&amp;sdata=liaR9S%2FYcT9xUbaRRwwRHk3EtmyzA8laM%2BrcCV5bmD4%3D&amp;reserved=0
> >> <
> >>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C8d3d7117c0674d3cb62408d61e56194a%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729752480165315&amp;sdata=liaR9S%2FYcT9xUbaRRwwRHk3EtmyzA8laM%2BrcCV5bmD4%3D&amp;reserved=0
> >>>
> >>
> >>
> >>
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Harbs <ha...@gmail.com>.
Jewel is another reason.

Carlos wrote a lot of blog posts which can’t be run until we release.

(Plus lots of little things that were fixed…)

> On Sep 19, 2018, at 11:26 PM, Piotr Zarzycki <pi...@gmail.com> wrote:
> 
> I personally express important reason. Releasing can help community around
> VSCode and Moonshine.
> 
> Piotr
> 
> On Wed, Sep 19, 2018, 9:41 PM Alex Harui <ah...@adobe.com.invalid> wrote:
> 
>> What do you see as the important reasons?  I know the Apache mantra is to
>> release early and often, but if it were up to me, we would release after we
>> hit some interesting milestone, like getting Alina's app to compile
>> completely, or someone else says they are ready to go to production and
>> need a released version of Royale.  There are some bugs blocking users that
>> I would rather get done before releasing.
>> 
>> My 2 cents,
>> -Alex
>> 
>> On 9/19/18, 10:34 AM, "Harbs" <ha...@gmail.com> wrote:
>> 
>>    I’m happy to try and be a release manager, but I don’t have time for
>> at least a month. I think it’s pretty important to get this release out
>> sooner rather than later.
>> 
>>    If you can help Piotr finish this release, I’ll try to do the 0.9.5
>> release.
>> 
>>    Thanks,
>>    Harbs
>> 
>>> On Sep 19, 2018, at 6:54 PM, Alex Harui <ah...@adobe.com.INVALID>
>> wrote:
>>> 
>>> Hi Piotr,
>>> 
>>> In my previous email, I was trying to say that you don't need to run
>> update.versions because I already did.
>>> In that and even earlier emails, we discussed running make_branches
>> twice.  IMO, you are getting the right results by running make_branches.
>> Given the current state of the repo, running make_branches once will set
>> the develop branch to 0.9.4-SNAPSHOT and the release branch to 0.9.3.
>> That's because that's how Maven works. The current poms in develop are set
>> to 0.9.3-SNAPSHOT.  Maven removes the "SNAPSHOT" in the release branch and
>> bumps the version in the develop branch.
>>> 
>>> I think you can just run make_branches again and it should create a
>> release branch with 0.9.4 and bump the develop branch to 0.9.5-SNAPSHOT.
>> That would be what we want.
>>> If you want me to help more, I will take the time to do so.  I can:
>>> -Get the repos to the point where the current scripts should "just
>> work".
>>> -Make sure make_branches works and is complete.
>>> -Do all of the other steps.
>>> 
>>> I still think it is important that someone else besides me can run
>> the scripts and generate a release.  So I would prefer to just get the
>> repos ready so that you can try running the scripts.  If there are
>> important things you've learned that other RMs will need to know, please
>> try to capture them in the wiki document.
>>> 
>>> @Carlos, I have spent a lot of time trying to automate releasing.
>> As Piotr said, skipping a version wasn't planned for and I hope it won't
>> ever happen again.  Unless you've actually looked at the scripts and read
>> the wiki document and tried it, saying you think there are too many manual
>> steps is not only wrong, but discouraging to those who have put effort into
>> it.  If you really think it needs to be better automated, then do it
>> yourself.  Don’t expect others to do things for you when you make negative
>> comments about their work.  I have other things I want to work on other
>> than release automation.  Release automation is only going to be "good
>> enough" and always in need of improvement.  We've only done two releases
>> and we are still debugging the scripts.   Join the effort instead of
>> complaining about it.
>>> 
>>> Thanks,
>>> -Alex
>>> 
>>> 
>>> On 9/19/18, 7:39 AM, "Carlos Rovira" <carlosrovira@apache.org
>> <ma...@apache.org>> wrote:
>>> 
>>>   Hi Piotr,
>>> 
>>>   sorry to hear that, I think we're out of resources. I'm
>> concentrating in
>>>   make Jewel as stable as possible since in few days we can start a
>> new
>>>   project with Royale-Jewel, so I still don't know how I'll be
>> doing to
>>>   continuer Jewel, make that project and continue with my other
>> tasks that my
>>>   position require.
>>> 
>>>   Maybe others could take this opportunity to make this happen
>>> 
>>>   Thanks
>>> 
>>>   Carlos
>>> 
>>> 
>>> 
>>>   El mié., 19 sept. 2018 a las 13:58, Piotr Zarzycki (<
>>>   piotrzarzycki21@gmail.com>) escribió:
>>> 
>>>> Btw. The process is quite automatic, but skipping the version wasn't
>>>> something considered before.
>>>> 
>>>> On Wed, Sep 19, 2018, 1:31 PM Piotr Zarzycki <
>> piotrzarzycki21@gmail.com>
>>>> wrote:
>>>> 
>>>>> Carlos,
>>>>> 
>>>>> Unfortunately I'm giving up doing that. I have spent on this too
>> much
>>>> time
>>>>> and money. Someone else can continue from my point.
>>>>> 
>>>>> Dev branch is setup to 0.9.4-SNAPSHOT. Even with detailed
>> instruction
>>>> from
>>>>> Alex I don't know what to do next.
>>>>> 
>>>>> Details are in previous email.
>>>>> 
>>>>> Good Luck!
>>>>> Piotr
>>>>> 
>>>>> On Wed, Sep 19, 2018, 1:15 PM Carlos Rovira <
>> carlosrovira@apache.org>
>>>>> wrote:
>>>>> 
>>>>>> Hi Piotr,
>>>>>> 
>>>>>> I encourage you and Alex to try to refine more the process so we
>> can
>>>>>> release more easily. I think right now the process is very
>> dependent of
>>>>>> many manual tasks, and that impact in all: huge effort to do the
>>>> release,
>>>>>> many time involved, impossible to reproduce in next release,..
>>>>>> 
>>>>>> I think this effort you're doing could be maybe the most
>> important right
>>>>>> now in Royale.
>>>>>> 
>>>>>> Maybe you could ask for some help to other Apache teams, maybe
>> infra
>>>>>> people?, or maven people?
>>>>>> 
>>>>>> Thanks for taking over this
>>>>>> 
>>>>>> Carlos
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> El mié., 19 sept. 2018 a las 11:16, Olaf Krueger (<
>> mail@olafkrueger.net
>>>>> )
>>>>>> escribió:
>>>>>> 
>>>>>>>> All of that things are complex because we need to skip one
>>>> version...
>>>>>>> 
>>>>>>> Would it be possible to create something like a fake release
>> v0.9.3?
>>>>>>> Just to satisfy all those tools and automatism?
>>>>>>> 
>>>>>>> Olaf
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> --
>>>>>>> Sent from:
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-royale-development.20373.n8.nabble.com%2F&amp;data=02%7C01%7Caharui%40adobe.com%7C8d3d7117c0674d3cb62408d61e56194a%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729752480155310&amp;sdata=y%2FoyOnG99mereYy0UODSZs%2B9wWCQdZ2CEUDVw%2BCMHMo%3D&amp;reserved=0
>> <
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-royale-development.20373.n8.nabble.com%2F&amp;data=02%7C01%7Caharui%40adobe.com%7C8d3d7117c0674d3cb62408d61e56194a%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729752480155310&amp;sdata=y%2FoyOnG99mereYy0UODSZs%2B9wWCQdZ2CEUDVw%2BCMHMo%3D&amp;reserved=0
>>> 
>>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> --
>>>>>> Carlos Rovira
>>>>>> 
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C8d3d7117c0674d3cb62408d61e56194a%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729752480165315&amp;sdata=liaR9S%2FYcT9xUbaRRwwRHk3EtmyzA8laM%2BrcCV5bmD4%3D&amp;reserved=0
>> <
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C8d3d7117c0674d3cb62408d61e56194a%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729752480165315&amp;sdata=liaR9S%2FYcT9xUbaRRwwRHk3EtmyzA8laM%2BrcCV5bmD4%3D&amp;reserved=0
>>> 
>>>>>> 
>>>>> 
>>>> 
>>> 
>>> 
>>>   --
>>>   Carlos Rovira
>>> 
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C8d3d7117c0674d3cb62408d61e56194a%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729752480165315&amp;sdata=liaR9S%2FYcT9xUbaRRwwRHk3EtmyzA8laM%2BrcCV5bmD4%3D&amp;reserved=0
>> <
>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C8d3d7117c0674d3cb62408d61e56194a%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729752480165315&amp;sdata=liaR9S%2FYcT9xUbaRRwwRHk3EtmyzA8laM%2BrcCV5bmD4%3D&amp;reserved=0
>>> 
>> 
>> 
>> 


Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Piotr Zarzycki <pi...@gmail.com>.
I personally express important reason. Releasing can help community around
VSCode and Moonshine.

Piotr

On Wed, Sep 19, 2018, 9:41 PM Alex Harui <ah...@adobe.com.invalid> wrote:

> What do you see as the important reasons?  I know the Apache mantra is to
> release early and often, but if it were up to me, we would release after we
> hit some interesting milestone, like getting Alina's app to compile
> completely, or someone else says they are ready to go to production and
> need a released version of Royale.  There are some bugs blocking users that
> I would rather get done before releasing.
>
> My 2 cents,
> -Alex
>
> On 9/19/18, 10:34 AM, "Harbs" <ha...@gmail.com> wrote:
>
>     I’m happy to try and be a release manager, but I don’t have time for
> at least a month. I think it’s pretty important to get this release out
> sooner rather than later.
>
>     If you can help Piotr finish this release, I’ll try to do the 0.9.5
> release.
>
>     Thanks,
>     Harbs
>
>     > On Sep 19, 2018, at 6:54 PM, Alex Harui <ah...@adobe.com.INVALID>
> wrote:
>     >
>     > Hi Piotr,
>     >
>     > In my previous email, I was trying to say that you don't need to run
> update.versions because I already did.
>     > In that and even earlier emails, we discussed running make_branches
> twice.  IMO, you are getting the right results by running make_branches.
>  Given the current state of the repo, running make_branches once will set
> the develop branch to 0.9.4-SNAPSHOT and the release branch to 0.9.3.
> That's because that's how Maven works. The current poms in develop are set
> to 0.9.3-SNAPSHOT.  Maven removes the "SNAPSHOT" in the release branch and
> bumps the version in the develop branch.
>     >
>     > I think you can just run make_branches again and it should create a
> release branch with 0.9.4 and bump the develop branch to 0.9.5-SNAPSHOT.
> That would be what we want.
>     > If you want me to help more, I will take the time to do so.  I can:
>     > -Get the repos to the point where the current scripts should "just
> work".
>     > -Make sure make_branches works and is complete.
>     > -Do all of the other steps.
>     >
>     > I still think it is important that someone else besides me can run
> the scripts and generate a release.  So I would prefer to just get the
> repos ready so that you can try running the scripts.  If there are
> important things you've learned that other RMs will need to know, please
> try to capture them in the wiki document.
>     >
>     > @Carlos, I have spent a lot of time trying to automate releasing.
> As Piotr said, skipping a version wasn't planned for and I hope it won't
> ever happen again.  Unless you've actually looked at the scripts and read
> the wiki document and tried it, saying you think there are too many manual
> steps is not only wrong, but discouraging to those who have put effort into
> it.  If you really think it needs to be better automated, then do it
> yourself.  Don’t expect others to do things for you when you make negative
> comments about their work.  I have other things I want to work on other
> than release automation.  Release automation is only going to be "good
> enough" and always in need of improvement.  We've only done two releases
> and we are still debugging the scripts.   Join the effort instead of
> complaining about it.
>     >
>     > Thanks,
>     > -Alex
>     >
>     >
>     > On 9/19/18, 7:39 AM, "Carlos Rovira" <carlosrovira@apache.org
> <ma...@apache.org>> wrote:
>     >
>     >    Hi Piotr,
>     >
>     >    sorry to hear that, I think we're out of resources. I'm
> concentrating in
>     >    make Jewel as stable as possible since in few days we can start a
> new
>     >    project with Royale-Jewel, so I still don't know how I'll be
> doing to
>     >    continuer Jewel, make that project and continue with my other
> tasks that my
>     >    position require.
>     >
>     >    Maybe others could take this opportunity to make this happen
>     >
>     >    Thanks
>     >
>     >    Carlos
>     >
>     >
>     >
>     >    El mié., 19 sept. 2018 a las 13:58, Piotr Zarzycki (<
>     >    piotrzarzycki21@gmail.com>) escribió:
>     >
>     >> Btw. The process is quite automatic, but skipping the version wasn't
>     >> something considered before.
>     >>
>     >> On Wed, Sep 19, 2018, 1:31 PM Piotr Zarzycki <
> piotrzarzycki21@gmail.com>
>     >> wrote:
>     >>
>     >>> Carlos,
>     >>>
>     >>> Unfortunately I'm giving up doing that. I have spent on this too
> much
>     >> time
>     >>> and money. Someone else can continue from my point.
>     >>>
>     >>> Dev branch is setup to 0.9.4-SNAPSHOT. Even with detailed
> instruction
>     >> from
>     >>> Alex I don't know what to do next.
>     >>>
>     >>> Details are in previous email.
>     >>>
>     >>> Good Luck!
>     >>> Piotr
>     >>>
>     >>> On Wed, Sep 19, 2018, 1:15 PM Carlos Rovira <
> carlosrovira@apache.org>
>     >>> wrote:
>     >>>
>     >>>> Hi Piotr,
>     >>>>
>     >>>> I encourage you and Alex to try to refine more the process so we
> can
>     >>>> release more easily. I think right now the process is very
> dependent of
>     >>>> many manual tasks, and that impact in all: huge effort to do the
>     >> release,
>     >>>> many time involved, impossible to reproduce in next release,..
>     >>>>
>     >>>> I think this effort you're doing could be maybe the most
> important right
>     >>>> now in Royale.
>     >>>>
>     >>>> Maybe you could ask for some help to other Apache teams, maybe
> infra
>     >>>> people?, or maven people?
>     >>>>
>     >>>> Thanks for taking over this
>     >>>>
>     >>>> Carlos
>     >>>>
>     >>>>
>     >>>>
>     >>>>
>     >>>> El mié., 19 sept. 2018 a las 11:16, Olaf Krueger (<
> mail@olafkrueger.net
>     >>> )
>     >>>> escribió:
>     >>>>
>     >>>>>> All of that things are complex because we need to skip one
>     >> version...
>     >>>>>
>     >>>>> Would it be possible to create something like a fake release
> v0.9.3?
>     >>>>> Just to satisfy all those tools and automatism?
>     >>>>>
>     >>>>> Olaf
>     >>>>>
>     >>>>>
>     >>>>>
>     >>>>>
>     >>>>> --
>     >>>>> Sent from:
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-royale-development.20373.n8.nabble.com%2F&amp;data=02%7C01%7Caharui%40adobe.com%7C8d3d7117c0674d3cb62408d61e56194a%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729752480155310&amp;sdata=y%2FoyOnG99mereYy0UODSZs%2B9wWCQdZ2CEUDVw%2BCMHMo%3D&amp;reserved=0
> <
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-royale-development.20373.n8.nabble.com%2F&amp;data=02%7C01%7Caharui%40adobe.com%7C8d3d7117c0674d3cb62408d61e56194a%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729752480155310&amp;sdata=y%2FoyOnG99mereYy0UODSZs%2B9wWCQdZ2CEUDVw%2BCMHMo%3D&amp;reserved=0
> >
>     >>>>>
>     >>>>
>     >>>>
>     >>>> --
>     >>>> Carlos Rovira
>     >>>>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C8d3d7117c0674d3cb62408d61e56194a%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729752480165315&amp;sdata=liaR9S%2FYcT9xUbaRRwwRHk3EtmyzA8laM%2BrcCV5bmD4%3D&amp;reserved=0
> <
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C8d3d7117c0674d3cb62408d61e56194a%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729752480165315&amp;sdata=liaR9S%2FYcT9xUbaRRwwRHk3EtmyzA8laM%2BrcCV5bmD4%3D&amp;reserved=0
> >
>     >>>>
>     >>>
>     >>
>     >
>     >
>     >    --
>     >    Carlos Rovira
>     >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C8d3d7117c0674d3cb62408d61e56194a%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729752480165315&amp;sdata=liaR9S%2FYcT9xUbaRRwwRHk3EtmyzA8laM%2BrcCV5bmD4%3D&amp;reserved=0
> <
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C8d3d7117c0674d3cb62408d61e56194a%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729752480165315&amp;sdata=liaR9S%2FYcT9xUbaRRwwRHk3EtmyzA8laM%2BrcCV5bmD4%3D&amp;reserved=0
> >
>
>
>

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Alex Harui <ah...@adobe.com.INVALID>.
What do you see as the important reasons?  I know the Apache mantra is to release early and often, but if it were up to me, we would release after we hit some interesting milestone, like getting Alina's app to compile completely, or someone else says they are ready to go to production and need a released version of Royale.  There are some bugs blocking users that I would rather get done before releasing.

My 2 cents,
-Alex

On 9/19/18, 10:34 AM, "Harbs" <ha...@gmail.com> wrote:

    I’m happy to try and be a release manager, but I don’t have time for at least a month. I think it’s pretty important to get this release out sooner rather than later.
    
    If you can help Piotr finish this release, I’ll try to do the 0.9.5 release.
    
    Thanks,
    Harbs
    
    > On Sep 19, 2018, at 6:54 PM, Alex Harui <ah...@adobe.com.INVALID> wrote:
    > 
    > Hi Piotr,
    > 
    > In my previous email, I was trying to say that you don't need to run update.versions because I already did.
    > In that and even earlier emails, we discussed running make_branches twice.  IMO, you are getting the right results by running make_branches.   Given the current state of the repo, running make_branches once will set the develop branch to 0.9.4-SNAPSHOT and the release branch to 0.9.3.  That's because that's how Maven works. The current poms in develop are set to 0.9.3-SNAPSHOT.  Maven removes the "SNAPSHOT" in the release branch and bumps the version in the develop branch.
    > 
    > I think you can just run make_branches again and it should create a release branch with 0.9.4 and bump the develop branch to 0.9.5-SNAPSHOT.  That would be what we want.
    > If you want me to help more, I will take the time to do so.  I can:
    > -Get the repos to the point where the current scripts should "just work".
    > -Make sure make_branches works and is complete.
    > -Do all of the other steps.
    > 
    > I still think it is important that someone else besides me can run the scripts and generate a release.  So I would prefer to just get the repos ready so that you can try running the scripts.  If there are important things you've learned that other RMs will need to know, please try to capture them in the wiki document.
    > 
    > @Carlos, I have spent a lot of time trying to automate releasing.  As Piotr said, skipping a version wasn't planned for and I hope it won't ever happen again.  Unless you've actually looked at the scripts and read the wiki document and tried it, saying you think there are too many manual steps is not only wrong, but discouraging to those who have put effort into it.  If you really think it needs to be better automated, then do it yourself.  Don’t expect others to do things for you when you make negative comments about their work.  I have other things I want to work on other than release automation.  Release automation is only going to be "good enough" and always in need of improvement.  We've only done two releases and we are still debugging the scripts.   Join the effort instead of complaining about it.
    > 
    > Thanks,
    > -Alex
    > 
    > 
    > On 9/19/18, 7:39 AM, "Carlos Rovira" <carlosrovira@apache.org <ma...@apache.org>> wrote:
    > 
    >    Hi Piotr,
    > 
    >    sorry to hear that, I think we're out of resources. I'm concentrating in
    >    make Jewel as stable as possible since in few days we can start a new
    >    project with Royale-Jewel, so I still don't know how I'll be doing to
    >    continuer Jewel, make that project and continue with my other tasks that my
    >    position require.
    > 
    >    Maybe others could take this opportunity to make this happen
    > 
    >    Thanks
    > 
    >    Carlos
    > 
    > 
    > 
    >    El mié., 19 sept. 2018 a las 13:58, Piotr Zarzycki (<
    >    piotrzarzycki21@gmail.com>) escribió:
    > 
    >> Btw. The process is quite automatic, but skipping the version wasn't
    >> something considered before.
    >> 
    >> On Wed, Sep 19, 2018, 1:31 PM Piotr Zarzycki <pi...@gmail.com>
    >> wrote:
    >> 
    >>> Carlos,
    >>> 
    >>> Unfortunately I'm giving up doing that. I have spent on this too much
    >> time
    >>> and money. Someone else can continue from my point.
    >>> 
    >>> Dev branch is setup to 0.9.4-SNAPSHOT. Even with detailed instruction
    >> from
    >>> Alex I don't know what to do next.
    >>> 
    >>> Details are in previous email.
    >>> 
    >>> Good Luck!
    >>> Piotr
    >>> 
    >>> On Wed, Sep 19, 2018, 1:15 PM Carlos Rovira <ca...@apache.org>
    >>> wrote:
    >>> 
    >>>> Hi Piotr,
    >>>> 
    >>>> I encourage you and Alex to try to refine more the process so we can
    >>>> release more easily. I think right now the process is very dependent of
    >>>> many manual tasks, and that impact in all: huge effort to do the
    >> release,
    >>>> many time involved, impossible to reproduce in next release,..
    >>>> 
    >>>> I think this effort you're doing could be maybe the most important right
    >>>> now in Royale.
    >>>> 
    >>>> Maybe you could ask for some help to other Apache teams, maybe infra
    >>>> people?, or maven people?
    >>>> 
    >>>> Thanks for taking over this
    >>>> 
    >>>> Carlos
    >>>> 
    >>>> 
    >>>> 
    >>>> 
    >>>> El mié., 19 sept. 2018 a las 11:16, Olaf Krueger (<mail@olafkrueger.net
    >>> )
    >>>> escribió:
    >>>> 
    >>>>>> All of that things are complex because we need to skip one
    >> version...
    >>>>> 
    >>>>> Would it be possible to create something like a fake release v0.9.3?
    >>>>> Just to satisfy all those tools and automatism?
    >>>>> 
    >>>>> Olaf
    >>>>> 
    >>>>> 
    >>>>> 
    >>>>> 
    >>>>> --
    >>>>> Sent from: https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-royale-development.20373.n8.nabble.com%2F&amp;data=02%7C01%7Caharui%40adobe.com%7C8d3d7117c0674d3cb62408d61e56194a%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729752480155310&amp;sdata=y%2FoyOnG99mereYy0UODSZs%2B9wWCQdZ2CEUDVw%2BCMHMo%3D&amp;reserved=0 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-royale-development.20373.n8.nabble.com%2F&amp;data=02%7C01%7Caharui%40adobe.com%7C8d3d7117c0674d3cb62408d61e56194a%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729752480155310&amp;sdata=y%2FoyOnG99mereYy0UODSZs%2B9wWCQdZ2CEUDVw%2BCMHMo%3D&amp;reserved=0>
    >>>>> 
    >>>> 
    >>>> 
    >>>> --
    >>>> Carlos Rovira
    >>>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C8d3d7117c0674d3cb62408d61e56194a%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729752480165315&amp;sdata=liaR9S%2FYcT9xUbaRRwwRHk3EtmyzA8laM%2BrcCV5bmD4%3D&amp;reserved=0 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C8d3d7117c0674d3cb62408d61e56194a%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729752480165315&amp;sdata=liaR9S%2FYcT9xUbaRRwwRHk3EtmyzA8laM%2BrcCV5bmD4%3D&amp;reserved=0>
    >>>> 
    >>> 
    >> 
    > 
    > 
    >    -- 
    >    Carlos Rovira
    >    https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C8d3d7117c0674d3cb62408d61e56194a%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729752480165315&amp;sdata=liaR9S%2FYcT9xUbaRRwwRHk3EtmyzA8laM%2BrcCV5bmD4%3D&amp;reserved=0 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C8d3d7117c0674d3cb62408d61e56194a%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729752480165315&amp;sdata=liaR9S%2FYcT9xUbaRRwwRHk3EtmyzA8laM%2BrcCV5bmD4%3D&amp;reserved=0>
    


Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Harbs <ha...@gmail.com>.
I’m happy to try and be a release manager, but I don’t have time for at least a month. I think it’s pretty important to get this release out sooner rather than later.

If you can help Piotr finish this release, I’ll try to do the 0.9.5 release.

Thanks,
Harbs

> On Sep 19, 2018, at 6:54 PM, Alex Harui <ah...@adobe.com.INVALID> wrote:
> 
> Hi Piotr,
> 
> In my previous email, I was trying to say that you don't need to run update.versions because I already did.
> In that and even earlier emails, we discussed running make_branches twice.  IMO, you are getting the right results by running make_branches.   Given the current state of the repo, running make_branches once will set the develop branch to 0.9.4-SNAPSHOT and the release branch to 0.9.3.  That's because that's how Maven works. The current poms in develop are set to 0.9.3-SNAPSHOT.  Maven removes the "SNAPSHOT" in the release branch and bumps the version in the develop branch.
> 
> I think you can just run make_branches again and it should create a release branch with 0.9.4 and bump the develop branch to 0.9.5-SNAPSHOT.  That would be what we want.
> If you want me to help more, I will take the time to do so.  I can:
> -Get the repos to the point where the current scripts should "just work".
> -Make sure make_branches works and is complete.
> -Do all of the other steps.
> 
> I still think it is important that someone else besides me can run the scripts and generate a release.  So I would prefer to just get the repos ready so that you can try running the scripts.  If there are important things you've learned that other RMs will need to know, please try to capture them in the wiki document.
> 
> @Carlos, I have spent a lot of time trying to automate releasing.  As Piotr said, skipping a version wasn't planned for and I hope it won't ever happen again.  Unless you've actually looked at the scripts and read the wiki document and tried it, saying you think there are too many manual steps is not only wrong, but discouraging to those who have put effort into it.  If you really think it needs to be better automated, then do it yourself.  Don’t expect others to do things for you when you make negative comments about their work.  I have other things I want to work on other than release automation.  Release automation is only going to be "good enough" and always in need of improvement.  We've only done two releases and we are still debugging the scripts.   Join the effort instead of complaining about it.
> 
> Thanks,
> -Alex
> 
> 
> On 9/19/18, 7:39 AM, "Carlos Rovira" <carlosrovira@apache.org <ma...@apache.org>> wrote:
> 
>    Hi Piotr,
> 
>    sorry to hear that, I think we're out of resources. I'm concentrating in
>    make Jewel as stable as possible since in few days we can start a new
>    project with Royale-Jewel, so I still don't know how I'll be doing to
>    continuer Jewel, make that project and continue with my other tasks that my
>    position require.
> 
>    Maybe others could take this opportunity to make this happen
> 
>    Thanks
> 
>    Carlos
> 
> 
> 
>    El mié., 19 sept. 2018 a las 13:58, Piotr Zarzycki (<
>    piotrzarzycki21@gmail.com>) escribió:
> 
>> Btw. The process is quite automatic, but skipping the version wasn't
>> something considered before.
>> 
>> On Wed, Sep 19, 2018, 1:31 PM Piotr Zarzycki <pi...@gmail.com>
>> wrote:
>> 
>>> Carlos,
>>> 
>>> Unfortunately I'm giving up doing that. I have spent on this too much
>> time
>>> and money. Someone else can continue from my point.
>>> 
>>> Dev branch is setup to 0.9.4-SNAPSHOT. Even with detailed instruction
>> from
>>> Alex I don't know what to do next.
>>> 
>>> Details are in previous email.
>>> 
>>> Good Luck!
>>> Piotr
>>> 
>>> On Wed, Sep 19, 2018, 1:15 PM Carlos Rovira <ca...@apache.org>
>>> wrote:
>>> 
>>>> Hi Piotr,
>>>> 
>>>> I encourage you and Alex to try to refine more the process so we can
>>>> release more easily. I think right now the process is very dependent of
>>>> many manual tasks, and that impact in all: huge effort to do the
>> release,
>>>> many time involved, impossible to reproduce in next release,..
>>>> 
>>>> I think this effort you're doing could be maybe the most important right
>>>> now in Royale.
>>>> 
>>>> Maybe you could ask for some help to other Apache teams, maybe infra
>>>> people?, or maven people?
>>>> 
>>>> Thanks for taking over this
>>>> 
>>>> Carlos
>>>> 
>>>> 
>>>> 
>>>> 
>>>> El mié., 19 sept. 2018 a las 11:16, Olaf Krueger (<mail@olafkrueger.net
>>> )
>>>> escribió:
>>>> 
>>>>>> All of that things are complex because we need to skip one
>> version...
>>>>> 
>>>>> Would it be possible to create something like a fake release v0.9.3?
>>>>> Just to satisfy all those tools and automatism?
>>>>> 
>>>>> Olaf
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>>> --
>>>>> Sent from: https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-royale-development.20373.n8.nabble.com%2F&amp;data=02%7C01%7Caharui%40adobe.com%7Cb352978d4d564be3bf8408d61e3da3a8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729647419991836&amp;sdata=vN2nU7GGQsBYX7QMUuqYinlUJax6IGbjJJjCCRmJrc4%3D&amp;reserved=0 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-royale-development.20373.n8.nabble.com%2F&amp;data=02%7C01%7Caharui%40adobe.com%7Cb352978d4d564be3bf8408d61e3da3a8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729647419991836&amp;sdata=vN2nU7GGQsBYX7QMUuqYinlUJax6IGbjJJjCCRmJrc4%3D&amp;reserved=0>
>>>>> 
>>>> 
>>>> 
>>>> --
>>>> Carlos Rovira
>>>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cb352978d4d564be3bf8408d61e3da3a8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729647419991836&amp;sdata=3XmDEUgYZwuCd1A1hFKPYfONcJRIWhlevcaVyp5L4DI%3D&amp;reserved=0 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cb352978d4d564be3bf8408d61e3da3a8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729647419991836&amp;sdata=3XmDEUgYZwuCd1A1hFKPYfONcJRIWhlevcaVyp5L4DI%3D&amp;reserved=0>
>>>> 
>>> 
>> 
> 
> 
>    -- 
>    Carlos Rovira
>    https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cb352978d4d564be3bf8408d61e3da3a8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729647419991836&amp;sdata=3XmDEUgYZwuCd1A1hFKPYfONcJRIWhlevcaVyp5L4DI%3D&amp;reserved=0 <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cb352978d4d564be3bf8408d61e3da3a8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729647419991836&amp;sdata=3XmDEUgYZwuCd1A1hFKPYfONcJRIWhlevcaVyp5L4DI%3D&amp;reserved=0>

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Piotr Zarzycki <pi...@gmail.com>.
Process is definitely automated. If we would not skip version we would have
RC1 two days ago from me. I got dedicated time for making that release,
cause it can help improve Josh's plugin - which is using Royale compiler.
As you know that plugin is used in VSCode and Moonshine, so Framework part
release is not as important as you may think from my point of view.

If someone finish current release my proposition is to have ability of
releasing compiler only without Framework next time. - I hope to get more
dedicated time and make it happen.

I hope someone pickup what has been left and make RC1.

Thanks,
Piotr

śr., 19 wrz 2018 o 18:43 Alex Harui <ah...@adobe.com.invalid> napisał(a):

> IMO, speculating things to be worse than they are without being informed
> is not good for the community.
>
> Piotr ran into problems because we were forced to try to skip a version.
> Again, there is nobody whose job it is to make releasing simple, and who
> will take the time to try to anticipate these situations and make the
> automation handle them.  This is a volunteer effort.
>
> Think about how it will help the community before saying something
> negative.  What change did you expect volunteers to be motivated to do  by
> saying there are too many manual steps?
>
> -Alex
>
> On 9/19/18, 9:25 AM, "Carlos Rovira" <ca...@apache.org> wrote:
>
>     Hi Alex,
>
>     don't think each comment is negative only because is not positive! I
>     already said some words recognizing the huge effort behind that task. I
>     know how hard it is.
>     But as I said the great work done, I want to expose the only point I
> think
>     is problematic, the difficult of the process. And I think is something
> all
>     people here is aware that the process is non trivial at all. For that
>     reason I only said that maybe even more automation is needed.
>
>     One thing is clear, I want to be release manager soon, the only thing
> that
>     stops me is that I have plenty of things on my plate right now, so my
>     effort is more needed in the actual fronts that is mostly complete and
>     stabilize Jewel and make the first real project with it for an
> important
>     company. Both things are, IMHO, very needed as well, even more than
> release
>     now for me, so for that reason and prioritizing, if I have to choose,
> I'll
>     have to put that on third place.
>
>     So please, only because I expose a thing that is happening don't think
> it
>     could be seen as a critic about your work, since is not what I'm
> saying. I
>     think you did a great job automatizing the release process. I only say
> that
>     maybe it needs to go a bit far and solve final problems so others like
> me
>     can jump to that wagon some day and help in that task. If we think
> there's
>     no problem now, we must why Piotr is throwing the towel since he
> doesn't
>     see the way to continue, and I think we'll end thinking that we need
> that
>     final refinement in the process.
>
>     As you say, I still don't have the knowledge since I still didn't get
> my
>     hands dirty with the release process, so anything I say maybe is wrong,
>     only  is what I can say from what I see / read this days.
>
>     Thanks
>
>     Carlos
>
>
>
>
>
>
>     El mié., 19 sept. 2018 a las 17:54, Alex Harui
> (<ah...@adobe.com.invalid>)
>     escribió:
>
>     > Hi Piotr,
>     >
>     > In my previous email, I was trying to say that you don't need to run
>     > update.versions because I already did.
>     > In that and even earlier emails, we discussed running make_branches
>     > twice.  IMO, you are getting the right results by running
> make_branches.
>     >  Given the current state of the repo, running make_branches once
> will set
>     > the develop branch to 0.9.4-SNAPSHOT and the release branch to 0.9.3.
>     > That's because that's how Maven works.  The current poms in develop
> are set
>     > to 0.9.3-SNAPSHOT.  Maven removes the "SNAPSHOT" in the release
> branch and
>     > bumps the version in the develop branch.
>     >
>     > I think you can just run make_branches again and it should create a
>     > release branch with 0.9.4 and bump the develop branch to
> 0.9.5-SNAPSHOT.
>     > That would be what we want.
>     > If you want me to help more, I will take the time to do so.  I can:
>     > -Get the repos to the point where the current scripts should "just
> work".
>     > -Make sure make_branches works and is complete.
>     > -Do all of the other steps.
>     >
>     > I still think it is important that someone else besides me can run
> the
>     > scripts and generate a release.  So I would prefer to just get the
> repos
>     > ready so that you can try running the scripts.  If there are
> important
>     > things you've learned that other RMs will need to know, please try to
>     > capture them in the wiki document.
>     >
>     > @Carlos, I have spent a lot of time trying to automate releasing.  As
>     > Piotr said, skipping a version wasn't planned for and I hope it
> won't ever
>     > happen again.  Unless you've actually looked at the scripts and read
> the
>     > wiki document and tried it, saying you think there are too many
> manual
>     > steps is not only wrong, but discouraging to those who have put
> effort into
>     > it.  If you really think it needs to be better automated, then do it
>     > yourself.  Don’t expect others to do things for you when you make
> negative
>     > comments about their work.  I have other things I want to work on
> other
>     > than release automation.  Release automation is only going to be
> "good
>     > enough" and always in need of improvement.  We've only done two
> releases
>     > and we are still debugging the scripts.   Join the effort instead of
>     > complaining about it.
>     >
>     > Thanks,
>     > -Alex
>     >
>     >
>     > On 9/19/18, 7:39 AM, "Carlos Rovira" <ca...@apache.org>
> wrote:
>     >
>     >     Hi Piotr,
>     >
>     >     sorry to hear that, I think we're out of resources. I'm
> concentrating
>     > in
>     >     make Jewel as stable as possible since in few days we can start
> a new
>     >     project with Royale-Jewel, so I still don't know how I'll be
> doing to
>     >     continuer Jewel, make that project and continue with my other
> tasks
>     > that my
>     >     position require.
>     >
>     >     Maybe others could take this opportunity to make this happen
>     >
>     >     Thanks
>     >
>     >     Carlos
>     >
>     >
>     >
>     >     El mié., 19 sept. 2018 a las 13:58, Piotr Zarzycki (<
>     >     piotrzarzycki21@gmail.com>) escribió:
>     >
>     >     > Btw. The process is quite automatic, but skipping the version
> wasn't
>     >     > something considered before.
>     >     >
>     >     > On Wed, Sep 19, 2018, 1:31 PM Piotr Zarzycki <
>     > piotrzarzycki21@gmail.com>
>     >     > wrote:
>     >     >
>     >     > > Carlos,
>     >     > >
>     >     > > Unfortunately I'm giving up doing that. I have spent on this
> too
>     > much
>     >     > time
>     >     > > and money. Someone else can continue from my point.
>     >     > >
>     >     > > Dev branch is setup to 0.9.4-SNAPSHOT. Even with detailed
>     > instruction
>     >     > from
>     >     > > Alex I don't know what to do next.
>     >     > >
>     >     > > Details are in previous email.
>     >     > >
>     >     > > Good Luck!
>     >     > > Piotr
>     >     > >
>     >     > > On Wed, Sep 19, 2018, 1:15 PM Carlos Rovira <
>     > carlosrovira@apache.org>
>     >     > > wrote:
>     >     > >
>     >     > >> Hi Piotr,
>     >     > >>
>     >     > >> I encourage you and Alex to try to refine more the process
> so we
>     > can
>     >     > >> release more easily. I think right now the process is very
>     > dependent of
>     >     > >> many manual tasks, and that impact in all: huge effort to
> do the
>     >     > release,
>     >     > >> many time involved, impossible to reproduce in next
> release,..
>     >     > >>
>     >     > >> I think this effort you're doing could be maybe the most
>     > important right
>     >     > >> now in Royale.
>     >     > >>
>     >     > >> Maybe you could ask for some help to other Apache teams,
> maybe
>     > infra
>     >     > >> people?, or maven people?
>     >     > >>
>     >     > >> Thanks for taking over this
>     >     > >>
>     >     > >> Carlos
>     >     > >>
>     >     > >>
>     >     > >>
>     >     > >>
>     >     > >> El mié., 19 sept. 2018 a las 11:16, Olaf Krueger (<
>     > mail@olafkrueger.net
>     >     > >)
>     >     > >> escribió:
>     >     > >>
>     >     > >> > > All of that things are complex because we need to skip
> one
>     >     > version...
>     >     > >> >
>     >     > >> > Would it be possible to create something like a fake
> release
>     > v0.9.3?
>     >     > >> > Just to satisfy all those tools and automatism?
>     >     > >> >
>     >     > >> > Olaf
>     >     > >> >
>     >     > >> >
>     >     > >> >
>     >     > >> >
>     >     > >> > --
>     >     > >> > Sent from:
>     >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-royale-development.20373.n8.nabble.com%2F&amp;data=02%7C01%7Caharui%40adobe.com%7C5653edd8e65647eaa97408d61e4c9081%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729711525559035&amp;sdata=nZh0KJWWkWCKToZrSyplvb2gi1FBUp%2FoYGkr0RxxO7o%3D&amp;reserved=0
>     >     > >> >
>     >     > >>
>     >     > >>
>     >     > >> --
>     >     > >> Carlos Rovira
>     >     > >>
>     >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C5653edd8e65647eaa97408d61e4c9081%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729711525559035&amp;sdata=Iv8eD33QHvtiJ2iZWhoYZfsELn1FGPrCYaur1Cko3aE%3D&amp;reserved=0
>     >     > >>
>     >     > >
>     >     >
>     >
>     >
>     >     --
>     >     Carlos Rovira
>     >
>     >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C5653edd8e65647eaa97408d61e4c9081%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729711525559035&amp;sdata=Iv8eD33QHvtiJ2iZWhoYZfsELn1FGPrCYaur1Cko3aE%3D&amp;reserved=0
>     >
>     >
>     >
>
>     --
>     Carlos Rovira
>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C5653edd8e65647eaa97408d61e4c9081%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729711525559035&amp;sdata=Iv8eD33QHvtiJ2iZWhoYZfsELn1FGPrCYaur1Cko3aE%3D&amp;reserved=0
>
>
>

-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Alex Harui <ah...@adobe.com.INVALID>.
IMO, speculating things to be worse than they are without being informed is not good for the community.

Piotr ran into problems because we were forced to try to skip a version.  Again, there is nobody whose job it is to make releasing simple, and who will take the time to try to anticipate these situations and make the automation handle them.  This is a volunteer effort.

Think about how it will help the community before saying something negative.  What change did you expect volunteers to be motivated to do  by saying there are too many manual steps?

-Alex

On 9/19/18, 9:25 AM, "Carlos Rovira" <ca...@apache.org> wrote:

    Hi Alex,
    
    don't think each comment is negative only because is not positive! I
    already said some words recognizing the huge effort behind that task. I
    know how hard it is.
    But as I said the great work done, I want to expose the only point I think
    is problematic, the difficult of the process. And I think is something all
    people here is aware that the process is non trivial at all. For that
    reason I only said that maybe even more automation is needed.
    
    One thing is clear, I want to be release manager soon, the only thing that
    stops me is that I have plenty of things on my plate right now, so my
    effort is more needed in the actual fronts that is mostly complete and
    stabilize Jewel and make the first real project with it for an important
    company. Both things are, IMHO, very needed as well, even more than release
    now for me, so for that reason and prioritizing, if I have to choose, I'll
    have to put that on third place.
    
    So please, only because I expose a thing that is happening don't think it
    could be seen as a critic about your work, since is not what I'm saying. I
    think you did a great job automatizing the release process. I only say that
    maybe it needs to go a bit far and solve final problems so others like me
    can jump to that wagon some day and help in that task. If we think there's
    no problem now, we must why Piotr is throwing the towel since he doesn't
    see the way to continue, and I think we'll end thinking that we need that
    final refinement in the process.
    
    As you say, I still don't have the knowledge since I still didn't get my
    hands dirty with the release process, so anything I say maybe is wrong,
    only  is what I can say from what I see / read this days.
    
    Thanks
    
    Carlos
    
    
    
    
    
    
    El mié., 19 sept. 2018 a las 17:54, Alex Harui (<ah...@adobe.com.invalid>)
    escribió:
    
    > Hi Piotr,
    >
    > In my previous email, I was trying to say that you don't need to run
    > update.versions because I already did.
    > In that and even earlier emails, we discussed running make_branches
    > twice.  IMO, you are getting the right results by running make_branches.
    >  Given the current state of the repo, running make_branches once will set
    > the develop branch to 0.9.4-SNAPSHOT and the release branch to 0.9.3.
    > That's because that's how Maven works.  The current poms in develop are set
    > to 0.9.3-SNAPSHOT.  Maven removes the "SNAPSHOT" in the release branch and
    > bumps the version in the develop branch.
    >
    > I think you can just run make_branches again and it should create a
    > release branch with 0.9.4 and bump the develop branch to 0.9.5-SNAPSHOT.
    > That would be what we want.
    > If you want me to help more, I will take the time to do so.  I can:
    > -Get the repos to the point where the current scripts should "just work".
    > -Make sure make_branches works and is complete.
    > -Do all of the other steps.
    >
    > I still think it is important that someone else besides me can run the
    > scripts and generate a release.  So I would prefer to just get the repos
    > ready so that you can try running the scripts.  If there are important
    > things you've learned that other RMs will need to know, please try to
    > capture them in the wiki document.
    >
    > @Carlos, I have spent a lot of time trying to automate releasing.  As
    > Piotr said, skipping a version wasn't planned for and I hope it won't ever
    > happen again.  Unless you've actually looked at the scripts and read the
    > wiki document and tried it, saying you think there are too many manual
    > steps is not only wrong, but discouraging to those who have put effort into
    > it.  If you really think it needs to be better automated, then do it
    > yourself.  Don’t expect others to do things for you when you make negative
    > comments about their work.  I have other things I want to work on other
    > than release automation.  Release automation is only going to be "good
    > enough" and always in need of improvement.  We've only done two releases
    > and we are still debugging the scripts.   Join the effort instead of
    > complaining about it.
    >
    > Thanks,
    > -Alex
    >
    >
    > On 9/19/18, 7:39 AM, "Carlos Rovira" <ca...@apache.org> wrote:
    >
    >     Hi Piotr,
    >
    >     sorry to hear that, I think we're out of resources. I'm concentrating
    > in
    >     make Jewel as stable as possible since in few days we can start a new
    >     project with Royale-Jewel, so I still don't know how I'll be doing to
    >     continuer Jewel, make that project and continue with my other tasks
    > that my
    >     position require.
    >
    >     Maybe others could take this opportunity to make this happen
    >
    >     Thanks
    >
    >     Carlos
    >
    >
    >
    >     El mié., 19 sept. 2018 a las 13:58, Piotr Zarzycki (<
    >     piotrzarzycki21@gmail.com>) escribió:
    >
    >     > Btw. The process is quite automatic, but skipping the version wasn't
    >     > something considered before.
    >     >
    >     > On Wed, Sep 19, 2018, 1:31 PM Piotr Zarzycki <
    > piotrzarzycki21@gmail.com>
    >     > wrote:
    >     >
    >     > > Carlos,
    >     > >
    >     > > Unfortunately I'm giving up doing that. I have spent on this too
    > much
    >     > time
    >     > > and money. Someone else can continue from my point.
    >     > >
    >     > > Dev branch is setup to 0.9.4-SNAPSHOT. Even with detailed
    > instruction
    >     > from
    >     > > Alex I don't know what to do next.
    >     > >
    >     > > Details are in previous email.
    >     > >
    >     > > Good Luck!
    >     > > Piotr
    >     > >
    >     > > On Wed, Sep 19, 2018, 1:15 PM Carlos Rovira <
    > carlosrovira@apache.org>
    >     > > wrote:
    >     > >
    >     > >> Hi Piotr,
    >     > >>
    >     > >> I encourage you and Alex to try to refine more the process so we
    > can
    >     > >> release more easily. I think right now the process is very
    > dependent of
    >     > >> many manual tasks, and that impact in all: huge effort to do the
    >     > release,
    >     > >> many time involved, impossible to reproduce in next release,..
    >     > >>
    >     > >> I think this effort you're doing could be maybe the most
    > important right
    >     > >> now in Royale.
    >     > >>
    >     > >> Maybe you could ask for some help to other Apache teams, maybe
    > infra
    >     > >> people?, or maven people?
    >     > >>
    >     > >> Thanks for taking over this
    >     > >>
    >     > >> Carlos
    >     > >>
    >     > >>
    >     > >>
    >     > >>
    >     > >> El mié., 19 sept. 2018 a las 11:16, Olaf Krueger (<
    > mail@olafkrueger.net
    >     > >)
    >     > >> escribió:
    >     > >>
    >     > >> > > All of that things are complex because we need to skip one
    >     > version...
    >     > >> >
    >     > >> > Would it be possible to create something like a fake release
    > v0.9.3?
    >     > >> > Just to satisfy all those tools and automatism?
    >     > >> >
    >     > >> > Olaf
    >     > >> >
    >     > >> >
    >     > >> >
    >     > >> >
    >     > >> > --
    >     > >> > Sent from:
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-royale-development.20373.n8.nabble.com%2F&amp;data=02%7C01%7Caharui%40adobe.com%7C5653edd8e65647eaa97408d61e4c9081%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729711525559035&amp;sdata=nZh0KJWWkWCKToZrSyplvb2gi1FBUp%2FoYGkr0RxxO7o%3D&amp;reserved=0
    >     > >> >
    >     > >>
    >     > >>
    >     > >> --
    >     > >> Carlos Rovira
    >     > >>
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C5653edd8e65647eaa97408d61e4c9081%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729711525559035&amp;sdata=Iv8eD33QHvtiJ2iZWhoYZfsELn1FGPrCYaur1Cko3aE%3D&amp;reserved=0
    >     > >>
    >     > >
    >     >
    >
    >
    >     --
    >     Carlos Rovira
    >
    > https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C5653edd8e65647eaa97408d61e4c9081%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729711525559035&amp;sdata=Iv8eD33QHvtiJ2iZWhoYZfsELn1FGPrCYaur1Cko3aE%3D&amp;reserved=0
    >
    >
    >
    
    -- 
    Carlos Rovira
    https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C5653edd8e65647eaa97408d61e4c9081%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729711525559035&amp;sdata=Iv8eD33QHvtiJ2iZWhoYZfsELn1FGPrCYaur1Cko3aE%3D&amp;reserved=0
    


Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Carlos Rovira <ca...@apache.org>.
Hi Alex,

don't think each comment is negative only because is not positive! I
already said some words recognizing the huge effort behind that task. I
know how hard it is.
But as I said the great work done, I want to expose the only point I think
is problematic, the difficult of the process. And I think is something all
people here is aware that the process is non trivial at all. For that
reason I only said that maybe even more automation is needed.

One thing is clear, I want to be release manager soon, the only thing that
stops me is that I have plenty of things on my plate right now, so my
effort is more needed in the actual fronts that is mostly complete and
stabilize Jewel and make the first real project with it for an important
company. Both things are, IMHO, very needed as well, even more than release
now for me, so for that reason and prioritizing, if I have to choose, I'll
have to put that on third place.

So please, only because I expose a thing that is happening don't think it
could be seen as a critic about your work, since is not what I'm saying. I
think you did a great job automatizing the release process. I only say that
maybe it needs to go a bit far and solve final problems so others like me
can jump to that wagon some day and help in that task. If we think there's
no problem now, we must why Piotr is throwing the towel since he doesn't
see the way to continue, and I think we'll end thinking that we need that
final refinement in the process.

As you say, I still don't have the knowledge since I still didn't get my
hands dirty with the release process, so anything I say maybe is wrong,
only  is what I can say from what I see / read this days.

Thanks

Carlos






El mié., 19 sept. 2018 a las 17:54, Alex Harui (<ah...@adobe.com.invalid>)
escribió:

> Hi Piotr,
>
> In my previous email, I was trying to say that you don't need to run
> update.versions because I already did.
> In that and even earlier emails, we discussed running make_branches
> twice.  IMO, you are getting the right results by running make_branches.
>  Given the current state of the repo, running make_branches once will set
> the develop branch to 0.9.4-SNAPSHOT and the release branch to 0.9.3.
> That's because that's how Maven works.  The current poms in develop are set
> to 0.9.3-SNAPSHOT.  Maven removes the "SNAPSHOT" in the release branch and
> bumps the version in the develop branch.
>
> I think you can just run make_branches again and it should create a
> release branch with 0.9.4 and bump the develop branch to 0.9.5-SNAPSHOT.
> That would be what we want.
> If you want me to help more, I will take the time to do so.  I can:
> -Get the repos to the point where the current scripts should "just work".
> -Make sure make_branches works and is complete.
> -Do all of the other steps.
>
> I still think it is important that someone else besides me can run the
> scripts and generate a release.  So I would prefer to just get the repos
> ready so that you can try running the scripts.  If there are important
> things you've learned that other RMs will need to know, please try to
> capture them in the wiki document.
>
> @Carlos, I have spent a lot of time trying to automate releasing.  As
> Piotr said, skipping a version wasn't planned for and I hope it won't ever
> happen again.  Unless you've actually looked at the scripts and read the
> wiki document and tried it, saying you think there are too many manual
> steps is not only wrong, but discouraging to those who have put effort into
> it.  If you really think it needs to be better automated, then do it
> yourself.  Don’t expect others to do things for you when you make negative
> comments about their work.  I have other things I want to work on other
> than release automation.  Release automation is only going to be "good
> enough" and always in need of improvement.  We've only done two releases
> and we are still debugging the scripts.   Join the effort instead of
> complaining about it.
>
> Thanks,
> -Alex
>
>
> On 9/19/18, 7:39 AM, "Carlos Rovira" <ca...@apache.org> wrote:
>
>     Hi Piotr,
>
>     sorry to hear that, I think we're out of resources. I'm concentrating
> in
>     make Jewel as stable as possible since in few days we can start a new
>     project with Royale-Jewel, so I still don't know how I'll be doing to
>     continuer Jewel, make that project and continue with my other tasks
> that my
>     position require.
>
>     Maybe others could take this opportunity to make this happen
>
>     Thanks
>
>     Carlos
>
>
>
>     El mié., 19 sept. 2018 a las 13:58, Piotr Zarzycki (<
>     piotrzarzycki21@gmail.com>) escribió:
>
>     > Btw. The process is quite automatic, but skipping the version wasn't
>     > something considered before.
>     >
>     > On Wed, Sep 19, 2018, 1:31 PM Piotr Zarzycki <
> piotrzarzycki21@gmail.com>
>     > wrote:
>     >
>     > > Carlos,
>     > >
>     > > Unfortunately I'm giving up doing that. I have spent on this too
> much
>     > time
>     > > and money. Someone else can continue from my point.
>     > >
>     > > Dev branch is setup to 0.9.4-SNAPSHOT. Even with detailed
> instruction
>     > from
>     > > Alex I don't know what to do next.
>     > >
>     > > Details are in previous email.
>     > >
>     > > Good Luck!
>     > > Piotr
>     > >
>     > > On Wed, Sep 19, 2018, 1:15 PM Carlos Rovira <
> carlosrovira@apache.org>
>     > > wrote:
>     > >
>     > >> Hi Piotr,
>     > >>
>     > >> I encourage you and Alex to try to refine more the process so we
> can
>     > >> release more easily. I think right now the process is very
> dependent of
>     > >> many manual tasks, and that impact in all: huge effort to do the
>     > release,
>     > >> many time involved, impossible to reproduce in next release,..
>     > >>
>     > >> I think this effort you're doing could be maybe the most
> important right
>     > >> now in Royale.
>     > >>
>     > >> Maybe you could ask for some help to other Apache teams, maybe
> infra
>     > >> people?, or maven people?
>     > >>
>     > >> Thanks for taking over this
>     > >>
>     > >> Carlos
>     > >>
>     > >>
>     > >>
>     > >>
>     > >> El mié., 19 sept. 2018 a las 11:16, Olaf Krueger (<
> mail@olafkrueger.net
>     > >)
>     > >> escribió:
>     > >>
>     > >> > > All of that things are complex because we need to skip one
>     > version...
>     > >> >
>     > >> > Would it be possible to create something like a fake release
> v0.9.3?
>     > >> > Just to satisfy all those tools and automatism?
>     > >> >
>     > >> > Olaf
>     > >> >
>     > >> >
>     > >> >
>     > >> >
>     > >> > --
>     > >> > Sent from:
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-royale-development.20373.n8.nabble.com%2F&amp;data=02%7C01%7Caharui%40adobe.com%7Cb352978d4d564be3bf8408d61e3da3a8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729647419991836&amp;sdata=vN2nU7GGQsBYX7QMUuqYinlUJax6IGbjJJjCCRmJrc4%3D&amp;reserved=0
>     > >> >
>     > >>
>     > >>
>     > >> --
>     > >> Carlos Rovira
>     > >>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cb352978d4d564be3bf8408d61e3da3a8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729647419991836&amp;sdata=3XmDEUgYZwuCd1A1hFKPYfONcJRIWhlevcaVyp5L4DI%3D&amp;reserved=0
>     > >>
>     > >
>     >
>
>
>     --
>     Carlos Rovira
>
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cb352978d4d564be3bf8408d61e3da3a8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729647419991836&amp;sdata=3XmDEUgYZwuCd1A1hFKPYfONcJRIWhlevcaVyp5L4DI%3D&amp;reserved=0
>
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Hi Piotr,

In my previous email, I was trying to say that you don't need to run update.versions because I already did.
In that and even earlier emails, we discussed running make_branches twice.  IMO, you are getting the right results by running make_branches.   Given the current state of the repo, running make_branches once will set the develop branch to 0.9.4-SNAPSHOT and the release branch to 0.9.3.  That's because that's how Maven works.  The current poms in develop are set to 0.9.3-SNAPSHOT.  Maven removes the "SNAPSHOT" in the release branch and bumps the version in the develop branch.

I think you can just run make_branches again and it should create a release branch with 0.9.4 and bump the develop branch to 0.9.5-SNAPSHOT.  That would be what we want.
If you want me to help more, I will take the time to do so.  I can:
-Get the repos to the point where the current scripts should "just work".
-Make sure make_branches works and is complete.
-Do all of the other steps.

I still think it is important that someone else besides me can run the scripts and generate a release.  So I would prefer to just get the repos ready so that you can try running the scripts.  If there are important things you've learned that other RMs will need to know, please try to capture them in the wiki document.

@Carlos, I have spent a lot of time trying to automate releasing.  As Piotr said, skipping a version wasn't planned for and I hope it won't ever happen again.  Unless you've actually looked at the scripts and read the wiki document and tried it, saying you think there are too many manual steps is not only wrong, but discouraging to those who have put effort into it.  If you really think it needs to be better automated, then do it yourself.  Don’t expect others to do things for you when you make negative comments about their work.  I have other things I want to work on other than release automation.  Release automation is only going to be "good enough" and always in need of improvement.  We've only done two releases and we are still debugging the scripts.   Join the effort instead of complaining about it.

Thanks,
-Alex


On 9/19/18, 7:39 AM, "Carlos Rovira" <ca...@apache.org> wrote:

    Hi Piotr,
    
    sorry to hear that, I think we're out of resources. I'm concentrating in
    make Jewel as stable as possible since in few days we can start a new
    project with Royale-Jewel, so I still don't know how I'll be doing to
    continuer Jewel, make that project and continue with my other tasks that my
    position require.
    
    Maybe others could take this opportunity to make this happen
    
    Thanks
    
    Carlos
    
    
    
    El mié., 19 sept. 2018 a las 13:58, Piotr Zarzycki (<
    piotrzarzycki21@gmail.com>) escribió:
    
    > Btw. The process is quite automatic, but skipping the version wasn't
    > something considered before.
    >
    > On Wed, Sep 19, 2018, 1:31 PM Piotr Zarzycki <pi...@gmail.com>
    > wrote:
    >
    > > Carlos,
    > >
    > > Unfortunately I'm giving up doing that. I have spent on this too much
    > time
    > > and money. Someone else can continue from my point.
    > >
    > > Dev branch is setup to 0.9.4-SNAPSHOT. Even with detailed instruction
    > from
    > > Alex I don't know what to do next.
    > >
    > > Details are in previous email.
    > >
    > > Good Luck!
    > > Piotr
    > >
    > > On Wed, Sep 19, 2018, 1:15 PM Carlos Rovira <ca...@apache.org>
    > > wrote:
    > >
    > >> Hi Piotr,
    > >>
    > >> I encourage you and Alex to try to refine more the process so we can
    > >> release more easily. I think right now the process is very dependent of
    > >> many manual tasks, and that impact in all: huge effort to do the
    > release,
    > >> many time involved, impossible to reproduce in next release,..
    > >>
    > >> I think this effort you're doing could be maybe the most important right
    > >> now in Royale.
    > >>
    > >> Maybe you could ask for some help to other Apache teams, maybe infra
    > >> people?, or maven people?
    > >>
    > >> Thanks for taking over this
    > >>
    > >> Carlos
    > >>
    > >>
    > >>
    > >>
    > >> El mié., 19 sept. 2018 a las 11:16, Olaf Krueger (<mail@olafkrueger.net
    > >)
    > >> escribió:
    > >>
    > >> > > All of that things are complex because we need to skip one
    > version...
    > >> >
    > >> > Would it be possible to create something like a fake release v0.9.3?
    > >> > Just to satisfy all those tools and automatism?
    > >> >
    > >> > Olaf
    > >> >
    > >> >
    > >> >
    > >> >
    > >> > --
    > >> > Sent from: https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-royale-development.20373.n8.nabble.com%2F&amp;data=02%7C01%7Caharui%40adobe.com%7Cb352978d4d564be3bf8408d61e3da3a8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729647419991836&amp;sdata=vN2nU7GGQsBYX7QMUuqYinlUJax6IGbjJJjCCRmJrc4%3D&amp;reserved=0
    > >> >
    > >>
    > >>
    > >> --
    > >> Carlos Rovira
    > >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cb352978d4d564be3bf8408d61e3da3a8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729647419991836&amp;sdata=3XmDEUgYZwuCd1A1hFKPYfONcJRIWhlevcaVyp5L4DI%3D&amp;reserved=0
    > >>
    > >
    >
    
    
    -- 
    Carlos Rovira
    https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cb352978d4d564be3bf8408d61e3da3a8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636729647419991836&amp;sdata=3XmDEUgYZwuCd1A1hFKPYfONcJRIWhlevcaVyp5L4DI%3D&amp;reserved=0
    


Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Carlos Rovira <ca...@apache.org>.
Hi Piotr,

sorry to hear that, I think we're out of resources. I'm concentrating in
make Jewel as stable as possible since in few days we can start a new
project with Royale-Jewel, so I still don't know how I'll be doing to
continuer Jewel, make that project and continue with my other tasks that my
position require.

Maybe others could take this opportunity to make this happen

Thanks

Carlos



El mié., 19 sept. 2018 a las 13:58, Piotr Zarzycki (<
piotrzarzycki21@gmail.com>) escribió:

> Btw. The process is quite automatic, but skipping the version wasn't
> something considered before.
>
> On Wed, Sep 19, 2018, 1:31 PM Piotr Zarzycki <pi...@gmail.com>
> wrote:
>
> > Carlos,
> >
> > Unfortunately I'm giving up doing that. I have spent on this too much
> time
> > and money. Someone else can continue from my point.
> >
> > Dev branch is setup to 0.9.4-SNAPSHOT. Even with detailed instruction
> from
> > Alex I don't know what to do next.
> >
> > Details are in previous email.
> >
> > Good Luck!
> > Piotr
> >
> > On Wed, Sep 19, 2018, 1:15 PM Carlos Rovira <ca...@apache.org>
> > wrote:
> >
> >> Hi Piotr,
> >>
> >> I encourage you and Alex to try to refine more the process so we can
> >> release more easily. I think right now the process is very dependent of
> >> many manual tasks, and that impact in all: huge effort to do the
> release,
> >> many time involved, impossible to reproduce in next release,..
> >>
> >> I think this effort you're doing could be maybe the most important right
> >> now in Royale.
> >>
> >> Maybe you could ask for some help to other Apache teams, maybe infra
> >> people?, or maven people?
> >>
> >> Thanks for taking over this
> >>
> >> Carlos
> >>
> >>
> >>
> >>
> >> El mié., 19 sept. 2018 a las 11:16, Olaf Krueger (<mail@olafkrueger.net
> >)
> >> escribió:
> >>
> >> > > All of that things are complex because we need to skip one
> version...
> >> >
> >> > Would it be possible to create something like a fake release v0.9.3?
> >> > Just to satisfy all those tools and automatism?
> >> >
> >> > Olaf
> >> >
> >> >
> >> >
> >> >
> >> > --
> >> > Sent from: http://apache-royale-development.20373.n8.nabble.com/
> >> >
> >>
> >>
> >> --
> >> Carlos Rovira
> >> http://about.me/carlosrovira
> >>
> >
>


-- 
Carlos Rovira
http://about.me/carlosrovira

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Piotr Zarzycki <pi...@gmail.com>.
Btw. The process is quite automatic, but skipping the version wasn't
something considered before.

On Wed, Sep 19, 2018, 1:31 PM Piotr Zarzycki <pi...@gmail.com>
wrote:

> Carlos,
>
> Unfortunately I'm giving up doing that. I have spent on this too much time
> and money. Someone else can continue from my point.
>
> Dev branch is setup to 0.9.4-SNAPSHOT. Even with detailed instruction from
> Alex I don't know what to do next.
>
> Details are in previous email.
>
> Good Luck!
> Piotr
>
> On Wed, Sep 19, 2018, 1:15 PM Carlos Rovira <ca...@apache.org>
> wrote:
>
>> Hi Piotr,
>>
>> I encourage you and Alex to try to refine more the process so we can
>> release more easily. I think right now the process is very dependent of
>> many manual tasks, and that impact in all: huge effort to do the release,
>> many time involved, impossible to reproduce in next release,..
>>
>> I think this effort you're doing could be maybe the most important right
>> now in Royale.
>>
>> Maybe you could ask for some help to other Apache teams, maybe infra
>> people?, or maven people?
>>
>> Thanks for taking over this
>>
>> Carlos
>>
>>
>>
>>
>> El mié., 19 sept. 2018 a las 11:16, Olaf Krueger (<ma...@olafkrueger.net>)
>> escribió:
>>
>> > > All of that things are complex because we need to skip one version...
>> >
>> > Would it be possible to create something like a fake release v0.9.3?
>> > Just to satisfy all those tools and automatism?
>> >
>> > Olaf
>> >
>> >
>> >
>> >
>> > --
>> > Sent from: http://apache-royale-development.20373.n8.nabble.com/
>> >
>>
>>
>> --
>> Carlos Rovira
>> http://about.me/carlosrovira
>>
>

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Piotr Zarzycki <pi...@gmail.com>.
Carlos,

Unfortunately I'm giving up doing that. I have spent on this too much time
and money. Someone else can continue from my point.

Dev branch is setup to 0.9.4-SNAPSHOT. Even with detailed instruction from
Alex I don't know what to do next.

Details are in previous email.

Good Luck!
Piotr

On Wed, Sep 19, 2018, 1:15 PM Carlos Rovira <ca...@apache.org> wrote:

> Hi Piotr,
>
> I encourage you and Alex to try to refine more the process so we can
> release more easily. I think right now the process is very dependent of
> many manual tasks, and that impact in all: huge effort to do the release,
> many time involved, impossible to reproduce in next release,..
>
> I think this effort you're doing could be maybe the most important right
> now in Royale.
>
> Maybe you could ask for some help to other Apache teams, maybe infra
> people?, or maven people?
>
> Thanks for taking over this
>
> Carlos
>
>
>
>
> El mié., 19 sept. 2018 a las 11:16, Olaf Krueger (<ma...@olafkrueger.net>)
> escribió:
>
> > > All of that things are complex because we need to skip one version...
> >
> > Would it be possible to create something like a fake release v0.9.3?
> > Just to satisfy all those tools and automatism?
> >
> > Olaf
> >
> >
> >
> >
> > --
> > Sent from: http://apache-royale-development.20373.n8.nabble.com/
> >
>
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Carlos Rovira <ca...@apache.org>.
Hi Piotr,

I encourage you and Alex to try to refine more the process so we can
release more easily. I think right now the process is very dependent of
many manual tasks, and that impact in all: huge effort to do the release,
many time involved, impossible to reproduce in next release,..

I think this effort you're doing could be maybe the most important right
now in Royale.

Maybe you could ask for some help to other Apache teams, maybe infra
people?, or maven people?

Thanks for taking over this

Carlos




El mié., 19 sept. 2018 a las 11:16, Olaf Krueger (<ma...@olafkrueger.net>)
escribió:

> > All of that things are complex because we need to skip one version...
>
> Would it be possible to create something like a fake release v0.9.3?
> Just to satisfy all those tools and automatism?
>
> Olaf
>
>
>
>
> --
> Sent from: http://apache-royale-development.20373.n8.nabble.com/
>


-- 
Carlos Rovira
http://about.me/carlosrovira

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Olaf Krueger <ma...@olafkrueger.net>.
> All of that things are complex because we need to skip one version...

Would it be possible to create something like a fake release v0.9.3?
Just to satisfy all those tools and automatism?

Olaf




--
Sent from: http://apache-royale-development.20373.n8.nabble.com/

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Carlos Rovira <ca...@apache.org>.
Hi Piotr,

I still doesn't have knowledge of the release process, but hope to be the
next release manager. In the meanwhile, I'm following things, and what I
think, (of course without know to much about the real process and
implications in this concrete project), is that we should do the same as
others do, and that means releasing from a concrete commit in the develop
branch, that should generate the needed branches to manage the release
process and develop should continue its own way. At some point, once
release is done, release branch is merged in develop and master.

At least that's how I see it. In other words, we should not be different in
methodology to what other hundreds or thousands of projects do and in this
field follow the manual.

Thanks

Carlos




El mié., 19 sept. 2018 a las 10:39, Piotr Zarzycki (<
piotrzarzycki21@gmail.com>) escribió:

> I think everything is messed up right now. Before I got your response I was
> in a state where I run:
>
> ant -f releasecandidate.xml -Drelease.version=0.9.4 -Drc=1 make_branches
>
> It pushes to the develop 0.9.4-SNAPSHOT
> It pushes release branch called 0.9.4 where there is 0.9.3-SNAPSHOT - Not
> sure why.
>
> I wanted to revert it, but lot's of people commit things to develop, so I
> have no idea how to do that right now.
> I think there should be some rules where during release process committing
> to develop is stopped.
>
> I have tried update.versions on develop:
>
>  ant -f releasecandidate.xml -Drelease.version=0.9.4 -Drc=1 update.versions
> and it asked me on the next version and I typed 0.9.5, but it changes only
> couple of files.
>
> I have no idea how to fix all of that right now.
>
>
>
> pon., 17 wrz 2018 o 18:07 Alex Harui <ah...@adobe.com.invalid>
> napisał(a):
>
> > Last week, the develop branch was setup to release as 0.9.3 since the
> > prior release was 0.9.2.  The scripts and defaults are not set up to
> skip a
> > version so we discussed ways to skip a version.  It included:
> >
> > 1) Running "ant -f releasecandidate.xml update.versions"
> > 2) Using "ant -f releasecandidate.xml make_branches" twice.
> >
> > The first run would set the poms in the release branch to 0.9.3 and set
> > the develop branch to 0.9.4-SNAPSHOT.
> > The second run would set the poms in the release branch to 0.9.4 and set
> > the develop branch to 0.9.5-SNAPSHOT.
> >
> > The correct state of the branches before executing step 4 in
> >
> https://github.com/apache/royale-asjs/wiki/Release-Manager-Notes#release-steps
> > is that the develop branch is set to 0.9.5-SNAPSHOT, the release branch
> is
> > set to 0.9.4, and other version numbers are set to 0.9.4, such as
> > build.properties in royale-asjs.  That's what update.versions did.  I did
> > that a couple of days ago.
> >
> > So, to answer your questions:
> >
> > 1) No, there shouldn't be any extra Ant targets to run at this time other
> > than maybe running make_branches on some or all of the repos to get us to
> > the desired state.  I think I've taken care of everything that
> > make_branches doesn't take care of.  I did not try to get all of the
> Maven
> > pieces in the 3 repos ready because I thought I saw that royale-typedefs
> > was already ready so I didn't know where you were in the process.  Some
> of
> > the targets in releasecandidate.xml run lots of Maven commands which will
> > update the POMs.  Those targets also patch some other things that Maven
> > needs but were hard to make work via Maven.  Since updating the
> > Maven-related data could not be one simple Maven command, I chose to use
> > Ant to take the RM through all of the steps.   But Ant builds do not use
> > the POM (although I'm still thinking of teaching the compiler to read the
> > POMs) so we have other Ant targets that update things for the Ant build
> of
> > the framework.  This is normally done during the final "release" target
> > after voting is over, but because we are skipping a version, I had to run
> > it once a few days ago.
> >
> > 2)  IMO, the simplest thing to do is update the develop branch so it
> looks
> > like we released a 0.9.3 before creating the final release branch for
> > 0.9.4.  That is why I am suggesting running make_branches until you reach
> > that state.  I think I've already taken care of the Ant properties.
> >
> > When you think you've got the branches for all repos in this state, let
> me
> > know and I will spot check it.
> >
> > HTH,
> > -Alex
> >
> > On 9/17/18, 2:06 AM, "Piotr Zarzycki" <pi...@gmail.com>
> wrote:
> >
> >     Still don't understand what you did at all. I did make_branches. This
> > is
> >     what happened so far:
> >
> >     1) feature/0.9.4 -> branch has been created which contains 0.9.3 in
> > poms
> >     2) develop has been updated to 0.9.4-SNAPSHOT
> >
> >     Q 1: Should I run on develop ant command which updating for me some
> > stuff ?
> >     - What ANT do ? Does it update pom or something else ?
> >     Q 2: Because we would like to jump to one version ahead - Should I
> run
> > that
> >     ANT on RC1 branch or should I update it manually ?
> >
> >     Thanks,
> >     Piotr
> >
> >
> >     pon., 17 wrz 2018 o 09:53 Alex Harui <ah...@adobe.com.invalid>
> > napisał(a):
> >
> >     > If you have run make_branches, then the branches should be showing
> > 0.9.4
> >     > and the develop branch should be using 0.9.5.
> >     >
> >     > I already ran and pushed update.versions.  The Ant build should be
> > using
> >     > 0.9.4.
> >     >
> >     > I'm stopping work for tonight.
> >     >
> >     > HTH,
> >     > -Alex
> >     >
> >     > On 9/17/18, 12:17 AM, "Piotr Zarzycki" <pi...@gmail.com>
> > wrote:
> >     >
> >     >     I think I'm right now on steps 4 and 5 in ->
> >     >
> >     >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FRelease-Manager-Notes%23release-steps&amp;data=02%7C01%7Caharui%40adobe.com%7Cb4f3681be8ee401a9edb08d61c7cd8a8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636727719873623282&amp;sdata=4vj7M8%2BYgVfU6EnGXIPz%2BCyd3XxA4kZvCtlly334rww%3D&amp;reserved=0
> >     >
> >     >
> >     >     pon., 17 wrz 2018 o 09:16 Piotr Zarzycki <
> > piotrzarzycki21@gmail.com>
> >     >     napisał(a):
> >     >
> >     >     > Hi Alex,
> >     >     >
> >     >     > I think I have passed problem with scm and was able to push
> RC1
> >     > branch,
> >     >     > but I don't understand what do you mean here:
> >     >     >
> >     >     > "I also ran the update.versions target.  It turns out I
> needed
> > to run
> >     >     > several targets first from the empty folder:
> >  use_develop_branch
> >     >     > clone-compiler clone-typedefs clone-asjs update.versions
> >     >     >
> >     >     > And then manually go to each repo and push the changes."
> >     >     >
> >     >     > Do you mean here that I need to run update.version target on
> > develop
> >     > or on
> >     >     > RC branch? I understand that we are jumping one version up,
> so
> > I
> >     > know that
> >     >     > probably need to be updated develop to 0.9.5-SNAPSHOT. Should
> > I do
> >     > any of
> >     >     > that operation on RC branch as well ?
> >     >     >
> >     >     > Thanks,
> >     >     > Piotr
> >     >     >
> >     >     > sob., 15 wrz 2018 o 07:21 Alex Harui
> <aharui@adobe.com.invalid
> > >
> >     >     > napisał(a):
> >     >     >
> >     >     >> Hi Piotr,
> >     >     >>
> >     >     >> I think I've figured out how to use maven-scm 1.10.0.  I
> have
> >     > switched
> >     >     >> the version of the release plugin to 3.0.0-SNAPSHOT.  You
> > will have
> >     > to
> >     >     >> build your own release plugin from sources.  The latest
> > published
> >     > snapshot
> >     >     >> is not based on the latest sources so we have to build it
> >     > ourselves.  I
> >     >     >> have added an Ant task to releasecandidate.xml called
> >     >     >> maven-release-plugin.  So, I would recommend starting with
> an
> > empty
> >     > folder
> >     >     >> with just local.properties and the latest
> > releasecandidate.xml and
> >     > running:
> >     >     >>
> >     >     >>     Ant -f releasecandidate.xml -Drelease.version=0.9.4
> -Drc=1
> >     >     >> maven-release-plugin
> >     >     >>
> >     >     >> When that succeeds (it worked first try for me), then run:
> >     >     >>
> >     >     >>     Ant -f releasecandidate.xml -Drelease.version=0.9.4
> -Drc=1
> >     >     >> make_branches
> >     >     >>
> >     >     >> I tried it with a dry run (by uncommenting the
> > pushChanges=false)
> >     > and it
> >     >     >> worked for me on Windows from PowerShell.
> >     >     >>
> >     >     >> I also ran the update.versions target.  It turns out I
> needed
> > to run
> >     >     >> several targets first from the empty folder:
> >  use_develop_branch
> >     >     >> clone-compiler clone-typedefs clone-asjs update.versions
> >     >     >>
> >     >     >> And then manually go to each repo and push the changes.
> >     >     >>
> >     >     >> Hopefully you will be able to use the make_branches to
> update
> > the
> >     > maven
> >     >     >> poms to 0.9 4-SNAPSHOT and then proceed with the
> > releasecandidate.
> >     >     >>
> >     >     >> Good luck!
> >     >     >> -Alex
> >     >     >>
> >     >     >> On 9/14/18, 9:25 AM, "Alex Harui" <aharui@adobe.com.INVALID
> >
> > wrote:
> >     >     >>
> >     >     >>     OK.  But by specifying setting-template you are giving
> it
> >     > different
> >     >     >> startup property values.  IMO, best test is to run the same
> > thing
> >     > on your
> >     >     >> command line that Ant is trying to run.
> >     >     >>
> >     >     >>     -Alex
> >     >     >>
> >     >     >>     On 9/14/18, 9:13 AM, "Piotr Zarzycki" <
> >     > piotrzarzycki21@gmail.com>
> >     >     >> wrote:
> >     >     >>
> >     >     >>         Alex,
> >     >     >>
> >     >     >>         You understand it me wrong. I don't skip tests when
> > I'm
> >     > trying to
> >     >     >> create
> >     >     >>         release candidate. This command is test command - I
> > run it
> >     > just
> >     >     >> to check
> >     >     >>         what pure Maven build download for me - not
> connected
> > with
> >     > ant at
> >     >     >> all.
> >     >     >>
> >     >     >>         Thanks,
> >     >     >>         Piotr
> >     >     >>
> >     >     >>         pt., 14 wrz 2018 o 18:09 Alex Harui
> >     > <ah...@adobe.com.invalid>
> >     >     >> napisał(a):
> >     >     >>
> >     >     >>         > Ant does not specify to use settings-template.  I
> > never
> >     > specify
> >     >     >> that
> >     >     >>         > anymore when running Maven from the command-line.
> >     >     >>         >
> >     >     >>         > FWIW, I think you should not skip tests or rat
> when
> >     > trying to
> >     >     >> create a
> >     >     >>         > release candidate.
> >     >     >>         >
> >     >     >>         > Ant uses a "mvn" variable when trying to launch
> > Maven so
> >     > you can
> >     >     >>         > -Dmvn=<some other path> although I don't think you
> > can add
> >     >     >> other options to
> >     >     >>         > that variable.
> >     >     >>         >
> >     >     >>         > I guess I will try this out myself on Windows.
> >     >     >>         >
> >     >     >>         > HTH
> >     >     >>         > -Alex
> >     >     >>         >
> >     >     >>         > On 9/14/18, 9:02 AM, "Piotr Zarzycki" <
> >     >     >> piotrzarzycki21@gmail.com> wrote:
> >     >     >>         >
> >     >     >>         >     For the tests I run in command line following:
> > mvn -s
> >     >     >>         > settings-template.xml
> >     >     >>         >     -DskipTests -Drat.skip=true clean install - It
> > uses my
> >     >     >> Apache Maven
> >     >     >>         > 3.5.4.
> >     >     >>         >     I would be surprised that Ant run some other
> > Maven - I
> >     >     >> don't have any
> >     >     >>         > other
> >     >     >>         >     installed in my system. I will check as you
> > propose
> >     > from
> >     >     >> Ant.
> >     >     >>         >
> >     >     >>         >
> >     >     >>         >     pt., 14 wrz 2018 o 17:54 Alex Harui
> >     >     >> <ah...@adobe.com.invalid>
> >     >     >>         > napisał(a):
> >     >     >>         >
> >     >     >>         >     > The Ant script runs (on Windows) whatever
> > mvn.cmd
> >     > maps to
> >     >     >> in the
> >     >     >>         > PATH.
> >     >     >>         >     > What are you typing on the command-line to
> run
> >     > Maven?
> >     >     >>         >     >
> >     >     >>         >     > There are some options for Ant that print
> out
> > more
> >     > info
> >     >     >> or you might
> >     >     >>         > add
> >     >     >>         >     > some other commands to the Ant script to
> help
> >     > figure out
> >     >     >> what
> >     >     >>         > mvn.cmd it is
> >     >     >>         >     > running.  On Windows, I think you can run
> > "where
> >     > mvn.cmd"
> >     >     >> to see
> >     >     >>         > what it is
> >     >     >>         >     > picking up.
> >     >     >>         >     >
> >     >     >>         >     > HTH,
> >     >     >>         >     > -Alex
> >     >     >>         >     >
> >     >     >>         >     >
> >     >     >>         >     > On 9/14/18, 8:05 AM, "Piotr Zarzycki" <
> >     >     >> piotrzarzycki21@gmail.com>
> >     >     >>         > wrote:
> >     >     >>         >     >
> >     >     >>         >     >     I have spent on that again a bunch of
> > time and
> >     >     >> something is
> >     >     >>         > really
> >     >     >>         >     > weird
> >     >     >>         >     >     happen. I've figure out that if Maven is
> > using
> >     > scm
> >     >     >> and we won't
> >     >     >>         > specify
> >     >     >>         >     >     inside pluginManagement tag what version
> > of scm
> >     > is
> >     >     >> used - It will
> >     >     >>         >     > download
> >     >     >>         >     >     some older one.
> >     >     >>         >     >
> >     >     >>         >     >     However there is something wrong on the
> > line
> >     > between
> >     >     >>         >     > releasecandidate.xml
> >     >     >>         >     >     and Maven.
> >     >     >>         >     >
> >     >     >>         >     >     1) If I run build of royale-compiler
> > using cmd
> >     > or
> >     >     >> even from
> >     >     >>         > Intellij -
> >     >     >>         >     > scm
> >     >     >>         >     >     1.10.0 is being downloaded - correct
> one.
> >     >     >>         >     >     2) If I run release process using
> >     >     >> releasecandidate.xml there is
> >     >     >>         > being
> >     >     >>         >     >     downloaded 1.9.4
> >     >     >>         >     >
> >     >     >>         >     >     Any idea why it could happen like that ?
> > This
> >     > file
> >     >     >>         >     > releasecandidate.xml is
> >     >     >>         >     >     used to just launch Maven build, why old
> > scm is
> >     > being
> >     >     >>         > downloaded?!
> >     >     >>         >     >
> >     >     >>         >     >     Thanks,
> >     >     >>         >     >     Piotr
> >     >     >>         >     >
> >     >     >>         >     >     czw., 13 wrz 2018 o 21:43 Alex Harui
> >     >     >> <ah...@adobe.com.invalid>
> >     >     >>         >     > napisał(a):
> >     >     >>         >     >
> >     >     >>         >     >     > I think the console output will show
> > what
> >     > versions
> >     >     >> of plugins
> >     >     >>         > are
> >     >     >>         >     >     > downloaded. You can also check out the
> > local
> >     > maven
> >     >     >> cache.
> >     >     >>         >     >     >
> >     >     >>         >     >     > Get Outlook for Android<
> >     >     >>         >     >
> >     >     >>         >
> >     >     >>
> >     >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Faka.ms%2Fghei36&amp;data=02%7C01%7Caharui%40adobe.com%7Cb4f3681be8ee401a9edb08d61c7cd8a8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636727719873623282&amp;sdata=%2BCfU%2B2Hg73Nr3bm%2FoAhf2%2B%2BbtrL9fCclN7whFIyr1B8%3D&amp;reserved=0
> >     >     >>         >     > >
> >     >     >>         >     >     >
> >     >     >>         >     >     > ________________________________
> >     >     >>         >     >     > From: Piotr Zarzycki <
> >     > piotrzarzycki21@gmail.com>
> >     >     >>         >     >     > Sent: Thursday, September 13, 2018
> > 11:02:29 AM
> >     >     >>         >     >     > To: dev@royale.apache.org
> >     >     >>         >     >     > Subject: Re: [Discuss] Start release
> > process
> >     > 0.9.3
> >     >     >>         >     >     >
> >     >     >>         >     >     > Unfortunately I don't know how to
> check
> > that.
> >     > I can
> >     >     >> check only
> >     >     >>         >     > "Effective
> >     >     >>         >     >     > Pom" - Intellij is able to show me
> what
> > is
> >     > behind
> >     >     >> the stage in
> >     >     >>         >     > specific
> >     >     >>         >     >     > pom. This is how it looks like for
> main
> > pom in
> >     >     >> royale-asjs ->
> >     >     >>         >     >     >
> >     >     >>         >     >     >
> >     >     >>         >     >
> >     >     >>         >
> >     >     >>
> >     >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FeVmK&amp;data=02%7C01%7Caharui%40adobe.com%7Cb4f3681be8ee401a9edb08d61c7cd8a8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636727719873623282&amp;sdata=lU0LNypNyfW1BS0%2BtPzmr0d8haiC4AotMKQrfpMWvv8%3D&amp;reserved=0
> >     >     >>         >     >     >
> >     >     >>         >     >     > Piotr
> >     >     >>         >     >     >
> >     >     >>         >     >     >
> >     >     >>         >     >     >
> >     >     >>         >     >     > czw., 13 wrz 2018 o 19:42 Alex Harui
> >     >     >> <aharui@adobe.com.invalid
> >     >     >>         > >
> >     >     >>         >     >     > napisał(a):
> >     >     >>         >     >     >
> >     >     >>         >     >     > > Is maven using scm 1.10?
> >     >     >>         >     >     > >
> >     >     >>         >     >     > > Get Outlook for Android<
> >     >     >>         >     >     >
> >     >     >>         >     >
> >     >     >>         >
> >     >     >>
> >     >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Faka.ms%2Fghei36&amp;data=02%7C01%7Caharui%40adobe.com%7Cb4f3681be8ee401a9edb08d61c7cd8a8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636727719873623282&amp;sdata=%2BCfU%2B2Hg73Nr3bm%2FoAhf2%2B%2BbtrL9fCclN7whFIyr1B8%3D&amp;reserved=0
> >     >     >>         >     >     > >
> >     >     >>         >     >     > >
> >     >     >>         >     >     > > ________________________________
> >     >     >>         >     >     > > From: Piotr Zarzycki <
> >     > piotrzarzycki21@gmail.com>
> >     >     >>         >     >     > > Sent: Thursday, September 13, 2018
> > 8:55:29
> >     > AM
> >     >     >>         >     >     > > To: dev@royale.apache.org
> >     >     >>         >     >     > > Subject: Re: [Discuss] Start release
> >     > process 0.9.3
> >     >     >>         >     >     > >
> >     >     >>         >     >     > > I'm unable to use
> > releasecandidate.xml and
> >     >     >> prepare that
> >     >     >>         > release
> >     >     >>         >     > using
> >     >     >>         >     >     > that
> >     >     >>         >     >     > > script. It's failing constantly,
> > despite my
> >     >     >> attempt of
> >     >     >>         > update scm.
> >     >     >>         >     >     > Failing
> >     >     >>         >     >     > > is happen only on royale-asjs.
> >     >     >>         >     >     > >
> >     >     >>         >     >     > > I see only option to prepare that
> > release
> >     >     >> manually.
> >     >     >>         >     >     > >
> >     >     >>         >     >     > > Thanks,
> >     >     >>         >     >     > > Piotr
> >     >     >>         >     >     > >
> >     >     >>         >     >     > > czw., 13 wrz 2018 o 10:47 Alex Harui
> >     >     >>         > <ah...@adobe.com.invalid>
> >     >     >>         >     >     > > napisał(a):
> >     >     >>         >     >     > >
> >     >     >>         >     >     > > > Yes, that might work.  But you
> also
> > have
> >     > to run
> >     >     >> the
> >     >     >>         >     > update.version
> >     >     >>         >     >     > target
> >     >     >>         >     >     > > > in Ant.  It looks like I didn't
> > write
> >     > about it
> >     >     >> in the
> >     >     >>         > wiki.  I
> >     >     >>         >     > think
> >     >     >>         >     >     > the
> >     >     >>         >     >     > > > command would be something like:
> >     >     >>         >     >     > > >
> >     >     >>         >     >     > > >   Ant -f releasecandidate.xml
> >     > update.version
> >     >     >>         >     > -Drelease.version=0.9.3
> >     >     >>         >     >     > > >
> >     >     >>         >     >     > > > I think it will ask you for the
> next
> >     > version to
> >     >     >> use.  I'm
> >     >     >>         > done
> >     >     >>         >     > working
> >     >     >>         >     >     > > for
> >     >     >>         >     >     > > > today, so good luck.
> >     >     >>         >     >     > > >
> >     >     >>         >     >     > > > HTH,
> >     >     >>         >     >     > > > -Alex
> >     >     >>         >     >     > > >
> >     >     >>         >     >     > > > On 9/13/18, 12:52 AM, "Piotr
> > Zarzycki" <
> >     >     >>         >     > piotrzarzycki21@gmail.com>
> >     >     >>         >     >     > > wrote:
> >     >     >>         >     >     > > >
> >     >     >>         >     >     > > >     Alex,
> >     >     >>         >     >     > > >
> >     >     >>         >     >     > > >     By that do you mean that I
> > basically
> >     > should
> >     >     >> go two
> >     >     >>         > times
> >     >     >>         >     > with third
> >     >     >>         >     >     > > > step of
> >     >     >>         >     >     > > >     your release steps ? It will
> > give the
> >     >     >> results I think
> >     >     >>         > so.
> >     >     >>         >     >     > > >
> >     >     >>         >     >     > > >     [1]
> >     >     >>         >     >     > > >
> >     >     >>         >     >     > > >
> >     >     >>         >     >     > >
> >     >     >>         >     >     >
> >     >     >>         >     >
> >     >     >>         >
> >     >     >>
> >     >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FRelease-Manager-Notes%23release-steps&amp;data=02%7C01%7Caharui%40adobe.com%7Cb4f3681be8ee401a9edb08d61c7cd8a8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636727719873633300&amp;sdata=uns5ytN4XDOzv1Mb8U3ol%2FS49h10NXq34%2FOtRdfzgfs%3D&amp;reserved=0
> >     >     >>         >     >     > > >
> >     >     >>         >     >     > > >     Thanks,
> >     >     >>         >     >     > > >     Piotr
> >     >     >>         >     >     > > >
> >     >     >>         >     >     > > >     czw., 13 wrz 2018 o 09:46 Alex
> > Harui
> >     >     >>         >     > <ah...@adobe.com.invalid>
> >     >     >>         >     >     > > > napisał(a):
> >     >     >>         >     >     > > >
> >     >     >>         >     >     > > >     > I also noticed that there
> are
> > lots
> >     > of
> >     >     >> references to
> >     >     >>         > 0.9.3
> >     >     >>         >     > in the
> >     >     >>         >     >     > > > repo.  If
> >     >     >>         >     >     > > >     > we want to use 0.9.4 as the
> > version
> >     >     >> number, I think
> >     >     >>         > you
> >     >     >>         >     > will have
> >     >     >>         >     >     > > to
> >     >     >>         >     >     > > > run
> >     >     >>         >     >     > > >     > the update.version target in
> >     >     >> releasecandidate.xml and
> >     >     >>         >     > update the
> >     >     >>         >     >     > > > Maven poms
> >     >     >>         >     >     > > >     > as well.   We've never
> really
> > tried
> >     > to
> >     >     >> skip a version
> >     >     >>         >     > number
> >     >     >>         >     >     > > before,
> >     >     >>         >     >     > > > so not
> >     >     >>         >     >     > > >     > exactly sure what needs to
> be
> >     > done.  One
> >     >     >> way that
> >     >     >>         > might
> >     >     >>         >     > work to
> >     >     >>         >     >     > > > update
> >     >     >>         >     >     > > >     > Maven poms is to create the
> > release
> >     >     >> branches.  That
> >     >     >>         > should
> >     >     >>         >     > update
> >     >     >>         >     >     > > the
> >     >     >>         >     >     > > >     > version numbers in the
> develop
> >     > branch.
> >     >     >> Then toss the
> >     >     >>         >     > release
> >     >     >>         >     >     > > branch
> >     >     >>         >     >     > > >     > without reverting and create
> > another
> >     >     >> release
> >     >     >>         > branch.  That
> >     >     >>         >     > should
> >     >     >>         >     >     > > > update
> >     >     >>         >     >     > > >     > the version numbers in
> > develop to
> >     >     >> 0.9.5-SNAPSHOT
> >     >     >>         > which is
> >     >     >>         >     > what we
> >     >     >>         >     >     > > > want, and
> >     >     >>         >     >     > > >     > the release branches should
> > have
> >     > 0.9.4.
> >     >     >>         >     >     > > >     >
> >     >     >>         >     >     > > >     > HTH,
> >     >     >>         >     >     > > >     > -Alex
> >     >     >>         >     >     > > >     >
> >     >     >>         >     >     > > >     > On 9/12/18, 2:18 PM, "Alex
> > Harui"
> >     >     >>         > <aharui@adobe.com.INVALID
> >     >     >>         >     > >
> >     >     >>         >     >     > > wrote:
> >     >     >>         >     >     > > >     >
> >     >     >>         >     >     > > >     >     The console output
> should
> >     > include
> >     >     >> what version of
> >     >     >>         >     > plugins are
> >     >     >>         >     >     > > >     > downloaded.
> >     >     >>         >     >     > > >     >
> >     >     >>         >     >     > > >     >     Get Outlook for Android<
> >     >     >>         >     >     > > >     >
> >     >     >>         >     >     > > >
> >     >     >>         >     >     > >
> >     >     >>         >     >     >
> >     >     >>         >     >
> >     >     >>         >
> >     >     >>
> >     >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Faka.ms%2Fghei36&amp;data=02%7C01%7Caharui%40adobe.com%7Cb4f3681be8ee401a9edb08d61c7cd8a8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636727719873633300&amp;sdata=9f87scY29nhZxBOLs8QigBmBad87mVwp08CxaBhMu0c%3D&amp;reserved=0
> >     >     >>         >     >     > > >     > >
> >     >     >>         >     >     > > >     >
> >     >     >>         >     >     > > >     >
> >  ________________________________
> >     >     >>         >     >     > > >     >     From: Piotr Zarzycki <
> >     >     >> piotrzarzycki21@gmail.com>
> >     >     >>         >     >     > > >     >     Sent: Wednesday,
> > September 12,
> >     > 2018
> >     >     >> 9:54:04 AM
> >     >     >>         >     >     > > >     >     To:
> dev@royale.apache.org
> >     >     >>         >     >     > > >     >     Subject: Re: [Discuss]
> > Start
> >     > release
> >     >     >> process
> >     >     >>         > 0.9.3
> >     >     >>         >     >     > > >     >
> >     >     >>         >     >     > > >     >     That's not good, because
> > I was
> >     >     >> updated that
> >     >     >>         > stuff. It
> >     >     >>         >     > looks
> >     >     >>         >     >     > > like
> >     >     >>         >     >     > > > it
> >     >     >>         >     >     > > >     > didn't
> >     >     >>         >     >     > > >     >     work well. Let me
> > investigate
> >     > more
> >     >     >> scm plugin
> >     >     >>         > stuff
> >     >     >>         >     > and I'm
> >     >     >>         >     >     > > > reverting
> >     >     >>         >     >     > > >     >     current changes.
> >     >     >>         >     >     > > >     >
> >     >     >>         >     >     > > >     >     Thanks!
> >     >     >>         >     >     > > >     >
> >     >     >>         >     >     > > >     >     śr., 12 wrz 2018 o 18:39
> > Alex
> >     > Harui
> >     >     >>         >     > <aharui@adobe.com.invalid
> >     >     >>         >     >     > >
> >     >     >>         >     >     > > >     > napisał(a):
> >     >     >>         >     >     > > >     >
> >     >     >>         >     >     > > >     >     > That error implies
> that
> >     > maven-scm
> >     >     >> 1.10.0 is not
> >     >     >>         >     > being used.
> >     >     >>         >     >     > > > Some
> >     >     >>         >     >     > > >     > older
> >     >     >>         >     >     > > >     >     > version is.  I
> couldn't
> >     > figure out
> >     >     >> from reading
> >     >     >>         >     > Maven doc
> >     >     >>         >     >     > > > exactly
> >     >     >>         >     >     > > >     > how to
> >     >     >>         >     >     > > >     >     > control that.  We
> might
> > need
> >     > to
> >     >     >> specify it in
> >     >     >>         > the
> >     >     >>         >     > main pom,
> >     >     >>         >     >     > > > but I was
> >     >     >>         >     >     > > >     >     > hoping that if you
> used
> > the
> >     > latest
> >     >     >> Maven it
> >     >     >>         > would
> >     >     >>         >     >     > > automatically
> >     >     >>         >     >     > > >     > bring in
> >     >     >>         >     >     > > >     >     > that version.
> >     >     >>         >     >     > > >     >     >
> >     >     >>         >     >     > > >     >     > Regarding canceling an
> > RC:
> >     > the Ant
> >     >     >> scripts
> >     >     >>         > have
> >     >     >>         >     > targets
> >     >     >>         >     >     > that
> >     >     >>         >     >     > > > run
> >     >     >>         >     >     > > >     > other
> >     >     >>         >     >     > > >     >     > targets that have
> > bunches of
> >     > Ant
> >     >     >> commands.  So
> >     >     >>         > when
> >     >     >>         >     >     > something
> >     >     >>         >     >     > > > fails,
> >     >     >>         >     >     > > >     > and
> >     >     >>         >     >     > > >     >     > you re-start from some
> > Ant
> >     > target,
> >     >     >> it is
> >     >     >>         > expecting
> >     >     >>         >     > certain
> >     >     >>         >     >     > > > starting
> >     >     >>         >     >     > > >     >     > conditions.  So
> > sometimes you
> >     > have
> >     >     >> to revert
> >     >     >>         > commits
> >     >     >>         >     > or
> >     >     >>         >     >     > > delete
> >     >     >>         >     >     > > > the
> >     >     >>         >     >     > > >     > branch
> >     >     >>         >     >     > > >     >     > and tags or sometimes
> > you just
> >     >     >> delete the
> >     >     >>         > working
> >     >     >>         >     > copy.  It
> >     >     >>         >     >     > > > depends
> >     >     >>         >     >     > > >     > where
> >     >     >>         >     >     > > >     >     > you are starting from.
> > There
> >     > are
> >     >     >> some Ant
> >     >     >>         > tasks
> >     >     >>         >     > that start
> >     >     >>         >     >     > > at
> >     >     >>         >     >     > > >     > certain
> >     >     >>         >     >     > > >     >     > points (like after
> >     > royale-compiler
> >     >     >> and
> >     >     >>         >     > royale-typedefs have
> >     >     >>         >     >     > > > been
> >     >     >>         >     >     > > >     > completed)
> >     >     >>         >     >     > > >     >     > but it isn't so fine
> > grain
> >     > that you
> >     >     >> can start
> >     >     >>         >     > exactly from
> >     >     >>         >     >     > > the
> >     >     >>         >     >     > > > point
> >     >     >>         >     >     > > >     > of
> >     >     >>         >     >     > > >     >     > failure.
> >     >     >>         >     >     > > >     >     >
> >     >     >>         >     >     > > >     >     > HTH,
> >     >     >>         >     >     > > >     >     > -Alex
> >     >     >>         >     >     > > >     >     >
> >     >     >>         >     >     > > >     >     > On 9/12/18, 8:46 AM,
> > "Piotr
> >     >     >> Zarzycki" <
> >     >     >>         >     >     > > > piotrzarzycki21@gmail.com>
> >     >     >>         >     >     > > >     > wrote:
> >     >     >>         >     >     > > >     >     >
> >     >     >>         >     >     > > >     >     >     I got fail on
> > royale-asjs
> >     > repo
> >     >     >> ->
> >     >     >>         >     >     > > >     >     >
> >     >     >>         >     >     > > >     >
> >     >     >>         >     >     > > >
> >     >     >>         >     >     > >
> >     >     >>         >     >     >
> >     >     >>         >     >
> >     >     >>         >
> >     >     >>
> >     >
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FBzVx&amp;data=02%7C01%7Caharui%40adobe.com%7Cb4f3681be8ee401a9edb08d61c7cd8a8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636727719873633300&amp;sdata=fD1%2Fqew4nUN%2Fp3%2BG710CCW8HMgpGpJCQmNG7noF9d4w%3D&amp;reserved=0
> >     >     >>         >     >     > > >     >     >
> >     >     >>         >     >     > > >     >     >     I don't understand
> > one
> >     > thing
> >     >     >> from the
> >     >     >>         >     > instruction.
> >     >     >>         >     >     > Since
> >     >     >>         >     >     > > >     > something
> >     >     >>         >     >     > > >     >     > failed
> >     >     >>         >     >     > > >     >     >     during branch
> > creation I
> >     > need
> >     >     >> to revert
> >     >     >>         > changes.
> >     >     >>         >     >     > Probably
> >     >     >>         >     >     > > > remove
> >     >     >>         >     >     > > >     >     > branches
> >     >     >>         >     >     > > >     >     >     and revert
> > everything in
> >     >     >> develop. - Yes ?
> >     >     >>         >     >     > > >     >     >
> >     >     >>         >     >     > > >     >     >     Instruction is
> > saying in
> >     >     >> Canceling RC: "To
> >     >     >>         >     > cancel an RC
> >     >     >>         >     >     > > and
> >     >     >>         >     >     > > >     > generate a
> >     >     >>         >     >     > > >     >     > new
> >     >     >>         >     >     > > >     >     >     RC, you have to
> > revert
> >     > certain
> >     >     >> changes that
> >     >     >>         >     > Maven made
> >     >     >>         >     >     > to
> >     >     >>         >     >     > > > the
> >     >     >>         >     >     > > >     > release
> >     >     >>         >     >     > > >     >     >     branch." - Why
> only
> >     > release
> >     >     >> branch ?
> >     >     >>         >     >     > > >     >     >
> >     >     >>         >     >     > > >     >     >     Should I not
> remove
> >     > release
> >     >     >> branch ?
> >     >     >>         >     >     > > >     >     >
> >     >     >>         >     >     > > >     >     >     Thanks,
> >     >     >>         >     >     > > >     >     >     Piotr
> >     >     >>         >     >     > > >     >     >
> >     >     >>         >     >     > > >     >     >     śr., 12 wrz 2018 o
> > 17:38
> >     > Piotr
> >     >     >> Zarzycki <
> >     >     >>         >     >     > > >     > piotrzarzycki21@gmail.com>
> >     >     >>         >     >     > > >     >     >     napisał(a):
> >     >     >>         >     >     > > >     >     >
> >     >     >>         >     >     > > >     >     >     > I just tried it
> > from
> >     > Git Bash
> >     >     >> and
> >     >     >>         > something
> >     >     >>         >     > started
> >     >     >>         >     >     > to
> >     >     >>         >     >     > > > work :)
> >     >     >>         >     >     > > >     >     >     >
> >     >     >>         >     >     > > >     >     >     > śr., 12 wrz 2018
> > o 17:36
> >     >     >> Piotr Zarzycki <
> >     >     >>         >     >     > > >     > piotrzarzycki21@gmail.com>
> >     >     >>         >     >     > > >     >     >     > napisał(a):
> >     >     >>         >     >     > > >     >     >     >
> >     >     >>         >     >     > > >     >     >     >> I just go
> > through SSH
> >     >     >> instruction again
> >     >     >>         > and
> >     >     >>         >     > re-added
> >     >     >>         >     >     > > > rsa key
> >     >     >>         >     >     > > >     > to
> >     >     >>         >     >     > > >     >     > GitHub,
> >     >     >>         >     >     > > >     >     >     >> but no luck so
> > far.
> >     >     >>         >     >     > > >     >     >     >>
> >     >     >>         >     >     > > >     >     >     >> śr., 12 wrz
> 2018
> > o
> >     > 17:36
> >     >     >> Piotr Zarzycki
> >     >     >>         > <
> >     >     >>         >     >     > > >     > piotrzarzycki21@gmail.com>
> >     >     >>         >     >     > > >     >     >     >> napisał(a):
> >     >     >>         >     >     > > >     >     >     >>
> >     >     >>         >     >     > > >     >     >     >>> Yes - I have
> > exactly
> >     > two
> >     >     >> files there -
> >     >     >>         > the
> >     >     >>         >     > same as
> >     >     >>         >     >     > > you.
> >     >     >>         >     >     > > >     >     >     >>>
> >     >     >>         >     >     > > >     >     >     >>> śr., 12 wrz
> > 2018 o
> >     > 17:34
> >     >     >> Alex Harui
> >     >     >>         >     >     > > > <aharui@adobe.com.invalid
> >     >     >>         >     >     > > >     > >
> >     >     >>         >     >     > > >     >     >     >>> napisał(a):
> >     >     >>         >



-- 
Carlos Rovira
http://about.me/carlosrovira

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Piotr Zarzycki <pi...@gmail.com>.
We are releasing from specific commit. The problem is laying out on setup
appropriate values for ANT build and Maven build. This is where all
failing.
All the problem is happening because we need omit one version, cause npm
was updated with 0.9.3 - Not sure why.

Update of version should happen automatically and releasecandidate script
is doing that. I don't know now what to do:

1. Update develop branch from 0.9.4-SNAPSHOT to 0.9.5-SNAPSHOT
2. Update release/0.9.4 to 0.9.4
3. Deploy maven artifacts to staging area

All of that things are complex because we need to skip one version. I'm the
second release manager (after Om) who gave up with whole process.

Piotr

śr., 19 wrz 2018 o 10:59 Carlos Rovira <ca...@apache.org> napisał(a):

> Hi Olaf,
>
> hehe, I think we overlap and mostly said the same ;-)
> for me that's the right way.
> Thanks
>
>
>
> El mié., 19 sept. 2018 a las 10:57, Olaf Krueger (<ma...@olafkrueger.net>)
> escribió:
>
> > > I think there should be some rules where during release process
> > committing
> > > to develop is stopped.
> >
> > What do you think about creating a "release/v0.9.x" branch which has to
> be
> > merged back to master and dev after the release is done instead of doing
> > the
> > release from dev?
> >
> > Thanks for doing all the hard work, keep it up!!!
> >
> > Olaf
> >
> >
> >
> >
> >
> > --
> > Sent from: http://apache-royale-development.20373.n8.nabble.com/
> >
>
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Carlos Rovira <ca...@apache.org>.
Hi Olaf,

hehe, I think we overlap and mostly said the same ;-)
for me that's the right way.
Thanks



El mié., 19 sept. 2018 a las 10:57, Olaf Krueger (<ma...@olafkrueger.net>)
escribió:

> > I think there should be some rules where during release process
> committing
> > to develop is stopped.
>
> What do you think about creating a "release/v0.9.x" branch which has to be
> merged back to master and dev after the release is done instead of doing
> the
> release from dev?
>
> Thanks for doing all the hard work, keep it up!!!
>
> Olaf
>
>
>
>
>
> --
> Sent from: http://apache-royale-development.20373.n8.nabble.com/
>


-- 
Carlos Rovira
http://about.me/carlosrovira

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

Posted by Olaf Krueger <ma...@olafkrueger.net>.
> I think there should be some rules where during release process committing 
> to develop is stopped. 

What do you think about creating a "release/v0.9.x" branch which has to be
merged back to master and dev after the release is done instead of doing the
release from dev?

Thanks for doing all the hard work, keep it up!!!

Olaf





--
Sent from: http://apache-royale-development.20373.n8.nabble.com/