Re: [VOTE] Release Apache Flex SDK 4.16.1 - RC1

2017-11-10 Thread OmPrakash Muppirala
+0

I checked the signature, rat report, etc. everything looks good.
But when I try to build the source package, for some reason ant cannot
download the osmf.swc.  Although, I can simply curl the url without any
issues:


===

osmf-download:

download-osmf-swc:
  [get] Getting:
https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw
  [get] To: C:\temp\flex\4.16.1\apache-flex-sdk-4.16.1-src\in\osmf.swc
  [get] Error getting
https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw
to C:\temp\flex\4.16.1\apache-flex-sdk-4.16.1-src\in\osmf.swc

double-check-file:
 [echo] Need file: ${still_no_file}

get-from-cache-if-needed:

fail-if-not-found:

BUILD FAILED
C:\temp\flex\4.16.1\apache-flex-sdk-4.16.1-src\build.xml:157: The following
error occurred while executing this line:
C:\temp\flex\4.16.1\apache-flex-sdk-4.16.1-src\frameworks\build.xml:100:
The following error occurred while executing this line:
C:\temp\flex\4.16.1\apache-flex-sdk-4.16.1-src\frameworks\downloads.xml:105:
The following error occurred while executing this line:
C:\temp\flex\4.16.1\apache-flex-sdk-4.16.1-src\frameworks\downloads.xml:117:
The following error occurred while executing this line:
C:\temp\flex\4.16.1\apache-flex-sdk-4.16.1-src\frameworks\downloads.xml:422:
osmf.swc could not be downloaded or found in cache

Total time: 1 second
PS C:\temp\flex\4.16.1\apache-flex-sdk-4.16.1-src> curl
https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw


StatusCode: 200
StatusDescription : OK
Content   : {80, 75, 3, 4...}
RawContent: HTTP/1.1 200 OK
Transfer-Encoding: chunked
Connection: close
Pragma: no-cache
Content-Disposition: attachment;filename="OSMF2_0.swc"
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
...
Headers   : {[Transfer-Encoding, chunked], [Connection, close],
[Pragma, no-cache], [Content-Disposition,
attachment;filename="OSMF2_0.swc"]...}
RawContentLength  : 266698

===

This was in powershell.  I had the same exact issue with cmd as well.

I will try again later to see if I have better luck.

Thanks,
Om

On Thu, Nov 9, 2017 at 3:13 PM, Piotr Zarzycki 
wrote:

> Hi Folks,
>
> This is a Apache Flex SDK 4.16.1 release candidate 1 Please see the
> RELEASE_NOTES and the README.
>
> The release candidate can be found here:
> https://dist.apache.org/repos/dist/dev/flex/sdk/4.16.1/rc1/
>
> The binary distributions as a convenience for the respective platforms, are
> available here:
> https://dist.apache.org/repos/dist/dev/flex/sdk/4.16.1/rc1/binaries/
>
> The most convenient way to use the binary package is to install it via Ant
> or the Installer. To use an Installer you should use Apache Flex SDK
> Installer 3.3 RC2:
> https://dist.apache.org/repos/dist/dev/flex/installer/3.3/rc2/binaries/
>
> Before voting please review the section, 'What are the ASF requirements on
> approving a release?', at:
> http://www.apache.org/dev/release.html#approving-a-release
>
> At a minimum you would be expected to check that:
> - MD5 and signed packages are correct
> - README, RELEASE_NOTES, NOTICE and LICENSE files are all fine
> - That you can compile from source package
> - That the SDK can be used in your IDE of choice
> - That the SDK can be used to make a mobile, desktop and browser
> application
>
> When testing please check the md5 and asc files and make sure that the
> source can be compiled.
>
> Please vote to approve this release:
> +1 Approve the release
> -1 Veto the release (please provide specific comments to why)
>
> This vote will be open for 72 hours or until a result can be called.
>
> The vote passes if there is:
> - At least 3 +1 votes from the PMC
> - More positive votes than negative votes
>
> If you find an issue with the release that's a 'show stopper' please don't
> hold off voting -1. If someone votes -1 please continue testing as we want
> to try and catch as many issues as we can and cut down on the number of
> release candidates. Remember existing voters can change their vote during
> the voting process.
>
> People who are not in PMC are also encouraged to test out the release and
> vote, although their votes will not be binding, they can influence how the
> PMC votes.
>
> When voting please indicate what OS, IDE, Flash Player version and AIR
> version you tested the SDK with.
>
> Please put all discussion about this release in the DISCUSSION thread not
> this VOTE thread.
>
> For your convenience, there issues an Ant script in the RC folder that
> automates the checks a voter should perform on the RC.  It will:
> 

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

2017-11-10 Thread Piotr Zarzycki
Hi Peter,

Somewhere on the dev list there is a thread where problems with downloading
SMF2 is described. It is because sourcfourge changed something in their
policy. The solution was to download following java jars [1] and replace in
your JDK. Let me know if you are using Java 8 or 7 ?

[1]
http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html

Piotr


2017-11-10 22:43 GMT+01:00 Peter Ent :

