Hi All,

is there a solution for this? I have the same problem like Ilya that
my generated ValueObjects base classes extend IExternalizable.

My current configuration for flexmojos-maven-plugin:

                        <plugin>
                                <groupId>org.sonatype.flexmojos</groupId>
                                <artifactId>flexmojos-maven-plugin</artifactId>
                                <version>3.3-SNAPSHOT</version>
                                <configuration>
                                        <enableM2e>true</enableM2e>
                                </configuration>
                                <dependencies>
                                        <dependency>
                                                <groupId>org.graniteds</groupId>
                                                
<artifactId>granite-generator</artifactId>
                                                <version>2.0.0.GA</version>
                                        </dependency>
                                </dependencies>
                                <executions>
                                        <execution>
                                                <goals>
                                                        <goal>generate</goal>
                                                </goals>
                                                <configuration>
                                                        <includeJavaClasses>
                                                                
<includeClass>class1</includeClass>
                                                                
<includeClass>class2</includeClass>
                                                                
<includeClass>class3</includeClass>
                                                                
<includeClass>class4</includeClass>
                                                        </includeJavaClasses>
                                                </configuration>
                                        </execution>
                                </executions>
                                <extensions>true</extensions>
                        </plugin>

Can you please provide an example how to force flexmojos-generator to
use the granite ds 2.0.0.GA generator, so no classes using
IExternalizable are generated?

Thank you in advance,
Christoph


On 20 Jun., 22:42, Ilya Dyoshin <[email protected]> wrote:
> Good day community.
>
> I've tried to use generated code and I'm getting error #2173 when
> trying to fetch data from server. As I've understand the problem is
> with generated code - especially the code of the generated AS Entity.
>
> How to make flex-mojos 3.3-SNAPSHOT using graniteds2.0.0.RC1 or
> graniteds2.0.0.GA generator ?
>
> Best regards,
> Ilya Dyoshin
--~--~---------~--~----~------------~-------~--~----~
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