Re: GWT compilation failed

2016-05-10 Thread Carlo Lupo
Sorry for my former post, I should have read similar questions regarding "WebCreator failed". Finally found the answer here: https://code.google.com/archive/p/google-web-toolkit/issues/5586. Removing system wide classpath entry indeed solved the problem. -- You received this message because yo

Re: GWT compilation failed

2014-05-20 Thread Juan Pablo Gardella
Try this workaround: https://code.google.com/p/google-web-toolkit/issues/detail?id=5586 2014-05-19 18:59 GMT-03:00 : > I am developping a GWT Application and when I was about to compile I got a > message "GWT Compilation Failed" without any stacktrace. > > Then I've t

GWT compilation failed

2014-05-20 Thread giovanni . pinheiro
I am developping a GWT Application and when I was about to compile I got a message "GWT Compilation Failed" without any stacktrace. Then I've tried something even simpler, like creating the sample application and I've got "Creation of element fail

Re: GWT compilation failed

2013-05-08 Thread Mike
I had this same issue, and deleting the gwt-unitCache worked for me. Thanks On Tuesday, April 30, 2013 2:29:52 AM UTC-4, Magnus wrote: > > Hi, > > solved. > I tried around several things. I think deleting the files in the > gwt-unitCache folder solved it. > > Thanks > Magnus > -- You received t

Re: GWT compilation failed

2013-04-29 Thread Magnus
Hi, solved. I tried around several things. I think deleting the files in the gwt-unitCache folder solved it. Thanks Magnus -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it,

GWT compilation failed

2013-04-29 Thread Magnus
Hi, after upgrading the eclipse plugin (Help -> Check for Updates) I cannot compile my project anymore. I receive the message "GWT compilation failed" (see below). What can I do? (GWT 2.5.1) Thank you Magnus - Compiling module bcs.bcs [ERROR] An internal compiler excep

Re: GWT Compilation Failed

2011-02-07 Thread Henry
I know this post is a bit old, but I recently came across the same compilation problem and the problem/soln is I had an annotated class like: @SuppressWarnings({}) public class LeftPanel my fix was to take out the @SuppressWarnings({}) -- You received this message because you are su

GWT Compilation Failed

2010-05-21 Thread Rock
Hi, I have installed eclipse and gwt plugins. I was able to run the application but all of a sudden I started encountering the following problem. GWT Compilation Failed - Plugin - com.google.gwt.eclipse.core Compiling module com.mycompany.mywebapp.MyWebApp [ERROR] Unexpected

Re: GWT Compilation Failed

2010-03-10 Thread Muthu
Just and update.. Fixed this issue. I was repeating add-linker in the gwt.xml file. These linkers are added by the modules that I was inheriting. When I removed the duplciate add-linker then the issue was resolved. On Mar 9, 7:07 pm, Muthu wrote: > Any help with this?? I'm still stuck.. and the a

Re: GWT Compilation Failed

2010-03-09 Thread Muthu
Any help with this?? I'm still stuck.. and the actual error is as follows [ERROR] Unable to compile. java.io.IOException: Cannot run program "java": error=2, No such file or directory My project used to compile and deploy to the app engine properly. Then I separated the GWT project into

GWT Compilation Failed

2010-03-09 Thread Muthu
Hi, I'm new to GWT and I get the following error when I do a GWT compile Compiling module com.p2p.pcwebapp.pcWebApp.Pcwebapp Compiling 15 permutations Compiling permutation 0... Compiling permutation 1... Compiling permutation 2... Compiling permutation 3... Compi

Re: GWT compilation failed

2009-08-10 Thread svadimr
le Web Toolkit" option, > > created a module and an empty entry point class (just for checking) > > then I tried to compile project using "GWT compile" and I got "GWT > > compilation failed". > > I tried to create a war directory and I checked the xml files

Re: GWT compilation failed

2009-08-10 Thread Rajeev Dayal
> to merge the GWT project into my dynamic web application. > In the project settings I checked "use Google Web Toolkit" option, > created a module and an empty entry point class (just for checking) > then I tried to compile project using "GWT compile" and I got "

GWT compilation failed

2009-08-06 Thread svadimr
an empty entry point class (just for checking) then I tried to compile project using "GWT compile" and I got "GWT compilation failed". I tried to create a war directory and I checked the xml files, everything looks fine. How can