Here's mine:

<webdoclet destdir="${build.dir}/web/WEB-INF"
force="${xdoclet.force}"
mergedir="metadata/web">
<fileset dir="src/web"/>
<configParam name="cactusOn" value="${enable.cactus}"/>
<deploymentdescriptor validatexml="true"
destdir="${build.dir}/${site}"
distributable="false"
/>
<jsptaglib validatexml="true"
shortName="antbook"
filename="antbook.tld"
/>
<strutsconfigxml validatexml="true" version="1.1"/>
<strutsvalidationxml omitdtd="true"/>
</webdoclet>

in my merge directory (metadata/web), I have welcomefiles.xml which contains this:

<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
<welcome-file>index.html</welcome-file>
</welcome-file-list>



On Thursday, January 9, 2003, at 06:44 PM, Ware, John wrote:
Could you share your use of the webdoclet tag so I could see how my syntax is incorrect.

thanks

john

-----Original Message-----
From:�� Matt Raible [SMTP:[EMAIL PROTECTED]]
Sent:�� Wednesday, January 08, 2003 8:33 PM
To:���� [EMAIL PROTECTED]
Subject:������� RE: [Xdoclet-user] deploymentdescriptor welcomeFiles ?

I have a welcomefiles.xml in my mergedir and it works fine.

HTH,

Matt

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Ware, John
Sent: Wednesday, January 08, 2003 1:24 PM
To: [EMAIL PROTECTED]
Subject: [Xdoclet-user] deploymentdescriptor welcomeFiles ?

Hi,
������� I'm using xdoclet 1.2-beta2 and am having a bit of trouble with webdoclet->deploymentdescriptor->welcomeFiles. The output from ant is Class xdoclet.modules.web.WebXmlSubTask doesn't support the "welcomefiles" attribute.

������� Otherwise, everything is ok. My compliments to the dev team for a nice tool.
������� Any ideas?



John D. Ware

�303 939 4187


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to