sebb wrote:
On 15/02/2009, Oleg Kalnichevski <[email protected]> wrote:
sebb wrote:

On 15/02/2009, sebb <[email protected]> wrote:

On 15/02/2009, Oleg Kalnichevski <[email protected]> wrote:
 > Oleg Kalnichevski wrote:
 >
 > > sebb wrote:
 > >
 > > > On 15/02/2009, Oleg Kalnichevski <[email protected]> wrote:
 > > >
 > >
 >
 >  ...
 >
 >
 > >
 > > >
 > > > >  I'll update the HC release process Wiki page tomorrow to
include this
 > > > > information unless you beat me to it
 > > > >
 > > > >
 >
http://wiki.apache.org/HttpComponents/HttpComponentsCoreReleaseProcess
 > > > >
 > > >
 > > > What about BUILDING.txt?
 > > >
 > > > It does not need full details of doing a release, but IMO it
would be
 > > > useful to describe how to at least build the documentation.
 > > >
 > > >
 > >
 >
 >  Done. Please review
 >


Looks good.


Spoke too soon, "mvn site" gives:

Missing:
----------
1)
org.apache.httpcomponents:httpcore:jar:4.0-beta4-SNAPSHOT
I don't know if that is because of the test failure.


 I believe so.

I've just done another test, and javadoc:javadoc fails for me with

Missing:
----------
1) org.apache.httpcomponents:httpcore:jar:4.0-beta4-SNAPSHOT

even though the test worked.


Well, I guess you need to run 'mvn install' first, or better 'mvn clean install'

We all love maven, don't we?


 All test cases pass for me. Tested on a Win and a Ubuntu system. NIO test
cases can fail if the host is very busy doing something else because most of
them have some arbitrary execution timeout.

Ah, that could be it. I've just paused the background AV check, and
the tests now work fine on WinXP, which is a relief!

 Can the failure be reproduced reliably?

Seems so - I just resumed the AV check and the test failed again, this
time with:

junit.framework.AssertionFailedError: expected:<0> but was:<5>

Previously I also had Eclipse churning away as well, which possibly
explains why there were 10 left.


Yep, this does explain the problem.

Cheers

Oleg

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to