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%7Cdd67a5a447364dbbe21908d7223029d2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637015462571597421&sdata=bvzbqWWuRT8CPIsl03qxIO8OF9n3btvCEVdfoN%2FL83c%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 it is version where script >>>>> failing, >>>>> cause there wasn't "../../". Let me know if it's enough actually. >>>>> >>>>> [1] >>>>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2Fzvxoi&data=02%7C01%7Caharui%40adobe.com%7Cdd67a5a447364dbbe21908d7223029d2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637015462571597421&sdata=cpG%2BXauXqyeesomOmZD6pH%2FVpcwzdDwzlRW9PzXfXjQ%3D&reserved=0 >>>>> >>>>> czw., 15 sie 2019 o 22:37 Alex Harui <[email protected]> >>>>> napisał(a): >>>>> >>>>> > That's a possibility. I only used absolute paths. >>>>> > >>>>> > Piotr, it would nice to see the Windows console output including >>>>> the paths >>>>> > you gave to help make this process more robust. >>>>> > >>>>> > -Alex >>>>> > >>>>> > On 8/15/19, 1:21 PM, "Josh Tynjala" <[email protected]> >>>>> wrote: >>>>> > >>>>> > If it started working correctly after changing the path to >>>>> include >>>>> > ../../, >>>>> > perhaps ${artifactfolder} is being set to a relative path, >>>>> but the >>>>> > script >>>>> > expects the path to be absolute. I'm not familiar with the >>>>> release >>>>> > steps >>>>> > yet, so I'm just guessing, but does that make sense? >>>>> > >>>>> > -- >>>>> > Josh Tynjala >>>>> > Bowler Hat LLC < >>>>> > >>>>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&data=02%7C01%7Caharui%40adobe.com%7Cdd67a5a447364dbbe21908d7223029d2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637015462571597421&sdata=01Mv4m2HxIm%2BPJIQSjr2pry6I7MP0LmUBFz9pejLB%2Bs%3D&reserved=0 >>>>> > > >>>>> > >>>>> > >>>>> > On Wed, Aug 14, 2019 at 9:23 AM Alex Harui >>>>> <[email protected]> >>>>> > wrote: >>>>> > >>>>> > > Can you explain why that would be the right change? >>>>> Doesn't make >>>>> > sense to >>>>> > > me. >>>>> > > >>>>> > > On 8/14/19, 3:36 AM, "Piotr Zarzycki" < >>>>> [email protected]> >>>>> > wrote: >>>>> > > >>>>> > > So far so good. I did tweak the script and was able to >>>>> upload >>>>> > > artifacts. I >>>>> > > have changed in each script: >>>>> > > Line from: >>>>> > > >>>>> > > <arg value="-Dwagon.fromDir=${artifactfolder} >>>>> > > /artifacts/archive/target/checkout/release-dir" /> >>>>> > > To >>>>> > > <arg value="-Dwagon.fromDir=../../${artifactfolder} >>>>> > > /artifacts/archive/target/checkout/release-dir" /> >>>>> > > >>>>> > > The very last thing was close repository, so I got >>>>> some errors >>>>> > you can >>>>> > > check here by logging your Apache handle [1] related to >>>>> > RoyaleUnit [2]. >>>>> > > >>>>> > > Missing Signature: >>>>> > > >>>>> > > >>>>> > >>>>> '/org/apache/royale/compiler/royaleunit-ant-tasks/0.9.6/royaleunit-ant-tasks-0.9.6.pom.asc' >>>>> > > does not exist for 'royaleunit-ant-tasks-0.9.6.pom'. >>>>> > > >>>>> > > I will try to figure out what has happened, but if >>>>> someone has >>>>> > any >>>>> > > clue to >>>>> > > that let me know. >>>>> > > >>>>> > > [1] >>>>> > > >>>>> > >>>>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2F%23stagingRepositories&data=02%7C01%7Caharui%40adobe.com%7Cdd67a5a447364dbbe21908d7223029d2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637015462571597421&sdata=bDi0ULmjYzEm%2F4xPt%2BlJnEuQV4ZBi3M216nkse3Gzrw%3D&reserved=0 >>>>> > > [2] >>>>> > > >>>>> > >>>>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpasteboard.co%2FIsDKVTe.png&data=02%7C01%7Caharui%40adobe.com%7Cdd67a5a447364dbbe21908d7223029d2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637015462571597421&sdata=8J%2BvhW4MX4muo692hlfrpp5qTV8QIefGon2Lh8GTFRA%3D&reserved=0 >>>>> > > >>>>> > > Thanks, >>>>> > > Piotr >>>>> > > >>>>> > > >>>>> > > śr., 14 sie 2019 o 10:58 Carlos Rovira < >>>>> [email protected]> >>>>> > > napisał(a): >>>>> > > >>>>> > > > Hi Alex, >>>>> > > > >>>>> > > > El lun., 12 ago. 2019 a las 19:30, Alex Harui >>>>> > > (<[email protected]>) >>>>> > > > escribió: >>>>> > > > >>>>> > > > > Also, the other committers should be aware that an >>>>> RC is >>>>> > being >>>>> > > created >>>>> > > > > because they see the emails being sent by the CI >>>>> server and >>>>> > ask >>>>> > > the RM to >>>>> > > > > agree to accept a commit to the release branch >>>>> instead of the >>>>> > > develop >>>>> > > > > branch. >>>>> > > > >>>>> > > > >>>>> > > > AFAIK, we should always commit to dev branch and not >>>>> to release >>>>> > > branch. >>>>> > > > Releases are cut from develop. Only hot-fixes use to >>>>> be >>>>> > branches >>>>> > > that have >>>>> > > > commits that fix something important in the release >>>>> and then >>>>> > use to >>>>> > > be >>>>> > > > merged back to develop and master. Making commits to >>>>> release >>>>> > > branches could >>>>> > > > bring some confusion and problems. >>>>> > > > >>>>> > > > At least from is what I always learnt and used [1] >>>>> > > > >>>>> > > > [1] >>>>> > > >>>>> > >>>>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fnvie.com%2Fposts%2Fa-successful-git-branching-model%2F&data=02%7C01%7Caharui%40adobe.com%7Cdd67a5a447364dbbe21908d7223029d2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637015462571597421&sdata=D4vuivDaYgpuqfIhHMVzY%2Fyj%2F9xJg%2FLv7bE8jb9l7cs%3D&reserved=0 >>>>> > > > >>>>> > > > -- >>>>> > > > Carlos Rovira >>>>> > > > >>>>> > > >>>>> > >>>>> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&data=02%7C01%7Caharui%40adobe.com%7Cdd67a5a447364dbbe21908d7223029d2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637015462571597421&sdata=Y38mSuffZfsF6c%2BP5OLHoloTGDRCH3slHQiMRpbw5jk%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%7Cdd67a5a447364dbbe21908d7223029d2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637015462571597421&sdata=2mlOqQq1tS7BV2VCxLJZH5gssBia74xH5K2Bp2Py93U%3D&reserved=0 >>>>> > > < >>>>> > > >>>>> > >>>>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Cdd67a5a447364dbbe21908d7223029d2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637015462571597421&sdata=2mlOqQq1tS7BV2VCxLJZH5gssBia74xH5K2Bp2Py93U%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%7Cdd67a5a447364dbbe21908d7223029d2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637015462571607415&sdata=q1Wt4BfBR0VTVUxQL5KJ61d9bSQAvPnXfeMUlXMp77I%3D&reserved=0 >>>>> < >>>>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Cdd67a5a447364dbbe21908d7223029d2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637015462571607415&sdata=q1Wt4BfBR0VTVUxQL5KJ61d9bSQAvPnXfeMUlXMp77I%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%7Cdd67a5a447364dbbe21908d7223029d2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637015462571607415&sdata=q1Wt4BfBR0VTVUxQL5KJ61d9bSQAvPnXfeMUlXMp77I%3D&reserved=0 >>>> <https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Cdd67a5a447364dbbe21908d7223029d2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637015462571607415&sdata=q1Wt4BfBR0VTVUxQL5KJ61d9bSQAvPnXfeMUlXMp77I%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%7Cdd67a5a447364dbbe21908d7223029d2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637015462571607415&sdata=q1Wt4BfBR0VTVUxQL5KJ61d9bSQAvPnXfeMUlXMp77I%3D&reserved=0 >>> <https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Cdd67a5a447364dbbe21908d7223029d2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637015462571607415&sdata=q1Wt4BfBR0VTVUxQL5KJ61d9bSQAvPnXfeMUlXMp77I%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%7Cdd67a5a447364dbbe21908d7223029d2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637015462571607415&sdata=q1Wt4BfBR0VTVUxQL5KJ61d9bSQAvPnXfeMUlXMp77I%3D&reserved=0 >> <https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Cdd67a5a447364dbbe21908d7223029d2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637015462571607415&sdata=q1Wt4BfBR0VTVUxQL5KJ61d9bSQAvPnXfeMUlXMp77I%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%7Cdd67a5a447364dbbe21908d7223029d2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637015462571607415&sdata=q1Wt4BfBR0VTVUxQL5KJ61d9bSQAvPnXfeMUlXMp77I%3D&reserved=0 > <https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Cdd67a5a447364dbbe21908d7223029d2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637015462571607415&sdata=q1Wt4BfBR0VTVUxQL5KJ61d9bSQAvPnXfeMUlXMp77I%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%7Cdd67a5a447364dbbe21908d7223029d2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637015462571607415&sdata=q1Wt4BfBR0VTVUxQL5KJ61d9bSQAvPnXfeMUlXMp77I%3D&reserved=0 <https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Cdd67a5a447364dbbe21908d7223029d2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637015462571607415&sdata=q1Wt4BfBR0VTVUxQL5KJ61d9bSQAvPnXfeMUlXMp77I%3D&reserved=0>*
