I am trying to use xdoclet @web.filter to generate web.xml, but it doesn't work, here 
is the tag:


  | /**
  |  * @author 
  |  *
  |  * @web.filter
  |  *      name="XSLTFilter"
  |  *      display-name="XSLT Filter for post-processing HTTP Servlet XML response"
  |  * 
  |  * @web:filter-init-param name="param1" value="value1"
  |  * @web:filter-init-param name="param2" value="value2"
  |  *
  |  * @web.filter-mapping
  |  *      servlet-name="VaspHTTPDriverServlet"
  |  */
  | 

and the relating ant scripts are:

  |             <webdoclet 
  |                     destdir="${build.dir}/WEB-INF" 
  |                     mergedir="${xdoclet.merge.dir}/web"
  |             >
  |                     <fileset dir="${web.dir}"  includes="**/*Action.java" />
  |                     <fileset dir="${web.dir}"  includes="**/*Form.java" />
  |                     <fileset dir="${web.dir}"  includes="**/*Tag.java" />
  |                     <fileset dir="${web.dir}"  includes="**/*Servlet.java" />
  |                     <fileset dir="${web.dir}"  includes="**/*Filter.java" />
  |             <fileset dir="${java.dir}" includes="**/*Servlet.java"/>
  |                     
  |                     
  |                     
  |                     <deploymentdescriptor 
  |                             servletspec="${servlet.spec.version}"
  |                             distributable="false" 
  |                     >
  |             </deploymentdescriptor>
  |             
  |             <strutsconfigxml/>
  |             </webdoclet>
  | 

anybody get idea on what's wrong here? I am using xdoclet1.2b4 lib

Thanks a lot.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839269#3839269

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839269


-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to