Re: GWT, Java 17, jakarta.servlet, Eclipse, GWT plugin

2024-06-17 Thread Craig Mitchell
gt; the. appropriate java command to run the web app (or Jetty itself) is not > being assembled correctly by either Eclipse, the GWT plugin, or both. > There are various options that are needed and are not properly set. That > said, even if I do/can get that working, I don't think that's

Re: GWT, Java 17, jakarta.servlet, Eclipse, GWT plugin

2024-06-17 Thread Jens
tly by either Eclipse, the GWT plugin, or both. There are various options that are needed and are not properly set. That said, even if I do/can get that working, I don't think that's the right approach. As you're going to deprecate the embedded Jetty server, I should do whatever is needed there to

Re: GWT, Java 17, jakarta.servlet, Eclipse, GWT plugin

2024-06-14 Thread Bob Lacatena
give us more detail about what you are using (or intend to use). After further investigation, much of my issues around this seem to be that the. appropriate java command to run the web app (or Jetty itself) is not being assembled correctly by either Eclipse, the GWT plugin, or both. There are vario

Re: GWT, Java 17, jakarta.servlet, Eclipse, GWT plugin

2024-06-12 Thread Colin Alworth
> Clearly the GWT plugin/installed Jetty are not Jakarta-ready. I could try to update and rebuild the plugin to make it so (maybe), but I'm so overwhelmed with other chores that I can't afford having that turn into another rabbit hole. It's easier/safer/wiser to go back to javax. If you m

Re: GWT, Java 17, jakarta.servlet, Eclipse, GWT plugin

