Hi:
  Has anyone been successful in using webspherewebxml subtask? I keep
getting the error:
    webspherewebxml: 'templateFile' parameter missing. Specify both
'destinationFile' and 'templateFile' configuration parameters please.
  when I try to execute the task as shown belown:
       <webdoclet
        destdir="${generated.src.dir}"
        excludedtags="@version,@author"
        addedtags="@generated at ${TODAY}"
        force="true"
        verbose="true" >

        <fileset dir="${prjjava.dir}">
          <include name="${pkg.dir}/**/*Servlet.java" />
        </fileset>

        <deploymentdescriptor
             servletspec="2.2"
             destdir="${generated.webdd.dir}"
             distributable="false"
        />

        <webspherewebxml
             templateFile="ibm-web-bnd_xmi.xdi"
             destdir="${generated.webdd.dir}"
        />
     </webdoclet>

   Looking at the source, WebSphereXmlSubTask, I notice that it is referring
to files that don't exists. Now, my knowledge in xdoclet is mimimal but I
suspect that there is a problem with the source.

Thanks
keith



-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power & Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to