Re: Synchronization problems with maven and eclipse

2017-03-21 Thread Thomas Broyer
On Thursday, March 16, 2017 at 5:10:24 PM UTC+1, Magnus wrote: > > Hello, > > I am evaluating the interplay of maven and eclipse with two simple > projects: > >- a simple GWT application based on the one created with webAppCreator >- a simple library containing both, pure java code and G

Re: Synchronization problems with maven and eclipse

2017-03-21 Thread Ignacio Baca Moreno-Torres
I think that eclipse+maven works pretty well, brandon have been making lots of improvements and nowadays using the tbroyer maven plugin + GWT Eclipse Plugin v3 should works like a charm! Everithing explained here https://www.youtube.com/watch?v=DU7ZQVLR5Zo&list=PLBbgqtDgdc_TqzA-qXrjgTFMC_6DKAQyT O

Re: Synchronization problems with maven and eclipse

2017-03-20 Thread Magnus
No more posts here? It should be a very common problem... Magnus -- 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. T

Re: Synchronization problems with maven and eclipse

2017-03-16 Thread Magnus
Hello Rodolfo, I used ant scripts, too. But I am switching to Maven, because it has many improvements over ant. And I already see these improvements. For example, I don't want to deal with generating jar files and copying them to certain locations (and pressing these task into ant files). Maven

Re: Synchronization problems with maven and eclipse

2017-03-16 Thread Rodolfo Raya
Hi, I have several Java libraries shared by different applications, including SWT apps. I use an "ant" script to compile my Java libraries. The script copies generated jar files to the different /lib folders of my applications, including GWT-based ones. I run the script from command line and all

Synchronization problems with maven and eclipse

2017-03-16 Thread Magnus
Hello, I am evaluating the interplay of maven and eclipse with two simple projects: - a simple GWT application based on the one created with webAppCreator - a simple library containing both, pure java code and GWT code During my evauation, I have seen several problems like this: After