--- 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 ) ]---------------- Zu Verst�rkung meines Teams suche ich ab Sofort einen Softwareentwickler[In] f�r die Festanstellung. Arbeitsort: Mainz Skills: Programieren, Kentnisse in OpenSource-Bereich ----[ http://www.pribluda.de ]------------------------ __________________________________ Do you Yahoo!? Yahoo! Small Business $15K Web Design Giveaway http://promotions.yahoo.com/design_giveaway/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
