You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@royale.apache.org by ap...@gmail.com on 2020/01/14 16:08:23 UTC

Build failed in Jenkins: Royale_ASDoc_Example #479

See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/479/display/redirect?page=changes>

Changes:

[carlosrovira] jewel-datagrid: add to columns a pointer back to datagrid, to make easy

[carlosrovira] tour-de-jewel: add checkbox renderer to datagrid example and show how to


------------------------------------------
[...truncated 70.12 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] 85.6318135 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/479/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/479/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 50 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Jenkins build is back to normal : Royale_ASDoc_Example #558

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/558/display/redirect?page=changes>


Re: Build failed in Jenkins: Royale_ASDoc_Example #557

Posted by Alex Harui <ah...@adobe.com.INVALID>.

On 1/27/20, 12:55 AM, "Harbs" <ha...@gmail.com> wrote:

    Huh. This works locally. Not sure why the COMPILE::JS did not work on the server.

Did you run the "clean" target locally before building?

-Alex
    


Re: Build failed in Jenkins: Royale_ASDoc_Example #557

Posted by Harbs <ha...@gmail.com>.
Huh. This works locally. Not sure why the COMPILE::JS did not work on the server.

> On Jan 27, 2020, at 9:17 AM, apacheroyaleci@gmail.com wrote:
> 
> See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/557/display/redirect?page=changes>
> 
> Changes:
> 
> [harbs] add COMPILE::JS
> 
> 
> ------------------------------------------
> [...truncated 41.11 KB...]
>     [java]                      ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]       element.setAttribute("stroke-dasharray",value);
>     [java]               ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]       return element.getAttribute("stroke-dashoffset");
>     [java]                      ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]       element.setAttribute("stroke-dashoffset",value);
>     [java]               ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]       return element.getAttribute("stroke-linecap");
>     [java]                      ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]       element.setAttribute("stroke-linecap",value);
>     [java]               ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]       return element.getAttribute("stroke-linejoin");
>     [java]                      ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]       element.setAttribute("stroke-linejoin",value);
>     [java]               ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]       return element.getAttribute("stroke-miterlimit");
>     [java]                      ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]       element.setAttribute("stroke-miterlimit",value);
>     [java]               ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]       return element.getAttribute("stroke-opacity");
>     [java]                      ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]       element.setAttribute("stroke-opacity",value);
>     [java]               ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]       return element.getAttribute("stroke-width");
>     [java]                      ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]       element.setAttribute("stroke-width",value);
>     [java]               ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
>     [java] 
>     [java]     public function get transform():String{
>     [java]                         ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]       return element.getAttribute("transform");
>     [java]                      ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
>     [java] 
>     [java]     public function set transform(value:String):void{
>     [java]                         ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]       element.setAttribute("transform",value);
>     [java]               ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]       return element.getAttribute("vector-effect");
>     [java]                      ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]       element.setAttribute("vector-effect",value);
>     [java]               ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]       return element.getAttribute("visibility");
>     [java]                      ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]       element.setAttribute("visibility",value);
>     [java]               ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
>     [java] 
>     [java]     public function get tabIndex():Number{
>     [java]                         ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]     	return Number(element.getAttribute("tabIndex"));
>     [java]     	                      ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
>     [java] 
>     [java]     public function set tabIndex(value:Number):void{
>     [java]                         ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]     	element.setAttribute("tabIndex",value);
>     [java]     	        ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]     	return element.getAttribute("xml:lang");
>     [java]     	               ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]       element.setAttribute("xml:lang",value);
>     [java]               ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>     [java] 
>     [java]                     this.areaFill = fill;
>     [java]                     ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>     [java] 
>     [java]                     this.fill = fill;
>     [java]                     ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>     [java] 
>     [java] 	                    this.boxStroke = boxStroke;
>     [java] 	                    ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>     [java] 
>     [java] 	                    this.declineFill = declineFill;
>     [java] 	                    ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>     [java] 
>     [java] 	                    this.closeTickStroke = tickStroke;
>     [java] 	                    ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>     [java] 
>     [java] 	                    this.openTickStroke = tickStroke;
>     [java] 	                    ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>     [java] 
>     [java] 	                    this.stroke = stroke;
>     [java] 	                    ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>     [java] 
>     [java] 	                    this.hlocColor = stroke.color;
>     [java] 	                    ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>     [java] 
>     [java] 	                    this.lineStroke = stroke;
>     [java] 	                    ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>     [java] 
>     [java] 	                    this.stroke = stroke;
>     [java] 	                    ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>     [java] 
>     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
>     [java] 	                    ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>     [java] 
>     [java] 	                    this.fill = fill;
>     [java] 	                    ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>     [java] 
>     [java] 	                    this.itemRenderer = skin;
>     [java] 	                    ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>     [java] 
>     [java] 	                    this.radius = radius
>     [java] 	                    ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>     [java] 
>     [java] 					this.fill =  defaultFill;
>     [java] 					^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>     [java] 
>     [java] 					this.areaFill = defaultFill;
>     [java] 					^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>     [java] 
>     [java] 					this.areaStroke =  emptyStroke;
>     [java] 					^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>     [java] 
>     [java] 					this.lineStroke =  defaultStroke;
>     [java] 					^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
>     [java] 
>     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
>     [java]                              ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
>     [java] 
>     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
>     [java]                                                                                   ^
>     [java] 
>     [java] 83.8677694 seconds
>     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
>     [java] Java Result: 3
> 
> BUILD FAILED
> <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/557/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
> <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/557/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied
> 
> Total time: 6 minutes 8 seconds
> Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
> Build step 'Invoke Ant' marked build as failure
> Skipped archiving because build is not successful


Build failed in Jenkins: Royale_ASDoc_Example #557

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/557/display/redirect?page=changes>

Changes:

[harbs] add COMPILE::JS


------------------------------------------
[...truncated 41.11 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] 83.8677694 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/557/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/557/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 6 minutes 8 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #556

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/556/display/redirect>

Changes:


------------------------------------------
[...truncated 40.48 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] 65.8335621 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/556/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/556/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 4 minutes 58 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #555

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/555/display/redirect>

Changes:


------------------------------------------
[...truncated 41.76 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] 66.0680365 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/555/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/555/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 4 minutes 39 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #554

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/554/display/redirect?page=changes>

Changes:

[harbs] target should be public

[harbs] don't need private tags


------------------------------------------
[...truncated 40.49 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] 64.8477909 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/554/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/554/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 10 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Re: Build failed in Jenkins: Royale_ASDoc_Example #553

Posted by Harbs <ha...@gmail.com>.
OK. Makes sense.

The fix was as simple as adding a COMPILE::JS to the top of the class.

> On Jan 27, 2020, at 7:57 AM, Alex Harui <ah...@adobe.com.INVALID> wrote:
> 
> It's not a bug, it's a feature __
> 
> The compiler was purposefully designed to read in EVERY file in the source path and do some processing on it.  It does not wait until a class is depended on by some other class then goes fishing through the source path directories to look for it.  And thus, it is going to find classes that are normally blocked by COMPILE::JS dependencies.  
> 
> The src/main/config/asdoc-js-config.xml and asdoc-swf-config.xml contain exclusions to prevent the kind of errors you are getting.  Just add SVGBase to the exclude list.
> 
> I have to say that I am not convinced that the strategy of opening every file in the source-path is always going to be optimal, but tinkering with that strategy is not on my list of most important things.
> 
> -Alex
> 
> On 1/26/20, 1:02 AM, "Harbs" <ha...@gmail.com> wrote:
> 
>    Why is ASDoc failing?
> 
>    It’s failing because the json.swf target is somehow trying to compile SVGBase for swf even though it’s a JS-only class. I don’t understand why this is.
> 
>    Is COMPILE::JS not being applied for some reason? It looks like it should be in asdoc-swf-config.xml.
> 
>    I can change SWFBase to have a SWF version of the class, but it feels to me like that might be masking some kind of bug…
> 
>    Thoughts?
>    Harbs
> 
>> On Jan 26, 2020, at 8:35 AM, apacheroyaleci@gmail.com wrote:
>> 
>> See <https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci2.westus2.cloudapp.azure.com%3A8080%2Fjob%2FRoyale_ASDoc_Example%2F553%2Fdisplay%2Fredirect&amp;data=02%7C01%7Caharui%40adobe.com%7C46c42b8af51f481212c108d7a23e71dc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637156261396870721&amp;sdata=GtwyAqg8j3GlPx60KAimoBm5ijxOP6Dhdv8urnK%2BM8I%3D&amp;reserved=0>
>> 
>> Changes:
>> 
>> 
>> ------------------------------------------
>> [...truncated 41.14 KB...]
>>    [java]                      ^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
>>    [java] 
>>    [java]       element.setAttribute("stroke-dasharray",value);
>>    [java]               ^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
>>    [java] 
>>    [java]       return element.getAttribute("stroke-dashoffset");
>>    [java]                      ^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
>>    [java] 
>>    [java]       element.setAttribute("stroke-dashoffset",value);
>>    [java]               ^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
>>    [java] 
>>    [java]       return element.getAttribute("stroke-linecap");
>>    [java]                      ^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
>>    [java] 
>>    [java]       element.setAttribute("stroke-linecap",value);
>>    [java]               ^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
>>    [java] 
>>    [java]       return element.getAttribute("stroke-linejoin");
>>    [java]                      ^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
>>    [java] 
>>    [java]       element.setAttribute("stroke-linejoin",value);
>>    [java]               ^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
>>    [java] 
>>    [java]       return element.getAttribute("stroke-miterlimit");
>>    [java]                      ^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
>>    [java] 
>>    [java]       element.setAttribute("stroke-miterlimit",value);
>>    [java]               ^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
>>    [java] 
>>    [java]       return element.getAttribute("stroke-opacity");
>>    [java]                      ^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
>>    [java] 
>>    [java]       element.setAttribute("stroke-opacity",value);
>>    [java]               ^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
>>    [java] 
>>    [java]       return element.getAttribute("stroke-width");
>>    [java]                      ^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
>>    [java] 
>>    [java]       element.setAttribute("stroke-width",value);
>>    [java]               ^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
>>    [java] 
>>    [java]     public function get transform():String{
>>    [java]                         ^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
>>    [java] 
>>    [java]       return element.getAttribute("transform");
>>    [java]                      ^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
>>    [java] 
>>    [java]     public function set transform(value:String):void{
>>    [java]                         ^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
>>    [java] 
>>    [java]       element.setAttribute("transform",value);
>>    [java]               ^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
>>    [java] 
>>    [java]       return element.getAttribute("vector-effect");
>>    [java]                      ^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
>>    [java] 
>>    [java]       element.setAttribute("vector-effect",value);
>>    [java]               ^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
>>    [java] 
>>    [java]       return element.getAttribute("visibility");
>>    [java]                      ^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
>>    [java] 
>>    [java]       element.setAttribute("visibility",value);
>>    [java]               ^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
>>    [java] 
>>    [java]     public function get tabIndex():Number{
>>    [java]                         ^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
>>    [java] 
>>    [java]     	return Number(element.getAttribute("tabIndex"));
>>    [java]     	                      ^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
>>    [java] 
>>    [java]     public function set tabIndex(value:Number):void{
>>    [java]                         ^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
>>    [java] 
>>    [java]     	element.setAttribute("tabIndex",value);
>>    [java]     	        ^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
>>    [java] 
>>    [java]     	return element.getAttribute("xml:lang");
>>    [java]     	               ^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
>>    [java] 
>>    [java]       element.setAttribute("xml:lang",value);
>>    [java]               ^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>>    [java] 
>>    [java]                     this.areaFill = fill;
>>    [java]                     ^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>>    [java] 
>>    [java]                     this.fill = fill;
>>    [java]                     ^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>>    [java] 
>>    [java] 	                    this.boxStroke = boxStroke;
>>    [java] 	                    ^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>>    [java] 
>>    [java] 	                    this.declineFill = declineFill;
>>    [java] 	                    ^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>>    [java] 
>>    [java] 	                    this.closeTickStroke = tickStroke;
>>    [java] 	                    ^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>>    [java] 
>>    [java] 	                    this.openTickStroke = tickStroke;
>>    [java] 	                    ^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>>    [java] 
>>    [java] 	                    this.stroke = stroke;
>>    [java] 	                    ^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>>    [java] 
>>    [java] 	                    this.hlocColor = stroke.color;
>>    [java] 	                    ^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>>    [java] 
>>    [java] 	                    this.lineStroke = stroke;
>>    [java] 	                    ^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>>    [java] 
>>    [java] 	                    this.stroke = stroke;
>>    [java] 	                    ^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>>    [java] 
>>    [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
>>    [java] 	                    ^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>>    [java] 
>>    [java] 	                    this.fill = fill;
>>    [java] 	                    ^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>>    [java] 
>>    [java] 	                    this.itemRenderer = skin;
>>    [java] 	                    ^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>>    [java] 
>>    [java] 	                    this.radius = radius
>>    [java] 	                    ^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>>    [java] 
>>    [java] 					this.fill =  defaultFill;
>>    [java] 					^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>>    [java] 
>>    [java] 					this.areaFill = defaultFill;
>>    [java] 					^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>>    [java] 
>>    [java] 					this.areaStroke =  emptyStroke;
>>    [java] 					^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>>    [java] 
>>    [java] 					this.lineStroke =  defaultStroke;
>>    [java] 					^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
>>    [java] 
>>    [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
>>    [java]                              ^
>>    [java] 
>>    [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
>>    [java] 
>>    [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
>>    [java]                                                                                   ^
>>    [java] 
>>    [java] 82.20805 seconds
>>    [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
>>    [java] Java Result: 3
>> 
>> BUILD FAILED
>> <https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci2.westus2.cloudapp.azure.com%3A8080%2Fjob%2FRoyale_ASDoc_Example%2F553%2Fartifact%2Fexamples%2Froyale%2FASDoc%2Fbuild.xml&amp;data=02%7C01%7Caharui%40adobe.com%7C46c42b8af51f481212c108d7a23e71dc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637156261396870721&amp;sdata=OcCGsYvhiQa%2FM64k2D7nVK6dWQGF8EL0%2Br9%2BFeKeP74%3D&amp;reserved=0>:50: The following error occurred while executing this line:
>> <https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci2.westus2.cloudapp.azure.com%3A8080%2Fjob%2FRoyale_ASDoc_Example%2F553%2Fartifact%2Fexamples%2Froyale%2FASDoc%2Fbuild.xml&amp;data=02%7C01%7Caharui%40adobe.com%7C46c42b8af51f481212c108d7a23e71dc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637156261396870721&amp;sdata=OcCGsYvhiQa%2FM64k2D7nVK6dWQGF8EL0%2Br9%2BFeKeP74%3D&amp;reserved=0>:156: condition satisfied
>> 
>> Total time: 5 minutes 43 seconds
>> Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
>> Build step 'Invoke Ant' marked build as failure
>> Skipped archiving because build is not successful
> 
> 
> 


Re: Build failed in Jenkins: Royale_ASDoc_Example #553

Posted by Josh Tynjala <jo...@bowlerhat.dev>.
If it ever becomes a priority, don't forget that being able to read every
file in the source path will still be important for IDEs that use the
Royale compiler for code intelligence.

--
Josh Tynjala
Bowler Hat LLC <https://bowlerhat.dev>


On Sun, Jan 26, 2020 at 9:57 PM Alex Harui <ah...@adobe.com.invalid> wrote:

> It's not a bug, it's a feature __
>
> The compiler was purposefully designed to read in EVERY file in the source
> path and do some processing on it.  It does not wait until a class is
> depended on by some other class then goes fishing through the source path
> directories to look for it.  And thus, it is going to find classes that are
> normally blocked by COMPILE::JS dependencies.
>
> The src/main/config/asdoc-js-config.xml and asdoc-swf-config.xml contain
> exclusions to prevent the kind of errors you are getting.  Just add SVGBase
> to the exclude list.
>
> I have to say that I am not convinced that the strategy of opening every
> file in the source-path is always going to be optimal, but tinkering with
> that strategy is not on my list of most important things.
>
> -Alex
>
> On 1/26/20, 1:02 AM, "Harbs" <ha...@gmail.com> wrote:
>
>     Why is ASDoc failing?
>
>     It’s failing because the json.swf target is somehow trying to compile
> SVGBase for swf even though it’s a JS-only class. I don’t understand why
> this is.
>
>     Is COMPILE::JS not being applied for some reason? It looks like it
> should be in asdoc-swf-config.xml.
>
>     I can change SWFBase to have a SWF version of the class, but it feels
> to me like that might be masking some kind of bug…
>
>     Thoughts?
>     Harbs
>
>     > On Jan 26, 2020, at 8:35 AM, apacheroyaleci@gmail.com wrote:
>     >
>     > See <
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci2.westus2.cloudapp.azure.com%3A8080%2Fjob%2FRoyale_ASDoc_Example%2F553%2Fdisplay%2Fredirect&amp;data=02%7C01%7Caharui%40adobe.com%7C46c42b8af51f481212c108d7a23e71dc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637156261396870721&amp;sdata=GtwyAqg8j3GlPx60KAimoBm5ijxOP6Dhdv8urnK%2BM8I%3D&amp;reserved=0
> >
>     >
>     > Changes:
>     >
>     >
>     > ------------------------------------------
>     > [...truncated 41.14 KB...]
>     >     [java]                      ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167):
> col: 15 Call to a possibly undefined method setAttribute through a
> reference with static type IRoyaleElement.
>     >     [java]
>     >     [java]       element.setAttribute("stroke-dasharray",value);
>     >     [java]               ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170):
> col: 22 Call to a possibly undefined method getAttribute through a
> reference with static type IRoyaleElement.
>     >     [java]
>     >     [java]       return element.getAttribute("stroke-dashoffset");
>     >     [java]                      ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173):
> col: 15 Call to a possibly undefined method setAttribute through a
> reference with static type IRoyaleElement.
>     >     [java]
>     >     [java]       element.setAttribute("stroke-dashoffset",value);
>     >     [java]               ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176):
> col: 22 Call to a possibly undefined method getAttribute through a
> reference with static type IRoyaleElement.
>     >     [java]
>     >     [java]       return element.getAttribute("stroke-linecap");
>     >     [java]                      ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179):
> col: 15 Call to a possibly undefined method setAttribute through a
> reference with static type IRoyaleElement.
>     >     [java]
>     >     [java]       element.setAttribute("stroke-linecap",value);
>     >     [java]               ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182):
> col: 22 Call to a possibly undefined method getAttribute through a
> reference with static type IRoyaleElement.
>     >     [java]
>     >     [java]       return element.getAttribute("stroke-linejoin");
>     >     [java]                      ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185):
> col: 15 Call to a possibly undefined method setAttribute through a
> reference with static type IRoyaleElement.
>     >     [java]
>     >     [java]       element.setAttribute("stroke-linejoin",value);
>     >     [java]               ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188):
> col: 22 Call to a possibly undefined method getAttribute through a
> reference with static type IRoyaleElement.
>     >     [java]
>     >     [java]       return element.getAttribute("stroke-miterlimit");
>     >     [java]                      ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191):
> col: 15 Call to a possibly undefined method setAttribute through a
> reference with static type IRoyaleElement.
>     >     [java]
>     >     [java]       element.setAttribute("stroke-miterlimit",value);
>     >     [java]               ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194):
> col: 22 Call to a possibly undefined method getAttribute through a
> reference with static type IRoyaleElement.
>     >     [java]
>     >     [java]       return element.getAttribute("stroke-opacity");
>     >     [java]                      ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197):
> col: 15 Call to a possibly undefined method setAttribute through a
> reference with static type IRoyaleElement.
>     >     [java]
>     >     [java]       element.setAttribute("stroke-opacity",value);
>     >     [java]               ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200):
> col: 22 Call to a possibly undefined method getAttribute through a
> reference with static type IRoyaleElement.
>     >     [java]
>     >     [java]       return element.getAttribute("stroke-width");
>     >     [java]                      ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203):
> col: 15 Call to a possibly undefined method setAttribute through a
> reference with static type IRoyaleElement.
>     >     [java]
>     >     [java]       element.setAttribute("stroke-width",value);
>     >     [java]               ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205):
> col: 25 Overriding a function that is not marked for override
>     >     [java]
>     >     [java]     public function get transform():String{
>     >     [java]                         ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206):
> col: 22 Call to a possibly undefined method getAttribute through a
> reference with static type IRoyaleElement.
>     >     [java]
>     >     [java]       return element.getAttribute("transform");
>     >     [java]                      ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208):
> col: 25 Overriding a function that is not marked for override
>     >     [java]
>     >     [java]     public function set transform(value:String):void{
>     >     [java]                         ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209):
> col: 15 Call to a possibly undefined method setAttribute through a
> reference with static type IRoyaleElement.
>     >     [java]
>     >     [java]       element.setAttribute("transform",value);
>     >     [java]               ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212):
> col: 22 Call to a possibly undefined method getAttribute through a
> reference with static type IRoyaleElement.
>     >     [java]
>     >     [java]       return element.getAttribute("vector-effect");
>     >     [java]                      ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215):
> col: 15 Call to a possibly undefined method setAttribute through a
> reference with static type IRoyaleElement.
>     >     [java]
>     >     [java]       element.setAttribute("vector-effect",value);
>     >     [java]               ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218):
> col: 22 Call to a possibly undefined method getAttribute through a
> reference with static type IRoyaleElement.
>     >     [java]
>     >     [java]       return element.getAttribute("visibility");
>     >     [java]                      ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221):
> col: 15 Call to a possibly undefined method setAttribute through a
> reference with static type IRoyaleElement.
>     >     [java]
>     >     [java]       element.setAttribute("visibility",value);
>     >     [java]               ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223):
> col: 25 Overriding a function that is not marked for override
>     >     [java]
>     >     [java]     public function get tabIndex():Number{
>     >     [java]                         ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224):
> col: 28 Call to a possibly undefined method getAttribute through a
> reference with static type IRoyaleElement.
>     >     [java]
>     >     [java]        return Number(element.getAttribute("tabIndex"));
>     >     [java]                              ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226):
> col: 25 Overriding a function that is not marked for override
>     >     [java]
>     >     [java]     public function set tabIndex(value:Number):void{
>     >     [java]                         ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227):
> col: 14 Call to a possibly undefined method setAttribute through a
> reference with static type IRoyaleElement.
>     >     [java]
>     >     [java]        element.setAttribute("tabIndex",value);
>     >     [java]                ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230):
> col: 21 Call to a possibly undefined method getAttribute through a
> reference with static type IRoyaleElement.
>     >     [java]
>     >     [java]        return element.getAttribute("xml:lang");
>     >     [java]                       ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234):
> col: 15 Call to a possibly undefined method setAttribute through a
> reference with static type IRoyaleElement.
>     >     [java]
>     >     [java]       element.setAttribute("xml:lang",value);
>     >     [java]               ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231):
> col: 21 Encountered this keyword within closure. Value of this will not be
> the same as enclosing scope.
>     >     [java]
>     >     [java]                     this.areaFill = fill;
>     >     [java]                     ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232):
> col: 21 Encountered this keyword within closure. Value of this will not be
> the same as enclosing scope.
>     >     [java]
>     >     [java]                     this.fill = fill;
>     >     [java]                     ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231):
> col: 22 Encountered this keyword within closure. Value of this will not be
> the same as enclosing scope.
>     >     [java]
>     >     [java]                            this.boxStroke = boxStroke;
>     >     [java]                            ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232):
> col: 22 Encountered this keyword within closure. Value of this will not be
> the same as enclosing scope.
>     >     [java]
>     >     [java]                            this.declineFill = declineFill;
>     >     [java]                            ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228):
> col: 22 Encountered this keyword within closure. Value of this will not be
> the same as enclosing scope.
>     >     [java]
>     >     [java]                            this.closeTickStroke =
> tickStroke;
>     >     [java]                            ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229):
> col: 22 Encountered this keyword within closure. Value of this will not be
> the same as enclosing scope.
>     >     [java]
>     >     [java]                            this.openTickStroke =
> tickStroke;
>     >     [java]                            ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230):
> col: 22 Encountered this keyword within closure. Value of this will not be
> the same as enclosing scope.
>     >     [java]
>     >     [java]                            this.stroke = stroke;
>     >     [java]                            ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231):
> col: 22 Encountered this keyword within closure. Value of this will not be
> the same as enclosing scope.
>     >     [java]
>     >     [java]                            this.hlocColor = stroke.color;
>     >     [java]                            ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179):
> col: 22 Encountered this keyword within closure. Value of this will not be
> the same as enclosing scope.
>     >     [java]
>     >     [java]                            this.lineStroke = stroke;
>     >     [java]                            ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180):
> col: 22 Encountered this keyword within closure. Value of this will not be
> the same as enclosing scope.
>     >     [java]
>     >     [java]                            this.stroke = stroke;
>     >     [java]                            ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181):
> col: 22 Encountered this keyword within closure. Value of this will not be
> the same as enclosing scope.
>     >     [java]
>     >     [java]                            this.lineSegmentRenderer = new
> ClassFactory(LineRenderer);
>     >     [java]                            ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158):
> col: 22 Encountered this keyword within closure. Value of this will not be
> the same as enclosing scope.
>     >     [java]
>     >     [java]                            this.fill = fill;
>     >     [java]                            ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159):
> col: 22 Encountered this keyword within closure. Value of this will not be
> the same as enclosing scope.
>     >     [java]
>     >     [java]                            this.itemRenderer = skin;
>     >     [java]                            ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160):
> col: 22 Encountered this keyword within closure. Value of this will not be
> the same as enclosing scope.
>     >     [java]
>     >     [java]                            this.radius = radius
>     >     [java]                            ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213):
> col: 6 Encountered this keyword within closure. Value of this will not be
> the same as enclosing scope.
>     >     [java]
>     >     [java]                                        this.fill =
> defaultFill;
>     >     [java]                                        ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214):
> col: 6 Encountered this keyword within closure. Value of this will not be
> the same as enclosing scope.
>     >     [java]
>     >     [java]                                        this.areaFill =
> defaultFill;
>     >     [java]                                        ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215):
> col: 6 Encountered this keyword within closure. Value of this will not be
> the same as enclosing scope.
>     >     [java]
>     >     [java]                                        this.areaStroke =
> emptyStroke;
>     >     [java]                                        ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216):
> col: 6 Encountered this keyword within closure. Value of this will not be
> the same as enclosing scope.
>     >     [java]
>     >     [java]                                        this.lineStroke =
> defaultStroke;
>     >     [java]                                        ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169):
> col: 30 Data binding will not be able to detect assignments to 'x'.
>     >     [java]
>     >     [java]     <s:Group x="{contentGroup.x +
> contentGroup.contentWidth + 4}" y="{contentGroup.y}"
>     >     [java]                              ^
>     >     [java]
>     >     [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169):
> col: 83 Data binding will not be able to detect assignments to 'y'.
>     >     [java]
>     >     [java]     <s:Group x="{contentGroup.x +
> contentGroup.contentWidth + 4}" y="{contentGroup.y}"
>     >     [java]
>                          ^
>     >     [java]
>     >     [java] 82.20805 seconds
>     >     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
> -Xms384m -Xmx2g
>     >     [java] Java Result: 3
>     >
>     > BUILD FAILED
>     > <
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci2.westus2.cloudapp.azure.com%3A8080%2Fjob%2FRoyale_ASDoc_Example%2F553%2Fartifact%2Fexamples%2Froyale%2FASDoc%2Fbuild.xml&amp;data=02%7C01%7Caharui%40adobe.com%7C46c42b8af51f481212c108d7a23e71dc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637156261396870721&amp;sdata=OcCGsYvhiQa%2FM64k2D7nVK6dWQGF8EL0%2Br9%2BFeKeP74%3D&amp;reserved=0>:50:
> The following error occurred while executing this line:
>     > <
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci2.westus2.cloudapp.azure.com%3A8080%2Fjob%2FRoyale_ASDoc_Example%2F553%2Fartifact%2Fexamples%2Froyale%2FASDoc%2Fbuild.xml&amp;data=02%7C01%7Caharui%40adobe.com%7C46c42b8af51f481212c108d7a23e71dc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637156261396870721&amp;sdata=OcCGsYvhiQa%2FM64k2D7nVK6dWQGF8EL0%2Br9%2BFeKeP74%3D&amp;reserved=0>:156:
> condition satisfied
>     >
>     > Total time: 5 minutes 43 seconds
>     > Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
>     > Build step 'Invoke Ant' marked build as failure
>     > Skipped archiving because build is not successful
>
>
>
>

