Re: Cumbersome jUnit setup
On 6 oct, 08:55, kito <juri.strumpfloh...@gmail.com> wrote:
[...]
> public String getModuleName() {
> return "com.mycompany.myappname";
> }
>
> That would be all fine, but then, when I tried to launch the test, I
> got the error message
> [ERROR] Unable to find 'com/mycompany/myappname.gwt.xml' on your
> classpath; could be a typo, or maybe you forgot to include a classpath
> entry for source?
>
> That's weird! Why is it looking for the myappname.gwt.xml inside 'com/
> mycompany' while it should look inside 'com/mycompany/myappname/'???
It looks for what you tell it to !!!
getModuleName should return "com.mycompany.myappname.Myappname"
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home