2024-06-12 Thread Bob Lacatena
Thanks for all the replies. None of them directly addressed my needs, but in combination they all provided enough understanding to help me make some decisions: Clearly the GWT plugin/installed Jetty are not Jakarta-ready. I could try to update and rebuild the plugin to make it so (maybe

Re: GWT, Java 17, jakarta.servlet, Eclipse, GWT plugin

2024-06-12 Thread Thomas Broyer
On Wednesday, June 12, 2024 at 11:27:27 AM UTC+2 Jens wrote: Needless to say that I have split client, shared and server code into their own projects. This is the recommeneded project layout these days * checks notes * I've been advocating for it for more than 12 years now

Re: GWT, Java 17, jakarta.servlet, Eclipse, GWT plugin

2024-06-12 Thread Jens
1. You do not have to use Jakarta if you want to migrate to Java 17. You can very well stay on javax and first make the JDK transition work 2. GWT's embedded Jetty is always javax because it is version 9.4.xx. The use of GWT's embedded Jetty is officially deprecated and you should use your own

Re: GWT, Java 17, jakarta.servlet, Eclipse, GWT plugin

2024-06-12 Thread 'tim_mac...@yahoo.co.uk' via GWT Users
This might help: its a different solution to the issue Craig dealt with. Its an extension of the gwt multi-module sample with an embedded Jetty, for Java 11 without Spring. https://github.com/timmacp/AppEngineGwt/tree/main On Wednesday, June 12, 2024 at 9:03:01 AM UTC+1 Wejden Mrabti wrote: >

Re: GWT, Java 17, jakarta.servlet, Eclipse, GWT plugin

2024-06-12 Thread Wejden Mrabti
hello! @Craig it looks great what you have done! @bob I am working on same migration acutally, It looks that the embedded Jetty in GWT DevMode has been deprecated in GWT 2.11 due to classloader issues and other complexities. To avoid these problems, you can try transition to a dedicated

Re: GWT, Java 17, jakarta.servlet, Eclipse, GWT plugin

2024-06-11 Thread Craig Mitchell
I would recommend creating a new project with everything that you want to use, get it working how you like, then use that as a template on how you will upgrade your existing project. For my project that I needed to upgrade from Java 8 to Java 17 (because Google App Engine dropped support for

GWT, Java 17, jakarta.servlet, Eclipse, GWT plugin

2024-06-11 Thread Bob Lacatena
I am wrestling with a massive effort that has been one stumbling block after another. The core task is to convert a sadly monolithic and archaic app from Java 8 to Java 17. My current subtask (maybe necessary, maybe not) is to convert everything to use jakarta.servlet rather than

Re: unable to instal and use gwt-plugin in Eclipse 2022-06 or Eclipse 2022-09

2022-11-16 Thread Jens
in that issue. Also note that if you use the download you might need to install some other Eclipse plugins the GWT plugin depends on. See my comment in the linked issue above. -- J. ngf.ch...@gmail.com schrieb am Dienstag, 15. November 2022 um 17:34:09 UTC+1: > I am using Eclipse IDE for Enterpr

Re: unable to instal and use gwt-plugin in Eclipse 2022-06 or Eclipse 2022-09

2022-11-15 Thread eliasbala...@gmail.com
I am facing the same problems here, having teams of developers only familiar with the GWT plugin. Unfortunately, the alternative is ratehr tricky. To my understanding it involves use of Maven run configurations within Eclipse respective to the GWT plugin run configurations plus forcing "

unable to instal and use gwt-plugin in Eclipse 2022-06 or Eclipse 2022-09

2022-11-15 Thread Christian Nzhie
I am using Eclipse IDE for Enterprise Java and Web Developers - 2022-09 and am unable to install and use gwt plugin. 1. I have before then used Eclipse IDE for Enterprise Java and Web Developers - 2022-06 with the same result. The plugin doesn't install in eclipse. How to use gwt now as i

Re: Install GWT plugin for Firefox26

2022-06-29 Thread d is
ode changes) I need the FF26 - and the GWT >> plugin. >> Each time I have to setup my machine for the task, I install the FF26 and >> the GWT plugin. No problems in the past. But this year I get the error >> while doing it: >> >> Secure Connection Failed >>

Re: Install GWT plugin for Firefox26

2022-06-29 Thread d is
4 AM UTC-6 dis0...@gmail.com wrote: >> >>> I maintain the (old) application with the GWT part. To run the system >>> locally (bugs fixing or minor code changes) I need the FF26 - and the GWT >>> plugin. >>> Each time I have to setup my machine for the task

Re: Install GWT plugin for Firefox26

2022-06-28 Thread Thomas Broyer
22 at 3:29:44 AM UTC-6 dis0...@gmail.com wrote: > >> I maintain the (old) application with the GWT part. To run the system >> locally (bugs fixing or minor code changes) I need the FF26 - and the GWT >> plugin. >> Each time I have to setup my machine for the task,

Re: Install GWT plugin for Firefox26

2022-06-28 Thread 'Ben Shapiro' via GWT Users
wrote: > I maintain the (old) application with the GWT part. To run the system > locally (bugs fixing or minor code changes) I need the FF26 - and the GWT > plugin. > Each time I have to setup my machine for the task, I install the FF26 and > the GWT plugin. No problems in the past.

Re: Install GWT plugin for Firefox26

2022-06-25 Thread Jens
: > I maintain the (old) application with the GWT part. To run the system > locally (bugs fixing or minor code changes) I need the FF26 - and the GWT > plugin. > Each time I have to setup my machine for the task, I install the FF26 and > the GWT plugin. No problems in the past. But

Re: Install GWT plugin for Firefox26

2022-06-24 Thread hprc
dy nowadays still uses the "legacy devmode" with browser plugins. >> >> On Friday, June 24, 2022 at 11:29:44 AM UTC+2 dis0...@gmail.com wrote: >> >>> I maintain the (old) application with the GWT part. To run the system >>> locally (bugs fixing or minor

Re: Install GWT plugin for Firefox26

2022-06-24 Thread d is
days still uses the "legacy devmode" with browser plugins. > > On Friday, June 24, 2022 at 11:29:44 AM UTC+2 dis0...@gmail.com wrote: > >> I maintain the (old) application with the GWT part. To run the system >> locally (bugs fixing or minor code changes) I need the FF26

Re: Install GWT plugin for Firefox26

2022-06-24 Thread Thomas Broyer
;legacy devmode" with browser plugins. On Friday, June 24, 2022 at 11:29:44 AM UTC+2 dis0...@gmail.com wrote: > I maintain the (old) application with the GWT part. To run the system > locally (bugs fixing or minor code changes) I need the FF26 - and the GWT > plugin. > Each time I have to

Install GWT plugin for Firefox26

2022-06-24 Thread d is
I maintain the (old) application with the GWT part. To run the system locally (bugs fixing or minor code changes) I need the FF26 - and the GWT plugin. Each time I have to setup my machine for the task, I install the FF26 and the GWT plugin. No problems in the past. But this year I get

how to migrate from Codehaus Mojo maven gwt plugin to TBroyer maven gwt plugin?

2021-05-20 Thread likejudo
How to migrate from Codehaus Mojo maven gwt plugin to TBroyer maven gwt plugin? I am trying to refactor a GWT project. It has GXT widgets and I need to replace them with GWT widgets. However the Mojo plugin is bewildering in its options. Looking at the pom.xml, I find 1) packaging is set to war

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

2020-08-31 Thread Shahram Zadeh
Yeah, we realized that chrome debugger and SDBG are the same, but it's a different world when your debug session is like a desktop application, you don't notice it's a Web application. I checked the video how to separate the projects but unfortunately we cannot move to maven. We are very happy

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

2020-08-31 Thread lofid...@gmail.com
... and for development: it is wise to separate your GWT UI project from your server part: - Separate the Maven modules: one for server and one for client GWT UI, don't mixed both modules. - Develop both modules independently, mock your server to be able to make a fast turn around

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

2020-08-31 Thread lofid...@gmail.com
Hi, great to hear that you managed to move to GWT 2.9... AFAIK, SDBG is implemented based on Chrome, so actually it is the same whether you use Chrome or SDBG in Eclipse, only it looks more integrated in Eclipse  shahra...@gmail.com schrieb am Montag, 31. August 2020 um 03:25:08 UTC+2: >

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

2020-08-30 Thread Shahram Zadeh
Thanks Thomas for your prompt response, I loaded the old project and added the old jars one by one and after apache commons it started working, I mean it stopped using the gwt-dev.jar libraries. Now I'm able to load the application with 1) Eclipse plugin, using the integrated Server

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

2020-08-28 Thread Thomas Broyer
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, Shahram Zadeh wrote: > > after a long time and hard work we were able to make it work

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

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

2020-08-08 Thread Frank Hossfeld
Use this to generate a multi module artifact: https://github.com/tbroyer/gwt-maven-archetypes shahra...@gmail.com schrieb am Freitag, 7. August 2020 um 18:23:52

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

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

2020-08-06 Thread lofid...@gmail.com
GWT Eclipse plugin is not maintained anymore... So to use the newest one you could move to pure Maven or Gradle... I only use Maven sofar and it works well... shahra...@gmail.com schrieb am Dienstag, 28. Juli 2020 um 00:11:58 UTC+2: > We have a huge GWT project (GWT 2.7, JDK 1.7, Eclipse)

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

2020-07-27 Thread Shahram Zadeh
Thanks for the prompt response. The issue is the internal Jetty that cannot be loaded with openJdk 11. Here is the log. Is there any way to replace the internal Jetty with a higher version? I Checked the Jetty forum and apparently they are aware of this. The code server is ready at

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

2020-07-27 Thread Michael Conrad
I use Gradle to configure Eclipse. For JDK11 to be used as if it were JDK8 in Eclipse I have added: sourceCompatibility = JavaVersion.VERSION_1_8 targetCompatibility = JavaVersion.VERSION_1_8 if (JavaVersion.current() > JavaVersion.VERSION_1_8) { tasks.withType(JavaCompile) {

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

Re: GWT Plugin 3.0 fails to download connection reset after a while

2018-09-19 Thread Rahul Maharishi
This link is again not working. http://storage.googleapis.com/gwt-eclipse-plugin/v3/release Has it moved, can you please share the correct link. Downloading from browser would work, can you please share the link. On Monday, 26 February 2018 22:53:37 UTC+5:30, Brandon Donnelson wrote: > >

Re: GWT Plugin 3.0 fails to download connection reset after a while

2018-02-28 Thread kommon kommon
Actually it was something scanner was interfering with. I was able to download outside the environment. Thanks On Monday, February 26, 2018 at 11:27:51 AM UTC-6, kommon kommon wrote: > > I doubt we we are missing packets. Browser also fails exactly after > downloading 50.93 mb unless are

Re: GWT Plugin 3.0 fails to download connection reset after a while

2018-02-26 Thread kommon kommon
I doubt we we are missing packets. Browser also fails exactly after downloading 50.93 mb unless are refresh a couple of times. I guess total file zie is 51 mb so something peculiar. Isn't there a way to download plugin offline rather than thru eclipse marketplace? On Monday, February 26, 2018

Re: GWT Plugin 3.0 fails to download connection reset after a while

2018-02-26 Thread Brandon Donnelson
@Kommon If you try what Jens tried, downloading from the browser would it work for you? Are you dropping packets on your nic? On Monday, February 26, 2018 at 6:58:26 AM UTC-8, Jens wrote: > > Unable to read repository at >>

Re: GWT Plugin 3.0 fails to download connection reset after a while

2018-02-26 Thread Jens
> > Unable to read repository at > http://storage.googleapis.com/gwt-eclipse-plugin/v3/release/plugins/com.gwtplugins.gdt.eclipse.platform_3.0.0.201710131939.jar > . > I can download that jar without issues using a browser. Maybe it is some virus scanner or proxy causing the issue. -- J. --

Re: GWT Plugin 3.0 fails to download connection reset after a while

2018-02-26 Thread kommon kommon
Trying to install GWT plugin on Eclipse Oxygen again. Constantly failing since last week at the same spot at 50.93 mb. Failing to download in browser also. I wish there was a way for offline downloading and install of GWT Plugin. Any help would be appreciated. "An error occurred

Re: GWT Plugin 3.0 fails to download connection reset after a while

2018-02-26 Thread kommon kommon
Trying to install GWT plugin on Eclipse Oxygen. Constantly failing since last week at the same spot at 50.93 mb. Failing to download even in browser. I wish there was a way for offline downloading and install of GWT Plugin. Any help would be appreciated. "An error occurred while colle

Re: Which GWT plugin for Eclipse?

2018-01-15 Thread Thomas Broyer
e: > https://developers.google.com/eclipse/docs/download) and the official > page presents a link to this plugin: > > http://gwt-plugins.github.io/documentation/ > > Unfortunately, the GWT plugin page states: > > *This plugin is of Beta quality. If you want to use t

Which GWT plugin for Eclipse?

2018-01-15 Thread claudio . tasso
http://gwt-plugins.github.io/documentation/ Unfortunately, the GWT plugin page states: *This plugin is of Beta quality. If you want to use the GPE-Fork, please goto the GPE-Fork download <https://github.com/gwt-plugins/gwt-eclipse-plugin/tree/gpe-fork>* So I assume that I should use thi

Re: Problems with Eclipse Oxygen and GWT Plugin

2017-09-28 Thread Williame
ontent folder to "war" instead of "WebContent" or your project will run but serve content from an empty folder. -W On Thursday, September 28, 2017 at 7:14:59 AM UTC-5, JP wrote: > > Hello Rodolfo, > > many thanks for your reply. > > I tried it with a fresh

Re: GWT Plugin 3.0 fails to download connection reset after a while

2017-09-16 Thread Brandon Donnelson
All I can suggest is wait and try again. This repo is on Google Cloud Storage, so there shouldn't be any issues. On Friday, September 15, 2017 at 8:13:43 AM UTC-7, kommon kommon wrote: > > I am trying to install GWT plugin 3.0 on latest version of Eclipse Oxygen > 2.7. from >

GWT Plugin 3.0 fails to download connection reset after a while

2017-09-15 Thread kommon kommon
I am trying to install GWT plugin 3.0 on latest version of Eclipse Oxygen 2.7. from http://gwt-plugins.github.io/documentation/gwt-eclipse-plugin/Download.html I get the following error when it reaches about 26%. " An error occurred while collecting items to be installed session co

Re: GWT Plugin v3.0 and tbroyer maven integration with requestfactory

2017-08-04 Thread Sheldon Damons
Thanks you Thomas, your help is always much appreciated. To get Eclipse to work, I added the shared module source as linked source in the server module project and enabled annotation processing. The only problem is that when I try 'open declaration' it take me to the server's linked source and

Re: GWT Plugin v3.0 and tbroyer maven integration with requestfactory

2017-08-02 Thread Thomas Broyer
On Wednesday, August 2, 2017 at 7:24:53 PM UTC+2, Sheldon Damons wrote: > > Hi Guys, > > I have been investigating migrating our current GWT Project to use > gwt-eclipse-plugin-v3 > together > with gwt-maven-plugin

GWT Plugin v3.0 and tbroyer maven integration with requestfactory

2017-08-02 Thread Sheldon Damons
Hi Guys, I have been investigating migrating our current GWT Project to use gwt-eclipse-plugin-v3 together with gwt-maven-plugin . Our project uses Requestfactory extensively, so I created a

Re: Problems with Eclipse Oxygen and GWT Plugin

2017-07-10 Thread Rodolfo Raya
Hi, Try installing Eclipse for Java Developers instead of the Java EE IDE for Web Developers. You can add all Java EE plugins and GWT to the base IDE. That combination works well for me. Regards, Rodolfo M. Raya On Fri, Jul 7, 2017 at 6:30 AM JP wrote: > Hello, > > I have

Re: Problems with Eclipse Oxygen and GWT Plugin

2017-07-10 Thread JP
Hello Juan, thanks for your reply. Unfortunately I had this version installed already. Perhapy you have another hint? Kind regards, JP Am Freitag, 7. Juli 2017 15:23:15 UTC+2 schrieb Juan Pablo Gardella: > > I'm using https://github.com/gwt-plugins/gwt-eclipse-plugin without > problems. Try

Re: Problems with Eclipse Oxygen and GWT Plugin

2017-07-07 Thread Juan Pablo Gardella
I'm using https://github.com/gwt-plugins/gwt-eclipse-plugin without problems. Try with this. On Fri, 7 Jul 2017 at 06:30 JP wrote: > Hello, > > I have installed Eclipse Oxygen Release Java EE IDE for Web Developers (64 > bit) and found GWT Eclipse Plugin 3.0.0 in the

Problems with Eclipse Oxygen and GWT Plugin

2017-07-07 Thread JP
Hello, I have installed Eclipse Oxygen Release Java EE IDE for Web Developers (64 bit) and found GWT Eclipse Plugin 3.0.0 in the Marketplace. After successfully installation of the plugin, I tried to create a new GWT Web Application Project *without *sampe code. The result was an error

Re: Unable to install GWT Plugin in Eciplse Neon

2017-07-03 Thread pierre
turn out I download the problem jar using chrome and copy it to plugin folder..the installation resumed. On Thursday, June 29, 2017 at 4:30:19 PM UTC+8, pierre wrote: > > I got the same error when install plugin from marketplace as well. Anyone > know the workaround? > > On Sunday, June 25,

Re: Unable to install GWT Plugin in Eciplse Neon

2017-06-29 Thread Frank
Don't use the plugin from google. Use this one instead : https://github.com/gwt-plugins/gwt-eclipse-plugin Watch the YouTube movies for instructions : https://www.youtube.com/watch?v=DU7ZQVLR5Zo=PLBbgqtDgdc_TqzA-qXrjgTFMC_6DKAQyT -- You received this message because you are subscribed to the

Re: Unable to install GWT Plugin in Eciplse Neon

2017-06-29 Thread pierre
I got the same error when install plugin from marketplace as well. Anyone know the workaround? On Sunday, June 25, 2017 at 9:53:10 PM UTC+8, Gautam SHAHI wrote: > > Why i am getting this error? > > -- You received this message because you are subscribed to the Google Groups "GWT Users" group.

Unable to install GWT Plugin in Eciplse Neon

2017-06-25 Thread Gautam SHAHI
Why i am getting this error? -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to

Re: [gwt-contrib] GWT Plugin v3.0 and tbroyer maven integration ?

2016-12-23 Thread stuckagain
utting in Application.gwt.xml in > src/main/java instead of src/main/resources? > > On Fri, 23 Dec 2016 at 06:48 stuckagain <david...@gmail.com > > wrote: > >> >> Living behind a corporate firewall is hell as I cannot get my hands on >> the GWT plugin (I have a support ca

Re: [gwt-contrib] GWT Plugin v3.0 and tbroyer maven integration ?

2016-12-23 Thread Juan Pablo Gardella
Did you check if it works by putting in Application.gwt.xml in src/main/java instead of src/main/resources? On Fri, 23 Dec 2016 at 06:48 stuckagain <david.no...@gmail.com> wrote: > > Living behind a corporate firewall is hell as I cannot get my hands on the > GWT plugin (I have

[gwt-contrib] GWT Plugin v3.0 and tbroyer maven integration ?

2016-12-23 Thread stuckagain
Living behind a corporate firewall is hell as I cannot get my hands on the GWT plugin (I have a support case open for now 3+ months) unless I build it myself and produce a zip file of the eclipse plugin and somehow get it on my dev computer. I tried to build the 3.0-SNAPSHOT release on my

GWT Plugin for Maven with Polymer (jsinterop)

2016-01-13 Thread N Troncoso
Switching to the Maven Plugin for GWT , I'm unable to get GWT to recognize the jsinterop flag. I'm assuming not many people using this plugin are using jsinterop, because I can only find a single source about it:

Re: GWT Plugin for Maven with Polymer (jsinterop)

2016-01-13 Thread Thomas Broyer
On Wednesday, January 13, 2016 at 1:34:51 PM UTC+1, N Troncoso wrote: > > Switching to the Maven Plugin for GWT > , I'm unable to get GWT to > recognize the jsinterop flag. I'm assuming not many people using this > plugin are using jsinterop,

Re: GWT Plugin for Maven with Polymer (jsinterop)

2016-01-13 Thread N Troncoso
Thanks for that. Nothing you said was the issue, but it prompted me to double check my GWT version. It turns out I was using 2.8 beta instead of SNAPSHOT. I guess your plugin doesn't work with beta? Before switching, I was using beta for my gwt version and snapshot for my mojo plugin version

Re: GWT Plugin For Eclipse; Ubuntu 64-Bit; XULRunner Issue

2016-01-02 Thread Jens
>Is the GWT 2.7.0 release note: "GWT Designer doesn’t work with 2.7 > and is no longer supported." accurate? > Yes thats correct. No one maintains GWT Designer and thus it has become incompatible to GWT 2.7+. However the source is now available and you could patch it if you really

Re: GWT Plugin For Eclipse; Ubuntu 64-Bit; XULRunner Issue

2016-01-02 Thread Gilberto
I have been developing an app with GWT and have recently moved my >> development platform to a 64-bit Dell Poweredge running Ubuntu 15.10. I >> installed Eclipse Mars. 1 Release (4.51) and downloaded and installed the >> GWT Plugin and SDK. When I attempt to open the GWT De

Re: GWT Plugin For Eclipse; Ubuntu 64-Bit; XULRunner Issue

2016-01-02 Thread Boris Brudnoy
Hello, >>> >>>I have been developing an app with GWT and have recently moved my >>> development platform to a 64-bit Dell Poweredge running Ubuntu 15.10. I >>> installed Eclipse Mars. 1 Release (4.51) and downloaded and installed the >>> GWT Plugin and SDK.

GWT Plugin For Eclipse; Ubuntu 64-Bit; XULRunner Issue

2015-12-29 Thread KGD
Hello, I have been developing an app with GWT and have recently moved my development platform to a 64-bit Dell Poweredge running Ubuntu 15.10. I installed Eclipse Mars. 1 Release (4.51) and downloaded and installed the GWT Plugin and SDK. When I attempt to open the GWT Designer, I

Re: GWT Plugin For Eclipse; Ubuntu 64-Bit; XULRunner Issue

2015-12-29 Thread KGD
> development platform to a 64-bit Dell Poweredge running Ubuntu 15.10. I > installed Eclipse Mars. 1 Release (4.51) and downloaded and installed the > GWT Plugin and SDK. When I attempt to open the GWT Designer, I initially > received a message stating that I did not have a compatible

Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-12-06 Thread 'kim young ill' via GWT Users
my project structure look like this: webapp-parent -webapp-client -weapp-shared -webapp-server -webapp-utils ...some other small non gwt-related modules i come up with this: (in webapp-client module) but gwt:compile still complaining : on project webapp-client: The parameters

Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-12-06 Thread Thomas Broyer
You should be able to create several executions (for the same goal and phase, but different ids and configurations) -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-12-06 Thread 'kim young ill' via GWT Users
hi there, i'm considering moving to gwt2.8 for (mostly because of jdk8) and switching to Thomas's plugin, i have several separate gwt modules in webapp-client-module, in the mojo plugin i can put it like this: org.codehaus.mojo gwt-maven-plugin

Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-12-06 Thread Thomas Broyer
I don't see the compile, is it in a pluginManagement somewhere or are you using gwt-app packaging? Anyway, there should be in each . -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from

Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-12-06 Thread 'kim young ill' via GWT Users
thanx, i got further with compile and true, but now got hit by guava18. (similar to this: https://groups.google.com/forum/m/#!topic/google-web-toolkit-contributors/VbokswmVz9w ), i'll see how to overcome this On Sun, Dec 6, 2015 at 10:14 PM, Thomas Broyer wrote: > I don't

Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-11-23 Thread Thomas Broyer
On Monday, November 23, 2015 at 10:29:20 AM UTC+1, Bruno Salmon wrote: > > Thanks Thomas, maven can now download the plugin with the correct > repository url you gave me, a step forward to 2.8 :-) > > However, this is now the gwt-user actifact itself that fails to download > (this time in the

Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-11-23 Thread Bruno Salmon
Thanks Thomas, maven can now download the plugin with the correct repository url you gave me, a step forward to 2.8 :-) However, this is now the gwt-user actifact itself that fails to download (this time in the google-snapshots repository) due to this unresolved dependency: Failure to find

Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-11-23 Thread Bruno Salmon
Thanks Thomas, I will continue on that tread Le lundi 23 novembre 2015 10:44:15 UTC+1, Thomas Broyer a écrit : > > > > On Monday, November 23, 2015 at 10:29:20 AM UTC+1, Bruno Salmon wrote: >> >> Thanks Thomas, maven can now download the plugin with the correct >> repository url you gave me, a

Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-11-20 Thread Martin Trummer
would you recommend for a new gwt project? On Tuesday, 17 November 2015 11:15:47 UTC+1, Thomas Broyer wrote: > > > > On Tuesday, November 17, 2015 at 10:11:36 AM UTC+1, Michael Zhou wrote: >> >> I'm trying to build a Java application with GWT, using maven as the build >> syst

Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-11-20 Thread Thomas Broyer
On Friday, November 20, 2015 at 11:46:22 AM UTC+1, Martin Trummer wrote: > > @Thomas: I am surprised, that you make a maven plugin. > I can remember one of your blog posts was like "Maven is broken by design" > Then, why do you write a maven plugin? > Ha, because a) I happen to still use Maven

Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-11-20 Thread Bruno Salmon
Hello, I'm trying to use the gwt-maven-plugin version 2.8.0-SNAPSHOT but it seems Maven can't load it: Downloading: https://oss.sonatype.org/content/repositories/google-snapshots/org/codehaus/mojo/gwt-maven-plugin/2.8.0-SNAPSHOT/gwt-maven-plugin-2.8.0-SNAPSHOT.pom [WARNING] The POM for

Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-11-20 Thread Filipe Sousa
This is a bit off topic, but what do you think about the takari lifecycle? http://takari.io/book/40-lifecycle.html#the-takari-lifecycle On Friday, November 20, 2015 at 12:35:33 PM UTC, Thomas Broyer wrote: > > > > On Friday, November 20, 2015 at 11:46:22 AM UTC+1, Martin Trummer wrote: >> >>

Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-11-20 Thread Thomas Broyer
On Friday, November 20, 2015 at 10:58:40 PM UTC+1, Bruno Salmon wrote: > > Hello, > > I'm trying to use the gwt-maven-plugin version 2.8.0-SNAPSHOT but it seems > Maven can't load it: > > Downloading: >

Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-11-17 Thread Thomas Broyer
On Tuesday, November 17, 2015 at 10:11:36 AM UTC+1, Michael Zhou wrote: > > I'm trying to build a Java application with GWT, using maven as the build > system. I'm trying to decide which maven-gwt-plugin to use. > Major differences are: - Mojo's one is tied to a specific ve

Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-11-17 Thread Michael Zhou
I'm trying to build a Java application with GWT, using maven as the build system. I'm trying to decide which maven-gwt-plugin to use. The project's directory structure doesn't follow Maven convention, so I guess I will run into some problems with Thomas' plugin? -- You received this message

Re: Mojo's maven-gwt-plugin or Thomas's maven-gwt-plugin?

2015-11-17 Thread Tomek Kańka
Thomas. I have no luck in forcing your plugin (or/and tomcat7-maven-plugin) to work with spring application without web.xml. Whatever I tried I've got INFO: No Spring WebApplicationInitializer types detected on classpath Do you or someone else have any experience with this? -- Tomek Kanka

GWT plugin version 1.0.11357 stopped working.

2015-09-05 Thread Явор Лазаров
Hello guys, I need your help with GWT plugin. I have installed the plugin and start working. Today the plugin in the right corner disappear. The browser required plugin. I checked the extensions. The plugin is enabled. The browser version is for Windows 7. On the next version , Windows 8

Re: GWT plugin version 1.0.11357 stopped working.

2015-09-05 Thread Jens
NPAPI has been removed from Chrome. Use older browser version or switch to SuperDevMode which does not require a browser plugin. -- J. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from

Re: GWT Plugin Problem

2015-09-01 Thread Jonathan Franchesco Torres Baca
use Mozilla current 24 portable * * Jonathan Franchesco

Re: GWT Plugin Problem

2015-09-01 Thread chepprey
With a debugger. :-) Server side code is just Java on a JVM, there's nothing special about GWT on the server. There's very little of actual GWT on the server side; if you're using GWT RPC then you'll have a server side dependency for that protocol; if you're using more generic ways to

Re: Eclipse Mars + GWT Plugin?

2015-08-27 Thread iza
The 4.4 plugin works fine with Mars. For GWT just download the 2.7.0 SDK separately or use Maven. -- 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, send an email to

Re: GWT Plugin Problem

2015-08-26 Thread Magnus
Ok, and how do you debug the server side code? -- 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, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to

Eclipse Mars + GWT Plugin?

2015-08-26 Thread Magnus
Hi, I want to install Eclipse Mars (4.5) with the GWT plugin. But the latest version of the plugin is for Eclipse Luna (4.4). Furthermore, the GWT plugin for Eclipse Luna contains GWT 2.6.0, not 2.7.0. What is the recommended combination? Thanks Magnus -- You received this message because you

Re: Eclipse Mars + GWT Plugin?

2015-08-26 Thread Brian Pedersen
: https://www.youtube.com/watch?v=xq1NTzrXGWIindex=7list=PL1yReUCGwGvrqscLu1EAyYRPrr0ceEHLE /Brian Den torsdag den 27. august 2015 kl. 03.18.51 UTC+2 skrev Magnus: Hi, I want to install Eclipse Mars (4.5) with the GWT plugin. But the latest version of the plugin is for Eclipse Luna (4.4

Re: GWT Plugin Problem

2015-08-21 Thread Luca Morettoni
On Fri, Aug 21, 2015 at 7:54 AM, Vivekanand Bhatt vivekanandbha...@gmail.com wrote: Hi, After installing gwt plugin in chrome it is still showing install missing plugin. Why?? because it is obsolete, please follow this article: http://www.gwtproject.org/articles/superdevmode.html -- Luca

GWT Plugin Problem

2015-08-20 Thread Vivekanand Bhatt
Hi, After installing gwt plugin in chrome it is still showing install missing plugin. Why?? -- 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, send an email to google-web

Re: gwt 2.0.0 in eclipse Luna gwt plugin version 3.8.0

2015-06-09 Thread Oleg Marchuk
You are right, thanks On Tuesday, June 9, 2015 at 11:54:59 AM UTC+3, Thomas Broyer wrote: On Tuesday, June 9, 2015 at 10:50:38 AM UTC+2, Oleg Marchuk wrote: Hi, All I try to setup fresh eclipse Luna 4.4.2 with gwt plugin version 3.8.0v201410302155-rel-r44. My application uses gwt 2.0.0

gwt 2.0.0 in eclipse Luna gwt plugin version 3.8.0

2015-06-09 Thread Oleg Marchuk
Hi, All I try to setup fresh eclipse Luna 4.4.2 with gwt plugin version 3.8.0v201410302155-rel-r44. My application uses gwt 2.0.0 version. When I add gwt 2.0.0 SDK to the plugin it says: PATH:\gwt-codeserver.jar is missing What is the step to add gwt 2.0.0 to the latest gwt plugin? What

Re: gwt 2.0.0 in eclipse Luna gwt plugin version 3.8.0

2015-06-09 Thread Thomas Broyer
On Tuesday, June 9, 2015 at 10:50:38 AM UTC+2, Oleg Marchuk wrote: Hi, All I try to setup fresh eclipse Luna 4.4.2 with gwt plugin version 3.8.0v201410302155-rel-r44. My application uses gwt 2.0.0 version. When I add gwt 2.0.0 SDK to the plugin it says: PATH:\gwt-codeserver.jar

Re: help! maven gwt plugin - All Codehaus services have now been terminated.

2015-06-02 Thread David
The docs point back to codehaus. On Mon, Jun 1, 2015 at 11:22 PM, Thomas Broyer t.bro...@gmail.com wrote: The code is (and has for years) hosted at https://github.com/gwt-maven-plugin/gwt-maven-plugin and the mailing list at

  1   2   3   4   5   6   >