It's not a different plugin. The same plugin. I just figured out how
to make it work right. ;)
I am using JBoss 3.0.4 too. :)
One thing you should try is to add these dependencies to the project.xml
<dependency>
<id>javamail</id>
<version>1.2</version>
</dependency>
<dependency>
<id>xdoclet</id>
<version>1.2b2</version>
</dependency>
<dependency>
<id>xdoclet+xjavadoc</id>
<version>1.2b2</version>
</dependency>
<dependency>
<id>xdoclet+ejb-module</id>
<version>1.2b2</version>
</dependency>
<dependency>
<id>xdoclet+jboss-module</id>
<version>1.2b2</version>
</dependency>
<dependency>
<id>xdoclet+jmx-module</id>
<version>1.2b2</version>
</dependency>
<dependency>
<id>xdoclet+web-module</id>
<version>1.2b2</version>
</dependency>
<dependency>
<id>xdoclet+apache-module</id>
<version>1.2b2</version>
</dependency>
<dependency>
<id>xdoclet+xdoclet-module</id>
<version>1.2b2</version>
</dependency>
<dependency>
<id>ejb</id>
<version>2.0</version>
</dependency>
I tried to get the XDoclet guys to add more info about the need for
additional dependencies to their maven-plugin web page, but they haven't
yet.
-James
On Tue, 2003-03-04 at 18:55, James CE Johnson wrote:
> Hi James,
>
> Thaks for the feedback!
>
> At the moment I think I've got a simple configuration of project.xml
> plus maven.xml working. I'd much rather have a real plugin though. If
> you've got a working plugin I would really appreciate the chance to try
> it out on our app. I'll ping you on IM in the morning.
>
> We're using JBoss 3.0.3 and 3.0.4.
>
> Thanks,
> J
>
> James Ward wrote:
>
> >Hey James.
> >I spent about 2 days messing with the Maven XDoclet plugin. I figured
> >most stuff out. It's kinda a pain and there are many weird bugs that
> >take some serious debugging to figure out. So, to save you the pain
> >that I have gone through, I would be happy to answer questions for you.
> >Email me or IM me ( yahoo: jennyandjamesward ).
> >Also, I think I am going to mavenize xpetstore so that maven can have a
> >sample app which uses xdoclet and lots of cool plugins.
> >
> >One hint that saved me a lot of pain is to unjar the
> >maven-xdoclet-plugin-1.2b2.jar file and look in the plugin.jelly file to
> >make sure your properties are named correctly.
> >
> >Also, what app server are you using?
> >
> >-James
> >
> >
>
>
> ---------------------------------------------------------------------
> 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]