Re: Build failed in Jenkins: Royale_ASDoc_Example #553

Posted by Alex Harui <ah...@adobe.com.INVALID>.
It's not a bug, it's a feature __

The compiler was purposefully designed to read in EVERY file in the source path and do some processing on it.  It does not wait until a class is depended on by some other class then goes fishing through the source path directories to look for it.  And thus, it is going to find classes that are normally blocked by COMPILE::JS dependencies.  

The src/main/config/asdoc-js-config.xml and asdoc-swf-config.xml contain exclusions to prevent the kind of errors you are getting.  Just add SVGBase to the exclude list.

I have to say that I am not convinced that the strategy of opening every file in the source-path is always going to be optimal, but tinkering with that strategy is not on my list of most important things.

-Alex

On 1/26/20, 1:02 AM, "Harbs" <ha...@gmail.com> wrote:

    Why is ASDoc failing?
    
    It’s failing because the json.swf target is somehow trying to compile SVGBase for swf even though it’s a JS-only class. I don’t understand why this is.
    
    Is COMPILE::JS not being applied for some reason? It looks like it should be in asdoc-swf-config.xml.
    
    I can change SWFBase to have a SWF version of the class, but it feels to me like that might be masking some kind of bug…
    
    Thoughts?
    Harbs
    
    > On Jan 26, 2020, at 8:35 AM, apacheroyaleci@gmail.com wrote:
    > 
    > See <https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci2.westus2.cloudapp.azure.com%3A8080%2Fjob%2FRoyale_ASDoc_Example%2F553%2Fdisplay%2Fredirect&amp;data=02%7C01%7Caharui%40adobe.com%7C46c42b8af51f481212c108d7a23e71dc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637156261396870721&amp;sdata=GtwyAqg8j3GlPx60KAimoBm5ijxOP6Dhdv8urnK%2BM8I%3D&amp;reserved=0>
    > 
    > Changes:
    > 
    > 
    > ------------------------------------------
    > [...truncated 41.14 KB...]
    >     [java]                      ^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
    >     [java] 
    >     [java]       element.setAttribute("stroke-dasharray",value);
    >     [java]               ^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
    >     [java] 
    >     [java]       return element.getAttribute("stroke-dashoffset");
    >     [java]                      ^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
    >     [java] 
    >     [java]       element.setAttribute("stroke-dashoffset",value);
    >     [java]               ^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
    >     [java] 
    >     [java]       return element.getAttribute("stroke-linecap");
    >     [java]                      ^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
    >     [java] 
    >     [java]       element.setAttribute("stroke-linecap",value);
    >     [java]               ^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
    >     [java] 
    >     [java]       return element.getAttribute("stroke-linejoin");
    >     [java]                      ^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
    >     [java] 
    >     [java]       element.setAttribute("stroke-linejoin",value);
    >     [java]               ^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
    >     [java] 
    >     [java]       return element.getAttribute("stroke-miterlimit");
    >     [java]                      ^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
    >     [java] 
    >     [java]       element.setAttribute("stroke-miterlimit",value);
    >     [java]               ^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
    >     [java] 
    >     [java]       return element.getAttribute("stroke-opacity");
    >     [java]                      ^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
    >     [java] 
    >     [java]       element.setAttribute("stroke-opacity",value);
    >     [java]               ^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
    >     [java] 
    >     [java]       return element.getAttribute("stroke-width");
    >     [java]                      ^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
    >     [java] 
    >     [java]       element.setAttribute("stroke-width",value);
    >     [java]               ^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
    >     [java] 
    >     [java]     public function get transform():String{
    >     [java]                         ^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
    >     [java] 
    >     [java]       return element.getAttribute("transform");
    >     [java]                      ^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
    >     [java] 
    >     [java]     public function set transform(value:String):void{
    >     [java]                         ^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
    >     [java] 
    >     [java]       element.setAttribute("transform",value);
    >     [java]               ^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
    >     [java] 
    >     [java]       return element.getAttribute("vector-effect");
    >     [java]                      ^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
    >     [java] 
    >     [java]       element.setAttribute("vector-effect",value);
    >     [java]               ^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
    >     [java] 
    >     [java]       return element.getAttribute("visibility");
    >     [java]                      ^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
    >     [java] 
    >     [java]       element.setAttribute("visibility",value);
    >     [java]               ^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
    >     [java] 
    >     [java]     public function get tabIndex():Number{
    >     [java]                         ^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
    >     [java] 
    >     [java]     	return Number(element.getAttribute("tabIndex"));
    >     [java]     	                      ^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
    >     [java] 
    >     [java]     public function set tabIndex(value:Number):void{
    >     [java]                         ^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
    >     [java] 
    >     [java]     	element.setAttribute("tabIndex",value);
    >     [java]     	        ^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
    >     [java] 
    >     [java]     	return element.getAttribute("xml:lang");
    >     [java]     	               ^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
    >     [java] 
    >     [java]       element.setAttribute("xml:lang",value);
    >     [java]               ^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
    >     [java] 
    >     [java]                     this.areaFill = fill;
    >     [java]                     ^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
    >     [java] 
    >     [java]                     this.fill = fill;
    >     [java]                     ^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
    >     [java] 
    >     [java] 	                    this.boxStroke = boxStroke;
    >     [java] 	                    ^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
    >     [java] 
    >     [java] 	                    this.declineFill = declineFill;
    >     [java] 	                    ^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
    >     [java] 
    >     [java] 	                    this.closeTickStroke = tickStroke;
    >     [java] 	                    ^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
    >     [java] 
    >     [java] 	                    this.openTickStroke = tickStroke;
    >     [java] 	                    ^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
    >     [java] 
    >     [java] 	                    this.stroke = stroke;
    >     [java] 	                    ^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
    >     [java] 
    >     [java] 	                    this.hlocColor = stroke.color;
    >     [java] 	                    ^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
    >     [java] 
    >     [java] 	                    this.lineStroke = stroke;
    >     [java] 	                    ^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
    >     [java] 
    >     [java] 	                    this.stroke = stroke;
    >     [java] 	                    ^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
    >     [java] 
    >     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
    >     [java] 	                    ^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
    >     [java] 
    >     [java] 	                    this.fill = fill;
    >     [java] 	                    ^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
    >     [java] 
    >     [java] 	                    this.itemRenderer = skin;
    >     [java] 	                    ^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
    >     [java] 
    >     [java] 	                    this.radius = radius
    >     [java] 	                    ^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
    >     [java] 
    >     [java] 					this.fill =  defaultFill;
    >     [java] 					^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
    >     [java] 
    >     [java] 					this.areaFill = defaultFill;
    >     [java] 					^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
    >     [java] 
    >     [java] 					this.areaStroke =  emptyStroke;
    >     [java] 					^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
    >     [java] 
    >     [java] 					this.lineStroke =  defaultStroke;
    >     [java] 					^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
    >     [java] 
    >     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
    >     [java]                              ^
    >     [java] 
    >     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
    >     [java] 
    >     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
    >     [java]                                                                                   ^
    >     [java] 
    >     [java] 82.20805 seconds
    >     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
    >     [java] Java Result: 3
    > 
    > BUILD FAILED
    > <https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci2.westus2.cloudapp.azure.com%3A8080%2Fjob%2FRoyale_ASDoc_Example%2F553%2Fartifact%2Fexamples%2Froyale%2FASDoc%2Fbuild.xml&amp;data=02%7C01%7Caharui%40adobe.com%7C46c42b8af51f481212c108d7a23e71dc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637156261396870721&amp;sdata=OcCGsYvhiQa%2FM64k2D7nVK6dWQGF8EL0%2Br9%2BFeKeP74%3D&amp;reserved=0>:50: The following error occurred while executing this line:
    > <https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci2.westus2.cloudapp.azure.com%3A8080%2Fjob%2FRoyale_ASDoc_Example%2F553%2Fartifact%2Fexamples%2Froyale%2FASDoc%2Fbuild.xml&amp;data=02%7C01%7Caharui%40adobe.com%7C46c42b8af51f481212c108d7a23e71dc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637156261396870721&amp;sdata=OcCGsYvhiQa%2FM64k2D7nVK6dWQGF8EL0%2Br9%2BFeKeP74%3D&amp;reserved=0>:156: condition satisfied
    > 
    > Total time: 5 minutes 43 seconds
    > Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
    > Build step 'Invoke Ant' marked build as failure
    > Skipped archiving because build is not successful
    
    


Re: Build failed in Jenkins: Royale_ASDoc_Example #553

Posted by Harbs <ha...@gmail.com>.
Why is ASDoc failing?

It’s failing because the json.swf target is somehow trying to compile SVGBase for swf even though it’s a JS-only class. I don’t understand why this is.

Is COMPILE::JS not being applied for some reason? It looks like it should be in asdoc-swf-config.xml.

I can change SWFBase to have a SWF version of the class, but it feels to me like that might be masking some kind of bug…

Thoughts?
Harbs

> On Jan 26, 2020, at 8:35 AM, apacheroyaleci@gmail.com wrote:
> 
> See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/553/display/redirect>
> 
> Changes:
> 
> 
> ------------------------------------------
> [...truncated 41.14 KB...]
>     [java]                      ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]       element.setAttribute("stroke-dasharray",value);
>     [java]               ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]       return element.getAttribute("stroke-dashoffset");
>     [java]                      ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]       element.setAttribute("stroke-dashoffset",value);
>     [java]               ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]       return element.getAttribute("stroke-linecap");
>     [java]                      ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]       element.setAttribute("stroke-linecap",value);
>     [java]               ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]       return element.getAttribute("stroke-linejoin");
>     [java]                      ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]       element.setAttribute("stroke-linejoin",value);
>     [java]               ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]       return element.getAttribute("stroke-miterlimit");
>     [java]                      ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]       element.setAttribute("stroke-miterlimit",value);
>     [java]               ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]       return element.getAttribute("stroke-opacity");
>     [java]                      ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]       element.setAttribute("stroke-opacity",value);
>     [java]               ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]       return element.getAttribute("stroke-width");
>     [java]                      ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]       element.setAttribute("stroke-width",value);
>     [java]               ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
>     [java] 
>     [java]     public function get transform():String{
>     [java]                         ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]       return element.getAttribute("transform");
>     [java]                      ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
>     [java] 
>     [java]     public function set transform(value:String):void{
>     [java]                         ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]       element.setAttribute("transform",value);
>     [java]               ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]       return element.getAttribute("vector-effect");
>     [java]                      ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]       element.setAttribute("vector-effect",value);
>     [java]               ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]       return element.getAttribute("visibility");
>     [java]                      ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]       element.setAttribute("visibility",value);
>     [java]               ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
>     [java] 
>     [java]     public function get tabIndex():Number{
>     [java]                         ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]     	return Number(element.getAttribute("tabIndex"));
>     [java]     	                      ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
>     [java] 
>     [java]     public function set tabIndex(value:Number):void{
>     [java]                         ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]     	element.setAttribute("tabIndex",value);
>     [java]     	        ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]     	return element.getAttribute("xml:lang");
>     [java]     	               ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
>     [java] 
>     [java]       element.setAttribute("xml:lang",value);
>     [java]               ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>     [java] 
>     [java]                     this.areaFill = fill;
>     [java]                     ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>     [java] 
>     [java]                     this.fill = fill;
>     [java]                     ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>     [java] 
>     [java] 	                    this.boxStroke = boxStroke;
>     [java] 	                    ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>     [java] 
>     [java] 	                    this.declineFill = declineFill;
>     [java] 	                    ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>     [java] 
>     [java] 	                    this.closeTickStroke = tickStroke;
>     [java] 	                    ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>     [java] 
>     [java] 	                    this.openTickStroke = tickStroke;
>     [java] 	                    ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>     [java] 
>     [java] 	                    this.stroke = stroke;
>     [java] 	                    ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>     [java] 
>     [java] 	                    this.hlocColor = stroke.color;
>     [java] 	                    ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>     [java] 
>     [java] 	                    this.lineStroke = stroke;
>     [java] 	                    ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>     [java] 
>     [java] 	                    this.stroke = stroke;
>     [java] 	                    ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>     [java] 
>     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
>     [java] 	                    ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>     [java] 
>     [java] 	                    this.fill = fill;
>     [java] 	                    ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>     [java] 
>     [java] 	                    this.itemRenderer = skin;
>     [java] 	                    ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>     [java] 
>     [java] 	                    this.radius = radius
>     [java] 	                    ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>     [java] 
>     [java] 					this.fill =  defaultFill;
>     [java] 					^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>     [java] 
>     [java] 					this.areaFill = defaultFill;
>     [java] 					^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>     [java] 
>     [java] 					this.areaStroke =  emptyStroke;
>     [java] 					^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
>     [java] 
>     [java] 					this.lineStroke =  defaultStroke;
>     [java] 					^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
>     [java] 
>     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
>     [java]                              ^
>     [java] 
>     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
>     [java] 
>     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
>     [java]                                                                                   ^
>     [java] 
>     [java] 82.20805 seconds
>     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
>     [java] Java Result: 3
> 
> BUILD FAILED
> <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/553/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
> <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/553/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied
> 
> Total time: 5 minutes 43 seconds
> Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
> Build step 'Invoke Ant' marked build as failure
> Skipped archiving because build is not successful


