Re: ValueListBox should implement HasEnabled (6112) (issue1832803)

65 views
Skip to first unread message

tuck...@gmail.com

unread,
May 16, 2013, 3:34:09 PM5/16/13
to tuck...@gmail.com, google-web-tool...@googlegroups.com, re...@gwt-code-reviews-hr.appspotmail.com
On 2012/09/16 02:36:41, Patrick Tucker wrote:

Anybody?

http://gwt-code-reviews.appspot.com/1832803/

mdem...@google.com

unread,
May 16, 2013, 3:35:21 PM5/16/13
to tuck...@gmail.com, google-web-tool...@googlegroups.com, re...@gwt-code-reviews-hr.appspotmail.com
Thanks for the patch! But do you mind reuploading it to
https://gwt-review.googlesource.com/gwt so we can review and merge it
there?

http://gwt-code-reviews.appspot.com/1832803/

mdem...@google.com

unread,
May 16, 2013, 3:35:44 PM5/16/13
to tuck...@gmail.com, google-web-tool...@googlegroups.com, re...@gwt-code-reviews-hr.appspotmail.com
On 2013/05/16 19:35:21, mdempsky wrote:
> Thanks for the patch! But do you mind reuploading it to
> https://gwt-review.googlesource.com/gwt so we can review and merge it
there?

Oops, sorry, the link is just https://gwt-review.googlesource.com

http://gwt-code-reviews.appspot.com/1832803/

Patrick Tucker

unread,
May 17, 2013, 9:11:18 AM5/17/13
to google-web-tool...@googlegroups.com, re...@gwt-code-reviews-hr.appspotmail.com, mdem...@google.com
I would be more than happy to but I can't seem to get gwt-dev, gwt-servlet, gwt-user,... under master to work when I check them out in eclipse.  Eclipse tells me the source folders do not exist when they do.  I'm not familiar with GIT so I'm at a loss.

John A. Tamplin

unread,
May 17, 2013, 11:43:20 AM5/17/13
to Google Web Toolkit Contributors, re...@gwt-code-reviews-hr.appspotmail.com, mdem...@google.com
On Fri, May 17, 2013 at 6:11 AM, Patrick Tucker <tuck...@gmail.com> wrote:
I would be more than happy to but I can't seem to get gwt-dev, gwt-servlet, gwt-user,... under master to work when I check them out in eclipse.  Eclipse tells me the source folders do not exist when they do.  I'm not familiar with GIT so I'm at a loss. 

Did you setup Eclipse correctly, as documented in eclipse/README.txt?

--
John A. Tamplin

Patrick Tucker

unread,
May 17, 2013, 12:45:27 PM5/17/13
to google-web-tool...@googlegroups.com, re...@gwt-code-reviews-hr.appspotmail.com, mdem...@google.com
I'm not sure where to find the file that you are referring to, it is not in my eclipse install folder?
 
I'm using a 64 bit version of Juno, have been since it was released.  I have had no issues with the other 12 or so projects that are loaded.
 
I was playing with the settings and tried removing one of the source folders so that I could add it back and got an error saying the file system is read only.  Any idea why it would do that?
 
When I cloned the repository, I entered the username and password that was provided by the "HTTP Password" site.
 
Thanks,
Pat

Matthew Dempsky

unread,
May 17, 2013, 12:51:47 PM5/17/13
to Patrick Tucker, google-web-toolkit-contributors, re...@gwt-code-reviews-hr.appspotmail.com
On Fri, May 17, 2013 at 9:45 AM, Patrick Tucker <tuck...@gmail.com> wrote:
I'm not sure where to find the file that you are referring to, it is not in my eclipse install folder?

John was referring to the "eclipse" directory in the GWT source code tree: https://gwt.googlesource.com/gwt/+/master/eclipse/README.txt

I was playing with the settings and tried removing one of the source folders so that I could add it back and got an error saying the file system is read only.  Any idea why it would do that?

Not sure, that sounds odd to me.  Just out of curiosity, what OS are you using?


When you prepared the patch from Rietveld, did you checkout the code from Subversion or use the 2.5.1 SDK release zip file?  If you were already using Subversion, I would expect using Git shouldn't be any different to setup in Eclipse since the source tree should be the same.

Patrick Tucker

unread,
May 17, 2013, 1:19:33 PM5/17/13
to google-web-tool...@googlegroups.com, Patrick Tucker, re...@gwt-code-reviews-hr.appspotmail.com
Windows 7 Pro

Patrick Tucker

