I have to ask some basic questions here, just starting out. I'm not yet
able to see how setting these variables in my project.properties relates to
things which are done in, say, web_xml.xdt
For example, I want to add a welcomeFile to the <welcome-files> section. I
can see
<XDtMerge:merge file="welcomefiles.xml">
</XDtMerge:merge>
<XDtConfig:ifHasConfigParam paramName="welcomeFiles">
<welcome-file-list>
<XDtConfig:forAllConfigParameters paramName="welcomeFiles">
<welcome-file><XDtConfig:configParameterValue
paramName="welcomeFiles.file"/></welcome-file>
</XDtConfig:forAllConfigParameters>
</welcome-file-list>
I put this in my project.properties, and the merge works just fine.
maven.xdoclet.webdoclet.mergeDir=${maven.src.dir}/merge
I can write my own welcomefiles.xml in that merge directory, and it works
just the way it looks that it would.
How can I add welomeFiles using maven's project.properties? How do I
arrange the property setting so that it ads something to welcomeFiles.file?
maven.xdoclet.webdoclet.deploymentdescriptor.0=true
maven.xdoclet.webdoclet.deploymentdescriptor.0.sessiontimeout=30
these things work find. Where/how do I specify welcomeFiles?
-------------------------------------------------------
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