2011. december 6., kedd

... has no corresponding field in template file ....ui.xml

If you are getting strange error messages like
... has no corresponding field in template file ....ui.xml
while working with Google Web Toolkit in Eclipse, double check that you have autobuild on!

2011. december 1., csütörtök

hiba: Leképezési hiba. (Google Dokumentumok)

Ezt a problémát nálam mindig az okozta, hogy pontosvessző helyett vesszőt használtam valamelyik képletben. A hibaüzenetből sok mindenre következtetnék, de erre...?

2011. március 6., vasárnap

2011. február 17., csütörtök

2010. december 6., hétfő

Solved: Eclipse javadoc hover gone

The problem:

I don’t see the usual javadoc hover in Eclipse IDE.

Cause:

I used the same workspace on different computers, so some file permissions got messed up. This caused an exception in the hover-rendering internals.

Solution:

Regain ownership over whole workspace: (of course while Eclipse is closed)
user@host:/path/to/workspace$ sudo chown -R ${USER}: .

Additional conclusions:

  • It’s useful to look for errors in ~/.xsession-errors, that receives the standard error of X windows.
  • from man find: -nouser No user corresponds to file's numeric user ID.
  • It’s useful to have a place where I can write down these findings ;) I’m pretty sure I once already solved this problem, but then forgot about it.