Hi,
I tried asking this on the Maven list but unfortunately
I haven't got it working - so I've decided to try you
guys.
I'm using XDoclet to generate my web.xml and it's working just
fine. However, I'd now like to parameterise the web.xml
generation using XDoclet templates within files in my merge dir.
For example, here's a snippit from web-settings.xml file in
the merge directory:
<context-param>
<param-name>listenPort_http</param-name>
<param-value><XDtConfig:configParameterValue
paramName="httpPort"/></param-value>
</context-param>
If I set the property "httpPort=80" somewhere the result
of the above snippit being processed will be the following
bit in web.xml:
<context-param>
<param-name>listenPort_http</param-name>
<param-value>80</param-value>
</context-param>
I've no problem setting this from ant, but can someone let me
know how to set this from Maven (project.properties or maven.xml?).
Thanks,
ct
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user