[gwt-contrib] Utils

2016-11-10 Thread Colin Alworth
I've spent a little time over the last week trying again to tease apart GWT into smaller modules and working out dependencies between them. This is in part to see about a not-ant build system, and in part to see why a minimal GWT app is surprisingly big. The target here isn't the user lib, but

[gwt-contrib] Re: Newbie - not able to add patch

2016-11-10 Thread Thomas Broyer
Hi there, Actually, the GitHub repo is only a mirror; in http://www.gwtproject.org/makinggwtbetter.html#workingoncode we point to the "real" repo. As you already cloned the repo, you can "fix" this using: $ git remote set-url origin https://gwt.googlesource.com/gwt A few notes based on your

[gwt-contrib] Re: Newbie - not able to add patch

2016-11-10 Thread Jens
GWT is hosted at https://gwt.googlesource.com/gwt and only mirrored (read-only) to Github. If you want to contribute you must push your patch to https://gwt.googlesource.com/gwt . To do so you need to signup to Gerrit, sign a CLA, obtain and install a HTTP password and finally install Gerrit's

[gwt-contrib] Newbie - not able to add patch

2016-11-10 Thread Kiran Sringeri
I have to add a patch to https://github.com/gwtproject/gwt. I tried to follow the steps mentioned in http://www.gwtproject.org/makinggwtbetter.html#submittingpatches. But when I try to push my changes, I get the below error: remote: Permission to gwtproject/gwt.git denied to MyLifeIsJava.