+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:
===============================================================
<snip>
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 <[email protected]>
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:
> - download the default source package for your OS (use -Dpackage.suffix
> to override)
> - run md5 and gpg checks (this assumes you have gpg installed in your
> path)\n\
> - uncompress the source package
> - install and run rat
> - display the rat report and ask you to verify
> - display the rat report without the AL files and ask you to verify the
> non-AL files
> - display the README and ask you to verify
> - display the RELEASE_NOTES and ask you to verify
> - display the NOTICE and ask you to verify
> - display the LICENSE and ask you to verify
> - run the build and any tests run by the build.
>
>
> You should be able to go away for a while during the build. When it is
> finished, it will display information to be copied into the vote thread.
> You are not required to use this script, and more testing of the packages
> and build results are always encouraged.
>
> To use this script (assuming you have Ant installed), it should be as
> simple as:
> - Create an empty folder
> - Download ApproveSDK.xml into that folder from:
>
> https://dist.apache.org/repos/dist/dev/flex/sdk/4.16.1/rc1/ApproveSDK.xml
>
> - Run: ant -e -f ApproveSDK.xml -Drelease.version=4.16.1 -Drc=1
>
> Thanks,
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>