hi all,
    i am having problems in generating struts-config.xml using Maven.
i have read all the messages on the same topic, and i tried to see how was
the solution and replicate it, but i am still having problems

below is my project.properties

# set up xdoclet to process this subset of files
maven.xdoclet.webdoclet.fileset.0=true
maven.xdoclet.webdoclet.fileset.0.include=**/*Action.java
maven.xdoclet.webdoclet.mergeDir=src/merge

maven.xdoclet.webdoclet.strutsconfigxml.0=true
maven.xdoclet.webdoclet.strutsconfigxml.0.validateXML=true
maven.xdoclet.webdoclet.strutsconfigxml.0.Version=1.1

maven.xdoclet.hibernatedoclet.fileset.0=true
maven.xdoclet.hibernatedoclet.fileset.0.include=**/*.java


and here are my dependencies..

<dependency>

<id>xdoclet+ejb-module</id>

<version>1.2b2</version>

</dependency>

<dependency>

<id>xdoclet+web-module</id>

<version>1.2b2</version>

</dependency>

<dependency>

<id>xdoclet+hibernate-module</id>

<version>1.2b2</version>

</dependency>

<dependency>

<id>xdoclet+xdoclet-module</id>

<version>1.2b2</version>

</dependency>

<dependency>

<id>servletapi</id>

<version>2.3</version>

</dependency>

<dependency>

<groupId>jakarta-struts</groupId>

<artifactId>struts</artifactId>

<version>1.1</version>

</dependency>

<dependency>

<groupId>jakarta-struts</groupId>

<artifactId>jakarta-oro</artifactId>

<version>1.1</version>

</dependency>

<dependency>

<groupId>jakarta-struts</groupId>

<artifactId>struts-legacy</artifactId>

<version>1.1</version>

</dependency> <dependency>

anyone can help me out?



thanx in advance and regards

    marco




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to