Skip to content

Commit

Permalink
Merge branch 'release4.14.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdebruin committed Feb 2, 2015
2 parents 9a09835 + 02620ad commit 0bfbaed
Show file tree
Hide file tree
Showing 516 changed files with 42,854 additions and 4,349 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Expand Up @@ -136,4 +136,8 @@ AIR SDK license.pdf
air-sdk-description.xml
samples/descriptor-sample.xml
include/FlashRuntimeExtensions.h
visualcomps

#FlexUnit tests
test-reports
FlexUnitCompilerApplication.mxml
32 changes: 28 additions & 4 deletions ApproveSDK.xml
Expand Up @@ -108,9 +108,11 @@
<fail message="The release version is not set. Specify -Drelease.version=&lt;release version (e.g. 3.1, 3.2, etc)&gt;"
unless="release.version"/>

<fail message="The release candidate number is not set. Specify -Drc=&lt;rc number (e.g. 1, 2, 3, etc)&gt;"
unless="rc"/>


<condition property="package.url.path" value="http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_release-candidate/lastSuccessfulBuild/artifact/out">
<isset property="nightly" />
</condition>

<property name="package.url.path" value="https://dist.apache.org/repos/dist/dev/flex/sdk/${release.version}/rc${rc}" />
<property name="package.url.name" value="apache-flex-sdk-${release.version}-src" />

Expand Down Expand Up @@ -159,7 +161,17 @@
classpathref="anttask.classpath"/>
</target>

<target name="main" depends="install-rat,download,check-sigs,uncompress,rat-check,check-notices,build,approve" description="Perform required release approval steps">
<target name="echo-mode" depends="echo-rc, echo-nightly" />
<target name="echo-rc" unless="nightly">
<fail message="The release candidate number is not set. Specify -Drc=&lt;rc number (e.g. 1, 2, 3, etc)&gt;"
unless="rc"/>
<echo>Testing RC${rc} of release ${release.version}</echo>
</target>
<target name="echo-nightly" if="nightly">
<echo>Testing nightly build of release ${release.version}</echo>
</target>

<target name="main" depends="install-rat,echo-mode,download,check-sigs,uncompress,rat-check,check-notices,build,approve" description="Perform required release approval steps">
</target>

<target name="main-no-download" depends="install-rat,check-sigs,uncompress,rat-check,check-notices,build,approve" description="Perform required release approval steps">
Expand Down Expand Up @@ -187,6 +199,9 @@
dest="${basedir}/${package.url.name}.${package.suffix}" />
<get src="${package.url.path}/${package.url.name}.${package.suffix}.md5"
dest="${basedir}/${package.url.name}.${package.suffix}.md5" />
<antcall target="downloadasc" />
</target>
<target name="downloadasc" if="rc" >
<get src="${package.url.path}/${package.url.name}.${package.suffix}.asc"
dest="${basedir}/${package.url.name}.${package.suffix}.asc" />
</target>
Expand All @@ -201,6 +216,9 @@
</not>
</condition>
<fail message="MD5 checksum did not match" if="MD5Invalid" />
<antcall target="checkasc" />
</target>
<target name="checkasc" if="rc" >
<exec executable="gpg" failonerror="true">
<arg value="--verify" />
<arg value="${basedir}/${package.url.name}.${package.suffix}.asc" />
Expand Down Expand Up @@ -249,8 +267,14 @@
<exclude name="modules/thirdparty/batik/sources/*.mf"/>
<!-- exclude text files -->
<exclude name="CONTRIBUTING"/>
<exclude name="CONTRIBUTORS"/>
<exclude name="LICENSE.bin"/>
<exclude name="NOTICE.bin"/>
<exclude name="NOTICE.asc"/>
<exclude name="NOTICE.base"/>
<exclude name="modules/thirdparty/batik/lib/**/LICENSE*.txt"/>
<exclude name="modules/thirdparty/batik/lib/**/README*.txt"/>
<exclude name="frameworks/projects/flatspark/src/flatspark/assets/fonts/**/OFL.txt"/>
<!-- exclude w3c sources -->
<exclude name="modules/thirdparty/batik/resources/org/apache/flex/forks/batik/dom/svg/resources/*.mod"/>
<exclude name="modules/thirdparty/batik/resources/org/apache/flex/forks/batik/dom/svg/resources/*.dtd"/>
Expand Down
135 changes: 64 additions & 71 deletions CONTRIBUTING
@@ -1,105 +1,98 @@
Apache Flex (Flex)
==================

