Re: Build failed in Jenkins: Royale_ASDoc_Example #557

2020-01-27 Thread Alex Harui


On 1/27/20, 12:55 AM, "Harbs"  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

2020-01-27 Thread Harbs
Huh. This works locally. Not sure why the COMPILE::JS did not work on the 
server.

> On Jan 27, 2020, at 9:17 AM, apacheroyal...@gmail.com wrote:
> 
> See 
> 
> 
> 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]