[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 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 discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/2cebc80a-07fd-4c78-b496-68f000fc5613%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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:
 http://www.gwtproject.org/doctype/2.7.0/gwt-module.dtd

 Thanks,
 Brandon

 --
 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 discussion on the web visit
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/8f5c5e44-1543-4f64-84f8-0704507bb028%40googlegroups.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/8f5c5e44-1543-4f64-84f8-0704507bb028%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.


-- 
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 discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/CABb_3%3D6gRewmZmOt14oNYSrcMjWYR%2BeWnnb3FgEzFrSGm2xwug%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[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 
com.google.gwt.dev.cfg.ModuleDef.getCompilationState(ModuleDef.java:670)
at 
com.google.gwt.dev.javac.typemodel.ModuleContext.getTypeOracleFor(ModuleContext.java:44)
at 
com.google.gwt.dev.javac.typemodel.ModuleContext.init(ModuleContext.java:55)

-- 
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 discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/f7dd3f07-c62a-4531-be11-472dd6505d06%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 files would require 
Linux (running in a VM).

On the other hand, all you'd have to do to get things working would be to 
download the image with everything preinstalled (and possibly call a script 
too bootstrap the dev environment), with no other requirement on your 
machine than having VirtualBox (or boot2docker; maybe Vagrant)

Just to have an idea if we should rule out Pants as a build tool or not 
(Pants might support Windows in the future though).

I'm thinking that maybe we should try to come up with Docker images and/or 
Vagrantfile anyway to make things easier for new contributors, whether 
they're using Windows, Linux or OS X.

-- 
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 discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/c37dcd9e-5530-45e7-9f6b-86fd736a6a94%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 Eclipse or IntelliJ IDEA to develop, outside
 the VM, but actually building the project to produce JAR files would
 require Linux (running in a VM).

 On the other hand, all you'd have to do to get things working would be to
 download the image with everything preinstalled (and possibly call a script
 too bootstrap the dev environment), with no other requirement on your
 machine than having VirtualBox (or boot2docker; maybe Vagrant)

 Just to have an idea if we should rule out Pants as a build tool or not
 (Pants might support Windows in the future though).

 I'm thinking that maybe we should try to come up with Docker images and/or
 Vagrantfile anyway to make things easier for new contributors, whether
 they're using Windows, Linux or OS X.

 --
 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 discussion on the web visit
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/c37dcd9e-5530-45e7-9f6b-86fd736a6a94%40googlegroups.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/c37dcd9e-5530-45e7-9f6b-86fd736a6a94%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.


-- 
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 discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAEqaEVh0RatrmFoNoHrP9YcV0yg9ddBBKEZ85A8gG46JV-JCfA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 VirtualBox or activate Hyper-V in Win8.1+. Might 
require a restart.
- Download image, 300MB+
- Mount a directory from the VM so you can directly work on the git 
repository inside the VM.

If I imagine I would want to fix a small bug that maybe has a workaround 
available I am not sure if I would go through the above. If I would plan to 
contribute more often then the above might be acceptable for Windows users, 
but for a one time contribution probably not.


-- J.

-- 
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 discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/8ad5b209-87fd-4d8f-9a83-0e83b76f2c55%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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 files would
 require Linux (running in a VM).

 On the other hand, all you'd have to do to get things working would be to
 download the image with everything preinstalled (and possibly call a script
 too bootstrap the dev environment), with no other requirement on your
 machine than having VirtualBox (or boot2docker; maybe Vagrant)

 Just to have an idea if we should rule out Pants as a build tool or not
 (Pants might support Windows in the future though).

 I'm thinking that maybe we should try to come up with Docker images
 and/or Vagrantfile anyway to make things easier for new contributors,
 whether they're using Windows, Linux or OS X.

 --
 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 discussion on the web visit
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/c37dcd9e-5530-45e7-9f6b-86fd736a6a94%40googlegroups.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/c37dcd9e-5530-45e7-9f6b-86fd736a6a94%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.


  --
 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 discussion on the web visit
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAEqaEVh0RatrmFoNoHrP9YcV0yg9ddBBKEZ85A8gG46JV-JCfA%40mail.gmail.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAEqaEVh0RatrmFoNoHrP9YcV0yg9ddBBKEZ85A8gG46JV-JCfA%40mail.gmail.com?utm_medium=emailutm_source=footer
 .

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


-- 
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 discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAM28XAuYO_ZF%3D2Roo7Roe%2BzcRUZtjK7L_Dk49wGQvXephgR5Vw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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
download a vm will add another hour or so without even considering
configuration.

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 ?

 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 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 files would
 require Linux (running in a VM).

 On the other hand, all you'd have to do to get things working would be
 to download the image with everything preinstalled (and possibly call a
 script too bootstrap the dev environment), with no other requirement on
 your machine than having VirtualBox (or boot2docker; maybe Vagrant)

 Just to have an idea if we should rule out Pants as a build tool or not
 (Pants might support Windows in the future though).

 I'm thinking that maybe we should try to come up with Docker images
 and/or Vagrantfile anyway to make things easier for new contributors,
 whether they're using Windows, Linux or OS X.

 --
 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 discussion on the web visit
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/c37dcd9e-5530-45e7-9f6b-86fd736a6a94%40googlegroups.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/c37dcd9e-5530-45e7-9f6b-86fd736a6a94%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.


  --
 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 discussion on the web visit
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAEqaEVh0RatrmFoNoHrP9YcV0yg9ddBBKEZ85A8gG46JV-JCfA%40mail.gmail.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAEqaEVh0RatrmFoNoHrP9YcV0yg9ddBBKEZ85A8gG46JV-JCfA%40mail.gmail.com?utm_medium=emailutm_source=footer
 .

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


  --
 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 discussion on the web visit
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAM28XAuYO_ZF%3D2Roo7Roe%2BzcRUZtjK7L_Dk49wGQvXephgR5Vw%40mail.gmail.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAM28XAuYO_ZF%3D2Roo7Roe%2BzcRUZtjK7L_Dk49wGQvXephgR5Vw%40mail.gmail.com?utm_medium=emailutm_source=footer
 .

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


-- 
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 discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAEqaEVhYgwkXqqrw7Z82UBDmkjaQq8NiuM09PNQOa9ojnogHMA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 that one is accepted nowadays among
 developers)
 - Download and install VirtualBox or activate Hyper-V in Win8.1+. Might
 require a restart.
 - Download image, 300MB+
 - Mount a directory from the VM so you can directly work on the git
 repository inside the VM.

 If I imagine I would want to fix a small bug that maybe has a workaround
 available I am not sure if I would go through the above. If I would plan to
 contribute more often then the above might be acceptable for Windows users,
 but for a one time contribution probably not.


…on the other hand, VirtualBox and/or boot2docker and/or Vagrant are
reusable across projects, and I'd expect web developers to use VMs
nowadays, if only for browser testing (e.g. testing in different versions
of IE).

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)
A new contributor could then work without a VM (for a small patch, running
tests in the IDE should be enough), until he wants/needs to use a custom
build of GWT in his projects; then he'd have to find a Linux or OS X
machine (or VM) to actually build GWT.
Would that be acceptable?

