gwt maven 2

2007-01-12 Thread Maruf Aytekin
I have a gwt project and I am trying to buil dit with maven 2. I checked out maven-googlewebtoolkit2-plugin from |http://gw-maven.googlecode.com/svn/trunk/ |and built it and installed it and dependencies to .m2 local repository. I have added this plugin in the pom as follows: com.t

Re: gwt maven 2

2007-01-12 Thread Neeraj Bisht
i think you have not included the .xml file the jar or war project use tag < include>*.xml in your pom By the way maven 1.0.2 plugin is quite god and powerfull (we are using gwt plugin in maven 1.0.2 Regards Neeraj On 1/12/07, Maruf Aytekin <[EMAIL PROTECTED]> wrote: I have a gwt proj

Re: gwt maven 2

2007-01-12 Thread Iulian Costan
hey buddy, the following works for me like a charm, using gwt-maven-plugin ( http://codehaus.org/~shinobu/gwt-maven-plugin/index.html) ... org.codehaus.mojo gwt-maven-plugin ${className}

Re: gwt maven 2

2007-01-12 Thread Maruf Aytekin
Thank you Julian, I have one more quetsion: How do you orginize directory structure? as maven 2 directory structure or you leave it as gwt directory structure that gwt project creaton tool is creating? Many Thanks, Maruf Iulian Costan wrote: hey buddy, the following works for me like a charm,

Re: gwt maven 2

2007-01-12 Thread Iulian Costan
On 1/12/07, Maruf Aytekin <[EMAIL PROTECTED]> wrote: Thank you Julian, I have one more quetsion: How do you orginize directory structure? as maven 2 directory structure or you leave it as gwt directory structure that gwt project creaton tool is creating? i have maven2 structure, src/{main,tes

Re: gwt maven 2

2007-01-12 Thread Iulian Costan
On 1/12/07, Iulian Costan <[EMAIL PROTECTED]> wrote: On 1/12/07, Maruf Aytekin <[EMAIL PROTECTED]> wrote: > > Thank you Julian, > I have one more quetsion: How do you orginize directory structure? as > maven 2 directory structure or you leave it as gwt directory structure > that gwt project crea

Re: gwt maven 2

2007-01-15 Thread Maruf Aytekin
Many thanks for this information. Maruf Iulian Costan wrote: On 1/12/07, Iulian Costan <[EMAIL PROTECTED]> wrote: On 1/12/07, Maruf Aytekin <[EMAIL PROTECTED]> wrote: > > Thank you Julian, > I have one more quetsion: How do you orginize directory structure? as > maven 2 directory structure o