Re: mvn hpi:run fails with NullPointerException

2017-11-01 Thread Jesse Glick
On Wed, Nov 1, 2017 at 11:05 AM, Jean-Karlo Accetta wrote: > I'm not really sure why it would fail on Mac No idea offhand. Generally the behavior of things like this is very similar on Linux and Mac OS X (whereas Windows behavior tends to diverge a lot). The only common difference is the case-ins

Re: mvn hpi:run fails with NullPointerException

2017-11-01 Thread Jean-Karlo Accetta
Thanks Jesse. I just now tried on Linux and it worked there just fine! The error happens on my Mac (Sierra 10.12.3), also with JDK 8 and Maven 3.5.0. I'm not really sure why it would fail on Mac, but that still helps! I can work on a Linux machine, instead. On Wednesday, November 1, 2017 at 7

Re: mvn hpi:run fails with NullPointerException

2017-11-01 Thread Jesse Glick
On Tue, Oct 31, 2017 at 2:47 PM, Jean-Karlo Accetta wrote: > I even tried simply creating a project from > the hello-world archetype and trying to run that without making any changes, > but it also threw the same error. Working for me on Linux with JDK 8 and Maven 3.5.0: mvn archetype:generate -

Re: mvn hpi:run fails with NullPointerException

2017-10-31 Thread Jean-Karlo Accetta
I had tried that earlier today, but I got the same message. I'm not sure what else to try at this point. I even tried simply creating a project from the hello-world archetype and trying to run that without making any changes, but it also threw the same error. On Tuesday, October 31, 2017 at 2

Re: mvn hpi:run fails with NullPointerException

2017-10-31 Thread Carlos Sanchez
Try running mvn package hpi:run There is a filled issue about that if you have run clean before hpi:run On Tue, Oct 31, 2017, 21:18 Jean-Karlo Accetta wrote: > Hi all, > > I am new to developing plugins for Jenkins, and I was reading several of > the related pages on getting started. The proble

mvn hpi:run fails with NullPointerException

2017-10-31 Thread Jean-Karlo Accetta
Hi all, I am new to developing plugins for Jenkins, and I was reading several of the related pages on getting started. The problem is that whenever I try to run any build step or goal, it fails. I tried first with the hpi:run command they say to use for debugging, but any goal will result in