Hi Glen,

I have found out that the common_build.xml file from the cxf samples already was prepared for a maven like directory structure. So I was able to simply rename my directories to src/main/java and src/main/resources and it worked. Dan also explained that I have to add extra dependencies to the pom of the distribution module. They are then available to the examples for ant builds.

So I think my problem is solved but thanks for the nice example. I have a question about the example. You create code from the wsdl into a special jar. Wouldn´t it be easier to include the code generation into the client and the server pom?

Greetings

Christian


Glen Mazza schrieb:
My WSDL-first example provides both a Maven- and an Ant-way to create the
project  (See Step #3).  The Ant script closely follows the Maven standard
directory layout and can be used interchangably with the Maven pom files. It's also in beautifully fluent, error-free German for you:
http://www.jroller.com/gmazza/entry/wsdl_first_webservices_mit_apache

If helpful for you of course feel free to use.

HTH,
Glen


Christian Schneider wrote:
So what I would prefer is some way to do this that follows closely the default build process of cxf.



Reply via email to