Piotr,

Again, I am asking you to get in the mindset of a developer and not just a 
user.  You can see that the Ant script is making some updates.  You can verify 
that the release branch does not have 0.9.7 for the release.version in 
build.properties.  You can see there is 1 commit pending in royale-asjs.  You 
can see that the build.properties did get changed to have release.version=0.9.7.

So, you will have to investigate further.  What is in that commit?  Is this 
output from a fresh start of cloning the repo or could that commit be from a 
previous run?  How could Git change a file but not report it?  Maybe add some 
<echo> tags or use -verbose to get more output.  But just giving me minimal 
information and waiting for me to guess as to what to do next is not very 
efficient, IMO.

Thanks,
-Alex

On 10/4/19, 4:01 AM, "Piotr Zarzycki" <piotrzarzyck...@gmail.com> wrote:

    Hi Alex,
    
    Git status after failing for all 3 repos [1].
    
    Here is how build.properties look like after performing update.versions
    target [2].
    
    I will skip some part to move forward but update.versions is important.
    
    [1] 
https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2Fl3zs9&amp;data=02%7C01%7Caharui%40adobe.com%7Ce698bee1f6c14909189a08d748ba43bf%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637057837153205594&amp;sdata=xBLjNOwyVKVNWQyKw%2F2%2F2pJD5KKl5ZgzxbCxoaVPrSI%3D&amp;reserved=0
    [2] 
https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2F0zvou&amp;data=02%7C01%7Caharui%40adobe.com%7Ce698bee1f6c14909189a08d748ba43bf%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637057837153205594&amp;sdata=nmPTpAqG5dWUT%2BglHfM%2BQwpUEzvL%2F59P9GQ%2BqYQUvEs%3D&amp;reserved=0
    
    Thanks,
    Piotr
    
    czw., 3 paź 2019 o 17:49 Alex Harui <aha...@adobe.com.invalid> napisał(a):
    
    > What does "git status" show in the 3 repos?
    >
    > The update.versions should have at least changed the build.properties file
    > in the repo.
    >
    > You can try skipping over steps by listing the steps on the command line.
    > You might need to list some pre-requisite steps before or add them to the
    > "depends" of the step that needs it.
    >
    > ant -e -f releasecandidate.xml -Drelease.version=0.9.6 -Drc=3
    > update.versions merge_rc_to_develop release.maven.staging.repo
    >
    > -Alex
    >
    > On 10/3/19, 1:49 AM, "Piotr Zarzycki" <piotrzarzyck...@gmail.com> wrote:
    >
    >     Those are the steps from the script which need to be done still:
    >
    >     1)  <antcall target="update.versions" />
    >     2) <antcall target="merge_rc_to_develop" />
    >     3) <antcall target="release.maven.staging.repo" />
    >
    >     Number #1 is failing.
    >
    >
    >     czw., 3 paź 2019 o 10:41 Piotr Zarzycki <piotrzarzyck...@gmail.com>
    >     napisał(a):
    >
    >     > It looks like we already have:
    >     > 1) Successfully published npm:
    >     >
    > 
https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2F%40apache-royale%2Froyale-js&amp;data=02%7C01%7Caharui%40adobe.com%7Ce698bee1f6c14909189a08d748ba43bf%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637057837153205594&amp;sdata=m35lsvR0DTt5MVy0Y5pgDbcIaUexq72ZnmMNjaeakJI%3D&amp;reserved=0
    >     > 2) Successfully published which can be updated on the website:
    >     >
    > 
https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.apache.org%2Fdyn%2Fcloser.lua%2Froyale%2F0.9.6%2Fbinaries%2Fapache-royale-0.9.6-bin-js.tar.gz&amp;data=02%7C01%7Caharui%40adobe.com%7Ce698bee1f6c14909189a08d748ba43bf%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637057837153205594&amp;sdata=bHENqecd10JZ0BvQvyDsgYXNm%2FHSAIZYM%2F5aKmifyr8%3D&amp;reserved=0
    >     >
    >     > Thanks,
    >     > Piotr
    >     >
    >     > czw., 3 paź 2019 o 10:33 Piotr Zarzycki <piotrzarzyck...@gmail.com>
    >     > napisał(a):
    >     >
    >     >> I have used npm password from private and went trough publishing
    > npm and
    >     >> it's failed on next step update.version with the same error. Here
    > you go
    >     >> full log [1].
    >     >>
    >     >> What will happen if I run publish npm stuff again ? I can omit that
    > part
    >     >> in the next attempt.
    >     >>
    >     >> Om can you check whether my npm publish stuff went ok ?
    >     >>
    >     >> [1]
    > 
