Re: [Vote] Release flex-dk-converter-maven-extension

2019-11-19 Thread Carlos Rovira
Hi all

vote pass with three +1 binding votes. No -1 or 0 votes.
We now have a release 1.0.0 for the flex mavenizer!
So closing this vote thread.
Congratulations for this achievement! :)

El dom., 17 nov. 2019 a las 15:25, Carlos Rovira ()
escribió:

> Hi Chris,
>
> just tested you changes and all worked flawlessly.
> I committed the improvements to Apache Royale right now too.
> Many thanks
>
>
> El dom., 17 nov. 2019 a las 14:40, Christofer Dutz ()
> escribió:
>
>> +1 (binding)
>>
>> Chris
>>
>> - Hashes are correct
>> - Signatures OK and are linked to an Apache Email Address
>> - Checked the LICENSE, NOTICE, README and RELEASE_NOTES
>> - External RAT check reports all is OK header-wise
>> - Compiling with test passes
>>
>> - Using the new extension in the Royale build works
>>
>> Steps for using the extension in the Royale build:
>> - Add the staging repo to the settings-template.xml
>> - Update the version of the extension in ".mvn/extensions.xml" from
>> 1.0.0-SNAPSHOT to 1.0.0
>> - Delete the com/adobe directory in the maven local repo
>> - Re-run the build with "option-with-swf"
>>
>> Here the updated settings-template.xml
>>
>> 
>> 
>> http://maven.apache.org/SETTINGS/1.1.0
>> http://maven.apache.org/xsd/settings-1.1.0.xsd;
>>   xmlns="http://maven.apache.org/SETTINGS/1.1.0;
>>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;>
>>
>> 
>> 
>>
>> 
>> 
>>
>> 
>> 
>> 
>> apache-snapshots-enabled
>> 
>> 
>> 
>> apache-snapshots
>> https://repository.apache.org/snapshots/
>> 
>> false
>> 
>> 
>> true
>> 
>> 
>> 
>> apache-mavenizer-staging
>> 
>> https://repository.apache.org/content/repositories/orgapacheflex-1022
>> 
>> 
>> true
>> 
>> 
>> false
>> 
>> 
>> 
>> 
>> 
>> apache-snapshots
>> https://repository.apache.org/snapshots/
>> 
>> false
>> 
>> 
>> true
>> 
>> 
>> 
>> apache-mavenizer-staging
>> 
>> https://repository.apache.org/content/repositories/orgapacheflex-1022
>> 
>> 
>> true
>> 
>> 
>> false
>> 
>> 
>> 
>> 
>> 
>>
>> 
>> 
>> apache-snapshots-enabled
>> 
>> 
>>
>>
>> On 2019/11/17 11:49:56, Carlos Rovira  wrote:
>> > +1 (binding)
>> >
>> > Thanks Justin, will do next time. I'm trying to learn as I'm new to this
>> > process.
>> > About checking it, as I stated before, I think the best way to do it is
>> to
>> > build Apache Royale with Maven. Here's the steps to do it:
>> >
>> > #!/bin/bash
>> >
>> > *export*
>> FLASHPLAYER_DEBUGGER="/Users/christofer.dutz/Devtools/Adobe/Flash/FlashPlayer-32.0/Flash
>> > Player.app/Contents/MacOS/Flash Player Debugger"
>> >
>> > *cd* royale-compiler
>> >
>> > ./mvnw install -s settings-template.xml
>> >
>> > *cd* ../royale-typedefs
>> >
>> > ./mvnw install -s settings-template.xml
>> >
>> > *cd* ../royale-asjs
>> >
>> > ./mvnw install -s settings-template.xml -P
>> > with-examples,with-distribution,with-ui-testsuite,option-with-swf
>> > -Dwebdriver.gecko.driver=/Users/christofer.dutz/Downloads/gecko-driver
>> >
>> > when we get this piece of code released, will be able to avoid -s
>> > settings-template.xml from this recipe making it more easy to build.
>> >
>> > Thanks
>> >
>> >
>> >
>> > El sáb., 16 nov. 2019 a las 22:45, Justin Mclean (<
>> jus...@classsoftware.com>)
>> > escribió:
>> >
>> > > Hi,
>> > >
>> > > +1 (binding)
>> > >
>> > > Generally to want to cancel the editing vote and create a new thread
>> when
>> > > voting on a new RC, otherwise is may not be clear what people are
>> voting on.
>> > >
>> > > I checked RC2:
>> > > - Signatures and hashes fine
>> > > - LICENSE and NOTICE fine
>> > > - No unexpected binary files
>> > > - All source files have ASF headers
>> > > - Can compile from source (ion OSX using Java 1.8 and Apache Maven
>> 3.3.9)
>> > >
>> > > I didn’t check if this works, after compiling what the easiest way to
>> do
>> > > that?
>> > >
>> > > Thanks,
>> > > Justin
>> >
>> >
>> >
>> > --
>> > Carlos Rovira
>> > http://about.me/carlosrovira
>> >
>>
>
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>
>

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


Re: [Vote] Release flex-dk-converter-maven-extension

