[4/4] git commit: [flex-falcon] [refs/heads/develop] - fix up unit tests now that more things have @expose. Hopefully this will be temporary as we work out a scheme to handle dynamic access by propert

2015-01-23 Thread aharui
fix up unit tests now that more things have @expose. Hopefully this will be temporary as we work out a scheme to handle dynamic access by property name in binding and other places in the future Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit:

[3/4] git commit: [flex-falcon] [refs/heads/develop] - move @expose of consts and public vars to FlexJS-only

2015-01-23 Thread aharui
move @expose of consts and public vars to FlexJS-only Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/dcfb44eb Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/dcfb44eb Diff:

[14/14] git commit: [flex-asjs] [refs/heads/develop] - use quotes so these don't get renamed

2015-01-23 Thread aharui
use quotes so these don't get renamed Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/4e8d6b6a Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/4e8d6b6a Diff:

[13/14] git commit: [flex-asjs] [refs/heads/develop] - add getprop/setprop

2015-01-23 Thread aharui
add getprop/setprop Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/74a47a87 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/74a47a87 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/74a47a87

[12/14] git commit: [flex-asjs] [refs/heads/develop] - don't run this part unless there are enough children

2015-01-23 Thread aharui
don't run this part unless there are enough children Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/25fd919d Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/25fd919d Diff:

[08/14] git commit: [flex-asjs] [refs/heads/develop] - handle having dp set after selectedIndex

2015-01-23 Thread aharui
handle having dp set after selectedIndex Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/e2c1c4cf Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/e2c1c4cf Diff:

[02/14] git commit: [flex-asjs] [refs/heads/develop] - temporarily pin the details panel to the top. JS basic layout probably should do it for you

2015-01-23 Thread aharui
temporarily pin the details panel to the top. JS basic layout probably should do it for you Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/6d14708c Tree:

[10/14] git commit: [flex-asjs] [refs/heads/develop] - use getProperty here as well

2015-01-23 Thread aharui
use getProperty here as well Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/a77e7f9f Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/a77e7f9f Diff:

[11/14] git commit: [flex-asjs] [refs/heads/develop] - fix titlebar handling

2015-01-23 Thread aharui
fix titlebar handling Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/44ca43d1 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/44ca43d1 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/44ca43d1

[07/14] git commit: [flex-asjs] [refs/heads/develop] - fix generic databinding

2015-01-23 Thread aharui
fix generic databinding Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/7df60521 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/7df60521 Diff:

[05/14] git commit: [flex-asjs] [refs/heads/develop] - handle sizeChanged event

2015-01-23 Thread aharui
handle sizeChanged event Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/bf339560 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/bf339560 Diff:

[03/14] git commit: [flex-asjs] [refs/heads/develop] - use setProperty (for now at least)

2015-01-23 Thread aharui
use setProperty (for now at least) Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/2eb10b30 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/2eb10b30 Diff:

[01/14] git commit: [flex-asjs] [refs/heads/develop] - redo layout on ProductDetails. %'s work differently in HTML

2015-01-23 Thread aharui
Repository: flex-asjs Updated Branches: refs/heads/develop 123210c3e - 4e8d6b6a6 redo layout on ProductDetails. %'s work differently in HTML Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/ddfc11fe Tree:

[04/14] git commit: [flex-asjs] [refs/heads/develop] - establish separate arrays for each instance. In the future, the compiler should generate these off the constructor and not the prototype where th

2015-01-23 Thread aharui
establish separate arrays for each instance. In the future, the compiler should generate these off the constructor and not the prototype where they get shared Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit:

[06/14] git commit: [flex-asjs] [refs/heads/develop] - layout needed this event as well

2015-01-23 Thread aharui
layout needed this event as well Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/874cc1b8 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/874cc1b8 Diff:

[09/14] git commit: [flex-asjs] [refs/heads/develop] - remove lint error

2015-01-23 Thread aharui
remove lint error Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/d10475a2 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/d10475a2 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/d10475a2

Build failed in Jenkins: flex-asjs #435

