Re: mvn building errors with 0.3.1

2017-05-17 Thread Dima Kovalyov
Thank you Justin, We build successfully using your guidance. We added empty method to UserAdapter: > import java.util.Map; > ... > @Override > public void updateAdapter(Map config) { > } And now it builds just fine. - Dima On 05/16/2017 12:23 AM, Justin Leet wrote: > That's actually not the erro

Re: mvn building errors with 0.3.1

2017-05-16 Thread Kevin Waterson
Debug file attached Kevin On Tue, May 16, 2017 at 8:30 AM, Ryan Merriman wrote: > Kevin, I think your error is related to npm. Can you attach the full log > file? > > On Mon, May 15, 2017 at 5:23 PM, Kevin Waterson > wrote: > > > I am getting something similar.. > > > > [INFO] BUILD FAILURE >

Re: mvn building errors with 0.3.1

2017-05-15 Thread Ryan Merriman
Kevin, I think your error is related to npm. Can you attach the full log file? On Mon, May 15, 2017 at 5:23 PM, Kevin Waterson wrote: > I am getting something similar.. > > [INFO] BUILD FAILURE > [INFO] > > [INFO] Total ti

Re: mvn building errors with 0.3.1

2017-05-15 Thread Kevin Waterson
I am getting something similar.. [INFO] BUILD FAILURE [INFO] [INFO] Total time: 08:08 min [INFO] Finished at: 2017-05-15T13:04:00+10:00 [INFO] Final Memory: 220M/3873M [INFO] --

Re: mvn building errors with 0.3.1

2017-05-15 Thread Justin Leet
That's actually not the error you have, looking through the logs. For context, that's just a warning resulting from our use of a JSON library that doesn't use typed Maps under the hood. Looking through your log, it looks the root error is this: /home/redacted/sst-metron/metron-platform/metron- en