Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id EE009200CC8 for ; Fri, 30 Jun 2017 05:25:27 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id ED35B160BFB; Fri, 30 Jun 2017 03:25:27 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3D94C160BED for ; Fri, 30 Jun 2017 05:25:27 +0200 (CEST) Received: (qmail 51059 invoked by uid 500); 30 Jun 2017 03:25:25 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 51048 invoked by uid 99); 30 Jun 2017 03:25:25 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jun 2017 03:25:25 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 28C7DC1396 for ; Fri, 30 Jun 2017 03:25:25 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.173 X-Spam-Level: * X-Spam-Status: No, score=1.173 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-1, SPF_SOFTFAIL=0.972] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id GUIxFJ9Dznzv for ; Fri, 30 Jun 2017 03:25:24 +0000 (UTC) Received: from cdptpa-oedge-vip.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.225]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id D46295FAC9 for ; Fri, 30 Jun 2017 03:25:23 +0000 (UTC) Received: from [72.177.84.81] ([72.177.84.81:40817] helo=Menan.local) by cdptpa-omsmta02 (envelope-from ) (ecelerity 3.6.9.48312 r(Core:3.6.9.0)) with ESMTP id 48/A3-20123-D94C5595; Fri, 30 Jun 2017 03:25:17 +0000 Message-ID: <5955C49C.9020902@gmail.com> Date: Thu, 29 Jun 2017 22:25:16 -0500 From: Timothy Nodine User-Agent: Thunderbird 2.0.0.24 (Macintosh/20100228) MIME-Version: 1.0 To: dev@activemq.apache.org Subject: Re: [HELP] maven build smoke-test bootstrapping. References: <595551E4.1040608@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-RR-Connecting-IP: 107.14.168.7:25 archived-at: Fri, 30 Jun 2017 03:25:28 -0000 Are the smoke tests not supposed to be under the root directory during a build? Clebert Suconic wrote: > You have to first build the project at the root. > > The smoke tests needs the distribution built. It is a smoke test hence it > acts on the servers directly. > > On Thu, Jun 29, 2017 at 3:16 PM Timothy Nodine wrote: > > >> I attempted a maven build from scratch and it failed; I got the >> following error message in the smoke tests: >> >> [ERROR] Could not locate suitable Artemis.home on either [directory >> redacted] or [directory redacted] >> [ERROR] Use the binary distribution or build the distribution before >> running the examples >> >> In other words, the build failed because it had not already succeeded. >> >> This is easy enough to fix by itself, by building with tests disabled >> and then building again with tests enabled. >> >> However, it hints that, if I use a workaround, the smoke tests will not >> function correctly inside maven. They will test the previous build >> instead of the current build. >> >> Can I get some clarity on how I should use the smoke tests? >> >> >> (Version - 2.2.0-SNAPSHOT taken on June 20) >> >>