On Sun, Jan 25, 2009 at 12:15 AM, [email protected]
<[email protected]> wrote:
> i am able to compile my swc with no problems (also flex unit is
> running) but for asdoc i get the following error
>
> D:\Dev\ccmTrunk\sourcetree\assets\app\client\flexcommon\src\main\flex
> \com\mercury\onyx\flexcommon\co
> mponent\radiobuttongroupex\RadioButtonGroupExComponentHelper.as(31):
> col: 44 Error: Type was not fou
> nd or was not a compile-time constant: Event.
>
> public function onCreationComplete(event:Event):void{
> ^
>
> BTW - does asdoc bound to a maven phase automatically - it didn't run
> when i run mvn site.
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>
Logan
--~--~---------~--~----~------------~-------~--~----~
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/
-~----------~----~----~----~------~----~------~--~---