Re: uptodate when it isn't

2009-07-03 Thread Eric Fetzer
Move over to NAnt and use the task. http://nant.sourceforge.net/   From: "Ina, Antoine" To: Ant Users List Sent: Thursday, July 2, 2009 2:45:18 PM Subject: RE: uptodate when it isn't Hello All, I am a new ant user and I need help solvin

Re: uptodate when it isn't

2009-07-03 Thread Andy Stevens
2009/7/2 Dominique Devienne : > On Thu, Jul 2, 2009 at 12:21 PM, Andy > Stevens wrote: >> I've got a bit of a puzzle with an uptodate task, and I'm hoping I've >> just missed something obvious... > > To cut to the chase, do yourself a favor and use Ant-Contrib's . > > If you want to keep using , ru

RE: uptodate when it isn't

2009-07-02 Thread Ina, Antoine
ist Subject: Re: uptodate when it isn't On Thu, Jul 2, 2009 at 12:21 PM, Andy Stevens wrote: > I've got a bit of a puzzle with an uptodate task, and I'm hoping I've > just missed something obvious... To cut to the chase, do yourself a favor and use Ant-Contrib's .

Re: uptodate when it isn't

2009-07-02 Thread Dominique Devienne
On Thu, Jul 2, 2009 at 12:21 PM, Andy Stevens wrote: > I've got a bit of a puzzle with an uptodate task, and I'm hoping I've > just missed something obvious... To cut to the chase, do yourself a favor and use Ant-Contrib's . If you want to keep using , run in verbose mode (-v) and you should see

uptodate when it isn't

2009-07-02 Thread Andy Stevens
Hi, I've got a bit of a puzzle with an uptodate task, and I'm hoping I've just missed something obvious... Part of my build script "compiles" various database objects by copying them with token replacement, to substitute the environment-specific database name at various points. I didn't want to