On Wed June 3 2009 6:24:44 pm sortakool wrote: > Hopefully this question makes sense. > > Is there a downloadable jar/zip file of the CXF source code to link to the > CXF class binaries?
Since we use maven, maven always deploys all the source jars when we do a release. Those jars are in the form needed by IDE's. For example: http://repo1.maven.org/maven2/org/apache/cxf/cxf-bundle/2.2.2/cxf- bundle-2.2.2-sources.jar should be about what you need. Dan > I am working with CXF in my current project and I am using eclipse as my > IDE. There are times where I need to debug what's going on in the CXF code > (especially figuring out what's going on in the CXF bus interceptors). When > I try to step into CXF specific code I cannot get access to the source > code. -- Daniel Kulp [email protected] http://www.dankulp.com/blog
