Re: why does this file watcher keep triggering?

2015-08-10 Thread Colin Yates
I'm glad that sort of thing doesn't just happen to me :) Sent from my iPhone On 10 Aug 2015, at 00:44, Lawrence Krubner lawre...@rollioforce.com wrote: Okay, I am an idiot. I had the directory watch setup to watch the directory where the uberjar was built, so of course it was triggered

Re: why does this file watcher keep triggering?

2015-08-09 Thread Lawrence Krubner
Let's assume for a moment that, for some strange reason, the directory watching strategy won't work here. Does anyone have any other suggestions? I am thinking there must be a simple way to setup Jenkins and Supervisord to run these apps, but what I'm doing keeps getting more and more complex,

Re: why does this file watcher keep triggering?

2015-08-09 Thread Lawrence Krubner
Okay, I am an idiot. I had the directory watch setup to watch the directory where the uberjar was built, so of course it was triggered thousands of time while the uberjar was built, since I guess every new byte added to the uberjar triggers the change event. So I set my app to listen on the

why does this file watcher keep triggering?

2015-08-08 Thread Lawrence Krubner
I feel stupid, but I have not been able to track this down. The background is that I have Jenkins running on the server, and when triggered it pulls code from Github, compiles it, and then moves the final uberjar to the directory where I keep all the uberjars that run on this server. Then I