Re: [HELP] maven build smoke-test bootstrapping.

2017-06-29 Thread Clebert Suconic
So, you first build at root, then you should be able to use the smoke-tests.. that's how I meant it to be. I just tried from scratch and it worked.. can you try and let me know? On Fri, Jun 30, 2017 at 12:06 AM, Clebert Suconic wrote: > you first build at root > > meaning: > > go to ./artemis-c

Re: [HELP] maven build smoke-test bootstrapping.

2017-06-29 Thread Clebert Suconic
you first build at root meaning: go to ./artemis-checkout mvn install it should work... although I reckon I always do build mvn iinstall -DskipTests=true at the root On Thu, Jun 29, 2017 at 11:25 PM, Timothy Nodine wrote: > Are the smoke tests not supposed to be under the root directory dur

Re: [HELP] maven build smoke-test bootstrapping.

2017-06-29 Thread Timothy Nodine
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 Timo

Re: [HELP] maven build smoke-test bootstrapping.

2017-06-29 Thread Clebert Suconic
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 mes

[HELP] maven build smoke-test bootstrapping.

2017-06-29 Thread Timothy Nodine
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 exa