Re: GWT Compiler Errors

2011-10-03 Thread Thomas Bachmann
Can you post the full stack trace? I am having similar problems but one cause mentioned in the stack trace is: Caused by: java.io.IOException: Too many open files The strange thing for me is, that sometimes the compilation works and sometimes it doesn't (even on the same machine). On 13 Aug.,

Re: GWT Compiler Errors

2011-10-03 Thread ju
I had a similar problem and disabling the unit cache seemed to have fixed the problem. Try to add -Dgwt.persistentunitcache=false to the compiler arguments On Oct 3, 9:13 am, Thomas Bachmann i...@thobach.de wrote: Can you post the full stack trace? I am having similar problems but one cause

Re: GWT Compiler Errors

2011-08-13 Thread Matthias Rauer
mmh, drive full... normally not, but i ll check this. I think I got more than 5 GB free space. On 12 Aug., 20:41, Dennis Haupt d.haup...@googlemail.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 drive full? Am 12.08.2011 20:38, schrieb Magno Machado: Isn't there any other

Re: GWT Compiler Errors

2011-08-13 Thread Matthias Rauer
Yes, first I thought the same, and closed Eclipse. Seems to work... but the next attemp it doesnt work. May be a memory problem? Or virus scanner block the files (i am using avira prof.)? Can windows (32-bit) only handle for example 1000 open files? On 12 Aug., 20:38, Magno Machado

Re: GWT Compiler Errors

2011-08-12 Thread Matthias Rauer
Yes, you are right,there are some classes you cannot use on client side. But in this case I ll get another compile exception. The other team member haven't these problems, that I have :-( They use Windows 7 64-bit. On 11 Aug., 15:44, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: At

Re: GWT Compiler Errors

2011-08-12 Thread Magno Machado
Isn't there any other process that may be blocking the folder/files? On Fri, Aug 12, 2011 at 1:53 PM, Matthias Rauer rauer1...@googlemail.comwrote: Yes, you are right,there are some classes you cannot use on client side. But in this case I ll get another compile exception. The other team

Re: GWT Compiler Errors

2011-08-12 Thread Dennis Haupt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 drive full? Am 12.08.2011 20:38, schrieb Magno Machado: Isn't there any other process that may be blocking the folder/files? On Fri, Aug 12, 2011 at 1:53 PM, Matthias Rauer rauer1...@googlemail.com mailto:rauer1...@googlemail.com wrote: Yes,

GWT Compiler Errors

2011-08-11 Thread Matthias Rauer
Hello, I am getting compile errors. Looks like caching or synchronize problems. [java] Caused by: javax.imageio.IIOException: Can't create cache file! [java] at javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:397) [java] at

Re: GWT Compiler Errors

2011-08-11 Thread Juan Pablo Gardella
At first, I think you can't use File classes in GWT (client side). 2011/8/11 Matthias Rauer rauer1...@googlemail.com Hello, I am getting compile errors. Looks like caching or synchronize problems. [java] Caused by: javax.imageio.IIOException: Can't create cache file! [java] at

Re: GWT compiler errors on code from SMC

2011-04-25 Thread Y2i
Make sure that whatever SMC generates and whatever libraries it depends upon can be translated to Javascript http://code.google.com/webtoolkit/doc/latest/RefJreEmulation.html http://code.google.com/webtoolkit/doc/latest/RefJreEmulation.html

GWT compiler errors on code from SMC

2011-04-15 Thread Yuri
I used SMC (State Machine Compiler) to generate java code. I can successfully compile the code with javac but GWT emits multiple errors of type [java] [ERROR] Line 11: statemap cannot be resolved to a type [java] [ERROR] Line 39: _transition cannot be resolved [java]