https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2Fyl06d&amp;data=02%7C01%7Caharui%40adobe.com%7Ce698bee1f6c14909189a08d748ba43bf%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637057837153205594&amp;sdata=yusB%2Bj5z5%2BZZsOFkUS8X4FKK0OYJnRK0EvTf9aBK7Uo%3D&amp;reserved=0
    >     >>
    >     >> Thanks,
    >     >> Piotr
    >     >>
    >     >> Thanks,
    >     >> Piotr
    >     >>
    >     >> śr., 2 paź 2019 o 18:40 Alex Harui <aha...@adobe.com.invalid>
    > napisał(a):
    >     >>
    >     >>> Responses inline...
    >     >>>
    >     >>> On 10/2/19, 1:37 AM, "Piotr Zarzycki" <piotrzarzyck...@gmail.com>
    >     >>> wrote:
    >     >>>
    >     >>>     Just to understand something. releasecandidate script is using
    > tag
    >     >>> instead
    >     >>>     release branch to whole operation of increase version ?
    >     >>>
    >     >>> No, the  "get_head_of_rc_branches" target should get you the head.
    >     >>>
    >     >>>     > Hi,
    >     >>>     >
    >     >>>     > I just tried releasecandidate script. It contains following
    > steps.
    >     >>>     >
    >     >>>     > <antcall target="release.tag" />
    >     >>>     >         <!-- this is intended to merge the tag to master
    > because
    >     >>> it should
    >     >>>     > have the right versions in it -->
    >     >>>     >         <antcall target="merge_rc_to_master" />
    >     >>>     >         <antcall target="get_head_of_rc_branches" />
    >     >>>     >         <antcall target="release.npm" />
    >     >>>     >         <antcall target="update.versions" />
    >     >>>     >         <antcall target="merge_rc_to_develop" />
    >     >>>     >         <antcall target="release.maven.staging.repo" />
    >     >>>     >
    >     >>>     > One step previous was move in svn binaries from dev folder 
to
    >     >>> release - I
    >     >>>     > omit that cause I did it already manually. Launching
    > following
    >     >>> steps I
    >     >>>     > reached release.npm - Which requires login and password to
    > npm - I
    >     >>>     > omitted that as well. Next was update.versions and it failed
    > with
    >     >>> following
    >     >>>     > stack trace [1]
    >     >>>     >
    >     >>>
    >     >>> The login and password is available in the private@ archives.
    >     >>>
    >     >>>
    >     >>>     > In mentioned lines in the stacktrace I have:
    >     >>>     >
    >     >>>     > Line 1088:
    >     >>>     > <antcall target="update.versions" />
    >     >>>     >
    >     >>>     > Line 1216:
    >     >>>     > <exec executable="${git}" dir="${compiler}"
    > failonerror="true" >
    >     >>>     >             <arg value="commit" />
    >     >>>     >             <arg value="-m" />
    >     >>>     >             <arg value="update version to
    > ${new.release.version}"
    >     >>> />
    >     >>>     >         </exec>
    >     >>>     >
    >     >>>     > [1]
    >     >>>
    > 
https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2F15biu&amp;data=02%7C01%7Caharui%40adobe.com%7Ce698bee1f6c14909189a08d748ba43bf%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637057837153205594&amp;sdata=j0L9S186%2Bv62nrVCd4%2FIla6M4FhuEHH%2FsPOvFOkEQEc%3D&amp;reserved=0
    >     >>>
    >     >>> You did not post the whole log, so it is possible you missed a
    > step.
    >     >>> There is almost no way there shouldn't be changes and the head
    > should not
    >     >>> be detached.
    >     >>>
    >     >>> -Alex
    >     >>>
    >     >>>
    >     >>
    >     >> --
    >     >>
    >     >> Piotr Zarzycki
    >     >>
    >     >> Patreon: *
    > 
https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Ce698bee1f6c14909189a08d748ba43bf%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637057837153205594&amp;sdata=BC3PliN2649MpSQtqofNyzCoRmayFyA%2BjWaqpRIyt0I%3D&amp;reserved=0
    >     >> <
    > 
https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Ce698bee1f6c14909189a08d748ba43bf%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637057837153215593&amp;sdata=bXLy3D4xuipGD5McAFmWZ%2FDzsrIWHa6BRXFZkImph0U%3D&amp;reserved=0
    > >*
    >     >>
    >     >
    >     >
    >     > --
    >     >
    >     > Piotr Zarzycki
    >     >
    >     > Patreon: *
    > 
https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Ce698bee1f6c14909189a08d748ba43bf%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637057837153215593&amp;sdata=bXLy3D4xuipGD5McAFmWZ%2FDzsrIWHa6BRXFZkImph0U%3D&amp;reserved=0
    >     > <
    > 
https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Ce698bee1f6c14909189a08d748ba43bf%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637057837153215593&amp;sdata=bXLy3D4xuipGD5McAFmWZ%2FDzsrIWHa6BRXFZkImph0U%3D&amp;reserved=0
    > >*
    >     >
    >
    >
    >     --
    >
    >     Piotr Zarzycki
    >
    >     Patreon: *
    > 
https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Ce698bee1f6c14909189a08d748ba43bf%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637057837153215593&amp;sdata=bXLy3D4xuipGD5McAFmWZ%2FDzsrIWHa6BRXFZkImph0U%3D&amp;reserved=0
    >     <
    > 
https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Ce698bee1f6c14909189a08d748ba43bf%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637057837153215593&amp;sdata=bXLy3D4xuipGD5McAFmWZ%2FDzsrIWHa6BRXFZkImph0U%3D&amp;reserved=0
    > >*
    >
    >
    >
    
    -- 
    
    Piotr Zarzycki
    
    Patreon: 
*https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Ce698bee1f6c14909189a08d748ba43bf%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637057837153215593&amp;sdata=bXLy3D4xuipGD5McAFmWZ%2FDzsrIWHa6BRXFZkImph0U%3D&amp;reserved=0
    
<https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7Ce698bee1f6c14909189a08d748ba43bf%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637057837153215593&amp;sdata=bXLy3D4xuipGD5McAFmWZ%2FDzsrIWHa6BRXFZkImph0U%3D&amp;reserved=0>*
    

Reply via email to