[MAVEN-BUILD] FlexJS Framework (maven) - Build # 863 - Failure

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

Status: Failure

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

[03/12] git commit: [flex-asjs] [refs/heads/develop] - remove blank line

2017-04-15 Thread jmclean
remove blank line


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

Branch: refs/heads/develop
Commit: 242fb730d054212c20735dea35b2785be5d944f2
Parents: 4d09ccf
Author: Justin Mclean 
Authored: Sun Apr 16 10:40:04 2017 +1000
Committer: Justin Mclean 
Committed: Sun Apr 16 10:40:04 2017 +1000

--
 .../Network/src/main/flex/org/apache/flex/net/HTTPService.as| 1 -
 1 file changed, 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/242fb730/frameworks/projects/Network/src/main/flex/org/apache/flex/net/HTTPService.as
--
diff --git 
a/frameworks/projects/Network/src/main/flex/org/apache/flex/net/HTTPService.as 
b/frameworks/projects/Network/src/main/flex/org/apache/flex/net/HTTPService.as
index 3a9968c..fdb387f 100644
--- 
a/frameworks/projects/Network/src/main/flex/org/apache/flex/net/HTTPService.as
+++ 
b/frameworks/projects/Network/src/main/flex/org/apache/flex/net/HTTPService.as
@@ -618,7 +618,6 @@ package org.apache.flex.net
 }
 }
 
-
 if (_method !== HTTPConstants.GET &&
 !sawContentType && contentData) {
 element.setRequestHeader(



[11/12] flex-asjs git commit: doesn’t seem to work as JS only as get errors in compiling AS project

2017-04-15 Thread jmclean
doesn’t seem to work as JS only as get errors in compiling AS project


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

Branch: refs/heads/develop
Commit: 65320f9470652c5ffe1ae71cc6c5524408642c52
Parents: 25d67e1
Author: Justin Mclean 
Authored: Sun Apr 16 15:35:19 2017 +1000
Committer: Justin Mclean 
Committed: Sun Apr 16 15:35:19 2017 +1000

--
 frameworks/projects/Network/src/main/flex/NetworkClasses.as| 6 +-
 .../projects/Network/src/main/resources/basic-manifest.xml | 1 +
 2 files changed, 2 insertions(+), 5 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/65320f94/frameworks/projects/Network/src/main/flex/NetworkClasses.as
--
diff --git a/frameworks/projects/Network/src/main/flex/NetworkClasses.as 
b/frameworks/projects/Network/src/main/flex/NetworkClasses.as
index e4cd570..ed88471 100644
--- a/frameworks/projects/Network/src/main/flex/NetworkClasses.as
+++ b/frameworks/projects/Network/src/main/flex/NetworkClasses.as
@@ -28,11 +28,7 @@ package
 internal class NetworkClasses
 {  
 import org.apache.flex.net.URLBinaryLoader; URLBinaryLoader;
-   import org.apache.flex.net.HTTPConstants; HTTPConstants;
-
-COMPILE::JS {
-import org.apache.flex.net.beads.CORSCredentialsBead; 
CORSCredentialsBead;
-}
+import org.apache.flex.net.HTTPConstants; HTTPConstants;
 }
 
 }

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/65320f94/frameworks/projects/Network/src/main/resources/basic-manifest.xml
--
diff --git a/frameworks/projects/Network/src/main/resources/basic-manifest.xml 
b/frameworks/projects/Network/src/main/resources/basic-manifest.xml
index 235b09d..46f2ad9 100644
--- a/frameworks/projects/Network/src/main/resources/basic-manifest.xml
+++ b/frameworks/projects/Network/src/main/resources/basic-manifest.xml
@@ -23,5 +23,6 @@
 
 
 
+
 
 



[06/12] git commit: [flex-asjs] [refs/heads/develop] - fill in missing comments

2017-04-15 Thread jmclean
fill in missing comments


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

Branch: refs/heads/develop
Commit: c57d7754009607ed8eae3eebc1edc5a69a1fe12c
Parents: 18d62de
Author: Justin Mclean 
Authored: Sun Apr 16 10:41:19 2017 +1000
Committer: Justin Mclean 
Committed: Sun Apr 16 10:41:19 2017 +1000

--
 .../main/flex/org/apache/flex/net/URLRequest.as | 30 ++--
 1 file changed, 27 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/c57d7754/frameworks/projects/Network/src/main/flex/org/apache/flex/net/URLRequest.as
--
diff --git 
a/frameworks/projects/Network/src/main/flex/org/apache/flex/net/URLRequest.as 
b/frameworks/projects/Network/src/main/flex/org/apache/flex/net/URLRequest.as
index 389531f..3c39f50 100644
--- 
a/frameworks/projects/Network/src/main/flex/org/apache/flex/net/URLRequest.as
+++ 
b/frameworks/projects/Network/src/main/flex/org/apache/flex/net/URLRequest.as
@@ -71,7 +71,15 @@ package org.apache.flex.net
 */ 
public var method:String = HTTPConstants.GET;
private var _requestHeaders:Array;
-
+
+   /**
+*   Set the URL request string.
+*
+*  @langversion 3.0
+*  @playerversion Flash 10.2
+*  @playerversion AIR 2.6
+*  @productversion FlexJS 0.7.0
+*/
 public function URLRequest(url:String = null)
 {
 super();
@@ -81,12 +89,28 @@ package org.apache.flex.net
 }
 this.requestHeaders = [];
 }
