Re: Incorrect documentation of FTP task [net]

2004-02-18 Thread Daniel F. Savarese
In message <[EMAIL PROTECTED]>, Steve Cohen writes: >This is all true, Daniel, but I think the initial motivation of Dominique >Devienne was to REMOVE the requirement that oro be on ant's runtime classpath I wrote: >wrapper and J2SE 1.4 autodetection, in which case I would hope the point >would

Re: Incorrect documentation of FTP task [net]

2004-02-18 Thread Daniel F. Savarese
In message <[EMAIL PROTECTED]>, Dom inique Devienne writes: >Probably not... I simply try to avoid having twice the same functionality on >my classpath, and JDK1.4+ fulfills my regexp needs (albeit simple) just >fine. I've read a few times that ORO is superior to the JDK's regexp impl, >so it's no

Re: Incorrect documentation of FTP task [net]

2004-02-18 Thread Daniel F. Savarese
In message <[EMAIL PROTECTED]>, Steve Cohen writes: >You've built an interface to encapsulate the choice in regex implementations >with automatic checking. Sweet! Perhaps we could port it to commons-net - ... >Perhaps this checker mechanism could be ported to commons (a la >commons-logging).