On 5 November 2010 17:15, Jörg Schaible <joerg.schai...@gmx.de> wrote:
> James Carman wrote:
>
>> On Fri, Nov 5, 2010 at 12:24 PM, James Carman
>> <ja...@carmanconsulting.com> wrote:
>>>
>>> Interestingly enough, the program fails when I put net 1.4.1 on the
>>> classpath with:
>>>
>>> Exception in thread "main"
>>> org.apache.commons.vfs.FileNotFoundException: Could not read from
>>> "ftp://ftp.microsoft.com/MISC/CBCP.TXT"; because it is a not a file.
>>> at
>>>
> org.apache.commons.vfs.provider.AbstractFileObject.getInputStream(AbstractFileObject.java:1281)
>>> at
>>>
> org.apache.commons.vfs.provider.DefaultFileContent.getInputStream(DefaultFileContent.java:394)
>>> at com.carmanconsulting.vfs.App.main(App.java:38) Caused by:
>>> java.io.FileNotFoundException: ftp://ftp.microsoft.com/MISC/CBCP.TXT at
>>>
> org.apache.commons.vfs.provider.ftp.FtpFileObject.doGetInputStream(FtpFileObject.java:594)
>>> at
>>>
> org.apache.commons.vfs.provider.AbstractFileObject.getInputStream(AbstractFileObject.java:1273)
>>> ... 2 more
>>>
>>
>> Of course, it also fails with net 2.0.  Weird.
>
>  >:D
>
> Do you also try 2.2-SNAPSHOT ?
>
> When I look at http://commons.apache.org/net/changes-report.html and
> http://commons.apache.org/net/clirr-report.html it seems that 2.2 is again
> not really binary compatible anymore.

That's a separate issue.
I think we need to revert the remaining non-compatible changes in Net
2.2, make a release, and then decide how to fix the NNTP code (which
is only partially fixed at present anyway) without breaking
compatibility.

> - Jörg
>
>
>
> ---------------------------------------------------------------------
> 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