Deven Phillips

Results 81 comments of Deven Phillips

Julien, ``` Sorry for the slow response, but I was out of town for a while... I ``` will certainly take a look, though I expect my ramp-up time will...

Additionally, the `createProxy` method is a static method on the Class, but `j_address` and `j_eb` are fields on an instance and are not accessible.

I am seeing this intermittently on Linux as well.

@cpyarger I will try to take a look in the near future to see if I can isolate where the issue is occurring. I think I would like to see...

Woot! On Apr 22, 2017 23:57, "Kamesh Sampath" wrote: > @InfoSec812 - thanks for reporting it, we > are thinking on it to see the optimal way of doing it.....

From the help output of the `vertx run` command: ``` --redeploy Enable automatic redeployment of the application. This option takes a set on includes as parameter indicating which files need...

@cescoffier Precisely! My ideal workflow is to use the vertx-maven-plugin in conjunction with the frontend-maven-plugin such that I can run: mvn clean compile frontend:npm vertx:run When running like this, changes...

@cescoffier I did, but that it using grunt's ability to monitor for changes. The projects we are working on are using either AngularCLI or Vue.js/WebPack.

@cescoffier That is not the behaviour I am seeing... You can look at my example project at https://github.com/InfoSec812/service-proxy-client-example. The problem is that when I save changes under `src/main/web` I see...

Additionally, I often end up with a build loop because I am trying for the following build order: 1. compile Java code (Generates JS Proxy files) 1. Use Maven Resource...