2019-11-17 Thread Carlos Rovira
Hi Chris,

just tested you changes and all worked flawlessly.
I committed the improvements to Apache Royale right now too.
Many thanks


El dom., 17 nov. 2019 a las 14:40, Christofer Dutz ()
escribió:

> +1 (binding)
>
> Chris
>
> - Hashes are correct
> - Signatures OK and are linked to an Apache Email Address
> - Checked the LICENSE, NOTICE, README and RELEASE_NOTES
> - External RAT check reports all is OK header-wise
> - Compiling with test passes
>
> - Using the new extension in the Royale build works
>
> Steps for using the extension in the Royale build:
> - Add the staging repo to the settings-template.xml
> - Update the version of the extension in ".mvn/extensions.xml" from
> 1.0.0-SNAPSHOT to 1.0.0
> - Delete the com/adobe directory in the maven local repo
> - Re-run the build with "option-with-swf"
>
> Here the updated settings-template.xml
>
> 
> 
> http://maven.apache.org/SETTINGS/1.1.0
> http://maven.apache.org/xsd/settings-1.1.0.xsd;
>   xmlns="http://maven.apache.org/SETTINGS/1.1.0;
>   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;>
>
> 
> 
>
> 
> 
>
> 
> 
> 
> apache-snapshots-enabled
> 
> 
> 
> apache-snapshots
> https://repository.apache.org/snapshots/
> 
> false
> 
> 
> true
> 
> 
> 
> apache-mavenizer-staging
> 
> https://repository.apache.org/content/repositories/orgapacheflex-1022
> 
> 
> true
> 
> 
> false
> 
> 
> 
> 
> 
> apache-snapshots
> https://repository.apache.org/snapshots/
> 
> false
> 
> 
> true
> 
> 
> 
> apache-mavenizer-staging
> 
> https://repository.apache.org/content/repositories/orgapacheflex-1022
> 
> 
> true
> 
> 
> false
> 
> 
> 
> 
> 
>
> 
> 
> apache-snapshots-enabled
> 
> 
>
>
> On 2019/11/17 11:49:56, Carlos Rovira  wrote:
> > +1 (binding)
> >
> > Thanks Justin, will do next time. I'm trying to learn as I'm new to this
> > process.
> > About checking it, as I stated before, I think the best way to do it is
> to
> > build Apache Royale with Maven. Here's the steps to do it:
> >
> > #!/bin/bash
> >
> > *export*
> FLASHPLAYER_DEBUGGER="/Users/christofer.dutz/Devtools/Adobe/Flash/FlashPlayer-32.0/Flash
> > Player.app/Contents/MacOS/Flash Player Debugger"
> >
> > *cd* royale-compiler
> >
> > ./mvnw install -s settings-template.xml
> >
> > *cd* ../royale-typedefs
> >
> > ./mvnw install -s settings-template.xml
> >
> > *cd* ../royale-asjs
> >
> > ./mvnw install -s settings-template.xml -P
> > with-examples,with-distribution,with-ui-testsuite,option-with-swf
> > -Dwebdriver.gecko.driver=/Users/christofer.dutz/Downloads/gecko-driver
> >
> > when we get this piece of code released, will be able to avoid -s
> > settings-template.xml from this recipe making it more easy to build.
> >
> > Thanks
> >
> >
> >
> > El sáb., 16 nov. 2019 a las 22:45, Justin Mclean (<
> jus...@classsoftware.com>)
> > escribió:
> >
> > > Hi,
> > >
> > > +1 (binding)
> > >
> > > Generally to want to cancel the editing vote and create a new thread
> when
> > > voting on a new RC, otherwise is may not be clear what people are
> voting on.
> > >
> > > I checked RC2:
> > > - Signatures and hashes fine
> > > - LICENSE and NOTICE fine
> > > - No unexpected binary files
> > > - All source files have ASF headers
> > > - Can compile from source (ion OSX using Java 1.8 and Apache Maven
> 3.3.9)
> > >
> > > I didn’t check if this works, after compiling what the easiest way to
> do
> > > that?
> > >
> > > Thanks,
> > > Justin
> >
> >
> >
> > --
> > Carlos Rovira
> > http://about.me/carlosrovira
> >
>


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


Re: [Vote] Release flex-dk-converter-maven-extension

2019-11-17 Thread Christofer Dutz
+1 (binding)

Chris

- Hashes are correct
- Signatures OK and are linked to an Apache Email Address
- Checked the LICENSE, NOTICE, README and RELEASE_NOTES
- External RAT check reports all is OK header-wise
- Compiling with test passes

- Using the new extension in the Royale build works

Steps for using the extension in the Royale build:
- Add the staging repo to the settings-template.xml
- Update the version of the extension in ".mvn/extensions.xml" from 
1.0.0-SNAPSHOT to 1.0.0
- Delete the com/adobe directory in the maven local repo
- Re-run the build with "option-with-swf"

Here the updated settings-template.xml



http://maven.apache.org/SETTINGS/1.1.0 
http://maven.apache.org/xsd/settings-1.1.0.xsd;
  xmlns="http://maven.apache.org/SETTINGS/1.1.0;
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;>










