Message:

   The following issue has been re-assigned.

   Assignee: Nick Heudecker (mailto:[EMAIL PROTECTED])
---------------------------------------------------------------------
View the issue:
  http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1292

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-1292
    Summary: actionform ignores templateFile
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: XDoclet
 Components: 
             Apache Module
   Versions:
             1.2.2

   Assignee: Nick Heudecker
   Reporter: Kevin Richards

    Created: Wed, 9 Mar 2005 5:50 AM
    Updated: Sat, 26 Mar 2005 12:31 PM
Environment: jdk 1.5, maven  1.0.2

Description:
The struts_form.xdt in release 1.2.2  refers to ActionMapping and 
HttpServletRequest without an import statement which means the generated code 
won't compile.  

Trying to set my own templateFile to correct the problem doesn't seem to work 
in maven.

...
maven.xdoclet.xdoclet.actionform.0.templateFile=metadata/xdoclet-templates/struts_form.xdt
...

Is there somewhere I can point my maven project to pick up a fixed version of 
1.2.2 or a SNAPSHOT of 1.3?

Kevin


p.s.

I've tried building the CVS contents but the build failed at 

---
        <externalizerdoclet destdir="${module.classes.dir}">
            <fileset dir="${module.src.dir}">
                <include name="**/*.java" />
            </fileset>
            <externalizer tagName="msg.bundle" keyParamName="id" 
valueParamName="msg"/>
        </externalizerdoclet>
---

seeming to complain that a template was not found.




---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to