What I understand now is that since I have updated release branches I need to perform maven artifacts builds, but not only - tag for RC1 should be changed as well. Probably I need to start perform for each repository step which creates for me tag, but before this is happening I need to remove existing one. Am I right?
wt., 10 wrz 2019 o 07:00 Piotr Zarzycki <[email protected]> napisał(a): > Hi Alex, > > Ok I have updated each branches with newest changes from develop by cherry > pickup. What actually now ? Should I perform without reverting anything ? > [1] - I will try that today - it shouldn't break anything. > > [1] > https://github.com/apache/royale-asjs/wiki/Release-Steps-Jobs-On-Jenkins#fail-and-revert > > > Thanks, > Piotr > > sob., 7 wrz 2019 o 17:51 Alex Harui <[email protected]> napisał(a): > >> Hi Piotr, >> >> Sure, time limitations may affect how much "development" you can do, but >> consider that if everyone ends up taking the same approach, then every >> future RM is going to spend time running into these issues, or make >> mistakes manually uploading the artifacts and cause people to spend time >> examining more than one release candidate. This is the key difference that >> I am pointing out. I've definitely seen you work through tough problems, >> but most coding issues don't have as much impact on the others on the team. >> >> There is no one right answer to how much sacrifice you should make for >> the project, but I asked several times for console output and never got >> it. It might have been nice for you to report how long these steps took on >> your Windows computer so future RM's could plan ahead or we could >> investigate optimizations or breaking steps into other pieces. Now the >> next RM will have the responsibility for experiencing these long builds and >> sharing that information. >> >> Regarding the current RC, I will try it later today, but I agree with >> Andrew Wetmore that we need to have current RELEASE_NOTES, so this RC >> should not be the one released, but I will run other checks on it to see if >> there are other issues. Andrew's proposal for the release notes sounds >> good to me so he or you should commit it to the release branch along with >> the link I used in prior release notes that point to our wiki. That way we >> can note other things later. >> >> For sure, thank you for the time and effort to get this far. >> >> -Alex >> >> On 9/7/19, 12:28 AM, "Piotr Zarzycki" <[email protected]> wrote: >> >> Hi Alex, >> >> That is only partially true what you are saying. Cause I'm definitely >> not >> the person, developer who when reaching some wall do not try to >> resolve it >> on it's own - Not that is not me. >> >> However in case of Royale release it's partially true, but let me >> explain >> why I asked first rather fix and ask: >> >> Building Royale framework on Windows is extremely long - and this is >> not >> limitation of my PC - I'm not the only one who experiencing such >> issue. You >> can definitely imagine that adding one line of echo and rebuild >> framework >> using releasesteps.xml can be challenge. - waiting 50 minutes. - Yeah >> I can >> do other stuff during that time, but it is not always possible. >> >> When I switched to Mac - all those problems simply gone. No hang on >> some >> files, building is two times faster, uploading working. - No problem >> at >> all. >> >> I simply wanted to count on people who are here, without hesitation >> ask for >> help even if I'm in a user mode - I'm doing that very rare. >> >> To all of you who are seeing now VOTE thread - please take some time >> and >> start voting, cause we finally have what we are trying to achieve for >> so >> many months. >> >> Thanks, >> Piotr >> >> sob., 7 wrz 2019 o 01:14 Alex Harui <[email protected]> >> napisał(a): >> >> > Those of you in favor of debugging the automation later must >> volunteer to >> > be the next RMs and do the debugging. >> > >> > Piotr, I'm sorry this effort took longer than expected, but IMO, >> that's >> > because I apparently could not convince you to take a developer >> instead of >> > user mindset. By guessing at solutions and not providing console >> output >> > for others to help with or adding diagnostic output to the scripts, >> several >> > of your attempts failed which took a lot of your time. I'm pretty >> sure I >> > said earlier that the release process is not a product developed and >> > maintained by me. We need other people to be able to maintain and >> debug >> > Maven and Ant scripts. >> > >> > Similarly, I have not, nor has anyone else, tried a bunch of >> different >> > runtime configurations. I don't know what would happen if you use a >> > different console window for each step. I don't think the previous >> step >> > leaves environment variables for the next step, but I can't be sure >> of >> > that. But the steps do set up files and folders to be used by the >> next >> > steps. So if a working copy is not found at the folder specified, >> the >> > earlier step that tried to establish that working copy needs to be >> examined. >> > >> > Should this release get the votes to go out, the >> releasecandidate.xml >> > scripts have steps that merge branches and bump version numbers for >> Ant >> > (Maven should already be bumped). Personally, I think we need to >> have some >> > sort of updated RELEASE_NOTES file. >> > >> > When I get done with migrating WebService, and fixing any issues >> with >> > virtual scrolling in ADG I will attempt to run the steps on Windows >> that >> > failed for Piotr. But all of you who want to see more releases >> more often >> > need to try to find time to pitch in to improve the process. >> > >> > My 2 cents, >> > -Alex >> > >> > On 9/6/19, 3:59 AM, "Carlos Rovira" <[email protected]> >> wrote: >> > >> > Hi, >> > >> > maybe is not so bad to end this 0.9.6 manually, since there was >> many >> > progress in that front. Does not need necessarily be "all or >> nothing". >> > Or >> > 100% success. >> > Releasing now 0.9.6 can make lower the stress a bit and make a >> the >> > 0.9.7 in >> > few more weeks catch the final problems. As soon as we have this >> > working >> > and documentation more polished we can go to 1.0. We can even >> go from >> > 0.9.7 >> > to 1.0 without necessarily do releases for 0.9.8 and 0.9.9 >> > >> > just my 2ctns >> > >> > >> > >> > El vie., 6 sept. 2019 a las 11:00, Piotr Zarzycki (< >> > [email protected]>) escribió: >> > >> > > Hi Alex, >> > > >> > > I would love to encourage more people to be RM, but >> unfortunately my >> > time >> > > which I should spend on that release was exceeded at least >> double. I >> > prefer >> > > make now manually commit than deal with it - I'm sorry about >> that. >> > > >> > > As for console output - you are saying that previous steps >> matters >> > to that >> > > one ? I sounds like I should do previous step in the same >> console >> > window >> > > cause it's influences current one. >> > > >> > > Thanks, >> > > Piotr >> > > >> > > śr., 4 wrz 2019 o 18:52 Alex Harui <[email protected]> >> > napisał(a): >> > > >> > > > Piotr, >> > > > >> > > > Well, I can't tell you what to do, but if we want to >> encourage more >> > > > frequent releases and more people volunteering to be the >> RM, at >> > some >> > > point, >> > > > somebody else besides me has to either create a rather >> complex >> > > step-by-step >> > > > manual/runbook or help debug these scripts. I'm willing to >> help >> > with the >> > > > latter, but I cannot without seeing the console output of >> prior >> > steps. >> > > > This is a process or sequence. The steps you run before >> matter to >> > the >> > > step >> > > > you are trying to run now. >> > > > >> > > > -Alex >> > > > >> > > > On 9/4/19, 9:19 AM, "Piotr Zarzycki" < >> [email protected]> >> > wrote: >> > > > >> > > > Hi Alex, >> > > > >> > > > I know that is the goal, but I simply failed to meet >> those >> > goals and >> > > I >> > > > gave >> > > > up on that. I have artifacts and I would like to release >> > Royale - >> > > > that's >> > > > may goal, whether I do this in 90% automatically and 10% >> > manually >> > > > after so >> > > > many hours of work it doesn't matter to me now. >> > > > >> > > > You are seeing full console output actually. Nothing >> more >> > happen >> > > there. >> > > > >> > > > Thanks, >> > > > Piotr >> > > > >> > > > śr., 4 wrz 2019 o 18:11 Alex Harui >> <[email protected]> >> > > > napisał(a): >> > > > >> > > > > 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%7Cc25ddbbad0ec426389e908d73364eb9f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637034380905411524&sdata=%2B8Pc94P4XUK%2FDEK4vz%2FdA9JzjbLH2nfDsKlw1XDjRR4%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%7Cc25ddbbad0ec426389e908d73364eb9f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637034380905421517&sdata=T%2BDE0XNE86GTFlE8nEfUTnVhcFVSNTnQC05DgAcwgac%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%7Cc25ddbbad0ec426389e908d73364eb9f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637034380905421517&sdata=dwyibf2CTouuBbZDGYYFiK1rnXdJLHfkCIEHoiHa3H8%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%7Cc25ddbbad0ec426389e908d73364eb9f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637034380905421517&sdata=XjfcqJYPNLIjToxkRlc00w8zMlOK8D3NiRuky4c1c0c%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%7Cc25ddbbad0ec426389e908d73364eb9f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637034380905421517&sdata=gknOYQfZj%2B6O3O7Yn5ZR59cGJr9C2dnOtW6kWk2ijlY%3D&reserved=0 >> > > > > >>> > > > > >> > > > > [2] >> > > > > >>> > > >> > > > > >>> > >> > > > > >>> >> > > > > >> > > > >> > > >> > >> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2F2dd6c&data=02%7C01%7Caharui%40adobe.com%7Cc25ddbbad0ec426389e908d73364eb9f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637034380905421517&sdata=F5ekavXdPhmWcgXJiy08jejLOkQweXXd3OWh4K1sInE%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%7Cc25ddbbad0ec426389e908d73364eb9f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637034380905421517&sdata=DNhnnpNBSs2WWx31Tugii%2FuEb%2Bwhve%2Fgwiyg0hoOLCg%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%7Cc25ddbbad0ec426389e908d73364eb9f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637034380905421517&sdata=T2wPTDZfcLyhm5VOLZzcgTKcTqdNgVdu%2FTmZR90Wj1g%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%7Cc25ddbbad0ec426389e908d73364eb9f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637034380905421517&sdata=XjfcqJYPNLIjToxkRlc00w8zMlOK8D3NiRuky4c1c0c%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%7Cc25ddbbad0ec426389e908d73364eb9f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637034380905421517&sdata=nMhEcgG9dhv3Of%2Bosf7fhJ2arhgtLiCmaPHj3oYBG6Q%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%7Cc25ddbbad0ec426389e908d73364eb9f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637034380905421517&sdata=bn91mjSw7lOEJD4Uyfci5OW5g5FH6HYCG38LboYdKvw%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%7Cc25ddbbad0ec426389e908d73364eb9f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637034380905431518&sdata=qYdAe1uVtZIqVy6LeuC3BfKRO4SRZmBHP1d4b67g8pU%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%7Cc25ddbbad0ec426389e908d73364eb9f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637034380905431518&sdata=XElO9N3kgY%2FQFNeIhjefN%2BdqMwSldx5blHHxsiqX4Kc%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%7Cc25ddbbad0ec426389e908d73364eb9f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637034380905431518&sdata=Otsmm8q953g0qgq4uIxpujkP01SF6TAls1IYARaMylc%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%7Cc25ddbbad0ec426389e908d73364eb9f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637034380905431518&sdata=qKzYqNY1%2FnP7P0j7Wpzm40csE7BQ7KwNQJaMzjob9yM%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%7Cc25ddbbad0ec426389e908d73364eb9f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637034380905431518&sdata=S1rbczj6ksbUacRdIa6bp5BJ6cG%2B36%2BVgDBE8oambLY%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%7Cc25ddbbad0ec426389e908d73364eb9f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637034380905431518&sdata=jMmXdfSthIt1hxQhK3B7tKHUj0sTGdEWcLLY7SVk9Bw%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%7Cc25ddbbad0ec426389e908d73364eb9f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637034380905431518&sdata=v6U9xpaVtZoQZyJ4taNuNtPoEmXviJQp6SlJntKEM0g%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%7Cc25ddbbad0ec426389e908d73364eb9f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637034380905431518&sdata=wbvuSe0R40UXYAAX2Yyf2u9%2FXSa2ZtvldlnNkfF0c3U%3D&reserved=0 >> > > > > >>> > < >> > > > > >> > > > >> > > >> > >> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Cc25ddbbad0ec426389e908d73364eb9f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637034380905431518&sdata=wbvuSe0R40UXYAAX2Yyf2u9%2FXSa2ZtvldlnNkfF0c3U%3D&reserved=0 >> > > > > >* >> > > > > >>> > >> > > > > >>> >> > > > > >>> Patreon: * >> > > > > >> > > > >> > > >> > >> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Cc25ddbbad0ec426389e908d73364eb9f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637034380905441514&sdata=Ajl9JV6MWbrQjf%2B8SUaMHihiC3aOjIu%2FoDxvaold%2Fso%3D&reserved=0 >> > > > > >>> < >> > > > > >> > > > >> > > >> > >> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Cc25ddbbad0ec426389e908d73364eb9f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637034380905441514&sdata=Ajl9JV6MWbrQjf%2B8SUaMHihiC3aOjIu%2FoDxvaold%2Fso%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%7Cc25ddbbad0ec426389e908d73364eb9f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637034380905441514&sdata=Ajl9JV6MWbrQjf%2B8SUaMHihiC3aOjIu%2FoDxvaold%2Fso%3D&reserved=0 >> > > > > >> < >> > > > > >> > > > >> > > >> > >> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Cc25ddbbad0ec426389e908d73364eb9f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637034380905441514&sdata=Ajl9JV6MWbrQjf%2B8SUaMHihiC3aOjIu%2FoDxvaold%2Fso%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%7Cc25ddbbad0ec426389e908d73364eb9f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637034380905441514&sdata=Ajl9JV6MWbrQjf%2B8SUaMHihiC3aOjIu%2FoDxvaold%2Fso%3D&reserved=0 >> > > > > > < >> > > > > >> > > > >> > > >> > >> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Cc25ddbbad0ec426389e908d73364eb9f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637034380905441514&sdata=Ajl9JV6MWbrQjf%2B8SUaMHihiC3aOjIu%2FoDxvaold%2Fso%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%7Cc25ddbbad0ec426389e908d73364eb9f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637034380905441514&sdata=Ajl9JV6MWbrQjf%2B8SUaMHihiC3aOjIu%2FoDxvaold%2Fso%3D&reserved=0 >> > > > > < >> > > > > >> > > > >> > > >> > >> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Cc25ddbbad0ec426389e908d73364eb9f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637034380905441514&sdata=Ajl9JV6MWbrQjf%2B8SUaMHihiC3aOjIu%2FoDxvaold%2Fso%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%7Cc25ddbbad0ec426389e908d73364eb9f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637034380905441514&sdata=Ajl9JV6MWbrQjf%2B8SUaMHihiC3aOjIu%2FoDxvaold%2Fso%3D&reserved=0 >> > > > < >> > > > >> > > >> > >> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Cc25ddbbad0ec426389e908d73364eb9f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637034380905441514&sdata=Ajl9JV6MWbrQjf%2B8SUaMHihiC3aOjIu%2FoDxvaold%2Fso%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%7Cc25ddbbad0ec426389e908d73364eb9f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637034380905441514&sdata=Ajl9JV6MWbrQjf%2B8SUaMHihiC3aOjIu%2FoDxvaold%2Fso%3D&reserved=0 >> > > < >> > >> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Cc25ddbbad0ec426389e908d73364eb9f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637034380905451501&sdata=DDXKTO%2BUMhWnEqD8EkHbiDO5oYO%2BIbf8WkQ%2F%2FwunBHU%3D&reserved=0 >> > >* >> > > >> > >> > >> > -- >> > Carlos Rovira >> > >> > >> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&data=02%7C01%7Caharui%40adobe.com%7Cc25ddbbad0ec426389e908d73364eb9f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637034380905451501&sdata=guGBjeE99d7GG%2B8KxXsAwxyiPgZsys0Yom9firpIyb4%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%7Cc25ddbbad0ec426389e908d73364eb9f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637034380905451501&sdata=DDXKTO%2BUMhWnEqD8EkHbiDO5oYO%2BIbf8WkQ%2F%2FwunBHU%3D&reserved=0 >> < >> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Cc25ddbbad0ec426389e908d73364eb9f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637034380905451501&sdata=DDXKTO%2BUMhWnEqD8EkHbiDO5oYO%2BIbf8WkQ%2F%2FwunBHU%3D&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>*
