Open GoogleCodeExporter opened 8 years ago
Issue 8986 has been merged into this issue.
Original comment by t.broyer
on 10 Nov 2014 at 9:55
I have same problem...
What is the solution?
Original comment by rodrigop...@gmail.com
on 14 Nov 2014 at 1:44
Same problem here... hoping for a solution
Original comment by cezargca...@gmail.com
on 20 Nov 2014 at 5:07
the latest version of the GWT Plugin under Eclipse remove the issue since
3.8.0..r44 the noSuperDevMode option appears and the superDevMode is not
automatically addded.
The solution (more a workaround) is to add the codeserver.jar temporary under
the GWT 2.4.0 SDK folder to add it under the Eclipse > Window > Preferences >
Google > Web Toolkit (Add...)
Once your GWT project have the GWT Container added to your classpath, you
should be fine and you can remove the codeserver.jar . Still remain the warn &
error under Eclipse > Window > Preferences > Google > Web Toolkit but it works
fine.
Hope it will help.
Beside I was aware of too long classpath resolution on GWT SDK 2.7 but I cannot
the find any references in the Release notes, any help is helpful. Our project
get so many jars dependencies throught maven that the classpath that it is
getting a real issue (BTW no support of Bundle ClassPath by GWT so far...one
day maybe)
Original comment by dyb22...@gmail.com
on 3 Dec 2014 at 2:33
[deleted comment]
To stop the -superDevMode flag from getting auto injected I made the Eclipse
Run Configuration file read-only.
Example path:
<YOUR_WORKSPACE>\.metadata\.plugins\org.eclipse.debug.core\.launches\<YOUR_RUN_C
ONFIG_NAME>.launch
Then whenever you look at the Dev Mode Run Configuration in Eclipse it will
still show the -superDevMode flag, but when you click the Close button it now
asks you if you want to save and you can press No.
On a somewhat related note: if you decide to hand edit that .launch file in a
text editor Eclipse won't notice your changes. Just restart Eclipse though, and
it'll see your changes.
Original comment by bradcu...@gmail.com
on 4 Feb 2015 at 9:13
Thanks for this idea... little hack... I guess we have to move to 2.7
Do you have any feedback on GWT classpath too long issue ?
Original comment by dyb22...@gmail.com
on 9 Feb 2015 at 10:28
(luckily) I haven't comes across the classpath too long issue
Original comment by bradcu...@gmail.com
on 10 Feb 2015 at 7:04
[deleted comment]
Here's a Google Groups post on a similar (same?) issue saying they've fixed
this issue, but haven't yet rolled a release including the fix:
https://groups.google.com/forum/#!topic/google-plugin-eclipse/E7tG9tvaY4M
Original comment by bradcu...@gmail.com
on 10 Feb 2015 at 7:08
And here's someone else that ran into the same issue:
http://stackoverflow.com/q/28026198/152061
Original comment by bradcu...@gmail.com
on 10 Feb 2015 at 7:09
Original issue reported on code.google.com by
dyb22...@gmail.com
on 6 Nov 2014 at 3:59