--- Joe Fox <[EMAIL PROTECTED]> wrote:
> Just updated to 1.0.3 and started a new Struts > project. I have 3 merge > files in my merge directory, > struts-message-resource.xml, > struts-plugins.xml and struts-actions.xml. All but > struts-actions.xml > are merging properly. Here is the > struts-actions.xml file: > > <root> > <action path="/index" > type="org.apache.struts.actions.ForwardAction" > parameter="indexpage" /> > > <action path="/other" > type="org.apache.struts.actions.ForwardAction" > parameter="otherpage" /> > </root> > > > When it merges into struts-config.xml, it writes the > <root> tag making > my struts-config.xml fail validation: > > ... > <action-mappings> > ... > <root> > <action path="/index" > yype="org.apache.struts.actions.ForwardAction" > parameter="indexpage"></action> > <action path="/other" > type="org.apache.struts.actions.ForwardAction" > parameter="otherpage"></action> > </root> > </action-mappings> > ... > > Is this a known issue? Any help is appreciated. Not anymore :) I just fixed it in CVS. I would deploy a snapshot to codehaus when I found out why maven fails to authenticate me... ( you can build CVS head for now ) regards, ----[ Konstantin Pribluda http://www.pribluda.de ]---------------- Still using XDoclet 1.x? XDoclet 2 is released and of production quality. check it out: http://xdoclet.codehaus.org __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ xdoclet-plugins-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest
