Are you sure that you are using XDoclet 1.3.2 and not 1.2.3? I do not see a version 1.3.x on the XDoclet home page.

In my projects that use XDoclet, I specify:
<plugin>
       <groupId>org.codehaus.mojo</groupId>
       <artifactId>xdoclet-maven-plugin</artifactId>
       <executions>
         <execution>
           <phase>generate-sources</phase>
           <goals>
             <goal>xdoclet</goal>
           </goals>
           <configuration>
             <tasks>
               <ejbdoclet ... >
.
.
.
               </ejbdoclet>
             </tasks>
           </configuration>
         </execution>
       </executions>
     </plugin>

Using this downloads all of the correct bits and pieces from the repository for XDoclet 1.2.3

HTH

----- Original Message ----- From: "COPPENS, Fabien" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Wednesday, September 05, 2007 10:36 AM
Subject: Xdoclet plugin for generating EJB sources of ejbdoclet project



I am trying to automate the build of an EJB project that was generated
in Eclipse 3.2.2
using the Web Tools Platform (WTP 1.5.4) wizard for ejbdoclet projects.
This WTP service is based on xdoclet 1.3.2 (I see that in the project
facets).
I get a failure when trying to use the plugin xdoclet-maven-plugin
because it is apparently
expecting xdoclet v2.
When I look at repo1.maven.org/maven2/xdoclet-plugins, I see that there
are many different xdoclet plugins, including one called
xdoclet-plugin-ejb.

Can someone point me to a xdoclet plugin that will be compatible with
xdoclet 1.3.2 so that I can automate
my EJB project build ?

Fabien


This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to