Re: Usage of deprecated methods in 1.6 CORE

2003-10-21 Thread Conor MacNeill
On Wed, 22 Oct 2003 12:17 am, peter reilly wrote: > On Tuesday 21 October 2003 13:32, Antoine Levy-Lambert wrote: > > Hi Jose, > > you are right, it is not a good example to be using deprecated methods. > > However, this is not a boiling problem. > > I would rather fix this in 1.7 (but that is just

Re: AW: Usage of deprecated methods in 1.6 CORE

2003-10-21 Thread peter reilly
4 > An: Ant Developers List > Betreff: Usage of deprecated methods in 1.6 CORE > > > Hi all, > > Taking a look around the code, I just notice that in several (many) > places > in the CORE code we are still calling deprecated methods. That looks > like > quite c

RE: Usage of deprecated methods in 1.6 CORE

2003-10-21 Thread Jose Alberto Fernandez
that would made more difficult for people to upgrade their code. Jose Alberto > -Original Message- > From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] > Sent: 21 October 2003 13:32 > To: Ant Developers List > Subject: AW: Usage of deprecated methods in 1.6 CORE > >

AW: Usage of deprecated methods in 1.6 CORE

2003-10-21 Thread Antoine Levy-Lambert
venture into virtual file systems, and ... Cheers, Antoine -Ursprungliche Nachricht- Von: Jose Alberto Fernandez [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 21. Oktober 2003 13:14 An: Ant Developers List Betreff: Usage of deprecated methods in 1.6 CORE Hi all, Taking a look around the

Usage of deprecated methods in 1.6 CORE

2003-10-21 Thread Jose Alberto Fernandez
Hi all, Taking a look around the code, I just notice that in several (many) places in the CORE code we are still calling deprecated methods. That looks like quite cheeky to me ;-) If we say that those methods should not be used, we should be the first ones not using them. If it turns out that the