The packaging and legal stuff looks ok to me all the sig's verify etc. The
only issue i saw was when building the src (on winxp) i get the following
failure:

[INFO]
----------------------------------------------------------------------------
[INFO] Building HttpCore (NIO extensions module)
[INFO]    task-segment: [test]
[INFO]
----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 96 source files to C:\ASF\httpc\httpcomponents-
core-4.0-alpha7-SNAPSHOT\module-nio\target\classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Compiling 35 source files to C:\ASF\httpc\httpcomponents-
core-4.0-alpha7-SNAPSHOT\module-nio\target\test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: C:\ASF\httpc\httpcomponents-
core-4.0-alpha7-SNAPSHOT\module-nio\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.http.nio.TestAll
org.apache.http.nio.reactor.IOReactorException: Failure accepting connection
        at
org.apache.http.impl.nio.reactor.DefaultListeningIOReactor.processEvent(
DefaultListeningIOReactor.java:103)
        at
org.apache.http.impl.nio.reactor.DefaultListeningIOReactor.processEvents(
DefaultListeningIOReactor.java:84)
        at
org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor.execute(
AbstractMultiworkerIOReactor.java:158)
        at
org.apache.http.impl.nio.reactor.TestDefaultListeningIOReactor$1.run(
TestDefaultListeningIOReactor.java:112)
        at java.lang.Thread.run(Thread.java:595)
Caused by: java.nio.channels.ClosedChannelException
        at sun.nio.ch.ServerSocketChannelImpl.accept(
ServerSocketChannelImpl.java:130)
        at
org.apache.http.impl.nio.reactor.DefaultListeningIOReactor.processEvent(
DefaultListeningIOReactor.java:100)
        ... 4 more
Tests run: 97, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 7.765 sec
<<< FAILURE!

Results :

Failed tests:
  testEndpointUpAndDown(
org.apache.http.impl.nio.reactor.TestDefaultListeningIOReactor)

Tests run: 97, Failures: 1, Errors: 0, Skipped: 0

   ...ant

On Jan 15, 2008 10:32 AM, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote:

> Folks,
>
> Please take a few minutes to review the release notes and release
> packages. If I hear no complaints, I'll go ahead with tagging the
> release in SVN and building the official release artifacts.
>
> Feel free to add more stuff to the release notes as this is a very
> important milestone for us.
>
> Release notes:
>
> http://people.apache.org/~olegk/httpcore-4.0-beta1-preview/RELEASE_NOTES.txt<http://people.apache.org/%7Eolegk/httpcore-4.0-beta1-preview/RELEASE_NOTES.txt>
>
> Packages:
> http://people.apache.org/~olegk/httpcore-4.0-beta1-preview/packages/<http://people.apache.org/%7Eolegk/httpcore-4.0-beta1-preview/packages/>
>
> Cheers
>
> Oleg
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to