-
+
+   /**
+*   Set the URL request headers.
+*
+*  @langversion 3.0
+*  @playerversion Flash 10.2
+*  @playerversion AIR 2.6
+*  @productversion FlexJS 0.7.0
+*/
 public function get requestHeaders():Array
 {
 return _requestHeaders;
 }
-
+
+   /**
+*   Get the URL request headers.
+*
+*  @langversion 3.0
+*  @playerversion Flash 10.2
+*  @playerversion AIR 2.6
+*  @productversion FlexJS 0.7.0
+*/
 public function set requestHeaders(value:Array) : void
 {
_requestHeaders = value;



[09/12] git commit: [flex-asjs] [refs/heads/develop] - add JS only CORSCredentialsBead

2017-04-15 Thread jmclean
add JS only CORSCredentialsBead


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

Branch: refs/heads/develop
Commit: 3fa62e72959b6fb09e02e707d628bf29c07221ba
Parents: 350e1f0
Author: Justin Mclean 
Authored: Sun Apr 16 13:21:47 2017 +1000
Committer: Justin Mclean 
Committed: Sun Apr 16 13:21:47 2017 +1000

--
 frameworks/projects/Network/src/main/flex/NetworkClasses.as | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/3fa62e72/frameworks/projects/Network/src/main/flex/NetworkClasses.as
--
diff --git a/frameworks/projects/Network/src/main/flex/NetworkClasses.as 
b/frameworks/projects/Network/src/main/flex/NetworkClasses.as
index a649df0..e4cd570 100644
--- a/frameworks/projects/Network/src/main/flex/NetworkClasses.as
+++ b/frameworks/projects/Network/src/main/flex/NetworkClasses.as
@@ -22,13 +22,17 @@ package
 /**
  *  @private
  *  This class is used to link additional classes into rpc.swc
- *  beyond those that are found by dependecy analysis starting
+ *  beyond those that are found by dependency analysis starting
  *  from the classes specified in manifest.xml.
  */
 internal class NetworkClasses
 {  
 import org.apache.flex.net.URLBinaryLoader; URLBinaryLoader;
import org.apache.flex.net.HTTPConstants; HTTPConstants;
+
+COMPILE::JS {
+import org.apache.flex.net.beads.CORSCredentialsBead; 
CORSCredentialsBead;
+}
 }
 
 }



[02/12] git commit: [flex-asjs] [refs/heads/develop] - add constants currently used by code

2017-04-15 Thread jmclean
add constants currently used by code


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

Branch: refs/heads/develop
Commit: 4d09ccf5abd481f7ef6a01f95ed8072a75da073d
Parents: 318bdf2
Author: Justin Mclean 
Authored: Sun Apr 16 10:39:47 2017 +1000
Committer: Justin Mclean 
Committed: Sun Apr 16 10:39:47 2017 +1000

--
 .../main/flex/org/apache/flex/net/HTTPHeader.as | 23 +++-
 1 file changed, 22 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/4d09ccf5/frameworks/projects/Network/src/main/flex/org/apache/flex/net/HTTPHeader.as
