The following comment has been added to this issue:

     Author: John Stalker
    Created: Mon, 18 Jul 2005 4:25 PM
       Body:
Hi,
  I am using maven 1.0.2 and xdoclet 1.2.3 to generate ejb / jboss (4.0.2) 
descriptors.  Similar to the above issues I found that I needed these 
dependencies:
<dependency>
  <groupId>jboss</groupId>
  <artifactId>jboss-j2ee</artifactId>
  <version>4.0.2</version>
</dependency>
<dependency>
  <groupId>xdoclet</groupId>
  <artifactId>xdoclet-web-module</artifactId>
  <version>1.2.3</version>
</dependency>
<dependency>
  <groupId>xdoclet</groupId>
  <artifactId>xdoclet-jboss-module</artifactId>
  <version>1.2.3</version>
</dependency>                 
<dependency>
  <groupId>xdoclet</groupId>
  <artifactId>xdoclet-jmx-module</artifactId>
  <version>1.2.3</version>
</dependency>    

Also, you must set maven.xdoclet.ejbdoclet.jboss.0=true at the very least in 
one of build.properties, or project.properties for your project.

Better documentation is definately needed on the xdoclet main site.

Thanks!
---------------------------------------------------------------------
View this comment:
  
http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1212?page=comments#action_17006

---------------------------------------------------------------------
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: Mon, 18 Jul 2005 4:25 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.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to