You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by eg...@post.ch on 2003/11/25 11:54:38 UTC

Struts - Xdoclet Maven Plugin

I'm trying to generate the struts-xml via xdoclet:webdoclet goal. 
And, of course, it doesn't work.

Here's my config:

<source>
maven.xdoclet.webdoclet.destdir=/web/WEB-INF
maven.xdoclet.webdoclet.force=true
maven.xdoclet.webdoclet.mergedir=metadata

maven.xdoclet.webdoclet.fileset.0=true
maven.xdoclet.webdoclet.fileset.0.dir=src/java

maven.xdoclet.webdoclet.deploymentdescriptor.0=true
maven.xdoclet.webdoclet.deploymentdescriptor.0.validatexml=true
maven.xdoclet.webdoclet.deploymentdescriptor.0.distributable=false
maven.xdoclet.webdoclet.deploymentdescriptor.0.displayname=foobar
maven.xdoclet.webdoclet.deploymentdescriptor.0.mergedir=metadata/web

maven.xdoclet.webdoclet.strutsconfigxml.0=true 
maven.xdoclet.webdoclet.strutsconfigxml.0.validatexml=true
maven.xdoclet.webdoclet.strutsconfigxml.0.version=1.1
maven.xdoclet.webdoclet.strutsconfigxml.0.mergedir=metadata/struts

maven.xdoclet.webdoclet.strutsvalidationxml.0=true
</source>


It only generates a generic web.xml and a tld.

What's wrong?

Cheers,
simon

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org