2015-01-23 Thread flex . ci . builds
See http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/435/changes Changes: [Alex Harui] temporarily pin the details panel to the top. JS basic layout probably should do it for you [Alex Harui] redo layout on ProductDetails. %'s work differently in HTML [Alex Harui] establish separate

Build failed in Jenkins: flex-asjs #436

2015-01-23 Thread flex . ci . builds
See http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/436/changes Changes: [Alex Harui] fix bug [Alex Harui] lint [Alex Harui] trigger catalog when it is filled. Need new event to do that -- [...truncated 158 lines...] stage-framework-js:

[2/3] git commit: [flex-asjs] [refs/heads/develop] - lint

2015-01-23 Thread aharui
lint Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/f5fc0384 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/f5fc0384 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/f5fc0384 Branch:

[3/3] git commit: [flex-asjs] [refs/heads/develop] - trigger catalog when it is filled. Need new event to do that

2015-01-23 Thread aharui
trigger catalog when it is filled. Need new event to do that Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/e1f17c92 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/e1f17c92 Diff:

Jenkins build is still unstable: flex-sdk_test #123

2015-01-23 Thread flex . ci . builds
See http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_test/changes

flex-sdk_mustella - Build # 1334 - Fixed!

2015-01-23 Thread flex . mustella
flex-sdk_mustella - Build # 1334 - Fixed: http://flex-mustella.cloudapp.net/job/flex-sdk_mustella/1334/ Changes for Build #1333 No changes Changes for Build #1334 [erik] Update copyright year [erik] remove prompt for OSMF download [erik] move saxon9 to category b [erik] add Batik fork W3C to

Jenkins build became unstable: flex-blazeds #234

2015-01-23 Thread flex . ci . builds
See http://apacheflexbuild.cloudapp.net:8080/job/flex-blazeds/234/

Jenkins build is back to normal : flex-sdk_release-candidate #82

2015-01-23 Thread flex . ci . builds
See http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_release-candidate/82/changes

[2/6] git commit: [flex-tlf] [refs/heads/develop] - clean out some stuff that should have been filtered out of the donation

2015-01-23 Thread aharui
http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/8c65f7e7/test/testFiles/markup/tlf/alice_with_links.xml -- diff --git a/test/testFiles/markup/tlf/alice_with_links.xml b/test/testFiles/markup/tlf/alice_with_links.xml deleted

[5/6] git commit: [flex-tlf] [refs/heads/develop] - clean out some stuff that should have been filtered out of the donation

2015-01-23 Thread aharui
http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/8c65f7e7/test/testFiles/markup/tlf/AliceID.xml -- diff --git a/test/testFiles/markup/tlf/AliceID.xml b/test/testFiles/markup/tlf/AliceID.xml deleted file mode 100644 index

[4/6] git commit: [flex-tlf] [refs/heads/develop] - clean out some stuff that should have been filtered out of the donation

2015-01-23 Thread aharui
http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/8c65f7e7/test/testFiles/markup/tlf/alice.xml -- diff --git a/test/testFiles/markup/tlf/alice.xml b/test/testFiles/markup/tlf/alice.xml deleted file mode 100644 index

[6/6] git commit: [flex-tlf] [refs/heads/develop] - clean out some stuff that should have been filtered out of the donation

2015-01-23 Thread aharui
clean out some stuff that should have been filtered out of the donation Project: http://git-wip-us.apache.org/repos/asf/flex-tlf/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-tlf/commit/8c65f7e7 Tree: http://git-wip-us.apache.org/repos/asf/flex-tlf/tree/8c65f7e7 Diff:

[3/6] git commit: [flex-tlf] [refs/heads/develop] - clean out some stuff that should have been filtered out of the donation

2015-01-23 Thread aharui
http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/8c65f7e7/test/testFiles/markup/tlf/aliceExcerpt.xml -- diff --git a/test/testFiles/markup/tlf/aliceExcerpt.xml b/test/testFiles/markup/tlf/aliceExcerpt.xml deleted file mode

Build failed in Jenkins: flex-tlf #301

2015-01-23 Thread flex . ci . builds
See http://apacheflexbuild.cloudapp.net:8080/job/flex-tlf/301/changes Changes: [Alex Harui] disable alice test because it used the alice in wonderland text -- Started by an SCM change Building remotely on flex_sdk_slave2 in workspace

