Re: [CANCEL][DISCUSS] Release Apache Flex SDK 4.16.1 - RC1*

2017-11-15 Thread Alex Harui
Pretty sure it doesn't work without an Ant extension that sets environment variables, and there used to be pushback against using Ant extensions in our build scripts. What should work is setting outputencoding on the Copy and maybe Move tasks in our scripts. We just need a volunteer to try it. I

Re: [CANCEL][DISCUSS] Release Apache Flex SDK 4.16.1 - RC1*

2017-11-15 Thread Harbs
+1. Definitely a good idea if it’ll work. > On Nov 15, 2017, at 11:18 AM, Maxim Solodovnik wrote: > > maybe this JAVA_TOOL_OPTIONS can be added to ant build as > To avoid such issue in the future? > > On Wed, Nov 15, 2017 at 4:09 PM, Piotr Zarzycki > wrote: > >> Another RC is coming. Cance

Re: [DISCUSS] Release Apache Flex SDK 4.16.1 - RC2*

2017-11-15 Thread Piotr Zarzycki
Hi Maxim, Thank you for checking! :) Piotr 2017-11-15 15:26 GMT+01:00 Maxim Solodovnik : > Both previously broken files are OK :) > *nix scripts has executable bit set :) > > On Wed, Nov 15, 2017 at 4:16 PM, Piotr Zarzycki > > wrote: > > > Hi Folks, > > > > Please discuss here any related issu

Re: [DISCUSS] Release Apache Flex SDK 4.16.1 - RC2*

2017-11-15 Thread Maxim Solodovnik
Both previously broken files are OK :) *nix scripts has executable bit set :) On Wed, Nov 15, 2017 at 4:16 PM, Piotr Zarzycki wrote: > Hi Folks, > > Please discuss here any related issue to release candidate 2. > > Thanks, > -- > > Piotr Zarzycki > > Patreon: *https://www.patreon.com/piotrzarzyc

Re: [CANCEL][DISCUSS] Release Apache Flex SDK 4.16.1 - RC1*

2017-11-15 Thread Maxim Solodovnik
maybe this JAVA_TOOL_OPTIONS can be added to ant build as wrote: > Another RC is coming. Cancel this one. > > 2017-11-15 9:04 GMT+01:00 Piotr Zarzycki : > > > Hi Alex, > > > > I just tried JAVA_TOOL_OPTIONS and that was it! Thank you and I will cut > > another RC very soon! > > > > Piotr > > > >

[DISCUSS] Release Apache Flex SDK 4.16.1 - RC2*

2017-11-15 Thread Piotr Zarzycki
Hi Folks, Please discuss here any related issue to release candidate 2. Thanks, -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki *

[VOTE] Release Apache Flex SDK 4.16.1 - RC2

2017-11-15 Thread Piotr Zarzycki
Hi Folks, This is a Apache Flex SDK 4.16.1 release candidate 2 Please see the RELEASE_NOTES and the README. Changes: - Sources has been prepared using JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8 - Sources from the git repository has been checkout without line change with option core.autocrlf=input whi

[CANCEL][DISCUSS] Release Apache Flex SDK 4.16.1 - RC1*

2017-11-15 Thread Piotr Zarzycki
Another RC is coming. Cancel this one. 2017-11-15 9:04 GMT+01:00 Piotr Zarzycki : > Hi Alex, > > I just tried JAVA_TOOL_OPTIONS and that was it! Thank you and I will cut > another RC very soon! > > Piotr > > 2017-11-14 19:26 GMT+01:00 Alex Harui : > >> I couldn't see the screenshot, but I assume

[CANCEL][VOTE] Release Apache Flex SDK 4.16.1 - RC1

2017-11-15 Thread Piotr Zarzycki
Cancel vote due to encoding problem in source packages. Thanks, Piotr 2017-11-12 12:29 GMT+01:00 Justin Mclean : > Hi, > > Tested on OSX. > > -1 (binding) as the .tar.gz source release has the wrong line endings. > This causes scripts to fail and may cause other issues. > > But everything else c

Re: [DISCUSS] Release Apache Flex SDK 4.16.1 - RC1*

2017-11-15 Thread Piotr Zarzycki
Hi Alex, I just tried JAVA_TOOL_OPTIONS and that was it! Thank you and I will cut another RC very soon! Piotr 2017-11-14 19:26 GMT+01:00 Alex Harui : > I couldn't see the screenshot, but I assume it didn't match. The goal is > to get it to match. I still think the issue is the Ant Copy task.