Re: [Xdoclet-user] struts-config and merging

2004-03-30 Thread Mark Lowe
I haven't used strutsdoclet but this might help. I've found that merge resources in general need to be in a directory structure that matches the package that your merging with. package com.foo.struts; .. MergeDir/com/foo/struts/struts-action.xml Mark On 30 Mar 2004, at 12:27, [EMAIL PROTECTED]

[Xdoclet-user] struts-config and merging

2004-03-30 Thread Nicolas . CHALUMEAU
In an other project I generate a struts-config.xml. I want to reuse it in my project and I want to know if it is possible during the merge to have a base struts-config.xml, merge it with struts-action.xml ... and with the result of the generation. struts-config.xml (from other project) + struts-