Re: Bug in 'basename'?

2002-09-27 Thread Andy Hunt
At 8:44 AM +0200 9/27/02, Stefan Bodewig wrote: >On Thu, 26 Sep 2002, Andy Hunt <[EMAIL PROTECTED]> wrote: > >> What I'm expecting to be returned is '1.1.1'. Is there >> a way around this? > >This is a known bug in Ant 1.5 that has been fixed in CVS (to be >verified by using a nightly build) and

Re: Bug in 'basename'?

2002-09-26 Thread Stefan Bodewig
On Thu, 26 Sep 2002, Andy Hunt <[EMAIL PROTECTED]> wrote: > What I'm expecting to be returned is '1.1.1'. Is there > a way around this? This is a known bug in Ant 1.5 that has been fixed in CVS (to be verified by using a nightly build) and will be fixed in 1.5.1. Stefan -- To unsubscribe, e-ma

Bug in 'basename'?

2002-09-26 Thread Andy Hunt
Hi - I'm trying to chop the extension off of filenames and am running into what is probably a bug in the task 'basename'. Given two files 'build.xml' and '1.1.1.xml', the following will chop the extension '.xml': Here's the output: