Hi Yishay,

Interesting. In that folder there is no such file as it's on stacktrace.
There are only swf files -> https://ibb.co/7vh7MnD

Thanks,
Piotr

wt., 3 wrz 2019 o 14:40 Yishay Weiss <yishayj...@hotmail.com> napisał(a):

> If I understand correctly these messages [1] don’t indicate a failure, but
> are part of a test to make sure that the proper error message appears when
> you write to a read-only prop. Can you find the tests that failed further
> up in the output?
>
>
>
> [1]     [junit]
> /Users/piotr/Downloads/royale/release/releaseasjs_ant/sources/royale-compiler/compiler/target/junit-temp/ASDateTests2436056786678332499.as(16):
> col: 1 Error: Property timezoneOffset is read-only.
>
>
>
>
>
> ________________________________
> From: Piotr Zarzycki <piotrzarzyck...@gmail.com>
> Sent: Tuesday, September 3, 2019 2:52:11 PM
> To: dev@royale.apache.org <dev@royale.apache.org>
> Subject: Re: Discuss of release steps preparation
>
> I have setup my Mac instead to have a ANT build. Unfortunately one of the
> compiler test failed [1]. I have used -DskipTests=true, so why actually
> those tests run ?
>
> [1]  https://paste.apache.org/kzm3t
>
>
>
> wt., 3 wrz 2019 o 12:20 Piotr Zarzycki <piotrzarzyck...@gmail.com>
> napisał(a):
>
> > Just FYI I have tried several times and I still cannot properly prepare
> > ANT artifacts for 0.9.6 release. I have uninstall TortoiseGIT, but files
> > which I cannot delete has been still hold by some processes related to
> > build.
> >
> > I'm going to try this very last step do on our remote PC to see whether
> it
> > will be successful. If not I gave up on being RM. Someone else will have
> to
> > try.
> >
> > śr., 28 sie 2019 o 18:10 Alex Harui <aha...@adobe.com.invalid>
> napisał(a):
> >
> >> Failonerror is typically false when deleting in case the folder has
> >> already been deleted.
> >>
> >> Pretty sure that at least on Windows,  if a jar is being used by a
> >> running application that you cannot delete the jar.
> >>
> >> In theory, the Ant scripts should not be loading jars when building the
> >> source package and I think they even run super-clean which should clean
> >> everything assuming nothing else is running that is using those jars.
> >>
> >> I doubt that TortoiseGit will load those jars.  If you reboot your
> system
> >> and run the Ant scripts that should guarantee that nothing is running
> using
> >> those jars.  Then if it is still a problem then something early in the
> >> script is loading those jars.  Later in the build, those jars will be
> >> loaded to generate the binary artifacts, but shouldn't be loaded to
> >> generate the source-only artifacts.
> >>
> >> HTH,
> >> -Alex
> >>
> >> On 8/28/19, 8:29 AM, "Piotr Zarzycki" <piotrzarzyck...@gmail.com>
> wrote:
> >>
> >>     I think that's the option. :) I hope I will finally get to an end
> >> this.
> >>
> >>     śr., 28 sie 2019 o 17:27 Josh Tynjala <joshtynj...@bowlerhat.dev>
> >>     napisał(a):
> >>
> >>     > With that in mind, it seems like you may need to temporarily
> disable
> >>     > TortoiseGit while running the build.
> >>     >
> >>     > --
> >>     > Josh Tynjala
> >>     > Bowler Hat LLC <
> >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899942136&amp;sdata=E7PplZ%2BL%2Boaj5HLs1oCIVUshuy20zpUxmtNWb7aOB5Y%3D&amp;reserved=0
> >> >
> >>     >
> >>     >
> >>     > On Wed, Aug 28, 2019 at 6:28 AM Piotr Zarzycki <
> >> piotrzarzyck...@gmail.com>
> >>     > wrote:
> >>     >
> >>     > > I'm not sure if it's related, but I have tried deleted that
> folder
> >>     > manually
> >>     > > and it's being blocked by Git [1]
> >>     > >
> >>     > > [1]
> >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fibb.co%2Fbsm48DV&amp;data=02%7C01%7Caharui%40adobe.com%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899942136&amp;sdata=pPZk4V%2BZ2LYP134QTiVJVPbaoyzlhnm5W4V%2FDtqPHvM%3D&amp;reserved=0
> >>     > >
> >>     > > Thanks,
> >>     > > Piotr
> >>     > >
> >>     > > śr., 28 sie 2019 o 15:07 Piotr Zarzycki <
> >> piotrzarzyck...@gmail.com>
> >>     > > napisał(a):
> >>     > >
> >>     > > > I have modified build.xml script locally and I got following
> >> result ->
> >>     > > >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2Fm5mz5&amp;data=02%7C01%7Caharui%40adobe.com%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899942136&amp;sdata=rtRQo3WI%2BKhrddAmqgMLFTSab0YtxPC9HTwcuSQx1TI%3D&amp;reserved=0
> >>     > > >
> >>     > > > What can hold that jar file ?
> >>     > > >
> >>     > > >
> >>     > > >
> >>     > > > śr., 28 sie 2019 o 14:23 Piotr Zarzycki <
> >> piotrzarzyck...@gmail.com>
> >>     > > > napisał(a):
> >>     > > >
> >>     > > >> Hi Alex,
> >>     > > >>
> >>     > > >> I just made another attempt and it's failed. I missed your
> >> information
> >>     > > >> that "royale-asjs/js/lib/ " contains 2 jar files. I see them
> >> on my
> >>     > > machine.
> >>     > > >> I see also that we have [1] deletion line for that. My fix
> for
> >>     > deleting
> >>     > > >> helped so far to get rid of problem with RoyaleUnit [2].
> >>     > > >>
> >>     > > >> Maybe we should switch failonerror="false" to "true" and see
> >> what is
> >>     > > >> happening ? Why actually those flags are false ?
> >>     > > >>
> >>     > > >> [1]
> >>     > > >>
> >>     > >
> >>     >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fblob%2F946e1f13c125ad2f3fc74ae56d8cbc462487c3f5%2Fbuild.xml%23L565&amp;data=02%7C01%7Caharui%40adobe.com%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899942136&amp;sdata=fvBjkUVwz%2FONPLIabE6XAud7%2BBvD3JSW0DGeo0WnOww%3D&amp;reserved=0
> >>     > > >> [2]
> >>     > > >>
> >>     > >
> >>     >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fcommit%2F946e1f13c125ad2f3fc74ae56d8cbc462487c3f5&amp;data=02%7C01%7Caharui%40adobe.com%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899942136&amp;sdata=m8ICTic%2FwHuCLnKMFN%2B%2BmoXLwPQoj2EpikuC01%2FSBqY%3D&amp;reserved=0
> >>     > > >>
> >>     > > >> Thanks,
> >>     > > >> Piotr
> >>     > > >>
> >>     > > >> pon., 26 sie 2019 o 08:35 Alex Harui
> <aha...@adobe.com.invalid
> >> >
> >>     > > >> napisał(a):
> >>     > > >>
> >>     > > >>> The two zips are different.
> >>     > > >>>
> >>     > > >>> The second zip contains several files that the first one
> >> doesn't.
> >>     > Try
> >>     > > >>> using other diff tools to find one that will help you see
> the
> >>     > > differences.
> >>     > > >>> I just use my Mac's *nix command line with "diff -rwq" and
> >> "find".
> >>     > > Cygwin
> >>     > > >>> and GitBash should have those tools on Windows.  I didn't
> >> take the
> >>     > > time to
> >>     > > >>> find out.
> >>     > > >>>
> >>     > > >>> The second zip has two extra folders:
> >>     > > >>>
> >>     > > >>> royale-asjs/js/lib/ with two jars in it.  Those jars should
> be
> >>     > cleaned
> >>     > > >>> by Ant, but maybe they were in use and thus locked.
> >>     > > >>>
> >>     > >
> >>     >
> >>
> second/royale-asjs/frameworks/js/projects/RoyaleUnitJS/src/test/royale/target
> >>     > > >>> with lots of files in it.  These files may not be getting
> >> cleaned by
> >>     > > Ant
> >>     > > >>> scripts since RoyaleUnit is a new library.
> >>     > > >>>
> >>     > > >>> Maybe you ran step 13 in a folder where it had already run?
> >>     > > >>>
> >>     > > >>> I'm done working for today.  Will check in my morning.
> >>     > > >>>
> >>     > > >>> HTH,
> >>     > > >>> -Alex
> >>     > > >>>
> >>     > > >>>
> >>     > > >>>
> >>     > > >>> On 8/25/19, 11:08 PM, "Piotr Zarzycki" <
> >> piotrzarzyck...@gmail.com>
> >>     > > >>> wrote:
> >>     > > >>>
> >>     > > >>>     Links:
> >>     > > >>>
> >>     > > >>>     zip1:
> >>     > > >>>
> >>     > >
> >>     >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2F1drv.ms%2Fu%2Fs!ApVpLyjpHDC2ic0S8UffcFPmhXGKGQ%3Fe%3DZstLev&amp;data=02%7C01%7Caharui%40adobe.com%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899942136&amp;sdata=6v%2BowkNNmLzRl6%2BtZC8OVhhGfFNwv8a7jL3oJ2x%2BRGM%3D&amp;reserved=0
> >>     > > >>>     zip2:
> >>     > > >>>
> >>     > >
> >>     >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2F1drv.ms%2Fu%2Fs!ApVpLyjpHDC2ic0TPORa2P9OKsWRiw%3Fe%3Dk8fQ7T&amp;data=02%7C01%7Caharui%40adobe.com%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899942136&amp;sdata=gK7T4JEw50p76hAXSfEAp2FUWTl6Zxrv%2FtJhX%2FDkIOg%3D&amp;reserved=0
> >>     > > >>>
> >>     > > >>>     Thanks,
> >>     > > >>>     Piotr
> >>     > > >>>
> >>     > > >>>     pon., 26 sie 2019 o 00:48 Alex Harui
> >> <aha...@adobe.com.invalid>
> >>     > > >>> napisał(a):
> >>     > > >>>
> >>     > > >>>     > Looks like there are 130 files in the "left" folder
> >> that aren't
> >>     > > in
> >>     > > >>> the
> >>     > > >>>     > "right"?  Or I don't understand the output of whatever
> >> tool you
> >>     > > >>> are using.
> >>     > > >>>     > Post a link to the two zips if  you want.
> >>     > > >>>     >
> >>     > > >>>     > HTH,
> >>     > > >>>     > -Alex
> >>     > > >>>     >
> >>     > > >>>     > On 8/25/19, 3:08 PM, "Piotr Zarzycki" <
> >>     > piotrzarzyck...@gmail.com
> >>     > > >
> >>     > > >>> wrote:
> >>     > > >>>     >
> >>     > > >>>     >     Content in both zips is exactly the same. I don't
> >> see now
> >>     > the
> >>     > > >>> reason
> >>     > > >>>     > to do
> >>     > > >>>     >     not move forward with that ->
> >>     > > >>>     >
> >>     > > >>>
> >>     > >
> >>     >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fibb.co%2FXzDDVfd&amp;data=02%7C01%7Caharui%40adobe.com%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899942136&amp;sdata=%2FZId3UQsCLCw6kzg2bwZ6BhHr5c1cC5uDSQIbpTqOns%3D&amp;reserved=0
> >>     > > >>>     >
> >>     > > >>>     >     pon., 26 sie 2019 o 00:01 Piotr Zarzycki <
> >>     > > >>> piotrzarzyck...@gmail.com>
> >>     > > >>>     >     napisał(a):
> >>     > > >>>     >
> >>     > > >>>     >     > Sorry that's not my day. It looks like my folder
> >> in Total
> >>     > > >>> Commander
> >>     > > >>>     > wasn't
> >>     > > >>>     >     > refreshed. Both zips exists. I will compare them
> >> and
> >>     > > provide
> >>     > > >>> results.
> >>     > > >>>     >     >
> >>     > > >>>     >     > On Sun, Aug 25, 2019, 11:58 PM Piotr Zarzycki <
> >>     > > >>>     > piotrzarzyck...@gmail.com>
> >>     > > >>>     >     > wrote:
> >>     > > >>>     >     >
> >>     > > >>>     >     >> Alex,
> >>     > > >>>     >     >>
> >>     > > >>>     >     >> I just checked and I was mistake. Zip which
> >> should be
> >>     > > >>> inside source
> >>     > > >>>     >     >> folder is not exists at all. I'm wondering what
> >> could
> >>     > > >>> happen that
> >>     > > >>>     > this zip
> >>     > > >>>     >     >> wasn't generated.
> >>     > > >>>     >     >>
> >>     > > >>>     >     >> Thanks,
> >>     > > >>>     >     >> Piotr
> >>     > > >>>     >     >>
> >>     > > >>>     >     >> On Sun, Aug 25, 2019, 11:52 PM Alex Harui
> >>     > > >>> <aha...@adobe.com.invalid
> >>     > > >>>     > >
> >>     > > >>>     >     >> wrote:
> >>     > > >>>     >     >>
> >>     > > >>>     >     >>> The output says the -src.zip did not compare.
> >> Expand
> >>     > the
> >>     > > >>> two zip
> >>     > > >>>     > files
> >>     > > >>>     >     >>> into different folders and compare the
> folders.
> >>     > > >>>     >     >>>
> >>     > > >>>     >     >>> HTH,
> >>     > > >>>     >     >>> -Alex
> >>     > > >>>     >     >>>
> >>     > > >>>     >     >>> On 8/25/19, 2:45 PM, "Piotr Zarzycki" <
> >>     > > >>> piotrzarzyck...@gmail.com>
> >>     > > >>>     >     >>> wrote:
> >>     > > >>>     >     >>>
> >>     > > >>>     >     >>>     Hi,
> >>     > > >>>     >     >>>
> >>     > > >>>     >     >>>     I have spend another hours on release.
> Maven
> >>     > > artifacts
> >>     > > >>> are
> >>     > > >>>     > deployed
> >>     > > >>>     >     >>> to the
> >>     > > >>>     >     >>>     staging without the problem. I stopped
> this
> >> time
> >>     > and
> >>     > > >>> the very
> >>     > > >>>     > end of
> >>     > > >>>     >     >>> the
> >>     > > >>>     >     >>>     process, where I need to prepare ANT
> >> artifacts.
> >>     > Build
> >>     > > >>> on my PC
> >>     > > >>>     >     >>> failed [1] -
> >>     > > >>>     >     >>>     size of compared zips are different - Step
> >> 13.
> >>     > > >>>     >     >>>
> >>     > > >>>     >     >>>     During whole process I had such problem
> >> when SWC
> >>     > time
> >>     > > >>> stamp had
> >>     > > >>>     >     >>> incorrect
> >>     > > >>>     >     >>>     format and in the end I did end up with
> >> fail. Maybe
> >>     > > >>> this time
> >>     > > >>>     > is the
> >>     > > >>>     >     >>> same
> >>     > > >>>     >     >>>     story.
> >>     > > >>>     >     >>>     Maybe in that case this is the same. The
> >> question
> >>     > is
> >>     > > -
> >>     > > >>> To what
> >>     > > >>>     > step
> >>     > > >>>     >     >>> should
> >>     > > >>>     >     >>>     I really back ?
> >>     > > >>>     >     >>>     Should I remove branch for asjs and start
> >> from 11?
> >>     > > >>>     >     >>>
> >>     > > >>>     >     >>>     My command:
> >>     > > >>>     >     >>>     ant -f releasesteps.xml Release_Step_013
> >>     > > >>>     > -Drelease.version=0.9.6
> >>     > > >>>     >     >>>     -Droyale.swc-date="8/25/19 9:06 -0800"
> >>     > > >>>     > -Dplayerglobal.version=11.7
> >>     > > >>>     >     >>>     -Dflat.donot.ask=true -Drc=1
> >> -DskipTests=true
> >>     > > >>>     >     >>>
> >>     > > >>>     >     >>>     It is really pain to me start from
> scratch,
> >> cause
> >>     > > >>> building
> >>     > > >>>     > whole
> >>     > > >>>     >     >>> framework
> >>     > > >>>     >     >>>     on my PC takes ages. Satisfying comparer
> is
> >>     > > difficult.
> >>     > > >>>     >     >>>
> >>     > > >>>     >     >>>     [1]
> >>     > > >>>     >     >>>
> >>     > > >>>     >
> >>     > > >>>
> >>     > >
> >>     >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2Fs8i7r&amp;data=02%7C01%7Caharui%40adobe.com%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899942136&amp;sdata=Mo2F6D17CFUYbCVkNDlKSSuG6QzD8gqXM7Iko0LqkyM%3D&amp;reserved=0
> >>     > > >>>     >     >>>
> >>     > > >>>     >     >>>     Thanks,
> >>     > > >>>     >     >>>     Piotr
> >>     > > >>>     >     >>>
> >>     > > >>>     >     >>>     pt., 16 sie 2019 o 18:27 Alex Harui
> >>     > > >>> <aha...@adobe.com.invalid>
> >>     > > >>>     >     >>> napisał(a):
> >>     > > >>>     >     >>>
> >>     > > >>>     >     >>>     > Piotr,
> >>     > > >>>     >     >>>     >
> >>     > > >>>     >     >>>     > At this point, I would definitely
> >> recommend
> >>     > trying
> >>     > > >>> the three
> >>     > > >>>     > steps
> >>     > > >>>     >     >>> without
> >>     > > >>>     >     >>>     > any changes to the release_steps.xml
> file
> >> and use
> >>     > > an
> >>     > > >>> ABSOLUTE
> >>     > > >>>     >     >>> path.  That's
> >>     > > >>>     >     >>>     > the only way I tested the scripts.  I
> did
> >> not
> >>     > try a
> >>     > > >>> relative
> >>     > > >>>     > path,
> >>     > > >>>     >     >>> and I
> >>     > > >>>     >     >>>     > highly recommend not putting all of
> these
> >> files
> >>     > in
> >>     > > a
> >>     > > >>> working
> >>     > > >>>     >     >>> copy.  It is
> >>     > > >>>     >     >>>     > probably less work to just have RM's
> >> specify an
> >>     > > >>> absolute path
> >>     > > >>>     >     >>> external to
> >>     > > >>>     >     >>>     > the working copy.  Using "../.." may not
> >> work
> >>     > > >>> consistently
> >>     > > >>>     > so do
> >>     > > >>>     >     >>> not use
> >>     > > >>>     >     >>>     > those adjustments.
> >>     > > >>>     >     >>>     >
> >>     > > >>>     >     >>>     > Capture the logs for all 3 steps and if
> >> there is
> >>     > a
> >>     > > >>> problem
> >>     > > >>>     > post
> >>     > > >>>     >     >>> the output.
> >>     > > >>>     >     >>>     >
> >>     > > >>>     >     >>>     > Thanks,
> >>     > > >>>     >     >>>     > -Alex
> >>     > > >>>     >     >>>     >
> >>     > > >>>     >     >>>     >
> >>     > > >>>     >     >>>     > On 8/16/19, 2:57 AM, "Piotr Zarzycki" <
> >>     > > >>>     > piotrzarzyck...@gmail.com>
> >>     > > >>>     >     >>> wrote:
> >>     > > >>>     >     >>>     >
> >>     > > >>>     >     >>>     >     It looks like this is again problem
> >> with
> >>     > > >>> RoyaleUnit[1].
> >>     > > >>>     > Here
> >>     > > >>>     >     >>> is the
> >>     > > >>>     >     >>>     > results
> >>     > > >>>     >     >>>     >     of comparison. I'm not sure why left
> >> folder
> >>     > > >>> doesn't
> >>     > > >>>     > contains
> >>     > > >>>     >     >>> files.
> >>     > > >>>     >     >>>     >
> >>     > > >>>     >     >>>     >     [1]
> >>     > > >>>     >     >>>     >
> >>     > > >>>     >     >>>
> >>     > > >>>     >
> >>     > > >>>
> >>     > >
> >>     >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpasteboard.co%2FIsWnHGq.png&amp;data=02%7C01%7Caharui%40adobe.com%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899942136&amp;sdata=EvqnxMgVdp14L9BuWJn1Lkvr0ODas1Nw1prPK%2BFM0C0%3D&amp;reserved=0
> >>     > > >>>     >     >>>     >
> >>     > > >>>     >     >>>     >     Thanks,
> >>     > > >>>     >     >>>     >     Piotr
> >>     > > >>>     >     >>>     >
> >>     > > >>>     >     >>>     >     pt., 16 sie 2019 o 11:08 Piotr
> >> Zarzycki <
> >>     > > >>>     >     >>> piotrzarzyck...@gmail.com>
> >>     > > >>>     >     >>>     >     napisał(a):
> >>     > > >>>     >     >>>     >
> >>     > > >>>     >     >>>     >     > Ok I was mistake. Both zips
> exists,
> >> but
> >>     > they
> >>     > > >>> have
> >>     > > >>>     > different
> >>     > > >>>     >     >>> sizes! So
> >>     > > >>>     >     >>>     >     > comparison went fine and I need to
> >>     > understand
> >>     > > >>> one
> >>     > > >>>     > sources are
> >>     > > >>>     >     >>>     > different...
> >>     > > >>>     >     >>>     >     >
> >>     > > >>>     >     >>>     >     > pt., 16 sie 2019 o 10:59 Piotr
> >> Zarzycki <
> >>     > > >>>     >     >>> piotrzarzyck...@gmail.com>
> >>     > > >>>     >     >>>     >     > napisał(a):
> >>     > > >>>     >     >>>     >     >
> >>     > > >>>     >     >>>     >     >> I have analyzed that target
> >>     > > >>> (compare-src-zips) and it
> >>     > > >>>     >     >>> compares zip
> >>     > > >>>     >     >>>     > file
> >>     > > >>>     >     >>>     >     >> in following locations:
> >>     > > >>>     >     >>>     >     >>
> >>     > > >>>     >     >>>     >     >> 1)
> >> artifacts\apache-royale-0.9.6-src.zip
> >>     > > >>>     >     >>>     >     >> 2)
> >>     > > /sources/srczip/apache-royale-0.9.6-src.zip
> >>     > > >>>     >     >>>     >     >>
> >>     > > >>>     >     >>>     >     >> I have changed in that target all
> >> places
> >>     > > where
> >>     > > >>>     >     >>> ${artifactfolder} to
> >>     > > >>>     >     >>>     >     >> ../../${artifactfolder} and
> launch
> >> that
> >>     > > >>> target. It
> >>     > > >>>     > looks
> >>     > > >>>     >     >>> like zip
> >>     > > >>>     >     >>>     > file
> >>     > > >>>     >     >>>     >     >> wasn't created at all in
> location:
> >>     > > >>>     >     >>>     >     >>
> >>     > /sources/srczip/apache-royale-0.9.6-src.zip.
> >>     > > >>>     >     >>>     >     >>
> >>     > > >>>     >     >>>     >     >> I will try to figure out what has
> >>     > happened.
> >>     > > >>> Btw. I
> >>     > > >>>     > didn't
> >>     > > >>>     >     >>> commit my
> >>     > > >>>     >     >>>     >     >> changes with ../../ - those are
> >> local.
> >>     > > >>>     >     >>>     >     >>
> >>     > > >>>     >     >>>     >     >> Thanks,
> >>     > > >>>     >     >>>     >     >> Piotr
> >>     > > >>>     >     >>>     >     >>
> >>     > > >>>     >     >>>     >     >> pt., 16 sie 2019 o 09:29 Piotr
> >> Zarzycki <
> >>     > > >>>     >     >>> piotrzarzyck...@gmail.com>
> >>     > > >>>     >     >>>     >     >> napisał(a):
> >>     > > >>>     >     >>>     >     >>
> >>     > > >>>     >     >>>     >     >>> Unfortunately I don't know what
> is
> >>     > > happening
> >>     > > >>> but
> >>     > > >>>     > signing
> >>     > > >>>     >     >>> trough
> >>     > > >>>     >     >>>     > script
> >>     > > >>>     >     >>>     >     >>> hang for me. Stopped working. :(
> >>     > > >>>     >     >>>     >     >>>
> >>     > > >>>     >     >>>     >     >>>
> >>     > > >>>     >     >>>     >     >>> ant -f releasesteps.xml
> >>     > > Release_Step_003_Sign
> >>     > > >>>     >     >>>     > -Drelease.version=0.9.6
> >>     > > >>>     >     >>>     >     >>> Buildfile:
> >>     > > >>>     >     >>>
> >> d:\Work\royale-sources\royale-compiler\releasesteps.xml
> >>     > > >>>     >     >>>     >     >>>
> >>     > > >>>     >     >>>     >     >>> get-artifact-folder:
> >>     > > >>>     >     >>>     >     >>>     [input] Enter the temporary
> >> folder to
> >>     > > >>> store the
> >>     > > >>>     >     >>> downloaded
> >>     > > >>>     >     >>>     > artifacts:
> >>     > > >>>     >     >>>     >     >>> royale096
> >>     > > >>>     >     >>>     >     >>>
> >>     > > >>>     >     >>>     >     >>> Release_Step_003_Sign:
> >>     > > >>>     >     >>>     >     >>>
> >>     > > >>>     >     >>>     >     >>> sign-file:
> >>     > > >>>     >     >>>     >     >>>
> >>     > > >>>     >     >>>     >     >>>
> >>     > > >>>     >     >>>     >     >>>
> >>     > > >>>     >     >>>     >     >>> pt., 16 sie 2019 o 09:21 Piotr
> >> Zarzycki <
> >>     > > >>>     >     >>> piotrzarzyck...@gmail.com
> >>     > > >>>     >     >>>     > >
> >>     > > >>>     >     >>>     >     >>> napisał(a):
> >>     > > >>>     >     >>>     >     >>>
> >>     > > >>>     >     >>>     >     >>>> With "../../" or without ? I
> >> just run
> >>     > > >>> script with
> >>     > > >>>     >     >>>     > -DskiptTests="true"
> >>     > > >>>     >     >>>     >     >>>> and it passes, but failed on
> >>     > > >>> "compare-src-zips" - It
> >>     > > >>>     >     >>> looks like
> >>     > > >>>     >     >>>     > it is also
> >>     > > >>>     >     >>>     >     >>>> problem with paths. :(
> >>     > > >>>     >     >>>     >     >>>>
> >>     > > >>>     >     >>>     >     >>>> pt., 16 sie 2019 o 09:15 Alex
> >> Harui
> >>     > > >>>     >     >>> <aha...@adobe.com.invalid>
> >>     > > >>>     >     >>>     >     >>>> napisał(a):
> >>     > > >>>     >     >>>     >     >>>>
> >>     > > >>>     >     >>>     >     >>>>> I would also need to see the
> >> output of
> >>     > > the
> >>     > > >>> other
> >>     > > >>>     > two
> >>     > > >>>     >     >>> steps
> >>     > > >>>     >     >>>     >     >>>>> (Release_Step_003 and
> >>     > > >>> Release_Step_003_Sign)
> >>     > > >>>     >     >>>     >     >>>>>
> >>     > > >>>     >     >>>     >     >>>>> Thanks,
> >>     > > >>>     >     >>>     >     >>>>> -Alex
> >>     > > >>>     >     >>>     >     >>>>>
> >>     > > >>>     >     >>>     >     >>>>> On 8/15/19, 11:14 PM, "Piotr
> >> Zarzycki"
> >>     > <
> >>     > > >>>     >     >>>     > piotrzarzyck...@gmail.com>
> >>     > > >>>     >     >>>     >     >>>>> wrote:
> >>     > > >>>     >     >>>     >     >>>>>
> >>     > > >>>     >     >>>     >     >>>>>     This console output is
> here
> >> [1],
> >>     > but
> >>     > > >>> it is
> >>     > > >>>     > version
> >>     > > >>>     >     >>> where
> >>     > > >>>     >     >>>     > script
> >>     > > >>>     >     >>>     >     >>>>> failing,
> >>     > > >>>     >     >>>     >     >>>>>     cause there wasn't
> >> "../../". Let me
> >>     > > >>> know if
> >>     > > >>>     > it's
> >>     > > >>>     >     >>> enough
> >>     > > >>>     >     >>>     > actually.
> >>     > > >>>     >     >>>     >     >>>>>
> >>     > > >>>     >     >>>     >     >>>>>     [1]
> >>     > > >>>     >     >>>     >     >>>>>
> >>     > > >>>     >     >>>     >
> >>     > > >>>     >     >>>
> >>     > > >>>     >
> >>     > > >>>
> >>     > >
> >>     >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2Fzvxoi&amp;data=02%7C01%7Caharui%40adobe.com%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899942136&amp;sdata=NmJS%2FJv82fqFNAtyoO46NjpbxK9jA%2FfUXJIG8QqkyiY%3D&amp;reserved=0
> >>     > > >>>     >     >>>     >     >>>>>
> >>     > > >>>     >     >>>     >     >>>>>     czw., 15 sie 2019 o 22:37
> >> Alex
> >>     > Harui
> >>     > > >>>     >     >>>     > <aha...@adobe.com.invalid>
> >>     > > >>>     >     >>>     >     >>>>> napisał(a):
> >>     > > >>>     >     >>>     >     >>>>>
> >>     > > >>>     >     >>>     >     >>>>>     > That's a possibility.  I
> >> only
> >>     > used
> >>     > > >>> absolute
> >>     > > >>>     > paths.
> >>     > > >>>     >     >>>     >     >>>>>     >
> >>     > > >>>     >     >>>     >     >>>>>     > Piotr, it would nice to
> >> see the
> >>     > > >>> Windows
> >>     > > >>>     > console
> >>     > > >>>     >     >>> output
> >>     > > >>>     >     >>>     > including
> >>     > > >>>     >     >>>     >     >>>>> the paths
> >>     > > >>>     >     >>>     >     >>>>>     > you gave to help make
> this
> >>     > process
> >>     > > >>> more
> >>     > > >>>     > robust.
> >>     > > >>>     >     >>>     >     >>>>>     >
> >>     > > >>>     >     >>>     >     >>>>>     > -Alex
> >>     > > >>>     >     >>>     >     >>>>>     >
> >>     > > >>>     >     >>>     >     >>>>>     > On 8/15/19, 1:21 PM,
> "Josh
> >>     > > Tynjala" <
> >>     > > >>>     >     >>>     > joshtynj...@bowlerhat.dev>
> >>     > > >>>     >     >>>     >     >>>>> wrote:
> >>     > > >>>     >     >>>     >     >>>>>     >
> >>     > > >>>     >     >>>     >     >>>>>     >     If it started
> working
> >>     > correctly
> >>     > > >>> after
> >>     > > >>>     > changing
> >>     > > >>>     >     >>> the
> >>     > > >>>     >     >>>     > path to
> >>     > > >>>     >     >>>     >     >>>>> include
> >>     > > >>>     >     >>>     >     >>>>>     > ../../,
> >>     > > >>>     >     >>>     >     >>>>>     >     perhaps
> >> ${artifactfolder} is
> >>     > > >>> being set
> >>     > > >>>     > to a
> >>     > > >>>     >     >>> relative
> >>     > > >>>     >     >>>     > path,
> >>     > > >>>     >     >>>     >     >>>>> but the
> >>     > > >>>     >     >>>     >     >>>>>     > script
> >>     > > >>>     >     >>>     >     >>>>>     >     expects the path to
> be
> >>     > > absolute.
> >>     > > >>> I'm not
> >>     > > >>>     >     >>> familiar with
> >>     > > >>>     >     >>>     > the
> >>     > > >>>     >     >>>     >     >>>>> release
> >>     > > >>>     >     >>>     >     >>>>>     > steps
> >>     > > >>>     >     >>>     >     >>>>>     >     yet, so I'm just
> >> guessing,
> >>     > but
> >>     > > >>> does that
> >>     > > >>>     > make
> >>     > > >>>     >     >>> sense?
> >>     > > >>>     >     >>>     >     >>>>>     >
> >>     > > >>>     >     >>>     >     >>>>>     >     --
> >>     > > >>>     >     >>>     >     >>>>>     >     Josh Tynjala
> >>     > > >>>     >     >>>     >     >>>>>     >     Bowler Hat LLC <
> >>     > > >>>     >     >>>     >     >>>>>     >
> >>     > > >>>     >     >>>     >     >>>>>
> >>     > > >>>     >     >>>     >
> >>     > > >>>     >     >>>
> >>     > > >>>     >
> >>     > > >>>
> >>     > >
> >>     >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899952127&amp;sdata=MWyYYBQV%2F%2B7tzjluvAyH87fu3kXu9meufVT3DlkiNHg%3D&amp;reserved=0
> >>     > > >>>     >     >>>     >     >>>>>     > >
> >>     > > >>>     >     >>>     >     >>>>>     >
> >>     > > >>>     >     >>>     >     >>>>>     >
> >>     > > >>>     >     >>>     >     >>>>>     >     On Wed, Aug 14, 2019
> >> at 9:23
> >>     > AM
> >>     > > >>> Alex
> >>     > > >>>     > Harui
> >>     > > >>>     >     >>>     >     >>>>> <aha...@adobe.com.invalid>
> >>     > > >>>     >     >>>     >     >>>>>     > wrote:
> >>     > > >>>     >     >>>     >     >>>>>     >
> >>     > > >>>     >     >>>     >     >>>>>     >     > Can you explain
> why
> >> that
> >>     > > would
> >>     > > >>> be the
> >>     > > >>>     > right
> >>     > > >>>     >     >>> change?
> >>     > > >>>     >     >>>     >     >>>>> Doesn't make
> >>     > > >>>     >     >>>     >     >>>>>     > sense to
> >>     > > >>>     >     >>>     >     >>>>>     >     > me.
> >>     > > >>>     >     >>>     >     >>>>>     >     >
> >>     > > >>>     >     >>>     >     >>>>>     >     > On 8/14/19, 3:36
> >> AM, "Piotr
> >>     > > >>> Zarzycki" <
> >>     > > >>>     >     >>>     >     >>>>> piotrzarzyck...@gmail.com>
> >>     > > >>>     >     >>>     >     >>>>>     > wrote:
> >>     > > >>>     >     >>>     >     >>>>>     >     >
> >>     > > >>>     >     >>>     >     >>>>>     >     >     So far so
> good.
> >> I did
> >>     > > >>> tweak the
> >>     > > >>>     > script
> >>     > > >>>     >     >>> and was
> >>     > > >>>     >     >>>     > able to
> >>     > > >>>     >     >>>     >     >>>>> upload
> >>     > > >>>     >     >>>     >     >>>>>     >     > artifacts. I
> >>     > > >>>     >     >>>     >     >>>>>     >     >     have changed
> in
> >> each
> >>     > > >>> script:
> >>     > > >>>     >     >>>     >     >>>>>     >     >     Line from:
> >>     > > >>>     >     >>>     >     >>>>>     >     >
> >>     > > >>>     >     >>>     >     >>>>>     >     >     <arg
> >>     > > >>>     >     >>> value="-Dwagon.fromDir=${artifactfolder}
> >>     > > >>>     >     >>>     >     >>>>>     >     >
> >>     > > >>>     >     >>>
> /artifacts/archive/target/checkout/release-dir"
> >>     > > >>>     >     >>>     > />
> >>     > > >>>     >     >>>     >     >>>>>     >     >     To
> >>     > > >>>     >     >>>     >     >>>>>     >     >     <arg
> >>     > > >>>     >     >>>     >
> >> value="-Dwagon.fromDir=../../${artifactfolder}
> >>     > > >>>     >     >>>     >     >>>>>     >     >
> >>     > > >>>     >     >>>
> /artifacts/archive/target/checkout/release-dir"
> >>     > > >>>     >     >>>     > />
> >>     > > >>>     >     >>>     >     >>>>>     >     >
> >>     > > >>>     >     >>>     >     >>>>>     >     >     The very last
> >> thing was
> >>     > > >>> close
> >>     > > >>>     >     >>> repository, so I
> >>     > > >>>     >     >>>     > got
> >>     > > >>>     >     >>>     >     >>>>> some errors
> >>     > > >>>     >     >>>     >     >>>>>     > you can
> >>     > > >>>     >     >>>     >     >>>>>     >     >     check here by
> >> logging
> >>     > > your
> >>     > > >>> Apache
> >>     > > >>>     > handle
> >>     > > >>>     >     >>> [1]
> >>     > > >>>     >     >>>     > related to
> >>     > > >>>     >     >>>     >     >>>>>     > RoyaleUnit [2].
> >>     > > >>>     >     >>>     >     >>>>>     >     >
> >>     > > >>>     >     >>>     >     >>>>>     >     >     Missing
> >> Signature:
> >>     > > >>>     >     >>>     >     >>>>>     >     >
> >>     > > >>>     >     >>>     >     >>>>>     >     >
> >>     > > >>>     >     >>>     >     >>>>>     >
> >>     > > >>>     >     >>>     >     >>>>>
> >>     > > >>>     >     >>>     >
> >>     > > >>>     >     >>>
> >>     > > >>>     >
> >>     > > >>>
> >>     > >
> >>     >
> >>
> '/org/apache/royale/compiler/royaleunit-ant-tasks/0.9.6/royaleunit-ant-tasks-0.9.6.pom.asc'
> >>     > > >>>     >     >>>     >     >>>>>     >     >     does not exist
> >> for
> >>     > > >>>     >     >>>     > 'royaleunit-ant-tasks-0.9.6.pom'.
> >>     > > >>>     >     >>>     >     >>>>>     >     >
> >>     > > >>>     >     >>>     >     >>>>>     >     >     I will try to
> >> figure
> >>     > out
> >>     > > >>> what has
> >>     > > >>>     >     >>> happened, but
> >>     > > >>>     >     >>>     > if
> >>     > > >>>     >     >>>     >     >>>>> someone has
> >>     > > >>>     >     >>>     >     >>>>>     > any
> >>     > > >>>     >     >>>     >     >>>>>     >     > clue to
> >>     > > >>>     >     >>>     >     >>>>>     >     >     that let me
> >> know.
> >>     > > >>>     >     >>>     >     >>>>>     >     >
> >>     > > >>>     >     >>>     >     >>>>>     >     >     [1]
> >>     > > >>>     >     >>>     >     >>>>>     >     >
> >>     > > >>>     >     >>>     >     >>>>>     >
> >>     > > >>>     >     >>>     >     >>>>>
> >>     > > >>>     >     >>>     >
> >>     > > >>>     >     >>>
> >>     > > >>>     >
> >>     > > >>>
> >>     > >
> >>     >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2F%23stagingRepositories&amp;data=02%7C01%7Caharui%40adobe.com%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899952127&amp;sdata=Hh7Xe6XhANm2qwU2RDDgelxxpogPckXVzhh8W3jg3o4%3D&amp;reserved=0
> >>     > > >>>     >     >>>     >     >>>>>     >     >     [2]
> >>     > > >>>     >     >>>     >     >>>>>     >     >
> >>     > > >>>     >     >>>     >     >>>>>     >
> >>     > > >>>     >     >>>     >     >>>>>
> >>     > > >>>     >     >>>     >
> >>     > > >>>     >     >>>
> >>     > > >>>     >
> >>     > > >>>
> >>     > >
> >>     >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpasteboard.co%2FIsDKVTe.png&amp;data=02%7C01%7Caharui%40adobe.com%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899952127&amp;sdata=q5ynKlu9z0z2ikgAFukmTkMYU7%2FfIAqQVVz1hKMCbqo%3D&amp;reserved=0
> >>     > > >>>     >     >>>     >     >>>>>     >     >
> >>     > > >>>     >     >>>     >     >>>>>     >     >     Thanks,
> >>     > > >>>     >     >>>     >     >>>>>     >     >     Piotr
> >>     > > >>>     >     >>>     >     >>>>>     >     >
> >>     > > >>>     >     >>>     >     >>>>>     >     >
> >>     > > >>>     >     >>>     >     >>>>>     >     >     śr., 14 sie
> >> 2019 o
> >>     > 10:58
> >>     > > >>> Carlos
> >>     > > >>>     > Rovira <
> >>     > > >>>     >     >>>     >     >>>>> carlosrov...@apache.org>
> >>     > > >>>     >     >>>     >     >>>>>     >     > napisał(a):
> >>     > > >>>     >     >>>     >     >>>>>     >     >
> >>     > > >>>     >     >>>     >     >>>>>     >     >     > Hi Alex,
> >>     > > >>>     >     >>>     >     >>>>>     >     >     >
> >>     > > >>>     >     >>>     >     >>>>>     >     >     > El lun., 12
> >> ago.
> >>     > 2019 a
> >>     > > >>> las
> >>     > > >>>     > 19:30,
> >>     > > >>>     >     >>> Alex Harui
> >>     > > >>>     >     >>>     >     >>>>>     >     >
> >> (<aha...@adobe.com.invalid
> >>     > >)
> >>     > > >>>     >     >>>     >     >>>>>     >     >     > escribió:
> >>     > > >>>     >     >>>     >     >>>>>     >     >     >
> >>     > > >>>     >     >>>     >     >>>>>     >     >     > > Also, the
> >> other
> >>     > > >>> committers
> >>     > > >>>     > should be
> >>     > > >>>     >     >>> aware
> >>     > > >>>     >     >>>     > that an
> >>     > > >>>     >     >>>     >     >>>>> RC is
> >>     > > >>>     >     >>>     >     >>>>>     > being
> >>     > > >>>     >     >>>     >     >>>>>     >     > created
> >>     > > >>>     >     >>>     >     >>>>>     >     >     > > because
> >> they see
> >>     > the
> >>     > > >>> emails
> >>     > > >>>     > being
> >>     > > >>>     >     >>> sent by
> >>     > > >>>     >     >>>     > the CI
> >>     > > >>>     >     >>>     >     >>>>> server and
> >>     > > >>>     >     >>>     >     >>>>>     > ask
> >>     > > >>>     >     >>>     >     >>>>>     >     > the RM to
> >>     > > >>>     >     >>>     >     >>>>>     >     >     > > agree to
> >> accept a
> >>     > > >>> commit to the
> >>     > > >>>     >     >>> release
> >>     > > >>>     >     >>>     > branch
> >>     > > >>>     >     >>>     >     >>>>> instead of the
> >>     > > >>>     >     >>>     >     >>>>>     >     > develop
> >>     > > >>>     >     >>>     >     >>>>>     >     >     > > branch.
> >>     > > >>>     >     >>>     >     >>>>>     >     >     >
> >>     > > >>>     >     >>>     >     >>>>>     >     >     >
> >>     > > >>>     >     >>>     >     >>>>>     >     >     > AFAIK, we
> >> should
> >>     > always
> >>     > > >>> commit
> >>     > > >>>     > to dev
> >>     > > >>>     >     >>> branch
> >>     > > >>>     >     >>>     > and not
> >>     > > >>>     >     >>>     >     >>>>> to release
> >>     > > >>>     >     >>>     >     >>>>>     >     > branch.
> >>     > > >>>     >     >>>     >     >>>>>     >     >     > Releases are
> >> cut from
> >>     > > >>> develop.
> >>     > > >>>     > Only
> >>     > > >>>     >     >>> hot-fixes
> >>     > > >>>     >     >>>     > use to
> >>     > > >>>     >     >>>     >     >>>>> be
> >>     > > >>>     >     >>>     >     >>>>>     > branches
> >>     > > >>>     >     >>>     >     >>>>>     >     > that have
> >>     > > >>>     >     >>>     >     >>>>>     >     >     > commits that
> >> fix
> >>     > > >>> something
> >>     > > >>>     > important
> >>     > > >>>     >     >>> in the
> >>     > > >>>     >     >>>     > release
> >>     > > >>>     >     >>>     >     >>>>> and then
> >>     > > >>>     >     >>>     >     >>>>>     > use to
> >>     > > >>>     >     >>>     >     >>>>>     >     > be
> >>     > > >>>     >     >>>     >     >>>>>     >     >     > merged back
> to
> >>     > develop
> >>     > > >>> and
> >>     > > >>>     > master.
> >>     > > >>>     >     >>> Making
> >>     > > >>>     >     >>>     > commits to
> >>     > > >>>     >     >>>     >     >>>>> release
> >>     > > >>>     >     >>>     >     >>>>>     >     > branches could
> >>     > > >>>     >     >>>     >     >>>>>     >     >     > bring some
> >> confusion
> >>     > > and
> >>     > > >>>     > problems.
> >>     > > >>>     >     >>>     >     >>>>>     >     >     >
> >>     > > >>>     >     >>>     >     >>>>>     >     >     > At least
> from
> >> is
> >>     > what I
> >>     > > >>> always
> >>     > > >>>     > learnt
> >>     > > >>>     >     >>> and used
> >>     > > >>>     >     >>>     > [1]
> >>     > > >>>     >     >>>     >     >>>>>     >     >     >
> >>     > > >>>     >     >>>     >     >>>>>     >     >     > [1]
> >>     > > >>>     >     >>>     >     >>>>>     >     >
> >>     > > >>>     >     >>>     >     >>>>>     >
> >>     > > >>>     >     >>>     >     >>>>>
> >>     > > >>>     >     >>>     >
> >>     > > >>>     >     >>>
> >>     > > >>>     >
> >>     > > >>>
> >>     > >
> >>     >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fnvie.com%2Fposts%2Fa-successful-git-branching-model%2F&amp;data=02%7C01%7Caharui%40adobe.com%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899952127&amp;sdata=uOMzX9dmVafDvnmOsPOPB1gyv8QfLcCp43SgBER8szA%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%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899952127&amp;sdata=aB4XAEVp06wrUGQ87E3uTRjLYAiJvd8A922Fqlg3Myk%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%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899952127&amp;sdata=7xz10Ipb%2BPUr%2BARq8CrGqSVKq6Cot9w42eVJ9%2BtPMso%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%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899952127&amp;sdata=7xz10Ipb%2BPUr%2BARq8CrGqSVKq6Cot9w42eVJ9%2BtPMso%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%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899952127&amp;sdata=7xz10Ipb%2BPUr%2BARq8CrGqSVKq6Cot9w42eVJ9%2BtPMso%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%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899952127&amp;sdata=7xz10Ipb%2BPUr%2BARq8CrGqSVKq6Cot9w42eVJ9%2BtPMso%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%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899952127&amp;sdata=7xz10Ipb%2BPUr%2BARq8CrGqSVKq6Cot9w42eVJ9%2BtPMso%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%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899952127&amp;sdata=7xz10Ipb%2BPUr%2BARq8CrGqSVKq6Cot9w42eVJ9%2BtPMso%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%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899962123&amp;sdata=grVafPwrjebOhwjUA3941At%2F0%2Fjmk%2Bt%2B8AkFpMHBbmw%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%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899962123&amp;sdata=grVafPwrjebOhwjUA3941At%2F0%2Fjmk%2Bt%2B8AkFpMHBbmw%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%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899962123&amp;sdata=grVafPwrjebOhwjUA3941At%2F0%2Fjmk%2Bt%2B8AkFpMHBbmw%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%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899962123&amp;sdata=grVafPwrjebOhwjUA3941At%2F0%2Fjmk%2Bt%2B8AkFpMHBbmw%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%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899962123&amp;sdata=grVafPwrjebOhwjUA3941At%2F0%2Fjmk%2Bt%2B8AkFpMHBbmw%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%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899962123&amp;sdata=grVafPwrjebOhwjUA3941At%2F0%2Fjmk%2Bt%2B8AkFpMHBbmw%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%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899962123&amp;sdata=grVafPwrjebOhwjUA3941At%2F0%2Fjmk%2Bt%2B8AkFpMHBbmw%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%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899962123&amp;sdata=grVafPwrjebOhwjUA3941At%2F0%2Fjmk%2Bt%2B8AkFpMHBbmw%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%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899962123&amp;sdata=grVafPwrjebOhwjUA3941At%2F0%2Fjmk%2Bt%2B8AkFpMHBbmw%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%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899962123&amp;sdata=grVafPwrjebOhwjUA3941At%2F0%2Fjmk%2Bt%2B8AkFpMHBbmw%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%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899962123&amp;sdata=grVafPwrjebOhwjUA3941At%2F0%2Fjmk%2Bt%2B8AkFpMHBbmw%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%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899972117&amp;sdata=c9LpC8ucuMLEgzSbeXhXiploZljmugfDoR6cm8MYOHo%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%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899972117&amp;sdata=c9LpC8ucuMLEgzSbeXhXiploZljmugfDoR6cm8MYOHo%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%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899972117&amp;sdata=c9LpC8ucuMLEgzSbeXhXiploZljmugfDoR6cm8MYOHo%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%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899972117&amp;sdata=c9LpC8ucuMLEgzSbeXhXiploZljmugfDoR6cm8MYOHo%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%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899972117&amp;sdata=c9LpC8ucuMLEgzSbeXhXiploZljmugfDoR6cm8MYOHo%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%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899972117&amp;sdata=c9LpC8ucuMLEgzSbeXhXiploZljmugfDoR6cm8MYOHo%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%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899972117&amp;sdata=c9LpC8ucuMLEgzSbeXhXiploZljmugfDoR6cm8MYOHo%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%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899972117&amp;sdata=c9LpC8ucuMLEgzSbeXhXiploZljmugfDoR6cm8MYOHo%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%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899972117&amp;sdata=c9LpC8ucuMLEgzSbeXhXiploZljmugfDoR6cm8MYOHo%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%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899972117&amp;sdata=c9LpC8ucuMLEgzSbeXhXiploZljmugfDoR6cm8MYOHo%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%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899972117&amp;sdata=c9LpC8ucuMLEgzSbeXhXiploZljmugfDoR6cm8MYOHo%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>*

Reply via email to