I found more info in the eclipse console. Sorry, I didn't check it. Here are the problems I have : - The launch file is not generated correctly for Mac , the vm arg "-XstartOnFirstThread" is missing in this file. - The options port & noserver are not set into the launch file. They are well supported in the pom.xml and it works fine with gwt:run. I have to modify manually the generated launch file. -After fixing those problems, I can run my gwt application from Eclipse but I still have the error :
FWK005 parse may not be called while parsing. It looks like an Xerces error. I will continue my investigation :-) br, Christophe 2009/3/31 nicolas de loof <nicolas.del...@gmail.com> > Sory, I missunderstood your issue. > Don't you have some more trace in your eclipse console / hosted console > about the error ? > > > On Tue, Mar 31, 2009 at 10:59 AM, Christophe Lombart < > christophe.lomb...@gmail.com> wrote: > >> mvn -e gwt:eclipse :works fine with no error. The launch file is well >> created. >> The problem is when I'm running this launch file from Eclipse. >> >> >> 2009/3/31 nicolas de loof <nicolas.del...@gmail.com> >> >> Could you please run the same command with -e option to get a full >>> stacktrace ? >>> Nicolas >>> >>> On Tue, Mar 31, 2009 at 10:43 AM, Christophe Lombart < >>> christophe.lomb...@gmail.com> wrote: >>> >>>> Hi, >>>> When I start the generated launch file from Eclipse, I receive the >>>> following error : >>>> >>>> Unable to restore classpath entry. >>>> >>>> FWK005 parse may not be called while parsing. >>>> >>>> >>>> I don't understand the problem. I made a >>>> >>>> >>>> I'm using maven-gwt 1.1-SNAPSHOT and I'm running with the option >>>> noServer. >>>> >>>> gwt:compile & gwt:run work fine >>>> >>> >>> >> >