When I try to generate struts-config.xml with the xdoclet:webdoclet maven 
plugin I have the following message and the files are not generate

Tag library requested that is not present: 'maven' in plugin: 
'maven-xdoclet-plugin-1.2'
BUILD SUCCESSFUL
Total time: 8 seconds
Finished at: Fri Mar 26 14:01:06 CET 2004

It seems to me that maven-xdoclet-plugin-1.2 need an other dependencies. 
Or maybe I forgot to configure something.
I use maven-1.0-rc2. 

My project.properties is the next :

maven.xdoclet.webdoclet.force=true 
maven.xdoclet.webdoclet.mergedir=conf/merge 

maven.xdoclet.webdoclet.fileset.0=true 
maven.xdoclet.webdoclet.fileset.0.include=**/*Action.java 

maven.xdoclet.webdoclet.strutsconfigxml.0=true 
maven.xdoclet.webdoclet.strutsconfigxml.destDir=${maven.build.dir}/xdoclet/web/META-INF
 

maven.xdoclet.webdoclet.strutsconfigxml.0.validatexml=true 
maven.xdoclet.webdoclet.strutsconfigxml.0.version=1.1 
maven.xdoclet.webdoclet.strutsconfigxml.0.mergeDir=conf/merge

My dependencies :

    <dependency> 
       <artifactId>xdoclet</artifactId> 
       <groupId>xdoclet</groupId> 
       <version>1.2</version> 
       <type>jar</type> 
    </dependency> 
    <dependency> 
       <artifactId>xdoclet-apache-module</artifactId> 
       <groupId>xdoclet</groupId> 
       <version>1.2</version> 
       <type>jar</type> 
    </dependency> 
    <dependency> 
       <artifactId>xdoclet-web-module</artifactId> 
       <groupId>xdoclet</groupId> 
       <version>1.2</version> 
       <type>jar</type> 
    </dependency> 
    <dependency> 
       <artifactId>xdoclet-xdoclet-module</artifactId> 
       <groupId>xdoclet</groupId> 
       <version>1.2</version> 
       <type>jar</type> 
    </dependency> 
    <dependency>
      <groupId>xdoclet</groupId>
        <artifactId>xjavadoc</artifactId>
        <version>1.0.2</version>
        <url>http://xdoclet.sourceforge.net/</url>
        <jar>xjavadoc-1.0.2.jar</jar>
    </dependency>


-------------------------------------------------------
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