[gwt-contrib] Re: Can't get 'ant test' to pass it times out

2014-10-17 Thread Scott Morgan
Since my change causes so many test failures, it would be nice if I could run the full build failing fast on the first test failure. Is this possible? This would help me determine the root cause of the other test failures. Cheers, Scott -- You received this message because you are subscribed

Re: [gwt-contrib] Build gwtproject?

2014-10-17 Thread Julien Dramaix
Hi Brandon I will do that this week end ! Just ping me monday if it doesn't work. Julien On Fri, Oct 17, 2014 at 4:34 AM, Brandon Donnelson branflake2...@gmail.com wrote: Could gwtproject site be built? I'm looking for access to these:

[gwt-contrib] Re: Can't get 'ant test' to pass it times out

2014-10-17 Thread Scott Morgan
Most of the errors appear to be caused by UnableToCompleteException; Exception in constructor: testGetMethods (com.google.gwt.core.ext.UnableToCompleteException: (see previous log entries) at com.google.gwt.dev.cfg.ModuleDef.checkForSeedTypes(ModuleDef.java:1031) at

[gwt-contrib] Question to Windows users

2014-10-17 Thread Thomas Broyer
Would it be a blocker if you had to use a VM (VirtualBox or boot2docker) to be able to contribute to GWT (because build tools would only work on Linux or OS X) ? You'd still be able to use Eclipse or IntelliJ IDEA to develop, outside the VM, but actually building the project to produce JAR

Re: [gwt-contrib] Question to Windows users

2014-10-17 Thread Richard Wallis
How big is the VM image? On Fri, Oct 17, 2014 at 12:06 PM, Thomas Broyer t.bro...@gmail.com wrote: Would it be a blocker if you had to use a VM (VirtualBox or boot2docker) to be able to contribute to GWT (because build tools would only work on Linux or OS X) ? You'd still be able to use

Re: [gwt-contrib] Question to Windows users

2014-10-17 Thread Jens
How big is the VM image? I would guess at least 300 MB. Requiring a VM doesn't really make things simpler. Just imagine for a new contributor that is used to the usual Github flow: - Sign up Gerrit + sign CLA (I guess that one is accepted nowadays among developers) - Download and install

Re: [gwt-contrib] Question to Windows users

2014-10-17 Thread Manuel Carrasco Moñino
Could Pants be compiled and run in cygwin ? On Fri, Oct 17, 2014 at 12:43 PM, Richard Wallis rdwal...@gmail.com wrote: How big is the VM image? On Fri, Oct 17, 2014 at 12:06 PM, Thomas Broyer t.bro...@gmail.com wrote: Would it be a blocker if you had to use a VM (VirtualBox or

Re: [gwt-contrib] Question to Windows users

2014-10-17 Thread Richard Wallis
I agree with Jens, for a person who contributes a lot to the project adding a VM to the setup is not a major problem. But the people who just want to fix a bug every now and then are not going to go through the hassle. It already takes me an hour and a half to checkout the repo. Having to

Re: [gwt-contrib] Question to Windows users

2014-10-17 Thread Thomas Broyer
On Fri, Oct 17, 2014 at 1:14 PM, Jens jens.nehlme...@gmail.com wrote: How big is the VM image? I would guess at least 300 MB. Requiring a VM doesn't really make things simpler. Just imagine for a new contributor that is used to the usual Github flow: - Sign up Gerrit + sign CLA (I guess

Re: [gwt-contrib] Question to Windows users

2014-10-17 Thread Thomas Broyer
On Fri, Oct 17, 2014 at 1:14 PM, Manuel Carrasco Moñino man...@apache.org wrote: Could Pants be compiled and run in cygwin ? No, Cygwin doesn't work either: https://groups.google.com/forum/#!topic/pants-devel/ipcwwjRgPZc BTW, Pants is written in Python, so it's not a matter of compilation ;-)

Re: [gwt-contrib] Question to Windows users

2014-10-17 Thread Jens
What if we commit IDE configurations in the repository? (and make sure they're updated each time we change the build; that would be similar to today's situation, except that the IDE config could be generated from the build scripts) Would be ok, although personally I wouldn't prefer it

Re: [gwt-contrib] Question to Windows users

2014-10-17 Thread Grzegorz Nowak
Hi In my opinion contribution to an open source project should be as easy as possible - the easier it is, higher the chance somebody will contribute. As Jens mentioned there are already several steps which are required to setup working environment. Downloading VM software, VM image and

Re: [gwt-contrib] Re: Can't get 'ant test' to pass it times out

2014-10-17 Thread Scott Morgan
Nevermind, it started passing, YEA! I am not sure what changed, it could be the updated code (tools/trunk) that someone checked in this morning that I pulled in. -- You received this message because you are subscribed to the Google Groups GWT Contributors group. To unsubscribe from this

Re: [gwt-contrib] Re: Can't get 'ant test' to pass it times out

2014-10-17 Thread Scott Morgan
What are your OS and tools (java, ant, python, g++) versions? Here are my versions, and a script to get them. Is there a good place to check this script in, perhaps under tools? Also it would be nice if we could echo the ANT_OPTS in the ant script, since I set it to this in

[gwt-contrib] Authentication issues

2014-10-17 Thread Scott Morgan
Hi, Ok I had issues with the ~/.netrc file, which never authenticated me. So I removed it to get command line user/password dialogs which did this; (Replaced my username as X) [gwt@localhost trunk]$ git push origin HEAD:refs/for/master Username for 'https://gwt.googlesource.com': X

Re: [gwt-contrib] Authentication issues

2014-10-17 Thread 'Daniel Kurka' via GWT Contributors
Did you sign the CLA on the gerrit web interface? -Daniel On Fri, Oct 17, 2014 at 9:31 PM, Scott Morgan sc...@adligo.com wrote: Hi, Ok I had issues with the ~/.netrc file, which never authenticated me. So I removed it to get command line user/password dialogs which did this; (Replaced

Re: [gwt-contrib] Authentication issues

2014-10-17 Thread Scott Morgan
Hi, I don't see anywhere to 'sign' a agreement in the gerrit web interface, I emailed it in per the instructions. https://gwt-review.googlesource.com/#/settings/new-agreement Cheers, Scott -- You received this message because you are subscribed to the Google Groups GWT Contributors

Re: [gwt-contrib] Authentication issues

2014-10-17 Thread Scott Morgan
Oh, looking at signing the individual agreement there electronically. The Corporate Agreement is email only. -- 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

Re: [gwt-contrib] Authentication issues

2014-10-17 Thread Scott Morgan
Ok that worked, you have to sign both agreements? It seemed like a either or thing. Cheers, Scott -- 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

Re: [gwt-contrib] Authentication issues

2014-10-17 Thread Michael Vogt
Hi. Only the agreement in the repository is needed. Greetings, Michael -- 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

[gwt-contrib] Re: Can't get 'ant test' to pass it times out

2014-10-17 Thread Rene Hangstrup Møller
At GWT.create Ray Cromwell mentioned he had created some rough gradle files that enabled him to generate an IntelliJ project. I seem to recall I tried it out shortly after the conference. Now I can't find them. It also sound like Thomas Broyer has attempted something. I might be tempted to

[gwt-contrib] Re: Question to Windows users

2014-10-17 Thread Rene Hangstrup Møller
I am just going to repeat my reply from google+ here: If you want to encourage contributions from the community, you should work on lowering the barriers to entry. Pick standard tools that work on a variety of platforms. What went wrong with the conversion to gradle? Why do you need some

Re: [gwt-contrib] Authentication issues

2014-10-17 Thread Thomas Broyer
If I understand correctly, corporate agreements are e-mail only and you then have to wait until it's been accepted and the bit turned on in Gerrit. For individual agreements, it's immediate. On Friday, October 17, 2014 10:41:35 PM UTC+2, Scott Morgan wrote: Ok that worked, you have to sign

[gwt-contrib] Re: Can't get 'ant test' to pass it times out

2014-10-17 Thread Thomas Broyer
On Friday, October 17, 2014 5:25:20 PM UTC+2, Rene Hangstrup Møller wrote: At GWT.create Ray Cromwell mentioned he had created some rough gradle files that enabled him to generate an IntelliJ project. I seem to recall I tried it out shortly after the conference. Now I can't find them. It

[gwt-contrib] problem with Change-Id in (gwt-site) git push origin HEAD:refs/for/master

2014-10-17 Thread Scott Morgan
Hi, I am having issues pushing my gwt-site change up; To https://gwt.googlesource.com/gwt-site ! [remote rejected] HEAD - refs/for/master (missing Change-Id in commit message footer) error: failed to push some refs to 'https://gwt.googlesource.com/gwt-site' [gwt@localhost gwt-site]$ ls -Al

Re: [gwt-contrib] Authentication issues

2014-10-17 Thread Scott Morgan
Hi Thomas, I don't think the corporate agreement ever gets turned on in Gerrit, although I could be wrong. I think this forces the individual to sign the agreement, to get Gerrit to accept the change. Although someone may have changed something to get my corporate agreement to get

[gwt-contrib] Re: Question to Windows users

2014-10-17 Thread Thomas Broyer
On Friday, October 17, 2014 5:11:10 PM UTC+2, Rene Hangstrup Møller wrote: I am just going to repeat my reply from google+ here: If you want to encourage contributions from the community, you should work on lowering the barriers to entry. Pick standard tools that work on a variety of

[gwt-contrib] Re: problem with Change-Id in (gwt-site) git push origin HEAD:refs/for/master

2014-10-17 Thread Thomas Broyer
On Friday, October 17, 2014 11:57:30 PM UTC+2, Scott Morgan wrote: Hi, I am having issues pushing my gwt-site change up; To https://gwt.googlesource.com/gwt-site ! [remote rejected] HEAD - refs/for/master (missing Change-Id in commit message footer) error: failed to push some refs

[gwt-contrib] Re: Can't get 'ant test' to pass it times out

2014-10-17 Thread Scott Morgan
Thanks for the comments on various build systems. I have been scanning all of their docs. The strange thing I am noticing is that while they all allow concurrency, it generally seems to be a after thought for multiple projects. The buck facebook comment says 2x faster, however I am thinking

[gwt-contrib] Re: problem with Change-Id in (gwt-site) git push origin HEAD:refs/for/master

2014-10-17 Thread Scott Morgan
Ok that worked, thanks! Scott -- 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-contributors+unsubscr...@googlegroups.com. To view this

Re: [gwt-contrib] problem with Change-Id in (gwt-site) git push origin HEAD:refs/for/master

2014-10-17 Thread 'Jonathan Nieder' via GWT Contributors
What does 'git log -1' say? I'm guessing there's a Conflicts: section under the Change-Id line. The Change-Id needs to be in the last paragraph, and unfortunately the commit-msg hook isn't smart enough about warning about that today. Le Fri Oct 17 2014 at 2:57:33 PM, Scott Morgan sc...@adligo.com

Re: [gwt-contrib] Authentication issues

2014-10-17 Thread Scott Morgan
In a third permutation perhaps it needs both :) Cheers, Scott -- 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