Here's my flexmojos config:

 <plugin>
        <groupId>org.sonatype.flexmojos</groupId>
        <artifactId>flexmojos-maven-plugin</artifactId>
        <version>${flexmojos.version}</version>
        <extensions>true</extensions>
                <dependencies>
          <dependency>
            <groupId>com.adobe.flex</groupId>
            <artifactId>compiler</artifactId>
            <version>${flex.version}</version>
            <type>pom</type>
          </dependency>
        </dependencies>
                <configuration>
        <sourceFile>CafeParsley.mxml</sourceFile>
            <showWarnings>false</showWarnings>
            <optimize>true</optimize>
            <debug>true</debug>
            <coverage>true</coverage>
            <verboseStacktraces>true</verboseStacktraces>
            <includeTestFiles>
                  <includeTestFile>*Test.as</includeTestFile>
            </includeTestFiles>
                </configuration>
      </plugin>

The coverage files themselves are being generated... Observing the
timestamp and size of the index.html in realtime I see it initially
being created with content but then being overwritten by the as3doc
phase and subsequently it is empty...

Anyone know how to resolve this?  Is this a bug in flexmojos 4.x?

Thanks!

-- 
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/

Reply via email to