RE: Selectively copying versions of files

2006-11-09 Thread Hagen, Christian
ber 07, 2006 7:14 PM > To: user@ant.apache.org > Subject: Re: Selectively copying versions of files > > > I've read up on selectors, and you're right -- they do the > job, at least on a file-by-file basis. But this doesn't > really do what I want. Consider:

Re: Selectively copying versions of files

2006-11-07 Thread Chris Gibble
t; wrote: From: Matt Benson [mailto: [EMAIL PROTECTED] To: user@ant.apache.org, [EMAIL PROTECTED] Date: Tue, 7 Nov 2006 09:05:03 -0800 (PST) Subject: Re: Selectively copying versions of files You can copy decreasing levels from most-specific toleast-specific to your target directory, using a select

Re: Selectively copying versions of files

2006-11-07 Thread Matt Benson
You can copy decreasing levels from most-specific to least-specific to your target directory, using a selector. Check the manual for "Selectors". HTH, Matt --- Chris Gibble <[EMAIL PROTECTED]> wrote: > > My apologies if this has been asked before, but I > couldn't find anything related -- and