See <http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/2352/changes>

Changes:

[harbs] And here’s TLF…

[harbs] Cleaned up imports

[harbs] Got rid of compile errors

[harbs] Trying to add debug files despite gitignore settings

[harbs] Added simple HTMLTextFactory

[harbs] Attempt to exclude the LTF debug folder from gitignore

[harbs] Fixed static TLF issues

[harbs] Added EditManager

[harbs] This was not committed for some reason.

[harbs] Added some interface methods

[harbs] Error.toString() is now okay.

[harbs] resolved more static initializations

[harbs] Temporary work-around to compiler issue

[harbs] Reversed changes to GraphicGroup

[harbs] This was not automatically being converted to an int in Javascript

[harbs] Fixed formatting assignment bugs

[harbs] text() XMLList creation was broken

[harbs] Lose the paragraph terminator when composing lines.

[yishayjobs] Work around falcon bug where unicode chars are evluated too early 
(and

[harbs] Added Object util for non-enumerable property

[harbs] Not using “as” for null checking

[harbs] More binary search fixes

[harbs] Implemented GroupElement methods

[harbs] Re-added paragraph return

[harbs] Fixed some cases of measuring lines. Might have broken others…

[harbs] Added fix for Firefox bug.

[harbs] Fixed deleting XMLList items by index

[harbs] Attempt to make XML more efficient

[harbs] Another optimization for XML

[Alex Harui] add conditional compile flags to compile targets

[Alex Harui] add conditional compile flags to TLFJS build

[Alex Harui] add TextContainerManager to TLF.swc

[Alex Harui] initial dummy ContextMenu

[Alex Harui] fix infinite loops and adjust selection rect for differences in 
TextLine coordinate system

[Alex Harui] set size of selection object.  For some reason it is born with 
explicitWidth/Height of 0 and does not expand when to drawRect into it.   
Later, when selObj is added to display list, it redraws itself based on its 
explicitWidth/Height

[Alex Harui] BoundsUtil didn't seem to be implemented.  Seems like we can just 
implement getBounds instead

[Alex Harui] FocusEvent needs to subclass Event

[Alex Harui] need FontMetrics

[Alex Harui] handle keyboard and other events

[Alex Harui] make TextLine actually do something on SWF side and report better 
sizes and errors for unimplemented things

[Alex Harui] don't let the child text widgets steal focus

[Alex Harui] add conditional flags and remove-circulars to js builds

[Alex Harui] mouseevent also needs defaultPrevented

[Alex Harui] move some static to instance so there aren't static initializer 
dependency issues.  Also switch to using defaultPrevented

[Alex Harui] switch to using defaultPrevented

[Alex Harui] hook up focus events

[Alex Harui] skipAsCoercions is on, so have to use 'is' when you need it

[Alex Harui] need currentContainer in order to measure text

[Alex Harui] timer doesn't always stop, so don't dispatch if interval is cleared

[Alex Harui] wire up textInput event on JS side

[Alex Harui] get point cursor to move as you type

[harbs] Fixed some runtime errors

[Alex Harui] handle Safari 9 keyboard events

[Alex Harui] Backspace key wants to do shallow copy

[Alex Harui] implement a few more things needed for backspace

[Alex Harui] fix cursor blinking on FireFox.  Timer interval was duplicated

[Alex Harui] keyboard for firefox and chrome

[Alex Harui] test bed for TLF Editing

[Alex Harui] get Text.swc and TLF.swc to build in dual mode

[Alex Harui] get TLFEditTestFlexJS to build

[harbs] Fixed input type. (I thought this was already fixed)

[Alex Harui] point and rect have to subclass and override flash.geom point and 
rect

[Alex Harui] add EventLogging bead to try to catch type errors

[Alex Harui] have to handle type-checking differently now that SWF event is 
based on flash.events.Event

[Alex Harui] add activation events even on setting text

[Alex Harui] need SWFOverride in interface as well

[Alex Harui] metadata property needed swf.version 20.  14 didn't work

[Alex Harui] put layout on right strand

[Alex Harui] allow swf.version in examples

[Alex Harui] Editor now works on SWF again.  Focus issues on JS

[Alex Harui] update config.xml files

[Alex Harui] absolute position each textline

[Alex Harui] set focus format regardless of composestate

[yishayjobs] Temp fix for labels of accordion not working.

[harbs] Duplicate case entry

[harbs] Fixed error on minification

[harbs] Added default scale values

[harbs] Added floor to binary search

[harbs] Removed as conversions

[yishayjobs] Added a bead to simplify automatic update of list according to its 
data

[Alex Harui] tune up textline so you can click and place the ibeam

[Alex Harui] remove padding so selection shapes line up on JS

[Alex Harui] Canvas renders fonts differently than span so have to use  span to 
measure

[Alex Harui] implement containerRoot

[Alex Harui] fix up replaceElements for Flash

[Alex Harui] replaceText should handle null

[Alex Harui] remove buttonDown from JS.  It is supposedly unreliable on JS.  
Folks will have to track mouseDown and mouseUp

[Alex Harui] stop using buttonDown.  Supposedly unreliable in browsers for 
mouseMove.  Instead track buttonDown via mouseDown and mouseUp.  Probably need 
to capture mouseup on other targets someday

[harbs] Reverted removal of buttonDown

[harbs] Added callLater

[harbs] We need “as” here

[piotrz] Add pom for Text module build

[piotrz] Add missing Apache License header ot TLFFactory

[piotrz] Add pom for TLF module

[piotrz] Make Text and TLF module part of general build

[piotrz] Remove unneeded modules from Text pom

[harbs] Cleaned up Text project dependencies

[piotrz] Add missing Apache header license

[piotrz] Add missing dependencies in StorageExample's pom

[harbs] Added support for buttonDown (it only works for left button — is that 
right?)

[harbs] Removed unnecessary as coersion

[harbs] Clear text data

[harbs] Fixed keyboard events

[harbs] Added blendMode

[harbs] Use “specialKey” for platform independent control/command

[harbs] include shift in new KeyboardEvent

[harbs] Reverted strict equality

[harbs] Revert "improve comparisons and move end condition calculation out of 
loop"

[harbs] Better optimization for getItemIndex()

[harbs] Forgot to reapply this

[harbs] Reverted equality checks

[harbs] Use CSSUtils.toNumber()

[harbs] Added Text and TLF to the framework builds

[harbs] Fixed mouse BrowserEvent in Safari

[Alex Harui] first step for cursor management

[Alex Harui] use different base class for FXG (requires 
50f9d4530c669f1139b16129c45bca17c476fa3d from flex-falcon's tlf branch)

[Alex Harui] add copy cursor.  Other cursors can be added from 
flex-sdk/frameworks/projects/framework/assets.  Rename the base class inside 
the file before committing

[Alex Harui] lookup other cursors in ValuesManager

[Alex Harui] example of custom cursor

[harbs] Percentage values should evaluate to NaN and not 0

[harbs] DisableBead should not access the strand until it’s added

[harbs] Selection blendModes are working

[yishayjobs] Make host the layout dispatcher to avoid confusion over what to 
listen

[harbs] Cleaned up Clipboard

[pent] New beads to support drag and drop with lists. Preliminary version.

[Alex Harui] fix up some poms

[pent] Modified drag and drop beads to accommodate dragging between, as well as 
within, Lists. Added simple copy/move dragging property.

[harbs] Just a comment

[pent] Made the SingleSelectionDragSourceBead and SingleSelectionDropTargetBead 
a bit more generic to work with DataGrid as well as List. Added dragStartObject 
to DragMouseController and dropTargetObject to DropMouseController.

[harbs] Fixed RegExp

[pent] Copy bubbles property from source event to result event.

[pent] Some changes to get DragAndDrop to work with new List-oriented DnD beads.

[yishayjobs] First implementation of FileProxy which takes on some of the 
functions

[harbs] Fixed coordinate space issue

[yishayjobs] Updated version numbers.

[harbs] Fixed NavigationUtil It doesn’t seem to keep the precise line position 
as well as it did in Flash, but it’s pretty close.

------------------------------------------
[...truncated 2630 lines...]
     [java] Compiling file: org.apache.flex.svg.BinaryImage
     [java] Writing file: js\out\org\apache\flex\svg\BinaryImage.js
     [java] Compiling file: org.apache.flex.html.VRule
     [java] Writing file: js\out\org\apache\flex\html\VRule.js
     [java] Compiling file: 
org.apache.flex.html.beads.layouts.OneFlexibleChildHorizontalLayoutForOverflow
     [java] Writing file: 
js\out\org\apache\flex\html\beads\layouts\OneFlexibleChildHorizontalLayoutForOverflow.js
     [java] Compiling file: org.apache.flex.html.beads.AccordionView
     [java] Writing file: js\out\org\apache\flex\html\beads\AccordionView.js
     [java] Compiling file: org.apache.flex.html.beads.DataGridColumnView
     [java] Writing file: 
js\out\org\apache\flex\html\beads\DataGridColumnView.js
     [java] Compiling file: org.apache.flex.html.supportClasses.DataGridColumn
     [java] Writing file: 
js\out\org\apache\flex\html\supportClasses\DataGridColumn.js
     [java] Compiling file: 
org.apache.flex.html.beads.controllers.SpinnerMouseController
     [java] Writing file: 
js\out\org\apache\flex\html\beads\controllers\SpinnerMouseController.js
     [java] Compiling file: org.apache.flex.html.TitleBar
     [java] Writing file: js\out\org\apache\flex\html\TitleBar.js
     [java] Compiling file: org.apache.flex.html.MultilineLabel
     [java] Writing file: js\out\org\apache\flex\html\MultilineLabel.js
     [java] Compiling file: 
org.apache.flex.html.beads.DataItemRendererFactoryForArrayData
     [java] Writing file: 
js\out\org\apache\flex\html\beads\DataItemRendererFactoryForArrayData.js
     [java] Compiling file: org.apache.flex.svg.Rect
     [java] Writing file: js\out\org\apache\flex\svg\Rect.js
     [java] Compiling file: 
org.apache.flex.html.beads.layouts.HorizontalLayoutWithPaddingAndGap
     [java] Writing file: 
js\out\org\apache\flex\html\beads\layouts\HorizontalLayoutWithPaddingAndGap.js
     [java] Compiling file: org.apache.flex.css2.Cursors
     [java] Writing file: js\out\org\apache\flex\css2\Cursors.js
     [java] Compiling file: org.apache.flex.html.WebBrowser
     [java] Writing file: js\out\org\apache\flex\html\WebBrowser.js
     [java] Compiling file: org.apache.flex.html.supportClasses.CheckBoxIcon
     [java] Writing file: 
js\out\org\apache\flex\html\supportClasses\CheckBoxIcon.js
     [java] Compiling file: 
org.apache.flex.html.beads.layouts.VerticalColumnLayout
     [java] Writing file: 
js\out\org\apache\flex\html\beads\layouts\VerticalColumnLayout.js
     [java] Compiling file: 
org.apache.flex.html.beads.layouts.FlexibleFirstChildHorizontalLayout
     [java] Writing file: 
js\out\org\apache\flex\html\beads\layouts\FlexibleFirstChildHorizontalLayout.js
     [java] Compiling file: org.apache.flex.html.beads.TitleBarMeasurementBead
     [java] Writing file: 
js\out\org\apache\flex\html\beads\TitleBarMeasurementBead.js
     [java] Compiling file: org.apache.flex.html.Spacer
     [java] Writing file: js\out\org\apache\flex\html\Spacer.js
     [java] Compiling file: org.apache.flex.html.beads.models.ViewportModel
     [java] Writing file: 
js\out\org\apache\flex\html\beads\models\ViewportModel.js
     [java] Compiling file: 
org.apache.flex.html.beads.AbsolutePositioningViewBeadBase
     [java] Writing file: 
js\out\org\apache\flex\html\beads\AbsolutePositioningViewBeadBase.js
     [java] Compiling file: org.apache.flex.html.TableRow
     [java] Writing file: js\out\org\apache\flex\html\TableRow.js
     [java] Compiling file: 
org.apache.flex.html.beads.models.DataGridPresentationModel
     [java] Writing file: 
js\out\org\apache\flex\html\beads\models\DataGridPresentationModel.js
     [java] Compiling file: org.apache.flex.html.beads.models.ImageModel
     [java] Writing file: js\out\org\apache\flex\html\beads\models\ImageModel.js
     [java] Compiling file: org.apache.flex.html.CheckBox
     [java] Writing file: js\out\org\apache\flex\html\CheckBox.js
     [java] Compiling file: org.apache.flex.html.beads.models.TextModel
     [java] Writing file: js\out\org\apache\flex\html\beads\models\TextModel.js
     [java] Compiling file: org.apache.flex.html.RangeStepper
     [java] Writing file: js\out\org\apache\flex\html\RangeStepper.js
     [java] Compiling file: org.apache.flex.html.Slider
     [java] Writing file: js\out\org\apache\flex\html\Slider.js
     [java] Compiling file: 
org.apache.flex.html.accessories.NumericOnlyTextInputBead
     [java] Writing file: 
js\out\org\apache\flex\html\accessories\NumericOnlyTextInputBead.js
     [java] Compiling file: org.apache.flex.html.beads.models.AlertModel
     [java] Writing file: js\out\org\apache\flex\html\beads\models\AlertModel.js
     [java] Compiling file: org.apache.flex.html.ImageAndTextButton
     [java] Writing file: js\out\org\apache\flex\html\ImageAndTextButton.js
     [java] Compiling file: org.apache.flex.html.beads.DateChooserView
     [java] Writing file: js\out\org\apache\flex\html\beads\DateChooserView.js
     [java] Compiling file: org.apache.flex.html.beads.layouts.TableCellLayout
     [java] Writing file: 
js\out\org\apache\flex\html\beads\layouts\TableCellLayout.js
     [java] Compiling file: org.apache.flex.events.ItemRendererEvent
     [java] Writing file: js\out\org\apache\flex\events\ItemRendererEvent.js
     [java] Compiling file: org.apache.flex.html.HContainer
     [java] Writing file: js\out\org\apache\flex\html\HContainer.js
     [java] Compiling file: org.apache.flex.html.beads.models.ToggleButtonModel
     [java] Writing file: 
js\out\org\apache\flex\html\beads\models\ToggleButtonModel.js
     [java] Compiling file: org.apache.flex.html.Table
     [java] Writing file: js\out\org\apache\flex\html\Table.js
     [java] Compiling file: org.apache.flex.core.ContainerBaseStrandChildren
     [java] Writing file: 
js\out\org\apache\flex\core\ContainerBaseStrandChildren.js
     [java] Compiling file: 
org.apache.flex.html.beads.controllers.DateFieldMouseController
     [java] Writing file: 
js\out\org\apache\flex\html\beads\controllers\DateFieldMouseController.js
     [java] Compiling file: org.apache.flex.html.beads.models.ComboBoxModel
     [java] Writing file: 
js\out\org\apache\flex\html\beads\models\ComboBoxModel.js
     [java] Compiling file: org.apache.flex.html.beads.models.DataProviderModel
     [java] Writing file: 
js\out\org\apache\flex\html\beads\models\DataProviderModel.js
     [java] Compiling file: org.apache.flex.html.VContainer
     [java] Writing file: js\out\org\apache\flex\html\VContainer.js
     [java] Compiling file: 
org.apache.flex.html.beads.DataItemRendererFactoryForHierarchicalData
     [java] Writing file: 
js\out\org\apache\flex\html\beads\DataItemRendererFactoryForHierarchicalData.js
     [java] Compiling file: org.apache.flex.svg.CompoundGraphic
     [java] Writing file: js\out\org\apache\flex\svg\CompoundGraphic.js
     [java] Compiling file: 
org.apache.flex.html.supportClasses.GraphicsItemRenderer
     [java] Writing file: 
js\out\org\apache\flex\html\supportClasses\GraphicsItemRenderer.js
     [java] Compiling file: org.apache.flex.html.ToggleTextButton
     [java] Writing file: js\out\org\apache\flex\html\ToggleTextButton.js
     [java] Compiling file: org.apache.flex.events.ItemAddedEvent
     [java] Writing file: js\out\org\apache\flex\events\ItemAddedEvent.js
     [java] Compiling file: org.apache.flex.html.beads.AlertView
     [java] Writing file: js\out\org\apache\flex\html\beads\AlertView.js
     [java] Compiling file: org.apache.flex.html.TableHeader
     [java] Writing file: js\out\org\apache\flex\html\TableHeader.js
     [java] Compiling file: org.apache.flex.html.supportClasses.ClippingViewport
     [java] Writing file: 
js\out\org\apache\flex\html\supportClasses\ClippingViewport.js
     [java] Compiling file: 
org.apache.flex.html.beads.DataProviderCollectionChangeNotifier
     [java] Writing file: 
js\out\org\apache\flex\html\beads\DataProviderCollectionChangeNotifier.js
     [java] Compiling file: org.apache.flex.html.beads.layouts.TableHeaderLayout
     [java] Writing file: 
js\out\org\apache\flex\html\beads\layouts\TableHeaderLayout.js
     [java] Compiling file: 
org.apache.flex.html.supportClasses.DayNameItemRenderer
     [java] Writing file: 
js\out\org\apache\flex\html\supportClasses\DayNameItemRenderer.js
     [java] Compiling file: org.apache.flex.html.beads.models.DateChooserModel
     [java] Writing file: 
js\out\org\apache\flex\html\beads\models\DateChooserModel.js
     [java] Compiling file: org.apache.flex.html.beads.IAccordionCollapseBead
     [java] Writing file: 
js\out\org\apache\flex\html\beads\IAccordionCollapseBead.js
     [java] Compiling file: org.apache.flex.html.SimpleList
     [java] Writing file: js\out\org\apache\flex\html\SimpleList.js
     [java] Compiling file: org.apache.flex.html.PanelWithControlBar
     [java] Writing file: js\out\org\apache\flex\html\PanelWithControlBar.js
     [java] Compiling file: org.apache.flex.html.beads.AccordionCollapseBead
     [java] Writing file: 
js\out\org\apache\flex\html\beads\AccordionCollapseBead.js
     [java] Compiling file: org.apache.flex.html.supportClasses.DateItemRenderer
     [java] Writing file: 
js\out\org\apache\flex\html\supportClasses\DateItemRenderer.js
     [java] Compiling file: org.apache.flex.html.supportClasses.MXMLItemRenderer
     [java] Writing file: 
js\out\org\apache\flex\html\supportClasses\MXMLItemRenderer.js
     [java] Compiling file: 
org.apache.flex.html.beads.layouts.HorizontalFlowLayout
     [java] Writing file: 
js\out\org\apache\flex\html\beads\layouts\HorizontalFlowLayout.js
     [java] Compiling file: org.apache.flex.html.accessories.PasswordInputBead
     [java] Writing file: 
js\out\org\apache\flex\html\accessories\PasswordInputBead.js
     [java] Compiling file: 
org.apache.flex.html.accessories.PasswordInputRemovableBead
     [java] Writing file: 
js\out\org\apache\flex\html\accessories\PasswordInputRemovableBead.js
     [java] Compiling file: org.apache.flex.svg.Circle
     [java] Writing file: js\out\org\apache\flex\svg\Circle.js
     [java] Compiling file: org.apache.flex.html.beads.models.RangeModelExtended
     [java] Writing file: 
js\out\org\apache\flex\html\beads\models\RangeModelExtended.js
     [java] Compiling file: 
org.apache.flex.html.supportClasses.DateChooserHeader
     [java] Writing file: 
js\out\org\apache\flex\html\supportClasses\DateChooserHeader.js
     [java] Compiling file: org.apache.flex.events.ItemRemovedEvent
     [java] Writing file: js\out\org\apache\flex\events\ItemRemovedEvent.js
     [java] Compiling file: 
org.apache.flex.html.beads.DataProviderItemsChangeNotifier
     [java] Writing file: 
js\out\org\apache\flex\html\beads\DataProviderItemsChangeNotifier.js
     [java] Compiling file: org.apache.flex.html.beads.DispatchKeyboardEventBead
     [java] Writing file: 
js\out\org\apache\flex\html\beads\DispatchKeyboardEventBead.js
     [java] Compiling file: org.apache.flex.html.beads.models.BinaryImageModel
     [java] Writing file: 
js\out\org\apache\flex\html\beads\models\BinaryImageModel.js
     [java] Compiling file: 
org.apache.flex.html.beads.layouts.VerticalLayoutWithPaddingAndGap
     [java] Writing file: 
js\out\org\apache\flex\html\beads\layouts\VerticalLayoutWithPaddingAndGap.js
     [java] Compiling file: org.apache.flex.svg.beads.ImageView
     [java] Writing file: js\out\org\apache\flex\svg\beads\ImageView.js
     [java] Compiling file: org.apache.flex.html.beads.DataGridView
     [java] Writing file: js\out\org\apache\flex\html\beads\DataGridView.js
     [java] Compiling file: org.apache.flex.html.beads.DecrementButtonView
     [java] Writing file: 
js\out\org\apache\flex\html\beads\DecrementButtonView.js
     [java] Compiling file: org.apache.flex.html.beads.ISpinnerView
     [java] Writing file: js\out\org\apache\flex\html\beads\ISpinnerView.js
     [java] Compiling file: org.apache.flex.html.beads.SpinnerView
     [java] Writing file: js\out\org\apache\flex\html\beads\SpinnerView.js
     [java] Compiling file: org.apache.flex.html.HRule
     [java] Writing file: js\out\org\apache\flex\html\HRule.js
     [java] Compiling file: org.apache.flex.core.FilledRectangle
     [java] Writing file: js\out\org\apache\flex\core\FilledRectangle.js
     [java] Compiling file: 
org.apache.flex.html.supportClasses.DateChooserButton
     [java] Writing file: 
js\out\org\apache\flex\html\supportClasses\DateChooserButton.js
     [java] Compiling file: org.apache.flex.html.Accordion
     [java] Writing file: js\out\org\apache\flex\html\Accordion.js
     [java] Compiling file: org.apache.flex.html.RadioButton
     [java] Writing file: js\out\org\apache\flex\html\RadioButton.js
     [java] Compiling file: org.apache.flex.html.beads.PanelWithControlBarView
     [java] Writing file: 
js\out\org\apache\flex\html\beads\PanelWithControlBarView.js
     [java] Compiling file: org.apache.flex.html.beads.IncrementButtonView
     [java] Writing file: 
js\out\org\apache\flex\html\beads\IncrementButtonView.js
     [java] Compiling file: org.apache.flex.html.supportClasses.SpinnerButton
     [java] Writing file: 
js\out\org\apache\flex\html\supportClasses\SpinnerButton.js
     [java] Compiling file: org.apache.flex.html.supportClasses.ICollapsible
     [java] Writing file: 
js\out\org\apache\flex\html\supportClasses\ICollapsible.js
     [java] Compiling file: 
org.apache.flex.html.supportClasses.AccordionItemRenderer
     [java] Writing file: 
js\out\org\apache\flex\html\supportClasses\AccordionItemRenderer.js
     [java] Compiling file: org.apache.flex.html.beads.WebBrowserView
     [java] Writing file: js\out\org\apache\flex\html\beads\WebBrowserView.js
     [java] Compiling file: 
org.apache.flex.html.beads.layouts.OneFlexibleChildHorizontalLayout
     [java] Writing file: 
js\out\org\apache\flex\html\beads\layouts\OneFlexibleChildHorizontalLayout.js
     [java] Compiling file: 
org.apache.flex.html.beads.layouts.HorizontalFlexLayout
     [java] Writing file: 
js\out\org\apache\flex\html\beads\layouts\HorizontalFlexLayout.js
     [java] Compiling file: org.apache.flex.html.beads.layouts.SimpleTableLayout
     [java] Writing file: 
js\out\org\apache\flex\html\beads\layouts\SimpleTableLayout.js
     [java] Compiling file: org.apache.flex.html.beads.models.TitleBarModel
     [java] Writing file: 
js\out\org\apache\flex\html\beads\models\TitleBarModel.js
     [java] Compiling file: 
org.apache.flex.html.beads.TextItemRendererFactoryForStringVectorData
     [java] Writing file: 
js\out\org\apache\flex\html\beads\TextItemRendererFactoryForStringVectorData.js
     [java] Compiling file: org.apache.flex.html.beads.TableCellView
     [java] Writing file: js\out\org\apache\flex\html\beads\TableCellView.js
     [java] Compiling file: org.apache.flex.html.beads.IBorderBead
     [java] Writing file: js\out\org\apache\flex\html\beads\IBorderBead.js
     [java] Compiling file: org.apache.flex.html.supportClasses.DateChooserList
     [java] Writing file: 
js\out\org\apache\flex\html\supportClasses\DateChooserList.js
     [java] Compiling file: org.apache.flex.html.supportClasses.TreeItemRenderer
     [java] Writing file: 
js\out\org\apache\flex\html\supportClasses\TreeItemRenderer.js
     [java] Compiling file: org.apache.flex.svg.Text
     [java] Found ignorable: SVGLocatable
     [java] Writing file: js\out\org\apache\flex\svg\Text.js
     [java] Compiling file: org.apache.flex.html.beads.layouts.ButtonBarLayout
     [java] Writing file: 
js\out\org\apache\flex\html\beads\layouts\ButtonBarLayout.js
     [java] Compiling file: 
org.apache.flex.html.beads.layouts.LayoutChangeNotifier
     [java] Writing file: 
js\out\org\apache\flex\html\beads\layouts\LayoutChangeNotifier.js
     [java] Compiling file: 
org.apache.flex.html.beads.SimpleDataProviderChangeNotifier
     [java] Writing file: 
js\out\org\apache\flex\html\beads\SimpleDataProviderChangeNotifier.js
     [java] Compiling file: org.apache.flex.html.beads.NumericStepperView
     [java] Writing file: 
js\out\org\apache\flex\html\beads\NumericStepperView.js
     [java] Compiling file: org.apache.flex.html.supportClasses.RadioButtonIcon
     [java] Writing file: 
js\out\org\apache\flex\html\supportClasses\RadioButtonIcon.js
     [java] Compiling file: org.apache.flex.html.beads.DisableBead
     [java] Writing file: js\out\org\apache\flex\html\beads\DisableBead.js
     [java] Compiling file: org.apache.flex.html.accessories.ToolTipBead
     [java] Writing file: js\out\org\apache\flex\html\accessories\ToolTipBead.js
     [java] Compiling file: org.apache.flex.html.TextInput
     [java] Writing file: js\out\org\apache\flex\html\TextInput.js
     [java] Compiling file: org.apache.flex.html.beads.IBackgroundBead
     [java] Writing file: js\out\org\apache\flex\html\beads\IBackgroundBead.js
     [java] Compiling file: org.apache.flex.html.Spinner
     [java] Writing file: js\out\org\apache\flex\html\Spinner.js
     [java] Compiling file: org.apache.flex.html.NumericStepper
     [java] Writing file: js\out\org\apache\flex\html\NumericStepper.js
     [java] Compiling file: org.apache.flex.html.beads.ImageButtonView
     [java] Writing file: js\out\org\apache\flex\html\beads\ImageButtonView.js
     [java] Compiling file: 
org.apache.flex.html.beads.layouts.OneFlexibleChildVerticalLayoutForOverflow
     [java] Writing file: 
js\out\org\apache\flex\html\beads\layouts\OneFlexibleChildVerticalLayoutForOverflow.js
     [java] Compiling file: org.apache.flex.svg.DOMWrapper
     [java] Writing file: js\out\org\apache\flex\svg\DOMWrapper.js
     [java] Compiling file: org.apache.flex.html.beads.models.ImageAndTextModel
     [java] Writing file: 
js\out\org\apache\flex\html\beads\models\ImageAndTextModel.js
     [java] Compiling file: org.apache.flex.html.SubAppLoader
     [java] Writing file: js\out\org\apache\flex\html\SubAppLoader.js
     [java] Compiling file: org.apache.flex.html.supportClasses.DropDownListList
     [java] Writing file: 
js\out\org\apache\flex\html\supportClasses\DropDownListList.js
     [java] Compiling file: org.apache.flex.html.CSSCheckBox
     [java] Writing file: js\out\org\apache\flex\html\CSSCheckBox.js
     [java] 91.4223985 seconds
     [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
     [copy] Copying 1 file to 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/ws/frameworks/js/FlexJS/libs>

main:

copy-swc:

BUILD FAILED
<http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/ws/build.xml>:503: The 
following error occurred while executing this line:
<http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/ws/frameworks/build.xml>:87:
 The following error occurred while executing this line:
<http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/ws/frameworks/build.xml>:237:
 The following error occurred while executing this line:
<http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/ws/frameworks/projects/Basic/build.xml>:44:
 Warning: Could not find file 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/ws/frameworks/projects/Basic/target/Basic.swc>
 to copy.

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

Reply via email to