Tuesday, August 18, 2015

Re: GWT & Dagger 2

Could you please be a little more precise? I didn't manage to install the fork, and since the pull request still hasn't been accepted it would be great if you could elaborate more on this.

Since my fork is already 6 month old and I haven't rebased my changes yet it is probably best if you just clone the google dagger repository. Once you have done that you can do

git fetch origin pull/119/head:gwt-integration

This should give you a new local branch named gwt-integration which contains the changes of my pull request. Now you can decide if you want to rebase that local branch on a release tag (e.g. dagger-2.0.1) or on the master branch. Finally you just build dagger using mvn package or mvn install.

-- J.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment