The error is for the Event (flash) class being unknown to the
compiler, while it does in compile phase.
i did notice that there is no import for the Event class somehow when
the regular compiler compile the SWC it is known although no specific
import is being made

for example this will fail in asdoc
package radiobuttongroupex
{

        import mx.collections.ArrayCollection;
        import mx.controls.RadioButton;

        public class RadioButtonGroupExComponentHelper
        {
                private var savedSelectedItem:Object;

                [Bindable]
                public var dataProvider:ArrayCollection;

                public function RadioButtonGroupExComponentHelper()     {
                }

                public function onCreationComplete(event:Event):void{
                        setSelectedItem(savedSelectedItem);
                }

        }


On Jan 25, 2:35 pm, Marvin Froeder <[email protected]> wrote:
> Complete unknown error....
>
> There is one know issue related to Embed assets located at
> src/main/resources.  I couldn't add path resolver to asdoc.
>
> But dunno anything about this error.  Any details you could provide?
>
> VELO
>
> On Sun, Jan 25, 2009 at 8:05 AM, [email protected] <
>
>
>
> [email protected]> wrote:
>
> > What about the compilation error - which is not there for the regular
> > compile and pop up during the asdoc target.
>
> > On Jan 25, 9:30 am, RedBugz Software <[email protected]> wrote:
> > > On Sun, Jan 25, 2009 at 12:29 AM, RedBugz Software <[email protected]>
> > wrote:
> > > > You need to declare a dependency on the plugin, then it will run with
> > mvn site:
> > > >                        <plugin>
> > > >                                <groupId>info.flex-mojos</groupId>
> > > >                                <artifactId>asdoc-mojo</artifactId>
> > > >                                <version>${flex-mojos.version}</version>
> > > >                        </plugin>
>
> > > Oops, forgot, you also need to put it in the reporting section:
> > >         <reporting>
> > >                 <plugins>
> > >                         <plugin>
> > >                                 <groupId>info.flex-mojos</groupId>
> > >                                 <artifactId>asdoc-mojo</artifactId>
> > >                                 <version>${flex-mojos.version}</version>
> > >                         </plugin>
> > > .....
>
> > > Logan- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Flex Mojos" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex-mojos?hl=en?hl=en

http://blog.flex-mojos.info/
-~----------~----~----~----~------~----~------~--~---

Reply via email to