Hi,

thanks Josh and Alex for your help on this. I finally get the approve xml
method to work on my machine :)

I need to :
- Use the latest Aprove xml
- remove my AIR_HOME and FLASH (player and debugger) env vars.
- and use the settings provided by Piotr. Although I'm making a new try now
with my own setting to see if that is not needed trying to understand
finally what's really needed or not.

Since the process is long (more than 50' in my machine, I'll probably
report here tomorrow if this final experiement finally worked :).


El jue., 26 sept. 2019 a las 23:47, Alex Harui (<aha...@adobe.com.invalid>)
escribió:

> Thanks for trying it.  I just updated the ApproveRoyale.xml linked to in
> the vote thread to try to eliminate people getting the wrong one..
>
> -Alex
>
> On 9/26/19, 1:48 PM, "Josh Tynjala" <joshtynj...@bowlerhat.dev> wrote:
>
>     Thank you, Alex! I tried your changes with adobe/royale artifacts
> deleted
>     from .m2, and I was able to get through both js and js-swf builds
>     successfully.
>
>     Carlos, I think that these changes will allow you to get through the
>     process now too.
>
>     For everyone's convenience, here's a link to the latest
> ApproveRoyale.xml
>     script for 0.9.6:
>
>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fblob%2Frelease%2F0.9.6%2FApproveRoyale.xml&amp;data=02%7C01%7Caharui%40adobe.com%7C42a3ce7a5d684b82c6c108d742c2ce68%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637051276838990699&amp;sdata=djQYfxCvBrh5dkSnZI7ocryl515uHvkLk7qkXOFy2WQ%3D&amp;reserved=0
>
>     Use this one instead of the one linked from the [VOTE] thread. Just to
> be
>     clear, since ApproveRoyale.xml is a convenience script for PMC members
> to
>     aid with the release voting process, and not something that end users
> or
>     potential contributors need to use, these latest changes to
>     ApproveRoyale.xml don't require the creation of a new RC.
>
>     --
>     Josh Tynjala
>     Bowler Hat LLC <
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C42a3ce7a5d684b82c6c108d742c2ce68%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637051276838990699&amp;sdata=I4Hl9o57gg8F3Yk3TlzTYQE3eJTYFLdzj7xsfpgPfnw%3D&amp;reserved=0
> >
>
>
>     On Thu, Sep 26, 2019 at 11:34 AM Alex Harui <aha...@adobe.com.invalid>
>     wrote:
>
>     > Yeah, I just saw that myself.  That's because I didn't merge in my
> changes
>     > correctly.  I just pushed one that seems to be working better.
>     >
>     > -Alex
>     >
>     > On 9/26/19, 10:27 AM, "Josh Tynjala" <joshtynj...@bowlerhat.dev>
> wrote:
>     >
>     >     Thanks, Alex. The ApproveRoyale.mxml from the latest
> release/0.9.6 is
>     >     working for me if I delete all adobe/royale artifacts from my
> .m2, and
>     > if I
>     >     omit -Duse-flash=true. However, with -Duse-flash=true, I'm seeing
>     > compiler
>     >     errors when Maven tries to build the SWF version of Binding.swc.
>     >
>     >     A couple of examples of the errors (there are many more):
>     >
>     >
>     >
> /Users/joshtynjala/Desktop/royale/apache-royale-0.9.6-maven-src/royale-asjs/frameworks/projects/Binding/src/main/royale/org/apache/royale/binding/ApplicationDataBinding.as(23):
>     >     col: 12 Warning: Definition org.apache.royale.core.IBinding
> could not
>     > be
>     >     found.
>     >
>     >         import org.apache.royale.core.IBinding;
>     >                ^
>     >
>     >
>     >
> /Users/joshtynjala/Desktop/royale/apache-royale-0.9.6-maven-src/royale-asjs/frameworks/projects/Binding/src/main/royale/org/apache/royale/binding/ApplicationDataBinding.as(27):
>     >     col: 12 Warning: Definition org.apache.royale.core.IBead could
> not be
>     > found.
>     >
>     >         import org.apache.royale.core.IBead;
>     >                ^
>     >
>     >     Could it be because you removed the asjs_mvn_defines from
>     > ApproveRoyale.xml
>     >     in your new commit that added inputstring="Yes"? I added that
> back in,
>     > and
>     >     my change seemed to allow me to finish the script successfully
> with
>     >     -Duse-flash=true.
>     >
>     >     --
>     >     Josh Tynjala
>     >     Bowler Hat LLC <
>     >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C42a3ce7a5d684b82c6c108d742c2ce68%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637051276838990699&amp;sdata=I4Hl9o57gg8F3Yk3TlzTYQE3eJTYFLdzj7xsfpgPfnw%3D&amp;reserved=0
>     > >
>     >
>     >
>     >     On Thu, Sep 26, 2019 at 12:47 AM Alex Harui
> <aha...@adobe.com.invalid>
>     >     wrote:
>     >
>     >     > Looks like I missed a commit.  I just pushed the
> ApproveRoyale.xml I
>     > was
>     >     > using to the release branch.
>     >     >
>     >     > Try that one and see if it works better.  It shouldn't require
> the
>     >     > workaround you used.
>     >     >
>     >     > Thanks,
>     >     > -Alex
>     >     >
>     >     > On 9/25/19, 4:16 PM, "Josh Tynjala" <joshtynj...@bowlerhat.dev
> >
>     > wrote:
>     >     >
>     >     >     To get the system property working with ApproveRoyale.xml,
> I
>     > added the
>     >     >     following line to each of the mvn commands in my local
> copy of
>     >     >     ApproveRoyale.xml:
>     >     >
>     >     >     <arg
>     >     >
>     >     >
>     >
> value="-Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=499700b6"/>
>     >     >
>     >     >     This should work for anyone using Bash's yes command to
> quickly
>     >     > approve the
>     >     >     license headers (after you've already done it once
> manually, of
>     >     > course).
>     >     >
>     >     >     yes | ant -e -f ApproveRoyale.xml -Drelease.version=0.9.6
> -Drc=3
>     >     >
>     >     >     --
>     >     >     Josh Tynjala
>     >     >     Bowler Hat LLC <
>     >     >
>     >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C42a3ce7a5d684b82c6c108d742c2ce68%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637051276838990699&amp;sdata=I4Hl9o57gg8F3Yk3TlzTYQE3eJTYFLdzj7xsfpgPfnw%3D&amp;reserved=0
>     >     > >
>     >     >
>     >     >
>     >     >     On Wed, Sep 25, 2019 at 2:58 PM Josh Tynjala <
>     >     > joshtynj...@bowlerhat.dev>
>     >     >     wrote:
>     >     >
>     >     >     > I deleted all com.adobe artifacts in my Maven .m2
> folder, and
>     > I can
>     >     > see
>     >     >     > the prompt to accept the license for the Adobe
> dependencies.
>     >     >     >
>     >     >     > The build output suggests that you can set a system
> property to
>     >     > accept the
>     >     >     > agreement, so I tried adding that property to my
> command, like
>     > this:
>     >     >     >
>     >     >     > ant -e -f ApproveRoyale.xml -Drelease.version=0.9.6
> -Drc=3
>     >     >     >
>     >     >
>     >
> -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=XXXXXXXX
>     >     >     >
>     >     >     > (Where XXXXXXXX is replaced by my real system ID)
>     >     >     >
>     >     >     > However, it still asked me to accept the agreement.
> Perhaps
>     > this
>     >     > system
>     >     >     > property isn't getting inherited by the Maven build.
>     >     >     >
>     >     >     > I am using the RC3 ApproveRoyale.xml linked from the Vote
>     > thread,
>     >     > and not
>     >     >     > an older one.
>     >     >     >
>     >     >     > --
>     >     >     > Josh Tynjala
>     >     >     > Bowler Hat LLC <
>     >     >
>     >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C42a3ce7a5d684b82c6c108d742c2ce68%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637051276838990699&amp;sdata=I4Hl9o57gg8F3Yk3TlzTYQE3eJTYFLdzj7xsfpgPfnw%3D&amp;reserved=0
>     >     > >
>     >     >     >
>     >     >     >
>     >     >     > On Wed, Sep 25, 2019 at 11:25 AM Carlos Rovira <
>     >     > carlosrov...@apache.org>
>     >     >     > wrote:
>     >     >     >
>     >     >     >> Hi
>     >     >     >> I tried in the meanwhile with your settings and enter
> in the
>     >     > endless loop
>     >     >     >> as in RC2
>     >     >     >>
>     >     >     >> I'll try to run now adding that to the command and
> report back
>     >     >     >>
>     >     >     >>
>     >     >     >> El mié., 25 sept. 2019 a las 18:59, Piotr Zarzycki (<
>     >     >     >> piotrzarzyck...@gmail.com>) escribió:
>     >     >     >>
>     >     >     >> > The same issue as it was previously. You are missing
>     > playerglobal
>     >     > - I
>     >     >     >> don't
>     >     >     >> > know why at all. You can try to switch to my settings
> -
>     > don't
>     >     > forget
>     >     >     >> update
>     >     >     >> > link to maven artifacts in it.
>     >     >     >> >
>     >     >     >> > I'm not sure also but maybe you should try to run
> approve
>     > script
>     >     > with
>     >     >     >> this
>     >     >     >> > one: -Dgenerate.swf.swcs=true and -DskipTests=true.
>     >     >     >> >
>     >     >     >> > śr., 25 wrz 2019 o 18:41 Carlos Rovira <
>     > carlosrov...@apache.org>
>     >     >     >> > napisał(a):
>     >     >     >> >
>     >     >     >> > > Hi,
>     >     >     >> > >
>     >     >     >> > > sorry to report that my try failed. I tried with
> clean
>     > .m2 and
>     >     > my own
>     >     >     >> > > settings.xml. Maybe I need to switch to the settings
>     > Piotr send
>     >     > to me?
>     >     >     >> > >
>     >     >     >> > > as well I used the instruction provided in email:
> ant -e
>     > -f
>     >     >     >> > > ApproveRoyale.xml -Drelease.version=0.9.6 -Drc=3
>     >     >     >> > >
>     >     >     >> > >
>     >     >     >> > > ache.org/maven2/org/antlr/antlr/3.4/antlr-3.4.jar
> (1.1
>     > MB at
>     >     > 2.7
>     >     >     >> > > MB/s)[INFO]
>     >     >     >> > >
>     >     >     >>
>     >     >
>     >
> ------------------------------------------------------------------------
>     >     >     >> > >
>     >     >     >> > > [INFO] Reactor Build Order:
>     >     >     >> > >
>     >     >     >> > > [INFO]
>     >     >     >> > >
>     >     >     >> > > [INFO] Apache Royale: Compiler: Parent
>     >     >     >> > > [pom]
>     >     >     >> > >
>     >     >     >> > > [INFO] Apache Royale: Compiler: Compiler-Common
>     >     >     >> > > [jar]
>     >     >     >> > >
>     >     >     >> > > [INFO] Apache Royale: Compiler: Test Utils
>     >     >     >> > > [jar]
>     >     >     >> > >
>     >     >     >> > > [INFO] Apache Royale: Compiler: Externc
>     >     >     >> > > [jar]
>     >     >     >> > >
>     >     >     >> > > [INFO] Apache Royale: Compiler: Compiler
>     >     >     >> > > [jar]
>     >     >     >> > >
>     >     >     >> > > [INFO] Apache Royale: Compiler: Compiler-JX
>     >     >     >> > > [jar]
>     >     >     >> > >
>     >     >     >> > > [INFO] Apache Royale: Compiler: SWFUtils
>     >     >     >> > > [jar]
>     >     >     >> > >
>     >     >     >> > > [INFO] Apache Royale: Compiler: Debugger
>     >     >     >> > > [jar]
>     >     >     >> > >
>     >     >     >> > > [INFO] Apache Royale: Compiler: OEM Layer
>     >     >     >> > > [jar]
>     >     >     >> > >
>     >     >     >> > > [INFO] Apache Royale: Royale Ant Tasks
>     >     >     >> > > [jar]
>     >     >     >> > >
>     >     >     >> > > [INFO] Apache Royale: RoyaleUnit Ant Tasks
>     >     >     >> > > [jar]
>     >     >     >> > >
>     >     >     >> > > [INFO] Apache Royale: Royale Maven Plugin
>     >     >     >> > > [maven-plugin]
>     >     >     >> > >
>     >     >     >> > > [INFO]
>     >     >     >> > >
>     >     >     >> > > [INFO] ---------<
>     >     > org.apache.royale.compiler:royale-compiler-parent
>     >     >     >> > > >----------
>     >     >     >> > >
>     >     >     >> > > [INFO] Building Apache Royale: Compiler: Parent
> 0.9.6
>     >     >     >> > > [1/12]
>     >     >     >> > >
>     >     >     >> > > [INFO] --------------------------------[ pom
>     >     >     >> > > ]---------------------------------
>     >     >     >> > >
>     >     >     >> > > Downloading from apache-release:
>     >     >     >> > >
>     >     >     >> > >
>     >     >     >> >
>     >     >     >>
>     >     >
>     >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases%2Fcom%2Fadobe%2Fflash%2Fframework%2Fplayerglobal%2F20.0%2Fplayerglobal-20.0.pom&amp;data=02%7C01%7Caharui%40adobe.com%7C42a3ce7a5d684b82c6c108d742c2ce68%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637051276838990699&amp;sdata=leFzi81Yx0uL5ntCdEGr88uVbwtT59c7T3ZLPVI8ZRo%3D&amp;reserved=0
>     >     >     >> > >
>     >     >     >> > > Downloading from central:
>     >     >     >> > >
>     >     >     >> > >
>     >     >     >> >
>     >     >     >>
>     >     >
>     >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo.maven.apache.org%2Fmaven2%2Fcom%2Fadobe%2Fflash%2Fframework%2Fplayerglobal%2F20.0%2Fplayerglobal-20.0.pom&amp;data=02%7C01%7Caharui%40adobe.com%7C42a3ce7a5d684b82c6c108d742c2ce68%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637051276838990699&amp;sdata=RhIaTGVfP7A0zBTnysBiYDuOjZKOHqqond1bLgBLJpI%3D&amp;reserved=0
>     >     >     >> > >
>     >     >     >> > > [WARNING] The POM for
>     >     > com.adobe.flash.framework:playerglobal:swc:20.0
>     >     >     >> is
>     >     >     >> > > missing, no dependency information available
>     >     >     >> > >
>     >     >     >> > > Downloading from apache-release:
>     >     >     >> > >
>     >     >     >> > >
>     >     >     >> >
>     >     >     >>
>     >     >
>     >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases%2Fcom%2Fadobe%2Fflash%2Fframework%2Fplayerglobal%2F20.0%2Fplayerglobal-20.0.swc&amp;data=02%7C01%7Caharui%40adobe.com%7C42a3ce7a5d684b82c6c108d742c2ce68%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637051276838990699&amp;sdata=aOnZfSnPIvNSX3VssxFKzsAWMDaS4nkLdmpgf3sC3IU%3D&amp;reserved=0
>     >     >     >> > >
>     >     >     >> > > Downloading from central:
>     >     >     >> > >
>     >     >     >> > >
>     >     >     >> >
>     >     >     >>
>     >     >
>     >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo.maven.apache.org%2Fmaven2%2Fcom%2Fadobe%2Fflash%2Fframework%2Fplayerglobal%2F20.0%2Fplayerglobal-20.0.swc&amp;data=02%7C01%7Caharui%40adobe.com%7C42a3ce7a5d684b82c6c108d742c2ce68%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637051276838990699&amp;sdata=o12CrKZUfL%2BrjRZUNxhGsOlXkgN8ZlAjSf0LakU0f4E%3D&amp;reserved=0
>     >     >     >> > >
>     >     >     >> > > [INFO]
>     >     >     >> > >
>     >     >     >>
>     >     >
>     >
> ------------------------------------------------------------------------
>     >     >     >> > >
>     >     >     >> > > [INFO] Reactor Summary for Apache Royale: Compiler:
> Parent
>     >     > 0.9.6:
>     >     >     >> > >
>     >     >     >> > > [INFO]
>     >     >     >> > >
>     >     >     >> > > [INFO] Apache Royale: Compiler: Parent
>     > ....................
>     >     > FAILURE [
>     >     >     >> > > 0.982 s]
>     >     >     >> > >
>     >     >     >> > > [INFO] Apache Royale: Compiler: Compiler-Common
>     > ...........
>     >     > SKIPPED
>     >     >     >> > >
>     >     >     >> > > [INFO] Apache Royale: Compiler: Test Utils
>     > ................
>     >     > SKIPPED
>     >     >     >> > >
>     >     >     >> > > [INFO] Apache Royale: Compiler: Externc
>     > ...................
>     >     > SKIPPED
>     >     >     >> > >
>     >     >     >> > > [INFO] Apache Royale: Compiler: Compiler
>     > ..................
>     >     > SKIPPED
>     >     >     >> > >
>     >     >     >> > > [INFO] Apache Royale: Compiler: Compiler-JX
>     > ...............
>     >     > SKIPPED
>     >     >     >> > >
>     >     >     >> > > [INFO] Apache Royale: Compiler: SWFUtils
>     > ..................
>     >     > SKIPPED
>     >     >     >> > >
>     >     >     >> > > [INFO] Apache Royale: Compiler: Debugger
>     > ..................
>     >     > SKIPPED
>     >     >     >> > >
>     >     >     >> > > [INFO] Apache Royale: Compiler: OEM Layer
>     > .................
>     >     > SKIPPED
>     >     >     >> > >
>     >     >     >> > > [INFO] Apache Royale: Royale Ant Tasks
>     > ....................
>     >     > SKIPPED
>     >     >     >> > >
>     >     >     >> > > [INFO] Apache Royale: RoyaleUnit Ant Tasks
>     > ................
>     >     > SKIPPED
>     >     >     >> > >
>     >     >     >> > > [INFO] Apache Royale: Royale Maven Plugin
>     > .................
>     >     > SKIPPED
>     >     >     >> > >
>     >     >     >> > > [INFO]
>     >     >     >> > >
>     >     >     >>
>     >     >
>     >
> ------------------------------------------------------------------------
>     >     >     >> > >
>     >     >     >> > > [INFO] BUILD FAILURE
>     >     >     >> > >
>     >     >     >> > > [INFO]
>     >     >     >> > >
>     >     >     >>
>     >     >
>     >
> ------------------------------------------------------------------------
>     >     >     >> > >
>     >     >     >> > > [INFO] Total time:  8.438 s
>     >     >     >> > >
>     >     >     >> > > [INFO] Finished at: 2019-09-25T18:35:49+02:00
>     >     >     >> > >
>     >     >     >> > > [INFO]
>     >     >     >> > >
>     >     >     >>
>     >     >
>     >
> ------------------------------------------------------------------------
>     >     >     >> > >
>     >     >     >> > > [ERROR] Failed to execute goal on project
>     >     > royale-compiler-parent:
>     >     >     >> Could
>     >     >     >> > not
>     >     >     >> > > resolve dependencies for project
>     >     >     >> > >
>     > org.apache.royale.compiler:royale-compiler-parent:pom:0.9.6:
>     >     > Could not
>     >     >     >> > find
>     >     >     >> > > artifact
> com.adobe.flash.framework:playerglobal:swc:20.0
>     > in
>     >     >     >> > apache-release
>     >     >     >> > > (
>     >     >     >> > >
>     >     >
>     >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&amp;data=02%7C01%7Caharui%40adobe.com%7C42a3ce7a5d684b82c6c108d742c2ce68%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637051276839000697&amp;sdata=DNzoqwfztUEJKy5KJ4aBvy7GF4Nwy92YK%2BBw2pNIEFI%3D&amp;reserved=0
>     > )
>     >     > ->
>     >     >     >> [Help 1]
>     >     >     >> > >
>     >     >     >> > > [ERROR]
>     >     >     >> > >
>     >     >     >> > > [ERROR] To see the full stack trace of the errors,
> re-run
>     > Maven
>     >     > with
>     >     >     >> the
>     >     >     >> > -e
>     >     >     >> > > switch.
>     >     >     >> > >
>     >     >     >> > > [ERROR] Re-run Maven using the -X switch to enable
> full
>     > debug
>     >     > logging.
>     >     >     >> > >
>     >     >     >> > > [ERROR]
>     >     >     >> > >
>     >     >     >> > > [ERROR] For more information about the errors and
> possible
>     >     > solutions,
>     >     >     >> > > please read the following articles:
>     >     >     >> > >
>     >     >     >> > > [ERROR] [Help 1]
>     >     >     >> > >
>     >     >     >> > >
>     >     >     >> >
>     >     >     >>
>     >     >
>     >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FDependencyResolutionException&amp;data=02%7C01%7Caharui%40adobe.com%7C42a3ce7a5d684b82c6c108d742c2ce68%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637051276839000697&amp;sdata=djOfEOSDaf1UyG0PPwnookcN98txdRCQDeATCbbiz9M%3D&amp;reserved=0
>     >     >     >> > >
>     >     >     >> > >
>     >     >     >> > > BUILD FAILED
>     >     >     >> > >
>     >     >     >> > >
>     > /Users/carlosrovira/Downloads/testrc3/ApproveRoyale.xml:778: The
>     >     >     >> > following
>     >     >     >> > > error occurred while executing this line:
>     >     >     >> > >
>     >     >     >> > >
>     > /Users/carlosrovira/Downloads/testrc3/ApproveRoyale.xml:801:
>     >     > exec
>     >     >     >> > returned:
>     >     >     >> > > 1
>     >     >     >> > >
>     >     >     >> > >
>     >     >     >> > > Total time: 27 minutes 17 seconds
>     >     >     >> > >
>     >     >     >> > > macbookpro:testrc3 carlosrovira$
>     >     >     >> > >
>     >     >     >> > >
>     >     >     >> > > El mié., 25 sept. 2019 a las 17:56, Piotr Zarzycki
> (<
>     >     >     >> > > piotrzarzyck...@gmail.com>) escribió:
>     >     >     >> > >
>     >     >     >> > > > I'm not sure how it happened this time, but yeah
> we
>     > finally
>     >     > have. ;)
>     >     >     >> > > >
>     >     >     >> > > > śr., 25 wrz 2019 o 17:54 Carlos Rovira <
>     >     > carlosrov...@apache.org>
>     >     >     >> > > > napisał(a):
>     >     >     >> > > >
>     >     >     >> > > > > Hi Piotr,
>     >     >     >> > > > > great to see we have different threads in gmail
> :)
>     >     >     >> > > > >
>     >     >     >> > > > > El mié., 25 sept. 2019 a las 16:24, Piotr
> Zarzycki (<
>     >     >     >> > > > > piotrzarzyck...@gmail.com>) escribió:
>     >     >     >> > > > >
>     >     >     >> > > > > > Ok, new and hopefully the last one RC3. I
> didn't run
>     >     >     >> ApproveScript
>     >     >     >> > > > myself
>     >     >     >> > > > > > yet, but will do that tomorrow or next week.
>     >     >     >> > > > > >
>     >     >     >> > > > > > śr., 25 wrz 2019 o 16:23 Apache Royale CI
> Server <
>     >     >     >> > > > > apacheroyal...@gmail.com
>     >     >     >> > > > > > >
>     >     >     >> > > > > > napisał(a):
>     >     >     >> > > > > >
>     >     >     >> > > > > > > This is the discussion thread.
>     >     >     >> > > > > > >
>     >     >     >> > > > > > > Thanks,
>     >     >     >> > > > > > > Piotr
>     >     >     >> > > > > >
>     >     >     >> > > > > >
>     >     >     >> > > > > >
>     >     >     >> > > > > > --
>     >     >     >> > > > > >
>     >     >     >> > > > > > Piotr Zarzycki
>     >     >     >> > > > > >
>     >     >     >> > > > > > Patreon: *
>     >     >
>     >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C42a3ce7a5d684b82c6c108d742c2ce68%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637051276839000697&amp;sdata=L5eT8l6J20h9LBjpBZz%2FguNdREwM8VeadKhd%2FOuuo%2B8%3D&amp;reserved=0
>     >     >     >> > > > > > <
>     >     >
>     >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C42a3ce7a5d684b82c6c108d742c2ce68%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637051276839000697&amp;sdata=L5eT8l6J20h9LBjpBZz%2FguNdREwM8VeadKhd%2FOuuo%2B8%3D&amp;reserved=0
>     >     > >*
>     >     >     >> > > > > >
>     >     >     >> > > > >
>     >     >     >> > > > >
>     >     >     >> > > > > --
>     >     >     >> > > > > Carlos Rovira
>     >     >     >> > > > >
>     >     >
>     >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C42a3ce7a5d684b82c6c108d742c2ce68%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637051276839000697&amp;sdata=O0ZHPQ%2FQebJO%2BVrYWBOc3T4Boe5s57RUKonJOre4X3Q%3D&amp;reserved=0
>     >     >     >> > > > >
>     >     >     >> > > >
>     >     >     >> > > >
>     >     >     >> > > > --
>     >     >     >> > > >
>     >     >     >> > > > Piotr Zarzycki
>     >     >     >> > > >
>     >     >     >> > > > Patreon: *
>     >     >
>     >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C42a3ce7a5d684b82c6c108d742c2ce68%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637051276839000697&amp;sdata=L5eT8l6J20h9LBjpBZz%2FguNdREwM8VeadKhd%2FOuuo%2B8%3D&amp;reserved=0
>     >     >     >> > > > <
>     >     >
>     >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C42a3ce7a5d684b82c6c108d742c2ce68%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637051276839000697&amp;sdata=L5eT8l6J20h9LBjpBZz%2FguNdREwM8VeadKhd%2FOuuo%2B8%3D&amp;reserved=0
>     >     > >*
>     >     >     >> > > >
>     >     >     >> > >
>     >     >     >> > >
>     >     >     >> > > --
>     >     >     >> > > Carlos Rovira
>     >     >     >> > >
>     >     >
>     >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C42a3ce7a5d684b82c6c108d742c2ce68%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637051276839000697&amp;sdata=O0ZHPQ%2FQebJO%2BVrYWBOc3T4Boe5s57RUKonJOre4X3Q%3D&amp;reserved=0
>     >     >     >> > >
>     >     >     >> >
>     >     >     >> >
>     >     >     >> > --
>     >     >     >> >
>     >     >     >> > Piotr Zarzycki
>     >     >     >> >
>     >     >     >> > Patreon: *
>     >     >
>     >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C42a3ce7a5d684b82c6c108d742c2ce68%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637051276839000697&amp;sdata=L5eT8l6J20h9LBjpBZz%2FguNdREwM8VeadKhd%2FOuuo%2B8%3D&amp;reserved=0
>     >     >     >> > <
>     >     >
>     >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C42a3ce7a5d684b82c6c108d742c2ce68%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637051276839000697&amp;sdata=L5eT8l6J20h9LBjpBZz%2FguNdREwM8VeadKhd%2FOuuo%2B8%3D&amp;reserved=0
>     >     > >*
>     >     >     >> >
>     >     >     >>
>     >     >     >>
>     >     >     >> --
>     >     >     >> Carlos Rovira
>     >     >     >>
>     >     >
>     >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C42a3ce7a5d684b82c6c108d742c2ce68%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637051276839010693&amp;sdata=eemwQkeLalsMpJ4R%2BEp6OG7lIaHrUbQNuzQ9EiDHJ1Q%3D&amp;reserved=0
>     >     >     >>
>     >     >     >
>     >     >
>     >     >
>     >     >
>     >
>     >
>     >
>
>
>

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

Reply via email to