> After getting the Approval script running and going through the license
> files, etc., the whole thing ended with:
>
> osmf-check:
>
>
> osmf-download:
>
>
> download-osmf-swc:
>   [get] Getting:
> https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/
> frameworks/libs/
> OSMF2_0.swc?format=raw
>   [get] To:
> /Users/pent/Downloads/apache-flex-sdk-4.16.1-src/in/osmf.swc
>   [get] Error getting
> https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/
> frameworks/libs/
> OSMF2_0.swc?format=raw to
> /Users/pent/Downloads/apache-flex-sdk-4.16.1-src/in/osmf.swc
>
>
> double-check-file:
>  [echo] Need file: ${still_no_file}
>
>
> get-from-cache-if-needed:
>
>
> fail-if-not-found:
>
>
> BUILD FAILED
> /Users/pent/Downloads/ApproveSDK.xml:1186: The following error occurred
> while executing this line:
> /Users/pent/Downloads/apache-flex-sdk-4.16.1-src/build.xml:157: The
> following error occurred while executing this line:
> /Users/pent/Downloads/apache-flex-sdk-4.16.1-src/frameworks/build.xml:100:
> The following error occurred while executing this line:
> /Users/pent/Downloads/apache-flex-sdk-4.16.1-src/
> frameworks/downloads.xml:1
> 05: The following error occurred while executing this line:
> /Users/pent/Downloads/apache-flex-sdk-4.16.1-src/
> frameworks/downloads.xml:1
> 17: The following error occurred while executing this line:
> /Users/pent/Downloads/apache-flex-sdk-4.16.1-src/
> frameworks/downloads.xml:4
> 22: osmf.swc could not be downloaded or found in cache
>
>
> I can get to the file in the browser and even download it, so I don't know
> what could be wrong.
>
> ‹peter
>
> On 11/9/17, 6:14 PM, "Piotr Zarzycki"  wrote:
>
> >Hi Folks,
> >
> >This is discussion thread for Apache Flex SDK 4.16.1 RC1.
> >
> >Thanks,
> >--
> >
> >Piotr Zarzycki
> >
> >Patreon:
> >*https://na01.safelinks.protection.outlook.com/?url=
> https%3A%2F%2Fwww.patr
> >eon.com%2Fpiotrzarzycki=02%7C01%7C%7C8060e3b76f3048bb1b8108d527c7
> ac38
> >%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C636458660901245879=NX8
> >9oJVmd4jS2lhmhu%2FL4syVTaYa2MLJ%2BSeXsDJ5AhY%3D=0
> > https%3A%2F%2Fwww.patr
> >eon.com%2Fpiotrzarzycki=02%7C01%7C%7C8060e3b76f3048bb1b8108d527c7
> ac38
> >%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C636458660901245879=NX8
> >9oJVmd4jS2lhmhu%2FL4syVTaYa2MLJ%2BSeXsDJ5AhY%3D=0>*
>
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
*


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

2017-11-10 Thread Peter Ent
After getting the Approval script running and going through the license
files, etc., the whole thing ended with:

osmf-check:


osmf-download:


download-osmf-swc:
  [get] Getting:
https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/
OSMF2_0.swc?format=raw
  [get] To: 
/Users/pent/Downloads/apache-flex-sdk-4.16.1-src/in/osmf.swc
  [get] Error getting
https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/
OSMF2_0.swc?format=raw to
/Users/pent/Downloads/apache-flex-sdk-4.16.1-src/in/osmf.swc


double-check-file:
 [echo] Need file: ${still_no_file}


get-from-cache-if-needed:


fail-if-not-found:


BUILD FAILED
/Users/pent/Downloads/ApproveSDK.xml:1186: The following error occurred
while executing this line:
/Users/pent/Downloads/apache-flex-sdk-4.16.1-src/build.xml:157: The
following error occurred while executing this line:
/Users/pent/Downloads/apache-flex-sdk-4.16.1-src/frameworks/build.xml:100:
The following error occurred while executing this line:
/Users/pent/Downloads/apache-flex-sdk-4.16.1-src/frameworks/downloads.xml:1
05: The following error occurred while executing this line:
/Users/pent/Downloads/apache-flex-sdk-4.16.1-src/frameworks/downloads.xml:1
17: The following error occurred while executing this line:
/Users/pent/Downloads/apache-flex-sdk-4.16.1-src/frameworks/downloads.xml:4
22: osmf.swc could not be downloaded or found in cache


I can get to the file in the browser and even download it, so I don't know
what could be wrong.

‹peter

On 11/9/17, 6:14 PM, "Piotr Zarzycki"  wrote:

>Hi Folks,
>
>This is discussion thread for Apache Flex SDK 4.16.1 RC1.
>
>Thanks,
>-- 
>
>Piotr Zarzycki
>
>Patreon: 
>*https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patr
>eon.com%2Fpiotrzarzycki=02%7C01%7C%7C8060e3b76f3048bb1b8108d527c7ac38
>%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636458660901245879=NX8
>9oJVmd4jS2lhmhu%2FL4syVTaYa2MLJ%2BSeXsDJ5AhY%3D=0
>eon.com%2Fpiotrzarzycki=02%7C01%7C%7C8060e3b76f3048bb1b8108d527c7ac38
>%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636458660901245879=NX8
>9oJVmd4jS2lhmhu%2FL4syVTaYa2MLJ%2BSeXsDJ5AhY%3D=0>*



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

