If I have a fileset Mismatch as described above I do not see it...
I believe I understand what you are saying about the file mismatch
////
e.g. you have
fileset dir=srcs/com/acme/bla
include foo/*.java
but your package says com.acme.bla.foo
///
the fileset above would match
package foo; but not package com.acme.bla.foo;
perhaps fileset dir=srcs includes="com/acme/bla/foo/*.java"
or
fileset dir=srcs incluldes="**/*.java"
would work.???right
Because of the way ant builds this and xdoclet processes the file.
The following is the last portion of the Debug log from
(ant -d -f xdoc-build.xml webdoc) command. The two servlets are
SimpleServlet, and ComputeServlet...It appears to find them but I can
not tell much about what processing was done.
The SimpleServlet gets written to the web.xml but ComputeServlet does not.
===================
Class xjavadoc.AbstractType loaded from ant loader (parentFirst)
Class xjavadoc.ParameterImpl loaded from ant loader (parentFirst)
Finding class xjavadoc.ReturnType
Loaded from C:\apps\jakarta\xdoclet-1.2.1\lib\xjavadoc-1.0.3.jar
xjavadoc/ReturnType.class
Class xjavadoc.ReturnType loaded from ant loader (parentFirst)
Finding class test.web.SimpleServlet.VelocityServlet
Finding class test.web.VelocityServlet
Finding class java.lang.VelocityServlet
Class javax.naming.Context loaded from parent loader (parentFirst)
Class javax.naming.InitialContext loaded from parent loader (parentFirst)
Class javax.rmi.PortableRemoteObject loaded from parent loader (parentFirst)
Finding class javax.ejb.EJBObject
Loaded from
C:\Apps\eclipse\plugins\org.jboss.ide.eclipse.jdt.j2ee.core_1.3.30\lib\j2ee-1.3\ejb-api.jar
javax/ejb/EJBObject.class
Class java.rmi.Remote loaded from parent loader (parentFirst)
Class javax.ejb.EJBObject loaded from ant loader (parentFirst)
Finding class javax.ejb.EJBHome
Loaded from
C:\Apps\eclipse\plugins\org.jboss.ide.eclipse.jdt.j2ee.core_1.3.30\lib\j2ee-1.3\ejb-api.jar
javax/ejb/EJBHome.class
Class javax.ejb.EJBHome loaded from ant loader (parentFirst)
Finding class tutorial.web.ComputeServlet.HttpServlet
Finding class tutorial.web.HttpServlet
Finding class java.lang.HttpServlet
Class java.io.BufferedReader loaded from parent loader (parentFirst)
Class java.util.TreeMap loaded from parent loader (parentFirst)
Couldn't load Resource filter-mappings.xml
Couldn't load Resource listeners.xml
Couldn't load Resource servlets.xml
Class sun.reflect.MethodAccessorImpl loaded from parent loader (parentFirst)
Couldn't load Resource web-sec-rolerefs-{0}.xml
Couldn't load Resource servlet-mappings.xml
Couldn't load Resource mime-mappings.xml
Couldn't load Resource welcomefiles.xml
Couldn't load Resource error-pages.xml
Couldn't load Resource taglibs.xml
Couldn't load Resource web-resource-env-refs.xml
Couldn't load Resource ejb-resourcerefs.xml
Couldn't load Resource ejb-resourcerefs-{0}.xml
Couldn't load Resource ejb-resourcerefs-{0}.xml
Couldn't load Resource web-security.xml
Couldn't load Resource web-sec-roles.xml
Couldn't load Resource web-env-entries.xml
Couldn't load Resource web-env-entries-{0}.xml
Couldn't load Resource web-env-entries-{0}.xml
Couldn't load Resource web-ejbrefs.xml
Couldn't load Resource web-ejbrefs-local.xml
BUILD SUCCESSFUL
Total time: 13 seconds
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846252#3846252
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846252
-------------------------------------------------------
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