i restructured my ant build to follow the xpetstore (mine was getting too
complicated) and the @struts.action, @struts.action-forward,
@struts.form-field, etc are working... however the @struts.form tags now
never get put into the struts-config.xml (merged version) now.

ideas as to where to investigate [since part of the extraction is being
done...]?
i've run out of ideas after a couple of hours. usually something small that
another pair of eyes could spot easily....

:-( dke
using: jakarta-struts-1.1-rc2
xdoclet-1.2b2/lib

======== fragment ========
  <target name="xdoclet.struts" depends="init">
    <taskdef
      name="webdoclet"
      classname="xdoclet.modules.web.WebDocletTask"
      classpathref="xdoclet.class.path"
    />

    <webdoclet
      destdir="${build.dir}/WEB-INF"
      addedtags="@xdoclet-generated at ${TODAY},@copyright The XDoclet
Team,@author XDoclet,@version ${xdoclet.version}"
      mergedir="${resources.dir}/xdoclet/struts"
      force="true"
    >
     <fileset dir="${java.dir}/struts">
      <include name="**/*Action.java" />
      <include name="**/*Form.java" />
     </fileset>

    <strutsconfigxml
      destdir="${build.dir}/WEB-INF"
      mergedir="${resources.dir}/xdoclet/struts"
      />
    <strutsvalidationxml/>
    </webdoclet>
  </target>




*********************************************************************************
Confidentiality Notice: This email message, including any attachments, 
contains or may contain confidential information intended only for the 
addressee. If you are not an intended recipient of this message, be 
advised that any reading, dissemination, forwarding, printing, copying
or other use of this message or its attachments is strictly prohibited. If
you have received this message in error, please notify the sender 
immediately by reply message and delete this email message and any
attachments from your system. 
*********************************************************************************



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to