See
<http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/2498/display/redirect>
------------------------------------------
[...truncated 42.32 KB...]
[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\Network\src\main\royale\org\apache\royale\net\remoting\amf\AMFBinaryData.as(805):
col: 7 Use of the instanceof operator. The instanceof operator is deprecated,
use the is operator instead.
[java]
[java] if (value instanceof Function) {
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\Storage\src\main\royale\org\apache\royale\storage\file\DataInputStream.as(73):
col: 24 Encountered this keyword within closure. Value of this will not be the
same as enclosing scope.
[java]
[java] streamEvent.data = this.result;
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\Storage\src\main\royale\org\apache\royale\storage\providers\AndroidExternalStorageProvider.as(106):
col: 24 Encountered this keyword within closure. Value of this will not be the
same as enclosing scope.
[java]
[java] newEvent.data =
this.result;
[java]
^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\Storage\src\main\royale\org\apache\royale\storage\providers\WebStorageProvider.as(105):
col: 24 Encountered this keyword within closure. Value of this will not be the
same as enclosing scope.
[java]
[java] newEvent.data =
this.result;
[java]
^
[java]
[java] 396.865842 seconds
[java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
json.swf:
[echo] ROYALE_COMPILER_HOME: C:\jenkins\workspace\royale-asjs/js
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\Collections\src\main\royale\CollectionsClasses.as(47):
col: 9 Definition org.apache.royale.language.iterator.arrayLike could not be
found.
[java]
[java] import org.apache.royale.language.iterator.arrayLike;arrayLike;
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\Collections\src\main\royale\CollectionsClasses.as(47):
col: 55 Access of possibly undefined property arrayLike.
[java]
[java] import org.apache.royale.language.iterator.arrayLike;arrayLike;
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\Collections\src\main\royale\org\apache\royale\collections\IArrayList.as(39):
col: 2 The RoyaleArrayLike Tag is valid, but there is a missing concrete
reference in the project to: org.apache.royale.language.iterator.arrayLike
(which is required). ArrayLike definition has an error with a required argument
or dependency.
[java]
[java]
[RoyaleArrayLike(getValue="getItemAt",setValue="setItemAt",setterArgSequence="value,index",length="length",lengthAccess="getter")]
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\Core\src\main\royale\CoreClasses.as(329):
col: 9 Definition org.apache.royale.language.iterator.arrayLike could not be
found.
[java]
[java] import org.apache.royale.language.iterator.arrayLike;arrayLike;
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\Core\src\main\royale\CoreClasses.as(329):
col: 55 Access of possibly undefined property arrayLike.
[java]
[java] import org.apache.royale.language.iterator.arrayLike;arrayLike;
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\Core\src\main\royale\org\apache\royale\utils\BinaryData.as(39):
col: 1 The RoyaleArrayLike Tag is valid, but there is a missing concrete
reference in the project to: org.apache.royale.language.iterator.arrayLike
(which is required). ArrayLike definition has an error with a required argument
or dependency.
[java]
[java]
[RoyaleArrayLike(getValue="readByteAt",setValue="writeByteAt",setterArgSequence="index,value",length="length",lengthAccess="getter")]
[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] 263.3681647 seconds
[java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
[java] Java Result: 3
BUILD FAILED
<http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/2498/artifact/examples/royale/ASDoc/build.xml>:49:
The following error occurred while executing this line:
<http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/2498/artifact/examples/royale/ASDoc/build.xml>:142:
condition satisfied
Total time: 12 minutes 18 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