Steve Cohen wrote:
Finally, the Library Dependencies section of
http://ant.apache.org/manual/index.html still states that for the ftp
and telnet tasks, netcomponents.jar must be downloaded from
www.savarese.org/oro/downloads. However, the code of the ant tasks has
been changed to use
commons-net-1.0.0.jar for these tasks, which is now obtainable from
http://jakarta.apache.org/commons.net/download.html. While I haven't
tried the manual's way, I doubt it will work since the ant code now uses
the new commons-net package names.
I believe 1.5.2 still uses the oroinc classes. 1.6 uses the commons
version and the manual has been updated accordingly.
Conor