Return-Path: X-Original-To: apmail-flex-commits-archive@www.apache.org Delivered-To: apmail-flex-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4DAEC113D1 for ; Tue, 22 Apr 2014 19:58:45 +0000 (UTC) Received: (qmail 32372 invoked by uid 500); 22 Apr 2014 19:58:44 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 32349 invoked by uid 500); 22 Apr 2014 19:58:44 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 32343 invoked by uid 99); 22 Apr 2014 19:58:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Apr 2014 19:58:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Apr 2014 19:58:35 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 1EB332388B3A for ; Tue, 22 Apr 2014 19:58:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r906545 [5/10] - in /websites/staging/flex/trunk: cgi-bin/ content/ content/flexunit/asdoc/ content/flexunit/tutorial/ content/flexunit/tutorial/flexunit/ content/installer/ Date: Tue, 22 Apr 2014 19:58:07 -0000 To: commits@flex.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140422195810.1EB332388B3A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: websites/staging/flex/trunk/content/download-flexjs.html ============================================================================== --- websites/staging/flex/trunk/content/download-flexjs.html (added) +++ websites/staging/flex/trunk/content/download-flexjs.html Tue Apr 22 19:58:06 2014 @@ -0,0 +1,325 @@ + + + + + + + + + Apache Flex® - Download Apache FlexJS + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + +
+ + + +
+

Download Apache FlexJS

+
+ + + +
+ + +
+ + + + + + +

Use the links below to download the Apache FlexJS 0.0.1 'alpha' release from one of our mirrors. You must verify the integrity of the downloaded files using signatures downloaded from this page.

+

Only current recommended releases are available on the main distribution site and its mirrors.

+

The Apache FlexJS SDK has some compile-time and run-time dependencies. Please make sure to review the dependencies section if you plan on re-compiling the source from scratch.

+

Please review the release notes before installing or compiling this release.

+

Current Release (0.0.1)

+ +

The Apache Flex team is pleased to offer this release, available as of the 23rd of April 2014. This is the initial release of the Apache FlexJS and is considered 'alpha' quality. The purpose of this release is to gather feedback about the features and implementation strategies, and recruit new contributors as we grow these code bases into an SDK and tool chain that delivers the highest productivity developing applications that can run in the most places. These releases may not handle production needs. Expect lots of bugs and missing features.

+

Binaries are provided as a convenience for those who do not wish to compile FlexJS themselves. The 0.0.1 binaries were published on the 23rd of April 2014.

+

Please be aware of the dependencies listed in the section below. They are required in order to compile the Apache FlexJS SDK. The README explains these requirements further.

+ +

Dependencies

+ +

Apache FlexJS requires some build tools which must be installed prior to building FlexJS. Some of these have different licenses. See the Software Dependencies section within the README for more information on the external software dependencies. If you plan to compile the sources, it is best to follow the instructions for downloading (and building) Apache Flex FlexUnit and Apache Flex FalconJX first. Click on the links to access instructions for those dependencies.

+

General Requirements

+
    +
  • Java SDK 1.6 or greater
  • +
  • ANT 1.7.1 or greater
  • +
  • Google Closure Library
  • +
  • Google Closure Linter
  • +
  • Adobe Flash Player playerglobal.swc
  • +
  • JSHint
  • +
  • Apache Flex FalconJX 0.0.1 or greater
  • +
  • Apache Flex FlexUnit 4.2 or greater
  • +
  • Apache Flex 4.6 or greater
  • +
+

Software Dependencies

+

The Apache FlexJS framework does not have direct dependencies on third-party software. Applications built with Apache FlexJS need the Google Closure Library.

+

Verify the integrity of the files

+

Apache relies on 3rd party mirrors to distribute their software. Because these releases are hosted on servers that are not under our control, we strongly recommend that you verify the integrity of the binaries or source code before you install it using the PGP or MD5 signatures listed next to the downloads. This involves a few extra steps, but it will verify that you are getting a true Apache release.

+

The PGP signatures can be verified using PGP or GPG. First download the KEYS as well as the asc signature file for the relevant distribution. Make sure you get these files as linked from this page (rather than a mirror) to insure the integrity of the files.

+
% pgpk -a KEYS
+
+% pgpv apache-flex-flexjs-0.0.1-src.tar.gz.asc
+
+ + +

or

