On 20/03/2010, rwins...@apache.org <rwins...@apache.org> wrote:
> Hi all
>
>  Here is RC5 for commons::net available for review. Thanks to Niall and Sebb 
> for helping with some issues around the release.
>
>  Tag:
>
>  https://svn.apache.org/repos/asf/commons/proper/net/tags/NET_2_1_RC_5/
>
>  Site:
>
>  http://people.apache.org/builds/commons/net/2.1/RC5/site/index.html
>
>  Binaries:
>
>  http://people.apache.org/builds/commons/net/2.1/RC5/
>
>  [ ] +1 release it
>  [ ] +0 go ahead I don't care
>  [ ] -1 no, do not release it because

-1 because the code does not compile on Java 1.5:

[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] 
commons-net-2.1-src\src\main\java\org\apache\commons\net\ftp\FTPHTTPClient
.java:[92,18] cannot find symbol
symbol  : constructor IOException(java.lang.Exception)
location: class java.io.IOException

Looks like a Java 1.6 method has been used.

There are also some references to Jakarta in the documentation - some
are historical, and should be kept, but some are wrong. I'll make a
start fixing those in SVN.

>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>  For additional commands, e-mail: dev-h...@commons.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to