You are viewing a plain text version of this content. The canonical link for it is here.
Posted to royale-builds@royale.apache.org by ap...@gmail.com on 2022/03/06 12:28:27 UTC

Build failed in Jenkins: Royale_ASDoc_Example #957

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

Changes:

[estangler] Improvements to Spark containers to better support more dynamic layout

[estangler] Removed parts that are not needed on spark-dynamic-layout.

[hiedra] Test - commit

[harbs] Added ASDoc readme

[harbs] fixed readme typos

[harbs] removed all README files from rat

[harbs] trigger a build

[harbs] make postMessage easier

[harbs] Added IAsyncTask interface Thanks @dakom

[hferreira] Fixed vertical scrollbars visible on VirtualDataGrid in all columns

[hferreira] Fixed the brackets position according to Royale best practices

[hferreira] VirtualDataGrid was showing a single record when using dynamic height

[greg.dove] Beginning of test coverage for try/catch, with a focus on multi-catch

[harbs] Improved URLStream and support application/json

[noreply] jewel ThreeCheckBox - first commit (#1155)

[hiedra] Cleanup incomplete example TriStateCheckBox in TDJ

[hiedra] New Jewel ReadOnly bead

[hiedra] Added emphasized and secondary sass settings for Jewel checkbox / switch

[hiedra] Added Jewel TriStateCheckBox example in TDJ

[harbs] Changed two uses of innerHTML

[greg.dove] Refactoring in reflection to add a lightweight getAncestry reflection

[greg.dove] Improvements in ViewStack and LinkBar (startup behaviour and

[greg.dove] Specific support for invalidate/commit deferred in emulation

[harbs] Should have been textContent

[harbs] Added sanitizeUrl and sanitizeHtml

[harbs] Don't use innerHTML

[harbs] Removed warnings in SparkRoyale

[harbs] made asconfig a bit easier to read

[harbs] Removed innerHTML from DropDownListButton

[harbs] forgot COMPILE::JS block

[hiedra] themes: Generated defaults.css files

[hiedra] Text correction

[harbs] Oops

[greg.dove] implement SystemManager getChildByName & add util support for

[greg.dove] ListBase should extend SkinnableDataContainer, as per original Flex

[greg.dove] that seems like nothing more than the question it was asking itself.

[yishayjobs] Some beads expect SkinnableDataContainer to be an IContainer

[harbs] added more files to extract

[greg.dove] This was done in TextInput, but not in TextArea. The default size now

[greg.dove] Fixes to TitleWindow for display of PanelTitleBar content

[greg.dove] Added test for TitleWindow launch into the mx ControlsExample

[greg.dove] Tidy up in Panel. Fixes #1169

[greg.dove] Fix for attempts to measure things like CheckBox to early (which causes

[greg.dove] potential fix for Panel issue in js tests.

[greg.dove] fix - Viewstack does not display the first child when starting up

[greg.dove] CanvasLayout was not doing anything for constraint-based children in JS

[greg.dove] upgrade Array to ArrayCollection in mx dataProvider setter.

[greg.dove] Prevent VRule from obliterating previously set styles (e.g. via mxml

[harbs] Added type declaration

[harbs] Added comment

[greg.dove] Prep for emulation creationPolicy: foundation for deferred layouts and

[greg.dove] The dispatchEvent override needs the SWFOverride for swf

[greg.dove] Support for now for creationPolicy='none', supporting the deferred

[greg.dove] updating example to show launch of LinkBar/Viewstack combo with children

[greg.dove] Add apache heaaders, keep RAT happy.

[harbs] Added IHasDataField and IHasLabelField

[harbs] Fixed imports

[harbs] Moved IHasLabelField and IHasDataField to Core

[harbs] Fixed imports

[harbs] use labelField and dataField interfaces in Jewel

[harbs] missed one

[harbs] label interfaces in MDL

[harbs] label interface for mx

[harbs] data field interface

[harbs] IHasLabelField and IHasDataField for Spark

[harbs] Added ILabeledData

[harbs] Should be null and not undefined

[greg.dove] Fix for native events arriving at listeners when they were dispatched as

[greg.dove] minor change only: fixed typo

[yishayjobs] Some improvements to sizing of mx combobox

[harbs] Make ExternsJS compile in ant

[harbs] Add ExternsJS to general ant build

[harbs] fixed ExternsJS test

[pashminakazi] Added HTML.as in MXRoyale Project and added ProgressBarView Bead in

[pashminakazi] Added getLineMetrics in TextArea.as,selectable and collection in

[harbs] Make PointUtils work with full minification

[yishay_weiss] TreeItemRenderer has a label too

[hiedra] Rename bead TriStateCheckBoxStatesValue to TriStateCheckBoxState. Added

[hiedra] TDJ: Rename bead TriStateCheckBoxStatesValue to TriStateCheckBoxState.

[hiedra] Minimal modifications. Imports reordering.

[mjesteve] We temporarily remove the new TriCheckBoxTooltipState bead until a

[mjesteve] Fix swf compilation error with TriStateCheckBoxTooltipState bead

[yishayjobs] Make sure labelObj exists when measuring

[yishayjobs] Avoid issues where layout is triggered before all children are created

[harbs] Added classes but doesn't work when minified

[harbs] added missing type

[harbs] Compile vectors as array

[harbs] support undefined url params

[harbs] added utility function for getting class from instance

[24554795+piotrzarzycki21] MenuExample: Add Moonshine IDE file to example

[24554795+piotrzarzycki21] MXRoyale Example: Add separated example for TabNavigator

[harbs] hasChildren calls getChildren an extra time

[harbs] Added TODO comment

[harbs] It seems like overridding addBead was not necessary at all

[harbs] BeadViewBase is already an IBeadView

[harbs] model is lazy-loaded only if/when it is needed

[harbs] Added doc comment

[harbs] It seems like it's legal for a model to not be an IBeadModel

[harbs] Oops. Lost the event dispatch

[harbs] Added needsView and needsController optimization

[harbs] Already handled in GroupBase

[harbs] added needsLayout optimization

[harbs] Make sure we use the model getter to initialize it

[harbs] missed lots of models

[harbs] charts models

[harbs] drag drop models

[harbs] jewel models

[harbs] mx models

[harbs] rest of the models

[yishayjobs] (Hopefully) Fix model load refactor breaking Image

[harbs] renamed methods to not conflict with needsLayout in UIComponent

[greg.dove] Adding a try-catch test for scope variation (based on catch scope).

[harbs] 99% sure this needs to change

[harbs] needed casting

[harbs] missed a few model getters

[24554795+piotrzarzycki21] MXRoyale: Fix issue where internal component TabBar of view stack wasn't

[harbs] bad import

[harbs] Added debounceShort and debounceLong

[harbs] Made asdocs a bit clearer

[harbs] Added throttle

[harbs] Added animateFunction

[yishayjobs] Let users decide hit area

[harbs] Added comment to explain why closure works the way it does.

[harbs] Another fun function

[harbs] animateFunction now returns an Animated which can be started and

[greg.dove] Add a simple utility method to check whether a name is defined (before

[greg.dove] Fix to avoid errors for missing ResourceBundle definitions and for

[harbs] Better organization of functional

[harbs] Make functional tests more tolerant to timing issues

[harbs] made tests even more tolerant

[yishayjobs] Improve DragBead's behavior when out of screen bounds

[harbs] fixed mx warnings

[harbs] Make tests even more forgiving

[harbs] loadBeadFromValuesManager should be after beads are added

[greg.dove] Fix for recent change: viewBead needs to be defined before accessing

[yishayjobs] Make sure popup actually gets the set width by first resetting its

[greg.dove] Avoid the use of eval in Language.as. This plays nicer with restrictive

[greg.dove] Trying to get DataGridItemRenderer to behave more like Flex version.

[yishayjobs] Take borders into account when sizing popup button

[harbs] Added HandleImageLoadErrors for global handling of image load errors

[greg.dove] Fix for TabNavigator TabBar updates (removal) when navigator content is

[piotrzarzycki21] MxRoyale: Add Moonshine IDE file to DataGridExample

[piotrzarzycki21] MXRoyale: Add DataGrid example where component is being created trough

[harbs] Added arraysMatch and objectsMatch

[harbs] Simplified callLater

[harbs] handle null

[yishayjobs] Make sure scrollbars are not in the way of height measurements

[yishayjobs] Fixed (important) typo

[greg.dove] Various fixes and improvements to XML/XMLList, with additional tests

[piotrzarzycki21] MXRoyale: Fix warning with variable duplication in TabNavigatorView

[yishayjobs] Make sure prompt changes are applied in to mx combo box

[greg.dove] Small tweaks in XML/XMLList. Many new tests added (requires recent

[greg.dove] Some interim tuning in core classes to avoid duplicated code for

[greg.dove] Trying to get more of DataGrid emulation aligned with the original Flex

[greg.dove] Missed one - changed to vector for consistency

[harbs] Fixed #1175

[hferreira] The HTML CheckBox use now a span for the label so we can customize the

[hferreira] Support for responsive size bead by percentage

[hferreira] Support for responsive size bead by percentage

[hferreira] Reverted innerHTML for security concerns but keep the new functionality

[greg.dove] WIP on getting mx emulation renderers to support more of the original

[yishayjobs] Fix ArrayCollection.refresh() not changing list in emulation

[greg.dove] Workaround for a compiler issue with calling a super setter.

[yishayjobs] Emulate Flex behavior after refresh on sorted collections

[hiedra] FontAwesome5IconType: several icons added. Sorting. MaterialIconType:

[harbs] added task helper methods

[piotrzarzycki21] MxRoyale: Make sure to have similar behavior with Flex when value

[greg.dove] Trying this to resolve issues with setting a new Popup's parent in

[harbs] execute was not right

[greg.dove] Community request - adding CORS support to URLStream, similar to

[yishayjobs] Fix ADG renderer text

[harbs] ignore

[yishayjobs] Emulation - make sure headerRenderers are not ignored

[yishayjobs] Emulation - deal with case header renderer item has a nested element

[harbs] Need to first add pending for tasks which might run sync

[hiedra] Small fix in the general style definition for ::after and ::before in

[hiedra] MaterialIconType: several icons added.

[greg.dove] minor change: Add columnCount to mx DataGrid

[harbs] whitespace

[greg.dove] Fix typo and add extra JS coercion optimization following 'is' check

[yishayjobs] Emulation - Make sure Menu shows when show() takes a non-null parent

[greg.dove] Fix to avoid mutation of event when handled in multiple listeners.

[greg.dove] Make sure the mx DataGrid responds to dataProvider changes (as ADG

[yishayjobs] Emulation - make sure ADG knows not to expand/collapse unless disclosure

[yishayjobs] Update NOTICE files

[yishayjobs] Add some descriptions to 0.9.9 changes

[joshtynjala] RELEASE_NOTES: more changes

[hferreira] FontAwesome5IconType: several icons added.

[greg.dove] Fix for 'attributeChanged' always returning undefined (JSRoyale) for the

[noreply] Update RELEASE_NOTES.md

[noreply] Update RELEASE_NOTES.md

[harbs] handle a mixed result

[harbs] canceled needs to be handled better

[harbs] Better handling of canceling

[hiedra] Small fix in the general style definition for *:after and *:before in

[hferreira] FontAwesome5IconType: several icons added.

[yishayw] [maven-release-plugin] prepare branch @{releaseLabel}

[yishayw] [maven-release-plugin] prepare for next development iteration


------------------------------------------
[...truncated 2.08 MB...]
     [java]                                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\layouts\VerticalLayout.as(1956): col: 9 Attempted access of inaccessible method setRowCount through a reference with static type VerticalLayout.
     [java] 
     [java]         setRowCount(index - startIndex);
     [java]         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\layouts\VerticalLayout.as(1957): col: 9 Attempted access of inaccessible method setIndexInView through a reference with static type VerticalLayout.
     [java] 
     [java]         setIndexInView(startIndex, endIndex);
     [java]         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\layouts\VerticalLayout.as(2074): col: 9 Attempted access of inaccessible method setRowCount through a reference with static type VerticalLayout.
     [java] 
     [java]         setRowCount(visibleRows);
     [java]         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\layouts\VerticalLayout.as(2075): col: 9 Attempted access of inaccessible method setIndexInView through a reference with static type VerticalLayout.
     [java] 
     [java]         setIndexInView(firstRowInView, lastRowInView);
     [java]         ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\layouts\VerticalLayout.as(2185): col: 13 Attempted access of inaccessible method setRowCount through a reference with static type VerticalLayout.
     [java] 
     [java]             setRowCount(0);
     [java]             ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\layouts\VerticalLayout.as(2186): col: 13 Attempted access of inaccessible method setIndexInView through a reference with static type VerticalLayout.
     [java] 
     [java]             setIndexInView(-1, -1);
     [java]             ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\layouts\VerticalLayout.as(2333): col: 35 Method marked override must override another method.
     [java] 
     [java]     override mx_internal function getElementNearestScrollPosition(
     [java]                                   ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\layouts\VerticalLayout.as(2333): col: 14 Namespace was not found or is not a compile-time constant.
     [java] 
     [java]     override mx_internal function getElementNearestScrollPosition(
     [java]              ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\layouts\VerticalLayout.as(2338): col: 20 Call to a possibly undefined method getElementNearestScrollPosition.
     [java] 
     [java]             return super.getElementNearestScrollPosition(position, elementComparePoint);
     [java]                    ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\layouts\supportClasses\LayoutBase.as(31): col: 8 Definition mx.core.mx_internal could not be found.
     [java] 
     [java] import mx.core.mx_internal;
     [java]        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\layouts\supportClasses\LayoutBase.as(51): col: 15 Unknown namespace mx_internal.
     [java] 
     [java] use namespace mx_internal;
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\layouts\supportClasses\LayoutBase.as(287): col: 5 Namespace was not found or is not a compile-time constant.
     [java] 
     [java]     mx_internal function get virtualLayoutSupported():Boolean
     [java]     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\layouts\supportClasses\LayoutBase.as(883): col: 5 Namespace was not found or is not a compile-time constant.
     [java] 
     [java]     mx_internal function getChildElementBounds(element:IVisualElement):Rectangle
     [java]     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\layouts\supportClasses\LayoutBase.as(948): col: 5 Namespace was not found or is not a compile-time constant.
     [java] 
     [java]     mx_internal function isElementVisible(elt:ILayoutElement):Boolean
     [java]     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\layouts\supportClasses\LayoutBase.as(1490): col: 16 Attempted access of inaccessible method getScrollPositionDeltaToElementHelper through a reference with static type LayoutBase.
     [java] 
     [java]         return getScrollPositionDeltaToElementHelper(index);
     [java]                ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\layouts\supportClasses\LayoutBase.as(1504): col: 5 Namespace was not found or is not a compile-time constant.
     [java] 
     [java]     mx_internal function getScrollPositionDeltaToElementHelper(index:int, 
     [java]     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\layouts\supportClasses\LayoutBase.as(1617): col: 5 Namespace was not found or is not a compile-time constant.
     [java] 
     [java]     mx_internal function getScrollPositionDeltaToAnyElement(element:IVisualElement, 
     [java]     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\layouts\supportClasses\LayoutBase.as(1626): col: 34 Attempted access of inaccessible method getChildElementBounds through a reference with static type LayoutBase.
     [java] 
     [java]         var elementR:Rectangle = getChildElementBounds(element);
     [java]                                  ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\layouts\supportClasses\LayoutBase.as(1648): col: 5 Namespace was not found or is not a compile-time constant.
     [java] 
     [java]     mx_internal function getElementNearestScrollPosition(
     [java]     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\layouts\supportClasses\LayoutBase.as(1713): col: 5 Namespace was not found or is not a compile-time constant.
     [java] 
     [java]     mx_internal var dragScrollRegionSizeHorizontal:Number = 20;
     [java]     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\layouts\supportClasses\LayoutBase.as(1714): col: 5 Namespace was not found or is not a compile-time constant.
     [java] 
     [java]     mx_internal var dragScrollRegionSizeVertical:Number = 20;
     [java]     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\layouts\supportClasses\LayoutBase.as(1715): col: 5 Namespace was not found or is not a compile-time constant.
     [java] 
     [java]     mx_internal var dragScrollSpeed:Number = 5;
     [java]     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\layouts\supportClasses\LayoutBase.as(1716): col: 5 Namespace was not found or is not a compile-time constant.
     [java] 
     [java]     mx_internal var dragScrollInitialDelay:int = 250;
     [java]     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\layouts\supportClasses\LayoutBase.as(1717): col: 5 Namespace was not found or is not a compile-time constant.
     [java] 
     [java]     mx_internal var dragScrollInterval:int = 32;
     [java]     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\layouts\supportClasses\LayoutBase.as(1718): col: 5 Namespace was not found or is not a compile-time constant.
     [java] 
     [java]     mx_internal var dragScrollHidesIndicator:Boolean = false;
     [java]     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\layouts\supportClasses\LayoutElementHelper.as(22): col: 8 Definition mx.utils.StringUtil could not be found.
     [java] 
     [java] import mx.utils.StringUtil;
     [java]        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\layouts\supportClasses\LayoutElementHelper.as(117): col: 21 Access of possibly undefined property StringUtil.
     [java] 
     [java]             return [StringUtil.trim(tmp)];
     [java]                     ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\layouts\supportClasses\LayoutElementHelper.as(127): col: 16 Access of possibly undefined property StringUtil.
     [java] 
     [java]         while (StringUtil.isWhitespace(tmp.charAt(startIndex))) {
     [java]                ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\layouts\supportClasses\LayoutElementHelper.as(132): col: 16 Access of possibly undefined property StringUtil.
     [java] 
     [java]         while (StringUtil.isWhitespace(tmp.charAt(endIndex) )) {
     [java]                ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\layouts\supportClasses\LayoutElementHelper.as(137): col: 16 Access of possibly undefined property StringUtil.
     [java] 
     [java]         while (StringUtil.isWhitespace(tmp.charAt(endIndexPart1))) {
     [java]                ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\layouts\supportClasses\LayoutElementHelper.as(142): col: 16 Access of possibly undefined property StringUtil.
     [java] 
     [java]         while (StringUtil.isWhitespace(tmp.charAt(startIndexPart2))) {
     [java]                ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\modules\Module.as(26): col: 9 Definition mx.modules.IModule could not be found.
     [java] 
     [java] 	import mx.modules.IModule;
     [java] 	       ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\modules\Module.as(63): col: 60 interface IModule was not found.
     [java] 
     [java] 	public class Module extends SkinnableContainer implements IModule
     [java] 	                                                          ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\primitives\Graphic.as(23): col: 8 Definition mx.events.PropertyChangeEvent could not be found.
     [java] 
     [java] import mx.events.PropertyChangeEvent;
     [java]        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\primitives\Line.as(31): col: 8 Definition mx.core.mx_internal could not be found.
     [java] 
     [java] import mx.core.mx_internal;
     [java]        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\primitives\Line.as(39): col: 15 Unknown namespace mx_internal.
     [java] 
     [java] use namespace mx_internal;
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\primitives\Path.as(34): col: 8 Definition mx.core.mx_internal could not be found.
     [java] 
     [java] import mx.core.mx_internal;
     [java]        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\primitives\Path.as(40): col: 15 Unknown namespace mx_internal.
     [java] 
     [java] use namespace mx_internal;
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\primitives\Rect.as(41): col: 8 Definition mx.core.mx_internal could not be found.
     [java] 
     [java] import mx.core.mx_internal;
     [java]        ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\primitives\Rect.as(45): col: 15 Unknown namespace mx_internal.
     [java] 
     [java] use namespace mx_internal;
     [java]               ^
     [java] 
     [java] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\skins\SparkSkin.as(23): col: 9 Definition mx.core.IUIComponent could not be found.
     [java] 
     [java] 	import mx.core.IUIComponent;
     [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] C:\jenkins\workspace\royale-asjs\frameworks\projects\SparkRoyale\src\main\royale\spark\utils\LabelUtil.as(23): col: 9 Definition mx.core.FlexVersion could not be found.
     [java] 
     [java] import  mx.core.FlexVersion;
     [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] 201.8043496 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/957/artifact/examples/royale/ASDoc/build.xml>:49: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/957/artifact/examples/royale/ASDoc/build.xml>:109: 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

RE: Jenkins build is back to normal : Royale_ASDoc_Example #958

Posted by Yishay Weiss <yi...@hotmail.com>.
Thanks, Greg, looks like your fix worked.

From: apacheroyaleci@gmail.com<ma...@gmail.com>
Sent: Monday, March 7, 2022 9:28 AM
To: royale-builds@royale.apache.org<ma...@royale.apache.org>
Subject: Jenkins build is back to normal : Royale_ASDoc_Example #958

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


Jenkins build is back to normal : Royale_ASDoc_Example #958

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