+
% pgp -ka KEYS
+
+% pgp apache-flex-flexjs-0.0.1-src.tar.gz.asc
+
+ + +

or

+
% gpg --import KEYS
+
+% gpg --verify apache-flex-flexjs-0.0.1-src.tar.gz.asc
+
+ + +

Alternatively, you can verify the MD5 signature on the files. A unix/Mac program called md5 or md5sum is included in many unix distributions. It is also available as part of GNU Textutils. Windows users can get binary md5 programs from here , here , or here. An MD5 signature consists of 32 hex characters, and a SHA1 signature consists of 40 hex characters. Ensure your generated signature string matches the signature string published in the files above.

+ + + + + + +
+ + + + + + + + + + + + + + + \ No newline at end of file Modified: websites/staging/flex/trunk/content/download-flexunit.html ============================================================================== --- websites/staging/flex/trunk/content/download-flexunit.html (original) +++ websites/staging/flex/trunk/content/download-flexunit.html Tue Apr 22 19:58:06 2014 @@ -1,184 +1,185 @@ - - - - - - - - - Apache Flex® - Download Apache FlexUnit - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - -
- - - -
-

Download Apache FlexUnit

-
- - - -
- - + + + + + + + + + Apache Flex® - Download Apache FlexUnit + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + +
+ + + +
+

Download Apache FlexUnit

+
+ + + +
+ +
@@ -309,6 +310,7 @@ Version 2.0 license. These can be downl

Apache Flex SDK : 4.12.0 (Mar 2014)
+ Apache FlexJS SDK : 0.0.1 (Apr 2014)
SDK Installer : 2.7.0 (Oct 2013)
FlexUnit : 4.2.0 (Apr 2014)
Flex Mavenizer : 4.8.0 (Jan 2013)
Modified: websites/staging/flex/trunk/content/download-source.html ============================================================================== --- websites/staging/flex/trunk/content/download-source.html (original) +++ websites/staging/flex/trunk/content/download-source.html Tue Apr 22 19:58:06 2014 @@ -1,184 +1,185 @@ - - - - - - - - - Apache Flex® - Download the Source Code - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

- - - - - - - - - - - - -
- - - -
-

Download the Source Code

-
- - - -
- - + + + + + + + + + Apache Flex® - Download the Source Code + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + +
+ + + +
+

Download the Source Code

+
+ + + +
+ +
@@ -320,6 +321,7 @@

Apache Flex SDK : 4.12.0 (Mar 2014)
+ Apache FlexJS SDK : 0.0.1 (Apr 2014)
SDK Installer : 2.7.0 (Oct 2013)
FlexUnit : 4.2.0 (Apr 2014)
Flex Mavenizer : 4.8.0 (Jan 2013)
Modified: websites/staging/flex/trunk/content/download-utilities.html ============================================================================== --- websites/staging/flex/trunk/content/download-utilities.html (original) +++ websites/staging/flex/trunk/content/download-utilities.html Tue Apr 22 19:58:06 2014 @@ -1,184 +1,185 @@ - - - - - - - - - Apache Flex® - SDK Utilities - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

- - - - - - - - - - - - -
- - - -
-

SDK Utilities

-
- - - -
- - + + + + + + + + + Apache Flex® - SDK Utilities + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + +
+ + + +
+

SDK Utilities

+
+ + + +
+ +
@@ -259,6 +260,7 @@

Apache Flex SDK : 4.12.0 (Mar 2014)
+ Apache FlexJS SDK : 0.0.1 (Apr 2014)
SDK Installer : 2.7.0 (Oct 2013)
FlexUnit : 4.2.0 (Apr 2014)
Flex Mavenizer : 4.8.0 (Jan 2013)
Modified: websites/staging/flex/trunk/content/flexunit/asdoc/index.html ============================================================================== --- websites/staging/flex/trunk/content/flexunit/asdoc/index.html (original) +++ websites/staging/flex/trunk/content/flexunit/asdoc/index.html Tue Apr 22 19:58:06 2014 @@ -1,184 +1,185 @@ - - - - - - - - - Apache Flex® - Apache FlexUnit® API Documentation - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

- - - - - - - - - - - - -
- - - -
-

Apache FlexUnit® API Documentation

-
- - - -
- - + + + + + + + + + Apache Flex® - Apache FlexUnit® API Documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + +