Analysing source in module xxx
Unable to find type 'java.lang.Object'
note: my module inherits the User module (as I said above, it works
fine with 1.1)
Dave
Javid
Much appreciated,
Justin
Good:
C:\ajax\gwt-windows-1.2.11\samples\KitchenSink
Bad:
C:\Documents and
Settings\admin\Desktop\ajax\gwt-windows-1.2.11\samples\KitchenSink
That allowed me to compile the Kitchen sink sample.
<classpathentry kind="var"
path="M2_REPO/com/google/gwt/gwt-user/1.2.11/gwt-user-1.2.11.jar"/>
<classpathentry kind="var"
path="M2_REPO/com/google/gwt/gwt-dev-windows/1.2.11/gwt-dev-windows-1.2.11.jar"/>
As a work-a-round I just use some local references (instead of moving
my local Maven repository.
<classpathentry kind="lib"
path="D:/java/gwt-windows-1.2.11/gwt-user.jar"/>
<classpathentry kind="lib"
path="D:/java/gwt-windows-1.2.11/gwt-dev-windows.jar"/>
cheers,
Cameron
move the gwt folder ( gwt-windows-1.2.11 in my case ) to a directory so
that there are no spaces in path.
Good:
C:\ajax\gwt-windows-1.2.11\samples\KitchenSink
Bad:
C:\Documents and
Settings\admin\Desktop\ajax\gwt- windows-1.2.11\samples\KitchenSink