Build failed in Jenkins: flex-asjs #437

2015-01-23 Thread flex . ci . builds
See http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/437/ -- [...truncated 160 lines...] stage-framework-js: [copy] Copying 224 files to http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/ws/temp/frameworks/js/FlexJS/src [copy] Copying

git commit: [flex-tlf] [refs/heads/develop] - disable alice test because it used the alice in wonderland text

2015-01-23 Thread aharui
Repository: flex-tlf Updated Branches: refs/heads/develop 8c65f7e7d - 59810165f disable alice test because it used the alice in wonderland text Project: http://git-wip-us.apache.org/repos/asf/flex-tlf/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-tlf/commit/59810165 Tree:

Build failed in Jenkins: flex-tlf #299

2015-01-23 Thread flex . ci . builds
See http://apacheflexbuild.cloudapp.net:8080/job/flex-tlf/299/changes Changes: [Alex Harui] clean out some stuff that should have been filtered out of the donation -- Started by timer Building remotely on flex_sdk_slave2 in workspace

Build failed in Jenkins: flex-tlf #300

2015-01-23 Thread flex . ci . builds
See http://apacheflexbuild.cloudapp.net:8080/job/flex-tlf/300/ -- Started by an SCM change Building remotely on flex_sdk_slave2 in workspace http://apacheflexbuild.cloudapp.net:8080/job/flex-tlf/ws/ C:\Program Files (x86)\Git\cmd\git.exe rev-parse

[1/6] Git Push Summary

2015-01-23 Thread aharui
Repository: flex-tlf Updated Branches: refs/heads/develop 2bf4153c5 - 8c65f7e7d

svn commit: r937378 - in /websites/production/flex: cgi-bin/ content/

2015-01-23 Thread erikdebruin
Author: erikdebruin Date: Fri Jan 23 09:53:50 2015 New Revision: 937378 Log: Publishing svnmucc operation to flex site by erikdebruin Added: websites/production/flex/cgi-bin/ - copied from r937377, websites/staging/flex/trunk/cgi-bin/ websites/production/flex/content/ -

[09/16] git commit: [flex-sdk] [refs/heads/develop] - clean up rat on build server. It picked up stuff from the BlazeDS Maven build

2015-01-23 Thread erikdebruin
clean up rat on build server. It picked up stuff from the BlazeDS Maven build Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/57e09c36 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/57e09c36 Diff:

[13/16] git commit: [flex-sdk] [refs/heads/develop] - try to fix javascript packaging on Windows (worked ok on mac)

2015-01-23 Thread erikdebruin
try to fix javascript packaging on Windows (worked ok on mac) Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/fba7f1a2 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/fba7f1a2 Diff:

[08/16] git commit: [flex-sdk] [refs/heads/develop] - more copyright year updates

2015-01-23 Thread erikdebruin
more copyright year updates Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/4119c64a Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/4119c64a Diff:

[07/16] git commit: [flex-sdk] [refs/heads/develop] - more copyright year updates

2015-01-23 Thread erikdebruin
http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4119c64a/modules/compiler/src/java/flex2/tools/Mxmlc_ko.properties -- diff --git a/modules/compiler/src/java/flex2/tools/Mxmlc_ko.properties

[01/16] git commit: [flex-sdk] [refs/heads/develop] - remove prompt for OSMF download

2015-01-23 Thread erikdebruin
Repository: flex-sdk Updated Branches: refs/heads/develop aec2fe3c7 - 11288df3b remove prompt for OSMF download Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/cf82515f Tree:

[10/16] git commit: [flex-sdk] [refs/heads/develop] - update rat excludes

2015-01-23 Thread erikdebruin
update rat excludes Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/aa7f6514 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/aa7f6514 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/aa7f6514

[11/16] git commit: [flex-sdk] [refs/heads/develop] - allow a -Dnightly= flag on Approval script so it can run against nightly rcs

2015-01-23 Thread erikdebruin
allow a -Dnightly= flag on Approval script so it can run against nightly rcs Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/4e12e9b6 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/4e12e9b6 Diff:

