Re: How to run Eclipse debugger on a CXF client

2007-11-24 Thread Christian Schneider
Glen Mazza schrieb: Hello, I would like to run the Eclipse debugger, not just on my client stub but also on the CXF source code, in particular the CXF interceptors (so I can do line-by-line tracing, etc.) I think I know how to debug in Eclipse (right-click the project and choose Debug As...),

Re: How to run Eclipse debugger on a CXF client

2007-11-24 Thread Glen Mazza
Am Samstag, den 24.11.2007, 11:06 +0100 schrieb Christian Schneider: Glen Mazza schrieb: Hello, I would like to run the Eclipse debugger, not just on my client stub but also on the CXF source code, in particular the CXF interceptors (so I can do line-by-line tracing, etc.) I think I

Re: How to run Eclipse debugger on a CXF client

2007-11-24 Thread Christian Schneider
Glen Mazza schrieb: Am Samstag, den 24.11.2007, 11:06 +0100 schrieb Christian Schneider: Glen Mazza schrieb: Hello, I would like to run the Eclipse debugger, not just on my client stub but also on the CXF source code, in particular the CXF interceptors (so I can do line-by-line

Re: How to run Eclipse debugger on a CXF client

2007-11-24 Thread Glen Mazza
Am Samstag, den 24.11.2007, 16:45 +0100 schrieb Christian Schneider: When you have a correct pom (like in the example I put in the wiki) you simply need to call mvn eclipse:eclipse on the command line. Maven will then create an eclipse .project and .classpath file that lists all necessary

Re: How to run Eclipse debugger on a CXF client

2007-11-24 Thread Christian Schneider
Depending on your default settings in maven you need an additional option: mvn -DdownloadSources=true eclipse:eclipse Best regards Christian Glen Mazza schrieb: Hmmm...I think something else needs to be done to get the sources. Using the exact file you provided on the Wiki, I tried mvn