Re: Royale_Release_Step_002 - Build # 50 - Still Failing!

2020-07-13 Thread Harbs
I’m going to try and go with 1. I’ll spend some more time trying to figure out 
the rm credentials thing. If I can’t figure it out, I’m going to have to wait 
for Alex.

> On Jul 13, 2020, at 12:34 PM, Christofer Dutz  
> wrote:
> 
> Ah ok,
> 
> so the build-tools property was updated to the SNAPSHOT version. 
> In my memory the property stayed on the last released version, but seems that 
> was updated a few weeks ago.
> 
> Well in this case you have two options:
> 1) You release the build tools and then update that property to the release 
> version (better option)
> 2) You reset the property to the last released version (quicker but not ideal 
> solution)
> 
> Chris
> 
> 
> Am 13.07.20, 11:21 schrieb "Harbs" :
> 
>So do you have an explanation why the royale-compiler release failed when 
> I tried?
> 
>> On Jul 13, 2020, at 12:19 PM, Christofer Dutz  
>> wrote:
>> 
>> Yeah ... we should,
>> 
>> however it's not really an issue ... It's just something maven would like us 
>> to do and shouldn't cause any harm in the release.
>> 
>> And regarding the upstream changes ... I know what the changes were as I 
>> implemented them. And therefore I would say: 
>> If the last release was reproducible, so should the current one, even 
>> without my changes.
>> 
>> But of course it would be better to release it and to use the new version in 
>> the release of royale.
>> 
>> I just wanted to point out that it's not going to have much/any effect on 
>> the release if you do it or not.
>> 
>> 
>> Chris
>> 
>> 
>> Am 13.07.20, 10:53 schrieb "Harbs" :
>> 
>>   BTW, where should this be fixed?
>>   [WARNING] Some problems were encountered while building the effective 
>> model for 
>> org.apache.royale.compiler:compiler-build-tools:maven-plugin:1.2.1-SNAPSHOT
>>   [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' 
>> must be unique but found duplicate declaration of plugin 
>> org.apache.maven.plugins:maven-javadoc-plugin @ line 129, column 17
>>   [WARNING] 'build.plugins.plugin.version' for 
>> com.theoryinpractise:reproducible-maven-plugin is missing. @ line 204, 
>> column 19
>>   [WARNING] 
>>   [WARNING] It is highly recommended to fix these problems because they 
>> threaten the stability of your build.
>>   [WARNING] 
>>   [WARNING] For this reason, future Maven versions might no longer support 
>> building such malformed projects.
>> 
>> 
>>> On Jul 13, 2020, at 11:50 AM, Harbs  wrote:
>>> 
>>> I don’t know, but there seems to be an upstream dependency which needs to 
>>> be released. Presumably that’s the compiler-build-tools.
>>> 
>>>> On Jul 13, 2020, at 11:44 AM, Christofer Dutz  
>>>> wrote:
>>>> 
>>>> Hi all,
>>>> 
>>>> well I agree that it might be good to release the build tools first, but 
>>>> it seems that the builds were reproducible even without these changes.
>>>> So theoretically it should be possible to do the release without releasing 
>>>> the build tools first.
>>>> 
>>>> Chris
>>>> 
>>>> 
>>>> Am 13.07.20, 09:35 schrieb "Carlos Rovira" :
>>>> 
>>>> Hi,
>>>> 
>>>> ok, now I understand why tools is going to be release, so forgot my
>>>> previous email.
>>>> as others says maven is responsible itself of updating "SNAPSHOTS", you
>>>> don't need to do it manually
>>>> 
>>>> 
>>>> El lun., 13 jul. 2020 a las 8:08, Piotr Zarzycki 
>>>> ()
>>>> escribió:
>>>> 
>>>>> It is also not recommended to do that manually. Maven has special commands
>>>>> for such things.
>>>>> 
>>>>> On Mon, Jul 13, 2020, 8:06 AM Yishay Weiss  wrote:
>>>>> 
>>>>>> You shouldn’t need to remove -SNAPSHOT manually. That should happen as
>>>>>> part of (Royale) release step 2, which run mvn release:prepare [1]
>>>>>> 
>>>>>> [1]
>>>>>> 
>>>>> https://maven.apache.org/maven-release/maven-release-plugin/examples/prepare-release.html
>>>>>> 
>>>>>> From: Harbs<mailto:harbs.li...@gmail.com>
>>>>>> Sent: Sunday, July 12, 2020 10:47 PM
>>>>>> To: Apache Royale Development<mailto:dev@royale.apache.org>
>>>>>> S

Re: Royale_Release_Step_002 - Build # 50 - Still Failing!

2020-07-13 Thread Christofer Dutz
Ah ok,

so the build-tools property was updated to the SNAPSHOT version. 
In my memory the property stayed on the last released version, but seems that 
was updated a few weeks ago.

Well in this case you have two options:
1) You release the build tools and then update that property to the release 
version (better option)
2) You reset the property to the last released version (quicker but not ideal 
solution)

Chris


Am 13.07.20, 11:21 schrieb "Harbs" :

So do you have an explanation why the royale-compiler release failed when I 
tried?

