hello,
u r welcome
if by any chance u get it to work with ejbdodclet and webdoclet could you
post your pom.xml? i'd need to convert my existing projects to use m2 xd2
plugin.. but right now i am busy with ohter stuff....

regards
marco

On 1/10/07, nicolas de loof <[EMAIL PROTECTED]> wrote:

Thanks a lot for code sample.

2007/1/10, Marco Mistroni <[EMAIL PROTECTED]>:
>
> Hi,
>    i have tried to use xdoclet2 plugin for hibernate
> here's how i m using it
>
> <plugin>
>     <groupId>xdoclet</groupId>
>     <artifactId>maven2-xdoclet2-plugin</artifactId>
>     <version>2.0.5</version>
>     <executions>
>         <execution>
>         <id>xdoclet</id>
>         <phase>process-classes</phase>
>         <goals>
>             <goal>xdoclet</goal>
>         </goals>
>         </execution>
>     </executions>
>     <dependencies>
>         <dependency>
>         <groupId>xdoclet-plugins</groupId>
>         <artifactId>xdoclet-plugin-hibernate</artifactId>
>         <version>1.0.4-SNAPSHOT</version>
>         </dependency>
>     </dependencies>
>     <configuration>
>         <configs>
>         <config>
>             <components>
>             <component>
>                 <classname>
> org.xdoclet.plugin.hibernate.HibernateMappingPlugin</classname>
>                  <params>
>                     <version>3.0</version>
>                     <destdir>${project.build.outputDirectory}</destdir>
>                              </params>
>             </component>
>             </components>
>
>
>         </config>
>         </configs>
>     </configuration>
> </plugin>
>
> i suppose other uses are similar
>
> hth
> marco
>
> PS got a problem wit 2.0.5-SNAPSHOT last wkend... i was suggested to
move
> to
> 2.0.5
>
>
>
>
> On 1/10/07, nicolas de loof <[EMAIL PROTECTED]> wrote:
> >
> > Thanks !
> >
> > the mojo is for xDoclet, not xDoclet2.
> > Is there active dev on xDoclet2 ?
> >
> > Nico.
> >
> >
> > Le 10/01/07, LAMY Olivier <[EMAIL PROTECTED]> a écrit :
> > >
> > > Hi,
> > >
> > >
http://repo1.maven.org/maven2/org/codehaus/mojo/xdoclet-maven-plugin/
> > >
> > > Try with
> > > <plugin>
> > >   <artifactId>xdoclet-maven-plugin</artifactId>
> > >   <groupId>org.codehaus.mojo</groupId>
> > >   <version>1.0-alpha-2</version>
> > >   ...
> > > </plugin>
> > >
> > > Look http://mojo.codehaus.org/xdoclet-maven-plugin/usage.html
> > >
> > > I think  http://xdoclet.codehaus.org/Maven2+plugin is not up to
date.
> > >
> > > --
> > > Olivier
> > >
> > > -----Message d'origine-----
> > > De : nicolas de loof [mailto:[EMAIL PROTECTED]
> > > Envoyé : mercredi 10 janvier 2007 08:52
> > > À : Maven Users List
> > > Objet : xdoclet2 maven2 plugin
> > >
> > > Hello,
> > > According to http://xdoclet.codehaus.org/Maven2+plugin, the xdoclet2
> > > plugin for maven2 can be downloaded from
> > > http://dist.codehaus.org/xdoclet/maven-plugins/.
> > >
> > > This folder contains both a SNAPSHOT and a "2.0.5.jar". Is this
plugin
> > > ready for production ? Why isn't it deployed on public maven
> repository
> > ?
> > >
> > > Nico.
> > >
> > >
> > > This e-mail, any attachments and the information contained therein
> > ("this
> > > message") are confidential and intended solely for the use of the
> > > addressee(s). If you have received this message in error please send
> it
> > back
> > > to the sender and delete it. Unauthorized publication, use,
> > dissemination or
> > > disclosure of this message, either in whole or in part is strictly
> > > prohibited.
> > >
> > >
> >
>
--------------------------------------------------------------------------------------------------------------
> > > Ce message électronique et tous les fichiers joints ainsi que  les
> > > informations contenues dans ce message ( ci après "le message" ),
sont
> > > confidentiels et destinés exclusivement à l'usage de la  personne à
> > laquelle
> > > ils sont adressés. Si vous avez reçu ce message par erreur,
merci  de
> le
> > > renvoyer à son émetteur et de le détruire. Toutes diffusion,
> > publication,
> > > totale ou partielle ou divulgation sous quelque forme que se soit
non
> > > expressément autorisées de ce message, sont interdites.
> > >
> > >
> >
>
-------------------------------------------------------------------------------------------------------------
> > >
> > >
> > >
---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> >
>
>


Reply via email to