--
diff --git 
a/frameworks/projects/Network/src/main/flex/org/apache/flex/net/HTTPHeader.as 
b/frameworks/projects/Network/src/main/flex/org/apache/flex/net/HTTPHeader.as
index 05c8760..17fc7ae 100644
--- 
a/frameworks/projects/Network/src/main/flex/org/apache/flex/net/HTTPHeader.as
+++ 
b/frameworks/projects/Network/src/main/flex/org/apache/flex/net/HTTPHeader.as
@@ -30,7 +30,7 @@ package org.apache.flex.net
{
 /**
  *  The Content-type header.
- *  
+ *
  *  @langversion 3.0
  *  @playerversion Flash 10.2
  *  @playerversion AIR 2.6
@@ -38,6 +38,27 @@ package org.apache.flex.net
  */
public static const CONTENT_TYPE:String = "Content-type";
 
+   /**
+*  The Content-length header.
+*
+*  @langversion 3.0
+*  @playerversion Flash 10.2
+*  @playerversion AIR 2.6
+*  @productversion FlexJS 0.0
+*/
+   public static const CONTENT_LENGTH:String = "Content-length";
+
+
+   /**
+*  The Connection header.
+*
+*  @langversion 3.0
+*  @playerversion Flash 10.2
+*  @playerversion AIR 2.6
+*  @productversion FlexJS 0.0
+*/
+   public static const CONNECTION:String = "Connection";
+
 /**
  *  Constructor.
  *  



[10/12] git commit: [flex-asjs] [refs/heads/develop] - add pre and post send events

2017-04-15 Thread jmclean
add pre and post send events


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

Branch: refs/heads/develop
Commit: 25d67e117275f40e5844d2d039a775e2f3995cfc
Parents: 3fa62e7
Author: Justin Mclean 
Authored: Sun Apr 16 13:22:08 2017 +1000
Committer: Justin Mclean 
Committed: Sun Apr 16 13:22:08 2017 +1000

--
 .../Network/src/main/flex/org/apache/flex/net/HTTPService.as   | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/25d67e11/frameworks/projects/Network/src/main/flex/org/apache/flex/net/HTTPService.as
--
diff --git 
a/frameworks/projects/Network/src/main/flex/org/apache/flex/net/HTTPService.as 
b/frameworks/projects/Network/src/main/flex/org/apache/flex/net/HTTPService.as
index fdb387f..ea3b7b3 100644
--- 
a/frameworks/projects/Network/src/main/flex/org/apache/flex/net/HTTPService.as
+++ 
b/frameworks/projects/Network/src/main/flex/org/apache/flex/net/HTTPService.as
@@ -536,7 +536,9 @@ package org.apache.flex.net
 for each (var bead:IBead in beads)
 addBead(bead);
 }
-
+
+dispatchEvent(new Event("preSend"));
+
 COMPILE::SWF
 {
 if (!urlLoader)
@@ -631,6 +633,8 @@ package org.apache.flex.net
 }
 
 }
+
+dispatchEvent(new Event("postSend"));
 }
 
 /**



[01/12] git commit: [flex-asjs] [refs/heads/develop] - use header constants

2017-04-15 Thread jmclean
Repository: flex-asjs
Updated Branches:
  refs/heads/develop 159abcc9c -> 9e4b62d43


use header constants


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

Branch: refs/heads/develop
Commit: 318bdf2a8cb4e0527fe9a2150b56e44a0be8cf1a
Parents: 159abcc
Author: Justin Mclean 
Authored: Sun Apr 16 10:39:18 2017 +1000
Committer: Justin Mclean 
Committed: Sun Apr 16 10:39:18 2017 +1000

--
 .../main/flex/org/apache/flex/net/BinaryUploader.as | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/318bdf2a/frameworks/projects/Network/src/main/flex/org/apache/flex/net/BinaryUploader.as
--
diff --git 
a/frameworks/projects/Network/src/main/flex/org/apache/flex/net/BinaryUploader.as
 
b/frameworks/projects/Network/src/main/flex/org/apache/flex/net/BinaryUploader.as
index 035f753..31854c4 100644
--- 
a/frameworks/projects/Network/src/main/flex/org/apache/flex/net/BinaryUploader.as
+++ 
b/frameworks/projects/Network/src/main/flex/org/apache/flex/net/BinaryUploader.as
@@ -589,8 +589,8 @@ package org.apache.flex.net
 }
 
 if (binaryData) {
-element.setRequestHeader('Content-length', 
binaryData.length.toString());
-element.setRequestHeader('Connection', 'close');
+element.setRequestHeader(HTTPHeader.CONTENT_LENGTH, 
binaryData.length.toString());
+element.setRequestHeader(HTTPHeader.CONNECTION, 'close');
 element.send(binaryData);
 } else {
 element.send();
@@ -641,9 +641,9 @@ package org.apache.flex.net
  *  @productversion FlexJS 0.0
  */
 COMPILE::SWF
-protected function completeHandler(event:flash.events.Event):void
-{
-dispatchEvent(new Event(event.type));
+protected function completeHandler(event:flash.events.Event):void
+{
+dispatchEvent(new Event(event.type));
 }
 
 /**
@@ -655,10 +655,10 @@ package org.apache.flex.net
 var element:XMLHttpRequest = this.element as XMLHttpRequest;
 if (element.readyState === 2) {
 _status = element.status;
-dispatchEvent('httpResponseStatus');
-dispatchEvent('httpStatus');
+dispatchEvent(HTTPConstants.RESPONSE_STATUS);
+dispatchEvent(HTTPConstants.STATUS);
 } else if (element.readyState === 4) {
-dispatchEvent('complete');
+dispatchEvent(HTTPConstants.COMPLETE);
 }
 }
 



[04/12] git commit: [flex-asjs] [refs/heads/develop] - add some comment and missing semicolon

2017-04-15 Thread jmclean
add some comment and missing semicolon


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

Branch: refs/heads/develop
Commit: fe1ff661a4831ce0c00454fce9df478716b24f39
Parents: 242fb73
Author: Justin Mclean 
Authored: Sun Apr 16 10:40:28 2017 +1000
Committer: Justin Mclean 
Committed: Sun Apr 16 10:40:28 2017 +1000

--
 .../main/flex/org/apache/flex/net/HTTPUtils.as   | 19 ++-
 1 file changed, 18 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/fe1ff661/frameworks/projects/Network/src/main/flex/org/apache/flex/net/HTTPUtils.as
--
diff --git 
a/frameworks/projects/Network/src/main/flex/org/apache/flex/net/HTTPUtils.as 
b/frameworks/projects/Network/src/main/flex/org/apache/flex/net/HTTPUtils.as
index fab6fdc..e38c566 100644
--- a/frameworks/projects/Network/src/main/flex/org/apache/flex/net/HTTPUtils.as
+++ b/frameworks/projects/Network/src/main/flex/org/apache/flex/net/HTTPUtils.as
@@ -20,9 +20,26 @@ package org.apache.flex.net
 {
 public class HTTPUtils
 {
+/**
+ *  HTTP utility methods.
+ *
+ *  @langversion 3.0
+ *  @playerversion Flash 10.2
+ *  @playerversion AIR 2.6
+ *  @productversion FlexJS 0.0
+ */
 public function HTTPUtils()
 {
 }
+
+/**
+ *  Encode URL variables.
+ *
+ *  @langversion 3.0
+ *  @playerversion Flash 10.2
+ *  @playerversion AIR 2.6
+ *  @productversion FlexJS 0.0
+ */
public static function encodeUrlVariables(data:Object):String
 {
 if(!data)
@@ -37,7 +54,7 @@ package org.apache.flex.net
 b.push("&");
 }
 if(b.length)
-b.pop()
+b.pop();
 return b.join("");
 }




[08/12] git commit: [flex-asjs] [refs/heads/develop] - use header constants, improve variable names, add missing comments

2017-04-15 Thread jmclean
use header constants, improve variable names, add missing comments


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

Branch: refs/heads/develop
Commit: 350e1f07aafd372aecd0be5b903a750125935ce6
Parents: 198ae7c
Author: Justin Mclean 
Authored: Sun Apr 16 10:42:22 2017 +1000
Committer: Justin Mclean 
Committed: Sun Apr 16 10:42:22 2017 +1000

--
 .../main/flex/org/apache/flex/net/URLStream.as  | 135 +++
 1 file changed, 109 insertions(+), 26 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/350e1f07/frameworks/projects/Network/src/main/flex/org/apache/flex/net/URLStream.as
--
diff --git 
a/frameworks/projects/Network/src/main/flex/org/apache/flex/net/URLStream.as 
b/frameworks/projects/Network/src/main/flex/org/apache/flex/net/URLStream.as
index 2ec3c85..be3a9d6 100644
--- a/frameworks/projects/Network/src/main/flex/org/apache/flex/net/URLStream.as
+++ b/frameworks/projects/Network/src/main/flex/org/apache/flex/net/URLStream.as
@@ -79,15 +79,15 @@ package org.apache.flex.net
 public function get response():BinaryData
 {
 COMPILE::JS
-{
+   {
 return new BinaryData(xhr.response as ArrayBuffer);
-}
-COMPILE::SWF
-{
-var ba:ByteArray = new ByteArray();
-flashUrlStream.readBytes(ba);
-return new BinaryData(ba);
-}
+   }
+   COMPILE::SWF
+   {
+   var ba:ByteArray = new ByteArray();
+   flashUrlStream.readBytes(ba);
+   return new BinaryData(ba);
+   }
 }
 
 public function load(urlRequest:org.apache.flex.net.URLRequest):void
@@ -124,7 +124,7 @@ package org.apache.flex.net
var contentSet:Boolean = false;
for each (var 
requestHeader:org.apache.flex.net.URLRequestHeader in urlRequest.requestHeaders)
{
-   if(requestHeader.name.toLowerCase() == 
"content-type")
+   if(requestHeader.name.toLowerCase() == 
HTTPHeader.CONTENT_TYPE.toLocaleLowerCase())
{
contentSet = true;
req.contentType = 
requestHeader.value;
@@ -133,7 +133,7 @@ package org.apache.flex.net
}
if(!contentSet)
{
-   req.requestHeaders.push(new 
flash.net.URLRequestHeader("Content-type", urlRequest.contentType));
+   req.requestHeaders.push(new 
flash.net.URLRequestHeader(HTTPHeader.CONTENT_TYPE, urlRequest.contentType));

}
if (urlRequest.data)
@@ -152,12 +152,29 @@ package org.apache.flex.net
 flashUrlStream.load(req);
 }
 }
+
+   /**
+*  HTTP status changed (Flash only).
+*
+*  @langversion 3.0
+*  @playerversion Flash 10.2
+*  @playerversion AIR 2.6
+*  @productversion FlexJS 0.7.0
+*/
 COMPILE::SWF
-   private function flash_status(ev:HTTPStatusEvent):void
+   private function flash_status(event:HTTPStatusEvent):void
{
-   setStatus(ev.status);
+   setStatus(event.status);
}
-   
+
+   /**
+*  IO error occurred (Flash only).
+*
+*  @langversion 3.0
+*  @playerversion Flash 10.2
+*  @playerversion AIR 2.6
+*  @productversion FlexJS 0.7.0
+*/
 COMPILE::SWF 
 protected function flash_onIoError(event:IOErrorEvent):void
 {
@@ -168,16 +185,32 @@ package org.apache.flex.net
onError(this);
cleanupCallbacks();
 }
-   
+
+   /**
+*  Security error occurred (Flash only).
+*
+  

[12/12] git commit: [flex-asjs] [refs/heads/develop] - Added bead to pass authorisation credentials on in JS HTTP requests

2017-04-15 Thread jmclean
Added bead to pass authorisation credentials on in JS HTTP requests


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

Branch: refs/heads/develop
Commit: 9e4b62d435e3f3166ce710e551c6e78100f88df6
Parents: 65320f9
Author: Justin Mclean 
Authored: Sun Apr 16 15:41:15 2017 +1000
Committer: Justin Mclean 
Committed: Sun Apr 16 15:41:15 2017 +1000

--
 .../flex/net/beads/CORSCredentialsBead.as   | 79 
 1 file changed, 79 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/9e4b62d4/frameworks/projects/Network/src/main/flex/org/apache/flex/net/beads/CORSCredentialsBead.as
--
diff --git 
a/frameworks/projects/Network/src/main/flex/org/apache/flex/net/beads/CORSCredentialsBead.as
 
b/frameworks/projects/Network/src/main/flex/org/apache/flex/net/beads/CORSCredentialsBead.as
new file mode 100644
index 000..6a44c90
--- /dev/null
+++ 
b/frameworks/projects/Network/src/main/flex/org/apache/flex/net/beads/CORSCredentialsBead.as
@@ -0,0 +1,79 @@
+package org.apache.flex.net.beads {
+import org.apache.flex.core.IBead;
+import org.apache.flex.core.IStrand;
+import org.apache.flex.events.Event;
+import org.apache.flex.events.IEventDispatcher;
+
+COMPILE::SWF
+public class CORSCredentialsBead {
+public function CORSCredentialsBead(withCredentials:Boolean = false) {
+trace("Only needed for JavaScript HTTP Server calls");
+}
+}
+
+/**
+ *  Bead to allow passing on user authentication information in a 
XMLHttpRequest request.
+ *
+ *  If you don't use this bead any cross domain calls that require user 
authentication
+ *  (via say basic authentication or cookies) will fail.
+ *
+ *  @productversion FlexJS 0.8
+ */
+COMPILE::JS
+public class CORSCredentialsBead implements IBead {
+
+public function CORSCredentialsBead(withCredentials:Boolean = false) {
+this.withCredentials = withCredentials;
+}
+
+private var _strand:IStrand;
+
+/**
+ *  Listen for a pre and post send event to modify if user credentials are 
passed.
+ *
+ *  @productversion FlexJS 0.8
+ */
+public function set strand(value:IStrand):void {
+_strand = value;
+
+IEventDispatcher(_strand).addEventListener("preSend", preSendHandler);
+IEventDispatcher(_strand).addEventListener("postSend", 
postSendHandler);
+}
+
+/**
+ *  Modify the HTTP request to pass credentials.
+ *
+ *  @productversion FlexJS 0.8
+ */
+protected function preSendHandler(event:Event):void {
+(event.target.element as XMLHttpRequest).withCredentials = 
withCredentials;
+}
+
+/**
+ *  Clean up event listeners.
+ *
+ *  @productversion FlexJS 0.8
+ */
+protected function postSendHandler(event:Event):void {
+IEventDispatcher(_strand).removeEventListener("preSend", 
preSendHandler);
+IEventDispatcher(_strand).removeEventListener("postSend", 
preSendHandler);
+}
+
+private var _withCredentials:Boolean = false;
+
+/**
+ *  Pass the user credentials or not.
+ *
+ *  @productversion FlexJS 0.8
+ */
+public function get withCredentials():Boolean
+{
+return _withCredentials;
+}
+
+public function set withCredentials(value:Boolean):void
+{
+_withCredentials = value;
+}
+}
+}



