I can use
mvn flexmojos:asdoc
to generate the asdoc. If I cannot bind asdoc goal to maven default
process, I can
live with that.
I have another problem. Since our team uses flexbuilder and some
member created a TestRunner.mxml
in the main/flex folder. I want to exclude that file from asdoc goal.
How to do that?
I tried both
<configuration>
<outputDirectory>$
{project.build.directory}/asdoc</outputDirectory>
<excludeClasses>TestRunner.mxml</
excludeClasses>
</configuration>
and
<configuration>
<outputDirectory>$
{project.build.directory}/asdoc</outputDirectory>
<excludeClasses>TestRunner</
excludeClasses>
</configuration>
but none is working.
Thanks,
John
On Sep 14, 4:11 pm, John <[email protected]> wrote:
> Seems mime is a different problem, I do have the phase specified there
> and also tried you new attach-asdoc goal without phase, but still
> cannot
> see anything on the console.
>
> Thanks,
>
> John
>
> On Sep 14, 3:54 pm, John <[email protected]> wrote:
>
> > Right, It is not executed when run maven clean install. Sure, I will
> > take a look.
>
> > Thanks,
>
> > John
>
> > On Sep 14, 3:48 pm, Marvin Froeder <[email protected]> wrote:
>
> > > You are saying it is not executed when you run mvn clean install?
> > > Then you did something wrong, there is another asdoc topic from today,
> > > that
> > > a look on it.
>
> > > VELO
>
> > > On Mon, Sep 14, 2009 at 4:46 PM, John <[email protected]> wrote:
>
> > > > 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/
-~----------~----~----~----~------~----~------~--~---