Hi guys, I would like to test some new annotations for JAX-WS with CXF. For that, i wanted to modify the source code of CXF implementation but I failed at importing CXF projects in Eclipse.
What I have done are: 1. Check out CXF source code using subclipse from http://svn.apache.org/repos/asf/cxf/trunk 2. Follow instructions in http://cxf.apache.org/setting-up-eclipse.html to install CXF. In particular, I run the following command "mvn install -Pfastinstall -Psetup.eclipse -Declipse.workspace.dir="C:\Eclipse Indigo 3.7\cxf workspace"" Everything seems ok. I can see new workspace created the specified folder. And if I import a sample project into the new workspace, I can successfully run it. However, from the new workspace, when I tried to import existing CXF projects as instructed, I browsed to the directory where I checked out CXF source code, and there is only one project imported. As instructed in above link, there should be multiple subprojects that I can import into the new workspace. Is there anything I did wrong? Or is the instruction just not updated with the new release? Btw, I used the latest CXF version 2.4.1 Btw, if I want to add new annotations to JAX-WS, how can I do it and which part of the source code should I modify so that the new annotations will take effect at runtime? -- Best regards, Tuan.
