Bugs item #1228091, was opened at 2005-06-27 10:20
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1228091&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: cvs
Status: Open
Resolution: None
Priority: 5
Submitted By: Martin Aliger (maliger)
Assigned to: Nobody/Anonymous (nobody)
Summary: add fileset merging mechanism

Initial Comment:
I'd like to introduce new mechanism, for extending 
existing fileset and fileset merging. I'm comming with 
this syntax:

<fileset id="foo1" basedir="xxx">
        <include name="world.peace" />
        <include name="world.war" />
</fileset>
<fileset id="foo2" basedir="xxx">
        <includesfileset refid="foo1" />
        <exclude name="world.war"/>
        <include name="reefer.saddness" />
        <include name="../t2/world.peace" />
</fileset>

We had already alot discussion in dev-list around this. 
Mainly how excludes should be handled and different 
basedirs problem.

I'd volunteer to code path and testcases for this stuff if 
there is enough interest for it.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1228091&group_id=31650


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to