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?

I took a quick look at org.apache.commons.jxpath and it seems ok on the 
surface. 

I even tested it some. I put the plugin and it's corresponding source 
bundle in my installation and tried using it. I know nothing about it, so 
don't know how to make anything real, but created a new plugin project, 
added org.apache.commons.jxpath in the manifest dependancies, and then 
tried to write a Java class that used it. I could get content assist for 
it's packages, and just picked some class random class ... 
ContructorFuntion ... and when I pressed "F3" while on the class from 
jxpath, I was given the source file version of that class. 

I didn't pursue the debug case, since not sure of an easy thing to write 
(ContructorFunction would not be it :) but would think it'd use the same 
lookup mechanism. 

Can you get the "F3" case to "find" the source you're expecting? If so, 
maybe you've found a debug bug? If not, I'd guess it's your set-up, 
somehow. 

You might also try a similar experiment with some other bundle that has 
source, just to confirm it's nothing specific to this particular one. 

HTH 




Back to the top