|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Mergedir in Spring plugin does not mergeHello folks,
I'm trying to use the mergedir in the Spring plugin, but it does not merge. Here is my component definition: <component classname="org.xdoclet.plugin.spring.SpringConfigXMLPlugin" destdir="WebRoot/WEB-INF" mergedir="metadata/web" validate="false" filereplace="applicationContext.xml"/> I'm using xdoclet2 with ant. When the applicationContext.xml is generated the information about the merge is shown as below: <!--start merging from source: metadata/webspring-beans.xml--> <!--to specify aditional beans place file "spring-beans.xml" into merge directory. Define root element as <j:jelly xmlns:j="jelly:core">--> <!--end merging from source: metadata/webspring-beans.xml--> Is necessary to perform any additional task? Could someone please, help me? Thanks in advance. Regards, Ferreira. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: Mergedir in Spring plugin does not merge--- "jkairos@..." <jkairos@...> wrote: > Hello folks, Hello, ( "folks" is too much - I'm quite alone here ;) ) You are using wrong list - as this is for core xdoclet. PLugins ghave dedicated list and this question definitely belongs there. > > I'm trying to use the mergedir in the > Spring plugin, but it does not merge. > > Here is my component definition: > > <component > classname="org.xdoclet.plugin.spring.SpringConfigXMLPlugin" > destdir="WebRoot/WEB-INF" > mergedir="metadata/web" > validate="false" > filereplace="applicationContext.xml"/> > > I'm using xdoclet2 with ant. > > When the applicationContext.xml is generated the > information about the merge is shown as below: > > <!--start merging from source: > metadata/webspring-beans.xml--> > <!--to specify aditional beans place file > "spring-beans.xml" into > merge directory. > Define root element as <j:jelly > xmlns:j="jelly:core">--> > <!--end merging from source: > metadata/webspring-beans.xml--> > > Is necessary to perform any additional task? It would be cool to specify mergedir as URL: <component> <classname>org.xdoclet.plugin.web.WebPlugin</classname> <params> <mergedir>file:${basedir}/src/merge/</mergedir> <servletversion>2.4</servletversion> </params> </component> > Could someone please, help me? I'm trying ;) regards, ----[ Konstantin Pribluda http://www.pribluda.de ]---------------- JTec quality components: http://www.pribluda.de/projects/ ____________________________________________________________________________________ Need a vacation? Get great deals to amazing places on Yahoo! Travel. http://travel.yahoo.com/ --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
|
|
|
|
|
RE: Re: Mergedir in Spring plugin does not merge--- "jkairos@..." <jkairos@...> wrote: > I'm sorry I'll post this issue at the right list ;). well, I'm there too ;) regards, ----[ Konstantin Pribluda http://www.pribluda.de ]---------------- JTec quality components: http://www.pribluda.de/projects/ ____________________________________________________________________________________ Got a little couch potato? Check out fun summer activities for kids. http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email |
| Free embeddable forum powered by Nabble | Forum Help |