You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Ju...@national.com.au on 2005/06/02 05:58:27 UTC

webdoclet.springvalidationxml

Hi all,

I cant get webdoclet.springvalidationxml to run.  I've got it as a postGoal
to java:compile and it just seems to skip the webdoclet attainGoal and
attempt the copy.  I'm not getting any error when I turn on debug output
(-X).

Any help much appreciated.

cheers,
Justin

maven.xml
---------
<postGoal name="test:compile">
  <attainGoal name="xdoclet:webdoclet"/>
  <copy file="${cbib.project.gen.dir}/spring/validation-rules.xml"
todir="${cbib.project.test.dir}" />
</postGoal>

project.xml
-----------
maven.xdoclet.webdoclet.deploymentdescriptor.0=false
maven.xdoclet.webdoclet.jsptaglib.0=false

maven.xdoclet.webdoclet.0.destDir=${cbib.project.gen.dir}/gen/spring
maven.xdoclet.webdoclet.0.excludedTags=@version,@author,@todo,@param,@return,@throws
maven.xdoclet.webdoclet.0.force=true
maven.xdoclet.webdoclet.0.verbose=true
maven.xdoclet.webdoclet.fileset.0=true
maven.xdoclet.webdoclet.fileset.0.dir=${cbib.project.test.dir}
maven.xdoclet.webdoclet.fileset.0.include=**/*.java

maven.xdoclet.webdoclet.springvalidationxml.0=true
maven.xdoclet.webdoclet.springvalidationxml.0.destDir=${cbib.project.gen.dir}/spring
maven.xdoclet.webdoclet.springvalidationxml.0.destinationFile=validation-rules.xml
maven.xdoclet.webdoclet.springvalidationxml.0.mergeDir=${cbib.project.test.dir}/conf


project.xml dependencies
--------------------------------------
<dependency>
<groupId>xdoclet</groupId>
<artifactId>xdoclet</artifactId>
<version>1.2</version>
</dependency>

<dependency>
<groupId>xdoclet</groupId>
<artifactId>xdoclet-ejb-module</artifactId>
<version>1.2</version>
<url>http://xdoclet.sf.net/</url>
</dependency>

<dependency>
<groupId>xjavadoc</groupId>
<artifactId>xjavadoc</artifactId>
<version>1.0.2</version>
<url>http://xdoclet.sf.net/</url>
</dependency>

<dependency>
<groupId>xdoclet</groupId>
<artifactId>xdoclet-web-module</artifactId>
<version>1.2</version>
<url>http://xdoclet.sf.net/</url>
</dependency>

<dependency>
<groupId>xdoclet</groupId>
<artifactId>maven-xdoclet-plugin</artifactId>
<version>1.2</version>
<type>plugin</type>
<url>http://xdoclet.sf.net/</url>
</dependency>

 <dependency>
<groupId>xdoclet</groupId>
<artifactId>xdoclet-apache-module</artifactId>
<version>1.2</version>
<url>http://xdoclet.sourceforge.net</url>
</dependency>




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