Jason,

What version are you using?  I fixed this in CVS a couple of days ago, so
I assume you're not using the latest cvs.  Could you grab the current cvs
and try it again... I just checked it now and it works for me, so let me
know if you have a problem.

for those interestesd in the cause, and empty collection or zero length
array is treated differently from an empty string in some tests for
values, I've changed it so an empty collection is the same as a zero
length string in regard to if_defined style tests.

cheers
dim

On Thu, 6 Dec 2001, Jason Carreira wrote:

> Hi all,
> 
> I'm a newbie to xdoclet, and trying to get my head around it by trying out
> the samples included with the distribution. I've gotten it to build the
> sources, etc., but it gives this error during webdoclet:
> 
> javadoc: In doclet class xdoclet.DocletTask$DocletMain,  method start has
> thrown an exception java.lang.reflect.InvocationTargetException
> Generated file
> [file:C:/Dev/projects/xdoclet-samples/build/web/WEB-INF/web.xml:line 68]
> Message=[Element "welcome-file-list" requires additional elements.] is not
> valid according to its DTD. This might be due to some missing @tags in your
> source.
> 
> I took a look at the web.xml generated, and it has
> "<welcome-file-list></welcome-file-list>" with nothing in there. I'm not
> sure where to make a change to get this to be set to something different.
> 
> In general, where do you set parameters that are set for the entire
> deployment, rather than just on a per-component basis? Things like
> welcome-file-list, but also if I wanted to have a central list of String
> values to plug into environment entries for multiple EJBs.
> 
> It would also be a good idea to get the samples into a fully working state,
> i.e. put all of the required .jar files in the lib directory, including the
> Struts library, which I had to go and download.
> 
> Thanks in advance,
> 
> Jason Carreira
> 
> --
> Jason Carreira
> Lead Systems Architect, Notiva Corp.
> phone:        585.240.2793
>   fax:        585.272.8118
> email:        [EMAIL PROTECTED]
> 
> 
> _______________________________________________
> Xdoclet-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/xdoclet-user
> 


_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to