The following comment has been added to this issue:

     Author: Christian Willy Asmussen
    Created: Tue, 15 Feb 2005 7:00 PM
       Body:
Have a look at #XDT-547 bug. It reads:

"1. It was necessary to include the dependency xdoclet-web-module, otherwise 
the ejbdoclet step would be called by Maven and would do nothing. Should this 
be included ? It seems to be nothing to do with JBoss to me."

And that actually works!

try adding something like:

        <dependency>
            <groupId>xdoclet</groupId>
            <artifactId>xdoclet-web-module</artifactId>
            <version>1.2.2</version>
            <url>http://xdoclet.sourceforge.net/</url>
        </dependency>

to your POM
---------------------------------------------------------------------
View this comment:
  
http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1212?page=comments#action_15977

---------------------------------------------------------------------
View the issue:
  http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1212

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-1212
    Summary: Maven plugin not generating code
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: XDoclet
 Components: 
             Maven Plugin
   Versions:
             1.2.1

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Frederico Ramos

    Created: Thu, 23 Dec 2004 7:45 PM
    Updated: Tue, 15 Feb 2005 7:00 PM
Environment: WinXP, P4HT
JDK 1.4.2_06
Maven 1.0.1


Description:

Iīve being trying to use XDoclet plugin for Maven but I canīt make it work. 
Iīve configured as explained and try other several ways posted by some people 
in the net, but still no result.

I created a sample app., added one entity ejb in the examle.app package but the 
plugin is not generating the remote/home interfaces, or any other class (like 
utils, VOs, etc.) I know maven is reading my configurations since I got this 
from the verbose mode, but I donīt understand why itīs not doing something :

    [ejbdoclet] [DEBUG] fileset: Setup scanner in dir H:\fredz\projects\myejb\s
rc\java with patternSet{ includes: [**/*Bean.java] excludes: [] }
    [ejbdoclet] [DEBUG] Class org.apache.tools.ant.DirectoryScanner loaded from
parent loader
    [ejbdoclet] [DEBUG] Finding class xjavadoc.filesystem.AbstractFile
    [ejbdoclet] [DEBUG] Class xjavadoc.filesystem.AbstractFile loaded from ant l
oader
    [ejbdoclet] [DEBUG] Finding class xdoclet.XDocletMain
    [ejbdoclet] [DEBUG] Class xdoclet.XDocletMain loaded from ant loader
[DEBUG] Adding reference: ejbdoclet.java.compile.src.set ->
attaining goal build:end
popping off [EMAIL PROTECTED] for org.apache.mave
[EMAIL PROTECTED] in maven-xdoclet-plugin:maven-xdoclet-plugin
popping off [EMAIL PROTECTED] for org.apache.mave
[EMAIL PROTECTED] in app:app






---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to