Hello Filip,

Ensure you have the following dependencies in the
project.xml file:

    <dependency>
        <groupId>jboss</groupId>
        <artifactId>jboss-j2ee</artifactId>
        <version>3.2.1</version>
    </dependency>
    <dependency>
      <id>xdoclet</id>
      <version>1.2.3</version>
    </dependency>
    <dependency>
      <groupId>xdoclet</groupId>
      <artifactId>xdoclet-ejb-module</artifactId>
      <version>1.2.3</version>
      <url>http://xdoclet.sf.net/</url>
    </dependency>
    <dependency>
      <groupId>xdoclet</groupId>
      <artifactId>xdoclet-web-module</artifactId>
      <version>1.2.3</version>
      <url>http://xdoclet.sf.net/</url>
    </dependency>
    <dependency>
      <groupId>xdoclet</groupId>
      <artifactId>xdoclet-jmx-module</artifactId>
      <version>1.2.3</version>
      <url>http://xdoclet.sf.net/</url>
    </dependency>
    <dependency>
        <groupId>xdoclet</groupId>
        <artifactId>xdoclet-jboss-module</artifactId>
        <version>1.2</version>
    </dependency>
    <dependency>
        <groupId>xdoclet</groupId>
        <artifactId>xdoclet-bea-module</artifactId>
      <version>1.2.3</version>
    </dependency>

and add the following element in the build tag:

    <sourceDirectory>./main/src/java</sourceDirectory>

Regards,
Patrick


--- Filip Polsakiewicz <[EMAIL PROTECTED]> wrote:


> Hi all,
> 
> I expirence problems when using XDoclet in Maven. It
> tells me it would be 
> running the ejbdoclet task but nothing is generated
> and no errors are 
> displayed. Does anybody experience similar problems?
> Any hints on how I could 
> manage to get this running? My Java files are in the
> main/src/java directory 
> and I use the default xdoclet plugin properties.
> 
> Thanks, Filip
> 
> 
>
-------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do
> you grep through log files
> for problems?  Stop!  Download the new AJAX search
> engine that makes
> searching your log files as easy as surfing the 
> web.  DOWNLOAD SPLUNK!
>
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
> _______________________________________________
> xdoclet-user mailing list
> xdoclet-user@lists.sourceforge.net
>
https://lists.sourceforge.net/lists/listinfo/xdoclet-user
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to