Fianlly did it.
here are the dependencies Im using in case anyone else runs intro trouble.
Thanks Konstantin and Manos for contributing your time :)
-------
<!-- XDoclet2 Dependencies -->
<dependency>
<groupId>xdoclet</groupId>
<artifactId>xdoclet</artifactId>
<version>SNAPSHOT</version>
<url>http://xdoclet.codehaus.org/</url>
</dependency>
<dependency>
<groupId>xdoclet-plugins</groupId>
<artifactId>maven-xdoclet2-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<type>plugin</type>
<url>http://xdoclet.codehaus.org</url>
</dependency>
<dependency>
<groupId>xdoclet-plugins</groupId>
<artifactId>xdoclet-plugin-hibernate</artifactId>
<version>SNAPSHOT</version>
<url>http://xdoclet-plugins.sf.</url>
</dependency>
<dependency>
<groupId>qdox</groupId>
<artifactId>qdox</artifactId>
<version>1.6-SNAPSHOT</version>
<url>http://qdox.codehaus.org/</url>
</dependency>
<dependency>
<groupId>picocontainer</groupId>
<artifactId>picocontainer</artifactId>
<version>1.0</version>
<url>http://picocontainer.codehaus.org/</url>
</dependency>
<dependency>
<groupId>nanocontainer</groupId>
<artifactId>nanocontainer-ant</artifactId>
<version>1.0-beta-1</version>
<url>http://nanocontainer.codehaus.org/ant/</url>
</dependency>
<dependency>
<groupId>nanocontainer</groupId>
<artifactId>nanocontainer</artifactId>
<version>1.0-SNAPSHOT</version>
<url>http://nanocontainer.codehaus.org/</url>
</dependency>
<dependency>
<groupId>generama</groupId>
<artifactId>generama</artifactId>
<version>SNAPSHOT</version>
<url>http://generama.codehaus.org/</url>
</dependency>
<dependency>
<groupId>velocity</groupId>
<artifactId>velocity</artifactId>
<version>1.4</version>
<url>http://jakarta.apache.org/velocity/</url>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>2.1</version>
<url>http://jakarta.apache.org/</url>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.4</version>
<url>http://jakarta.apache.org/commons/logging/</url>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.6.1</version>
<url>http://jakarta.apache.org/</url>
</dependency>
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly</artifactId>
<version>1.0-beta-4</version>
<url>http://jakarta.apache.org/jelly/</url>
</dependency>
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-xml</artifactId>
<version>1.0</version>
<url>http://jakarta.apache.org/jelly/</url>
</dependency>
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-jsl</artifactId>
<version>1.0</version>
<url>http://jakarta.apache.org/jelly</url>
</dependency>
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-define</artifactId>
<version>1.0</version>
<url>http://jakarta.apache.org/jelly</url>
</dependency>
<dependency>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>1.4</version>
<url>http://www.dom4j.org</url>
</dependency>
<dependency>
<groupId>commons-jexl</groupId>
<artifactId>commons-jexl</artifactId>
<version>1.0</version>
<url>http://jakarta.apache.org/jexl/</url>
</dependency>
<dependency>
<groupId>ant</groupId>
<artifactId>ant</artifactId>
<version>1.5.3-1</version>
<url>http://ant.apache.org</url>
</dependency>
----------
On Wednesday 02 March 2005 14:01, Konstantin Priblouda wrote:
> --- Markos Charatzas <[EMAIL PROTECTED]> wrote:
> > Hello Konstantin,
> >
> > Thanks for pointing that out.
> > However, Im still having problems.
> >
> > Using XDoclet2 now in project.xml I have the
> > following,
> > (as defined in
>
> http://xdoclet.codehaus.org/maven-plugin/example-hibernate.html)
>
> > ----
> > <dependency>
> > <groupId>xdoclet</groupId>
> > <artifactId>maven-xdoclet-plugin</artifactId>
> > <version>1.0-SNAPSHOT</version>
> > <url>http://xdoclet.codehaus.org</url>
> > <type>plugin</type>
> > </dependency>
> > <dependency>
> > <groupId>xdoclet-plugins</groupId>
> > <artifactId>xdoclet-plugin-hibernate</artifactId>
> > <version>1.0-SNAPSHOT</version>
> > <url>http://xdoclet-plugins.sf.net/</url>
> > <properties>
> > <xdoclet.dependency>true</xdoclet.dependency>
> > </properties>
> > </dependency>
> > ----
> >
> > Wondering why its maven-xdoclet-plugin and not
> > maven-xdoclet2-plugin (notice
> > the 2), although I tried that and didnt work as well
> >
> > :/
>
> Hi Markos,
> maven xdoclet-2 plugin is not in a good shape yet, but
> good news it's not really needed.
>
> Here is a sample which is known to be working:
> http://cvs.picocontainer.codehaus.org/viewrep/~raw,r=1.1/picocontainer/java
>/jobdemo/maven.xml
> http://cvs.picocontainer.codehaus.org/viewrep/~raw,r=1.7/picocontainer/java
>/jobdemo/project.xml
>
>
> regard,
>
> =====
> ----[ Konstantin Pribluda ( ko5tik ) ]----------------
> Plugins for xdoclet-2 are released. check it out at:
> http://www.sourceforge.net/projects/xdoclet-plugins/
> ----[ http://www.pribluda.de ]------------------------
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]