Hi,

why this kind of problems are not shown in Maven builds? (I suppose Harbs
added since ANT build failed), any clue?
thanks

El lun., 27 ene. 2020 a las 14:59, <ha...@apache.org> escribió:

> This is an automated email from the ASF dual-hosted git repository.
>
> harbs pushed a commit to branch develop
> in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
>
>
> The following commit(s) were added to refs/heads/develop by this push:
>      new 23813cb  Missing imports
> 23813cb is described below
>
> commit 23813cb32465df2765ccba2ae389d9a491c7ab5c
> Author: Harbs <ha...@in-tools.com>
> AuthorDate: Mon Jan 27 15:58:57 2020 +0200
>
>     Missing imports
> ---
>  .../Jewel/src/main/royale/org/apache/royale/jewel/ToggleButton.as
> | 1 +
>  .../src/main/royale/org/apache/royale/jewel/beads/controls/ToolTip.as
> | 1 +
>  2 files changed, 2 insertions(+)
>
> diff --git
> a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/ToggleButton.as
> b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/ToggleButton.as
> index 99fd2a6..08ccbe0 100644
> ---
> a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/ToggleButton.as
> +++
> b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/ToggleButton.as
> @@ -21,6 +21,7 @@ package org.apache.royale.jewel
>      COMPILE::SWF
>      {
>      import flash.events.MouseEvent;
> +       import org.apache.royale.core.IToggleButtonModel;
>      }
>      COMPILE::JS
>      {
> diff --git
> a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/ToolTip.as
> b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/ToolTip.as
> index 975b000..3bae5b9 100644
> ---
> a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/ToolTip.as
> +++
> b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/ToolTip.as
> @@ -30,6 +30,7 @@ package org.apache.royale.jewel.beads.controls
>         import org.apache.royale.utils.OSUtils;
>         import org.apache.royale.utils.PointUtils;
>         import org.apache.royale.utils.UIUtils;
> +       import org.apache.royale.events.Event;
>
>         /**
>          *  The ToolTip class is a specialty bead that can be used with
>
>

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

Reply via email to