2017-11-10 Thread Alex Harui
Hi Piotr,

Yes, you are right. I looked in the wrong thread.

Sorry about that,
-Alex

On 11/10/17, 8:34 AM, "Piotr Zarzycki"  wrote:

>Alex,
>
>In the VOTE thread I see the right command. I've checked many times that
>email.
>
>Peter,
>
>Thanks for looking into that. I hope now it will work with Alex's
>suggestion.
>
>Piotr
>
>On Fri, Nov 10, 2017, 17:26 Alex Harui  wrote:
>
>> Peter, looks like you are missing the -Drc=1 parameter.
>>
>> I guess Piotr was unable to use the releasecandidate.xml scripts because
>> they would have put the right command-line in the vote thread emails.
>> IMO, it would be better to get these scripts working so they save
>> everybody time and hassle.
>>
>> -Alex
>>
>> On 11/10/17, 8:22 AM, "Peter Ent"  wrote:
>>
>> >I'm trying the AppoveSDK.xml script. When I do:
>> >
>> >ant -f ApproveSDK.xml -Drelease.version=4.16.1
>> >
>> >I get the following:
>> >
>> >Buildfile: /Users/pent/Downloads/ApproveSDK.xml
>> >
>> >write-out-jars-list:
>> >   [delete] Deleting: /Users/pent/Downloads/jars.txt
>> >
>> >install-rat.jar:
>> >
>> >install-rat.tasks.jar:
>> >
>> >install-rat:
>> >
>> >download:
>> >  [get] Getting:
>> >
>> 
>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapachefle
>>x
>> >build.cloudapp.net
>> %3A8080%2Fjob%2Fflex-sdk_release-candidate%2Flas=02
>> 
>>>%7C01%7C%7C8ff3fb4edd424693413508d5285739e9%7Cfa7b1b5a7b34438794aed2c178
>>>de
>> 
>>>cee1%7C0%7C0%7C636459277456439905=S1jrEyHCZKbH5O%2BZMGoi%2B9UjJPiQ
>>>oT
>> >gpNB6pbnrUkDw%3D=0
>> >tSuccessfulBuild/artifact/out/apache-flex-sdk-4.16.1-src.tar.gz
>> >  [get] To: /Users/pent/Downloads/apache-flex-sdk-4.16.1-src.tar.gz
>> >  [get] Error opening connection java.io.FileNotFoundException:
>> >
>> 
>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapachefle
>>x
>> >build.cloudapp.net
>> %3A8080%2Fjob%2Fflex-sdk_release-candidate%2Flas=02
>> 
>>>%7C01%7C%7C8ff3fb4edd424693413508d5285739e9%7Cfa7b1b5a7b34438794aed2c178
>>>de
>> 
>>>cee1%7C0%7C0%7C636459277456439905=S1jrEyHCZKbH5O%2BZMGoi%2B9UjJPiQ
>>>oT
>> >gpNB6pbnrUkDw%3D=0
>> >tSuccessfulBuild/artifact/out/apache-flex-sdk-4.16.1-src.tar.gz
>> >  [get] Error opening connection java.io.FileNotFoundException:
>> >
>> 
>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapachefle
>>x
>> >build.cloudapp.net
>> %3A8080%2Fjob%2Fflex-sdk_release-candidate%2Flas=02
>> 
>>>%7C01%7C%7C8ff3fb4edd424693413508d5285739e9%7Cfa7b1b5a7b34438794aed2c178
>>>de
>> 
>>>cee1%7C0%7C0%7C636459277456439905=S1jrEyHCZKbH5O%2BZMGoi%2B9UjJPiQ
>>>oT
>> >gpNB6pbnrUkDw%3D=0
>> >tSuccessfulBuild/artifact/out/apache-flex-sdk-4.16.1-src.tar.gz
>> >  [get] Error opening connection java.io.FileNotFoundException:
>> >
>> 
>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapachefle
>>x
>> >build.cloudapp.net
>> %3A8080%2Fjob%2Fflex-sdk_release-candidate%2Flas=02
>> 
>>>%7C01%7C%7C8ff3fb4edd424693413508d5285739e9%7Cfa7b1b5a7b34438794aed2c178
>>>de
>> 
>>>cee1%7C0%7C0%7C636459277456439905=S1jrEyHCZKbH5O%2BZMGoi%2B9UjJPiQ
>>>oT
>> >gpNB6pbnrUkDw%3D=0
>> >tSuccessfulBuild/artifact/out/apache-flex-sdk-4.16.1-src.tar.gz
>> >  [get] Can't get
>> >
>> 
>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapachefle
>>x
>> >build.cloudapp.net
>> %3A8080%2Fjob%2Fflex-sdk_release-candidate%2Flas=02
>> 
>>>%7C01%7C%7C8ff3fb4edd424693413508d5285739e9%7Cfa7b1b5a7b34438794aed2c178
>>>de
>> 
>>>cee1%7C0%7C0%7C636459277456439905=S1jrEyHCZKbH5O%2BZMGoi%2B9UjJPiQ
>>>oT
>> >gpNB6pbnrUkDw%3D=0
>> >tSuccessfulBuild/artifact/out/apache-flex-sdk-4.16.1-src.tar.gz to
>> >/Users/pent/Downloads/apache-flex-sdk-4.16.1-src.tar.gz
>> >
>> >BUILD FAILED
>> >/Users/pent/Downloads/ApproveSDK.xml:222: Can't get
>> >
>> 
>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapachefle
>>x
>> >build.cloudapp.net
>> %3A8080%2Fjob%2Fflex-sdk_release-candidate%2Flas=02
>> 
>>>%7C01%7C%7C8ff3fb4edd424693413508d5285739e9%7Cfa7b1b5a7b34438794aed2c178
>>>de
>> 
>>>cee1%7C0%7C0%7C636459277456439905=S1jrEyHCZKbH5O%2BZMGoi%2B9UjJPiQ
>>>oT
>> >gpNB6pbnrUkDw%3D=0
>> >tSuccessfulBuild/artifact/out/apache-flex-sdk-4.16.1-src.tar.gz to
>> >/Users/pent/Downloads/apache-flex-sdk-4.16.1-src.tar.gz
>> >
>> >
>> >I can download the 4.16.1-src.tar.gz manually and will test that way.
>> >
>> >
>> >I tried ant -f ApproveSDK.xml -Drelease.version=4.16.0 and that works,
>>but
>> >its not the correct release.
>> >
>> >‹peter
>> >
>> >
>> >On 11/9/17, 6:14 PM, "Piotr Zarzycki" 
>>wrote:
>> >
>> >>Hi Folks,
>> >>
>> >>This is discussion thread for Apache Flex SDK 4.16.1 RC1.
>> >>
>> >>Thanks,
>> >>--
>> >>
>> >>Piotr Zarzycki
>> >>
>> >>Patreon:
>> >>*
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pat
>> >>r
>> >>eon.com
>> %2Fpiotrzarzycki=02%7C01%7C%7C8060e3b76f3048bb1b8108d527c7ac3
>> >>8
>> 

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

