Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] Cannot view SDK source from within Eclipse

Hi Gerald,

It looks like you use different install techniques (P2 and manual unzip) at the same time.

If it really take place, then it just does not work correctly in Eclipse. I would recommend to use *only one* way to install plugins.

Regards,
Alex

----- Original Message -----
From: "Gerald Rosenberg" <gerald@xxxxxxxxxx>
To: "DLTK Developer Discussions" <dltk-dev@xxxxxxxxxxx>
Sent: Wednesday, March 25, 2009 5:54:35 AM GMT +06:00 Almaty, Novosibirsk
Subject: Re: [Dltk-dev] Cannot view SDK source from within Eclipse

Wiped the install.
Installed Eclipse 3.5M6
Installed dltk-core-sdk-S-1.0M6-200903161640-incubation.zip
Source lookup works!

Wiped the install.
Installed Eclipse 3.5M6
Used P2 to install DLTK-RUBY (which also installs the DLTK runtime).
Installed dltk-core-sdk-S-1.0M6-200903161640-incubation.zip
Source lookup does not work!

Wiped the install.
Installed Eclipse 3.5M6
Installed dltk-core-sdk-S-1.0M6-200903161640-incubation.zip
Used P2 to install DLTK-RUBY (cannot tell if it installed the DLTK 
runtime also)
Source lookup works!

Not sure what the problem is.  Not sure what to try next, if anything.

Thanks for the help!
Gerald


At 12:48 PM 3/24/2009, you wrote:
>After reading your message more attentively I have noticed you use 
>3.5M6, so I have tested with it and everything works correctly too.
>
>Regards,
>Alex
>
>----- Original Message -----
>From: "Alex Panchenko" <alex@xxxxxxxxx>
>To: "DLTK Developer Discussions" <dltk-dev@xxxxxxxxxxx>
>Sent: Wednesday, March 25, 2009 12:27:49 AM GMT +06:00 Almaty, Novosibirsk
>Subject: Re: [Dltk-dev] Cannot view SDK source from within Eclipse
>
>Hi Gerald,
>
>I have tried to reproduce the problem and it works for me.
>
>I have done the following steps:
>- downloaded dltk-core-sdk-S-1.0M6-200903161640-incubation.zip
>- unzipped eclipse-SDK-3.4.2
>- unzipped dltk to the eclipse/dropins/DLTK
>- started eclipse
>- created plugin project
>- added dltk to the dependencies
>- created class MyEditor extends ScriptEditor
>- use ctlr+click on the ScriptEditor
>
>And it have opened the source code of the ScriptEditor.
>
>So, if you suppose some packaging problem we need more details to 
>reproduce it.
>
>Thank you,
>Alex
>
>----- Original Message -----
>From: "Gerald Rosenberg" <gerald@xxxxxxxxxx>
>To: "DLTK Developer Discussions" <dltk-dev@xxxxxxxxxxx>
>Sent: Tuesday, March 24, 2009 9:37:18 PM GMT +06:00 Almaty, Novosibirsk
>Subject: [Dltk-dev] Cannot view SDK source from within Eclipse
>
>Beginning to migrate my editor from DLTK 0.95.x to the new 1.X
>stream.  Installed dltk-core-sdk-S-1.0M6-200903161640-incubation.zip
>on Eclipse 3.5M6.
>
>However, whenever I CTRL-click on a DLTK class file reference in the
>JDT editor, expecting Eclipse to resolve it and put up the source of
>the DLTK class, I am getting:
>
>Source not found
>The JAR of this class file belongs to container 'Plug-in
>Dependencies' which does not allow modifications to source
>attachments on its entries.
>
>Seems to be a packaging problem with the DLTK SDK?  Is there a way 
>to fix this?
>
>Thanks,
>Gerald
>
>_______________________________________________
>dltk-dev mailing list
>dltk-dev@xxxxxxxxxxx
>https://dev.eclipse.org/mailman/listinfo/dltk-dev
>_______________________________________________
>dltk-dev mailing list
>dltk-dev@xxxxxxxxxxx
>https://dev.eclipse.org/mailman/listinfo/dltk-dev

_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev


Back to the top