apache-snapshots-enabled



apache-snapshots
https://repository.apache.org/snapshots/

false


true



apache-mavenizer-staging

https://repository.apache.org/content/repositories/orgapacheflex-1022

true


false





apache-snapshots
https://repository.apache.org/snapshots/

false


true



apache-mavenizer-staging

https://repository.apache.org/content/repositories/orgapacheflex-1022

true


false








apache-snapshots-enabled




On 2019/11/17 11:49:56, Carlos Rovira  wrote: 
> +1 (binding)
> 
> Thanks Justin, will do next time. I'm trying to learn as I'm new to this
> process.
> About checking it, as I stated before, I think the best way to do it is to
> build Apache Royale with Maven. Here's the steps to do it:
> 
> #!/bin/bash
> 
> *export* 
> FLASHPLAYER_DEBUGGER="/Users/christofer.dutz/Devtools/Adobe/Flash/FlashPlayer-32.0/Flash
> Player.app/Contents/MacOS/Flash Player Debugger"
> 
> *cd* royale-compiler
> 
> ./mvnw install -s settings-template.xml
> 
> *cd* ../royale-typedefs
> 
> ./mvnw install -s settings-template.xml
> 
> *cd* ../royale-asjs
> 
> ./mvnw install -s settings-template.xml -P
> with-examples,with-distribution,with-ui-testsuite,option-with-swf
> -Dwebdriver.gecko.driver=/Users/christofer.dutz/Downloads/gecko-driver
> 
> when we get this piece of code released, will be able to avoid -s
> settings-template.xml from this recipe making it more easy to build.
> 
> Thanks
> 
> 
> 
> El sáb., 16 nov. 2019 a las 22:45, Justin Mclean ()
> escribió:
> 
> > Hi,
> >
> > +1 (binding)
> >
> > Generally to want to cancel the editing vote and create a new thread when
> > voting on a new RC, otherwise is may not be clear what people are voting on.
> >
> > I checked RC2:
> > - Signatures and hashes fine
> > - LICENSE and NOTICE fine
> > - No unexpected binary files
> > - All source files have ASF headers
> > - Can compile from source (ion OSX using Java 1.8 and Apache Maven 3.3.9)
> >
> > I didn’t check if this works, after compiling what the easiest way to do
> > that?
> >
> > Thanks,
> > Justin
> 
> 
> 
> -- 
> Carlos Rovira
> http://about.me/carlosrovira
> 


Re: [Vote] Release flex-dk-converter-maven-extension

2019-11-17 Thread Carlos Rovira
+1 (binding)

Thanks Justin, will do next time. I'm trying to learn as I'm new to this
process.
About checking it, as I stated before, I think the best way to do it is to
build Apache Royale with Maven. Here's the steps to do it:

#!/bin/bash

*export* 
FLASHPLAYER_DEBUGGER="/Users/christofer.dutz/Devtools/Adobe/Flash/FlashPlayer-32.0/Flash
Player.app/Contents/MacOS/Flash Player Debugger"

*cd* royale-compiler

./mvnw install -s settings-template.xml

*cd* ../royale-typedefs

./mvnw install -s settings-template.xml

*cd* ../royale-asjs

./mvnw install -s settings-template.xml -P
with-examples,with-distribution,with-ui-testsuite,option-with-swf
-Dwebdriver.gecko.driver=/Users/christofer.dutz/Downloads/gecko-driver

when we get this piece of code released, will be able to avoid -s
settings-template.xml from this recipe making it more easy to build.

Thanks



El sáb., 16 nov. 2019 a las 22:45, Justin Mclean ()
escribió:

> Hi,
>
> +1 (binding)
>
> Generally to want to cancel the editing vote and create a new thread when
> voting on a new RC, otherwise is may not be clear what people are voting on.
>
> I checked RC2:
> - Signatures and hashes fine
> - LICENSE and NOTICE fine
> - No unexpected binary files
> - All source files have ASF headers
> - Can compile from source (ion OSX using Java 1.8 and Apache Maven 3.3.9)
>
> I didn’t check if this works, after compiling what the easiest way to do
> that?
>
> Thanks,
> Justin



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


Re: [Vote] Release flex-dk-converter-maven-extension

2019-11-16 Thread Justin Mclean
Hi,

+1 (binding)

Generally to want to cancel the editing vote and create a new thread when 
voting on a new RC, otherwise is may not be clear what people are voting on.

I checked RC2:
- Signatures and hashes fine
- LICENSE and NOTICE fine
- No unexpected binary files
- All source files have ASF headers
- Can compile from source (ion OSX using Java 1.8 and Apache Maven 3.3.9)

I didn’t check if this works, after compiling what the easiest way to do that?

Thanks,
Justin

Re: [Vote] Release flex-dk-converter-maven-extension

2019-11-16 Thread Carlos Rovira
Hi all,

Here are the files to check. Is a RC2 due to some issues we found with the
RC1:



