Again, the goal is here to debug the scripts, not to skip them. And it is hard to help without console output to examine.
Yes, you have set the variables, but have the other steps run that generate an SVN working copy at that destination? Show the console output related to it. HTH, -Alex On 9/4/19, 9:01 AM, "Piotr Zarzycki" <[email protected]> wrote: From that point I will probably upload artifacts manually and run RC1. śr., 4 wrz 2019 o 16:30 Piotr Zarzycki <[email protected]> napisał(a): > It looks like I have another problems. Target for uploading ant artifacts > is failing: > > ant -f releasesteps_asjs.xml Release_Step_013_Upload > -Drelease.version=0.9.6 -Drc=1 > > Buildfile: /Users/piotr/Downloads/royale/releasesteps_asjs.xml > > check-name-and-svn: > [echo] Name: 'Piotr Zarzycki' > [echo] svn.dist.dev: /Users/piotr/Downloads/royale/dist/dev > [echo] svn.dist.release: /Users/piotr/Downloads/royale/dist/release > [echo] svn: /usr/bin/svn > > BUILD FAILED > /Users/piotr/Downloads/royale/releasesteps_asjs.xml:1537: The svn.dist.dev > property is not set to the working copy for > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdist.apache.org%2Frepos%2Fdist%2Fdev&data=02%7C01%7Caharui%40adobe.com%7C4e25cee076954707866508d731511a64%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637032096735701135&sdata=5fZN5a4KNvVznt%2B7QTEXIAhUg0UxwYJzDLCnKfm%2B9pM%3D&reserved=0. > > As you can see above I have all properties setup cause I made an echo. I > don't understand what is happening... > > Thanks, > Piotr > > śr., 4 wrz 2019 o 13:13 Piotr Zarzycki <[email protected]> > napisał(a): > >> I was able to produce ant artifacts on Mac! I will try get an RC1 today. >> >> śr., 4 wrz 2019 o 11:11 Yishay Weiss <[email protected]> napisał(a): >> >>> Here’s what I’ve got. >>> >>> >>> >>> ANT_HOME >>> >>> C:\dev\ant\apache-ant-1.10.1 >>> >>> >>> >>> ________________________________ >>> From: Piotr Zarzycki <[email protected]> >>> Sent: Wednesday, September 4, 2019 11:56:02 AM >>> To: [email protected] <[email protected]> >>> Subject: Re: Discuss of release steps preparation >>> >>> Hi Yishay, >>> >>> It was pretty stupid from my sight. I was certain that I have this env >>> variable setup, cause ant is working for me. I have no idea how. Let me >>> set >>> it and see whether it help. >>> >>> Thanks, >>> Piotr >>> >>> śr., 4 wrz 2019 o 10:37 Yishay Weiss <[email protected]> >>> napisał(a): >>> >>> > > >>> > >>> /Users/piotr/Downloads/royale/release/releaseasjs_ant/sources/royale-asjs/build.xml:1636: >>> > >>> /Users/piotr/Downloads/royale/release/releaseasjs_ant/sources/royale-asjs/${env.ANT_HOME}/lib >>> > does not exist. >>> > >>> > >>> > >>> > Is ANT_HOME env var defined? >>> > >>> > >>> > >>> > ________________________________ >>> > From: Piotr Zarzycki <[email protected]> >>> > Sent: Wednesday, September 4, 2019 11:24:09 AM >>> > To: [email protected] <[email protected]> >>> > Subject: Re: Discuss of release steps preparation >>> > >>> > Hi, >>> > >>> > It moved farther, but failed with different stacktrace [1]. I will try >>> to >>> > investigate this, unless someone has immediate idea why I got that >>> issue. >>> > >>> > [1] https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2Fr48at&data=02%7C01%7Caharui%40adobe.com%7C4e25cee076954707866508d731511a64%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637032096735701135&sdata=kqeCxKyMxz%2BZJuyDByWfU4Sp6mCRVIbr7bdK5GKFDr0%3D&reserved=0 >>> > >>> > Thanks, >>> > Piotr >>> > >>> > śr., 4 wrz 2019 o 07:36 Alex Harui <[email protected]> >>> napisał(a): >>> > >>> > > FWIW, my Mac has: >>> > > >>> > > FLASHPLAYER_DEBUGGER='/Users/xxxx/yyy/Flash Player >>> > > Debugger.app/Contents/MacOS/Flash Player Debugger' >>> > > >>> > > Note the single quotes instead of escaped spaces as described in the >>> > > README. I think some code in Ant or the compiler doesn't handle >>> escaping >>> > > spaces correctly. >>> > > >>> > > The point of having someone else be the RM is to debug the Ant >>> scripts >>> > and >>> > > other parts of the release process, and also to make sure at least >>> one >>> > > other person on this project knows how these scripts work and can >>> help >>> > > maintain them. So even if you do get it working on Mac it will still >>> > mean >>> > > that there is a bug in the process on Windows. I could go try the >>> > scripts >>> > > on Windows, but I'd rather see someone else learn how to debug these >>> > > scripts. I do not think I've seen any console output posted that >>> might >>> > > give a clue as to why those files get locked, nor have I seen any >>> mention >>> > > of modifying the scripts to add more debugging output around where >>> Ant >>> > > tasks get loaded. >>> > > >>> > > I haven't tried this myself, but there are supposedly tools to show >>> what >>> > > app has locked a file: >>> > > >>> > >>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fhelpcenter.gsx.com%2Fhc%2Fen-us%2Farticles%2F115015880627-How-to-Identify-which-Windows-Process-is-Locking-a-File-or-Folder&data=02%7C01%7Caharui%40adobe.com%7C4e25cee076954707866508d731511a64%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637032096735701135&sdata=P0nazKz0qWGBShnV0VnS74DcqW8FqAzpbaW5IpVjoBQ%3D&reserved=0 >>> > > >>> > > HTH, >>> > > -Alex >>> > > >>> > > On 9/3/19, 2:27 PM, "Piotr Zarzycki" <[email protected]> >>> wrote: >>> > > >>> > > Carlos, >>> > > >>> > > I have both, but I'm prime user on Windows. Mac is used only to >>> test >>> > > stuff >>> > > ;) >>> > > >>> > > I have failed so many times on Windows so I decided configure >>> stuff >>> > on >>> > > Mac >>> > > and try there. >>> > > >>> > > I will try tomorrow some of your tips. >>> > > >>> > > Thanks, >>> > > Piotr >>> > > >>> > > On Tue, Sep 3, 2019, 7:39 PM Carlos Rovira < >>> [email protected]> >>> > > wrote: >>> > > >>> > > > Hi Piotr, sorry I didn't recall that you're on windows, not >>> Mac. So >>> > > all the >>> > > > "Content" stuff is not valid, is something Mac related. >>> > > > >>> > > > El mar., 3 sept. 2019 a las 18:50, Piotr Zarzycki (< >>> > > > [email protected]>) escribió: >>> > > > >>> > > > > ok it failed. How should I put in bash_profile file this >>> path so >>> > > it would >>> > > > > be understandable? >>> > > > > >>> > > > > export >>> > > > > >>> > > > > >>> > > > >>> > > >>> > >>> FLASHPLAYER_DEBUGGER=/Users/piotr/Downloads/player/flashplayer.app/Contents/MacOS/Flash >>> > > > > Player Debugger >>> > > > > >>> > > > > On Windows we would probably go with: >>> > > > > >>> > > > > >>> > > > > >>> > > > >>> > > >>> > >>> FLASHPLAYER_DEBUGGER="/Users/piotr/Downloads/player/flashplayer.app/Contents/MacOS/Flash >>> > > > > Player Debugger" >>> > > > > >>> > > > > >>> > > > > >>> > > > > >>> > > > > >>> > > > > wt., 3 wrz 2019 o 18:34 Piotr Zarzycki < >>> > [email protected]> >>> > > > > napisał(a): >>> > > > > >>> > > > > > I have path exactly the same as Josh mention placed in bash >>> > > script. I >>> > > > > just >>> > > > > > run build and will see whether this help. However after >>> > printenv >>> > > I see >>> > > > > that >>> > > > > > path is cutted cause there are spaces in file name. On >>> windows >>> > > it would >>> > > > > not >>> > > > > > work, but maybe on it is different. We will see. >>> > > > > > >>> > > > > > wt., 3 wrz 2019 o 17:32 Carlos Rovira < >>> [email protected] >>> > > >>> > > > > > napisał(a): >>> > > > > > >>> > > > > >> Hi Piotr, this is what I use in my .bash_profile: >>> > > > > >> >>> > > > > >> export FLASHPLAYER_DEBUGGER=/Applications/Flash\ >>> > > > > >> Player.app/Contents/MacOS/Flash\ Player\ Debugger >>> > > > > >> >>> > > > > >> >>> > > > > >> El mar., 3 sept. 2019 a las 17:04, Piotr Zarzycki (< >>> > > > > >> [email protected]>) escribió: >>> > > > > >> >>> > > > > >> > Hey Josh, >>> > > > > >> > >>> > > > > >> > Thank you so much! I will check it out soon. >>> > > > > >> > >>> > > > > >> > On Tue, Sep 3, 2019, 4:48 PM Josh Tynjala < >>> > > > [email protected]> >>> > > > > >> > wrote: >>> > > > > >> > >>> > > > > >> > > I think you need to point to the executable inside of >>> the >>> > > .app >>> > > > file. >>> > > > > >> So >>> > > > > >> > > it's something like this: >>> > > > > >> > > >>> > > > > >> > > /Applications/Flash Player.app/Contents/MacOS/Flash >>> Player >>> > > > Debugger >>> > > > > >> > > >>> > > > > >> > > I may not have that exactly right because I'm on >>> Windows >>> > at >>> > > the >>> > > > > >> moment, >>> > > > > >> > and >>> > > > > >> > > I can't check. However, if you right-click the .app >>> file, >>> > > and >>> > > > choose >>> > > > > >> Show >>> > > > > >> > > Package Contents, you can dig in there and find the >>> > correct >>> > > path. >>> > > > > >> > > >>> > > > > >> > > -- >>> > > > > >> > > Josh Tynjala >>> > > > > >> > > Bowler Hat LLC < >>> > > >>> > >>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&data=02%7C01%7Caharui%40adobe.com%7C4e25cee076954707866508d731511a64%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637032096735701135&sdata=XDO9H30qsJC9vLolMCiOMzhDtUeCmF6A4pdzIvBJNAU%3D&reserved=0 >>> > > > >>> > > > > >> > > >>> > > > > >> > > >>> > > > > >> > > On Tue, Sep 3, 2019 at 6:56 AM Piotr Zarzycki < >>> > > > > >> [email protected] >>> > > > > >> > > >>> > > > > >> > > wrote: >>> > > > > >> > > >>> > > > > >> > > > In Mac is different - maybe I setup it wrong. Does >>> > anyone >>> > > know >>> > > > > >> whether >>> > > > > >> > I >>> > > > > >> > > > should setup it to "flashplayer.app" or just >>> > > "flashplayer"? >>> > > > > >> > > > >>> > > > > >> > > > Thanks, >>> > > > > >> > > > Piotr >>> > > > > >> > > > >>> > > > > >> > > > >>> > > > > >> > > > >>> > > > > >> > > > On Tue, Sep 3, 2019, 3:18 PM Yishay Weiss < >>> > > > [email protected] >>> > > > > > >>> > > > > >> > > wrote: >>> > > > > >> > > > >>> > > > > >> > > > > All failures look to be on flash tests. Are you >>> sure >>> > > you’re >>> > > > > >> pointing >>> > > > > >> > at >>> > > > > >> > > > > the right FLASHPLAYER_DEBUGGER? >>> > > > > >> > > > > >>> > > > > >> > > > > >>> > > > > >> > > > > >>> > > > > >> > > > > I have env var >>> > > > > >> > > > > >>> > > > > >> > > > > >>> > > > > >> > > > > >>> > > > > >> > > > > FLASHPLAYER_DEBUGGER >>> > > > > >> > > > > >>> > > > > >> > > > > == >>> > > > > >> > > > > >>> > > > > >> > > > > C:\dev\flash\flashplayer_18_sa_debug.exe >>> > > > > >> > > > > >>> > > > > >> > > > > >>> > > > > >> > > > > >>> > > > > >> > > > > ________________________________ >>> > > > > >> > > > > From: Piotr Zarzycki <[email protected]> >>> > > > > >> > > > > Sent: Tuesday, September 3, 2019 3:53:24 PM >>> > > > > >> > > > > To: [email protected] <[email protected]> >>> > > > > >> > > > > Subject: Re: Discuss of release steps preparation >>> > > > > >> > > > > >>> > > > > >> > > > > Ok but in folder junit-reprots there were two >>> files >>> > > [1][2] >>> > > > > >> > > > > >>> > > > > >> > > > > [1] >>> > > >>> > >>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2Ffu49t&data=02%7C01%7Caharui%40adobe.com%7C4e25cee076954707866508d731511a64%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637032096735701135&sdata=bJBeCGy4fc9oryku%2BoOEMcCuIyhZDQahVDPnqT57Wo8%3D&reserved=0 >>> > > > > >> > > > > [2] >>> > > >>> > >>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2F2dd6c&data=02%7C01%7Caharui%40adobe.com%7C4e25cee076954707866508d731511a64%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637032096735701135&sdata=hJphzqy%2BQveFaUNnF6%2FaAcG2cdoIuPIUaIZXH7WSwL0%3D&reserved=0 >>> > > > > >> > > > > >>> > > > > >> > > > > wt., 3 wrz 2019 o 14:46 Piotr Zarzycki < >>> > > > > [email protected] >>> > > > > >> > >>> > > > > >> > > > > napisał(a): >>> > > > > >> > > > > >>> > > > > >> > > > > > Hi Yishay, >>> > > > > >> > > > > > >>> > > > > >> > > > > > Interesting. In that folder there is no such >>> file as >>> > > it's on >>> > > > > >> > > > stacktrace. >>> > > > > >> > > > > > There are only swf files -> >>> > > >>> > >>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fibb.co%2F7vh7MnD&data=02%7C01%7Caharui%40adobe.com%7C4e25cee076954707866508d731511a64%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637032096735711125&sdata=DkrEEp%2BRhh05gW9hhRACwj1d3R8dDePPfiysJa8c0%2Fw%3D&reserved=0 >>> > > > > >> > > > > > >>> > > > > >> > > > > > Thanks, >>> > > > > >> > > > > > Piotr >>> > > > > >> > > > > > >>> > > > > >> > > > > > wt., 3 wrz 2019 o 14:40 Yishay Weiss < >>> > > > [email protected]> >>> > > > > >> > > > > 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 < >>> [email protected]> >>> > > > > >> > > > > >> Sent: Tuesday, September 3, 2019 2:52:11 PM >>> > > > > >> > > > > >> To: [email protected] < >>> [email protected]> >>> > > > > >> > > > > >> 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://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2Fkzm3t&data=02%7C01%7Caharui%40adobe.com%7C4e25cee076954707866508d731511a64%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637032096735711125&sdata=5SHn4f2MRTh6QR1Nir2H1HPDwd2OKZ77%2F555ol50m4w%3D&reserved=0 >>> > > > > >> > > > > >> >>> > > > > >> > > > > >> >>> > > > > >> > > > > >> >>> > > > > >> > > > > >> wt., 3 wrz 2019 o 12:20 Piotr Zarzycki < >>> > > > > >> [email protected] >>> > > > > >> > > >>> > > > > >> > > > > >> 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 >>> > > > > <[email protected] >>> > > > > >> > >>> > > > > >> > > > > >> 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" < >>> > > > > >> > > [email protected]> >>> > > > > >> > > > > >> 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 < >>> > > > > >> > > > [email protected] >>> > > > > >> > > > > > >>> > > > > >> > > > > >> >> 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&data=02%7C01%7Caharui%40adobe.com%7C4e25cee076954707866508d731511a64%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637032096735711125&sdata=%2BfNDVvFZFn0GV%2B7GTJi%2FRriqW2JnKjXroD89xPTFYl0%3D&reserved=0 >>> > > > > >> > > > > >> >> > >>> > > > > >> > > > > >> >> > >>> > > > > >> > > > > >> >> > >>> > > > > >> > > > > >> >> > On Wed, Aug 28, 2019 at 6:28 AM Piotr >>> > > Zarzycki < >>> > > > > >> > > > > >> >> [email protected]> >>> > > > > >> > > > > >> >> > 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&data=02%7C01%7Caharui%40adobe.com%7C4e25cee076954707866508d731511a64%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637032096735711125&sdata=xm%2FkX5MSv7TbGqRfHDTnvXUD6%2BqUjS1UnHzCLAz%2FHEc%3D&reserved=0 >>> > > > > >> > > > > >> >> > > >>> > > > > >> > > > > >> >> > > Thanks, >>> > > > > >> > > > > >> >> > > Piotr >>> > > > > >> > > > > >> >> > > >>> > > > > >> > > > > >> >> > > śr., 28 sie 2019 o 15:07 Piotr >>> Zarzycki >>> > < >>> > > > > >> > > > > >> >> [email protected]> >>> > > > > >> > > > > >> >> > > 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&data=02%7C01%7Caharui%40adobe.com%7C4e25cee076954707866508d731511a64%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637032096735711125&sdata=EajPOdxxHwFRo0MWsmuveFirWWnY7sQQG4b0B%2FDLsWo%3D&reserved=0 >>> > > > > >> > > > > >> >> > > > >>> > > > > >> > > > > >> >> > > > What can hold that jar file ? >>> > > > > >> > > > > >> >> > > > >>> > > > > >> > > > > >> >> > > > >>> > > > > >> > > > > >> >> > > > >>> > > > > >> > > > > >> >> > > > śr., 28 sie 2019 o 14:23 Piotr >>> > Zarzycki >>> > > < >>> > > > > >> > > > > >> >> [email protected]> >>> > > > > >> > > > > >> >> > > > 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&data=02%7C01%7Caharui%40adobe.com%7C4e25cee076954707866508d731511a64%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637032096735711125&sdata=PFUfmer1NTltnh7mm7QWRKG8eWq7Vub0axo4YlSwGaA%3D&reserved=0 >>> > > > > >> > > > > >> >> > > >> [2] >>> > > > > >> > > > > >> >> > > >> >>> > > > > >> > > > > >> >> > > >>> > > > > >> > > > > >> >> > >>> > > > > >> > > > > >> >> >>> > > > > >> > > > > >> >>> > > > > >> > > > > >>> > > > > >> > > > >>> > > > > >> > > >>> > > > > >> > >>> > > > > >> >>> > > > > >>> > > > >>> > > >>> > >>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fcommit%2F946e1f13c125ad2f3fc74ae56d8cbc462487c3f5&data=02%7C01%7Caharui%40adobe.com%7C4e25cee076954707866508d731511a64%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637032096735711125&sdata=9kxzNSuuU8ElxYnfIo%2Bd1CIjyZC%2FJ4D%2FodtaIfG5rQI%3D&reserved=0 >>> > > > > >> > > > > >> >> > > >> >>> > > > > >> > > > > >> >> > > >> Thanks, >>> > > > > >> > > > > >> >> > > >> Piotr >>> > > > > >> > > > > >> >> > > >> >>> > > > > >> > > > > >> >> > > >> pon., 26 sie 2019 o 08:35 Alex >>> Harui >>> > > > > >> > > > > >> <[email protected] >>> > > > > >> > > > > >> >> > >>> > > > > >> > > > > >> >> > > >> 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" < >>> > > > > >> > > > > >> >> [email protected]> >>> > > > > >> > > > > >> >> > > >>> wrote: >>> > > > > >> > > > > >> >> > > >>> >>> > > > > >> > > > > >> >> > > >>> Links: >>> > > > > >> > > > > >> >> > > >>> >>> > > > > >> > > > > >> >> > > >>> zip1: >>> > > > > >> > > > > >> >> > > >>> >>> > > > > >> > > > > >> >> > > >>> > > > > >> > > > > >> >> > >>> > > > > >> > > > > >> >> >>> > > > > >> > > > > >> >>> > > > > >> > > > > >>> > > > > >> > > > >>> > > > > >> > > >>> > > > > >> > >>> > > > > >> >>> > > > > >>> > > > >>> > > >>> > >>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2F1drv.ms%2Fu%2Fs!ApVpLyjpHDC2ic0S8UffcFPmhXGKGQ%3Fe%3DZstLev&data=02%7C01%7Caharui%40adobe.com%7C4e25cee076954707866508d731511a64%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637032096735711125&sdata=FsgQIh%2FL3vBqXZuAzaj6s4hVdLHxlj%2FrJxxF2VMoxdE%3D&reserved=0 >>> > > > > >> > > > > >> >> > > >>> zip2: >>> > > > > >> > > > > >> >> > > >>> >>> > > > > >> > > > > >> >> > > >>> > > > > >> > > > > >> >> > >>> > > > > >> > > > > >> >> >>> > > > > >> > > > > >> >>> > > > > >> > > > > >>> > > > > >> > > > >>> > > > > >> > > >>> > > > > >> > >>> > > > > >> >>> > > > > >>> > > > >>> > > >>> > >>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2F1drv.ms%2Fu%2Fs!ApVpLyjpHDC2ic0TPORa2P9OKsWRiw%3Fe%3Dk8fQ7T&data=02%7C01%7Caharui%40adobe.com%7C4e25cee076954707866508d731511a64%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637032096735711125&sdata=wIZ%2BFWDCTwAsfSGnqQTejkOif%2Bsq2tuBq7mI6jm1odI%3D&reserved=0 >>> > > > > >> > > > > >> >> > > >>> >>> > > > > >> > > > > >> >> > > >>> Thanks, >>> > > > > >> > > > > >> >> > > >>> Piotr >>> > > > > >> > > > > >> >> > > >>> >>> > > > > >> > > > > >> >> > > >>> pon., 26 sie 2019 o 00:48 >>> Alex >>> > > Harui >>> > > > > >> > > > > >> >> <[email protected]> >>> > > > > >> > > > > >> >> > > >>> 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" >>> > > > < >>> > > > > >> > > > > >> >> > [email protected] >>> > > > > >> > > > > >> >> > > > >>> > > > > >> > > > > >> >> > > >>> 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&data=02%7C01%7Caharui%40adobe.com%7C4e25cee076954707866508d731511a64%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637032096735711125&sdata=d%2Fbn9IoZGYjBlyMMMm24IPQ2nJCqM1tU7jE31M0EjYo%3D&reserved=0 >>> > > > > >> > > > > >> >> > > >>> > >>> > > > > >> > > > > >> >> > > >>> > pon., 26 sie 2019 o >>> 00:01 >>> > > Piotr >>> > > > > >> Zarzycki >>> > > > > >> > < >>> > > > > >> > > > > >> >> > > >>> [email protected]> >>> > > > > >> > > > > >> >> > > >>> > 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 < >>> > > > > >> > > > > >> >> > > >>> > [email protected] >>> > >>> > > > > >> > > > > >> >> > > >>> > > 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 >>> > > > > >> > > > > >> >> > > >>> <[email protected] >>> > > > > >> > > > > >> >> > > >>> > > >>> > > > > >> > > > > >> >> > > >>> > >> 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" < >>> > > > > >> > > > > >> >> > > >>> [email protected]> >>> > > > > >> > > > > >> >> > > >>> > >>> 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&data=02%7C01%7Caharui%40adobe.com%7C4e25cee076954707866508d731511a64%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637032096735721120&sdata=Zm3jOoEe8%2Fxqmz15CMl1PCg2AGlqk9tgMJ9kHzxoJt4%3D&reserved=0 >>> > > > > >> > > > > >> >> > > >>> > >>> >>> > > > > >> > > > > >> >> > > >>> > >>> Thanks, >>> > > > > >> > > > > >> >> > > >>> > >>> Piotr >>> > > > > >> > > > > >> >> > > >>> > >>> >>> > > > > >> > > > > >> >> > > >>> > >>> pt., 16 sie >>> 2019 o >>> > > 18:27 >>> > > > > Alex >>> > > > > >> > Harui >>> > > > > >> > > > > >> >> > > >>> <[email protected]> >>> > > > > >> > > > > >> >> > > >>> > >>> 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" < >>> > > > > >> > > > > >> >> > > >>> > [email protected] >>> > >>> > > > > >> > > > > >> >> > > >>> > >>> 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&data=02%7C01%7Caharui%40adobe.com%7C4e25cee076954707866508d731511a64%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637032096735721120&sdata=uo12pxdV0S%2FBxYHGJj2VH1vrHzLvRkB32sqV2Pg1APs%3D&reserved=0 >>> > > > > >> > > > > >> >> > > >>> > >>> > >>> > > > > >> > > > > >> >> > > >>> > >>> > Thanks, >>> > > > > >> > > > > >> >> > > >>> > >>> > Piotr >>> > > > > >> > > > > >> >> > > >>> > >>> > >>> > > > > >> > > > > >> >> > > >>> > >>> > pt., 16 >>> sie >>> > > 2019 o >>> > > > > 11:08 >>> > > > > >> > > Piotr >>> > > > > >> > > > > >> >> Zarzycki < >>> > > > > >> > > > > >> >> > > >>> > >>> >>> > > [email protected]> >>> > > > > >> > > > > >> >> > > >>> > >>> > >>> 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 < >>> > > > > >> > > > > >> >> > > >>> > >>> >>> > > [email protected]> >>> > > > > >> > > > > >> >> > > >>> > >>> > > >>> > 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 < >>> > > > > >> > > > > >> >> > > >>> > >>> >>> > > [email protected]> >>> > > > > >> > > > > >> >> > > >>> > >>> > >> >>> > 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 < >>> > > > > >> > > > > >> >> > > >>> > >>> >>> > > [email protected] >>> > > > > >> > > > > >> >> > > >>> > >>> > > >>> > > > > >> > > > > >> >> > > >>> > >>> > >>> >>> > > 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 >>> > > > > >> > > > > >> >> > > >>> > >>> >>> > > <[email protected]> >>> > > > > >> > > > > >> >> > > >>> > >>> > >>>> >>> > > 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" >>> > > > > >> > > > > >> >> > < >>> > > > > >> > > > > >> >> > > >>> > >>> > >>> > > > [email protected] >>> > > > > > >>> > > > > >> > > > > >> >> > > >>> > >>> > >>>>> >>> wrote: >>> > > > > >> > > > > >> >> > > >>> > >>> > >>>>> >>> > > > > >> > > > > >> >> > > >>> > >>> > >>>>> >>> > This >>> > > > console >>> > > > > >> > output >>> > > > > >> > > > is >>> > > > > >> > > > > >> here >>> > > > > >> > > > > >> >> [1], >>> > > > > >> > > > > >> >> > but >>> > > > > >> > > >>> > > >>> > > >>> > > >>> > >>> > -- >>> > >>> > Piotr Zarzycki >>> > >>> > Patreon: *https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C4e25cee076954707866508d731511a64%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637032096735721120&sdata=jkJdFLAmVyxQ0q4p9rWZuOhMrfZ9b15UGol3AqLml7A%3D&reserved=0 >>> > <https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C4e25cee076954707866508d731511a64%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637032096735721120&sdata=jkJdFLAmVyxQ0q4p9rWZuOhMrfZ9b15UGol3AqLml7A%3D&reserved=0>* >>> > >>> >>> Patreon: *https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C4e25cee076954707866508d731511a64%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637032096735721120&sdata=jkJdFLAmVyxQ0q4p9rWZuOhMrfZ9b15UGol3AqLml7A%3D&reserved=0 >>> <https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C4e25cee076954707866508d731511a64%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637032096735721120&sdata=jkJdFLAmVyxQ0q4p9rWZuOhMrfZ9b15UGol3AqLml7A%3D&reserved=0>* >>> >> >> >> -- >> >> Piotr Zarzycki >> >> Patreon: *https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C4e25cee076954707866508d731511a64%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637032096735721120&sdata=jkJdFLAmVyxQ0q4p9rWZuOhMrfZ9b15UGol3AqLml7A%3D&reserved=0 >> <https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C4e25cee076954707866508d731511a64%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637032096735721120&sdata=jkJdFLAmVyxQ0q4p9rWZuOhMrfZ9b15UGol3AqLml7A%3D&reserved=0>* >> > > > -- > > Piotr Zarzycki > > Patreon: *https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C4e25cee076954707866508d731511a64%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637032096735721120&sdata=jkJdFLAmVyxQ0q4p9rWZuOhMrfZ9b15UGol3AqLml7A%3D&reserved=0 > <https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C4e25cee076954707866508d731511a64%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637032096735721120&sdata=jkJdFLAmVyxQ0q4p9rWZuOhMrfZ9b15UGol3AqLml7A%3D&reserved=0>* > -- Piotr Zarzycki Patreon: *https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C4e25cee076954707866508d731511a64%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637032096735721120&sdata=jkJdFLAmVyxQ0q4p9rWZuOhMrfZ9b15UGol3AqLml7A%3D&reserved=0 <https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C4e25cee076954707866508d731511a64%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637032096735721120&sdata=jkJdFLAmVyxQ0q4p9rWZuOhMrfZ9b15UGol3AqLml7A%3D&reserved=0>*
