Mhm.
> Yes, it's in the project.xml too. But it isn't relevant at
> this time. I'm trying to run the goal xdoclet:webdoclet. It
> should generate the deployment descriptors (web.xml,
> struts-config.xml) and doesn't compile java code.
This is what I have:
project.xml
<dependency>
<id>xdoclet+web-module</id>
<version>1.2b4</version>
</dependency>
<dependency>
<id>xdoclet+ejb-module</id>
<version>1.2b4</version>
</dependency>
<dependency>
<id>xdoclet+apache-module</id>
<version>1.2b4</version>
</dependency>
project.properties
# Configures webdoclet to built struts descritpors
maven.xdoclet.webdoclet.strutsconfigxml.0=true
maven.xdoclet.webdoclet.strutsconfigxml.0.Version=1.1
maven.xdoclet.webdoclet.strutsconfigxml.0.validateXML=true
maven.xdoclet.webdoclet.strutsconfigxml.0.mergeDir=${maven.conf.dir}/merge
maven.xdoclet.webdoclet.strutsconfigxml.0.destDir=${maven.build.dir}/web/MET
A-INF
Note that in the version I use the maven xdoclet plugin (version 1.2b4) not
longer uses
maven.xdoclet.xxxdoclet.subtask.Version=[0-9\.]
Its now:
maven.xdoclet.xxxdoclet.subtask.[0-9].Version=[0-9\.]
Hope that helps!
Toby
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]