Konstantin Priblouda wrote:

--- Dan Washusen <[EMAIL PROTECTED]> wrote:


Hi all,
I'm having some troubles with the xdoclet plugin...
After a bit of stuffing around I had both the hibernatedoclet and
ejbdoclet gaols working. Now I'm trying to incorporate the XDoclet
IBM websphere module into the equation and everything dies.


I haven't been able to find any decent docs on how
to set this up so it's been a process of trial and error. When I add
the dependency <dependency> <groupId>xdoclet</groupId> <artifactId>xdoclet-ibm-module</artifactId>
<version>1.2b4</version> </dependency> to my project.xml maven no longer
seems to be able to execute the hibernatedoclet and ejbdoclet goals. If
I remove the dependancy it alls works again.


Does anyone have any ideas or know of any
examples/docs I could use?

I've attached my project.xml, maven.xml and
project.properties files.

The problem seems to occur with both RC1 and RC2
(although I'm using RC1 as the hibernotedoclet complains about something
missing).



What does maven / xdoclet say? COuld it be that you
just did not activated your websphere modules?
( consult plugin.jelly for property names... grep will
help you )


Sometimes maven -X helps to locate missing
dependency...

regards,

=====
----[ Konstantin Pribluda ( ko5tik ) ]----------------


Turns out I was missing:

       <dependency>
           <groupId>xdoclet</groupId>
           <artifactId>xdoclet-web-module</artifactId>
           <version>1.2b4</version>
       </dependency>

looks like the xdoclet-ibm-module depends on the xdoclet-web-module...

The solutions was found in this thread:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg07512.html

sigh! but yay it works :)

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



Reply via email to