--- "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
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

Reply via email to