unread,
May 19, 2013, 4:00:01 PM5/19/13
to google-web-tool...@googlegroups.com, Patrick Tucker, re...@gwt-code-reviews-hr.appspotmail.com
I started from scratch and was able to get it mostly working.  Is there a doc that explains the right way to submit a patch?

Thomas Broyer

unread,
May 20, 2013, 3:18:47 PM5/20/13
to google-web-tool...@googlegroups.com, Patrick Tucker, re...@gwt-code-reviews-hr.appspotmail.com

Patrick Tucker

unread,
Jun 10, 2013, 9:35:11 AM6/10/13
to Thomas Broyer, google-web-tool...@googlegroups.com, re...@gwt-code-reviews-hr.appspotmail.com
From the gwtproject "Making GWT Better" page section "Gerrit Setup" step 3:
Make a change and commit it locally using git (e.g., edit a file foo and then run ?git commit -m ?my first change? foo?).
 
What does foo represent?
 
Thanks,
Pat

Daniel Kurka

unread,
Jun 10, 2013, 9:54:48 AM6/10/13
to google-web-tool...@googlegroups.com
Hi Patrick,

foo is often used as a place holder, so something like:
git add foo 
should mean:
git add my_cool_edited_file

-Daniel


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



--
Google Germany GmbH
Dienerstr. 12
80331 München

Registergericht und -nummer: Hamburg, HRB 86891
Sitz der Gesellschaft: Hamburg
Geschäftsführer: Graham Law, Katherine Stephens

Patrick Tucker

unread,
Jun 10, 2013, 10:43:27 AM6/10/13
to google-web-tool...@googlegroups.com
Thanks for the quick response, but that doesn't answer my question.
 
I realize foo is a place holder, I'm trying to figure out what it represents.  A file, a message to the reviewers, ...  I'm trying to figure out what I should replace it with.
 
Thanks again,
Pat


--
http://groups.google.com/group/Google-Web-Toolkit-Contributors
---
You received this message because you are subscribed to a topic in the Google Groups "GWT Contributors" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-web-toolkit-contributors/hJzwtP-zEZw/unsubscribe?hl=en-US.
To unsubscribe from this group and all its topics, send an email to google-web-toolkit-co...@googlegroups.com.

Patrick Tucker

unread,
Jun 10, 2013, 11:17:43 AM6/10/13
to google-web-tool...@googlegroups.com
Well I just wasted another few hours this morning trying to figure out how to commit something to this new system.
 
Are these instructions complete??
 
Currently when I try to do a "git push" it tells me I have to provide a Change-Id.  I copied the hook file to the hooks folder and the message did not go away.  The command that GIT tells me to run executes chmod in it, being that I am on a windows machine it obviously fails.  The online help page also tells me to execute the same command.
 
I'm at a loss.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit-contributors+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.
 
 



--
Google Germany GmbH
Dienerstr. 12
80331 München

Registergericht und -nummer: Hamburg, HRB 86891
Sitz der Gesellschaft: Hamburg
Geschäftsführer: Graham Law, Katherine Stephens

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors
---
You received this message because you are subscribed to a topic in the Google Groups "GWT Contributors" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-web-toolkit-contributors/hJzwtP-zEZw/unsubscribe?hl=en-US.
To unsubscribe from this group and all its topics, send an email to google-web-toolkit-contributors+unsubscribe@googlegroups.com.

Thomas Broyer

unread,
Jun 10, 2013, 11:57:14 AM6/10/13
to Patrick Tucker, Google Web Toolkit Contributors, re...@gwt-code-reviews-hr.appspotmail.com
On Mon, Jun 10, 2013 at 3:35 PM, Patrick Tucker <tuck...@gmail.com> wrote:
> From the gwtproject "Making GWT Better" page section "Gerrit Setup" step 3:
>>
>> Make a change and commit it locally using git (e.g., edit a file foo and
>> then run ?git commit -m ?my first change? foo?).
>
>
> What does foo represent?

The file(s) you want to commit (automatically does a "git add")
http://git-scm.com/docs/git-commit


--
Thomas Broyer
/tɔ.ma.bʁwa.je/

Brian Slesinsky

unread,
Jun 10, 2013, 5:29:21 PM6/10/13
to GWTcontrib, Matthew Dempsky
+mdempsky

Hi, I think you're going to have more trouble than most because you're using Windows and that's not so common for GWT development. The code to automatically add the Change-Id line is specific to Unix but you can do it manually by editing the changelist yourself. To fix your most recent commit, run "git commit --amend" and cut and paste the Change-Id line from the error message to the end of the commit message.

(I believe each commit has to have its own Change-Id line and will be reviewed separately? Not sure how that works.)

- Brian

To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit-co...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages