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

2014-10-16 Thread Thomas Broyer
On Wednesday, October 15, 2014 9:29:45 PM UTC+2, Scott Morgan wrote: > > Hi All, > >Thanks for all of you replies, I will start looking at this again in a > few days. Also what build tools are you looking at? > Historically I have favored ant over maven because it is more flexible, > howev

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

2014-10-16 Thread Scott Morgan
Thanks for the build tools comments, I have a few questions. Do any of these have source control (git/tag) support for building specific versions (ie git clone, checkout)? Do any of these use massive concurrency for the compiling/testing runs? The legacy adligo.org build (in ant) did things this

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

2014-10-16 Thread Scott Morgan
Hi, Some other issues; read https://gwt-review.googlesource.com/#/c/9552/8/README.md this worked $ ant clean elemental dist It might be nice to have the following on the ci server... ${uname -r} 3.10.0-123.8.1.el7.x86_64 ${python -V} Python 2.7.5 ${gcc -v} ... gcc version 4.8.2 20140120 (Red Hat

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

2014-10-16 Thread Scott Morgan
Ok dev ant test is working :) solved by the obvious $ which ant modify $PATH to the $ANT_HOME/bin/ant script ANT_OPTS="-Xmx4g -XX:MaxPermSize=4g" quotes are important :) -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from

[gwt-contrib] Build gwtproject?

2014-10-16 Thread Brandon Donnelson
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 emai

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

2014-10-16 Thread Scott Morgan
hmm I added the three classes LinkageError, IncompatibleClassChangeError and NoSuchFieldError, and got a large number of test failures ie; [junit] Running com.google.web.bindery.requestfactory.gwt.RequestFactorySuite [junit] Tests run: 182, Failures: 0, Errors: 182, Time elapsed: 5.257

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

2014-10-16 Thread Scott Morgan
Hmm, still failures on the pristine copy getting new copies trying to modify the directory before the first build? -- 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 em

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

2014-10-16 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