Hi Fred,
Wednesday, March 12, 2003, 5:45:30 PM, you wrote:
FS> That's what I thought, unfortunately it does not seem to work for
FS> servlets. My jboss-web.xml stays empty...
OK, I spent a bit of time on this, this evening & came up with one
scenario that reproduced that effect. That occurred when fileset
directory of the included files in the webdoclet task, didn't match
the root of the java class.
e.g. I have /tmp/fred/TestServlet.java, with a "package fred;"
declaration.
This fails:
<fileset dir="/tmp/fred">
<include name="*Servlet.java"/>
</fileset>
This works:
<fileset dir="/tmp">
<include name="**/*Servlet.java"/>
</fileset>
If that's not it, then all I can suggest is that you start with the
sample SimpleServlet.java, which works & change step by step towards
your environment.
Say 'Hi' to the folks there from me, by the way, please!
--
Best regards,
Gwyn mailto:[EMAIL PROTECTED]
-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user