P.S
If you use Ant, there is an Ant macro definition in our sample dir
/samples/common_build.xml
If you use Eclipse, there is also a maven plugin to generate the eclipse
plugins (both 3.0 and 3.1) which are used by the STP project, which
have the fancy GUI tools to generate the wsdl from java and vice vase
If you use Emacs, i just checked in a maven jdee plugin, which now just
simply generate the prj file for cxf dev, but it's also possible to
extend it to have the wsdl2java/java2wsdl function for cxf users, so,
just ask...
Enjoy!
James
Hi Christopher,
I wrote up some documentation on the wsdl2java plugin here:
http://cwiki.apache.org/CXF20DOC/maven-integration-and-plugin.html
Let me know if it needs corrections/improvements. The first two
dependencies
in the example given should be sufficient for your usage (jaxws & http).
Cheers,
- Dan
On 3/27/07, Christopher Moesel <[EMAIL PROTECTED]> wrote:
Hello,
I'm a current XFire user interested in trying out the latest snapshot of
CXF. I have a WSDL-first service and need to do code generation in my
build. Dan mentioned a Maven2 plugin on the XFire list-is there any
documentation or an example of how to use this plugin? If not, is there
an ANT task? Or should I just wrap a call to wsdl2java?
If possible, I would prefer a solution that requires "dozens of jars" to
be added to my classpath. I'm thinking at least 40 or 45. ;-)
Thanks,
Chris