My Favourite documentation is the code itself ... I sort of got used to having a look at the code in order to configure stuff. Due to the lackk of documentation. That's why I started documenting my stuff in the first place (I sort of keept re-fugguring out stuff over and over again)
Chris 2011/4/29 Eric B <[email protected]>: > On Fri, Apr 29, 2011 at 3:42 AM, Christofer Dutz > <[email protected]> wrote: >> >> Well the generator runs through all of your classes and tries to >> generate AS counterparts for them. >> I guess you want to only generate code for classes you explicitly >> define to be generated, right? >> Have a look at the pom here ... there I explicitly tell flexmojos for >> what classes I like my AS code to be generated: >> >> http://dev.c-ware.de/confluence/display/PUBLIC/Flexmojos+generated+AS3+model+with+Enum+support+using+BlazeDS >> >> But I guess you will have to clean-up your src/main/flex directory >> because it will be full of nonsense classes now. >> > > Indeed, the problem is that I am generating AS3 files for all the classes in > my jars, it seems. I have tried to look at your pom.xml to better > understand how to point it to the right places, but am having a miserable > time figuring out the settings available for the generator. None of my > combinations seem to work. > Were you able to find any documentation at all for it? I've even tried to > download the plugin sources and step through them so I could potentially > understand them a little better, but cannot manage to compile the sources. > I keep getting an missing artifact > error: org.apache.maven.shared:maven-filtering:jar:1.0-beta-3-SONATYPE-682132 > Thanks, > Eric > > -- > 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 > > http://flexmojos.sonatype.org/ > -- 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 http://flexmojos.sonatype.org/