Apache Flex SDK is an application development framework for easily building
Flash-based applications for mobile devices, web browsers, and desktops.
For detailed information about Apache Flex SDK and other Apache Flex projects
please visit:
Apache Flex SDK is an application development framework for easily building
Flash-based applications for mobile devices, web browsers, and desktops.

For detailed information about Apache Flex SDK and other Apache Flex projects
please visit:
http://flex.apache.org/


Contributing
============

Apache Flex is for the community and we would like to see more
community involvement.

The community can help the Apache Flex project by helping out in the
following areas.
- Testing / Fixing bugs. Providing patches.
- Assisting other users with their requests for help.
- Helping out with release candidates.
- Wiki / Documentation.
- Translations into other languages.
- Public relations.
- Examples of code and components.
All contributions are welcome. Continued involvement in the project may
warrant you being selected as a committer by the Apache Flex PMC.
For more details information please visit:
Apache Flex is for the community and we would like to see more
community involvement.

The community can help the Apache Flex project by helping out in the following
areas.
- Testing / Fixing bugs. Providing patches.
- Assisting other users with their requests for help.
- Helping out with release candidates.
- Wiki / Documentation.
- Translations into other languages.
- Public relations.
- Examples of code and components.

All contributions are welcome. Continued involvement in the project may warrant
you being selected as a committer by the Apache Flex PMC.

For more details information please visit:
https://cwiki.apache.org/confluence/display/FLEX/Helping+Out



Mailing Lists
=============

The two main mailing list are the user list for discussing how to code in
Flex and any issues you run into and the dev list for discussing ongoing
development of the SDK.
You can subscribe to the mailing lists by sending an email to:
The two main mailing list are the user list for discussing how to code in Flex
and any issues you run into and the dev list for discussing ongoing development
of the SDK.

You can subscribe to the mailing lists by sending an email to:
users-subscribe@flex.apache.org
dev-subscribe@flex.apache.org
Note that both mailing lists have are mid-high volume lists.
For those who prefer forums:

Note that both mailing lists have are mid-high volume lists.

For those who prefer forums:
http://s.apache.org/flex-users-forum
http://s.apache.org/flex-dev-forum



Reporting Bugs
==============
The bug base for Apache Flex can be found here:

The bug base for Apache Flex can be found here:
https://issues.apache.org/jira/browse/FLEX
You need to set up a JIRA account to submit a bug report but can browse
and search the bug base without an account.

You need to set up a JIRA account to submit a bug report but can browse and
search the bug base without an account.
https://cwiki.apache.org/confluence/display/FLEX/3.1+JIRA+Account
When reporting an issue the follow information is helpful:

When reporting an issue the follow information is helpful:
- OS, browser and Flash Player version or AIR version
- Screen shots
- Small sample application showing the issue
- Steps on how to reproduce the issue

Please search through JIRA before submitting new bugs. It may be that the
bug you've found has already been reported.

Please search through JIRA before submitting new bugs. It may be that the bug
you've found has already been reported.


Getting the code
================

The Apache FLex SDK code is stored in a git repository.
https://cwiki.apache.org/confluence/display/FLEX/1.+Setting+up+the+SDK
See the README for how to prepare your system, and get and build the SDK.

To check out:
git clone https://git-wip-us.apache.org/repos/asf/flex-sdk.git sdk
cd sdk
git checkout develop

You will also need:
git clone https://git-wip-us.apache.org/repos/asf/flex-tlf.git tlf

See the RELEASE_NOTE for how to set up and build the SDK.

You can also see a GitHub mirror here:
You can also see a GitHub mirror here:
https://github.com/apache/flex-sdk


Contributing Code
=================
If you have a bug fix, new component or other code you which to give to
Apache Flex please open a JIRA ticket and attach the code to it.
A committer will take a look, review and test it and help you get the code
into the SDK.
If the code is a significant size we may ask you to sign an license
agreement (ICLA) or software grant.

Thanks for using Apache Flex. Enjoy!

The Apache Flex Project
<http://flex.apache.org>

If you have a bug fix, new component or other code you which to give to Apache
Flex please open a JIRA ticket and attach the code to it.