-- 
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 discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAEayHEO%3Dg9F-NgukO%2Bm4_w7sZSRB7abzLHdec47c4myLD21reQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 ;-)


-- 
Thomas Broyer
/tɔ.ma.bʁwa.je/ http://xn--nna.ma.xn--bwa-xxb.je/

-- 
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 discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAEayHENAp12avb2OkZqZQUafpFeTOtQTHjzOAv%3DC_dky4od9Vg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 as IDEs tend to 
modify these files every now and then because of any kind of plugin in the 
IDE or whatever. I generally try to keep IDE configuration out of DVCS and 
let the IDE figure out how to configure itself based on the build file. 
What about Netbeans + Pants?

 

 A new contributor could then work without a VM (for a small patch, running 
 tests in the IDE should be enough), until he wants/needs to use a custom 
 build of GWT in his projects; then he'd have to find a Linux or OS X 
 machine (or VM) to actually build GWT.
 Would that be acceptable?


I would think so. As GWT now has SNAPSHOT builds a contributor could also 
use these after his patch has landed. The linux/unix requirement would then 
only hit people who apply custom patches on top of GWT or who don't use a 
dependency management tool that understands maven coordinates and prefer a 
SDK zip. Maybe we should publish such a snapshot SDK zip at gwtproject.org 
as well.

-- J.

-- 
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 discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/8c902354-3f6d-439d-a89d-de3b11fc11bd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 additional tools 
adds some overhead to the process.

Another thing is the choice of the build tool. I'm not sure if it's a good 
idea to base the whole build process on such a new tool (Pants - v0.1). I 
would lean toward some well known tools. I know Maven is out of the 
picture. Until now Ant was used for building GWT but it's not too good for 
modularized projects and the plan is to make monolithic 
gwt-user/dev/servlet split into smaller modules. At some point Buck was one 
of the options, but I didn't hear any news about using it. Maybe Gradle? I 
think some build tool matrix would help in making the decision.

Regards,
Greg

-- 
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 discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/062d5a8b-d56f-4887-85f6-34996e38f2c0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/15f22598-8ff2-4991-baae-8d9cb85e5208%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 ${ANT_HOME}/bin/ant;
ANT_OPTS=-Xmx4g -XX:MaxPermSize=4g -Dfile.encoding=UTF-8

[gwt@localhost bin]$ ./system_info.sh 
This script simply prints the versions software
used by the gwt build.
unix is
Linux localhost.localdomain 3.10.0-123.8.1.el7.x86_64 #1 SMP Thu Oct 9 
23:53:48 CDT 2014 x86_64 x86_64 x86_64 GNU/Linux

java is
java version 1.7.0_65
OpenJDK Runtime Environment (rhel-2.5.1.2.el7_0-x86_64 u65-b17)
OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)
ant is
/home/gwt/ant/apache-ant-1.9.4/bin/ant
Apache Ant(TM) version 1.9.4 compiled on April 29 2014

JAVA_HOME is
/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.65-2.5.1.2.el7_0.x86_64

ANT HOME is
/home/gwt/ant/apache-ant-1.9.4

python is
Python 2.7.5

gcc is
gcc (GCC) 4.8.2 20140120 (Red Hat 4.8.2-16)
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


GWT_TOOLS is
/home/gwt/tools

TZ is
America/Los_Angeles

ANT_OPTS may be set in you /home/gwt/ant/apache-ant-1.9.4/bin/ant shell 
script


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 google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/42a9f6f4-dad0-47fd-b771-4d78d80f43f0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
#!/bin/sh
echo This script simply prints the versions software
echo used by the gwt build.
echo unix is
uname -a
echo 
echo java is
java -version
echo ant is
which ant
ant -version
echo 
echo JAVA_HOME is
echo ${JAVA_HOME}
echo 
echo ANT HOME is
echo ${ANT_HOME}
echo 
echo python is
python -V
echo 
echo gcc is 
gcc --version
echo 
echo GWT_TOOLS is
echo ${GWT_TOOLS}
echo 
echo TZ is 
echo ${TZ}
echo 
echo ANT_OPTS may be set in you ${ANT_HOME}/bin/ant shell script



