Re: Touch in 3.1 vs. 4.1

2001-11-02 Thread Stefan Bodewig
On Thu, 1 Nov 2001, Steve Loughran <[EMAIL PROTECTED]> wrote: > Why not have a look at how touch actually touches files; I think you > will find it delegates the work to Project err, FileUtils 8-) Stefan -- To unsubscribe, e-mail: For additional commands, e-mail: <

Re: Touch in 3.1 vs. 4.1

2001-11-01 Thread Steve Loughran
ED]> To: "Ant-User" <[EMAIL PROTECTED]> Sent: Thursday, November 01, 2001 10:42 Subject: Touch in 3.1 vs. 4.1 > Hi folks, > > I've been sucessfully using Touch from within a custom taskdef that runs in > Ant 4.1; my code looks something like this: > >

Touch in 3.1 vs. 4.1

2001-11-01 Thread Christian Cryder
Hi folks, I've been sucessfully using Touch from within a custom taskdef that runs in Ant 4.1; my code looks something like this: Touch touch = new Touch(); touch.setProject(project); touch.setFile(fileName); touch.execute(); I now need to use this taskdef in Ant 3.1, and I've d