Source Bundle: 
*https://dist.apache.org/repos/dist/dev/flex/flex-maven-tools/flex-sdk-converter/rc2/
*

Maven Repo:
https://repository.apache.org/content/repositories/orgapacheflex-1022

Git Tag: apache-flex-sdk-converter-1.0.0-rc2

Git Hash: 746000ac7559883d6193922c8c3dfaa4d5465971


Let me know if all is ok


Thanks




El jue., 14 nov. 2019 a las 17:58, Carlos Rovira ()
escribió:

> Hi Alex,
>
> thanks for the reference to the release policy document. I'll read now
> through it.
> Chris told me that work was in a feature branch, and he mixed now, so all
> should be in place now.
>
> Thanks
>
>
> El jue., 14 nov. 2019 a las 17:52, Alex Harui ()
> escribió:
>
>> Carlos,
>>
>> Release policy documented here:
>> http://www.apache.org/legal/release-policy.html
>>
>> Releases are signed artifacts, not just a repo and a tag.  Christofer
>> Dutz is still making commits to the repo.  He's done a Flex release
>> before.  He should be able to help you or just do it himself.
>>
>> HTH,
>> -Alex
>>
>> On 11/14/19, 6:26 AM, "Carlos Rovira"  wrote:
>>
>> Notice that repository is this:
>>
>>
>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fflex-utilitiesdata=02%7C01%7Caharui%40adobe.com%7C5a24289aa982471007da08d7690ead96%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637093384071011080sdata=A5D0%2Bmuy1va9We%2FfGD%2BsxRbSpHmHxRn5aSjZrkpQW90%3Dreserved=0
>>
>> El jue., 14 nov. 2019 a las 15:18, Carlos Rovira (<
>> carlosrov...@apache.org>)
>> escribió:
>>
>> > Hi Justin,
>> >
>> > people need to check this extension.
>> >
>> > 
>> > org.apache.flex.utilities.converter
>> > flex-sdk-converter-maven-extension
>> > 1.0.0-SNAPSHOT
>> > 
>> >
>> > We're using it in Apache Royale, so a good place to check it is
>> building
>> > Apache Royale with Maven:
>> >
>> > Thanks
>> >
>> > Carlos
>> >
>> >
>> >
>> >
>> > El jue., 14 nov. 2019 a las 13:38, Justin Mclean (<
>> > jus...@classsoftware.com>) escribió:
>> >
>> >> Hi,
>> >>
>> >> > Since this is not a flex-sdk release, we just want to release
>> that
>> >> piece of code.
>> >>
>> >> In that case you need something to check (a release candidate) for
>> people
>> >> to vote on, otherwise it’s not a release.
>> >>
>> >> Thanks,
>> >> Justin
>> >
>> >
>> >
>> > --
>> > Carlos Rovira
>> >
>> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosroviradata=02%7C01%7Caharui%40adobe.com%7C5a24289aa982471007da08d7690ead96%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637093384071011080sdata=PJcFVA0Gb5GxdtJLz1eNVa18L4ZSr3CVoZKJyxdtQU8%3Dreserved=0
>> >
>> >
>>
>> --
>> Carlos Rovira
>>
>> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosroviradata=02%7C01%7Caharui%40adobe.com%7C5a24289aa982471007da08d7690ead96%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637093384071011080sdata=PJcFVA0Gb5GxdtJLz1eNVa18L4ZSr3CVoZKJyxdtQU8%3Dreserved=0
>>
>>
>>
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>
>

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


Re: [Vote] Release flex-dk-converter-maven-extension

2019-11-15 Thread Carlos Rovira
Thanks Alex,
I'm on Mac not on Windows. I'll check what I missed checking that
documentation
thanks!

El jue., 14 nov. 2019 a las 22:33, Alex Harui ()
escribió:

