Re: Is there any way to use GWT 2.9 with Java 11 using Eclipse GWT plugin?

2020-08-31 Thread Shahram Zadeh
Another question is how to find >> and manipulate the CodeServer parameters, we are thinking about replacing >> Jetty with Tomcat for development. >> >> I appreciate it in advance. >> Shahram... >> >> >> >> >> >> On Fri, Aug 28, 2

Re: Is there any way to use GWT 2.9 with Java 11 using Eclipse GWT plugin?

2020-08-30 Thread Shahram Zadeh
28, 2020 at 7:35 AM Thomas Broyer wrote: > That one's "easy": don't use the embedded Jetty of DevMode; run your own > servlet container instead, along with either DevMode in -noserver mode, or > CodeServer. > > On Thursday, August 27, 2020 at 8:30:45 PM UTC+2, Sha

Re: Is there any way to use GWT 2.9 with Java 11 using Eclipse GWT plugin?

2020-08-27 Thread Shahram Zadeh
after a long time and hard work we were able to make it work up to the successful compilation, now there is a conflict between the integrated apache xerces in gwt-dev.jar and java 8. is there any way to force the GWT in dev mode not to use tools in the gwt-dev.jar? any help would be greatly ap

Re: Is there any way to use GWT 2.9 with Java 11 using Eclipse GWT plugin?

2020-08-07 Thread Shahram Zadeh
is there any documentation for how to set it up, we are not maven oriented. I appreciate a link or document... On Thu, Aug 6, 2020 at 2:57 PM lofid...@gmail.com wrote: > GWT Eclipse plugin is not maintained anymore... So to use the newest one > you could move to pure Maven or Gradle... I only us

Re: Is there any way to use GWT 2.9 with Java 11 using Eclipse GWT plugin?

2020-07-27 Thread Shahram Zadeh
sks.withType(JavaCompile) { >options.compilerArgs.addAll(["--release", "8"]) > } > } > > On Mon, Jul 27, 2020 at 6:12 PM Shahram Zadeh wrote: > >> We have a huge GWT project (GWT 2.7, JDK 1.7, Eclipse) everything works >> perfect. We are planning to upgrade to

Is there any way to use GWT 2.9 with Java 11 using Eclipse GWT plugin?

2020-07-27 Thread Shahram Zadeh
We have a huge GWT project (GWT 2.7, JDK 1.7, Eclipse) everything works perfect. We are planning to upgrade to Java 11 and GWT 2.9 which has been recently released. However Java 1.7 is retiring and getting obsolete we have to move on and upgrade. Since last week we are trying to create a deve

Re: Debugging in Super Dev Mode is a pain.. :-(

2015-05-19 Thread Shahram Zadeh
Jens, Thanks for quick and informative response. I will definitely try these options. because my project is too huge to quit. will let you know, thanks On Tuesday, May 19, 2015 at 12:18:28 PM UTC-7, Jens wrote: > > IntelliJ 13+ can do this out of the box and for Eclipse there is a plugin >