[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.pde] Re: Unable to view source code from 3.4 "target"

Hi,

Since Eclipse 3.4, the format of the source code bundles has been
changed. The source is now distributed in separate bundles for each
bundle. EMF project most probably hasn't transitioned yet to the new
format and that's why you can see their sources with 3.3 IDE.

BR,
Danail

Will Horn wrote:
> Hi,
> 
> I am developing an RCP application using PDE and I upgraded my target
> platform to 3.4M5.  The IDE is still 3.3.2 (maybe this setup is
> unsupported?).
> 
> When I do this, I don't get source code for most Eclipse plugins (even
> though the source plugins are in the target).  There are a few
> exceptions, for example EMF source still shows up.
> 
> If I open a new workspace using a 3.4M5 IDE and point to the same
> target, all the source is available.  Must I use 3.4 version of Eclipse
> IDE/PDE to develop against a 3.4 target?
> 
> Thanks,
> Will