HI All,
I was using flexmojos-maven-plugin and was trying to use the
generate goal and i have problems with typemapping. After goipng
through the forums as velo said i have added <typeMapping>
<configuration>
<typeMappings>
<mapping>java.util.Map Object</mapping>
</typeMappings>
<includeJavaClasses>
<includeClass>*DTO</includeClass>
</includeJavaClasses>
<beanTemplate>
<template>${basedir}/src/main/template/beanBase.gsp</template>
<template>${basedir}/src/main/template/bean.gsp</template>
</beanTemplate>
</configuration>
I want the typemapping to be object instead of Imap so that i can use
these with blazeds.
I am having errors like [ERROR] C:\Galileo\WorkSpace\dtoSwc\target
\generated-sources\flexmojo\com\att\lightspeed\web\dto
\WorkGroupDTOBase.as:[37,43] Type was not found or was not a compile-
time constant: IMap. public function set testMap
(value:IMap):void {
Can you guys help me out what to do to get this working.
Thanks,
Vijay
--~--~---------~--~----~------------~-------~--~----~
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/
-~----------~----~----~----~------~----~------~--~---