Hi,
I am still fairly new to GWT and have hit a snag which makes no sense to me at all.
I have a package that I use called: mq.Authentication.IDL which contains a bunch of classes generated from an IDL file.
I have incuded the source path="Application.IDL"/
line in the module definition to make sure that the GWT knows about this package.
The GWT finds all of the other classes that it needs within this package, but complains that it can't find SessionData.java, and it is clearly there, code and all!
Am I doing something stupid as I have been looking at this for ages and are in the 'brain lock' phase when you hint for a missing semi-colon and can't find it!
Help!!!