Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jersey-dev] [External] : unable to compile 3.0.2 tag
  • From: Jan Supol <jan.supol@xxxxxxxxxx>
  • Date: Fri, 27 Aug 2021 10:00:14 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=oracle.com; dmarc=pass action=none header.from=oracle.com; dkim=pass header.d=oracle.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=v1bVjb/IYky8APH8saI8IVDE52C4Ey/tWiJMqTX8zqg=; b=YOCF83nL2H6Bs3UT+j9Bh3IGqj+Afq1G8W0NmzW72nykf5DMGjoXKvLyYPcE52Zs4pAnUcRTw86EzVKsHeRDyfIKm1QQc9QkauwdbwNbwfeiwCumy/zFBJ5WeZn7CdHPbDbH6x5PNt/x90UXKK2gewQRmAYCH32iykUfLfgc9GHBic/PeccIteY9mI1D2Zg1/uSXGlMRhJGslSOh/K8nyW2EVgICnyKYAjowa7p3tGwYXucyoZ2ncVAWvkjYeYJig1Q488gJjlL7v353iBcUEIzEXPP/knChFyEcbfK+Vw6WVbw2neUBIrjSjMvgOdsOQPSEcEcvwAoxnfUTMjx22w==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=FfdkW1bJReMsRcHyDoaCMtiAsMlUUmmjBHskqXaeJhiN3z7oFlB7L42zyxYcckXjpt+cdhp59VtWgz1QC06g7iVkP/YEAgHTXKwID1ZdY9lnzfLwRKTOPUGKTJzBkXc0vhnziPOxbjW1PAcBrkKKrSFS+Djn9mfzxZ3wwQ69PgjAYFThJBlWQ13sy84S4vwIKaC33YeGjsz822flAOnTEyMOCHOq9Bw/k/nZb1Kjgcd+q4Uwb4ds2lvCxSD/mZowiUr6I+yHhPLymQjlkE0XgGHOff/ew9gJksy4JZPpn5CROUZg4NMdIVFmxWOlcCSX5BSBlRoVmIgdUyOpzMBaRw==
  • Delivered-to: jersey-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jersey-dev/>
  • List-help: <mailto:jersey-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jersey-dev>, <mailto:jersey-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jersey-dev>, <mailto:jersey-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHXmxO6GFnRWjVh9UWiTNLlphq2HquHHeOv
  • Thread-topic: [External] : [jersey-dev] unable to compile 3.0.2 tag

Hi, 
some tests may fail on fast computers.
Use -DskipTests to skip the tests just to build Jersey. Optionally, you may @Ignore the tests which are failing for you.
Thanks,
Jan

From: jersey-dev <jersey-dev-bounces@xxxxxxxxxxx> on behalf of Han Song <vic.essential@xxxxxxxxx>
Sent: Friday, August 27, 2021 9:17 AM
To: jersey-dev@xxxxxxxxxxx <jersey-dev@xxxxxxxxxxx>
Subject: [External] : [jersey-dev] unable to compile 3.0.2 tag
 
Hi all,

I am new to Jersey and try to compile source code with 3.0.2 tag. but I got unit test failure and can't figure it out. I attached the mvn install output.

Thank you,
Han

Back to the top