> The KEYS file is used by others to verify your signature.
>
> The Maven gpg-plugin expects your private key to be registered somewhere
> on your computer.  Check the documentation for the gpg-plugin.  There may
> also be some other configuration you need to do on Windows if you are using
> PowerShell.
>
> HTH,
> -Alex
>
> On 11/14/19, 11:25 AM, "Carlos Rovira"  wrote:
>
> Hi,
>
> I just commit in flex-sdk my GPG sign to KEYS file, but maybe this is
> not
> the right place for flex-utilities. Hope some of you could let me know
> if
> that's the right place or not.
> I'm trying to do a prepare release (mvn release:prepare
> -DautoVersionSubmodules=true)
> and it's failing do to sign:
>
> [*INFO*] [INFO] BUILD FAILURE
>
> [*INFO*] [INFO]
>
> 
>
> [*INFO*] [INFO] Total time:  2.149 s
>
> [*INFO*] [INFO] Finished at: 2019-11-14T20:23:09+01:00
>
> [*INFO*] [INFO]
>
> 
>
> [*INFO*] [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-gpg-plugin:1.6:sign
> (sign-release-artifacts)
> on project apache-flex-sdk-converter: Exit code: 2 -> [Help 1]
>
> So my first thing to solve is to get my GPG sing in the right place
>
> thanks
>
>
> El jue., 14 nov. 2019 a las 17:52, Alex Harui
> ()
> escribió:
>
> > Carlos,
> >
> > Release policy documented here:
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Flegal%2Frelease-policy.htmldata=02%7C01%7Caharui%40adobe.com%7C76ba983a720347adafe508d769387595%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637093563522317295sdata=JogXFvfsOI54YB27Gk02LxB4uhgG3RVhQuBA%2F37Uo1o%3Dreserved=0
> >
> > Releases are signed artifacts, not just a repo and a tag.
> Christofer Dutz
> > is still making commits to the repo.  He's done a Flex release
> before.  He
> > should be able to help you or just do it himself.
> >
> > HTH,
> > -Alex
> >
> > On 11/14/19, 6:26 AM, "Carlos Rovira" 
> wrote:
> >
> > Notice that repository is this:
> >
> >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fflex-utilitiesdata=02%7C01%7Caharui%40adobe.com%7C76ba983a720347adafe508d769387595%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637093563522317295sdata=Mj%2BHzYpbhHW9crYvhy5vuf1bkl%2FAfS20%2FR1FcHqnsp0%3Dreserved=0
> >
> > El jue., 14 nov. 2019 a las 15:18, Carlos Rovira (<
> > carlosrov...@apache.org>)
> > escribió:
> >
> > > Hi Justin,
> > >
> > > people need to check this extension.
> > >
> > > 
> > > org.apache.flex.utilities.converter
> > > flex-sdk-converter-maven-extension
> > > 1.0.0-SNAPSHOT
> > > 
> > >
> > > We're using it in Apache Royale, so a good place to check it is
> > building
> > > Apache Royale with Maven:
> > >
> > > Thanks
> > >
> > > Carlos
> > >
> > >
> > >
> > >
> > > El jue., 14 nov. 2019 a las 13:38, Justin Mclean (<
> > > jus...@classsoftware.com>) escribió:
> > >
> > >> Hi,
> > >>
> > >> > Since this is not a flex-sdk release, we just want to
> release that
> > >> piece of code.
> > >>
> > >> In that case you need something to check (a release
> candidate) for
> > people
> > >> to vote on, otherwise it’s not a release.
> > >>
> > >> Thanks,
> > >> Justin
> > >
> > >
> > >
> > > --
> > > Carlos Rovira
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosroviradata=02%7C01%7Caharui%40adobe.com%7C76ba983a720347adafe508d769387595%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637093563522317295sdata=hguIOz0e1UgPSkrBCTD8UfPSg5xvxXcoB1NpmzedUDg%3Dreserved=0
> > >
> > >
> >
> > --
> > Carlos Rovira
> >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosroviradata=02%7C01%7Caharui%40adobe.com%7C76ba983a720347adafe508d769387595%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637093563522317295sdata=hguIOz0e1UgPSkrBCTD8UfPSg5xvxXcoB1NpmzedUDg%3Dreserved=0
> >
> >
> >
>
> --
> Carlos Rovira
>
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosroviradata=02%7C01%7Caharui%40adobe.com%7C76ba983a720347adafe508d769387595%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637093563522317295sdata=hguIOz0e1UgPSkrBCTD8UfPSg5xvxXcoB1NpmzedUDg%3Dreserved=0
>

Re: [Vote] Release flex-dk-converter-maven-extension

2019-11-14 Thread Alex Harui
The KEYS file is used by others to verify your signature.

The Maven gpg-plugin expects your private key to be registered somewhere on 
your computer.  Check the documentation for the gpg-plugin.  There may also be 
some other configuration you need to do on Windows if you are using PowerShell.

HTH,
-Alex

On 11/14/19, 11:25 AM, "Carlos Rovira"  wrote:

Hi,

I just commit in flex-sdk my GPG sign to KEYS file, but maybe this is not
the right place for flex-utilities. Hope some of you could let me know if
that's the right place or not.
I'm trying to do a prepare release (mvn release:prepare
-DautoVersionSubmodules=true)
and it's failing do to sign:

[*INFO*] [INFO] BUILD FAILURE

[*INFO*] [INFO]


[*INFO*] [INFO] Total time:  2.149 s

[*INFO*] [INFO] Finished at: 2019-11-14T20:23:09+01:00

[*INFO*] [INFO]


[*INFO*] [ERROR] Failed to execute goal
org.apache.maven.plugins:maven-gpg-plugin:1.6:sign (sign-release-artifacts)
on project apache-flex-sdk-converter: Exit code: 2 -> [Help 1]

So my first thing to solve is to get my GPG sing in the right place

thanks


El jue., 14 nov. 2019 a las 17:52, Alex Harui ()
escribió:

