Hello

I'm having some trouble getting the xdoclet plugin to generate my struts-config.xml 
file.

It generates an empty web.xml file.

My maven project.properties include:
# -------------------------------------------------------------------
# XDoclet plugin.
# -------------------------------------------------------------------
maven.xdoclet.webdoclet.fileset.4=true
maven.xdoclet.webdoclet.fileset.4.include=**/*Action.java
maven.xdoclet.webdoclet.fileset.5=true
maven.xdoclet.webdoclet.fileset.5.include=**/*Form.java
maven.xdoclet.webdoclet.jsptaglib.0=false
maven.xdoclet.webdoclet.strutsconfigxml.0=true
maven.xdoclet.webdoclet.strutsconfigxml.0.version=1.1
maven.xdoclet.webdoclet.strutsvalidation.0=true

and in my maven project.xml I've added:
    <dependency>
      <groupId>xdoclet</groupId>
      <artifactId>xdoclet</artifactId>
      <version>1.2b4</version>
      <jar>xdoclet-web-module-1.2b4.jar</jar>
    </dependency>
    <dependency>
      <groupId>xdoclet</groupId>
      <artifactId>xdoclet</artifactId>
      <version>1.2b4</version>
      <jar>xdoclet-apache-module-1.2b4.jar</jar>
    </dependency>

When running Maven this is the output: C:\LocalDoc\Project>maven xdoclet:webdoclet  __ 
 __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT

(XDocletMain.start                   47  ) Running <deploymentdescriptor/>
Generating web.xml.
BUILD SUCCESSFUL
Total time: 12 seconds
Finished at: Thu Oct 02 14:13:59 CEST 2003

So what am I doing wrong?

---
Regards

Martin Nyholm Jelle,
System Architect
--------------------------------------
Stibo Catalog � S�ren Nymarks Vej 3 � DK - 8270 H�jbjerg � Denmark Phone +45 8939 1111 
� E-mail [EMAIL PROTECTED]

Visit us at www.stibocatalog.com � Read our e-magazine www.insight.stibo.com Global 
leaders in Product and Catalog Content Management � Europe � USA � Asia
--------------------------------------
This e-mail is intended for the addressee only and may contain information that is 
confidential. If you are not the intended recipient, you must not copy, distribute or 
take any action in reliance on it. If this email has been sent to you in error, please 
notify us immediately by telephone or by e-mail.
--------------------------------------


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to