sebb wrote:
Likewise can one just perform the nio tests?

Just run the tests in the module-nio folder

cd module-nio; mvn test

Tried that, unfortunately it does not work:

 D:\eclipseworkspaces\main\httpcore\module-nio>mvn test
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------
[INFO] Building HttpCore (NIO extensions module)
[INFO]    task-segment: [test]
[INFO] ------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] ------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------
[INFO] Failed to resolve artifact.

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


You have to make sure HttpCore main has been installed locally.

cd module-main; mvn install

Oleg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to