Nathan Coast wrote:
I've been trying to use the maven plugin to generate ejb classes but I'm getting the following error.

taskdef class xdoclet.modules.ejb.EjbDocletTask cannot be found


Why don't you do this in maven.xml :

<preGoal name="java:compile">
  <attainGoal name="xdoclet:ejbdoclet"/>
</preGoal>

It works for me, and seems a lot easier than manually defining
taskdefs and doing it the Ant way.


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to