You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2012/11/09 18:56:12 UTC

[jira] [Commented] (CXF-4625) Unable to attach cxf source to library in netbeans

    [ https://issues.apache.org/jira/browse/CXF-4625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494168#comment-13494168 ] 

Daniel Kulp commented on CXF-4625:
----------------------------------


The apache-cxf-#.#.#-src.zip is the source code for the entire release process and build system.  That is usually not usable in an IDE as it include all the build system stuff and has separate "src" tree's for each chunk of functionality and such.  

Most likely, you need the sources jar for the cxf bundle:

http://repo1.maven.org/maven2/org/apache/cxf/cxf-bundle/2.5.4/




                
> Unable to attach cxf source to library in netbeans
> --------------------------------------------------
>
>                 Key: CXF-4625
>                 URL: https://issues.apache.org/jira/browse/CXF-4625
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.5.4
>         Environment: Windows 7 using Netbeans 7.1.2
>            Reporter: Shaun Montgomery
>            Priority: Critical
>
> I'm trying to attach the source code for cxf 2.5.4 to a library that I have created and added to a project in Netbeans.  The standard way is to select Tools->Libraries from the main menu and select the appropriate library (which includes the files from the cxf lib directory.  I then switch to the source tab, browse and select the cxf source zip file, apache-cxf-2.5.4-src.zip.
> If I then start NetBeans and select a variable of a cxf type, such as Client, press Navigate and Go To Source, I get an editor that says "Showing generated source file.  No sources are attached to class' JAR file.
> The same thing happens if I unzip the source zip file and point to the unzipped directory.
> I have an issue, I need to debug and I need to set a breakpoint in the cxf code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Re: [jira] [Commented] (CXF-4625) Unable to attach cxf source to library in netbeans

Posted by shaunm <sh...@attunix.com>.
I downloaded the file you indicated and the source was successfully attached. 
I can now step through the code during debugging.

Thanks



--
View this message in context: http://cxf.547215.n5.nabble.com/jira-Created-CXF-4625-Unable-to-attach-cxf-source-to-library-in-netbeans-tp5718227p5718233.html
Sent from the cxf-issues mailing list archive at Nabble.com.