I checked the old Maven GWT Plugin... ok it still works for GWT 2.9 but I won't use it anymore.
If you have to use it here is an example - just the same demo from my example above but use the old Maven plugin: https://github.com/lofidewanto/gwt-old-maven-sample-basic The Java code is the same but it uses the structure of the old GWT Maven plugin... just take a look at the README of the project above. Hope this helps. likejudo schrieb am Freitag, 30. April 2021 um 20:27:00 UTC+2: > Mojo GWT Maven plugin packages as war. > if I package as war, can I still follow the tutorial? > > On Friday, April 30, 2021 at 12:17:13 PM UTC-5 likejudo wrote: > >> I don't have a choice. I have to use what is in my employer's >> repository. Mojo GWT Maven plugin 2.90 is in the repo. >> >> On Friday, April 30, 2021 at 12:09:28 PM UTC-5 [email protected] wrote: >> >>> You can use my zip file and follow the tutorial using that zip file >>> Maven project... >>> >>> The GWT Java code like in the tutorial doesn't change at all, only the >>> project structure with TBroyer GWT Maven plugin... >>> >>> [email protected] schrieb am Freitag, 30. April 2021 um 19:07:22 UTC+2: >>> >>>> Do not use that old GWT Maven plugin... it makes no sense, it is too >>>> old and all of the new stuffs in GWT are using TBroyer GWT Maven plugin 😉 >>>> >>>> It's very good Maven plugin... >>>> >>>> likejudo schrieb am Freitag, 30. April 2021 um 18:51:52 UTC+2: >>>> >>>>> I was trying to follow the tutorial so I did not try your other sample >>>>> yet. >>>>> I think the reason is, my employer uses Mojo GWT Maven from Codehaus. >>>>> https://gwt-maven-plugin.github.io/gwt-maven-plugin/ >>>>> Unless I am mistaken, it does not seem to have gwt-app packaging. >>>>> >>>>> On Friday, April 30, 2021 at 11:46:04 AM UTC-5 [email protected] >>>>> wrote: >>>>> >>>>>> Hmm wyrd... >>>>>> >>>>>> Did you try to download the zip ( >>>>>> https://github.com/lofidewanto/gwt-boot-sample-basic/archive/refs/heads/main.zip), >>>>>> >>>>>> unpack it and start in the unpack directory? >>>>>> >>>>>> *mvn gwt:generate-module gwt:devmode* >>>>>> >>>>>> or complete: >>>>>> >>>>>> mvn net.ltgt.gwt.maven:gwt-maven-plugin:*generate-module * >>>>>> net.ltgt.gwt.maven:gwt-maven-plugin:*devmode* >>>>>> likejudo schrieb am Freitag, 30. April 2021 um 17:54:19 UTC+2: >>>>>> >>>>>>> > Try following this tutorial >>>>>>> https://dev.to/ibaca/modern-gwt-first-steps-509k >>>>>>>  >>>>>>> I tried it but when I run *mvn package* >>>>>>> I get error: >>>>>>> *Unknown packaging: gwt-app* >>>>>>> >>>>>>> On Thursday, April 29, 2021 at 3:39:14 PM UTC-5 [email protected] >>>>>>> wrote: >>>>>>> >>>>>>>> Try following this tutorial >>>>>>>> https://dev.to/ibaca/modern-gwt-first-steps-509k >>>>>>>> >>>>>>>> On Thursday, April 29, 2021 at 11:36:02 PM UTC+3 [email protected] >>>>>>>> wrote: >>>>>>>> >>>>>>>>> Hi, >>>>>>>>> >>>>>>>>> today I won't use the GWT plugin for Eclipse anymore... >>>>>>>>> >>>>>>>>> I would just use *Eclipse / IntelliJ / Visual Studio Code* and >>>>>>>>> *Maven*. >>>>>>>>> >>>>>>>>> Some introductions: >>>>>>>>> >>>>>>>>> - Here is a Padlet for GWT. You can find some presentations >>>>>>>>> and articles about GWT here in this Padlet: >>>>>>>>> https://bit.ly/GWTIntroPadlet <https://bit.ly/GWTIntroPadlet> >>>>>>>>> - Introduction slides: https://bit.ly/gwtintropresentation >>>>>>>>> - Simple article: https://bit.ly/WebJavaStory >>>>>>>>> - Comprehensive article: >>>>>>>>> https://dev.to/ibaca/modern-gwt-first-steps-509k >>>>>>>>> <https://dev.to/ibaca/modern-gwt-first-steps-509k> >>>>>>>>> - Simple "Hello World" example: >>>>>>>>> https://github.com/lofidewanto/gwt-boot-sample-basic >>>>>>>>> - Just download the code as a zip file or make a git clone >>>>>>>>> - From this basic project you could do the tutorial steps >>>>>>>>> above >>>>>>>>> >>>>>>>>> Hope this helps. >>>>>>>>> likejudo schrieb am Donnerstag, 29. April 2021 um 19:57:18 UTC+2: >>>>>>>>> >>>>>>>>>> I am learning GWT and was trying to run this tutorial >>>>>>>>>> http://www.gwtproject.org/doc/latest/tutorial/index.html >>>>>>>>>> >>>>>>>>>> Using the Eclipse GWT plugin 3.0 on Windows 10 and JDK 11 >>>>>>>>>> >>>>>>>>>> I get this error on the first line Error: There is '1' error in >>>>>>>>>> 'gwt-module.dtd'. >>>>>>>>>> I installed the plugin from the marketplace. >>>>>>>>>> I see this error in other tutorials too. >>>>>>>>>> >>>>>>>>>> Any suggestions appreciated. >>>>>>>>>> >>>>>>>>> -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/1eb1f146-91aa-48dd-8402-a03efcbb6a2en%40googlegroups.com.
