Hi,

I use the flex-mojos 3.3.0 and I tried to add asdoc to the install
process as follows,

                   <execution>
                        <id>generate-asdoc</id>
                        <phase>install</phase>
                        <goals>
                            <goal>asdoc</goal>
                        </goals>
                        <configuration>
                            <outputDirectory>$
{project.build.directory}/asdoc</outputDirectory>
                            <excludeClasses>TestRunner.mxml</
excludeClasses>
                        </configuration>
                    </execution>

But it never got called. Anything wrong here?

Thanks,

John
--~--~---------~--~----~------------~-------~--~----~
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