Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Unable to build jetty from master or jetty-9.4-feature

master is currently for ongoing work towards Jetty 9.4.0

the current stable branches are ...
  jetty-9.2.x - for Jetty 9.2.14-SNAPSHOT on Java 7
  jetty-9.3.x - for Jetty 9.3.6-SNAPSHOT on Java 8

But if you want a stable release build, then use one of the tags.

Be sure you build with Maven 3.3.3+ on either Linux or OSX.
(Windows builds are rather complex to setup properly, so we discourage it)


Joakim Erdfelt / joakim@xxxxxxxxxxx

On Fri, Nov 6, 2015 at 3:09 AM, Mohd Farid <mohd.farid@xxxxxxxxxxxxxx> wrote:
Hello everyone

I am trying to build jetty and getting build errors. I have tried building from both master as well as jetty-9.4-feature.

Please suggest which branch can I use for getting a stable build.


Here is the error I am getting:

-------------------------------------------------------------

[INFO] Jetty :: Asynchronous HTTP Client .................. FAILURE [11:19 min]

-------------------------------------------------------------

[INFO] Total time: 21:36 min

[INFO] Finished at: 2015-11-06T14:01:25+05:30

[INFO] Final Memory: 83M/356M

[INFO] ------------------------------------------------------------------------

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project jetty-client: There are test failures.

[ERROR] 


-------------------------------------------------------------

Failed tests: 

  HttpClientTimeoutTest.testTimeoutCancelledWhenSendingThrowsException:463 null

  HttpClientTimeoutTest.testTimeoutCancelledWhenSendingThrowsException:463 null

Tests in error: 

  HttpClientTest.testConnectHostWithMultipleAddresses:926 » Execution java.io.EO...


Tests run: 498, Failures: 2, Errors: 1, Skipped: 9


Thank you

Farid


_______________________________________________
jetty-dev mailing list
jetty-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-dev


Back to the top