2017-11-10 Thread Peter Ent
I had actually tried the -Drc=1, but I mistakenly set the release.version
to 4.16

So close. Script is running.

—peter

On 11/10/17, 11:34 AM, "Piotr Zarzycki"  wrote:

>Alex,
>
>In the VOTE thread I see the right command. I've checked many times that
>email.
>
>Peter,
>
>Thanks for looking into that. I hope now it will work with Alex's
>suggestion.
>
>Piotr
>
>On Fri, Nov 10, 2017, 17:26 Alex Harui  wrote:
>
>> Peter, looks like you are missing the -Drc=1 parameter.
>>
>> I guess Piotr was unable to use the releasecandidate.xml scripts because
>> they would have put the right command-line in the vote thread emails.
>> IMO, it would be better to get these scripts working so they save
>> everybody time and hassle.
>>
>> -Alex
>>
>> On 11/10/17, 8:22 AM, "Peter Ent"  wrote:
>>
>> >I'm trying the AppoveSDK.xml script. When I do:
>> >
>> >ant -f ApproveSDK.xml -Drelease.version=4.16.1
>> >
>> >I get the following:
>> >
>> >Buildfile: /Users/pent/Downloads/ApproveSDK.xml
>> >
>> >write-out-jars-list:
>> >   [delete] Deleting: /Users/pent/Downloads/jars.txt
>> >
>> >install-rat.jar:
>> >
>> >install-rat.tasks.jar:
>> >
>> >install-rat:
>> >
>> >download:
>> >  [get] Getting:
>> >
>> 
>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapachefle
>>x
>> >build.cloudapp.net
>> %3A8080%2Fjob%2Fflex-sdk_release-candidate%2Flas=02
>> 
>>>%7C01%7C%7C8ff3fb4edd424693413508d5285739e9%7Cfa7b1b5a7b34438794aed2c178
>>>de
>> 
>>>cee1%7C0%7C0%7C636459277456439905=S1jrEyHCZKbH5O%2BZMGoi%2B9UjJPiQ
>>>oT
>> >gpNB6pbnrUkDw%3D=0
>> >tSuccessfulBuild/artifact/out/apache-flex-sdk-4.16.1-src.tar.gz
>> >  [get] To: /Users/pent/Downloads/apache-flex-sdk-4.16.1-src.tar.gz
>> >  [get] Error opening connection java.io.FileNotFoundException:
>> >
>> 
>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapachefle
>>x
>> >build.cloudapp.net
>> %3A8080%2Fjob%2Fflex-sdk_release-candidate%2Flas=02
>> 
>>>%7C01%7C%7C8ff3fb4edd424693413508d5285739e9%7Cfa7b1b5a7b34438794aed2c178
>>>de
>> 
>>>cee1%7C0%7C0%7C636459277456439905=S1jrEyHCZKbH5O%2BZMGoi%2B9UjJPiQ
>>>oT
>> >gpNB6pbnrUkDw%3D=0
>> >tSuccessfulBuild/artifact/out/apache-flex-sdk-4.16.1-src.tar.gz
>> >  [get] Error opening connection java.io.FileNotFoundException:
>> >
>> 
>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapachefle
>>x
>> >build.cloudapp.net
>> %3A8080%2Fjob%2Fflex-sdk_release-candidate%2Flas=02
>> 
>>>%7C01%7C%7C8ff3fb4edd424693413508d5285739e9%7Cfa7b1b5a7b34438794aed2c178
>>>de
>> 
>>>cee1%7C0%7C0%7C636459277456439905=S1jrEyHCZKbH5O%2BZMGoi%2B9UjJPiQ
>>>oT
>> >gpNB6pbnrUkDw%3D=0
>> >tSuccessfulBuild/artifact/out/apache-flex-sdk-4.16.1-src.tar.gz
>> >  [get] Error opening connection java.io.FileNotFoundException:
>> >
>> 
>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapachefle
>>x
>> >build.cloudapp.net
>> %3A8080%2Fjob%2Fflex-sdk_release-candidate%2Flas=02
>> 
>>>%7C01%7C%7C8ff3fb4edd424693413508d5285739e9%7Cfa7b1b5a7b34438794aed2c178
>>>de
>> 
>>>cee1%7C0%7C0%7C636459277456439905=S1jrEyHCZKbH5O%2BZMGoi%2B9UjJPiQ
>>>oT
>> >gpNB6pbnrUkDw%3D=0
>> >tSuccessfulBuild/artifact/out/apache-flex-sdk-4.16.1-src.tar.gz
>> >  [get] Can't get
>> >
>> 
>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapachefle
>>x
>> >build.cloudapp.net
>> %3A8080%2Fjob%2Fflex-sdk_release-candidate%2Flas=02
>> 
>>>%7C01%7C%7C8ff3fb4edd424693413508d5285739e9%7Cfa7b1b5a7b34438794aed2c178
>>>de
>> 
>>>cee1%7C0%7C0%7C636459277456439905=S1jrEyHCZKbH5O%2BZMGoi%2B9UjJPiQ
>>>oT
>> >gpNB6pbnrUkDw%3D=0
>> >tSuccessfulBuild/artifact/out/apache-flex-sdk-4.16.1-src.tar.gz to
>> >/Users/pent/Downloads/apache-flex-sdk-4.16.1-src.tar.gz
>> >
>> >BUILD FAILED
>> >/Users/pent/Downloads/ApproveSDK.xml:222: Can't get
>> >
>> 
>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapachefle
>>x
>> >build.cloudapp.net
>> %3A8080%2Fjob%2Fflex-sdk_release-candidate%2Flas=02
>> 
>>>%7C01%7C%7C8ff3fb4edd424693413508d5285739e9%7Cfa7b1b5a7b34438794aed2c178
>>>de
>> 
>>>cee1%7C0%7C0%7C636459277456439905=S1jrEyHCZKbH5O%2BZMGoi%2B9UjJPiQ
>>>oT
>> >gpNB6pbnrUkDw%3D=0
>> >tSuccessfulBuild/artifact/out/apache-flex-sdk-4.16.1-src.tar.gz to
>> >/Users/pent/Downloads/apache-flex-sdk-4.16.1-src.tar.gz
>> >
>> >
>> >I can download the 4.16.1-src.tar.gz manually and will test that way.
>> >
>> >
>> >I tried ant -f ApproveSDK.xml -Drelease.version=4.16.0 and that works,
>>but
>> >its not the correct release.
>> >
>> >‹peter
>> >
>> >
>> >On 11/9/17, 6:14 PM, "Piotr Zarzycki" 
>>wrote:
>> >
>> >>Hi Folks,
>> >>
>> >>This is discussion thread for Apache Flex SDK 4.16.1 RC1.
>> >>
>> >>Thanks,
>> >>--
>> >>
>> >>Piotr Zarzycki
>> >>
>> >>Patreon:
>> >>*
>> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pat
>> >>r
>> >>eon.com
>> %2Fpiotrzarzycki=02%7C01%7C%7C8060e3b76f3048bb1b8108d527c7ac3
>> >>8
>> 

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

