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
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?
Hmm instead of ant I mostly use Eclipse to run tests. To do so I enable the GPE plugin for gwt-user/gwt-dev projects in Eclipse and then run tests as usual. Since GPE picks up the GWT source project as SDK it works quite well for me.-- 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-co...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/0916bc14-d1f7-4b9a-be89-f0e2ffb56369%40googlegroups.com.
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 sec
Added the three classes to /user/src/com/google/gwt/user/server/rpc/impl/LegacySerializationPolicy.java
trying another full run...
--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/b9b5c45b-7aa2-4d74-ad01-98c862f8a779%40googlegroups.com.
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?