You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Web Browsing of SVN

To browse via the web use the ViewVC interface:

http://svn.apache.org/viewvc/incubator/cxf/trunk/

Or via Fisheye courtesy of Cenqua:

http://fisheye6.cenqua.com/browse/celtixfire

Or to browse the source tree directly:

https://svn.apache.org/repos/asf/incubator/cxf/trunk/

Checking out from SVN

The source code can be checked out anonymous over HTTP by doing:

svn co http://svn.apache.org/repos/asf/incubator/cxf/trunk

Committers can check out the code over HTTPS:

svn co https://svn.apache.org/repos/asf/incubator/cxf/trunk

Setting up your subversion client

When adding files to subversion, it's important that your subversion client is properly setup to the appropriate subversion properties are set. The client can do it automatically by modifying the auto-props section of the subversion config file. Use the contents of:

http://svn.apache.org/repos/asf/incubator/cxf/trunk/etc/svn-auto-props

CXF Eclipse plugin

We have a maven plugin in CXF code base to generate the eclipse plugin. you can download the eclipse plugin here. Or you can download the source code and go into $CXF/eclipse-plugin, do 'mvn install' to generate the plugin by yourself. Currently it only contain the wsdl2java and java2wsdl tools.

  • No labels