http://www.flickr.com/photos/46306...@n05/4290882114/sizes/o/ <-----
Here there is more info about the structure of the project and .jar
files that I want to use (intimeclien1.0.jar and xmlutils2.0.jar).
Also I've created the XMLUtils.gwt.xml with this content:
**************
<?xml version="1.0" encoding="UTF-8"?>
<module rename-to='es.upv.xmlutils'>
<inherits name='com.google.gwt.user.User' />
<inherits name="com.google.gwt.xml.XML" />
</module>
*****************
And Intimeclient.gwt.xml with this content:
******************
<?xml version="1.0" encoding="UTF-8"?>
<module rename-to='es.ua.jpm'>
<inherits name='com.google.gwt.user.User' />
</module>
******************
Is there any wrong sentece?. I'm renaming the modules (xxx.gwt.xml
files) because they are not into .jar package.
What's going on?
thanks!
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.