Open GoogleCodeExporter opened 9 years ago
Please attach the stack trace if you find any in the Error Logs view. It will be
helpful for analyzing the issue
Original comment by grprakash
on 29 Sep 2008 at 2:32
Hi,
I also have this error.
It started when I upgraded my maven dependency from GWT 1.5.0 to 1.5.2.
I'll try to get a clean project from svn before investigating further. I'll
tell you
if I find something tomorrow
Original comment by ane.o.n...@gmail.com
on 6 Oct 2008 at 4:59
Hi again,
After removing all previous launch configuration, all seems to work well again
with
GWT 1.5.2. No more error !
Original comment by ane.o.n...@gmail.com
on 7 Oct 2008 at 7:59
Cypal doesn't respect the classpath and sourcepathProvider. If the
launchconfiguration contains org.eclipse.jdt.launching.CLASSPATH_PROVIDER and/or
org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER the application won't start in
hosted
mode. These values are probable added during some process by M2Eclipse, but that
shouldn't be a problem.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="in.cypal.studio.gwt.core.launchConfigurationType">
<stringAttribute key="in.cypal.studio.gwt.core.launchModuleName"
value="com.xxx.gwt.test.Test"/>
<stringAttribute key="in.cypal.studio.gwt.core.launchProjectName" value="xxx"/>
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER"
value="org.maven.ide.eclipse.launchconfig.classpathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="xxx"/>
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER"
value="org.maven.ide.eclipse.launchconfig.sourcepathProvider"/>
</launchConfiguration>
Original comment by r.f.scho...@gmail.com
on 16 Jan 2009 at 10:11
I have the same problem with the error on GWT module's launch. It really does
happen
when a project is managed by M2Eclipse.
The only way how to get rid of the error which seems to work now is to delete
the
module's launch configuration and then create it again (until the next error
occurs).
Original comment by p.bod...@centrum.cz
on 23 May 2009 at 8:02
Original issue reported on code.google.com by
joshblin...@gmail.com
on 29 Sep 2008 at 2:02