A committer will take a look, review and test it and help you get the code into
the SDK.

If the code is a significant size we may ask you to sign an license agreement
(ICLA) or software grant.


Thanks for using Apache Flex. Enjoy!

The Apache Flex Project
http://flex.apache.org
103 changes: 103 additions & 0 deletions CONTRIBUTORS
@@ -0,0 +1,103 @@
The following volunteers have contributed code, documentation, testing and/or
support to the Apache Flex SDK.

Apache Flex SDK 4.14.0
----------------------
Aaron Nash, Ad Pijnenburg, After24, Alex Harui, Andras Janurik, Anthony,
Chris Martin, Christofer Dutz, Curtis Aube, Darrell Loverin, Dimitri Kara,
Erik de Bruin, Frédéric Thomas, Gareth Daniel Smith, Hugo Ferreira, Jeff Spicer,
Jorn Nolles, Justin Mclean, Keith Lee, Kevin Godell, Lee Burrows, Mahmoud Ali,
Marcus Wilkinson, Mark Kessler, Mihai Chira, Neil Madsen, Olaf Krüger,
OmPrakash Muppirala, Peter Volf, Shigeru Nakagaki, Stefan Overkamp,
Tom Chiverton, Vadim Usoltsev, Vitaliy Parfenov

Apache Flex SDK 4.13.0
----------------------
Alex Harui, Alexander Konovalov, Alexander Mazuruk, Alexander Scheibe, Bi Jane Jia,
Chris Martin, Constantin A., Darkstone, Erik de Bruin, Fabiano Citrone, faniprasad,
Frédéric Monjo, Frédéric Thomas, J. Terry Corbet, João Fernandes, Jose Barragan,
Justin Mclean, Kevin lam, Mark Kessler, Maurice Amsellem, Michael Labriola, Mihai Chira,
Nick Kwiatkowski, OmPrakash Muppirala, Quinn Buchanan, Tom Chiverton, Vladimir Cicmanec

Apache Flex SDK 4.12.1
----------------------
Achim, Alex Harui, Alexander Scheibe, Darkstone, Doug Pierce, Erik de Bruin,
Franklyn de Quadros, Frédéric Leroy, Frédéric Thomas, George Yabra, Jeff Spicer,
João Fernandes, Jose Barragan, Josh Weinberg, Justin Mclean, Lee Burrows, Marcus Fritze,
Maurice Amsellem, Mihai Chira, Nick Kwiatkowski, OmPrakash Muppirala, Ori Segal,
Piotr Zarzycki, Shigeru Nakagaki

Apache Flex SDK 4.12.0
----------------------
Alan Holden, Aleksey, Alex Harui, Andrey Gorbatov, Benjamin Chalupka, Benoit Wiart,
Carlos Rovira, Chris Martin, Colin Childs, Curtis Aube, Dan Murray, Danko Kozar,
David Harrburger, Deyan Vitanov, Dudda, Eric De Bruin, Fabiano Citrone, Frédéric Thomas,
Gareth Daniel Smith, Hugo Ferreira, Jaroslav Pavlicek, João Fernandes, Justin Mclean,
Keith Lee, Lee Burrows, Mario Specht, Mark Kessler, Mark Saunders, Maurice Amsellem,
Micha Pooh, Mihai Chira, Morten Gorm Madsen, Nils Berghs, OmPrakash Muppirala,
Paul Hastings, Piotr Zarzycki, Pol Poggi, Santosh Radhakrishna, Shardul Singh Bartwal,
Simon Lavallee, Stepan Hilbert, Stephan Plath, Swen van Zanten, Sword Dragon,
Tamás Nepusz, Thiago Maia, Tom Chiverton, Tristan, Vincent Spallek

Apache Flex SDK 4.11.0
----------------------
Alex Harui, Ashish Desai, Brian Chiu, Bui Sy Nguyen, Caio, Chengxingpeng, Chris Velevitch,
Cosma Colanicchia, Cyrill Zadra, David Lantier, David Yun, Dylan Randall, Erik de Bruin,
Frédéric Monjo, Frédéric Thomas, Gareth Daniel Smith, Gary N Griswold, Gkk, Harbs,
Hugo Ferreira, Igor Costa, Jozef Chutka, Justin Mclean, Karthik Dhanapal, Lee Burrows,
Marcus Fritze, Marcus Wilkinson, Mario Specht, Mark Kessler, Maurice Amsellem,
Michael O'Keefe, Michał Sz., Mihai Chira, Mike Crank, Morgan Bruneau, Nicholas Kwiatkowski,
OmPrakash Muppirala, Paul Hastings, Pol Poggi, Robbyn Gerhardt, Robert Bar, Robert Hunt,
Sebastian Toro, Sebastien Paturel, Stefan Overkamp, Stephan Plath,Swen van Zanten,
Sword Dragon, Tom Chiverton, Vitali Kabak

