Thanks for the response.  
  | 
  | This is so strange,  I have played with the xdoclet sample, it builds, 
  | updates web.xml.  I have copied the jboss-ide 1.3 /src/ <tutorial> to the 
  | xdoclet samples/src/java dir
  | 
  | effectively the fileset is ${samples.java.dir} includes **/*Servlet.java
  | 
  | directory with no effect i have copied the xdoclet sample <test> dir to the 
  | jboss-ide/src directory and it builds and shows in the web.xml file but still
  | no tutorial entries. 
  | 
  | --pilhuhn "mismatch of the root of the fileset"  ---
  | 
  | If I understand your point. I have examined the build file 
  | and the directory structure along with the package names.
  | 
  | where ComputeServlet.java is in tutorial/web the the package is
  | 
  |      package tutorial.web;
  | 
  | Where SimpleServlet.java is in test/web the package is 
  |         
  |      package test.web;
  | 
  | The above reside below <src> so using the below:
  | 
  | code segment target below <webdoc>:
  |         filset dir=src includes=**/*Servlet.java
  | 
  | The web.xml shows the SimpleServlet definition but the ComputeServlet is missing.

  | directory Structure:
  | 
  |       jboss-ide/src
  |                   /tutorial
  |                         /ejb, /interfaces, /web
  | (add from xdoclet/samples)
  |                   /test
  |                         /web, /dao, etc.
  | 
  | 
  |       <path id="xdoc.class.path">
  |             <pathelement 
location="C:/Apps/eclipse/plugins/org.jboss.ide.eclipse.jdt.j2ee.core_1.3.30/lib/j2ee-1.3/ejb-api.jar"/>
  |             <fileset dir="${xdoc.lib.dir}">
  |                   <include name="*.jar"/>
  |             </fileset>
  |             <fileset dir="${xdoclet.root.dir}/samples/lib">
  |                   <include name="*.jar"/>
  |             </fileset>
  |       </path>
  |       <echo message=" xdoc.class.path = ${xdoc.class.path}"/>
  |       <target description="Web" name="webdoc">
  |             <taskdef classname="xdoclet.modules.web.WebDocletTask" 
classpathref="xdoc.class.path" name="webdoclet"/>
  |             <webdoclet destDir="src/WEB-INF" force="true" verbose="true">
  |                   <fileset dir="src" includes="**/*Servlet.java"/>
  |                       <deploymentdescriptor Servletspec="2.3"/>
  |             </webdoclet>
  | 

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

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


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to