Re: Gradle 4.1 gwt-gradle-plugin multi module project not finding other modules dependencies

2017-10-16 Thread Bryan Hughes
Was my bad. Package path's weren't lined up to be under .client. On Saturday, October 14, 2017 at 7:33:25 PM UTC-4, Bryan Hughes wrote: > > I'm trying to create a Gradle 4.1 multi module project with the > gwt-gradle-plugin. > > I have one module ":gwt-app" that I'm tr

GQuery.on() and future elements created outside of GWT.

2017-10-16 Thread Bryan Hughes
I'm using GWT and GwtQuery to create a javascript file to track some analytics. I want to bind handlers to elements with certain data- attributes, they may or may not be present onModuleLoad(). I tried: $(document).on("click", "body * img[data-im-lookingfor]", new Function() {...});

Gradle 4.1 gwt-gradle-plugin multi module project not finding other modules dependencies

2017-10-14 Thread Bryan Hughes
I'm trying to create a Gradle 4.1 multi module project with the gwt-gradle-plugin. I have one module ":gwt-app" that I'm trying to use a simple POJO from it's sibling module ":shared-lib". I have a simple sample project at https://github.com/hugheba/gwt-shared When I run "./gradlew