Apache Flex SDK 4.10.0
----------------------
Al Birdy, Alex Harui, Aurélien Baroiller, aYo, Benjamin Chalupka, Carlos Rovira,
Carol Frampton, Chris Martin, Colin Childs, Cyrill Zadra, Dasa Paddock, David Bel,
Edgar Rivera, Ejaz Asghar, Erik de Bruin, Fabio Todaro, Flex Hdsign, Fréderic Cox,
Frédéric Thomas, Giles Roadnight, Harbs, João Fernandes, João Sérgio Nobre Saleiro,
Jozef Chutka, Justin Mclean, Koen Weyn, Mark Kessler, Mark Saunders, Maxime Cowez,
Mihai Chira, Nazar Yavny, Nick Kwiatkowski, OmPrakash Muppirala, Pedro Varela,
Peter Wharmby, Philip Mair, Ryan, Sebastien Paturel, Sky, Swen van Zanten,Tristan,
Vikas Saurabh, Wilson Silva, Yann Cabon, Yiotis Katsambas

Apache Flex SDK 4.9.1
---------------------
Adnan Doric, Alex Harui, aYo, Bjorn Svensson, Carol Frampton, Frédéric Leroy,
Frédéric Thomas, JC Franco, João Saleiro, Justin Mclean, Mikko Torniainen,
Nicholas Kwiatkowski, OmPrakash Muppirala, Rahul Singh Rawat

Apache Flex SDK 4.9.0
---------------------
Alex Harui, Carol Frampton, Chema Balsas, Cyrill Zadra, Dave Fisher, Deepti Yadav,
Droopy, Erik de Bruin, Frédéric Thomas, Jigar Oza, João Fernandes, Justin Mclean,
Leif Wells, Maurice Amsellem, Maxime Cowez, Mikko Torniainen, Nicholas Kwiatkowski,
OmPrakash Muppirala, Pablo Beltran, Rahul, Raimundas Banevicius, Robbyn Gerhardt,
Sebastian Wichmann, Simon Gladman, Sudhir, Sugan Naicker, Zqlu

Apache Flex SDK 4.8.0
---------------------
Alex Harui, Bertrand Delacretaz, Carlos Rovira, Carol Frampton, Christofer Dutz,
Christophe Herreman, Dave Fisher, David Yun, Heinrich Ruoff, Igor Costa, Jason Moore,
Joan Llenas Masó, João Fernandes, Justin Mclean, Maurice Amsellem, Michael A. Labriola,
Nicholas Kwiatkowski, OmPrakash Muppirala, Peter Elst, Shigeru Nakagaki,
Spiros Aggelopoulos

Many other people have contributed in other ways to the Apache Flex project by
helping out on the mailing list, maintaining the website, adding and editing wiki
content, raising bugs in JIRA, and with many other tasks.

Please check the Apache Flex website [1], Apache Flex wiki [2], Apache Flex team
page [3], dev mailing list [4], Apache Flex JIRA [5], GitHub mirror [6] for some
of these contributions.

If you've missing from any of these lists please get in touch and you'll appear
in future versions of this document.

1. http://flex.apache.org
2. http://en.wikipedia.org/wiki/Apache_Flex
3. http://flex.apache.org/about-people.html
4. http://markmail.org/search/+list:org.apache.incubator.flex-dev
5. https://issues.apache.org/jira/browse/FLEX
6. https://github.com/apache/flex-sdk
4 changes: 4 additions & 0 deletions SVN-TEST.txt → GIT-TEST.txt
Expand Up @@ -73,3 +73,7 @@ Me too. Woot.
mamsellem git commit first try (2013/09/29)

Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. (Brian Kernighan)

Testing, testing (jfernandes)

I'll just leave this here... --chrsmrtn

0 comments on commit 0bfbaed

Please sign in to comment.