> Carlos,
>
> Release policy documented here:
> 
https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apache.org%2Flegal%2Frelease-policy.htmldata=02%7C01%7Caharui%40adobe.com%7C76ba983a720347adafe508d769387595%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637093563522317295sdata=JogXFvfsOI54YB27Gk02LxB4uhgG3RVhQuBA%2F37Uo1o%3Dreserved=0
>
> Releases are signed artifacts, not just a repo and a tag.  Christofer Dutz
> is still making commits to the repo.  He's done a Flex release before.  He
> should be able to help you or just do it himself.
>
> HTH,
> -Alex
>
> On 11/14/19, 6:26 AM, "Carlos Rovira"  wrote:
>
> Notice that repository is this:
>
>
> 
https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fflex-utilitiesdata=02%7C01%7Caharui%40adobe.com%7C76ba983a720347adafe508d769387595%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637093563522317295sdata=Mj%2BHzYpbhHW9crYvhy5vuf1bkl%2FAfS20%2FR1FcHqnsp0%3Dreserved=0
>
> El jue., 14 nov. 2019 a las 15:18, Carlos Rovira (<
> carlosrov...@apache.org>)
> escribió:
>
> > Hi Justin,
> >
> > people need to check this extension.
> >
> > 
> > org.apache.flex.utilities.converter
> > flex-sdk-converter-maven-extension
> > 1.0.0-SNAPSHOT
> > 
> >
> > We're using it in Apache Royale, so a good place to check it is
> building
> > Apache Royale with Maven:
> >
> > Thanks
> >
> > Carlos
> >
> >
> >
> >
> > El jue., 14 nov. 2019 a las 13:38, Justin Mclean (<
> > jus...@classsoftware.com>) escribió:
> >
> >> Hi,
> >>
> >> > Since this is not a flex-sdk release, we just want to release 
that
> >> piece of code.
> >>
> >> In that case you need something to check (a release candidate) for
> people
> >> to vote on, otherwise it’s not a release.
> >>
> >> Thanks,
> >> Justin
> >
> >
> >
> > --
> > Carlos Rovira
> >
> 
https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosroviradata=02%7C01%7Caharui%40adobe.com%7C76ba983a720347adafe508d769387595%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637093563522317295sdata=hguIOz0e1UgPSkrBCTD8UfPSg5xvxXcoB1NpmzedUDg%3Dreserved=0
> >
> >
>
> --
> Carlos Rovira
>
> 
https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosroviradata=02%7C01%7Caharui%40adobe.com%7C76ba983a720347adafe508d769387595%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637093563522317295sdata=hguIOz0e1UgPSkrBCTD8UfPSg5xvxXcoB1NpmzedUDg%3Dreserved=0
>
>
>

-- 
Carlos Rovira

https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosroviradata=02%7C01%7Caharui%40adobe.com%7C76ba983a720347adafe508d769387595%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637093563522317295sdata=hguIOz0e1UgPSkrBCTD8UfPSg5xvxXcoB1NpmzedUDg%3Dreserved=0




Re: [Vote] Release flex-dk-converter-maven-extension

2019-11-14 Thread Carlos Rovira
Hi,

I just commit in flex-sdk my GPG sign to KEYS file, but maybe this is not
the right place for flex-utilities. Hope some of you could let me know if
that's the right place or not.
I'm trying to do a prepare release (mvn release:prepare
-DautoVersionSubmodules=true)
and it's failing do to sign:

[*INFO*] [INFO] BUILD FAILURE

[*INFO*] [INFO]


[*INFO*] [INFO] Total time:  2.149 s

[*INFO*] [INFO] Finished at: 2019-11-14T20:23:09+01:00

[*INFO*] [INFO]


[*INFO*] [ERROR] Failed to execute goal
org.apache.maven.plugins:maven-gpg-plugin:1.6:sign (sign-release-artifacts)
on project apache-flex-sdk-converter: Exit code: 2 -> [Help 1]

So my first thing to solve is to get my GPG sing in the right place

thanks


El jue., 14 nov. 2019 a las 17:52, Alex Harui ()
escribió:

> Carlos,
>
> Release policy documented here:
> http://www.apache.org/legal/release-policy.html
>
> Releases are signed artifacts, not just a repo and a tag.  Christofer Dutz
> is still making commits to the repo.  He's done a Flex release before.  He
> should be able to help you or just do it himself.
>
> HTH,
> -Alex
>
> On 11/14/19, 6:26 AM, "Carlos Rovira"  wrote:
>
> Notice that repository is this:
>
>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fflex-utilitiesdata=02%7C01%7Caharui%40adobe.com%7C5a24289aa982471007da08d7690ead96%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637093384071011080sdata=A5D0%2Bmuy1va9We%2FfGD%2BsxRbSpHmHxRn5aSjZrkpQW90%3Dreserved=0
>
> El jue., 14 nov. 2019 a las 15:18, Carlos Rovira (<
> carlosrov...@apache.org>)
> escribió:
>
> > Hi Justin,
> >
> > people need to check this extension.
> >
> > 
> > org.apache.flex.utilities.converter
> > flex-sdk-converter-maven-extension
> > 1.0.0-SNAPSHOT
> > 
> >
> > We're using it in Apache Royale, so a good place to check it is
> building
> > Apache Royale with Maven:
> >
> > Thanks
> >
> > Carlos
> >
> >
> >
> >
> > El jue., 14 nov. 2019 a las 13:38, Justin Mclean (<
> > jus...@classsoftware.com>) escribió:
> >
> >> Hi,
> >>
> >> > Since this is not a flex-sdk release, we just want to release that
> >> piece of code.
> >>
> >> In that case you need something to check (a release candidate) for
> people
> >> to vote on, otherwise it’s not a release.
> >>
> >> Thanks,
> >> Justin
> >
> >
> >
> > --
> > Carlos Rovira
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosroviradata=02%7C01%7Caharui%40adobe.com%7C5a24289aa982471007da08d7690ead96%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637093384071011080sdata=PJcFVA0Gb5GxdtJLz1eNVa18L4ZSr3CVoZKJyxdtQU8%3Dreserved=0
> >
> >
>
> --
> Carlos Rovira
>
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosroviradata=02%7C01%7Caharui%40adobe.com%7C5a24289aa982471007da08d7690ead96%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637093384071011080sdata=PJcFVA0Gb5GxdtJLz1eNVa18L4ZSr3CVoZKJyxdtQU8%3Dreserved=0
>
>
>

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


Re: [Vote] Release flex-dk-converter-maven-extension

2019-11-14 Thread Carlos Rovira
Hi Alex,

thanks for the reference to the release policy document. I'll read now
through it.
Chris told me that work was in a feature branch, and he mixed now, so all
should be in place now.

Thanks


El jue., 14 nov. 2019 a las 17:52, Alex Harui ()
escribió:

> Carlos,
>
> Release policy documented here:
> http://www.apache.org/legal/release-policy.html
>
> Releases are signed artifacts, not just a repo and a tag.  Christofer Dutz
> is still making commits to the repo.  He's done a Flex release before.  He
> should be able to help you or just do it himself.
>
> HTH,
> -Alex
>
> On 11/14/19, 6:26 AM, "Carlos Rovira"  wrote:
>
> Notice that repository is this:
>
>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fflex-utilitiesdata=02%7C01%7Caharui%40adobe.com%7C5a24289aa982471007da08d7690ead96%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637093384071011080sdata=A5D0%2Bmuy1va9We%2FfGD%2BsxRbSpHmHxRn5aSjZrkpQW90%3Dreserved=0
>
> El jue., 14 nov. 2019 a las 15:18, Carlos Rovira (<
> carlosrov...@apache.org>)
> escribió:
>
> > Hi Justin,
> >
> > people need to check this extension.
> >
> > 
> > org.apache.flex.utilities.converter
> > flex-sdk-converter-maven-extension
> > 1.0.0-SNAPSHOT
> > 
> >
> > We're using it in Apache Royale, so a good place to check it is
> building
> > Apache Royale with Maven:
> >
> > Thanks
> >
> > Carlos
> >
> >
> >
> >
> > El jue., 14 nov. 2019 a las 13:38, Justin Mclean (<
> > jus...@classsoftware.com>) escribió:
> >
> >> Hi,
> >>
> >> > Since this is not a flex-sdk release, we just want to release that
> >> piece of code.
> >>
> >> In that case you need something to check (a release candidate) for
> people
> >> to vote on, otherwise it’s not a release.
> >>
> >> Thanks,
> >> Justin
> >
> >
> >
> > --
> > Carlos Rovira
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosroviradata=02%7C01%7Caharui%40adobe.com%7C5a24289aa982471007da08d7690ead96%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637093384071011080sdata=PJcFVA0Gb5GxdtJLz1eNVa18L4ZSr3CVoZKJyxdtQU8%3Dreserved=0
> >
> >
>
> --
> Carlos Rovira
>
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosroviradata=02%7C01%7Caharui%40adobe.com%7C5a24289aa982471007da08d7690ead96%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637093384071011080sdata=PJcFVA0Gb5GxdtJLz1eNVa18L4ZSr3CVoZKJyxdtQU8%3Dreserved=0
>
>
>

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


Re: [Vote] Release flex-dk-converter-maven-extension

2019-11-14 Thread Alex Harui
Carlos,

Release policy documented here:  http://www.apache.org/legal/release-policy.html

Releases are signed artifacts, not just a repo and a tag.  Christofer Dutz is 
still making commits to the repo.  He's done a Flex release before.  He should 
be able to help you or just do it himself.

HTH,
-Alex

On 11/14/19, 6:26 AM, "Carlos Rovira"  wrote:

Notice that repository is this:


https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fflex-utilitiesdata=02%7C01%7Caharui%40adobe.com%7C5a24289aa982471007da08d7690ead96%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637093384071011080sdata=A5D0%2Bmuy1va9We%2FfGD%2BsxRbSpHmHxRn5aSjZrkpQW90%3Dreserved=0

El jue., 14 nov. 2019 a las 15:18, Carlos Rovira ()
escribió:

