Re: Having difficulty setting up both QuickDev and FullDev

2017-04-20 Thread Justin Leet
If it didn't resolve the issue, then yeah, we might as well just undo it, and I can update the PR with that instead. Justin On Thu, Apr 20, 2017 at 2:11 PM, David Lyle wrote: > Being as the dependency additon didn't actually resolve the out-of-order > build issue, would it make sense to undo it

Re: Having difficulty setting up both QuickDev and FullDev

2017-04-20 Thread David Lyle
Being as the dependency additon didn't actually resolve the out-of-order build issue, would it make sense to undo it? -D... On Thu, Apr 20, 2017 at 1:26 PM, Justin Leet wrote: > Our instructions on building the RPMs are slightly out of date. The pom > for metron-deployment changed slightly to

Re: Having difficulty setting up both QuickDev and FullDev

2017-04-20 Thread Justin Leet
Our instructions on building the RPMs are slightly out of date. The pom for metron-deployment changed slightly to have a dependency on a couple other repos. This means during the project build before the RPM build it needs to be mvn clean install, instead of mvn clean package. Basically from the

Re: Having difficulty setting up both QuickDev and FullDev

2017-04-20 Thread Anand Subramanian
I am seeing the same issue that Rita mentioned with full-dev on latest master. I have docker up and running, but the RPMs are still not built. Here is the output from mvn build-rpms: -- ➜ metron-deployment git:(master) mvn clean package -Pbuild-rpms -DskipTests [INFO] Scanning for projects... [I

Re: Having difficulty setting up both QuickDev and FullDev

2017-04-19 Thread JJ Meyer
It looks like it may be failing to build the rpms. I *believe* I faced this error a little while ago and I started docker service, re-ran vagrant, and everything went well after that. Thanks, JJ On Wed, Apr 19, 2017 at 3:28 PM, zeo...@gmail.com wrote: > Hmm, I just spun up full-dev without an i