Re: Is there a way to copy all maven referenced jars to the war/WEB-INF/lib

2011-01-31 Thread Bálint Kriván
to organize my gwt project, everything works well but one defect: Is there a way to copy all maven referenced jars to the war/WEB-INF/lib? when i use maven POM to add a new depencies, i have to copy the jar and it's dependent jar to WEB-INF/lib, usually i may forget copying some, which

Is there a way to copy all maven referenced jars to the war/WEB-INF/lib

2011-01-30 Thread Mike.G
hi all: i'm using maven to organize my gwt project, everything works well but one defect: Is there a way to copy all maven referenced jars to the war/WEB-INF/lib? when i use maven POM to add a new depencies, i have to copy the jar and it's dependent jar to WEB-INF/lib, usually i may forget

Re: Is there a way to copy all maven referenced jars to the war/WEB-INF/lib

2011-01-30 Thread Bálint Kriván
referenced jars to the war/WEB-INF/lib? when i use maven POM to add a new depencies, i have to copy the jar and it's dependent jar to WEB-INF/lib, usually i may forget copying some, which will lead to no class def error when i deliver the project to web server. but in development mode, it works

Re: Is there a way to copy all maven referenced jars to the war/WEB-INF/lib

2011-01-30 Thread Thomas Broyer
If you use Eclipse to launch the DevMode, see the FAQ for the Google Plugin for Eclipse http://code.google.com/eclipse/docs/faq.html#gwt_with_maven. If you do not use Eclipse, I'd suggest you use the gwt-maven-plugin to launch the DevMode, it'll do what's necessary with your dependencies (I

Re: Is there a way to copy all maven referenced jars to the war/WEB-INF/lib

2011-01-30 Thread Gabriel Guerrero
Hi , first you need configured the war to plugin to use war as warSourceDirectory, after that use mvn war:inplace and that will copy the libraries to your lib folders, check the maven war plugin web page for more details, also I recommend to check the maven gwt puglin website, they have examples

Re: Is there a way to copy all maven referenced jars to the war/WEB-INF/lib

2011-01-30 Thread Ezequiel Palumbo
, everything works well but one defect: Is there a way to copy all maven referenced jars to the war/WEB-INF/lib? when i use maven POM to add a new depencies, i have to copy the jar and it's dependent jar to WEB-INF/lib, usually i may forget copying some, which will lead to no class def error when

Re: Is there a way to copy all maven referenced jars to the war/WEB-INF/lib

2011-01-30 Thread mortsahl
in complexity but for a start I couldn't be happier. Mort On Jan 30, 2:01 am, Mike.G gsun...@gmail.com wrote: hi all:  i'm using maven to organize my gwt project, everything works well but one defect: Is there a way to copy all maven referenced jars to the war/WEB-INF/lib? when i use maven POM to add