> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: 4. januar 2003 04:12 > To: Turbine Maven Users List > Subject: Re: 2 qs about Xdoclet plugin > > > Tim Stephenson <[EMAIL PROTECTED]> wrote on 04/01/2003 > 09:47:46 AM: > > > Hi, > > > > I have just got the xdoclet 1.2b2 plugin installed and runnning and had > a > > couple of questions about it. > > > > 1. The plugin reports a NoClassDefFound unless I modify the classpath of > > each doclet to include the relevant module jar. For example in the ejb > > doclet I needed to add: > > <pathelement > path="${plugin.getDependencyPath('xdoclet+ejb-module')}"/> > > And I also needed to add the appropriate dependency to the plugin's > > project.xml > > Sounds about right. There are quite a few problems with the > xdoclet plugin > in cvs. I'd be happy to apply a patch that you sent through. >
Please send patches to the XDoclet plugin to XDoclet http://opensource.atlassian.com/projects/xdoclet and _not_ to the Maven team. The reason being that the jelly script is in fact generated by XDoclet itself. IIRC, we agreed before xmas that it should be the XDoclet team's responsibility to maintain the plugin. > > Since Ara said the plugin.jelly is generated could it be a problem in > the > > template (xdoclet+xdoclet-module appears in every goal instead of being > > substituted with the relevant modeule)? > No idea on that one. Ara? > xdoclet+xdoclet-module contains some generic code needed by all modules. If you hack the jelly script to fix a bug, just post a diff to XDoclet's JIRA, and we'll apply your changes. Cheers, Aslak > > 2. With the webdoclet I cannot work out how to generate my struts > config. U > > have the following property which appears to be what is required: > > > > maven.xdoclet.webdoclet.strutsconfigxml.0=true > > > > Any body have any ideas? > -- > dIon Gillard, Multitask Consulting > Blog: http://www.freeroller.net/page/dion/Weblog > Work: http://www.multitask.com.au > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