> On Jul 13, 2020, at 12:19 PM, Christofer Dutz  
wrote:
> 
> Yeah ... we should,
> 
> however it's not really an issue ... It's just something maven would like 
us to do and shouldn't cause any harm in the release.
> 
> And regarding the upstream changes ... I know what the changes were as I 
implemented them. And therefore I would say: 
> If the last release was reproducible, so should the current one, even 
without my changes.
> 
> But of course it would be better to release it and to use the new version 
in the release of royale.
> 
> I just wanted to point out that it's not going to have much/any effect on 
the release if you do it or not.
> 
> 
> Chris
> 
> 
> Am 13.07.20, 10:53 schrieb "Harbs" :
> 
>BTW, where should this be fixed?
>[WARNING] Some problems were encountered while building the effective 
model for 
org.apache.royale.compiler:compiler-build-tools:maven-plugin:1.2.1-SNAPSHOT
>[WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' 
must be unique but found duplicate declaration of plugin 
org.apache.maven.plugins:maven-javadoc-plugin @ line 129, column 17
>[WARNING] 'build.plugins.plugin.version' for 
com.theoryinpractise:reproducible-maven-plugin is missing. @ line 204, column 19
>[WARNING] 
>[WARNING] It is highly recommended to fix these problems because they 
threaten the stability of your build.
>[WARNING] 
>[WARNING] For this reason, future Maven versions might no longer 
support building such malformed projects.
> 
> 
>> On Jul 13, 2020, at 11:50 AM, Harbs  wrote:
>> 
>> I don’t know, but there seems to be an upstream dependency which needs 
to be released. Presumably that’s the compiler-build-tools.
>> 
>>> On Jul 13, 2020, at 11:44 AM, Christofer Dutz 
 wrote:
>>> 
>>> Hi all,
>>> 
>>> well I agree that it might be good to release the build tools first, 
but it seems that the builds were reproducible even without these changes.
>>> So theoretically it should be possible to do the release without 
releasing the build tools first.
>>> 
>>> Chris
>>> 
>>> 
>>> Am 13.07.20, 09:35 schrieb "Carlos Rovira" :
>>> 
>>>  Hi,
>>> 
>>>  ok, now I understand why tools is going to be release, so forgot my
>>>  previous email.
>>>  as others says maven is responsible itself of updating "SNAPSHOTS", you
>>>  don't need to do it manually
>>> 
>>> 
>>>  El lun., 13 jul. 2020 a las 8:08, Piotr Zarzycki 
()
>>>  escribió:
>>> 
>>>> It is also not recommended to do that manually. Maven has special 
commands
>>>> for such things.
>>>> 
>>>> On Mon, Jul 13, 2020, 8:06 AM Yishay Weiss  
wrote:
>>>> 
>>>>> You shouldn’t need to remove -SNAPSHOT manually. That should happen as
>>>>> part of (Royale) release step 2, which run mvn release:prepare [1]
>>>>> 
>>>>> [1]
>>>>> 
>>>> 
https://maven.apache.org/maven-release/maven-release-plugin/examples/prepare-release.html
>>>>> 
>>>>> From: Harbs<mailto:harbs.li...@gmail.com>
>>>>> Sent: Sunday, July 12, 2020 10:47 PM
>>>>> To: Apache Royale Development<mailto:dev@royale.apache.org>
>>>>> Subject: Re: Royale_Release_Step_002 - Build # 50 - Still Failing!
>>>>> 
>>>>> Or in other words, how does maven-release-plugin work?
>>>>> 
>>>>>> On Jul 12, 2020, at 10:46 PM, Harbs  wrote:
>>>>>> 
>>>>>> I’m not sure what’s supposed to be happening here. I thought that as
>>>>> part of step 1, the release/0.9.8 branch gets the poms sans the
>>>> -SNAP

Re: Royale_Release_Step_002 - Build # 50 - Still Failing!

2020-07-13 Thread Harbs
So do you have an explanation why the royale-compiler release failed when I 
tried?

> On Jul 13, 2020, at 12:19 PM, Christofer Dutz  
> wrote:
> 
> Yeah ... we should,
> 
> however it's not really an issue ... It's just something maven would like us 
> to do and shouldn't cause any harm in the release.
> 
> And regarding the upstream changes ... I know what the changes were as I 
> implemented them. And therefore I would say: 
> If the last release was reproducible, so should the current one, even without 
> my changes.
> 
> But of course it would be better to release it and to use the new version in 
> the release of royale.
> 
> I just wanted to point out that it's not going to have much/any effect on the 
> release if you do it or not.
> 
> 
> Chris
> 
> 
> Am 13.07.20, 10:53 schrieb "Harbs" :
> 
>BTW, where should this be fixed?
>[WARNING] Some problems were encountered while building the effective 
> model for 
> org.apache.royale.compiler:compiler-build-tools:maven-plugin:1.2.1-SNAPSHOT
>[WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' 
> must be unique but found duplicate declaration of plugin 
> org.apache.maven.plugins:maven-javadoc-plugin @ line 129, column 17
>[WARNING] 'build.plugins.plugin.version' for 
> com.theoryinpractise:reproducible-maven-plugin is missing. @ line 204, column 
> 19
>[WARNING] 
>[WARNING] It is highly recommended to fix these problems because they 
> threaten the stability of your build.
>[WARNING] 
>[WARNING] For this reason, future Maven versions might no longer support 
> building such malformed projects.
> 
> 
>> On Jul 13, 2020, at 11:50 AM, Harbs  wrote:
>> 
>> I don’t know, but there seems to be an upstream dependency which needs to be 
>> released. Presumably that’s the compiler-build-tools.
>> 
>>> On Jul 13, 2020, at 11:44 AM, Christofer Dutz  
>>> wrote:
>>> 
>>> Hi all,
>>> 
>>> well I agree that it might be good to release the build tools first, but it 
>>> seems that the builds were reproducible even without these changes.
>>> So theoretically it should be possible to do the release without releasing 
>>> the build tools first.
>>> 
>>> Chris
>>> 
>>> 
>>> Am 13.07.20, 09:35 schrieb "Carlos Rovira" :
>>> 
>>>  Hi,
>>> 
>>>  ok, now I understand why tools is going to be release, so forgot my
>>>  previous email.
>>>  as others says maven is responsible itself of updating "SNAPSHOTS", you
>>>  don't need to do it manually
>>> 
>>> 
>>>  El lun., 13 jul. 2020 a las 8:08, Piotr Zarzycki 
>>> ()
>>>  escribió:
>>> 
>>>> It is also not recommended to do that manually. Maven has special commands
>>>> for such things.
>>>> 
>>>> On Mon, Jul 13, 2020, 8:06 AM Yishay Weiss  wrote:
>>>> 
>>>>> You shouldn’t need to remove -SNAPSHOT manually. That should happen as
>>>>> part of (Royale) release step 2, which run mvn release:prepare [1]
>>>>> 
>>>>> [1]
>>>>> 
>>>> https://maven.apache.org/maven-release/maven-release-plugin/examples/prepare-release.html
>>>>> 
>>>>> From: Harbs<mailto:harbs.li...@gmail.com>
>>>>> Sent: Sunday, July 12, 2020 10:47 PM
>>>>> To: Apache Royale Development<mailto:dev@royale.apache.org>
>>>>> Subject: Re: Royale_Release_Step_002 - Build # 50 - Still Failing!
>>>>> 
>>>>> Or in other words, how does maven-release-plugin work?
>>>>> 
>>>>>> On Jul 12, 2020, at 10:46 PM, Harbs  wrote:
>>>>>> 
>>>>>> I’m not sure what’s supposed to be happening here. I thought that as
>>>>> part of step 1, the release/0.9.8 branch gets the poms sans the
>>>> -SNAPSHOT,
>>>>> but they still say 0.9.8-SNAPSHOT
>>>>>> 
>>>>>> I tried removing -SNAPSHOT manually, but that didn’t help either.
>>>>>> 
>>>>>> With -SNAPSHOT, I get an error:
>>>>>> 
>>>>>> [ERROR] Failed to execute goal
>>>>> org.apache.maven.plugins:maven-release-plugin:3.0.0-M1:prepare
>>>>> (default-cli) on project royale-compiler-parent: Can't release project
>>>> due
>>>>> to non released dependencies :
>>>>>> [ERROR]
>>>>> 
>>>> org.apache.royale.compiler:compiler-build-tools:maven-plugin:1.2.1-SNAPSHOT:runtime
>>>>>> [ERROR] in project 'Apache Royale: Compiler: Externc'
>>>>> (org.apache.royale.compiler:compiler-externc:jar:0.9.8-SNAPSHOT)
>>>>>> 
>>>>>> 
>>>>>> Without the -SNAPSHOT, I get an error:
>>>>>> [ERROR] Failed to execute goal
>>>>> org.apache.maven.plugins:maven-release-plugin:3.0.0-M1:prepare
>>>>> (default-cli) on project royale-compiler-parent: You don't have a
>>>> SNAPSHOT
>>>>> project in the reactor projects list. -> [Help 1]
>>>>>> Maven is black magic to me… ;-)
>>>>>> 
>>>>>> Any pointers?
>>>>>> 
>>>>>> Harbs
>>>>>> 
>>>>>>> On Jul 12, 2020, at 10:34 PM, apacheroyal...@gmail.com wrote:
>>>>>>> 
>>>>>>> Royale_Release_Step_002 - Build # 50 - Still Failing:
>>>>>>> 
>>>>>>> Check console output at
>>>>> 
>>>> http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_Release_Step_002/50/
>>>>> to view the results.
>>>>>> 
>>>>> 
>>>>> 
>>>> 
>>> 
>>> 
>>>  -- 
>>>  Carlos Rovira
>>>  http://about.me/carlosrovira
>>> 
>> 
> 
> 



Re: Royale_Release_Step_002 - Build # 50 - Still Failing!

2020-07-13 Thread Christofer Dutz
Yeah ... we should,

however it's not really an issue ... It's just something maven would like us to 
do and shouldn't cause any harm in the release.

And regarding the upstream changes ... I know what the changes were as I 
implemented them. And therefore I would say: 
If the last release was reproducible, so should the current one, even without 
my changes.

But of course it would be better to release it and to use the new version in 
the release of royale.

I just wanted to point out that it's not going to have much/any effect on the 
release if you do it or not.


Chris


Am 13.07.20, 10:53 schrieb "Harbs" :

BTW, where should this be fixed?
[WARNING] Some problems were encountered while building the effective model 
for org.apache.royale.compiler:compiler-build-tools:maven-plugin:1.2.1-SNAPSHOT
[WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must 
be unique but found duplicate declaration of plugin 
org.apache.maven.plugins:maven-javadoc-plugin @ line 129, column 17
[WARNING] 'build.plugins.plugin.version' for 
com.theoryinpractise:reproducible-maven-plugin is missing. @ line 204, column 19
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they 
threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support 
building such malformed projects.


> On Jul 13, 2020, at 11:50 AM, Harbs  wrote:
> 
> I don’t know, but there seems to be an upstream dependency which needs to 
be released. Presumably that’s the compiler-build-tools.
> 
>> On Jul 13, 2020, at 11:44 AM, Christofer Dutz 
 wrote:
>> 
>> Hi all,
>> 
>> well I agree that it might be good to release the build tools first, but 
it seems that the builds were reproducible even without these changes.
>> So theoretically it should be possible to do the release without 
releasing the build tools first.
>> 
>> Chris
>> 
>> 
>> Am 13.07.20, 09:35 schrieb "Carlos Rovira" :
>> 
>>   Hi,
>> 
>>   ok, now I understand why tools is going to be release, so forgot my
>>   previous email.
>>   as others says maven is responsible itself of updating "SNAPSHOTS", you
>>   don't need to do it manually
>> 
>> 
>>   El lun., 13 jul. 2020 a las 8:08, Piotr Zarzycki 
()
>>   escribió:
>> 
>>> It is also not recommended to do that manually. Maven has special 
commands
>>> for such things.
>>> 
>>> On Mon, Jul 13, 2020, 8:06 AM Yishay Weiss  
wrote:
>>> 
>>>> You shouldn’t need to remove -SNAPSHOT manually. That should happen as
>>>> part of (Royale) release step 2, which run mvn release:prepare [1]
>>>> 
>>>> [1]
>>>> 
>>> 
https://maven.apache.org/maven-release/maven-release-plugin/examples/prepare-release.html
>>>> 
>>>> From: Harbs<mailto:harbs.li...@gmail.com>
>>>> Sent: Sunday, July 12, 2020 10:47 PM
>>>> To: Apache Royale Development<mailto:dev@royale.apache.org>
>>>> Subject: Re: Royale_Release_Step_002 - Build # 50 - Still Failing!
>>>> 
>>>> Or in other words, how does maven-release-plugin work?
>>>> 
>>>>> On Jul 12, 2020, at 10:46 PM, Harbs  wrote:
>>>>> 
>>>>> I’m not sure what’s supposed to be happening here. I thought that as
>>>> part of step 1, the release/0.9.8 branch gets the poms sans the
>>> -SNAPSHOT,
>>>> but they still say 0.9.8-SNAPSHOT
>>>>> 
>>>>> I tried removing -SNAPSHOT manually, but that didn’t help either.
>>>>> 
>>>>> With -SNAPSHOT, I get an error:
>>>>> 
>>>>> [ERROR] Failed to execute goal
>>>> org.apache.maven.plugins:maven-release-plugin:3.0.0-M1:prepare
>>>> (default-cli) on project royale-compiler-parent: Can't release project
>>> due
>>>> to non released dependencies :
>>>>> [ERROR]
>>>> 
>>> 
org.apache.royale.compiler:compiler-build-tools:maven-plugin:1.2.1-SNAPSHOT:runtime
>>>>> [ERROR] in project 'Apache Royale: Compiler: Externc'
>>>> (org.apache.royale.compiler:compiler-externc:jar:0.9.8-SNAPSHOT)
>>>>> 
>>>>> 
>>>>> Without the -SNAPSHOT, I g

Re: Royale_Release_Step_002 - Build # 50 - Still Failing!

2020-07-13 Thread Harbs
BTW, where should this be fixed?
[WARNING] Some problems were encountered while building the effective model for 
org.apache.royale.compiler:compiler-build-tools:maven-plugin:1.2.1-SNAPSHOT
[WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be 
unique but found duplicate declaration of plugin 
org.apache.maven.plugins:maven-javadoc-plugin @ line 129, column 17
[WARNING] 'build.plugins.plugin.version' for 
com.theoryinpractise:reproducible-maven-plugin is missing. @ line 204, column 19
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten 
the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support 
building such malformed projects.


> On Jul 13, 2020, at 11:50 AM, Harbs  wrote:
> 
> I don’t know, but there seems to be an upstream dependency which needs to be 
> released. Presumably that’s the compiler-build-tools.
> 
>> On Jul 13, 2020, at 11:44 AM, Christofer Dutz  
>> wrote:
>> 
>> Hi all,
>> 
>> well I agree that it might be good to release the build tools first, but it 
>> seems that the builds were reproducible even without these changes.
>> So theoretically it should be possible to do the release without releasing 
>> the build tools first.
>> 
>> Chris
>> 
>> 
>> Am 13.07.20, 09:35 schrieb "Carlos Rovira" :
>> 
>>   Hi,
>> 
>>   ok, now I understand why tools is going to be release, so forgot my
>>   previous email.
>>   as others says maven is responsible itself of updating "SNAPSHOTS", you
>>   don't need to do it manually
>> 
>> 
>>   El lun., 13 jul. 2020 a las 8:08, Piotr Zarzycki 
>> ()
>>   escribió:
>> 
>>> It is also not recommended to do that manually. Maven has special commands
>>> for such things.
>>> 
>>> On Mon, Jul 13, 2020, 8:06 AM Yishay Weiss  wrote:
>>> 
>>>> You shouldn’t need to remove -SNAPSHOT manually. That should happen as
>>>> part of (Royale) release step 2, which run mvn release:prepare [1]
>>>> 
>>>> [1]
>>>> 
>>> https://maven.apache.org/maven-release/maven-release-plugin/examples/prepare-release.html
>>>> 
>>>> From: Harbs<mailto:harbs.li...@gmail.com>
>>>> Sent: Sunday, July 12, 2020 10:47 PM
>>>> To: Apache Royale Development<mailto:dev@royale.apache.org>
>>>> Subject: Re: Royale_Release_Step_002 - Build # 50 - Still Failing!
>>>> 
>>>> Or in other words, how does maven-release-plugin work?
>>>> 
>>>>> On Jul 12, 2020, at 10:46 PM, Harbs  wrote:
>>>>> 
>>>>> I’m not sure what’s supposed to be happening here. I thought that as
>>>> part of step 1, the release/0.9.8 branch gets the poms sans the
>>> -SNAPSHOT,
>>>> but they still say 0.9.8-SNAPSHOT
>>>>> 
>>>>> I tried removing -SNAPSHOT manually, but that didn’t help either.
>>>>> 
>>>>> With -SNAPSHOT, I get an error:
>>>>> 
>>>>> [ERROR] Failed to execute goal
>>>> org.apache.maven.plugins:maven-release-plugin:3.0.0-M1:prepare
>>>> (default-cli) on project royale-compiler-parent: Can't release project
>>> due
>>>> to non released dependencies :
>>>>> [ERROR]
>>>> 
>>> org.apache.royale.compiler:compiler-build-tools:maven-plugin:1.2.1-SNAPSHOT:runtime
>>>>> [ERROR] in project 'Apache Royale: Compiler: Externc'
>>>> (org.apache.royale.compiler:compiler-externc:jar:0.9.8-SNAPSHOT)
>>>>> 
>>>>> 
>>>>> Without the -SNAPSHOT, I get an error:
>>>>> [ERROR] Failed to execute goal
>>>> org.apache.maven.plugins:maven-release-plugin:3.0.0-M1:prepare
>>>> (default-cli) on project royale-compiler-parent: You don't have a
>>> SNAPSHOT
>>>> project in the reactor projects list. -> [Help 1]
>>>>> Maven is black magic to me… ;-)
>>>>> 
>>>>> Any pointers?
>>>>> 
>>>>> Harbs
>>>>> 
>>>>>> On Jul 12, 2020, at 10:34 PM, apacheroyal...@gmail.com wrote:
>>>>>> 
>>>>>> Royale_Release_Step_002 - Build # 50 - Still Failing:
>>>>>> 
>>>>>> Check console output at
>>>> 
>>> http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_Release_Step_002/50/
>>>> to view the results.
>>>>> 
>>>> 
>>>> 
>>> 
>> 
>> 
>>   -- 
>>   Carlos Rovira
>>   http://about.me/carlosrovira
>> 
> 



Re: Royale_Release_Step_002 - Build # 50 - Still Failing!

2020-07-13 Thread Harbs
I don’t know, but there seems to be an upstream dependency which needs to be 
released. Presumably that’s the compiler-build-tools.

> On Jul 13, 2020, at 11:44 AM, Christofer Dutz  
> wrote:
> 
> Hi all,
> 
> well I agree that it might be good to release the build tools first, but it 
> seems that the builds were reproducible even without these changes.
> So theoretically it should be possible to do the release without releasing 
> the build tools first.
> 
> Chris
> 
> 
> Am 13.07.20, 09:35 schrieb "Carlos Rovira" :
> 
>Hi,
> 
>ok, now I understand why tools is going to be release, so forgot my
>previous email.
>as others says maven is responsible itself of updating "SNAPSHOTS", you
>don't need to do it manually
> 
> 
>El lun., 13 jul. 2020 a las 8:08, Piotr Zarzycki 
> ()
>escribió:
> 
>> It is also not recommended to do that manually. Maven has special commands
>> for such things.
>> 
>> On Mon, Jul 13, 2020, 8:06 AM Yishay Weiss  wrote:
>> 
>>> You shouldn’t need to remove -SNAPSHOT manually. That should happen as
>>> part of (Royale) release step 2, which run mvn release:prepare [1]
>>> 
>>> [1]
>>> 
>> https://maven.apache.org/maven-release/maven-release-plugin/examples/prepare-release.html
>>> 
>>> From: Harbs<mailto:harbs.li...@gmail.com>
>>> Sent: Sunday, July 12, 2020 10:47 PM
>>> To: Apache Royale Development<mailto:dev@royale.apache.org>
>>> Subject: Re: Royale_Release_Step_002 - Build # 50 - Still Failing!
>>> 
>>> Or in other words, how does maven-release-plugin work?
>>> 
>>>> On Jul 12, 2020, at 10:46 PM, Harbs  wrote:
>>>> 
>>>> I’m not sure what’s supposed to be happening here. I thought that as
>>> part of step 1, the release/0.9.8 branch gets the poms sans the
>> -SNAPSHOT,
>>> but they still say 0.9.8-SNAPSHOT
>>>> 
>>>> I tried removing -SNAPSHOT manually, but that didn’t help either.
>>>> 
>>>> With -SNAPSHOT, I get an error:
>>>> 
>>>> [ERROR] Failed to execute goal
>>> org.apache.maven.plugins:maven-release-plugin:3.0.0-M1:prepare
>>> (default-cli) on project royale-compiler-parent: Can't release project
>> due
>>> to non released dependencies :
>>>> [ERROR]
>>> 
>> org.apache.royale.compiler:compiler-build-tools:maven-plugin:1.2.1-SNAPSHOT:runtime
>>>> [ERROR] in project 'Apache Royale: Compiler: Externc'
>>> (org.apache.royale.compiler:compiler-externc:jar:0.9.8-SNAPSHOT)
>>>> 
>>>> 
>>>> Without the -SNAPSHOT, I get an error:
>>>> [ERROR] Failed to execute goal
>>> org.apache.maven.plugins:maven-release-plugin:3.0.0-M1:prepare
>>> (default-cli) on project royale-compiler-parent: You don't have a
>> SNAPSHOT
>>> project in the reactor projects list. -> [Help 1]
>>>> Maven is black magic to me… ;-)
>>>> 
>>>> Any pointers?
>>>> 
>>>> Harbs
>>>> 
>>>>> On Jul 12, 2020, at 10:34 PM, apacheroyal...@gmail.com wrote:
>>>>> 
>>>>> Royale_Release_Step_002 - Build # 50 - Still Failing:
>>>>> 
>>>>> Check console output at
>>> 
>> http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_Release_Step_002/50/
>>> to view the results.
>>>> 
>>> 
>>> 
>> 
> 
> 
>-- 
>Carlos Rovira
>http://about.me/carlosrovira
> 



Re: Royale_Release_Step_002 - Build # 50 - Still Failing!

2020-07-13 Thread Christofer Dutz
Hi all,

well I agree that it might be good to release the build tools first, but it 
seems that the builds were reproducible even without these changes.
So theoretically it should be possible to do the release without releasing the 
build tools first.

Chris


Am 13.07.20, 09:35 schrieb "Carlos Rovira" :

Hi,

ok, now I understand why tools is going to be release, so forgot my
previous email.
as others says maven is responsible itself of updating "SNAPSHOTS", you
don't need to do it manually


El lun., 13 jul. 2020 a las 8:08, Piotr Zarzycki 
()
escribió:

> It is also not recommended to do that manually. Maven has special commands
> for such things.
>
> On Mon, Jul 13, 2020, 8:06 AM Yishay Weiss  wrote:
>
> > You shouldn’t need to remove -SNAPSHOT manually. That should happen as
> > part of (Royale) release step 2, which run mvn release:prepare [1]
> >
> > [1]
> >
> 
https://maven.apache.org/maven-release/maven-release-plugin/examples/prepare-release.html
> >
> > From: Harbs<mailto:harbs.li...@gmail.com>
> > Sent: Sunday, July 12, 2020 10:47 PM
> > To: Apache Royale Development<mailto:dev@royale.apache.org>
> > Subject: Re: Royale_Release_Step_002 - Build # 50 - Still Failing!
> >
> > Or in other words, how does maven-release-plugin work?
> >
> > > On Jul 12, 2020, at 10:46 PM, Harbs  wrote:
> > >
> > > I’m not sure what’s supposed to be happening here. I thought that as
> > part of step 1, the release/0.9.8 branch gets the poms sans the
> -SNAPSHOT,
> > but they still say 0.9.8-SNAPSHOT
> > >
> > > I tried removing -SNAPSHOT manually, but that didn’t help either.
> > >
> > > With -SNAPSHOT, I get an error:
> > >
> > > [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-release-plugin:3.0.0-M1:prepare
> > (default-cli) on project royale-compiler-parent: Can't release project
> due
> > to non released dependencies :
> > > [ERROR]
> >
> 
org.apache.royale.compiler:compiler-build-tools:maven-plugin:1.2.1-SNAPSHOT:runtime
> > > [ERROR] in project 'Apache Royale: Compiler: Externc'
> > (org.apache.royale.compiler:compiler-externc:jar:0.9.8-SNAPSHOT)
> > >
> > >
> > > Without the -SNAPSHOT, I get an error:
> > > [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-release-plugin:3.0.0-M1:prepare
> > (default-cli) on project royale-compiler-parent: You don't have a
> SNAPSHOT
> > project in the reactor projects list. -> [Help 1]
> > > Maven is black magic to me… ;-)
> > >
> > > Any pointers?
> > >
> > > Harbs
> > >
> > >> On Jul 12, 2020, at 10:34 PM, apacheroyal...@gmail.com wrote:
> > >>
> > >> Royale_Release_Step_002 - Build # 50 - Still Failing:
> > >>
> > >> Check console output at
> >
> 
http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_Release_Step_002/50/
> > to view the results.
> > >
> >
> >
>


-- 
Carlos Rovira
http://about.me/carlosrovira



Re: Royale_Release_Step_002 - Build # 50 - Still Failing!

2020-07-13 Thread Carlos Rovira
Hi,

ok, now I understand why tools is going to be release, so forgot my
previous email.
as others says maven is responsible itself of updating "SNAPSHOTS", you
don't need to do it manually


El lun., 13 jul. 2020 a las 8:08, Piotr Zarzycki ()
escribió:

> It is also not recommended to do that manually. Maven has special commands
> for such things.
>
> On Mon, Jul 13, 2020, 8:06 AM Yishay Weiss  wrote:
>
> > You shouldn’t need to remove -SNAPSHOT manually. That should happen as
> > part of (Royale) release step 2, which run mvn release:prepare [1]
> >
> > [1]
> >
> https://maven.apache.org/maven-release/maven-release-plugin/examples/prepare-release.html
> >
> > From: Harbs<mailto:harbs.li...@gmail.com>
> > Sent: Sunday, July 12, 2020 10:47 PM
> > To: Apache Royale Development<mailto:dev@royale.apache.org>
> > Subject: Re: Royale_Release_Step_002 - Build # 50 - Still Failing!
> >
> > Or in other words, how does maven-release-plugin work?
> >
> > > On Jul 12, 2020, at 10:46 PM, Harbs  wrote:
> > >
> > > I’m not sure what’s supposed to be happening here. I thought that as
> > part of step 1, the release/0.9.8 branch gets the poms sans the
> -SNAPSHOT,
> > but they still say 0.9.8-SNAPSHOT
> > >
> > > I tried removing -SNAPSHOT manually, but that didn’t help either.
> > >
> > > With -SNAPSHOT, I get an error:
> > >
> > > [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-release-plugin:3.0.0-M1:prepare
> > (default-cli) on project royale-compiler-parent: Can't release project
> due
> > to non released dependencies :
> > > [ERROR]
> >
> org.apache.royale.compiler:compiler-build-tools:maven-plugin:1.2.1-SNAPSHOT:runtime
> > > [ERROR] in project 'Apache Royale: Compiler: Externc'
> > (org.apache.royale.compiler:compiler-externc:jar:0.9.8-SNAPSHOT)
> > >
> > >
> > > Without the -SNAPSHOT, I get an error:
> > > [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-release-plugin:3.0.0-M1:prepare
> > (default-cli) on project royale-compiler-parent: You don't have a
> SNAPSHOT
> > project in the reactor projects list. -> [Help 1]
> > > Maven is black magic to me… ;-)
> > >
> > > Any pointers?
> > >
> > > Harbs
> > >
> > >> On Jul 12, 2020, at 10:34 PM, apacheroyal...@gmail.com wrote:
> > >>
> > >> Royale_Release_Step_002 - Build # 50 - Still Failing:
> > >>
> > >> Check console output at
> >
> http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_Release_Step_002/50/
> > to view the results.
> > >
> >
> >
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Royale_Release_Step_002 - Build # 50 - Still Failing!

2020-07-13 Thread Piotr Zarzycki
It is also not recommended to do that manually. Maven has special commands
for such things.

On Mon, Jul 13, 2020, 8:06 AM Yishay Weiss  wrote:

> You shouldn’t need to remove -SNAPSHOT manually. That should happen as
> part of (Royale) release step 2, which run mvn release:prepare [1]
>
> [1]
> https://maven.apache.org/maven-release/maven-release-plugin/examples/prepare-release.html
>
> From: Harbs<mailto:harbs.li...@gmail.com>
> Sent: Sunday, July 12, 2020 10:47 PM
> To: Apache Royale Development<mailto:dev@royale.apache.org>
> Subject: Re: Royale_Release_Step_002 - Build # 50 - Still Failing!
>
> Or in other words, how does maven-release-plugin work?
>
> > On Jul 12, 2020, at 10:46 PM, Harbs  wrote:
> >
> > I’m not sure what’s supposed to be happening here. I thought that as
> part of step 1, the release/0.9.8 branch gets the poms sans the -SNAPSHOT,
> but they still say 0.9.8-SNAPSHOT
> >
> > I tried removing -SNAPSHOT manually, but that didn’t help either.
> >
> > With -SNAPSHOT, I get an error:
> >
> > [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-release-plugin:3.0.0-M1:prepare
> (default-cli) on project royale-compiler-parent: Can't release project due
> to non released dependencies :
> > [ERROR]
>  
> org.apache.royale.compiler:compiler-build-tools:maven-plugin:1.2.1-SNAPSHOT:runtime
> > [ERROR] in project 'Apache Royale: Compiler: Externc'
> (org.apache.royale.compiler:compiler-externc:jar:0.9.8-SNAPSHOT)
> >
> >
> > Without the -SNAPSHOT, I get an error:
> > [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-release-plugin:3.0.0-M1:prepare
> (default-cli) on project royale-compiler-parent: You don't have a SNAPSHOT
> project in the reactor projects list. -> [Help 1]
> > Maven is black magic to me… ;-)
> >
> > Any pointers?
> >
> > Harbs
> >
> >> On Jul 12, 2020, at 10:34 PM, apacheroyal...@gmail.com wrote:
> >>
> >> Royale_Release_Step_002 - Build # 50 - Still Failing:
> >>
> >> Check console output at
> http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_Release_Step_002/50/
> to view the results.
> >
>
>


RE: Royale_Release_Step_002 - Build # 50 - Still Failing!

2020-07-13 Thread Yishay Weiss
You shouldn’t need to remove -SNAPSHOT manually. That should happen as part of 
(Royale) release step 2, which run mvn release:prepare [1]

[1] 
https://maven.apache.org/maven-release/maven-release-plugin/examples/prepare-release.html

From: Harbs<mailto:harbs.li...@gmail.com>
Sent: Sunday, July 12, 2020 10:47 PM
To: Apache Royale Development<mailto:dev@royale.apache.org>
Subject: Re: Royale_Release_Step_002 - Build # 50 - Still Failing!

Or in other words, how does maven-release-plugin work?

> On Jul 12, 2020, at 10:46 PM, Harbs  wrote:
>
> I’m not sure what’s supposed to be happening here. I thought that as part of 
> step 1, the release/0.9.8 branch gets the poms sans the -SNAPSHOT, but they 
> still say 0.9.8-SNAPSHOT
>
> I tried removing -SNAPSHOT manually, but that didn’t help either.
>
> With -SNAPSHOT, I get an error:
>
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-release-plugin:3.0.0-M1:prepare (default-cli) 
> on project royale-compiler-parent: Can't release project due to non released 
> dependencies :
> [ERROR] 
> org.apache.royale.compiler:compiler-build-tools:maven-plugin:1.2.1-SNAPSHOT:runtime
> [ERROR] in project 'Apache Royale: Compiler: Externc' 
> (org.apache.royale.compiler:compiler-externc:jar:0.9.8-SNAPSHOT)
>
>
> Without the -SNAPSHOT, I get an error:
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-release-plugin:3.0.0-M1:prepare (default-cli) 
> on project royale-compiler-parent: You don't have a SNAPSHOT project in the 
> reactor projects list. -> [Help 1]
> Maven is black magic to me… ;-)
>
> Any pointers?
>
> Harbs
>
>> On Jul 12, 2020, at 10:34 PM, apacheroyal...@gmail.com wrote:
>>
>> Royale_Release_Step_002 - Build # 50 - Still Failing:
>>
>> Check console output at 
>> http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_Release_Step_002/50/
>>  to view the results.
>



Re: Royale_Release_Step_002 - Build # 50 - Still Failing!

2020-07-12 Thread Harbs
Oh. Thanks. I’ll do that then...

> On Jul 13, 2020, at 7:22 AM, Alex Harui  wrote:
> 
> You will have to release compiler-build-tools 1.2.1 first.  A change was made 
> there to help with reproducible binaries.  Yishay had to release 
> compiler-build-tools before 0.9.7.
> 
> HTH,
> -Alex
> 
> On 7/12/20, 12:47 PM, "Harbs"  > wrote:
> 
>Or in other words, how does maven-release-plugin work?
> 
>> On Jul 12, 2020, at 10:46 PM, Harbs  wrote:
>> 
>> I’m not sure what’s supposed to be happening here. I thought that as part of 
>> step 1, the release/0.9.8 branch gets the poms sans the -SNAPSHOT, but they 
>> still say 0.9.8-SNAPSHOT
>> 
>> I tried removing -SNAPSHOT manually, but that didn’t help either.
>> 
>> With -SNAPSHOT, I get an error: 
>> 
>> [ERROR] Failed to execute goal 
>> org.apache.maven.plugins:maven-release-plugin:3.0.0-M1:prepare (default-cli) 
>> on project royale-compiler-parent: Can't release project due to non released 
>> dependencies :
>> [ERROR] 
>> org.apache.royale.compiler:compiler-build-tools:maven-plugin:1.2.1-SNAPSHOT:runtime
>> [ERROR] in project 'Apache Royale: Compiler: Externc' 
>> (org.apache.royale.compiler:compiler-externc:jar:0.9.8-SNAPSHOT)
>> 
>> 
>> Without the -SNAPSHOT, I get an error:
>> [ERROR] Failed to execute goal 
>> org.apache.maven.plugins:maven-release-plugin:3.0.0-M1:prepare (default-cli) 
>> on project royale-compiler-parent: You don't have a SNAPSHOT project in the 
>> reactor projects list. -> [Help 1]
>> Maven is black magic to me… ;-)
>> 
>> Any pointers?
>> 
>> Harbs
>> 
>>> On Jul 12, 2020, at 10:34 PM, apacheroyal...@gmail.com wrote:
>>> 
>>> Royale_Release_Step_002 - Build # 50 - Still Failing:
>>> 
>>> Check console output at 
>>> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci2.westus2.cloudapp.azure.com%3A8080%2Fjob%2FRoyale_Release_Step_002%2F50%2Fdata=02%7C01%7Caharui%40adobe.com%7C734e8269717944eaea3e08d8269c6218%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637301800387377637sdata=Gxu%2FDu0YVBhNB2cvkIPqa3jGJdom4UnMs%2F8m3zovF8I%3Dreserved=0
>>>  
>>> 
>>>  to view the results.



Re: Royale_Release_Step_002 - Build # 50 - Still Failing!

2020-07-12 Thread Alex Harui
You will have to release compiler-build-tools 1.2.1 first.  A change was made 
there to help with reproducible binaries.  Yishay had to release 
compiler-build-tools before 0.9.7.

HTH,
-Alex

On 7/12/20, 12:47 PM, "Harbs"  wrote:

Or in other words, how does maven-release-plugin work?

> On Jul 12, 2020, at 10:46 PM, Harbs  wrote:
> 
> I’m not sure what’s supposed to be happening here. I thought that as part 
of step 1, the release/0.9.8 branch gets the poms sans the -SNAPSHOT, but they 
still say 0.9.8-SNAPSHOT
> 
> I tried removing -SNAPSHOT manually, but that didn’t help either.
> 
> With -SNAPSHOT, I get an error: 
> 
> [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-release-plugin:3.0.0-M1:prepare (default-cli) on 
project royale-compiler-parent: Can't release project due to non released 
dependencies :
> [ERROR] 
org.apache.royale.compiler:compiler-build-tools:maven-plugin:1.2.1-SNAPSHOT:runtime
> [ERROR] in project 'Apache Royale: Compiler: Externc' 
(org.apache.royale.compiler:compiler-externc:jar:0.9.8-SNAPSHOT)
> 
> 
> Without the -SNAPSHOT, I get an error:
> [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-release-plugin:3.0.0-M1:prepare (default-cli) on 
project royale-compiler-parent: You don't have a SNAPSHOT project in the 
reactor projects list. -> [Help 1]
> Maven is black magic to me… ;-)
> 
> Any pointers?
> 
> Harbs
> 
>> On Jul 12, 2020, at 10:34 PM, apacheroyal...@gmail.com wrote:
>> 
>> Royale_Release_Step_002 - Build # 50 - Still Failing:
>> 
>> Check console output at 
https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci2.westus2.cloudapp.azure.com%3A8080%2Fjob%2FRoyale_Release_Step_002%2F50%2Fdata=02%7C01%7Caharui%40adobe.com%7C734e8269717944eaea3e08d8269c6218%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637301800387377637sdata=Gxu%2FDu0YVBhNB2cvkIPqa3jGJdom4UnMs%2F8m3zovF8I%3Dreserved=0
 to view the results.
> 





Re: Royale_Release_Step_002 - Build # 50 - Still Failing!

2020-07-12 Thread Harbs
Or in other words, how does maven-release-plugin work?

> On Jul 12, 2020, at 10:46 PM, Harbs  wrote:
> 
> I’m not sure what’s supposed to be happening here. I thought that as part of 
> step 1, the release/0.9.8 branch gets the poms sans the -SNAPSHOT, but they 
> still say 0.9.8-SNAPSHOT
> 
> I tried removing -SNAPSHOT manually, but that didn’t help either.
> 
> With -SNAPSHOT, I get an error: 
> 
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-release-plugin:3.0.0-M1:prepare (default-cli) 
> on project royale-compiler-parent: Can't release project due to non released 
> dependencies :
> [ERROR] 
> org.apache.royale.compiler:compiler-build-tools:maven-plugin:1.2.1-SNAPSHOT:runtime
> [ERROR] in project 'Apache Royale: Compiler: Externc' 
> (org.apache.royale.compiler:compiler-externc:jar:0.9.8-SNAPSHOT)
> 
> 
> Without the -SNAPSHOT, I get an error:
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-release-plugin:3.0.0-M1:prepare (default-cli) 
> on project royale-compiler-parent: You don't have a SNAPSHOT project in the 
> reactor projects list. -> [Help 1]
> Maven is black magic to me… ;-)
> 
> Any pointers?
> 
> Harbs
> 
>> On Jul 12, 2020, at 10:34 PM, apacheroyal...@gmail.com wrote:
>> 
>> Royale_Release_Step_002 - Build # 50 - Still Failing:
>> 
>> Check console output at 
>> http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_Release_Step_002/50/
>>  to view the results.
> 



Re: Royale_Release_Step_002 - Build # 50 - Still Failing!

2020-07-12 Thread Harbs
I’m not sure what’s supposed to be happening here. I thought that as part of 
step 1, the release/0.9.8 branch gets the poms sans the -SNAPSHOT, but they 
still say 0.9.8-SNAPSHOT

I tried removing -SNAPSHOT manually, but that didn’t help either.

With -SNAPSHOT, I get an error: 

[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-release-plugin:3.0.0-M1:prepare (default-cli) on 
project royale-compiler-parent: Can't release project due to non released 
dependencies :
[ERROR] 
org.apache.royale.compiler:compiler-build-tools:maven-plugin:1.2.1-SNAPSHOT:runtime
[ERROR] in project 'Apache Royale: Compiler: Externc' 
(org.apache.royale.compiler:compiler-externc:jar:0.9.8-SNAPSHOT)


Without the -SNAPSHOT, I get an error:
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-release-plugin:3.0.0-M1:prepare (default-cli) on 
project royale-compiler-parent: You don't have a SNAPSHOT project in the 
reactor projects list. -> [Help 1]
Maven is black magic to me… ;-)

Any pointers?

Harbs

> On Jul 12, 2020, at 10:34 PM, apacheroyal...@gmail.com wrote:
> 
> Royale_Release_Step_002 - Build # 50 - Still Failing:
> 
> Check console output at 
> http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_Release_Step_002/50/
>  to view the results.