Thanks, that is exactly what I was looking for. But how do you set up your
build paths to use these? They have some direct/indirect dependencies which
I only found in trunk/dev/core/src and trunk/dev/core/test, so I added these
two to my build path. However, now I am getting errors from the GWT
compiler, which for some reason seems to want to compile test cases from
these trees although they are not referenced by my module (also there is a
compilation problem with the trunk):
[ERROR] Errors in
'file:/home/tobias/gwt/trunk/dev/core/test/com/google/gwt/lang/LongLibJreTest.java'
[ERROR] Line 23: No source code is available for type
junit.framework.TestCase; did you forget to inherit a required module?
[ERROR] Errors in
'file:/home/tobias/gwt/trunk/dev/core/test/com/google/gwt/lang/LongLibTest.java'
[ERROR] Line 11: No source code is available for type
junit.framework.TestCase; did you forget to inherit a required module?
[ERROR] Errors in
'file:/home/tobias/gwt/trunk/dev/core/test/com/google/gwt/lang/LongLibTestBase.java'
[ERROR] Line 27: No source code is available for type
junit.framework.TestCase; did you forget to inherit a required module?
[ERROR] Unexpected
java.lang.Error: Unresolved compilation problem:
The method newPlatformMXBeanProxy(MBeanServerConnection, String, Class<T>)
in the type ManagementFactory is not applicable for the arguments
(MBeanServer, String, Class<capture#2-of ?>)
at com.google.gwt.dev.util.Memory.maybeDumpMemory(Memory.java:89)
While I don't really get why it's doing this, what would be the preferred
way of including the dependencies? I'm not really used to working with the
GWT sources, normally I just let eclipse include gwt-user.jar and
gwt-dev.jar. Do I have to copy over all the classes that I need?
Thanks in advance!
Regards,
Tobias
--
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.