Re: Maven command to run wsdl2java...

2007-12-02 Thread James Mao
Am Freitag, den 30.11.2007, 11:17 +0800 schrieb James Mao: Glen, You have to do couple things in order to run codegen:wsdl2java under the folder which contains the pom.xml You can take a look at the /tools/jdee which is a maven plugin i did for generating the emacs jdee project How it w

Re: Maven command to run wsdl2java...

2007-12-01 Thread Glen Mazza
Am Freitag, den 30.11.2007, 11:17 +0800 schrieb James Mao: > Glen, > > You have to do couple things in order to run codegen:wsdl2java under the > folder which contains the pom.xml > You can take a look at the /tools/jdee which is a maven plugin i did for > generating the emacs jdee project > >

Re: Maven command to run wsdl2java...

2007-11-30 Thread Daniel Kulp
Glen, Maven plugins can always be invoked via their full name: groupid:artifactid:version:goal (I might have the version/goal switched) Thus, you should be able to do: mvn org.apache.cxf:cxf-codegen-plugin:wsdl2java Dan On Thursday 29 November 2007, Glen Mazza wrote: > Hello, > > I have a

Re: Maven command to run wsdl2java...

2007-11-29 Thread James Mao
Glen, You have to do couple things in order to run codegen:wsdl2java under the folder which contains the pom.xml You can take a look at the /tools/jdee which is a maven plugin i did for generating the emacs jdee project How it works? 0. Look at the /tools/jdee/pom.xml, the group id is org.a