[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
Password for 'https://x...@gwt.googlesource.com': 
fatal: remote error:  A Contributor Agreement must be completed before 
uploading.

However I have signed a A Contributor Agreement and it was accepted, can 
someone at google fix this?

I also tried my email as the user name, but it failed earlier in the 
authentication process.

I have also emailed this to the person who accepted the agreement.

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 google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/d6d649c9-a19b-4c77-bbcd-dcdac18e7ceb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 my username as X)
 [gwt@localhost trunk]$ git push origin HEAD:refs/for/master
 Username for 'https://gwt.googlesource.com': X
 Password for 'https://x...@gwt.googlesource.com':
 fatal: remote error:  A Contributor Agreement must be completed before
 uploading.

 However I have signed a A Contributor Agreement and it was accepted, can
 someone at google fix this?

 I also tried my email as the user name, but it failed earlier in the
 authentication process.

 I have also emailed this to the person who accepted the agreement.

 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 google-web-toolkit-contributors+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/d6d649c9-a19b-4c77-bbcd-dcdac18e7ceb%40googlegroups.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/d6d649c9-a19b-4c77-bbcd-dcdac18e7ceb%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.




-- 
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

-- 
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 discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/CALLujiqzciLOKix8oobiBTn%3D%3DFde4i0fO7hsp8ddGUHn6DA2xg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 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 discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/07a68c70-46e8-4465-89d0-2adf4ed8d4ec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/27a849f0-932e-4456-9fe0-37d8edc38470%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/c0db60dc-0637-47ff-a2b5-d7c0ff933ee0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAAfA4Fz%3DkYnZ9MeJNvJPyh55w2BGGvWprndzZdfhsHNq1zB4yA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[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 give it a shot again. Can I find some publicly 
available repository of your attempts, or do I have to start from scratch?

Best regards
Rene

Den tirsdag den 7. oktober 2014 21.34.30 UTC+2 skrev Scott Morgan:

 Hi All,

 I am trying to contribute NoSuchFieldError (and it's parent classes) 
 to GWT.   I have not been able to get get the 'ant test' target to work, my 
 most recent attempt is getting a timeout after 5 hours :(

 BUILD FAILED

 /home/scott/gwt-src/trunk/build.xml:162: The following error occurred 
 while executing this line:/home/scott/gwt-src/trunk/build.xml:27: 

 The following error occurred while executing this 
 line:/home/scott/gwt-src/trunk/build.xml:71:

  The following error occurred while executing this 
 line:/home/scott/gwt-src/trunk/user/build.xml:471: 

 Interrupted task parallel. Waited 5 hour, but this task did not complete.

 Total time: 331 minutes 11 seconds
 Any idea what I am doing wrong, or how to fix it?

 This is a copy of;

 http://code.google.com/p/google-web-toolkit/issues/detail?id=8931q=adligo.comcolspec=ID%20Type%20Status%20Owner%20Milestone%20Summary%20Stars
 I was having issues posting to this group.


 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 google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/88423b46-8617-4c99-8192-40bfd1448e45%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 obscure 
build system where first sentence on the install page is As of September 
2014, alas, Pants is not something you can just install and use.

BTW: I am a linux user, but I still think you should go for a more standard 
build tool.

/Rene


Den fredag den 17. oktober 2014 12.06.28 UTC+2 skrev 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 files would 
 require Linux (running in a VM).

 On the other hand, all you'd have to do to get things working would be to 
 download the image with everything preinstalled (and possibly call a script 
 too bootstrap the dev environment), with no other requirement on your 
 machine than having VirtualBox (or boot2docker; maybe Vagrant)

 Just to have an idea if we should rule out Pants as a build tool or not 
 (Pants might support Windows in the future though).

 I'm thinking that maybe we should try to come up with Docker images and/or 
 Vagrantfile anyway to make things easier for new contributors, whether 
 they're using Windows, Linux or OS X.


-- 
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 discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/e627ab7e-6691-44f5-a065-845b08044c89%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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 google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/413d5f7b-1e79-46ca-8003-8af64eedd584%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 also sound like Thomas Broyer has attempted something.

 I might be tempted to give it a shot again. Can I find some publicly 
 available repository of your attempts, or do I have to start from scratch?


Ray's original branch is at 
https://github.com/cromwellian/gwt-sandbox/tree/gradle-build
My fork of it at https://github.com/tbroyer/gwt-sandbox/tree/gradle-build
But note that both are out-of-date; external dependencies have changed 
since then.

-- 
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 discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/38b7c598-f003-4a44-ad95-f8dfe9b316b0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 .git/hooks
total 48
-rwxrwxr-x. 1 gwt gwt  452 Oct 17 14:29 applypatch-msg.sample
-rwxrwxr-x. 1 gwt gwt 4377 Oct 17 14:42 commit-msg
-rwxrwxr-x. 1 gwt gwt  896 Oct 17 14:29 commit-msg.sample
-rwxrwxr-x. 1 gwt gwt  189 Oct 17 14:29 post-update.sample
-rwxrwxr-x. 1 gwt gwt  398 Oct 17 14:29 pre-applypatch.sample
-rwxrwxr-x. 1 gwt gwt 1704 Oct 17 14:29 pre-commit.sample
-rwxrwxr-x. 1 gwt gwt 1239 Oct 17 14:29 prepare-commit-msg.sample
-rw-rw-r--. 1 gwt gwt 1348 Oct 17 14:29 pre-push.sample
-rwxrwxr-x. 1 gwt gwt 4951 Oct 17 14:29 pre-rebase.sample
-rwxrwxr-x. 1 gwt gwt 3611 Oct 17 14:29 update.sample

   Is there some different way to push changes to 'gwt-site' than gwt 
'trunk'?
I tried;
git push origin HEAD:refs/for/master

Anyway it is a simple change to RefJreEmulation.md, and I have attached it.

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 google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/20af084e-40bd-41d6-b88d-7c6da79555b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RefJreEmulation.md
Description: Binary data


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 Gerrit working for me :)

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 google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/2871f702-8a50-467f-8064-f392e991bd59%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 platforms.

 What went wrong with the conversion to gradle?


Nothing went wrong, but handling external dependencies still requires 
that you svn co and svn up the gwt-tools repo, and Gradle will most 
likely impact how we'd later modularize GWT (not necessarily a bad thing, 
but something to be aware of).
I'll make a comparison matrix of Gradle vs. Buck vs. Pants when I find time.
 

 Why do you need some obscure build system where first sentence on the 
 install page is As of September 2014, alas, Pants is not something you can 
 just install and use.


It also says that “Once it’s set up, most folks should be able to use the Pants 
Conceptual Overview https://pantsbuild.github.io/first_concepts.html and 
not worry about these things.”, i.e. “pants goal idea” or “pants goal 
eclipse” to setup your IDE, “pants goal jar” and “pants goal test” for 
everyday use, “pants goal publish” or “pants goal bundle” to build GWT in 
order to use it in your projects (deploy it in a Maven repo, or create a 
ZIP with all needed JARs)
Note: I haven't tried Pants yet, so this is all from the docs.
Existing repositories seem to have a bunch of scripts in them so you can 
just “git clone” and run “./pants” and Pants will download itself, just 
like Gradle with ./gradlew. And BUILD files are easy to read and 
self-explanatory.

-- 
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 discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/542018d5-2c82-4fbb-991f-30fbec28ce37%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 to 'https://gwt.googlesource.com/gwt-site'

 [gwt@localhost gwt-site]$ ls -Al .git/hooks
 total 48
 -rwxrwxr-x. 1 gwt gwt  452 Oct 17 14:29 applypatch-msg.sample
 -rwxrwxr-x. 1 gwt gwt 4377 Oct 17 14:42 commit-msg
 -rwxrwxr-x. 1 gwt gwt  896 Oct 17 14:29 commit-msg.sample
 -rwxrwxr-x. 1 gwt gwt  189 Oct 17 14:29 post-update.sample
 -rwxrwxr-x. 1 gwt gwt  398 Oct 17 14:29 pre-applypatch.sample
 -rwxrwxr-x. 1 gwt gwt 1704 Oct 17 14:29 pre-commit.sample
 -rwxrwxr-x. 1 gwt gwt 1239 Oct 17 14:29 prepare-commit-msg.sample
 -rw-rw-r--. 1 gwt gwt 1348 Oct 17 14:29 pre-push.sample
 -rwxrwxr-x. 1 gwt gwt 4951 Oct 17 14:29 pre-rebase.sample
 -rwxrwxr-x. 1 gwt gwt 3611 Oct 17 14:29 update.sample

Is there some different way to push changes to 'gwt-site' than gwt 
 'trunk'?


Nothing different.
Did you maybe setup the commit-msg hook after you made your commit? If so, 
amend it to have the hook run against it.
 

 I tried;
 git push origin HEAD:refs/for/master

 Anyway it is a simple change to RefJreEmulation.md, and I have attached it.


RefJreEmultation is (was) meant to be updated from a file generated during 
the GWT build (see the emul-ezt task in doc/build.xml)
I don't think we did it in a while though; something to add to the release 
process I suppose.
 


 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 google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/60aea16a-dbd2-4d66-9f29-56f9e170b114%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 a well organized build
with massive concurrency would be a much faster.   For example if the 
concurrency 
unit were the project, and it had to do the following for four projects 
A,B,C and D.

git
compile/jar
test

If B, C and D depend on A, massive
concurrently this would look like.
git A B C D   (4x faster)
compile/jar A  (same)
compile/jar B C D, compile/jar C (3x faster)
test A B C D (4x faster)

If the single threaded approach took 12 minutes (1 minute for each step)
the massive concurrent approach would take 4 minutes or 3x faster.  
If your had a X_tests project for each other project it would enforce
a well optimized build.

I am thinking of wrapping the java part of ant and maven in java to 
accomplish this,
but it would be a huge time commitment/amount of work.  Although
it would be backward compatible with anything ant can do now :)_

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 google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/fa0e9803-2368-465a-b897-e2bf6780f7d2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/5cc2356e-8655-42a6-ad02-5b7fc0729014%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 a écrit :

 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 .git/hooks
 total 48
 -rwxrwxr-x. 1 gwt gwt  452 Oct 17 14:29 applypatch-msg.sample
 -rwxrwxr-x. 1 gwt gwt 4377 Oct 17 14:42 commit-msg
 -rwxrwxr-x. 1 gwt gwt  896 Oct 17 14:29 commit-msg.sample
 -rwxrwxr-x. 1 gwt gwt  189 Oct 17 14:29 post-update.sample
 -rwxrwxr-x. 1 gwt gwt  398 Oct 17 14:29 pre-applypatch.sample
 -rwxrwxr-x. 1 gwt gwt 1704 Oct 17 14:29 pre-commit.sample
 -rwxrwxr-x. 1 gwt gwt 1239 Oct 17 14:29 prepare-commit-msg.sample
 -rw-rw-r--. 1 gwt gwt 1348 Oct 17 14:29 pre-push.sample
 -rwxrwxr-x. 1 gwt gwt 4951 Oct 17 14:29 pre-rebase.sample
 -rwxrwxr-x. 1 gwt gwt 3611 Oct 17 14:29 update.sample

Is there some different way to push changes to 'gwt-site' than gwt
 'trunk'?
 I tried;
 git push origin HEAD:refs/for/master

 Anyway it is a simple change to RefJreEmulation.md, and I have attached it.

 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 google-web-toolkit-contributors+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/20af084e-40bd-41d6-b88d-7c6da79555b2%40googlegroups.com
 https://groups.google.com/d/msgid/google-web-toolkit-contributors/20af084e-40bd-41d6-b88d-7c6da79555b2%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.


-- 
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 discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAKokkPFyaf8nrducWfsfPekn7VjLB7x6tnDKR0XgiRDXXn6TAw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/898c2f7f-fe28-47a5-a36c-3deb3bb1eade%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.