[05/12] git commit: [flex-asjs] [refs/heads/develop] - fix spelling errors and add missing semicolon

2017-04-15 Thread jmclean
fix spelling errors and add missing semicolon


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

Branch: refs/heads/develop
Commit: 18d62de1202587bc53b4f850ed9f23725e596d6a
Parents: fe1ff66
Author: Justin Mclean 
Authored: Sun Apr 16 10:41:01 2017 +1000
Committer: Justin Mclean 
Committed: Sun Apr 16 10:41:01 2017 +1000

--
 .../src/main/flex/org/apache/flex/net/URLBinaryLoader.as | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/18d62de1/frameworks/projects/Network/src/main/flex/org/apache/flex/net/URLBinaryLoader.as
--
diff --git 
a/frameworks/projects/Network/src/main/flex/org/apache/flex/net/URLBinaryLoader.as
 
b/frameworks/projects/Network/src/main/flex/org/apache/flex/net/URLBinaryLoader.as
index 5785c62..326ccbe 100644
--- 
a/frameworks/projects/Network/src/main/flex/org/apache/flex/net/URLBinaryLoader.as
+++ 
b/frameworks/projects/Network/src/main/flex/org/apache/flex/net/URLBinaryLoader.as
@@ -72,7 +72,7 @@ package org.apache.flex.net
 public var bytesLoaded:uint = 0;
 
/**
-*  The total number of bytes (if avaailable).
+*  The total number of bytes (if available).
 *  
 *  @langversion 3.0
 *  @playerversion Flash 10.2
@@ -143,7 +143,7 @@ package org.apache.flex.net
 }
 
/**
-*  Cancels the URL request
+*  Cancels the URL request.
 *  
 *  @langversion 3.0
 *  @playerversion Flash 10.2
@@ -153,7 +153,7 @@ package org.apache.flex.net
 public function close():void
 {
 stream.close();
-   //TODO do we need a callback for camceling?
+   //TODO do we need a callback for canceling?
 }
 
 private function completeHandler(event:Event):void
@@ -178,7 +178,7 @@ package org.apache.flex.net
 
 private function progressHandler(event:ProgressEvent):void
 {
-this.bytesLoaded = event.current
+this.bytesLoaded = event.current;
 this.bytesTotal = event.total;
 dispatchEvent(event);
if(onProgress)



[07/12] git commit: [flex-asjs] [refs/heads/develop] - fill in missing comments

2017-04-15 Thread jmclean
fill in missing comments


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

Branch: refs/heads/develop
Commit: 198ae7c8952224f4944648965812075eab6adffa
Parents: c57d775
Author: Justin Mclean 
Authored: Sun Apr 16 10:41:38 2017 +1000
Committer: Justin Mclean 
Committed: Sun Apr 16 10:41:38 2017 +1000

--
 .../src/main/flex/org/apache/flex/net/URLRequestHeader.as   | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/198ae7c8/frameworks/projects/Network/src/main/flex/org/apache/flex/net/URLRequestHeader.as
--
diff --git 
a/frameworks/projects/Network/src/main/flex/org/apache/flex/net/URLRequestHeader.as
 
b/frameworks/projects/Network/src/main/flex/org/apache/flex/net/URLRequestHeader.as
index 9680764..be129f2 100644
--- 
a/frameworks/projects/Network/src/main/flex/org/apache/flex/net/URLRequestHeader.as
+++ 
b/frameworks/projects/Network/src/main/flex/org/apache/flex/net/URLRequestHeader.as
@@ -50,7 +50,14 @@ package org.apache.flex.net
 public var value:String;


-
+   /**
+*  Set the name and value of a URL request header.
+*
+*  @langversion 3.0
+*  @playerversion Flash 10.2
+*  @playerversion AIR 2.6
+*  @productversion FlexJS 0.7.0
+*/
 public function URLRequestHeader(name:String, value:String)
 {
this.name = name;



Build failed in Jenkins: MD5Checker #16359

2017-04-15 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 ee771e6579486521b86f22a9fb629ff127edcfcd (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 
 > ee771e6579486521b86f22a9fb629ff127edcfcd
 > C:\Program Files (x86)\Git\cmd\git.exe rev-list 
 > ee771e6579486521b86f22a9fb629ff127edcfcd # 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 
(2000626 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] bfa2169fb11f37327b4851a9f1e76ab5
 [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] bfa2169fb11f37327b4851a9f1e76ab5
 [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 13 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
Build step 'Invoke Ant' marked build as failure


Build failed in Jenkins: flex-blazeds #944

2017-04-15 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 
53680
<===[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] --- 

Jenkins build is back to normal : MD5Checker #16348

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



Build failed in Jenkins: MD5Checker #16347

2017-04-15 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 ee771e6579486521b86f22a9fb629ff127edcfcd (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 
 > ee771e6579486521b86f22a9fb629ff127edcfcd
 > C:\Program Files (x86)\Git\cmd\git.exe rev-list 
 > ee771e6579486521b86f22a9fb629ff127edcfcd # 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 
(2000625 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] bfa2169fb11f37327b4851a9f1e76ab5
 [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


Re: [2/2] git commit: [flex-asjs] [refs/heads/develop] - MobileTrader nearly back to full function.

2017-04-15 Thread Piotr Zarzycki
Hi Peter,

I think in case of DataModelChangeNotifier you could extend [1].

[1]
https://github.com/apache/flex-asjs/blob/develop/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/supportClasses/DataProviderNotifierBase.as

Piotr

On Sat, Apr 15, 2017, 14:33  wrote:

> MobileTrader nearly back to full function.
>
>
> Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
> Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/159abcc9
> Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/159abcc9
> Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/159abcc9
>
> Branch: refs/heads/develop
> Commit: 159abcc9cc728108863be1bc07d3175711a4fd00
> Parents: a005b67
> Author: Peter Ent 
> Authored: Sat Apr 15 08:32:58 2017 -0400
> Committer: Peter Ent 
> Committed: Sat Apr 15 08:32:58 2017 -0400
>
> --
>  examples/flexjs/MobileTrader/build.xml  | 17 -
>  .../src/main/flex/MobileTrader.mxml |  3 +
>  .../src/main/flex/MyInitialView.mxml|  8 ++-
>  .../flex/controller/DataModelChangeNotifier.as  | 71 
>  .../src/main/flex/views/AlertsView.mxml |  2 +-
>  .../src/main/flex/views/WatchListView.mxml  |  2 +-
>  6 files changed, 99 insertions(+), 4 deletions(-)
> --
>
>
>
> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/159abcc9/examples/flexjs/MobileTrader/build.xml
> --
> diff --git a/examples/flexjs/MobileTrader/build.xml
> b/examples/flexjs/MobileTrader/build.xml
> index cb69a25..81fd570 100644
> --- a/examples/flexjs/MobileTrader/build.xml
> +++ b/examples/flexjs/MobileTrader/build.xml
> @@ -48,7 +48,22 @@
>  
>   value="-external-library-path=${FALCONJX_HOME}/../externs/js/out/bin/js.swc"/>
>
> - depends="clean,build_example.compile,build_example.compilejs"
> description="Clean build of ${example}">
> + depends="clean,build_example.compile,build_example.compilejs,copyassets"
> description="Clean build of ${example}">
> +
> +
> +
> +   
> +   
> +
> +
> +
> +
> +
> +
> +
> +
> +
> +
>  
>
>  
>
>
> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/159abcc9/examples/flexjs/MobileTrader/src/main/flex/MobileTrader.mxml
> --
> diff --git a/examples/flexjs/MobileTrader/src/main/flex/MobileTrader.mxml
> b/examples/flexjs/MobileTrader/src/main/flex/MobileTrader.mxml
> index c76531c..47acaeb 100755
> --- a/examples/flexjs/MobileTrader/src/main/flex/MobileTrader.mxml
> +++ b/examples/flexjs/MobileTrader/src/main/flex/MobileTrader.mxml
> @@ -24,6 +24,9 @@
>xmlns:js="library://
> ns.apache.org/flexjs/basic"
>xmlns:controller="controller.*"
>>
> +   
> +   
> +   
>
> 
> 
>
>
> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/159abcc9/examples/flexjs/MobileTrader/src/main/flex/MyInitialView.mxml
> --
> diff --git a/examples/flexjs/MobileTrader/src/main/flex/MyInitialView.mxml
> b/examples/flexjs/MobileTrader/src/main/flex/MyInitialView.mxml
> index 70aea67..2357600 100755
> --- a/examples/flexjs/MobileTrader/src/main/flex/MyInitialView.mxml
> +++ b/examples/flexjs/MobileTrader/src/main/flex/MyInitialView.mxml
> @@ -38,6 +38,11 @@ limitations under the License.
> background-color: #FF;
> }
>
> +   .StringItemRenderer {
> +   padding-left: 4px;
> +   padding-top: 2px;
> +   }
> +
> .NavigationBar {
> background-image: url("assets/background.png");
> height: 55px;
> @@ -225,6 +230,7 @@ limitations under the License.
>
> private function onInitComplete():void
> {
> +
> }
>
> private function onAssetsNext():void
> @@ -260,7 +266,7 @@ limitations under the License.
> 
> 
>
> -x="0" y="0" viewChanged="tabbedViewChanged(event)">
> +height="100%" x="0" y="0" viewChanged="tabbedViewChanged(event)">
> 
>  height="45" className="BackButton" visible="false" click="goBack(event)">
> 
>
>
> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/159abcc9/examples/flexjs/MobileTrader/src/main/flex/controller/DataModelChangeNotifier.as
> 

Build failed in Jenkins: MD5Checker #16346

2017-04-15 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 ee771e6579486521b86f22a9fb629ff127edcfcd (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 
 > ee771e6579486521b86f22a9fb629ff127edcfcd
 > C:\Program Files (x86)\Git\cmd\git.exe rev-list 
 > ee771e6579486521b86f22a9fb629ff127edcfcd # 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 
(2000628 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] bfa2169fb11f37327b4851a9f1e76ab5
 [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 9 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
Build step 'Invoke Ant' marked build as failure


Build failed in Jenkins: MD5Checker #16345

2017-04-15 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 ee771e6579486521b86f22a9fb629ff127edcfcd (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 
 > ee771e6579486521b86f22a9fb629ff127edcfcd
 > C:\Program Files (x86)\Git\cmd\git.exe rev-list 
 > ee771e6579486521b86f22a9fb629ff127edcfcd # 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 
(2000625 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] bfa2169fb11f37327b4851a9f1e76ab5
 [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


[2/2] git commit: [flex-asjs] [refs/heads/develop] - MobileTrader nearly back to full function.

2017-04-15 Thread pent
MobileTrader nearly back to full function.


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

Branch: refs/heads/develop
Commit: 159abcc9cc728108863be1bc07d3175711a4fd00
Parents: a005b67
Author: Peter Ent 
Authored: Sat Apr 15 08:32:58 2017 -0400
Committer: Peter Ent 
Committed: Sat Apr 15 08:32:58 2017 -0400

--
 examples/flexjs/MobileTrader/build.xml  | 17 -
 .../src/main/flex/MobileTrader.mxml |  3 +
 .../src/main/flex/MyInitialView.mxml|  8 ++-
 .../flex/controller/DataModelChangeNotifier.as  | 71 
 .../src/main/flex/views/AlertsView.mxml |  2 +-
 .../src/main/flex/views/WatchListView.mxml  |  2 +-
 6 files changed, 99 insertions(+), 4 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/159abcc9/examples/flexjs/MobileTrader/build.xml
--
diff --git a/examples/flexjs/MobileTrader/build.xml 
b/examples/flexjs/MobileTrader/build.xml
index cb69a25..81fd570 100644
--- a/examples/flexjs/MobileTrader/build.xml
+++ b/examples/flexjs/MobileTrader/build.xml
@@ -48,7 +48,22 @@
 
 
 
-
+
+
+
+
+   
+   
+
+
+
+
+
+
+
+
+
+
 
 
 

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/159abcc9/examples/flexjs/MobileTrader/src/main/flex/MobileTrader.mxml
--
diff --git a/examples/flexjs/MobileTrader/src/main/flex/MobileTrader.mxml 
b/examples/flexjs/MobileTrader/src/main/flex/MobileTrader.mxml
index c76531c..47acaeb 100755
--- a/examples/flexjs/MobileTrader/src/main/flex/MobileTrader.mxml
+++ b/examples/flexjs/MobileTrader/src/main/flex/MobileTrader.mxml
@@ -24,6 +24,9 @@
   
xmlns:js="library://ns.apache.org/flexjs/basic" 
   xmlns:controller="controller.*" 
   >
+   
+   
+   




http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/159abcc9/examples/flexjs/MobileTrader/src/main/flex/MyInitialView.mxml
--
diff --git a/examples/flexjs/MobileTrader/src/main/flex/MyInitialView.mxml 
b/examples/flexjs/MobileTrader/src/main/flex/MyInitialView.mxml
index 70aea67..2357600 100755
--- a/examples/flexjs/MobileTrader/src/main/flex/MyInitialView.mxml
+++ b/examples/flexjs/MobileTrader/src/main/flex/MyInitialView.mxml
@@ -38,6 +38,11 @@ limitations under the License.
background-color: #FF;
}

+   .StringItemRenderer {
+   padding-left: 4px;
+   padding-top: 2px;
+   }
+   
.NavigationBar {
background-image: url("assets/background.png");
height: 55px;
@@ -225,6 +230,7 @@ limitations under the License.

private function onInitComplete():void
{
+   
}

private function onAssetsNext():void
@@ -260,7 +266,7 @@ limitations under the License.



-   
+   




http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/159abcc9/examples/flexjs/MobileTrader/src/main/flex/controller/DataModelChangeNotifier.as
--
diff --git 
a/examples/flexjs/MobileTrader/src/main/flex/controller/DataModelChangeNotifier.as
 
b/examples/flexjs/MobileTrader/src/main/flex/controller/DataModelChangeNotifier.as
new file mode 100644
index 000..a6e2e19
--- /dev/null
+++ 
b/examples/flexjs/MobileTrader/src/main/flex/controller/DataModelChangeNotifier.as
@@ -0,0 +1,71 @@
+
+//
+//  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 

[1/2] git commit: [flex-asjs] [refs/heads/develop] - Removed unnecessary functions.

2017-04-15 Thread pent
Repository: flex-asjs
Updated Branches:
  refs/heads/develop 5cb269d97 -> 159abcc9c


Removed unnecessary functions.


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

Branch: refs/heads/develop
Commit: a005b6753d53097f544affe7b1b964d9573958de
Parents: 5cb269d
Author: Peter Ent 
Authored: Sat Apr 15 08:31:51 2017 -0400
Committer: Peter Ent 
Committed: Sat Apr 15 08:31:51 2017 -0400

--
 .../flex/org/apache/flex/charts/beads/ChartView.as  | 16 
 .../org/apache/flex/html/beads/DataContainerView.as |  4 +---
 2 files changed, 1 insertion(+), 19 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a005b675/frameworks/projects/Charts/src/main/flex/org/apache/flex/charts/beads/ChartView.as
--
diff --git 
a/frameworks/projects/Charts/src/main/flex/org/apache/flex/charts/beads/ChartView.as
 
b/frameworks/projects/Charts/src/main/flex/org/apache/flex/charts/beads/ChartView.as
index 2dd7d81..8eaeb65 100644
--- 
a/frameworks/projects/Charts/src/main/flex/org/apache/flex/charts/beads/ChartView.as
+++ 
b/frameworks/projects/Charts/src/main/flex/org/apache/flex/charts/beads/ChartView.as
@@ -81,22 +81,6 @@ package org.apache.flex.charts.beads

/**
 * @private
-* @flexjsignorecoercion org.apache.flex.core.IChild
-*  
-*  @langversion 3.0
-*  @playerversion Flash 10.2
-*  @playerversion AIR 2.6
-*  @productversion FlexJS 0.0
-*/
-   override protected function completeSetup():void
-   {   
-   super.completeSetup();
-   
-   performLayout(null);
-   }
-   
-   /**
-* @private
 */
override protected function beadsAddedHandler(event:Event):void
{

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a005b675/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/beads/DataContainerView.as
--
diff --git 
a/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/beads/DataContainerView.as
 
b/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/beads/DataContainerView.as
index 6d1eae5..fc5f3a2 100644
--- 
a/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/beads/DataContainerView.as
+++ 
b/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/beads/DataContainerView.as
@@ -205,7 +205,6 @@ package org.apache.flex.html.beads
 */
protected function itemsCreatedHandler(event:Event):void
{
-   trace("DataContainerView: itemsCreatedHandler");
host.dispatchEvent(new Event("layoutNeeded"));
}

@@ -214,8 +213,7 @@ package org.apache.flex.html.beads
 */
protected function dataProviderChangeHandler(event:Event):void
{
-   trace("DataContainerView: dataProviderChangeHandler");
-   performLayout(event);
+   host.dispatchEvent(new Event("layoutNeeded"));
}

 /**



Jenkins build is back to normal : MD5Checker #16342

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



Build failed in Jenkins: MD5Checker #16341

2017-04-15 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 ee771e6579486521b86f22a9fb629ff127edcfcd (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 
 > ee771e6579486521b86f22a9fb629ff127edcfcd
 > C:\Program Files (x86)\Git\cmd\git.exe rev-list 
 > ee771e6579486521b86f22a9fb629ff127edcfcd # 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 
(2000630 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] bfa2169fb11f37327b4851a9f1e76ab5
 [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 0 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
Build step 'Invoke Ant' marked build as failure


Build failed in Jenkins: MD5Checker #16340

2017-04-15 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 ee771e6579486521b86f22a9fb629ff127edcfcd (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 
 > ee771e6579486521b86f22a9fb629ff127edcfcd
 > C:\Program Files (x86)\Git\cmd\git.exe rev-list 
 > ee771e6579486521b86f22a9fb629ff127edcfcd # 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 
(2000627 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] bfa2169fb11f37327b4851a9f1e76ab5
 [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 5 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
Build step 'Invoke Ant' marked build as failure


Jenkins build is back to normal : MD5Checker #16339

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



Build failed in Jenkins: flex-utilities_installer #1148

2017-04-15 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 ee771e6579486521b86f22a9fb629ff127edcfcd (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 
 > ee771e6579486521b86f22a9fb629ff127edcfcd
 > C:\Program Files (x86)\Git\cmd\git.exe rev-list 
 > ee771e6579486521b86f22a9fb629ff127edcfcd # 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] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[compc] 
C:\Jenkins\workspace\flex-utilities_installer\flex-installer\ant_on_air\bin\ant_on_air.swc
 (134450 bytes)

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
 (1147470 bytes)
[mxmlc] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8

failuretests:

main:

BUILD SUCCESSFUL
Total time: 1 minute 27 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 

Build failed in Jenkins: MD5Checker #16338

2017-04-15 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 ee771e6579486521b86f22a9fb629ff127edcfcd (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 
 > ee771e6579486521b86f22a9fb629ff127edcfcd
 > C:\Program Files (x86)\Git\cmd\git.exe rev-list 
 > ee771e6579486521b86f22a9fb629ff127edcfcd # 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 
(2000628 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] bfa2169fb11f37327b4851a9f1e76ab5
 [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 11 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
Build step 'Invoke Ant' marked build as failure


Build failed in Jenkins: flex-tlf #1057

2017-04-15 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] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[compc] C:\Jenkins\workspace\flex-tlf\bin\textLayout.swc (550057 bytes)

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 
(521417 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 (528615 
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\AliceScroll.swf (589424 
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] C:\Jenkins\workspace\flex-tlf\bin\apps\asTestApps\bin\KeyLogger.swf 
(2163 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 
(531609 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 
(23173 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 (112808 
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 
(2191731 bytes)
[mxmlc] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8


Jenkins build is back to normal : MD5Checker #16336

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