> Hi Justin,
>
> people need to check this extension.
>
> 
> org.apache.flex.utilities.converter
> flex-sdk-converter-maven-extension
> 1.0.0-SNAPSHOT
> 
>
> We're using it in Apache Royale, so a good place to check it is building
> Apache Royale with Maven:
>
> Thanks
>
> Carlos
>
>
>
>
> El jue., 14 nov. 2019 a las 13:38, Justin Mclean (<
> jus...@classsoftware.com>) escribió:
>
>> Hi,
>>
>> > Since this is not a flex-sdk release, we just want to release that
>> piece of code.
>>
>> In that case you need something to check (a release candidate) for people
>> to vote on, otherwise it’s not a release.
>>
>> Thanks,
>> Justin
>
>
>
> --
> Carlos Rovira
> 
https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosroviradata=02%7C01%7Caharui%40adobe.com%7C5a24289aa982471007da08d7690ead96%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637093384071011080sdata=PJcFVA0Gb5GxdtJLz1eNVa18L4ZSr3CVoZKJyxdtQU8%3Dreserved=0
>
>

-- 
Carlos Rovira

https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosroviradata=02%7C01%7Caharui%40adobe.com%7C5a24289aa982471007da08d7690ead96%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637093384071011080sdata=PJcFVA0Gb5GxdtJLz1eNVa18L4ZSr3CVoZKJyxdtQU8%3Dreserved=0




Re: [Vote] Release flex-dk-converter-maven-extension

2019-11-14 Thread Carlos Rovira
Notice that repository is this:

https://github.com/apache/flex-utilities

El jue., 14 nov. 2019 a las 15:18, Carlos Rovira ()
escribió:

> Hi Justin,
>
> people need to check this extension.
>
> 
> org.apache.flex.utilities.converter
> flex-sdk-converter-maven-extension
> 1.0.0-SNAPSHOT
> 
>
> We're using it in Apache Royale, so a good place to check it is building
> Apache Royale with Maven:
>
> Thanks
>
> Carlos
>
>
>
>
> El jue., 14 nov. 2019 a las 13:38, Justin Mclean (<
> jus...@classsoftware.com>) escribió:
>
>> Hi,
>>
>> > Since this is not a flex-sdk release, we just want to release that
>> piece of code.
>>
>> In that case you need something to check (a release candidate) for people
>> to vote on, otherwise it’s not a release.
>>
>> Thanks,
>> Justin
>
>
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>
>

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


Re: [Vote] Release flex-dk-converter-maven-extension

2019-11-14 Thread Carlos Rovira
Hi Justin,

people need to check this extension.


org.apache.flex.utilities.converter
flex-sdk-converter-maven-extension
1.0.0-SNAPSHOT


We're using it in Apache Royale, so a good place to check it is building
Apache Royale with Maven:

Thanks

Carlos




El jue., 14 nov. 2019 a las 13:38, Justin Mclean ()
escribió:

> Hi,
>
> > Since this is not a flex-sdk release, we just want to release that piece
> of code.
>
> In that case you need something to check (a release candidate) for people
> to vote on, otherwise it’s not a release.
>
> Thanks,
> Justin



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


Re: [Vote] Release flex-dk-converter-maven-extension

2019-11-14 Thread Justin Mclean
Hi,

> Since this is not a flex-sdk release, we just want to release that piece of 
> code.

In that case you need something to check (a release candidate) for people to 
vote on, otherwise it’s not a release.

Thanks,
Justin

Re: [Vote] Release flex-dk-converter-maven-extension

2019-11-14 Thread Carlos Rovira
Hi Justin,

maybe I'm not doing in the right way. If you can help me with the proper
way to do it I would appreciate it.
Since this is not a flex-sdk release, we just want to release that piece of
code. Let me know what's the best way to proceed.
The code seems to be enough tested, since we didn't change it since years
ago.

Thanks


El mié., 13 nov. 2019 a las 12:22, Justin Mclean ()
escribió:

> HI,
>
> Where’s the release candidate to vote on?
>
> Thanks,
> Justin



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


Re: [Vote] Release flex-dk-converter-maven-extension

2019-11-13 Thread Justin Mclean
HI,

Where’s the release candidate to vote on?

Thanks,
Justin

RE: [Vote] Release flex-dk-converter-maven-extension

2019-11-13 Thread Kessler CTR Mark J
+1

-Mark K

-Original Message-
From: Carlos Rovira 
Sent: Wednesday, November 13, 2019 4:02 AM
To: dev@flex.apache.org
Subject: [Non-DoD Source] [Vote] Release flex-dk-converter-maven-extension

Hi,

This thread is to vote about the release of "flex-dk-converter-maven-extension"
piece of code in Apache Flex to simplify Flex and Royale builds.

Thanks

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


[Vote] Release flex-dk-converter-maven-extension

2019-11-13 Thread Carlos Rovira
Hi,

This thread is to vote about the release of "flex-dk-converter-maven-extension"
piece of code in Apache Flex to simplify Flex and Royale builds.

Thanks

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


Re: [Vote] Release flex-dk-converter-maven-extension

2019-11-13 Thread Carlos Rovira
+1

El mié., 13 nov. 2019 a las 10:02, Carlos Rovira ()
escribió:

> Hi,
>
> This thread is to vote about the release of 
> "flex-dk-converter-maven-extension"
> piece of code in Apache Flex to simplify Flex and Royale builds.
>
> Thanks
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>
>

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