Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orbit-dev] Am I misunderstanding source bundles?

> and I think all of them do

two-thirds do. 

> Am I missing something?

Probably not. There's a couple of places things can "go wrong". 

Are you using these bundles in a PDE target? If so ... not sure what could 
be wrong, and I'm sure there's several things that could be ... but that 
would be the most surprising case, since that's the intended use of the 
Orbit bundles. 

Are you using these bundles checked out from cvs, directly into your 
workspace? If so, there is an issue I only recently became aware of. It 
has to do with "exporting" the right folders, so they have the right 
entries in the .classpath file. (hence this is an Eclipse workspace 
specific issue ... not relevant with running against a target). Details 
are in bug 248189
https://bugs.eclipse.org/bugs/show_bug.cgi?id=248189
If this is the problem, you can open a new Orbit bug to have it fixed. 

If that's not obviously it, you might debug by reading all the steps of 
putting a code and source into Orbit bundles and see if you can detect any 
discrepancies or omitted steps, and open a bug if found.
http://wiki.eclipse.org/Orbit_Bundle_Checklist#Create_a_Source_Bundle
http://wiki.eclipse.org/Adding_Bundles_to_Orbit

Let us know what you find out. 





From:
Michael A Squillace/Austin/IBM@IBMUS
To:
orbit-dev@xxxxxxxxxxx
Date:
11/01/2008 01:27 PM
Subject:
[orbit-dev] Am I misunderstanding source bundles?



Hello, all:
My impression was that, when Orbit bundles come packaged with their own 
source bundles (and I think all of them do), PDE would recognize the 
eclipse-sourceBundle header in the source plugin and automatically find 
source for binaries during a debug session. For instance, I am debugging 
code in one of our projects that relies upon org.apache.commons.jxpath and 
this, indeeed, has an org.apache.commons.jxpath.source bundle that 
corresponds to it but the debugger always brings up the .class file editor 
and says source not found when I want to step into jxpath code. Am I 
missing something?

--> Mike Squillace
IBM Human Ability and Accessibility Center
Accessibility Tools Framework (ACTF) co-technical lead
http://www.eclipse.org/actf

W:512.823.7423
M:512.970.0066

External: http://www.ibm.com/able
Internal: http://w3.ibm.com/able
_______________________________________________
orbit-dev mailing list
orbit-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/orbit-dev





Back to the top