when I use the maven pregoal I get the following output

[ejbdoclet] [DEBUG] fileset: Setup scanner in dir D:\xdoclet-1.2.1\samples\src\java with
patternSet{ includes: [**/*Bean.java] excludes: [] }


and then the execution goes directly to java:compile without generating any files. The same happens when I execute the ant taskdef. Any ideas how to get error messages or turn on debug for xdoclet?

thanks
Nathan

matthew.hawthorne wrote:

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





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