Peter V
unread,Apr 8, 2008, 7:48:54 PM4/8/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Israfil Mojo User Discussions
Hi!
First of all, thanks a lot for this mojo, it's a huge win over ant...
HOWEVER, being relatively new to maven, I'm struggling a bit with how
to get asdocs to be generated. I found this tidbit in one of the it
test pom's but it was commented out...
<executions>
<execution>
<goals><goal>asdoc</goal></goals>
<phase>package</phase>
</execution>
</executions>
and when I try to use it I get this:
[INFO] Internal error in the plugin manager executing goal
'net.israfil.mojo:maven-flex2-plugin:1.4-SNAPSHOT:asdoc': Unable to
find the mojo 'net.israfil.mojo:maven-flex2-plugin:1.4-SNAPSHOT:asdoc'
in the plugin 'net.israfil.mojo:maven-flex2-plugin'
Component descriptor cannot be found in the component repository:
javax.swing.Renderer.
Any suggestions?
thanks!
Peter+