You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Mouttet Christian <Ch...@keller-verlag.de> on 2003/06/25 09:18:36 UTC

Trouble with xdoclet:webdoclet

Hi all,

I want to generate strutsconfigxml with the maven-plugin (maven-xdoclet-plugin-1.2b3-dev). The deployment descriptor generation is working fine.

In project.xml there is

    <dependency>
      <id>xdoclet+web-module</id>
      <version>1.2b3-dev</version>
    </dependency>


project.properties looks like this:
---------->
maven.war.webxml=${maven.build.dir}/xdoclet/webdoclet/WEB-INF/web.xml

maven.xdoclet.webdoclet.deploymentdescriptor.0.mergeDir=${basedir}/conf
maven.xdoclet.webdoclet.deploymentdescriptor.0.xmlencoding=ISO-8859-1

maven.xdoclet.webdoclet.jsptaglib.0=false

maven.xdoclet.webdoclet.strutsconfigxml.0=true
maven.xdoclet.webdoclet.strutsconfigxml.0.mergeDir=${basedir}/conf
<----------


Result of `maven xdoclet:webdoclet`
---------->
 __  __
|  \/  |__ Jakarta _ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-beta-9-SNAPSHOT


(XDocletMain.start                   45  ) Running <deploymentdescriptor/>
Generating web.xml.
BUILD SUCCESSFUL
Total time:  6 seconds
<----------


Any solutions?


-Chris


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