On Fri, 2004-08-13 at 18:28, Laran Evans wrote:
> BUILD FAILED
> C:\Documents and Settings\Evans\My 
> Documents\IBM\wsappdev51\workspace\strutsWeb\build.xml:44: Class 
> xdoclet.modules.web.WebXmlSubTask doesn't support nested text data.
> 
> Line 44 is marked in the snippet below.
> 
>         <webdoclet
>       destdir="${strutsWeb.gen-src.dir}"
>       mergedir="${strutsWeb.merge.dir}"
>             excludedtags="@version,@author,@todo"
>             addedtags="@xdoclet-generated at ${TODAY},@copyright 
> Foo,@version ${version}"
>             force="${strutsWeb.xdoclet.force}"
>             verbose="true"> <!-- THIS IS LINE 44 -->

This looks okay, so it's probably not this line itself that the problem
but one of its child elements.

>             <fileset dir="${strutsWeb.java.dir}">
>                 <include name="**/*Servlet.java" />
>                 <include name="**/*Filter.java" />
>                 <include name="**/*Tag.java" />
>                 <include name="**/*Action.java" />
>             </fileset>
>             <deploymentdescriptor servletspec="2.3" 
> destdir="${strutsWeb.web-inf.dir}">
>                 <taglib uri="http://java.sun.com/jstl/ea/core";
> location="/WEB-INF/c.tld" />
>         <taglib uri="http://jakarta.apache.org/struts/tags-bean";
> location="/WEB-INF/struts-bean.tld" />>
>         <taglib uri="http://jakarta.apache.org/struts/tags-html";
> location="/WEB-INF/struts-html.tld" />>
>         <taglib uri="http://jakarta.apache.org/struts/tags-logic";
> location="/WEB-INF/struts-logic.tld" />>
>         <taglib uri="http://jakarta.apache.org/struts/tags-logic";
> location="/WEB-INF/struts-logic.tld" />>

These four entries look dodgy - see those double > signs?  Try fixing
those and see if it works any better.


Andrew.

>             </deploymentdescriptor>
>             <strutsconfigxml destdir="${strutsWeb.web-inf.dir}" />
>             <jsptaglib jspversion="1.2" 
> destdir="${strutsWeb.web-inf.dir}" shortname="j2ee" validateXml="false" />
>             <weblogicwebxml destdir="${strutsWeb.web-inf.dir}" 
> contextRoot="/struts" validateXml="true" />
>             <jrunwebxml destdir="${strutsWeb.web-inf.dir}" 
> mergedir="${strutsWeb.merge.dir}" />
>         </webdoclet>
> 
> TIA



-------------------------------------------------------
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
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to