Hi all,
I implement raw XML merge of all types. It can handle
<fileset id="1">
<includes name="1"/>
<includes name="2"/>
<includes name="3"/>
<excludes name="5"/>
</fileset>
<fileset id="1" mode="append">
<includes name="1"/>
<includes name="5"/>
<excludes name="3"/>
<excludes name="4"/>
</fileset>
correctly
[echo] E:\src\extern\nant\test2\1
[echo] E:\src\extern\nant\test2\2
BUT !
<fileset id="1" basedir="..\test1" mode="append">
<includes name="1"/>
<includes name="2"/>
</fileset>
basedir setting is lost during merge... You coudn't have one fileset with
two basedirs. Only possible approach is to override merging mechanism for
filesets and merge it differently. Plain XML merge could be default
mechanism though.
What do you think? Should I prepare patch for it?
Martin
-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers