Hey,
I can get aggregate asdocs working (FM 4.0-alpha-5) when I bind it to
the install phase:
<execution>
<id>generate-asdoc</id>
<phase>install</phase>
<goals>
<goal>asdoc</goal>
</goals>
<configuration>
<aggregate>true</aggregate>
<outputDirectory>${project.build.directory}/asdoc</outputDirectory>
<sourcePaths>
<path>${project.build.sourceDirectory}</path>
<path>${project.build.testSourceDirectory}</path>
</sourcePaths>
<excludeClasses>
<class>TestRunner</class>
</excludeClasses>
</configuration>
</execution>
When I bind to the asdoc phase the asdocs still build but the
behaviour is no longer aggregate.
I would like to build the asdocs in an aggregate manner with:
mvn flexmojos:asdoc
And not build them during the install phase. Any idea what I'm doing wrong here?
Velo, I've still got the <codeph /> problem we discussed earlier and
I've found an instance of that within the XSLT for the asdocs template
so will look into modifying the XSLT to fix that issue. I'll let you
know if I make any progress...
Cheers,
--
mischa (aka muji).
--
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/