Hi Leander,
On Wednesday 15 September 2004 12:33, M.-Leander Reimer wrote:
> The problem either lies in you dependency list or your properties. E.g.
> I think it should be
>
> maven.xdoclet.ejbdoclet.jboss.0.Version=3.2 (capital V)
> maven.xdoclet.ejbdoclet.jboss.0.validateXML=true
> maven.xdoclet.ejbdoclet.jboss.0.preferredRelationMapping
thanks
> Your dependencies are almost like mine, besides I would not include the
> maven-xdoclet-plugin 1.2.2-SNAPSHOT as dependency (because thats the
> plugin itself), and I have declared xdoclet-web-module and
> xdoclet-apache-module as additional dependencies.
the problem was the two missing dependencies
<dependency>
<groupId>xdoclet</groupId>
<artifactId>xdoclet-jmx-module</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>xdoclet</groupId>
<artifactId>xdoclet-web-module</artifactId>
<version>1.2</version>
</dependency>
It seems that the jboss module depend on both (web and jmx)
It's working now.
Thanks
regards,
Joachim
-------------------------------------------------------
This SF.Net email is sponsored by: thawte's Crypto Challenge Vl
Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam
Camcorder. More prizes in the weekly Lunch Hour Challenge.
Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user