[05/16] git commit: [flex-sdk] [refs/heads/develop] - add CONTRIBUTORS file to package

2015-01-23 Thread erikdebruin
add CONTRIBUTORS file to package Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/f64e42ea Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/f64e42ea Diff:

[03/16] git commit: [flex-sdk] [refs/heads/develop] - add Batik fork W3C to LICENSE

2015-01-23 Thread erikdebruin
add Batik fork W3C to LICENSE Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/1033d53c Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/1033d53c Diff:

[14/16] git commit: [flex-sdk] [refs/heads/develop] - missed closing the tag

2015-01-23 Thread erikdebruin
missed closing the tag Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/361bd078 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/361bd078 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/361bd078

[15/16] git commit: [flex-sdk] [refs/heads/develop] - Fix RSLs 'versioning' issue in *-config.xml files

2015-01-23 Thread erikdebruin
Fix RSLs 'versioning' issue in *-config.xml files Signed-off-by: Erik de Bruin e...@ixsoftware.nl Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/199feb07 Tree:

[02/16] git commit: [flex-sdk] [refs/heads/develop] - Update copyright year

2015-01-23 Thread erikdebruin
Update copyright year Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/cd5d42e5 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/cd5d42e5 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/cd5d42e5

[06/16] git commit: [flex-sdk] [refs/heads/develop] - add CONTRIBUTORS to rat excludes

2015-01-23 Thread erikdebruin
add CONTRIBUTORS to rat excludes Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/b6c6c25b Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/b6c6c25b Diff:

[04/16] git commit: [flex-sdk] [refs/heads/develop] - move saxon9 to category b

2015-01-23 Thread erikdebruin
move saxon9 to category b Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/ddf2d595 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/ddf2d595 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/ddf2d595

[16/16] git commit: [flex-sdk] [refs/heads/develop] - minor fixup

2015-01-23 Thread erikdebruin
minor fixup Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/11288df3 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/11288df3 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/11288df3 Branch:

[12/16] git commit: [flex-sdk] [refs/heads/develop] - tweak license

2015-01-23 Thread erikdebruin
tweak license Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/304ddf63 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/304ddf63 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/304ddf63 Branch:

svn commit: r1654158 - /flex/site/trunk/content/installer/sdk-installer-config-4.0.xml

2015-01-23 Thread erikdebruin
Author: erikdebruin Date: Fri Jan 23 09:53:17 2015 New Revision: 1654158 URL: http://svn.apache.org/r1654158 Log: Add Apache Flex SDK 4.14.0 RC2 to Installer config Modified: flex/site/trunk/content/installer/sdk-installer-config-4.0.xml Modified:

svn commit: r937377 - in /websites/staging/flex/trunk: cgi-bin/ content/ content/installer/sdk-installer-config-4.0.xml

2015-01-23 Thread buildbot
Author: buildbot Date: Fri Jan 23 09:53:32 2015 New Revision: 937377 Log: Staging update by buildbot for flex Modified: websites/staging/flex/trunk/cgi-bin/ (props changed) websites/staging/flex/trunk/content/ (props changed)

Jenkins build is still unstable: flex-sdk_test #122

2015-01-23 Thread flex . ci . builds
See http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_test/changes

git commit: [flex-sdk] [refs/heads/release4.14.0] - Fix installer.xml...

2015-01-23 Thread erikdebruin
Repository: flex-sdk Updated Branches: refs/heads/release4.14.0 2781c83b9 - 02620ad40 Updated Tags: refs/tags/apache-flex-sdk-14.4.0RC2 [created] d8ec4d7fd Fix installer.xml... 'ant_on_air' does not grok the 'format' tag. Turns out we don't need it, as 'ant_on_air' DOES understand the

git commit: [flex-asjs] [refs/heads/develop] - Simple change to get chart code working with new separation of element and positioner concept.

2015-01-23 Thread pent
Repository: flex-asjs Updated Branches: refs/heads/develop 406ace6f8 - 123210c3e Simple change to get chart code working with new separation of element and positioner concept. Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: