Re: GWT tutorial does not compile

2021-05-02 Thread lofid...@gmail.com
Sorry here is the link of the project: https://github.com/ibaca/gsg-hello-app Just download and unzip and build it just like my project above... Does this project give the same error? lofid...@gmail.com schrieb am Sonntag, 2. Mai 2021 um 21:23:10 UTC+2: > > At home (on my personal computer

Re: GWT tutorial does not compile

2021-05-02 Thread lofid...@gmail.com
I think this is the problem: TBroyer Maven plugin with the extensions using the gwt-app packaging needs to be configured at the *...* ** *...* net.ltgt.gwt.maven gwt-maven-plugin 1.0.0 true me.App true In your example above it was defined at *...* * * * *

Re: GWT tutorial does not compile

2021-05-02 Thread lofid...@gmail.com
At home (on my personal computer not employer workspace, without the restrictions of using only company repository), I downloaded and ran your example using Broyer plugin. It works. Thank you. OK, great  At step 3 Package, Run and Debug I get an *error* xxx@

Re: GWT tutorial does not compile

2021-05-02 Thread lofid...@gmail.com
BTW, I never use the packaging type (as you can see in my example above)... lofid...@gmail.com schrieb am Sonntag, 2. Mai 2021 um 21:33:08 UTC+2: > I think this is the problem: > > TBroyer Maven plugin with the extensions using the gwt-app packaging needs > to be configured at the > *...* > >

Re: GWT tutorial does not compile

2021-05-02 Thread likejudo
Yes! thank you. I moved the plugin to *build*. It works now. On Sunday, May 2, 2021 at 2:33:08 PM UTC-5 lofid...@gmail.com wrote: > I think this is the problem: > > TBroyer Maven plugin with the extensions using the gwt-app packaging needs > to be configured at the > *...* > > > **

Re: GWT tutorial does not compile

2021-05-02 Thread likejudo
At home (on my personal computer not employer workspace, without the restrictions of using only company repository), I downloaded and ran your example using Broyer plugin. It works. Thank you. Then I tried the Ignacio Baca tutorial

Re: GWT tutorial does not compile

2021-05-02 Thread lofid...@gmail.com
Great  Have fun... and again you can still follow the tutorial here: http://www.gwtproject.org/doc/latest/tutorial/gettingstarted.html What different is just the "build tool" and therefore the "project structure". You have a much modern style using Maven GWT plugin from TBroyer... Still you

Re: GWT tutorial does not compile

2021-05-02 Thread likejudo
Yes, I will need to follow the GWT tutorial because I have to write a UI with tabs and combo boxes and buttons and panels using GWT and Mojo Maven plugin. I am wondering why those in charge of GWT Project do not update the project docs with this better way you all have here. Even the Eclipse

Re: GWT tutorial does not compile

2021-05-02 Thread likejudo
for debugging, the tutorial says: "... should see the Java file in the browser" I do not see it at all - only JS files. On Sunday, May 2, 2021 at 2:51:00 PM UTC-5 lofid...@gmail.com wrote: > Great  Have fun... and again you can still follow the tutorial here: >