-
1. Re: Arquillian and GWT
csa Aug 31, 2012 5:32 PM (in response to csa)P.S. The project I linked to is configured to run the tests in managed JBoss AS 7. So, if you try running them you will have to specify a jbossHome env. variable or pass it to the VM using -DjbossHome=/path/to/awesome
P.P.S We're also interested in alternative use cases or new implementation approaches...anything really .
-
2. Re: Arquillian and GWT
aslak Aug 31, 2012 5:58 PM (in response to csa)Nice work!
When ready.. I've created a upstream Arquillian GWT Extension repo under the Arquillian org: https://github.com/arquillian/arquillian-extension-gwt
Also added a "Extension -. GWT" component and a "gwt_1.0.0.next" version in JIRA: https://issues.jboss.org/browse/ARQ/component/12316141
A good place to collect all new ideas and issues
-
-
4. Re: Arquillian and GWT
dbertini Nov 9, 2012 5:00 AM (in response to csa)Hi,
there are no more notice about testing GWT?
Thanks a Lot
D.B.
-
5. Re: Arquillian and GWT
csa Nov 13, 2012 11:28 AM (in response to dbertini)Hi David,
Well, we do have a working prototype (see links above) but haven't received any feedback so far.
The main reason I haven't worked on a beta release yet is that I had to override some GWT-internals to make this work. Packaging these overrides with the Arquillian-GWT extension could lead to a number of compatibility issues. I am hoping to contribute some of this changes to a future GWT version.
In any case, your feedback/ideas are very welcome!
Cheers,
Christian
-
6. Re: Arquillian and GWT
aslak Jan 30, 2013 7:41 AM (in response to csa)@christian your gwt work is in high demand.. http://www.freelancer.com/projects/Java/Implement-custom-arquillian-launcher-for.html
-
7. Re: Arquillian and GWT
csa Jan 30, 2013 11:19 AM (in response to aslak)Interesting . It doesn't look like we will be getting the required features (e.g. method exclusion) into GWT anytime soon.
A similar feature has been requested in 2009: http://code.google.com/p/google-web-toolkit/issues/detail?id=3769
Here's my request/case: https://groups.google.com/forum/?fromgroups=#!topic/Google-Web-Toolkit/_1jnF4hawLw
So, if we want to release this, and assuming there's enough demand, we will either have to release it with the overridden GWT classes or with a forked version of GWT.
Maybe we should just do this to have a beta1 version out? Any thoughts?
-
-
9. Re: Arquillian and GWT
csa Jan 30, 2013 11:51 AM (in response to aslak)Right now: By adding the sources of the corresponding classes to the Arquillian GWT extension and modifying them e.g. https://github.com/csadilek/arquillian-extension-gwt/tree/master/src/main/java/com/google/gwt/dev/javac
They are Apache 2 licensed.
-
10. Re: Arquillian and GWT
aslak Jan 30, 2013 11:53 AM (in response to csa)right.. with ASL 2 that's an option.
-
11. Re: Arquillian and GWT
oranheim May 11, 2013 2:40 AM (in response to csa)Your patch was merged with gwt trunk on March 25 (r11570). It didn't make it for ver 2.5.1 released on March 11.
Now it only requires gwt snapshot builds to try out the arq-ext-gwt