Build failed in Jenkins: Royale_ASDoc_Example #553

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/553/display/redirect>

Changes:


------------------------------------------
[...truncated 41.14 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] 82.20805 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/553/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/553/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 43 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #552

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/552/display/redirect>

Changes:


------------------------------------------
[...truncated 40.50 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 81.3743714 seconds
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/552/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/552/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 6 minutes 25 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #551

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/551/display/redirect>

Changes:


------------------------------------------
[...truncated 40.51 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] 81.6357625 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/551/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/551/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 28 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #550

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/550/display/redirect?page=changes>

Changes:

[carlosrovira] jewel: remove unused import

[harbs] BeadViewBase needs to implement IBeadView

[carlosrovira] jewe-combobox: some little updates to view


------------------------------------------
[...truncated 40.51 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] 62.366387 seconds
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/550/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/550/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 37 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #549

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/549/display/redirect>

Changes:


------------------------------------------
[...truncated 41.76 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] 81.9101907 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/549/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/549/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 33 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #548

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/548/display/redirect>

Changes:


------------------------------------------
[...truncated 41.12 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] 64.1179474 seconds
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/548/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/548/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 26 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #547

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/547/display/redirect>

Changes:


------------------------------------------
[...truncated 40.48 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] 84.6135271 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/547/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/547/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 29 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #546

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/546/display/redirect>

Changes:


------------------------------------------
[...truncated 40.49 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] 76.9879904 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/546/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/546/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 15 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #545

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/545/display/redirect?page=changes>

Changes:

[harbs] move model out of Strand


------------------------------------------
[...truncated 41.76 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] 72.4139957 seconds
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/545/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/545/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 12 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #544

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/544/display/redirect>

Changes:


------------------------------------------
[...truncated 41.12 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] 80.237092 seconds
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/544/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/544/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 27 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #543

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/543/display/redirect>

Changes:


------------------------------------------
[...truncated 40.48 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] 76.2775589 seconds
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/543/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/543/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 6 minutes 11 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #542

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/542/display/redirect>

Changes:


------------------------------------------
[...truncated 40.49 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] 72.5214814 seconds
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/542/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/542/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 35 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #541

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/541/display/redirect?page=changes>

Changes:

[aharui] need to remove modal window from list.  Should fix #692

[aharui] try to improve column resizing.  Should fix #694

[aharui] NumericStepper wasn't reporting value correctly.  Should fix #693

[aharui] implement DateFormatter


------------------------------------------
[...truncated 40.49 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] 84.3150926 seconds
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/541/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/541/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 6 minutes 13 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #540

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/540/display/redirect?page=changes>

Changes:

[aharui] wait for deferred children before assigning selectedIndex.  Should fix


------------------------------------------
[...truncated 40.54 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] 70.3209281 seconds
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/540/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/540/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 30 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #539

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/539/display/redirect?page=changes>

Changes:

[joshtynjala] fix line endings of scripts in bin


------------------------------------------
[...truncated 40.80 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] 87.9470756 seconds
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/539/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/539/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 6 minutes 1 second
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #538

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/538/display/redirect?page=changes>

Changes:

[carlosrovira] html: upgrade tasks.json

[carlosrovira] jewel: little issues


------------------------------------------
[...truncated 40.49 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] 90.662515 seconds
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/538/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/538/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 40 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #537

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/537/display/redirect>

Changes:


------------------------------------------
[...truncated 41.79 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] 69.2859991 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/537/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/537/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 12 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #536

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/536/display/redirect>

Changes:


------------------------------------------
[...truncated 41.15 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] 89.1018794 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/536/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/536/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 6 minutes 37 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #535

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/535/display/redirect?page=changes>

Changes:

[aharui] a few tweaks to allow LineNumberTextDisplay in #598


------------------------------------------
[...truncated 42.49 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] 97.2175524 seconds
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/535/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/535/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 6 minutes 1 second
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #534

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/534/display/redirect?page=changes>

Changes:

[aharui] emulate skinClass

[carlosrovira] html-a: default anchor tag should not define href, sometimes we need

[carlosrovira] jewel-renderers: remove href from INavigationRenders, since navigation

[carlosrovira] tour-de-jewel: added routing, even to collapsible menu in drawer


------------------------------------------
[...truncated 42.49 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] 64.9308379 seconds
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/534/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/534/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 2 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #533

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/533/display/redirect?page=changes>

Changes:

[carlosrovira] maven-distribution: remove closure library jars from js/lib since we

[carlosrovira] jewel-navigation: remove href since is not used anymore and interferes


------------------------------------------
[...truncated 41.83 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] 83.7508242 seconds
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/533/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/533/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 40 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #532

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/532/display/redirect?page=changes>

Changes:

[carlosrovira] maven: replace closure library in the rest of places


------------------------------------------
[...truncated 42.48 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 76.986101399 seconds
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/532/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/532/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 6 minutes 14 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #531

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/531/display/redirect>

Changes:


------------------------------------------
[...truncated 42.06 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] 86.098287099 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/531/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/531/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 48 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #530

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/530/display/redirect>

Changes:


------------------------------------------
[...truncated 41.42 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] 87.768546899 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/530/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/530/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 32 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #529

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/529/display/redirect>

Changes:


------------------------------------------
[...truncated 42.09 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] 69.4870974 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/529/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/529/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 43 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #528

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/528/display/redirect>

Changes:


------------------------------------------
[...truncated 40.79 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] 86.8748054 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/528/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/528/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 57 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #527

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/527/display/redirect?page=changes>

Changes:

[carlosrovira] rat-check: do not checkt RAT on generated compilations in bin folders

[carlosrovira] [asjs] maven-distribution: if we have GOOG_HOME, new maven distribution


------------------------------------------
[...truncated 42.10 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] 81.2854362 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/527/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/527/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 6 minutes 30 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #526

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/526/display/redirect>

Changes:


------------------------------------------
[...truncated 41.17 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(161): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(164): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dasharray");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
ERROR: command execution failed.
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #525

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/525/display/redirect>

Changes:


------------------------------------------
[...truncated 40.54 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] 82.2751253 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/525/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/525/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 6 minutes 10 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #524

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/524/display/redirect?page=changes>

Changes:

[aharui] get Scroller to behave properly.  Its children are specified in a

[aharui] get RichEditableText to display text

[aharui] text display and editing in RichEditableText


------------------------------------------
[...truncated 41.78 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] 87.2363681 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/524/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/524/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 6 minutes 6 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #523

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/523/display/redirect?page=changes>

Changes:

[carlosrovira] tour-de-jewel: add all assets to the build when compiling with VSCode


------------------------------------------
[...truncated 41.82 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] 83.6173618 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/523/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/523/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 6 minutes 0 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #522

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/522/display/redirect>

Changes:


------------------------------------------
[...truncated 40.56 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] 88.2900266 seconds
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/522/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/522/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 49 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #521

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/521/display/redirect?page=changes>

Changes:

[carlosrovira] maven-distribution: fix classpaths on dummy jars. This should be

[carlosrovira] maven-distribution: make dummy jars be renamed to "mxmlc.jar" and

[carlosrovira] maven-distribution: restore clean distribution folder (don't find a


------------------------------------------
[...truncated 40.56 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] 81.6364707 seconds
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/521/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/521/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 53 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #520

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/520/display/redirect>

Changes:


------------------------------------------
[...truncated 41.15 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] 76.7208896 seconds
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/520/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/520/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 3 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #519

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/519/display/redirect>

Changes:


------------------------------------------
[...truncated 40.51 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] 82.0578541 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/519/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/519/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 16 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #518

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/518/display/redirect>

Changes:


------------------------------------------
[...truncated 40.54 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] 84.1624972 seconds
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/518/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/518/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 40 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #517

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/517/display/redirect>

Changes:


------------------------------------------
[...truncated 40.52 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] 74.9681481 seconds
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/517/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/517/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 6 minutes 10 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #516

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/516/display/redirect?page=changes>

Changes:

[aharui] UIComponent.enable needs to be bindable.  Should fix #675

[aharui] capture phase was not working in JS

[aharui] need capture phase to detect clicks on some components.

[aharui] implement DateField.stringToDate (English only)


------------------------------------------
[...truncated 40.52 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] 80.7522582 seconds
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/516/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/516/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 6 minutes 5 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #515

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/515/display/redirect?page=changes>

Changes:

[harbs] Added Router


------------------------------------------
[...truncated 41.75 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] 77.9449865 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/515/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/515/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 12 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #514

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/514/display/redirect?page=changes>

Changes:

[harbs] Simplify size calculation

[harbs] Added Bead and DispatchBead

[harbs] Cleanup

[harbs] added utility functions

[harbs] Added sendEvent

[harbs] Supress export on utility functions

[harbs] Missed one

[harbs] Use utility functions

[harbs] More utility functions used

[harbs] More util uses

[harbs] got rid of more dispatchEvents

[aharui] handle dragging thumb.  Should fix #687

[harbs] Went a bit overboard on the utility functions


------------------------------------------
[...truncated 40.54 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] 75.5974803 seconds
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/514/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/514/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 15 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #513

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/513/display/redirect?page=changes>

Changes:

[aharui] get hover highlighting to work in Spark DropDownList.  Fixes #686


------------------------------------------
[...truncated 40.53 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] 80.8444905 seconds
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/513/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/513/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 5 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #512

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/512/display/redirect>

Changes:


------------------------------------------
[...truncated 41.11 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] 73.1195583 seconds
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/512/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/512/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 11 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #511

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/511/display/redirect>

Changes:


------------------------------------------
[...truncated 40.48 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] 84.4450064 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/511/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/511/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 34 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #510

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/510/display/redirect>

Changes:


------------------------------------------
[...truncated 40.48 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] 68.9459604 seconds
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/510/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/510/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 4 minutes 54 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #509

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/509/display/redirect?page=changes>

Changes:

[harbs] Added setAttribute and getAttribute

[harbs] added tabIndex


------------------------------------------
[...truncated 40.49 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] 63.5230671 seconds
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/509/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/509/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 49 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #508

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/508/display/redirect>

Changes:


------------------------------------------
[...truncated 41.77 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] 76.8544993 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/508/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/508/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 5 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #507

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/507/display/redirect>

Changes:


------------------------------------------
[...truncated 40.49 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] 92.2621657 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/507/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/507/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 53 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #506

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/506/display/redirect?page=changes>

Changes:

[harbs] Enable name property in MXML


------------------------------------------
[...truncated 40.50 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] 80.8427475 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/506/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/506/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 44 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #505

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/505/display/redirect?page=changes>

Changes:

[carlosrovira] maven: apache parent upgraded to v22


------------------------------------------
[...truncated 41.14 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] 63.1859746 seconds
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/505/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/505/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 12 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #504

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/504/display/redirect>

Changes:


------------------------------------------
[...truncated 41.81 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] 68.6547224 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/504/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/504/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 4 minutes 54 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #503

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/503/display/redirect>

Changes:


------------------------------------------
[...truncated 41.17 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] 86.9663733 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/503/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/503/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 6 minutes 25 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #502

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/502/display/redirect>

Changes:


------------------------------------------
[...truncated 40.53 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] 77.1888971 seconds
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/502/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/502/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 33 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #501

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/501/display/redirect>

Changes:


------------------------------------------
[...truncated 40.53 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] 77.4089382 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/501/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/501/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 10 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Re: Build failed in Jenkins: Royale_ASDoc_Example #500

Posted by Carlos Rovira <ca...@apache.org>.
Hi Harbs,

this could be due to latest changes on HTML lib?

El vie., 17 ene. 2020 a las 17:02, <ap...@gmail.com> escribió:

> See <
> http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/500/display/redirect?page=changes
> >
>
> Changes:
>
> [carlosrovira] maven-distribution: fix defaultTargetFolder
>
> [carlosrovira] maven-distribution: upgrade assembly descriptors to latest
> version
>
>
> ------------------------------------------
> [...truncated 40.53 KB...]
>      [java]                      ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167):
> col: 15 Call to a possibly undefined method setAttribute through a
> reference with static type IRoyaleElement.
>      [java]
>      [java]       element.setAttribute("stroke-dasharray",value);
>      [java]               ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170):
> col: 22 Call to a possibly undefined method getAttribute through a
> reference with static type IRoyaleElement.
>      [java]
>      [java]       return element.getAttribute("stroke-dashoffset");
>      [java]                      ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173):
> col: 15 Call to a possibly undefined method setAttribute through a
> reference with static type IRoyaleElement.
>      [java]
>      [java]       element.setAttribute("stroke-dashoffset",value);
>      [java]               ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176):
> col: 22 Call to a possibly undefined method getAttribute through a
> reference with static type IRoyaleElement.
>      [java]
>      [java]       return element.getAttribute("stroke-linecap");
>      [java]                      ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179):
> col: 15 Call to a possibly undefined method setAttribute through a
> reference with static type IRoyaleElement.
>      [java]
>      [java]       element.setAttribute("stroke-linecap",value);
>      [java]               ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182):
> col: 22 Call to a possibly undefined method getAttribute through a
> reference with static type IRoyaleElement.
>      [java]
>      [java]       return element.getAttribute("stroke-linejoin");
>      [java]                      ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185):
> col: 15 Call to a possibly undefined method setAttribute through a
> reference with static type IRoyaleElement.
>      [java]
>      [java]       element.setAttribute("stroke-linejoin",value);
>      [java]               ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188):
> col: 22 Call to a possibly undefined method getAttribute through a
> reference with static type IRoyaleElement.
>      [java]
>      [java]       return element.getAttribute("stroke-miterlimit");
>      [java]                      ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191):
> col: 15 Call to a possibly undefined method setAttribute through a
> reference with static type IRoyaleElement.
>      [java]
>      [java]       element.setAttribute("stroke-miterlimit",value);
>      [java]               ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194):
> col: 22 Call to a possibly undefined method getAttribute through a
> reference with static type IRoyaleElement.
>      [java]
>      [java]       return element.getAttribute("stroke-opacity");
>      [java]                      ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197):
> col: 15 Call to a possibly undefined method setAttribute through a
> reference with static type IRoyaleElement.
>      [java]
>      [java]       element.setAttribute("stroke-opacity",value);
>      [java]               ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200):
> col: 22 Call to a possibly undefined method getAttribute through a
> reference with static type IRoyaleElement.
>      [java]
>      [java]       return element.getAttribute("stroke-width");
>      [java]                      ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203):
> col: 15 Call to a possibly undefined method setAttribute through a
> reference with static type IRoyaleElement.
>      [java]
>      [java]       element.setAttribute("stroke-width",value);
>      [java]               ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205):
> col: 25 Overriding a function that is not marked for override
>      [java]
>      [java]     public function get transform():String{
>      [java]                         ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206):
> col: 22 Call to a possibly undefined method getAttribute through a
> reference with static type IRoyaleElement.
>      [java]
>      [java]       return element.getAttribute("transform");
>      [java]                      ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208):
> col: 25 Overriding a function that is not marked for override
>      [java]
>      [java]     public function set transform(value:String):void{
>      [java]                         ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209):
> col: 15 Call to a possibly undefined method setAttribute through a
> reference with static type IRoyaleElement.
>      [java]
>      [java]       element.setAttribute("transform",value);
>      [java]               ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212):
> col: 22 Call to a possibly undefined method getAttribute through a
> reference with static type IRoyaleElement.
>      [java]
>      [java]       return element.getAttribute("vector-effect");
>      [java]                      ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215):
> col: 15 Call to a possibly undefined method setAttribute through a
> reference with static type IRoyaleElement.
>      [java]
>      [java]       element.setAttribute("vector-effect",value);
>      [java]               ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218):
> col: 22 Call to a possibly undefined method getAttribute through a
> reference with static type IRoyaleElement.
>      [java]
>      [java]       return element.getAttribute("visibility");
>      [java]                      ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221):
> col: 15 Call to a possibly undefined method setAttribute through a
> reference with static type IRoyaleElement.
>      [java]
>      [java]       element.setAttribute("visibility",value);
>      [java]               ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223):
> col: 25 Overriding a function that is not marked for override
>      [java]
>      [java]     public function get tabIndex():Number{
>      [java]                         ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224):
> col: 28 Call to a possibly undefined method getAttribute through a
> reference with static type IRoyaleElement.
>      [java]
>      [java]             return Number(element.getAttribute("tabIndex"));
>      [java]                                   ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226):
> col: 25 Overriding a function that is not marked for override
>      [java]
>      [java]     public function set tabIndex(value:Number):void{
>      [java]                         ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227):
> col: 14 Call to a possibly undefined method setAttribute through a
> reference with static type IRoyaleElement.
>      [java]
>      [java]             element.setAttribute("tabIndex",value);
>      [java]                     ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230):
> col: 21 Call to a possibly undefined method getAttribute through a
> reference with static type IRoyaleElement.
>      [java]
>      [java]             return element.getAttribute("xml:lang");
>      [java]                            ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234):
> col: 15 Call to a possibly undefined method setAttribute through a
> reference with static type IRoyaleElement.
>      [java]
>      [java]       element.setAttribute("xml:lang",value);
>      [java]               ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231):
> col: 21 Encountered this keyword within closure. Value of this will not be
> the same as enclosing scope.
>      [java]
>      [java]                     this.areaFill = fill;
>      [java]                     ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232):
> col: 21 Encountered this keyword within closure. Value of this will not be
> the same as enclosing scope.
>      [java]
>      [java]                     this.fill = fill;
>      [java]                     ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231):
> col: 22 Encountered this keyword within closure. Value of this will not be
> the same as enclosing scope.
>      [java]
>      [java]                         this.boxStroke = boxStroke;
>      [java]                         ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232):
> col: 22 Encountered this keyword within closure. Value of this will not be
> the same as enclosing scope.
>      [java]
>      [java]                         this.declineFill = declineFill;
>      [java]                         ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228):
> col: 22 Encountered this keyword within closure. Value of this will not be
> the same as enclosing scope.
>      [java]
>      [java]                         this.closeTickStroke = tickStroke;
>      [java]                         ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229):
> col: 22 Encountered this keyword within closure. Value of this will not be
> the same as enclosing scope.
>      [java]
>      [java]                         this.openTickStroke = tickStroke;
>      [java]                         ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230):
> col: 22 Encountered this keyword within closure. Value of this will not be
> the same as enclosing scope.
>      [java]
>      [java]                         this.stroke = stroke;
>      [java]                         ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231):
> col: 22 Encountered this keyword within closure. Value of this will not be
> the same as enclosing scope.
>      [java]
>      [java]                         this.hlocColor = stroke.color;
>      [java]                         ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179):
> col: 22 Encountered this keyword within closure. Value of this will not be
> the same as enclosing scope.
>      [java]
>      [java]                         this.lineStroke = stroke;
>      [java]                         ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180):
> col: 22 Encountered this keyword within closure. Value of this will not be
> the same as enclosing scope.
>      [java]
>      [java]                         this.stroke = stroke;
>      [java]                         ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181):
> col: 22 Encountered this keyword within closure. Value of this will not be
> the same as enclosing scope.
>      [java]
>      [java]                         this.lineSegmentRenderer = new
> ClassFactory(LineRenderer);
>      [java]                         ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158):
> col: 22 Encountered this keyword within closure. Value of this will not be
> the same as enclosing scope.
>      [java]
>      [java]                         this.fill = fill;
>      [java]                         ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159):
> col: 22 Encountered this keyword within closure. Value of this will not be
> the same as enclosing scope.
>      [java]
>      [java]                         this.itemRenderer = skin;
>      [java]                         ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160):
> col: 22 Encountered this keyword within closure. Value of this will not be
> the same as enclosing scope.
>      [java]
>      [java]                         this.radius = radius
>      [java]                         ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213):
> col: 6 Encountered this keyword within closure. Value of this will not be
> the same as enclosing scope.
>      [java]
>      [java]                                     this.fill =  defaultFill;
>      [java]                                     ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214):
> col: 6 Encountered this keyword within closure. Value of this will not be
> the same as enclosing scope.
>      [java]
>      [java]                                     this.areaFill =
> defaultFill;
>      [java]                                     ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215):
> col: 6 Encountered this keyword within closure. Value of this will not be
> the same as enclosing scope.
>      [java]
>      [java]                                     this.areaStroke =
> emptyStroke;
>      [java]                                     ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216):
> col: 6 Encountered this keyword within closure. Value of this will not be
> the same as enclosing scope.
>      [java]
>      [java]                                     this.lineStroke =
> defaultStroke;
>      [java]                                     ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169):
> col: 30 Data binding will not be able to detect assignments to 'x'.
>      [java]
>      [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth +
> 4}" y="{contentGroup.y}"
>      [java]                              ^
>      [java]
>      [java]
> C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169):
> col: 83 Data binding will not be able to detect assignments to 'y'.
>      [java]
>      [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth +
> 4}" y="{contentGroup.y}"
>      [java]
>                    ^
>      [java]
>      [java] 78.3401256 seconds
>      [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m
> -Xmx2g
>      [java] Java Result: 3
>
> BUILD FAILED
> <
> http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/500/artifact/examples/royale/ASDoc/build.xml>:50:
> The following error occurred while executing this line:
> <
> http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/500/artifact/examples/royale/ASDoc/build.xml>:156:
> condition satisfied
>
> Total time: 5 minutes 54 seconds
> Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
> Build step 'Invoke Ant' marked build as failure
> Skipped archiving because build is not successful
>


-- 
Carlos Rovira
http://about.me/carlosrovira

Build failed in Jenkins: Royale_ASDoc_Example #500

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/500/display/redirect?page=changes>

Changes:

[carlosrovira] maven-distribution: fix defaultTargetFolder

[carlosrovira] maven-distribution: upgrade assembly descriptors to latest version


------------------------------------------
[...truncated 40.53 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] 78.3401256 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/500/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/500/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 54 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #499

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/499/display/redirect?page=changes>

Changes:

[harbs] ignores

[harbs] We need to add the positioner and not the element

[harbs] Missed two more

[carlosrovira] jewel-application: element was left in some places when changed to

[carlosrovira] tour-de-jewel: end of adjust all screen layouts


------------------------------------------
[...truncated 41.79 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] 79.838259 seconds
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/499/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/499/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 6 minutes 6 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #498

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/498/display/redirect>

Changes:


------------------------------------------
[...truncated 41.18 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] 86.9568655 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/498/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/498/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 48 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #497

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/497/display/redirect>

Changes:


------------------------------------------
[...truncated 40.55 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] 81.5544663 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/497/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/497/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 21 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #496

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/496/display/redirect>

Changes:


------------------------------------------
[...truncated 41.83 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] 76.8476854 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/496/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/496/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 56 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #495

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/495/display/redirect?page=changes>

Changes:

[carlosrovira] maven-distribution: add all themes to distribution so asconfigc.json


------------------------------------------
[...truncated 40.55 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] 84.7383372 seconds
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/495/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/495/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 7 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #494

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/494/display/redirect?page=changes>

Changes:

[carlosrovira] maven-distribution: add compjsc and mxmljsc dummy hars to distribution


------------------------------------------
[...truncated 40.54 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] 93.0696368 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/494/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/494/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 46 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #493

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/493/display/redirect>

Changes:


------------------------------------------
[...truncated 41.82 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] 84.3179712 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/493/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/493/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 33 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #492

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/492/display/redirect?page=changes>

Changes:

[aharui] implement contentBackgroundColor on SkinnableTextInput and color on


------------------------------------------
[...truncated 40.55 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] 69.1599126 seconds
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/492/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/492/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 4 minutes 54 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #491

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/491/display/redirect>

Changes:


------------------------------------------
[...truncated 41.26 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] 81.0870213 seconds
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/491/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/491/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 13 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #490

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/490/display/redirect>

Changes:


------------------------------------------
[...truncated 40.62 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] 77.7999879 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/490/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/490/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 6 minutes 35 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #489

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/489/display/redirect>

Changes:


------------------------------------------
[...truncated 41.94 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] 78.452798 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/489/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/489/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 40 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #488

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/488/display/redirect?page=changes>

Changes:

[aharui] add binding metadata to Spark TextInput.  Should fix #678

[joshtynjala] ElementWrapper: fix issue where missing @export would cause


------------------------------------------
[...truncated 41.94 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] 88.4969382 seconds
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/488/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/488/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 23 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #487

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/487/display/redirect?page=changes>

Changes:

[carlosrovira] jewel-datagrid: avoid relayout when removing or adding an item

[carlosrovira] tour-de-jewel: fix itemrenderers


------------------------------------------
[...truncated 68.63 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] 83.7628829 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/487/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/487/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 52 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #486

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/486/display/redirect>

Changes:


------------------------------------------
[...truncated 69.92 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] 87.0291319 seconds
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/486/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/486/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 6 minutes 1 second
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #485

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/485/display/redirect?page=changes>

Changes:

[harbs] Fixes empty class names pending discussion


------------------------------------------
[...truncated 68.65 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] 99.6941708 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/485/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/485/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 6 minutes 15 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #484

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/484/display/redirect?page=changes>

Changes:

[tzivi] Added MultiSelectionTree

[tzivi] TreeMultiSelect changes


------------------------------------------
[...truncated 68.66 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] 73.1993717 seconds
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/484/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/484/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 6 minutes 26 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #483

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/483/display/redirect?page=changes>

Changes:

[aharui] fix virtual scrolling.  Should fix #664

[aharui] handle scrollbars that are always visible.  Should fix #679


------------------------------------------
[...truncated 69.97 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] 91.712798 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/483/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/483/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 7 minutes 0 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #482

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/482/display/redirect>

Changes:


------------------------------------------
[...truncated 70.55 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] 74.0851203 seconds
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/482/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/482/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 53 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #481

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/481/display/redirect>

Changes:


------------------------------------------
[...truncated 68.61 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] 69.1950386 seconds
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/481/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/481/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 6 minutes 34 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful

Build failed in Jenkins: Royale_ASDoc_Example #480

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/480/display/redirect?page=changes>

Changes:

[harbs] Don't declare lowercase html tags. These should be evaluated as a string

[carlosrovira] jewel-datagrid: fix selectionChanged for the whole component

[carlosrovira] jewel-datagrid: partial fix for RTE when removing an item (row).

[carlosrovira] jewel-datagrid: finish previous RTE fix and right adjustment of DG

[carlosrovira] jewel-datagrid: adjustment of DG to selectedIndex after item addition

[carlosrovira] jewel-datagrid: fix pixel columns layout removed by accident due to

[carlosrovira] tour-de-jewel: latest fixes

[aharui] fix tabindex issues.  Should fix #671

[harbs] Reversed logic on number lookup in AllCSSValuesImpl

[carlosrovira] jewel-datagrid: add event imports

[harbs] numericStyles not used in SImpleCSS and no longer needed in AllCSS

[harbs] Oops


------------------------------------------
[...truncated 68.61 KB...]
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(167): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dasharray",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(170): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-dashoffset");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(173): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-dashoffset",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(176): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linecap");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(179): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linecap",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(182): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-linejoin");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(185): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-linejoin",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(188): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-miterlimit");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(191): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-miterlimit",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(194): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-opacity");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(197): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-opacity",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(200): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("stroke-width");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(203): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("stroke-width",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(205): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get transform():String{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(206): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("transform");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(208): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set transform(value:String):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(209): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("transform",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(212): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("vector-effect");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(215): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("vector-effect",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(218): col: 22 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       return element.getAttribute("visibility");
     [java]                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(221): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("visibility",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(223): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function get tabIndex():Number{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(224): col: 28 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return Number(element.getAttribute("tabIndex"));
     [java]     	                      ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(226): col: 25 Overriding a function that is not marked for override
     [java] 
     [java]     public function set tabIndex(value:Number):void{
     [java]                         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(227): col: 14 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	element.setAttribute("tabIndex",value);
     [java]     	        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(230): col: 21 Call to a possibly undefined method getAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]     	return element.getAttribute("xml:lang");
     [java]     	               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\HTML\src\main\royale\org\apache\royale\svg\elements\SVGBase.as(234): col: 15 Call to a possibly undefined method setAttribute through a reference with static type IRoyaleElement.
     [java] 
     [java]       element.setAttribute("xml:lang",value);
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.areaFill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232): col: 21 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java]                     this.fill = fill;
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.boxStroke = boxStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.declineFill = declineFill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.closeTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.openTickStroke = tickStroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.hlocColor = stroke.color;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineStroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.stroke = stroke;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.lineSegmentRenderer = new ClassFactory(LineRenderer);
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.fill = fill;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.itemRenderer = skin;
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160): col: 22 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 	                    this.radius = radius
     [java] 68.1186314 seconds
     [java] 	                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.fill =  defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaFill = defaultFill;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.areaStroke =  emptyStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216): col: 6 Encountered this keyword within closure. Value of this will not be the same as enclosing scope.
     [java] 
     [java] 					this.lineStroke =  defaultStroke;
     [java] 					^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 30 Data binding will not be able to detect assignments to 'x'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\spark\FormItemSkin.mxml(169): col: 83 Data binding will not be able to detect assignments to 'y'.
     [java] 
     [java]     <s:Group x="{contentGroup.x + contentGroup.contentWidth + 4}" y="{contentGroup.y}"
     [java]                                                                                   ^
     [java] 
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
     [java] Java Result: 3

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/480/artifact/examples/royale/ASDoc/build.xml>:50: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/480/artifact/examples/royale/ASDoc/build.xml>:156: condition satisfied

Total time: 5 minutes 17 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful