Re: uncopy -- custom task supporting mapper

2005-11-17 Thread Brian Kuhn
; > Ok, so just ing it wouldnt be enough. > > But where to get the "old" version? From , , ... ? > > > > Jan > > > > >-Ursprüngliche Nachricht- > > >Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] ] > > >Ges

Re: uncopy -- custom task supporting mapper

2005-11-17 Thread Brian Kuhn
k, so just ing it wouldnt be enough. > But where to get the "old" version? From , , ... ? > > Jan > > >-Ursprüngliche Nachricht- > >Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > >Gesendet: Mittwoch, 16. November 2005 21:02 > >An: Ant Use

AW: uncopy -- custom task supporting mapper

2005-11-16 Thread Jan.Materne
-- custom task supporting mapper > > >Puts back the old version of course. With infinite levels of undo, too. >:) > > > >-Original Message- >From: "Matt Benson" <[EMAIL PROTECTED]> >Sent: Wednesday, November 16, 2005 2:50 pm >To: "Ant Users

Re: uncopy -- custom task supporting mapper

2005-11-16 Thread dbrosius
Puts back the old version of course. With infinite levels of undo, too. :) -Original Message- From: "Matt Benson" <[EMAIL PROTECTED]> Sent: Wednesday, November 16, 2005 2:50 pm To: "Ant Users List" Subject: Re: uncopy -- custom task supporting mapper --- Br

Re: uncopy -- custom task supporting mapper

2005-11-16 Thread Matt Benson
--- Brian Kuhn <[EMAIL PROTECTED]> wrote: [SNIP] > I'm currently using the copy task to copy a fileset > from one directory to > another. [SNIP] > I'd like to somehow reverse (undo) this operation in > my clean target. My > first thought is something like this: > > > from="${dir-b}/LAYER/com/myc

uncopy -- custom task supporting mapper

2005-11-16 Thread Brian Kuhn
Hi all, I'm currently using the copy task to copy a fileset from one directory to another. I'd like to somehow reverse (undo) this operation in my clean target. My first thought is something like this: I've never created a custom task that supports mapper. Does anyone know of a resource