git commit: [flex-utilities] [refs/heads/develop] - - Made it possible to also accept the license agreement by setting an environment variable

2017-04-10 Thread cdutz
Repository: flex-utilities
Updated Branches:
  refs/heads/develop 581567a91 -> ee771e657


- Made it possible to also accept the license agreement by setting an 
environment variable


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/ee771e65
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/ee771e65
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/ee771e65

Branch: refs/heads/develop
Commit: ee771e6579486521b86f22a9fb629ff127edcfcd
Parents: 581567a
Author: Christofer Dutz 
Authored: Tue Apr 11 08:43:08 2017 +0200
Committer: Christofer Dutz 
Committed: Tue Apr 11 08:43:08 2017 +0200

--
 .../converter/retrievers/download/DownloadRetriever.java| 5 +
 1 file changed, 5 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/ee771e65/flex-maven-tools/flex-sdk-converter/retrievers/download/src/main/java/org/apache/flex/utilities/converter/retrievers/download/DownloadRetriever.java
--
diff --git 
a/flex-maven-tools/flex-sdk-converter/retrievers/download/src/main/java/org/apache/flex/utilities/converter/retrievers/download/DownloadRetriever.java
 
b/flex-maven-tools/flex-sdk-converter/retrievers/download/src/main/java/org/apache/flex/utilities/converter/retrievers/download/DownloadRetriever.java
index a29e2f4..2700464 100644
--- 
a/flex-maven-tools/flex-sdk-converter/retrievers/download/src/main/java/org/apache/flex/utilities/converter/retrievers/download/DownloadRetriever.java
+++ 
b/flex-maven-tools/flex-sdk-converter/retrievers/download/src/main/java/org/apache/flex/utilities/converter/retrievers/download/DownloadRetriever.java
@@ -453,7 +453,12 @@ public class DownloadRetriever extends BaseRetriever {
 String property = 
"com.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted";
 
 // Implement the accepting the license by providing a system-id as 
system-property.
+// Check a java property first ...
 String acceptedSystemIds = System.getProperty(property);
+// Check an environment variable second ...
+if(acceptedSystemIds == null) {
+acceptedSystemIds = 
System.getenv("com.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted");
+}
 if(acceptedSystemIds != null) {
 String systemId = SystemIdHelper.getSystemId();
 if(systemId != null) {



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

2017-04-10 Thread buildbot
Author: buildbot
Date: Tue Apr 11 06:42:42 2017
New Revision: 1010210

Log:
Staging update by buildbot for flex

Modified:
websites/staging/flex/trunk/cgi-bin/   (props changed)
websites/staging/flex/trunk/content/   (props changed)
websites/staging/flex/trunk/content/installer/sdk-installer-config-4.0.xml

Propchange: websites/staging/flex/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Apr 11 06:42:42 2017
@@ -1 +1 @@
-1790652
+1790930

Propchange: websites/staging/flex/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Apr 11 06:42:42 2017
@@ -1 +1 @@
-1790652
+1790930

Modified: 
websites/staging/flex/trunk/content/installer/sdk-installer-config-4.0.xml
==
Binary files - no diff available.




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

2017-04-10 Thread aharui
Author: aharui
Date: Tue Apr 11 06:41:46 2017
New Revision: 1790930

URL: http://svn.apache.org/viewvc?rev=1790930&view=rev
Log:
"update md5s"

Modified:
flex/site/trunk/content/installer/sdk-installer-config-4.0.xml

Modified: flex/site/trunk/content/installer/sdk-installer-config-4.0.xml
URL: 
http://svn.apache.org/viewvc/flex/site/trunk/content/installer/sdk-installer-config-4.0.xml?rev=1790930&r1=1790929&r2=1790930&view=diff
==
--- flex/site/trunk/content/installer/sdk-installer-config-4.0.xml (original)
+++ flex/site/trunk/content/installer/sdk-installer-config-4.0.xml Tue Apr 11 
06:41:46 2017
@@ -738,12 +738,12 @@ limitations under the License.
 https://fpdownload.macromedia.com/pub/flashplayer/updaters/24/flashplayer_24_sa_debug.exe
 https://fpdownload.macromedia.com/pub/flashplayer/updaters/24/flashplayer_24_sa_debug.dmg
 
-
+
 http://fpdownload.macromedia.com
 get/flashplayer/updaters/25/
 http://fpdownload.macromedia.com/get/flashplayer/updaters/25/
 playerglobal25_0.swc
-0823ab6a2f6b821ff29b363e8ee5a092
+513442c0244c25b99208c675896593d1
 36
 https://fpdownload.macromedia.com/pub/flashplayer/updaters/25/flashplayer_25_sa_debug.exe
 https://fpdownload.macromedia.com/pub/flashplayer/updaters/25/flashplayer_25_sa_debug.dmg




Build failed in Jenkins: MD5Checker #16244

2017-04-10 Thread flex . ci . builds
See 

--
Started by timer
Building remotely on flex_sdk_slave2 in workspace 

 > C:\Program Files (x86)\Git\cmd\git.exe rev-parse --is-inside-work-tree # 
 > timeout=10
Fetching changes from the remote Git repository
 > C:\Program Files (x86)\Git\cmd\git.exe config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/flex-utilities.git # timeout=10
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/flex-utilities.git
 > C:\Program Files (x86)\Git\cmd\git.exe --version # timeout=10
 > C:\Program Files (x86)\Git\cmd\git.exe fetch --tags --progress 
 > https://git-wip-us.apache.org/repos/asf/flex-utilities.git 
 > +refs/heads/*:refs/remotes/origin/*
 > C:\Program Files (x86)\Git\cmd\git.exe rev-parse "origin/develop^{commit}" # 
 > timeout=10
Checking out Revision 581567a911b57eb576cac297439919751cfb52c3 (origin/develop)
 > C:\Program Files (x86)\Git\cmd\git.exe config core.sparsecheckout # 
 > timeout=10
 > C:\Program Files (x86)\Git\cmd\git.exe checkout -f 
 > 581567a911b57eb576cac297439919751cfb52c3
 > C:\Program Files (x86)\Git\cmd\git.exe rev-list 
 > 581567a911b57eb576cac297439919751cfb52c3 # timeout=10
[MD5Checker] $ cmd.exe /C 
"c:\Jenkins\tools\hudson.tasks.Ant_AntInstallation\c_apache-ant-1.9.3\bin\ant.bat
 -file build.xml -Dplayerglobal.version=11.7 main && exit %%ERRORLEVEL%%"
Buildfile: 


load-task:

build:
[mxmlc] Loading configuration file 
C:\Jenkins\workspace\flex-sdk\frameworks\air-config.xml
[mxmlc] C:\Jenkins\workspace\MD5Checker\MD5Checker\src\MD5Checker.swf 
(2000634 bytes)
[mxmlc] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8

main:
 [exec] Result: -1
 [echo] Old Node:
 [echo] 
 [echo] http://fpdownload.macromedia.com
 [echo] get/flashplayer/updaters/25/
 [echo] http://fpdownload.macromedia.com/get/flashplayer/updaters/25/
 [echo] playerglobal25_0.swc
 [echo] 0823ab6a2f6b821ff29b363e8ee5a092
 [echo] 36
 [echo] https://fpdownload.macromedia.com/pub/flashplayer/updaters/25/flashplayer_25_sa_debug.exe
 [echo] https://fpdownload.macromedia.com/pub/flashplayer/updaters/25/flashplayer_25_sa_debug.dmg
 [echo] 
 [echo] New Node:
 [echo] 
 [echo] http://fpdownload.macromedia.com
 [echo] get/flashplayer/updaters/25/
 [echo] http://fpdownload.macromedia.com/get/flashplayer/updaters/25/
 [echo] playerglobal25_0.swc
 [echo] 513442c0244c25b99208c675896593d1
 [echo] 36
 [echo] https://fpdownload.macromedia.com/pub/flashplayer/updaters/25/flashplayer_25_sa_debug.exe
 [echo] https://fpdownload.macromedia.com/pub/flashplayer/updaters/25/flashplayer_25_sa_debug.dmg
 [echo] 

autoupdate:

BUILD FAILED
:69:
 MD5's changed!

Total time: 1 minute 6 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
Build step 'Invoke Ant' marked build as failure


Build failed in Jenkins: MD5Checker #16243

2017-04-10 Thread flex . ci . builds
See 

--
Started by timer
Building remotely on flex_sdk_slave2 in workspace 

 > C:\Program Files (x86)\Git\cmd\git.exe rev-parse --is-inside-work-tree # 
 > timeout=10
Fetching changes from the remote Git repository
 > C:\Program Files (x86)\Git\cmd\git.exe config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/flex-utilities.git # timeout=10
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/flex-utilities.git
 > C:\Program Files (x86)\Git\cmd\git.exe --version # timeout=10
 > C:\Program Files (x86)\Git\cmd\git.exe fetch --tags --progress 
 > https://git-wip-us.apache.org/repos/asf/flex-utilities.git 
 > +refs/heads/*:refs/remotes/origin/*
 > C:\Program Files (x86)\Git\cmd\git.exe rev-parse "origin/develop^{commit}" # 
 > timeout=10
Checking out Revision 581567a911b57eb576cac297439919751cfb52c3 (origin/develop)
 > C:\Program Files (x86)\Git\cmd\git.exe config core.sparsecheckout # 
 > timeout=10
 > C:\Program Files (x86)\Git\cmd\git.exe checkout -f 
 > 581567a911b57eb576cac297439919751cfb52c3
 > C:\Program Files (x86)\Git\cmd\git.exe rev-list 
 > 581567a911b57eb576cac297439919751cfb52c3 # timeout=10
[MD5Checker] $ cmd.exe /C 
"c:\Jenkins\tools\hudson.tasks.Ant_AntInstallation\c_apache-ant-1.9.3\bin\ant.bat
 -file build.xml -Dplayerglobal.version=11.7 main && exit %%ERRORLEVEL%%"
Buildfile: 


load-task:

build:
[mxmlc] Loading configuration file 
C:\Jenkins\workspace\flex-sdk\frameworks\air-config.xml
[mxmlc] C:\Jenkins\workspace\MD5Checker\MD5Checker\src\MD5Checker.swf 
(2000634 bytes)
[mxmlc] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8

main:
 [exec] Result: -1
 [echo] Old Node:
 [echo] 
 [echo] http://fpdownload.macromedia.com
 [echo] get/flashplayer/updaters/25/
 [echo] http://fpdownload.macromedia.com/get/flashplayer/updaters/25/
 [echo] playerglobal25_0.swc
 [echo] 0823ab6a2f6b821ff29b363e8ee5a092
 [echo] 36
 [echo] https://fpdownload.macromedia.com/pub/flashplayer/updaters/25/flashplayer_25_sa_debug.exe
 [echo] https://fpdownload.macromedia.com/pub/flashplayer/updaters/25/flashplayer_25_sa_debug.dmg
 [echo] 
 [echo] New Node:
 [echo] 
 [echo] http://fpdownload.macromedia.com
 [echo] get/flashplayer/updaters/25/
 [echo] http://fpdownload.macromedia.com/get/flashplayer/updaters/25/
 [echo] playerglobal25_0.swc
 [echo] 513442c0244c25b99208c675896593d1
 [echo] 36
 [echo] https://fpdownload.macromedia.com/pub/flashplayer/updaters/25/flashplayer_25_sa_debug.exe
 [echo] https://fpdownload.macromedia.com/pub/flashplayer/updaters/25/flashplayer_25_sa_debug.dmg
 [echo] 

autoupdate:

BUILD FAILED
:69:
 MD5's changed!

Total time: 1 minute 17 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
Build step 'Invoke Ant' marked build as failure


Build failed in Jenkins: flex-blazeds #939

2017-04-10 Thread flex . ci . builds
See 

--
Started by timer
Building remotely on flex_sdk_slave2 in workspace 

 > C:\Program Files (x86)\Git\cmd\git.exe rev-parse --is-inside-work-tree # 
 > timeout=10
Fetching changes from the remote Git repository
 > C:\Program Files (x86)\Git\cmd\git.exe config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/flex-blazeds.git # timeout=10
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/flex-blazeds.git
 > C:\Program Files (x86)\Git\cmd\git.exe --version # timeout=10
 > C:\Program Files (x86)\Git\cmd\git.exe fetch --tags --progress 
 > https://git-wip-us.apache.org/repos/asf/flex-blazeds.git 
 > +refs/heads/*:refs/remotes/origin/*
 > C:\Program Files (x86)\Git\cmd\git.exe rev-parse 
 > "refs/remotes/origin/develop^{commit}" # timeout=10
 > C:\Program Files (x86)\Git\cmd\git.exe rev-parse 
 > "refs/remotes/origin/origin/develop^{commit}" # timeout=10
Checking out Revision 98e50204b0da67392cff211c07d88096fbf17625 
(refs/remotes/origin/develop)
 > C:\Program Files (x86)\Git\cmd\git.exe config core.sparsecheckout # 
 > timeout=10
 > C:\Program Files (x86)\Git\cmd\git.exe checkout -f 
 > 98e50204b0da67392cff211c07d88096fbf17625
 > C:\Program Files (x86)\Git\cmd\git.exe rev-list 
 > 98e50204b0da67392cff211c07d88096fbf17625 # timeout=10
Parsing POMs
Modules changed, recalculating dependency graph
maven32-agent.jar already up to date
maven32-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[flex-blazeds] $ "C:\Program Files\Java\jdk1.7.0_67/bin/java" -cp 
c:\Jenkins\maven32-agent.jar;c:\Jenkins\tools\hudson.tasks.Maven_MavenInstallation\Maven_3.2.1\boot\plexus-classworlds-2.5.1.jar;c:\Jenkins\tools\hudson.tasks.Maven_MavenInstallation\Maven_3.2.1/conf/logging
 jenkins.maven3.agent.Maven32Main 
c:\Jenkins\tools\hudson.tasks.Maven_MavenInstallation\Maven_3.2.1 
C:\Users\apacheflexbuild\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\2\32f78882-5bca442d
 c:\Jenkins\maven32-interceptor.jar c:\Jenkins\maven3-interceptor-commons.jar 
58983
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f 
 clean 
verify
[INFO] Scanning for projects...
[INFO] 
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache Flex - BlazeDS
[INFO] flex-messaging-archetypes
[INFO] blazeds-spring-boot-example-archetype
[INFO] flex-messaging-common
[INFO] flex-messaging-core
[INFO] flex-messaging-proxy
[INFO] flex-messaging-remoting
[INFO] flex-messaging-opt
[INFO] flex-messaging-opt-tomcat
[INFO] flex-messaging-opt-tomcat-base
[INFO] flex-messaging-opt-tomcat-4
[INFO] flex-messaging-opt-tomcat-6
[INFO] flex-messaging-opt-tomcat-7
[INFO] blazeds-spring-boot-starter
[INFO] 
[INFO] Using the builder 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder
 with a thread count of 1
[INFO] 
[INFO] 
[INFO] Building Apache Flex - BlazeDS 4.7.4-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ blazeds ---
[INFO] Deleting 

[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (pre-unit-test) 
@ blazeds ---
[INFO] surefireArgLine set to 
-javaagent:C:\\Users\\apacheflexbuild\\.m2\\repository\\org\\jacoco\\org.jacoco.agent\\0.7.6.201602180812\\org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=c:\\Jenkins\\workspace\\flex-blazeds\\target\\coverage-reports\\jacoco-ut.exec
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) 
@ blazeds ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (post-unit-test) @ 
blazeds ---
[INFO] Skipping JaCoCo execution due to missing execution data 
file:
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (check-jdk-1.6) @ blazeds ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java16:1.1
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ 
blazeds ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent 
(pre-integration-test) @ blazeds ---
[INFO] failsafeArgLine set to 
-javaagent:C:\\Users\\apacheflexbuild\\.m2\\repository\\org\\jacoco\\org.jacoco.agent\\0.7.6.201602180812\\org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=c:\\Jenkins\\workspace\\flex-blazeds\\target\\coverage-reports\\jacoco-it.exec
[INFO] 
[INFO] --- jacoco-mav

git commit: [flex-asjs] [refs/heads/feature/chart-work] - Updates to get TodoListSample to work correctly.

2017-04-10 Thread pent
Repository: flex-asjs
Updated Branches:
  refs/heads/feature/chart-work fa9e0448b -> b98da0703


Updates to get TodoListSample to work correctly.


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/b98da070
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/b98da070
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/b98da070

Branch: refs/heads/feature/chart-work
Commit: b98da07034f246b4abe3f9ca98449f4a16415353
Parents: fa9e044
Author: Peter Ent 
Authored: Mon Apr 10 16:54:12 2017 -0400
Committer: Peter Ent 
Committed: Mon Apr 10 16:54:12 2017 -0400

--
 .../sample/todo/renderers/TodoItemRenderer.as   | 91 
 .../sample/todo/renderers/TodoItemRenderer.mxml | 58 +
 .../flex/sample/todo/views/TodoListView.mxml| 68 ---
 .../flex/html/beads/PanelWithControlBarView.as  |  2 +
 4 files changed, 95 insertions(+), 124 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b98da070/examples/flexjs/TodoListSampleApp/src/main/flex/sample/todo/renderers/TodoItemRenderer.as
--
diff --git 
a/examples/flexjs/TodoListSampleApp/src/main/flex/sample/todo/renderers/TodoItemRenderer.as
 
b/examples/flexjs/TodoListSampleApp/src/main/flex/sample/todo/renderers/TodoItemRenderer.as
deleted file mode 100644
index f13c054..000
--- 
a/examples/flexjs/TodoListSampleApp/src/main/flex/sample/todo/renderers/TodoItemRenderer.as
+++ /dev/null
@@ -1,91 +0,0 @@
-
-//
-//  Licensed to the Apache Software Foundation (ASF) under one or more
-//  contributor license agreements.  See the NOTICE file distributed with
-//  this work for additional information regarding copyright ownership.
-//  The ASF licenses this file to You under the Apache License, Version 2.0
-//  (the "License"); you may not use this file except in compliance with
-//  the License.  You may obtain a copy of the License at
-//
-//  http://www.apache.org/licenses/LICENSE-2.0
-//
-//  Unless required by applicable law or agreed to in writing, software
-//  distributed under the License is distributed on an "AS IS" BASIS,
-//  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-//  See the License for the specific language governing permissions and
-//  limitations under the License.
-//
-
-package sample.todo.renderers {
-
-import org.apache.flex.core.SimpleCSSStyles;
-import org.apache.flex.events.Event;
-import org.apache.flex.events.MouseEvent;
-import org.apache.flex.html.Button;
-import org.apache.flex.html.CheckBox;
-import org.apache.flex.html.Group;
-import org.apache.flex.html.Label;
-import org.apache.flex.html.beads.layouts.HorizontalFlexLayout;
-import org.apache.flex.html.supportClasses.DataItemRenderer;
-
-   [Event("checkChanged","org.apache.flex.events.Event")]
-   [Event("removeRequest","org.apache.flex.events.Event")]
-
-public class TodoItemRenderer extends DataItemRenderer {
-
-public function TodoItemRenderer() {
-super();
-   className = "TodoItemRenderer";
-}
-
-   private var group:Group;
-
-private var checkbox:CheckBox;
-private var title:Label;
-private var removeButton:Button;
-
-override public function addedToParent():void {
-super.addedToParent();
-
-   group = new Group();
-   group.percentWidth = 100;
-   group.percentHeight = 100;
-   group.addBead(new HorizontalFlexLayout());
-   addElement(group);
-
-checkbox = new CheckBox();
-group.addElement(checkbox);
-   checkbox.addEventListener("change", checkBoxChange);
-
-title = new Label();
-title.className = "RendererText";
-group.addElement(title);
-
-removeButton = new Button();
-removeButton.className = "RemoveButton";
-group.addElement(removeButton);
-   removeButton.addEventListener("click", removeClick);
-}
-
-override public function set data(value:Object):void {
-super.data = value;
-
-checkbox.selected = data.selected;
-title.text = data.title;
-}
-
-override public function adjustSize():void {
-updateRenderer();
-}
-
-   private function checkBoxChange(event:Event):void
-   {
-   dispatchEvent(new Event("checkChanged"));
-

git commit: [flex-asjs] [refs/heads/feature/chart-work] - Updates for examples to sync them with changes to SDK projects.

2017-04-10 Thread pent
Repository: flex-asjs
Updated Branches:
  refs/heads/feature/chart-work 28150c46e -> fa9e0448b


Updates for examples to sync them with changes to SDK projects.


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/fa9e0448
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/fa9e0448
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/fa9e0448

Branch: refs/heads/feature/chart-work
Commit: fa9e0448b0e50569a9923bb61d06652ce463c04d
Parents: 28150c4
Author: Peter Ent 
Authored: Mon Apr 10 14:23:57 2017 -0400
Committer: Peter Ent 
Committed: Mon Apr 10 14:23:57 2017 -0400

--
 .../src/main/flex/MyInitialView.as  | 52 ++--
 .../src/main/flex/MyInitialView.mxml| 45 +++--
 .../src/main/flex/MyInitialView.mxml| 13 ++---
 .../src/main/flex/MyInitialView.mxml|  3 ++
 .../src/main/flex/MemberItemRenderer.mxml   |  2 +-
 .../sample/todo/renderers/TodoItemRenderer.as   | 35 ++---
 .../flex/sample/todo/views/TodoListView.mxml| 11 +
 .../HTML/src/main/resources/defaults.css|  2 +
 8 files changed, 99 insertions(+), 64 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/fa9e0448/examples/flexjs/DataBindingExample_as/src/main/flex/MyInitialView.as
--
diff --git 
a/examples/flexjs/DataBindingExample_as/src/main/flex/MyInitialView.as 
b/examples/flexjs/DataBindingExample_as/src/main/flex/MyInitialView.as
index 135cb61..c3982b8 100644
--- a/examples/flexjs/DataBindingExample_as/src/main/flex/MyInitialView.as
+++ b/examples/flexjs/DataBindingExample_as/src/main/flex/MyInitialView.as
@@ -16,8 +16,8 @@ See the License for the specific language governing 
permissions and
 limitations under the License.
 
 */
-package 
-{
+package
+{
 
 //import mx.states.State;
 
@@ -27,7 +27,7 @@ import org.apache.flex.binding.ConstantBinding;
 import org.apache.flex.binding.SimpleBinding;
 import org.apache.flex.core.SimpleCSSValuesImpl;
 import org.apache.flex.core.ValuesManager;
-import org.apache.flex.core.ViewBase;
+import org.apache.flex.core.View;
 import org.apache.flex.events.CustomEvent;
 import org.apache.flex.events.Event;
 import org.apache.flex.html.CheckBox;
@@ -41,7 +41,7 @@ import org.apache.flex.html.TextInput;
 import org.apache.flex.html.beads.layouts.HorizontalLayout;
 import org.apache.flex.html.beads.layouts.VerticalLayout;
 
-public class MyInitialView extends ViewBase
+public class MyInitialView extends View
 {
 
 public function MyInitialView()
@@ -61,55 +61,55 @@ public class MyInitialView extends ViewBase
 vi.addRule(".output", {
 "font-size": 20
 });
-
+
 vi.addRule(".topContainer", {
 "padding": 10
 });
-
+
 vi.addRule(".leftSide", {
 "vertical-align": "top",
 "margin-right": 10
 });
-
+
 vi.addRule(".rightSide", {
 "vertical-align": "top",
 "margin-left": 10,
 "padding-left": 10
 });
-
+
 vi.addRule(".quoteButton", {
 "margin-top": 10,
 "margin-bottom": 10
 });
-
+
 }
-
+
 private function initCompleteHandler(event:Event):void
 {
 initControls();
 }
-   
+
private var _symbol:String;
-   
+
 public function get symbol():String
 {
 return _symbol;
 }
-   
+
public function get requestedField():String
{
return radio1.selectedValue as String;
}
-   
+
 [Bindable]
 public var fieldText:String;
-
+
private function radioChanged(e:org.apache.flex.events.Event):void
{
dispatchEvent(new CustomEvent("radioClicked"));
fieldText = RadioButton(e.target).text;
}
-   
+
private function initControls():void
{
list.selectedItem = MyModel(applicationModel).stockSymbol;
@@ -122,14 +122,14 @@ public class MyInitialView extends ViewBase
fieldText = radio3.text;
else if (radio4.selected)
fieldText = radio4.text;
-   
+
}
-
+
 private function setState():void
 {
-currentState = showAllData.selected ? "showAll" : "hideAll";
+currentState = showAllData.selected ? "showAll" : "hideAll";
 }
-
+
 override public function get MXMLDescriptor():Array
 {
 var c:Container = new Container();
@@ -186,7 +186,7 @@ public class MyInitialView extends ViewBase
 addBead(sb);
 c3.addElement(output);
 c3.childrenAdded();
-   

Jenkins build is back to normal : MD5Checker #16230

2017-04-10 Thread flex . ci . builds
See 



git commit: [flex-asjs] [refs/heads/feature/chart-work] - Fixed layout (HTML side) bug for DataGrid.

2017-04-10 Thread pent
Repository: flex-asjs
Updated Branches:
  refs/heads/feature/chart-work fece1501a -> 28150c46e


Fixed layout (HTML side) bug for DataGrid.


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/28150c46
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/28150c46
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/28150c46

Branch: refs/heads/feature/chart-work
Commit: 28150c46ec97ec335b35804dff597af2709c164e
Parents: fece150
Author: Peter Ent 
Authored: Mon Apr 10 11:51:56 2017 -0400
Committer: Peter Ent 
Committed: Mon Apr 10 11:51:56 2017 -0400

--
 .../flex/html/beads/DataGridPercentageView.as   |   5 +-
 .../org/apache/flex/html/beads/DataGridView.as  | 445 ++-
 .../html/supportClasses/ScrollingViewport.as|   1 +
 3 files changed, 227 insertions(+), 224 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/28150c46/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/beads/DataGridPercentageView.as
--
diff --git 
a/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/beads/DataGridPercentageView.as
 
b/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/beads/DataGridPercentageView.as
index 76365f3..510e18d 100644
--- 
a/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/beads/DataGridPercentageView.as
+++ 
b/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/beads/DataGridPercentageView.as
@@ -131,10 +131,11 @@ package org.apache.flex.html.beads
}
COMPILE::JS {
_header.element.style["flex-grow"] = "0";
+   _header.element.style["min-height"] = "30px";
_listArea.element.style["flex-grow"] = "1";
}
-
-   finishSetup(null);
+   
+   
IEventDispatcher(_strand).addEventListener("initComplete", finishSetup);
}
 
/**

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/28150c46/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/beads/DataGridView.as
--
diff --git 
a/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/beads/DataGridView.as
 
b/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/beads/DataGridView.as
index 4103659..68e5d95 100644
--- 
a/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/beads/DataGridView.as
+++ 
b/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/beads/DataGridView.as
@@ -40,260 +40,261 @@ package org.apache.flex.html.beads
COMPILE::SWF {
import org.apache.flex.core.SimpleCSSStyles;
}
-
-   /**
-*  The DataGridView class is the visual bead for the 
org.apache.flex.html.DataGrid.
-*  This class constructs the items that make the DataGrid: Lists for 
each column and a
-*  org.apache.flex.html.ButtonBar for the column headers.
-*
-*  @viewbead
-*  @langversion 3.0
-*  @playerversion Flash 10.2
-*  @playerversion AIR 2.6
-*  @productversion FlexJS 0.0
-*/
-   public class DataGridView extends GroupView implements IBeadView
-   {
-   /**
-*  constructor.
-*
-*  @langversion 3.0
-*  @playerversion Flash 10.2
-*  @playerversion AIR 2.6
-*  @productversion FlexJS 0.0
-*/
-   public function DataGridView()
-   {
-   super();
-   }
-
-   private var _strand:IStrand;
-   private var _header:DataGridButtonBar;
-   private var _listArea:Container;
-   
-   private var _lists:Array;

/**
-* An array of List objects the comprise the columns of the 
DataGrid.
-*/
-   public function get columnLists():Array
-   {
-   return _lists;
-   }
-   
-   /**
-* The area used to hold the columns
-*
-*/
-   public function get listArea():Container
-   {
-   return _listArea;
-   }
-   
-   /**
-* Returns the component used as the header for the DataGrid.
-*/
-   public function get header():IUIBase
-   {
-   return _header;
-   }
-
-   /**
-  

git commit: [flex-asjs] [refs/heads/feature/chart-work] - Changed the MDL Tabs data mappers to get their itemRendererFactory classes from the strand which should already be there via DataContainerBase

2017-04-10 Thread pent
Repository: flex-asjs
Updated Branches:
  refs/heads/feature/chart-work 1e96ee682 -> fece1501a


Changed the MDL Tabs data mappers to get their itemRendererFactory classes from 
the strand which should already be there via DataContainerBase.


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/fece1501
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/fece1501
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/fece1501

Branch: refs/heads/feature/chart-work
Commit: fece1501a109281d2abb0ef2fb35eab30da983e9
Parents: 1e96ee6
Author: Peter Ent 
Authored: Mon Apr 10 11:51:17 2017 -0400
Committer: Peter Ent 
Committed: Mon Apr 10 11:51:17 2017 -0400

--
 .../beads/TabsItemRendererFactoryForArrayData.as| 16 +---
 .../TabsItemRendererFactoryForArrayListData.as  | 15 ---
 2 files changed, 17 insertions(+), 14 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/fece1501/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/beads/TabsItemRendererFactoryForArrayData.as
--
diff --git 
a/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/beads/TabsItemRendererFactoryForArrayData.as
 
b/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/beads/TabsItemRendererFactoryForArrayData.as
index ecd38b7..743d33b 100644
--- 
a/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/beads/TabsItemRendererFactoryForArrayData.as
+++ 
b/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/beads/TabsItemRendererFactoryForArrayData.as
@@ -93,13 +93,7 @@ package org.apache.flex.mdl.beads
 dataProviderModel.addEventListener("dataProviderChanged", 
dataProviderChangeHandler);
 
 tabsIdField = dataProviderModel.tabIdField;
-labelField = dataProviderModel.labelField;
-
-if (!itemRendererFactory)
-{
-_itemRendererFactory = new 
(ValuesManager.valuesImpl.getValue(_strand, "iItemRendererClassFactory")) as 
IItemRendererClassFactory;
-_strand.addBead(_itemRendererFactory);
-}
+labelField = dataProviderModel.labelField
 
 dataProviderChangeHandler(null);
 }
@@ -117,6 +111,14 @@ package org.apache.flex.mdl.beads
  */
 public function get itemRendererFactory():IItemRendererClassFactory
 {
+   if (_itemRendererFactory == null) {
+   var factory:IItemRendererClassFactory = 
_strand.getBeadByType(IItemRendererClassFactory) as IItemRendererClassFactory;
+   if (factory == null) {
+   factory = new 
(ValuesManager.valuesImpl.getValue(_strand, "iItemRendererClassFactory")) as 
IItemRendererClassFactory;
+   _strand.addBead(factory);
+   }
+   _itemRendererFactory = factory;
+   }
 return _itemRendererFactory;
 }
 

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/fece1501/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/beads/TabsItemRendererFactoryForArrayListData.as
--
diff --git 
a/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/beads/TabsItemRendererFactoryForArrayListData.as
 
b/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/beads/TabsItemRendererFactoryForArrayListData.as
index 97fac23..c323332 100644
--- 
a/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/beads/TabsItemRendererFactoryForArrayListData.as
+++ 
b/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/beads/TabsItemRendererFactoryForArrayListData.as
@@ -74,7 +74,6 @@ package org.apache.flex.mdl.beads
 public function set strand(value:IStrand):void
 {
 _strand = value;
-IEventDispatcher(value).addEventListener("beadsAdded",finishSetup);
 
IEventDispatcher(value).addEventListener("initComplete",finishSetup);
 }
 
@@ -99,12 +98,6 @@ package org.apache.flex.mdl.beads
 tabsIdField = dataProviderModel.tabIdField;
 labelField = dataProviderModel.labelField;
 
-if (!itemRendererFactory)
-{
-_itemRendererFactory = new 
(ValuesManager.valuesImpl.getValue(_strand, "iItemRendererClassFactory")) as 
IItemRendererClassFactory;
-_strand.addBead(_itemRendererFactory);
-}
-
 dataProviderChangeHandler(null);

Build failed in Jenkins: MD5Checker #16229

2017-04-10 Thread flex . ci . builds
See 

--
Started by timer
Building remotely on flex_sdk_slave2 in workspace 

 > C:\Program Files (x86)\Git\cmd\git.exe rev-parse --is-inside-work-tree # 
 > timeout=10
Fetching changes from the remote Git repository
 > C:\Program Files (x86)\Git\cmd\git.exe config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/flex-utilities.git # timeout=10
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/flex-utilities.git
 > C:\Program Files (x86)\Git\cmd\git.exe --version # timeout=10
 > C:\Program Files (x86)\Git\cmd\git.exe fetch --tags --progress 
 > https://git-wip-us.apache.org/repos/asf/flex-utilities.git 
 > +refs/heads/*:refs/remotes/origin/*
 > C:\Program Files (x86)\Git\cmd\git.exe rev-parse "origin/develop^{commit}" # 
 > timeout=10
Checking out Revision 581567a911b57eb576cac297439919751cfb52c3 (origin/develop)
 > C:\Program Files (x86)\Git\cmd\git.exe config core.sparsecheckout # 
 > timeout=10
 > C:\Program Files (x86)\Git\cmd\git.exe checkout -f 
 > 581567a911b57eb576cac297439919751cfb52c3
 > C:\Program Files (x86)\Git\cmd\git.exe rev-list 
 > 581567a911b57eb576cac297439919751cfb52c3 # timeout=10
[MD5Checker] $ cmd.exe /C 
"c:\Jenkins\tools\hudson.tasks.Ant_AntInstallation\c_apache-ant-1.9.3\bin\ant.bat
 -file build.xml -Dplayerglobal.version=11.7 main && exit %%ERRORLEVEL%%"
Buildfile: 


load-task:

build:
[mxmlc] Loading configuration file 
C:\Jenkins\workspace\flex-sdk\frameworks\air-config.xml
[mxmlc] C:\Jenkins\workspace\MD5Checker\MD5Checker\src\MD5Checker.swf 
(2000634 bytes)
[mxmlc] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8

main:
 [exec] Result: -1
 [echo] Old Node:
 [echo] 
 [echo] http://fpdownload.macromedia.com
 [echo] pub/labs/flashruntimes/flashplayer/
 [echo] http://labsdownload.adobe.com/pub/labs/flashruntimes/flashplayer/
 [echo] playerglobal25_0.swc
 [echo] 3287b6bc2e89e44a2f416ff6883cc6b0
 [echo] 36
 [echo] https://fpdownload.macromedia.com/pub/flashplayer/updaters/25/flashplayer_25_sa_debug.exe
 [echo] https://fpdownload.macromedia.com/pub/flashplayer/updaters/25/flashplayer_25_sa_debug.dmg
 [echo] 
 [echo] New Node:
 [echo] 
 [echo] http://fpdownload.macromedia.com
 [echo] pub/labs/flashruntimes/flashplayer/
 [echo] http://labsdownload.adobe.com/pub/labs/flashruntimes/flashplayer/
 [echo] playerglobal25_0.swc
 [echo] 3287b6bc2e89e44a2f416ff6883cc6b0
 [echo] 36
 [echo] https://fpdownload.macromedia.com/pub/flashplayer/updaters/25/flashplayer_25_sa_debug.exe
 [echo] https://fpdownload.macromedia.com/pub/flashplayer/updaters/25/flashplayer_25_sa_debug.dmg
 [echo] 

autoupdate:

BUILD FAILED
:69:
 MD5's changed!

Total time: 1 minute 2 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
Build step 'Invoke Ant' marked build as failure


Build failed in Jenkins: MD5Checker #16228

2017-04-10 Thread flex . ci . builds
See 

--
Started by timer
Building remotely on flex_sdk_slave2 in workspace 

 > C:\Program Files (x86)\Git\cmd\git.exe rev-parse --is-inside-work-tree # 
 > timeout=10
Fetching changes from the remote Git repository
 > C:\Program Files (x86)\Git\cmd\git.exe config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/flex-utilities.git # timeout=10
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/flex-utilities.git
 > C:\Program Files (x86)\Git\cmd\git.exe --version # timeout=10
 > C:\Program Files (x86)\Git\cmd\git.exe fetch --tags --progress 
 > https://git-wip-us.apache.org/repos/asf/flex-utilities.git 
 > +refs/heads/*:refs/remotes/origin/*
 > C:\Program Files (x86)\Git\cmd\git.exe rev-parse "origin/develop^{commit}" # 
 > timeout=10
Checking out Revision 581567a911b57eb576cac297439919751cfb52c3 (origin/develop)
 > C:\Program Files (x86)\Git\cmd\git.exe config core.sparsecheckout # 
 > timeout=10
 > C:\Program Files (x86)\Git\cmd\git.exe checkout -f 
 > 581567a911b57eb576cac297439919751cfb52c3
 > C:\Program Files (x86)\Git\cmd\git.exe rev-list 
 > 581567a911b57eb576cac297439919751cfb52c3 # timeout=10
[MD5Checker] $ cmd.exe /C 
"c:\Jenkins\tools\hudson.tasks.Ant_AntInstallation\c_apache-ant-1.9.3\bin\ant.bat
 -file build.xml -Dplayerglobal.version=11.7 main && exit %%ERRORLEVEL%%"
Buildfile: 


load-task:

build:
[mxmlc] Loading configuration file 
C:\Jenkins\workspace\flex-sdk\frameworks\air-config.xml
[mxmlc] C:\Jenkins\workspace\MD5Checker\MD5Checker\src\MD5Checker.swf 
(2000634 bytes)
[mxmlc] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8

main:
 [exec] Result: -1
 [echo] Old Node:
 [echo] 
 [echo] http://fpdownload.macromedia.com
 [echo] pub/labs/flashruntimes/flashplayer/
 [echo] http://labsdownload.adobe.com/pub/labs/flashruntimes/flashplayer/
 [echo] playerglobal25_0.swc
 [echo] 3287b6bc2e89e44a2f416ff6883cc6b0
 [echo] 36
 [echo] https://fpdownload.macromedia.com/pub/flashplayer/updaters/25/flashplayer_25_sa_debug.exe
 [echo] https://fpdownload.macromedia.com/pub/flashplayer/updaters/25/flashplayer_25_sa_debug.dmg
 [echo] 
 [echo] New Node:
 [echo] 
 [echo] http://fpdownload.macromedia.com
 [echo] pub/labs/flashruntimes/flashplayer/
 [echo] http://labsdownload.adobe.com/pub/labs/flashruntimes/flashplayer/
 [echo] playerglobal25_0.swc
 [echo] 3287b6bc2e89e44a2f416ff6883cc6b0
 [echo] 36
 [echo] https://fpdownload.macromedia.com/pub/flashplayer/updaters/25/flashplayer_25_sa_debug.exe
 [echo] https://fpdownload.macromedia.com/pub/flashplayer/updaters/25/flashplayer_25_sa_debug.dmg
 [echo] 

autoupdate:

BUILD FAILED
:69:
 MD5's changed!

Total time: 1 minute 1 second
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
Build step 'Invoke Ant' marked build as failure


git commit: [flex-asjs] [refs/heads/feature/chart-work] - The defaults.css for MDL framework specifies ArrayList mappers for tab components; the MDLExample is using Array data. This commit turns the A

2017-04-10 Thread pent
Repository: flex-asjs
Updated Branches:
  refs/heads/feature/chart-work 331371c46 -> 1e96ee682


The defaults.css for MDL framework specifies ArrayList mappers for tab 
components; the MDLExample is using Array data. This commit turns the Arrays 
into ArrayLists.


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/1e96ee68
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/1e96ee68
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/1e96ee68

Branch: refs/heads/feature/chart-work
Commit: 1e96ee68266a937e4a429991ddf6d758c940aad3
Parents: 331371c
Author: Peter Ent 
Authored: Mon Apr 10 09:39:25 2017 -0400
Committer: Peter Ent 
Committed: Mon Apr 10 09:39:25 2017 -0400

--
 .../src/main/flex/models/MainNavigationModel.as|  7 ---
 .../MDLExample/src/main/flex/models/TabsModel.as   | 13 +++--
 2 files changed, 11 insertions(+), 9 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/1e96ee68/examples/flexjs/MDLExample/src/main/flex/models/MainNavigationModel.as
--
diff --git 
a/examples/flexjs/MDLExample/src/main/flex/models/MainNavigationModel.as 
b/examples/flexjs/MDLExample/src/main/flex/models/MainNavigationModel.as
index 0c191a1..f423d19 100644
--- a/examples/flexjs/MDLExample/src/main/flex/models/MainNavigationModel.as
+++ b/examples/flexjs/MDLExample/src/main/flex/models/MainNavigationModel.as
@@ -19,6 +19,7 @@
 package models
 {
 import vos.NavigationLinkVO;
+import org.apache.flex.collections.ArrayList;
 
 public class MainNavigationModel
 {
@@ -50,7 +51,7 @@ package models
 return _drawerNavigation;
 }
 
-private var _componentsTabs:Array = [
+private var _componentsTabs:ArrayList = new ArrayList([
 new NavigationLinkVO("Cards", "cards_panel"),
 new NavigationLinkVO("Chips", "chips_panel"),
 new NavigationLinkVO("Sliders", "sliders_panel"),
@@ -68,9 +69,9 @@ package models
 new NavigationLinkVO("Menu", "menus_panel"),
 new NavigationLinkVO("Badges", "badges_panel"),
 new NavigationLinkVO("Icons", "icons_panel")
-];
+]);
 
-public function get componentsTabs():Array
+public function get componentsTabs():ArrayList
 {
 return _componentsTabs;
 }

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/1e96ee68/examples/flexjs/MDLExample/src/main/flex/models/TabsModel.as
--
diff --git a/examples/flexjs/MDLExample/src/main/flex/models/TabsModel.as 
b/examples/flexjs/MDLExample/src/main/flex/models/TabsModel.as
index c8a2f8e..9ef7c99 100644
--- a/examples/flexjs/MDLExample/src/main/flex/models/TabsModel.as
+++ b/examples/flexjs/MDLExample/src/main/flex/models/TabsModel.as
@@ -19,27 +19,28 @@
 package models
 {
 import vos.TabVO;
+import org.apache.flex.collections.ArrayList;
 
 public class TabsModel
 {
-private var _tabs:Array = [
+private var _tabs:ArrayList = new ArrayList([
 new TabVO("tab1", "Tab One"),
 new TabVO("tab2", "Tab Two"),
 new TabVO("tab3", "Tab Three")
-];
+]);
 
-private var _tabsLayout:Array = [
+private var _tabsLayout:ArrayList = new ArrayList([
 new TabVO("starks_panel", "Starks"),
 new TabVO("lannisters_panel", "Lannisters"),
 new TabVO("targaryens_panel", "Targaryens")
-];
+]);
 
-public function get tabs():Array
+public function get tabs():ArrayList
 {
 return _tabs;
 }
 
-public function get tabsLayout():Array
+public function get tabsLayout():ArrayList
 {
 return _tabsLayout;
 }



Build failed in Jenkins: flex-sdk #1481

2017-04-10 Thread flex . ci . builds
See 

--
[...truncated 2049 lines...]
main:
 [echo] Compiling frameworks/locale/en_US/automation_rb.swc
[compc] Loading configuration file 
C:\Jenkins\workspace\flex-sdk\frameworks\projects\automation\bundle-config.xml
[compc] 
C:\Jenkins\workspace\flex-sdk\frameworks\locale\en_US\automation_rb.swc (2132 
bytes)
[compc] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8

tool_air:

bundles-clean:
 [echo] IN bundles clean

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

tool_air_bundles-clean:

clean:

compile:
 [echo] Compiling tool_air.swc
 [echo] Using c:\Adobe\AIRSDK40/frameworks/libs/air/airglobal.swc
[compc] Loading configuration file 
C:\Jenkins\workspace\flex-sdk\frameworks\projects\tool_air\compile-config.xml
[compc] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[compc] 
C:\Jenkins\workspace\flex-sdk\frameworks\libs\automation\tool_air.swc (67231 
bytes)

main:

automation_spark:

clean:

compile:
 [echo] Compiling frameworks/libs/automation/automation_spark.swc
[compc] Loading configuration file 
C:\Jenkins\workspace\flex-sdk\frameworks\projects\automation_spark\compile-config.xml
[compc] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[compc] 
C:\Jenkins\workspace\flex-sdk\frameworks\libs\automation\automation_spark.swc 
(86999 bytes)

main:

automation_flashflexkit:

clean:

compile:
 [echo] Compiling frameworks/libs/automation/automation_flashflexkit.swc
[compc] Loading configuration file 
C:\Jenkins\workspace\flex-sdk\frameworks\projects\automation_flashflexkit\compile-config.xml
[compc] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[compc] 
C:\Jenkins\workspace\flex-sdk\frameworks\libs\automation\automation_flashflexkit.swc
 (7334 bytes)

main:

automation_air:

clean:

compile:
 [echo] Compiling frameworks/libs/automation/automation_air.swc
[compc] Loading configuration file 
C:\Jenkins\workspace\flex-sdk\frameworks\projects\automation_air\compile-config.xml
[compc] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[compc] 
C:\Jenkins\workspace\flex-sdk\frameworks\libs\automation\automation_air.swc 
(16017 bytes)

main:

automation_airspark:

clean:

compile:
 [echo] Compiling frameworks/libs/automation/automation_airspark.swc
 [echo] Using c:\Adobe\AIRSDK40/frameworks/libs/air/airglobal.swc
[compc] Loading configuration file 
C:\Jenkins\workspace\flex-sdk\frameworks\projects\automation_airspark\compile-config.xml
[compc] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[compc] 
C:\Jenkins\workspace\flex-sdk\frameworks\libs\automation\automation_airspark.swc
 (4534 bytes)

main:

flatspark:

clean:

compile:
 [echo] Compiling frameworks/libs/flatspark.swc
[compc] Loading configuration file 
C:\Jenkins\workspace\flex-sdk\frameworks\projects\flatspark\compile-config.xml
[compc] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[compc] C:\Jenkins\workspace\flex-sdk\frameworks\libs\flatspark.swc (479620 
bytes)

main:

javascript:

clean:

compile-swfs:
 [echo] Compiling 

[mxmlc] Loading configuration file 
C:\Jenkins\workspace\flex-sdk\frameworks\flex-config.xml
[mxmlc] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[mxmlc] 
C:\Jenkins\workspace\flex-sdk\frameworks\javascript\FABridge\samples\EmptySwf.swf
 (5752 bytes)
 [echo] Compiling 

[mxmlc] Loading configuration file 
C:\Jenkins\workspace\flex-sdk\frameworks\flex-config.xml
[mxmlc] 
C:\Jenkins\workspace\flex-sdk\frameworks\javascript\FABridge\samples\app.swf 
(517079 bytes)
[mxmlc] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8

samples:

main:

main:

ide:

create-config-files:
 [copy] Copying 3 files to 


expand-config-tokens:
 [echo] expanding {airHome} and {playerglobalHome} tokens

main:

post-build:

main:
 [echo] ant main target completed on 04/10/2017 10:50:13 AM

check-air-home:

check-runtime-env:

runtime-setup:

mustella-setup:
 [loadfile] 

 doesn't exist

echo-info:
 [echo] JAVA_HOME:   C:\Program Files\Java\jdk1.7.0_55
 [echo] FLASHPLAYER_DEBUGGER:
c:\Adobe\flashPlaye

Build failed in Jenkins: flex-utilities_installer #1142

2017-04-10 Thread flex . ci . builds
See 


--
Started by timer
Building remotely on flex_sdk_slave2 in workspace 

 > C:\Program Files (x86)\Git\cmd\git.exe rev-parse --is-inside-work-tree # 
 > timeout=10
Fetching changes from the remote Git repository
 > C:\Program Files (x86)\Git\cmd\git.exe config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/flex-utilities.git # timeout=10
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/flex-utilities.git
 > C:\Program Files (x86)\Git\cmd\git.exe --version # timeout=10
 > C:\Program Files (x86)\Git\cmd\git.exe fetch --tags --progress 
 > https://git-wip-us.apache.org/repos/asf/flex-utilities.git 
 > +refs/heads/*:refs/remotes/origin/*
 > C:\Program Files (x86)\Git\cmd\git.exe rev-parse "origin/develop^{commit}" # 
 > timeout=10
Checking out Revision 581567a911b57eb576cac297439919751cfb52c3 (origin/develop)
 > C:\Program Files (x86)\Git\cmd\git.exe config core.sparsecheckout # 
 > timeout=10
 > C:\Program Files (x86)\Git\cmd\git.exe checkout -f 
 > 581567a911b57eb576cac297439919751cfb52c3
 > C:\Program Files (x86)\Git\cmd\git.exe rev-list 
 > 581567a911b57eb576cac297439919751cfb52c3 # timeout=10
[ant_on_air] $ cmd.exe /C 
"c:\Jenkins\tools\hudson.tasks.Ant_AntInstallation\c_apache-ant-1.9.3\bin\ant.bat
 -file build.xml -Dplayerglobal.version=11.7 main && exit %%ERRORLEVEL%%"
Buildfile: 


clean:
   [delete] Deleting directory 


init:

check-as3commons.swc:

get-as3commons.swc:

third-party:
  [get] Destination already exists (skipping): 

  [get] Destination already exists (skipping): 

  [get] Destination already exists (skipping): 

  [get] Destination already exists (skipping): 

  [get] Destination already exists (skipping): 

  [get] Destination already exists (skipping): 

  [get] Destination already exists (skipping): 


compile:
[compc] Loading configuration file 
C:\Jenkins\workspace\flex-sdk\frameworks\air-config.xml
[compc] 
C:\Jenkins\workspace\flex-utilities_installer\flex-installer\ant_on_air\bin\ant_on_air.swc
 (134447 bytes)
[compc] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8

test:
[mxmlc] Loading configuration file 
C:\Jenkins\workspace\flex-sdk\frameworks\air-config.xml
[mxmlc] 
C:\Jenkins\workspace\flex-utilities_installer\flex-installer\ant_on_air\tests\AntOnAir.swf
 (1147464 bytes)
[mxmlc] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8

failuretests:

main:

BUILD SUCCESSFUL
Total time: 1 minute 40 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[flex-installer] $ cmd.exe /C 
"c:\Jenkins\tools\hudson.tasks.Ant_AntInstallation\c_apache-ant-1.9.3\bin\ant.bat
 -file build.xml -Dplayerglobal.version=11.7 clean build source-package 
create-md5s copy-misc && exit %%ERRORLEVEL%%"
Buildfile: 


clean:
   [delete] Deleting directory 

   [delete] Deleting directory 

   [delete] Deleting directory 

   [delete] Deleting directory 


clean:

createDirs:
 [echo] ***
 [echo] Execute the update-version target once,
 [echo] and only once, when you modifiy

[MAVEN-BUILD] FlexJS Framework (maven) - Build # 858 - Still Failing

2017-04-10 Thread Apache Jenkins Server
The Apache Jenkins build system has built FlexJS Framework (maven) (build #858)

Status: Still Failing

Check console output at 
https://builds.apache.org/job/FlexJS%20Framework%20(maven)/858/ to view the 
results.

git commit: [flex-asjs] [refs/heads/develop] - Re-introduce changes that enable programmatic changes to slider values. At some point they were removed, for some reason.

2017-04-10 Thread yishayw
Repository: flex-asjs
Updated Branches:
  refs/heads/develop 61c4300d0 -> 62b3c0961


Re-introduce changes that enable programmatic changes to slider values.
At some point they were removed, for some reason.


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/62b3c096
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/62b3c096
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/62b3c096

Branch: refs/heads/develop
Commit: 62b3c0961e7e84d00567ac846ffeee0676c9183b
Parents: 61c4300
Author: DESKTOP-RH4S838\Yishay 
Authored: Mon Apr 10 12:00:24 2017 +0300
Committer: DESKTOP-RH4S838\Yishay 
Committed: Mon Apr 10 12:00:24 2017 +0300

--
 .../main/flex/org/apache/flex/mdl/beads/views/SliderView.as | 9 +
 1 file changed, 9 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/62b3c096/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/beads/views/SliderView.as
--
diff --git 
a/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/beads/views/SliderView.as
 
b/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/beads/views/SliderView.as
index a537bc4..0b2e13d 100644
--- 
a/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/beads/views/SliderView.as
+++ 
b/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/beads/views/SliderView.as
@@ -145,6 +145,15 @@ package org.apache.flex.mdl.beads.views
inputElement.step = String(rangeModel.stepSize);
inputElement.min = String(rangeModel.minimum);
inputElement.max = String(rangeModel.maximum);
+   // This makes sure that materialslider can 
accept programmatic changes to its values
+   var materialSlider:Object = (inputElement as 
Object)["MaterialSlider"];
+   if (materialSlider)
+   {
+   
materialSlider["change"](rangeModel.value);
+   } else
+   {
+   inputElement.value = 
rangeModel.value.toString();
+   }
}
}
}



Build failed in Jenkins: flex-tlf #1052

2017-04-10 Thread flex . ci . builds
See 

--
Started by timer
Building remotely on flex_sdk_slave2 in workspace 

 > C:\Program Files (x86)\Git\cmd\git.exe rev-parse --is-inside-work-tree # 
 > timeout=10
Fetching changes from the remote Git repository
 > C:\Program Files (x86)\Git\cmd\git.exe config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/flex-tlf.git # timeout=10
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/flex-tlf.git
 > C:\Program Files (x86)\Git\cmd\git.exe --version # timeout=10
 > C:\Program Files (x86)\Git\cmd\git.exe fetch --tags --progress 
 > https://git-wip-us.apache.org/repos/asf/flex-tlf.git 
 > +refs/heads/*:refs/remotes/origin/*
 > C:\Program Files (x86)\Git\cmd\git.exe rev-parse "origin/develop^{commit}" # 
 > timeout=10
Checking out Revision 7fe228452bf7aff8bd670dbdc7cb4e6858628bab (origin/develop)
 > C:\Program Files (x86)\Git\cmd\git.exe config core.sparsecheckout # 
 > timeout=10
 > C:\Program Files (x86)\Git\cmd\git.exe checkout -f 
 > 7fe228452bf7aff8bd670dbdc7cb4e6858628bab
 > C:\Program Files (x86)\Git\cmd\git.exe rev-list 
 > 7fe228452bf7aff8bd670dbdc7cb4e6858628bab # timeout=10
[flex-tlf] $ cmd.exe /C 
"c:\Jenkins\tools\hudson.tasks.Ant_AntInstallation\c_apache-ant-1.9.3\bin\ant.bat
 -file build.xml all && exit %%ERRORLEVEL%%"
Buildfile: 
 [echo] FLEX_HOME is 

 [echo] Minimal test is set false

clean:
   [delete] Deleting directory 

   [delete] Deleting: 


textLayout:
[compc] Loading configuration file 
C:\Jenkins\workspace\flex-sdk\frameworks\flex-config.xml
[compc] C:\Jenkins\workspace\flex-tlf\bin\textLayout.swc (550034 bytes)
[compc] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8

main:

asTestApps:
 [echo] FLEX_HOME is 

 [echo] Minimal test is set false

asTestApp:
[mxmlc] Loading configuration file 
C:\Jenkins\workspace\flex-sdk\frameworks\flex-config.xml
[mxmlc] 
C:\Jenkins\workspace\flex-tlf\bin\apps\asTestApps\bin\ExplicitFormField.swf 
(521415 bytes)
[mxmlc] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
 [echo] FLEX_HOME is 

 [echo] Minimal test is set false

asTestApp:
[mxmlc] Loading configuration file 
C:\Jenkins\workspace\flex-sdk\frameworks\flex-config.xml
[mxmlc] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[mxmlc] 
C:\Jenkins\workspace\flex-tlf\bin\apps\asTestApps\bin\TCMTestFocus2.swf (528614 
bytes)
 [echo] FLEX_HOME is 

 [echo] Minimal test is set false

asTestApp:
[mxmlc] Loading configuration file 
C:\Jenkins\workspace\flex-sdk\frameworks\flex-config.xml
[mxmlc] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[mxmlc] 
C:\Jenkins\workspace\flex-tlf\bin\apps\asTestApps\bin\AliceScroll.swf (589428 
bytes)
 [echo] FLEX_HOME is 

 [echo] Minimal test is set false

asTestApp:
[mxmlc] Loading configuration file 
C:\Jenkins\workspace\flex-sdk\frameworks\flex-config.xml
[mxmlc] C:\Jenkins\workspace\flex-tlf\bin\apps\asTestApps\bin\KeyLogger.swf 
(2167 bytes)
[mxmlc] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
 [echo] FLEX_HOME is 

 [echo] Minimal test is set false

asTestApp:
[mxmlc] Loading configuration file 
C:\Jenkins\workspace\flex-sdk\frameworks\flex-config.xml
[mxmlc] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[mxmlc] C:\Jenkins\workspace\flex-tlf\bin\apps\asTestApps\bin\OpHammer.swf 
(531608 bytes)

textLayout_editBar:
[compc] Loading configuration file 
C:\Jenkins\workspace\flex-sdk\frameworks\flex-config.xml
[compc] 
C:\Jenkins\workspace\flex-tlf\bin\apps\testApps\bin\textLayout_editBar.swc 
(23176 bytes)
[compc] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8

textLayout_ui:
[compc] Loading configuration file 
C:\Jenkins\workspace\flex-sdk\frameworks\flex-config.xml
[compc] 
C:\Jenkins\workspace\flex-tlf\bin\apps\testApps\bin\textLayout_ui.swc (112811 
bytes)
[compc] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8

testApps:
[mxmlc] Loading configuration file 
C:\Jenkins\workspace\flex-sdk\frameworks\flex-config.xml
[mxmlc] C:\Jenkins\workspace\flex-tlf\bin\apps\automation_apps\bin\Flow.swf 
(2191225 bytes)
[mxmlc] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8

automation_core