2017-11-10 Thread Piotr Zarzycki
Alex,

In the VOTE thread I see the right command. I've checked many times that
email.

Peter,

Thanks for looking into that. I hope now it will work with Alex's
suggestion.

Piotr

On Fri, Nov 10, 2017, 17:26 Alex Harui  wrote:

> Peter, looks like you are missing the -Drc=1 parameter.
>
> I guess Piotr was unable to use the releasecandidate.xml scripts because
> they would have put the right command-line in the vote thread emails.
> IMO, it would be better to get these scripts working so they save
> everybody time and hassle.
>
> -Alex
>
> On 11/10/17, 8:22 AM, "Peter Ent"  wrote:
>
> >I'm trying the AppoveSDK.xml script. When I do:
> >
> >ant -f ApproveSDK.xml -Drelease.version=4.16.1
> >
> >I get the following:
> >
> >Buildfile: /Users/pent/Downloads/ApproveSDK.xml
> >
> >write-out-jars-list:
> >   [delete] Deleting: /Users/pent/Downloads/jars.txt
> >
> >install-rat.jar:
> >
> >install-rat.tasks.jar:
> >
> >install-rat:
> >
> >download:
> >  [get] Getting:
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheflex
> >build.cloudapp.net
> %3A8080%2Fjob%2Fflex-sdk_release-candidate%2Flas=02
> >%7C01%7C%7C8ff3fb4edd424693413508d5285739e9%7Cfa7b1b5a7b34438794aed2c178de
> >cee1%7C0%7C0%7C636459277456439905=S1jrEyHCZKbH5O%2BZMGoi%2B9UjJPiQoT
> >gpNB6pbnrUkDw%3D=0
> >tSuccessfulBuild/artifact/out/apache-flex-sdk-4.16.1-src.tar.gz
> >  [get] To: /Users/pent/Downloads/apache-flex-sdk-4.16.1-src.tar.gz
> >  [get] Error opening connection java.io.FileNotFoundException:
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheflex
> >build.cloudapp.net
> %3A8080%2Fjob%2Fflex-sdk_release-candidate%2Flas=02
> >%7C01%7C%7C8ff3fb4edd424693413508d5285739e9%7Cfa7b1b5a7b34438794aed2c178de
> >cee1%7C0%7C0%7C636459277456439905=S1jrEyHCZKbH5O%2BZMGoi%2B9UjJPiQoT
> >gpNB6pbnrUkDw%3D=0
> >tSuccessfulBuild/artifact/out/apache-flex-sdk-4.16.1-src.tar.gz
> >  [get] Error opening connection java.io.FileNotFoundException:
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheflex
> >build.cloudapp.net
> %3A8080%2Fjob%2Fflex-sdk_release-candidate%2Flas=02
> >%7C01%7C%7C8ff3fb4edd424693413508d5285739e9%7Cfa7b1b5a7b34438794aed2c178de
> >cee1%7C0%7C0%7C636459277456439905=S1jrEyHCZKbH5O%2BZMGoi%2B9UjJPiQoT
> >gpNB6pbnrUkDw%3D=0
> >tSuccessfulBuild/artifact/out/apache-flex-sdk-4.16.1-src.tar.gz
> >  [get] Error opening connection java.io.FileNotFoundException:
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheflex
> >build.cloudapp.net
> %3A8080%2Fjob%2Fflex-sdk_release-candidate%2Flas=02
> >%7C01%7C%7C8ff3fb4edd424693413508d5285739e9%7Cfa7b1b5a7b34438794aed2c178de
> >cee1%7C0%7C0%7C636459277456439905=S1jrEyHCZKbH5O%2BZMGoi%2B9UjJPiQoT
> >gpNB6pbnrUkDw%3D=0
> >tSuccessfulBuild/artifact/out/apache-flex-sdk-4.16.1-src.tar.gz
> >  [get] Can't get
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheflex
> >build.cloudapp.net
> %3A8080%2Fjob%2Fflex-sdk_release-candidate%2Flas=02
> >%7C01%7C%7C8ff3fb4edd424693413508d5285739e9%7Cfa7b1b5a7b34438794aed2c178de
> >cee1%7C0%7C0%7C636459277456439905=S1jrEyHCZKbH5O%2BZMGoi%2B9UjJPiQoT
> >gpNB6pbnrUkDw%3D=0
> >tSuccessfulBuild/artifact/out/apache-flex-sdk-4.16.1-src.tar.gz to
> >/Users/pent/Downloads/apache-flex-sdk-4.16.1-src.tar.gz
> >
> >BUILD FAILED
> >/Users/pent/Downloads/ApproveSDK.xml:222: Can't get
> >
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheflex
> >build.cloudapp.net
> %3A8080%2Fjob%2Fflex-sdk_release-candidate%2Flas=02
> >%7C01%7C%7C8ff3fb4edd424693413508d5285739e9%7Cfa7b1b5a7b34438794aed2c178de
> >cee1%7C0%7C0%7C636459277456439905=S1jrEyHCZKbH5O%2BZMGoi%2B9UjJPiQoT
> >gpNB6pbnrUkDw%3D=0
> >tSuccessfulBuild/artifact/out/apache-flex-sdk-4.16.1-src.tar.gz to
> >/Users/pent/Downloads/apache-flex-sdk-4.16.1-src.tar.gz
> >
> >
> >I can download the 4.16.1-src.tar.gz manually and will test that way.
> >
> >
> >I tried ant -f ApproveSDK.xml -Drelease.version=4.16.0 and that works, but
> >its not the correct release.
> >
> >‹peter
> >
> >
> >On 11/9/17, 6:14 PM, "Piotr Zarzycki"  wrote:
> >
> >>Hi Folks,
> >>
> >>This is discussion thread for Apache Flex SDK 4.16.1 RC1.
> >>
> >>Thanks,
> >>--
> >>
> >>Piotr Zarzycki
> >>
> >>Patreon:
> >>*
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pat
> >>r
> >>eon.com
> %2Fpiotrzarzycki=02%7C01%7C%7C8060e3b76f3048bb1b8108d527c7ac3
> >>8
> >>%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636458660901245879=NX
> >>8
> >>9oJVmd4jS2lhmhu%2FL4syVTaYa2MLJ%2BSeXsDJ5AhY%3D=0
> >><
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pat
> >>r
> >>eon.com
> %2Fpiotrzarzycki=02%7C01%7C%7C8060e3b76f3048bb1b8108d527c7ac3
> >>8
> >>%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636458660901245879=NX
> >>8
> >>9oJVmd4jS2lhmhu%2FL4syVTaYa2MLJ%2BSeXsDJ5AhY%3D=0>*
> >
>
>


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

2017-11-10 Thread Alex Harui
Peter, looks like you are missing the -Drc=1 parameter.

I guess Piotr was unable to use the releasecandidate.xml scripts because
they would have put the right command-line in the vote thread emails.
IMO, it would be better to get these scripts working so they save
everybody time and hassle.

-Alex

On 11/10/17, 8:22 AM, "Peter Ent"  wrote:

>I'm trying the AppoveSDK.xml script. When I do:
>
>ant -f ApproveSDK.xml -Drelease.version=4.16.1
>
>I get the following:
>
>Buildfile: /Users/pent/Downloads/ApproveSDK.xml
>
>write-out-jars-list:
>   [delete] Deleting: /Users/pent/Downloads/jars.txt
>
>install-rat.jar:
>
>install-rat.tasks.jar:
>
>install-rat:
>
>download:
>  [get] Getting:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheflex
>build.cloudapp.net%3A8080%2Fjob%2Fflex-sdk_release-candidate%2Flas=02
>%7C01%7C%7C8ff3fb4edd424693413508d5285739e9%7Cfa7b1b5a7b34438794aed2c178de
>cee1%7C0%7C0%7C636459277456439905=S1jrEyHCZKbH5O%2BZMGoi%2B9UjJPiQoT
>gpNB6pbnrUkDw%3D=0
>tSuccessfulBuild/artifact/out/apache-flex-sdk-4.16.1-src.tar.gz
>  [get] To: /Users/pent/Downloads/apache-flex-sdk-4.16.1-src.tar.gz
>  [get] Error opening connection java.io.FileNotFoundException:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheflex
>build.cloudapp.net%3A8080%2Fjob%2Fflex-sdk_release-candidate%2Flas=02
>%7C01%7C%7C8ff3fb4edd424693413508d5285739e9%7Cfa7b1b5a7b34438794aed2c178de
>cee1%7C0%7C0%7C636459277456439905=S1jrEyHCZKbH5O%2BZMGoi%2B9UjJPiQoT
>gpNB6pbnrUkDw%3D=0
>tSuccessfulBuild/artifact/out/apache-flex-sdk-4.16.1-src.tar.gz
>  [get] Error opening connection java.io.FileNotFoundException:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheflex
>build.cloudapp.net%3A8080%2Fjob%2Fflex-sdk_release-candidate%2Flas=02
>%7C01%7C%7C8ff3fb4edd424693413508d5285739e9%7Cfa7b1b5a7b34438794aed2c178de
>cee1%7C0%7C0%7C636459277456439905=S1jrEyHCZKbH5O%2BZMGoi%2B9UjJPiQoT
>gpNB6pbnrUkDw%3D=0
>tSuccessfulBuild/artifact/out/apache-flex-sdk-4.16.1-src.tar.gz
>  [get] Error opening connection java.io.FileNotFoundException:
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheflex
>build.cloudapp.net%3A8080%2Fjob%2Fflex-sdk_release-candidate%2Flas=02
>%7C01%7C%7C8ff3fb4edd424693413508d5285739e9%7Cfa7b1b5a7b34438794aed2c178de
>cee1%7C0%7C0%7C636459277456439905=S1jrEyHCZKbH5O%2BZMGoi%2B9UjJPiQoT
>gpNB6pbnrUkDw%3D=0
>tSuccessfulBuild/artifact/out/apache-flex-sdk-4.16.1-src.tar.gz
>  [get] Can't get
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheflex
>build.cloudapp.net%3A8080%2Fjob%2Fflex-sdk_release-candidate%2Flas=02
>%7C01%7C%7C8ff3fb4edd424693413508d5285739e9%7Cfa7b1b5a7b34438794aed2c178de
>cee1%7C0%7C0%7C636459277456439905=S1jrEyHCZKbH5O%2BZMGoi%2B9UjJPiQoT
>gpNB6pbnrUkDw%3D=0
>tSuccessfulBuild/artifact/out/apache-flex-sdk-4.16.1-src.tar.gz to
>/Users/pent/Downloads/apache-flex-sdk-4.16.1-src.tar.gz
>
>BUILD FAILED
>/Users/pent/Downloads/ApproveSDK.xml:222: Can't get
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheflex
>build.cloudapp.net%3A8080%2Fjob%2Fflex-sdk_release-candidate%2Flas=02
>%7C01%7C%7C8ff3fb4edd424693413508d5285739e9%7Cfa7b1b5a7b34438794aed2c178de
>cee1%7C0%7C0%7C636459277456439905=S1jrEyHCZKbH5O%2BZMGoi%2B9UjJPiQoT
>gpNB6pbnrUkDw%3D=0
>tSuccessfulBuild/artifact/out/apache-flex-sdk-4.16.1-src.tar.gz to
>/Users/pent/Downloads/apache-flex-sdk-4.16.1-src.tar.gz
>
>
>I can download the 4.16.1-src.tar.gz manually and will test that way.
>
>
>I tried ant -f ApproveSDK.xml -Drelease.version=4.16.0 and that works, but
>its not the correct release.
>
>‹peter
>
>
>On 11/9/17, 6:14 PM, "Piotr Zarzycki"  wrote:
>
>>Hi Folks,
>>
>>This is discussion thread for Apache Flex SDK 4.16.1 RC1.
>>
>>Thanks,
>>-- 
>>
>>Piotr Zarzycki
>>
>>Patreon: 
>>*https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pat
>>r
>>eon.com%2Fpiotrzarzycki=02%7C01%7C%7C8060e3b76f3048bb1b8108d527c7ac3
>>8
>>%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636458660901245879=NX
>>8
>>9oJVmd4jS2lhmhu%2FL4syVTaYa2MLJ%2BSeXsDJ5AhY%3D=0
>>>r
>>eon.com%2Fpiotrzarzycki=02%7C01%7C%7C8060e3b76f3048bb1b8108d527c7ac3
>>8
>>%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636458660901245879=NX
>>8
>>9oJVmd4jS2lhmhu%2FL4syVTaYa2MLJ%2BSeXsDJ5AhY%3D=0>*
>



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

2017-11-10 Thread Peter Ent
I'm trying the AppoveSDK.xml script. When I do:

ant -f ApproveSDK.xml -Drelease.version=4.16.1

I get the following:

Buildfile: /Users/pent/Downloads/ApproveSDK.xml

write-out-jars-list:
   [delete] Deleting: /Users/pent/Downloads/jars.txt

install-rat.jar:

install-rat.tasks.jar:

install-rat:

download:
  [get] Getting:
http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_release-candidate/las
tSuccessfulBuild/artifact/out/apache-flex-sdk-4.16.1-src.tar.gz
  [get] To: /Users/pent/Downloads/apache-flex-sdk-4.16.1-src.tar.gz
  [get] Error opening connection java.io.FileNotFoundException:
http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_release-candidate/las
tSuccessfulBuild/artifact/out/apache-flex-sdk-4.16.1-src.tar.gz
  [get] Error opening connection java.io.FileNotFoundException:
http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_release-candidate/las
tSuccessfulBuild/artifact/out/apache-flex-sdk-4.16.1-src.tar.gz
  [get] Error opening connection java.io.FileNotFoundException:
http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_release-candidate/las
tSuccessfulBuild/artifact/out/apache-flex-sdk-4.16.1-src.tar.gz
  [get] Can't get
http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_release-candidate/las
tSuccessfulBuild/artifact/out/apache-flex-sdk-4.16.1-src.tar.gz to
/Users/pent/Downloads/apache-flex-sdk-4.16.1-src.tar.gz

BUILD FAILED
/Users/pent/Downloads/ApproveSDK.xml:222: Can't get
http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_release-candidate/las
tSuccessfulBuild/artifact/out/apache-flex-sdk-4.16.1-src.tar.gz to
/Users/pent/Downloads/apache-flex-sdk-4.16.1-src.tar.gz


I can download the 4.16.1-src.tar.gz manually and will test that way.


I tried ant -f ApproveSDK.xml -Drelease.version=4.16.0 and that works, but
its not the correct release.

‹peter


On 11/9/17, 6:14 PM, "Piotr Zarzycki"  wrote:

>Hi Folks,
>
>This is discussion thread for Apache Flex SDK 4.16.1 RC1.
>
>Thanks,
>-- 
>
>Piotr Zarzycki
>
>Patreon: 
>*https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patr
>eon.com%2Fpiotrzarzycki=02%7C01%7C%7C8060e3b76f3048bb1b8108d527c7ac38
>%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636458660901245879=NX8
>9oJVmd4jS2lhmhu%2FL4syVTaYa2MLJ%2BSeXsDJ5AhY%3D=0
>eon.com%2Fpiotrzarzycki=02%7C01%7C%7C8060e3b76f3048bb1b8108d527c7ac38
>%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636458660901245879=NX8
>9oJVmd4jS2lhmhu%2FL4syVTaYa2MLJ%2BSeXsDJ5AhY%3D=0>*