Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Installing on Eclipse 3.4
Installing on Eclipse 3.4 [message #76245] Thu, 17 July 2008 18:20 Go to next message
darkangel is currently offline darkangelFriend
Messages: 62
Registered: July 2009
Member
Hi,

I understand that I must use 2.0 on Ganymede, so must I use the latest
integration build? Is it fairly stable?

Thanks,

Glen.
Re: Installing on Eclipse 3.4 [message #76260 is a reply to message #76245] Thu, 17 July 2008 18:26 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: codeslave.ca.ibm.com

Try it and see. :)

Glen wrote:
> I understand that I must use 2.0 on Ganymede, so must I use the latest
> integration build? Is it fairly stable?
Re: Installing on Eclipse 3.4 [message #76275 is a reply to message #76260] Thu, 17 July 2008 18:28 Go to previous messageGo to next message
darkangel is currently offline darkangelFriend
Messages: 62
Registered: July 2009
Member
OK. :-)
Re: Installing on Eclipse 3.4 [message #76321 is a reply to message #76245] Fri, 18 July 2008 08:02 Go to previous messageGo to next message
Michael Fesser is currently offline Michael FesserFriend
Messages: 16
Registered: July 2009
Junior Member
..oO(Glen)

>I understand that I must use 2.0 on Ganymede, so must I use the latest
>integration build? Is it fairly stable?

I've had some issues with Ganymede, but didn't have the time for a lot
of testing yet to figure out whether it's a problem in PDT or in other
components of Eclipse:

* PHP Explorer view shows wrong icons, I had to use the normal Navigator
* Working sets don't work anymore (cause null pointer exceptions)
* File operations (create, save) take very long, something is "Scanning
external resources for [project name] ..." when building the workspace

Especially the last point was very annoying (every single file saving
took about 10s) and is the main reason why I'm currently back on Europa.
Maybe some of these issues will vanish with the next updates of PDT and
its related plugins.

Micha
Re: Installing on Eclipse 3.4 [message #76352 is a reply to message #76245] Fri, 18 July 2008 10:38 Go to previous messageGo to next message
Sean Burlington is currently offline Sean BurlingtonFriend
Messages: 18
Registered: July 2009
Junior Member
Glen wrote:
> Hi,
>
> I understand that I must use 2.0 on Ganymede, so must I use the latest
> integration build? Is it fairly stable?
>

I've found it unusable on large projects

It freezes periodically (for 10 seconds or so)

But more importantly I find that things like 'outline view',
auto-complete, and 'open declaration' only "see" a small part of my
installed code.


--

Sean Burlington

www.practicalweb.co.uk

http://www.linkedin.com/in/seanburlington
Re: Installing on Eclipse 3.4 [message #76368 is a reply to message #76352] Fri, 18 July 2008 11:00 Go to previous messageGo to next message
darkangel is currently offline darkangelFriend
Messages: 62
Registered: July 2009
Member
Really not what I wanted to hear after struggling for 2 weeks trying to
get Aptana to install properly and not freeze. :(

I appreciate your (and Michael's) input. Thanks.
Re: Installing on Eclipse 3.4 [message #76414 is a reply to message #76245] Fri, 18 July 2008 21:26 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: germand.mx1.ibm.com

Hi all,

I haven't been able to make it work under 3.4/Windows, I followed the
installation instructions on the website, and started a -clean launch for
Eclipse.
Whenever I open the PHP Prespective I get a
java.lang.NullPointerException at
org.eclipse.dltk.core.DLTKContentTypeManager.isValidResource ForContentType(DLTKContentTypeManager.java:138)
on the PHP Explorer panel, the PHP Project Outline panel.
I cannot create a PHP Project either. And in the Preferences Window, when
trying to access PHP prefs, I also get an exception.
Right now I'm using version N20080717 and the same problem happened with
the Integration build dated on 20080717.

Is it maybe I have something wrong configured? Or perhaps some plug-ins
are in conflict?

Thanks in advance.
Re: Installing on Eclipse 3.4 [message #76429 is a reply to message #76245] Sun, 20 July 2008 01:47 Go to previous messageGo to next message
Juan Felipe Alvarez Saldarriaga is currently offline Juan Felipe Alvarez SaldarriagaFriend
Messages: 23
Registered: July 2009
Junior Member
Hey!

I'm using 2.0.0 Nightly Build: N20080717 should I use 2.0.0 Integration
Build? btw, I have an error with 2.0.0 Nightly Build: N20080717 when I try
to open a PHP file:

An internal error occurred during: "Selection Job titile".
org.eclipse.dltk.core.SourceParserUtil.getModuleDeclaration( Lorg/eclipse/dltk/core/ISourceModule;)Lorg/eclipse/dltk/ast/ declarations/ModuleDeclaration;

Some bug ?

Thx for any help.
Re: Installing on Eclipse 3.4 [message #76443 is a reply to message #76429] Sun, 20 July 2008 02:14 Go to previous messageGo to next message
Juan Felipe Alvarez Saldarriaga is currently offline Juan Felipe Alvarez SaldarriagaFriend
Messages: 23
Registered: July 2009
Junior Member
I install the Integration Build and now works fine.

Juan Felipe Alvarez Saldarriaga wrote:

> Hey!

> I'm using 2.0.0 Nightly Build: N20080717 should I use 2.0.0 Integration
> Build? btw, I have an error with 2.0.0 Nightly Build: N20080717 when I try
> to open a PHP file:

> An internal error occurred during: "Selection Job titile".
>
org.eclipse.dltk.core.SourceParserUtil.getModuleDeclaration( Lorg/eclipse/dltk/core/ISourceModule;)Lorg/eclipse/dltk/ast/ declarations/ModuleDeclaration;

> Some bug ?

> Thx for any help.
Re: Installing on Eclipse 3.4 [message #76548 is a reply to message #76321] Mon, 21 July 2008 02:29 Go to previous messageGo to next message
David Muir is currently offline David MuirFriend
Messages: 63
Registered: July 2009
Member
Michael Fesser wrote:

> * PHP Explorer view shows wrong icons, I had to use the normal Navigator


What do you mean by "wrong icons?" Do you mean folder icons being swapped
out with package icons? If this is the case, then I think this was a
conscious decision by the PDT guys.

I think most people would agree that folder icons should be used instead,
and there's a bug report for it here:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=240575

It's marked as critical, so I'm assuming this will probably be changed
soon. Vote for it though, if it really bugs you. I did :-)
Re: Installing on Eclipse 3.4 [message #76949 is a reply to message #76443] Thu, 24 July 2008 11:29 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dont.care.com

>> I'm using 2.0.0 Nightly Build: N20080717 should I use 2.0.0 Integration
>> Build? btw, I have an error with 2.0.0 Nightly Build: N20080717 when I try
>> to open a PHP file:

>> An internal error occurred during: "Selection Job titile".
>>
>
org.eclipse.dltk.core.SourceParserUtil.getModuleDeclaration( Lorg/eclipse/dltk/core/ISourceModule;)Lorg/eclipse/dltk/ast/ declarations/ModuleDeclaration;



I've got this problem too. But with Integration Build I20080722.
Re: Installing on Eclipse 3.4 [message #76963 is a reply to message #76949] Thu, 24 July 2008 12:38 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Oleksii.Prudkyi.gmail.com

24.07.2008 14:29, you wrote:
>>> I'm using 2.0.0 Nightly Build: N20080717 should I use 2.0.0 Integration
>>> Build? btw, I have an error with 2.0.0 Nightly Build: N20080717 when I try
>>> to open a PHP file:
>
>>> An internal error occurred during: "Selection Job titile".
>>>
>>
> org.eclipse.dltk.core.SourceParserUtil.getModuleDeclaration( Lorg/eclipse/dltk/core/ISourceModule;)Lorg/eclipse/dltk/ast/ declarations/ModuleDeclaration;
>
>
>
> I've got this problem too. But with Integration Build I20080722.
>
>
>

I has same errors, but after accurate reading
http://download.eclipse.org/tools/pdt/downloads/release.php? release=I20080722

and further reinstalling I20080722 with
dltk-core-sdk-I-I200807181303-200807181303-incubation.zip
http://www.eclipse.org/downloads/download.php?file=/technolo gy/dltk/downloads/drops/R1.0/I-I200807181303-200807181303/dl tk-core-sdk-I-I200807181303-200807181303-incubation.zip

this errors not raised



Regards,
Oleksii Prudkyi
Re: Installing on Eclipse 3.4 [message #77059 is a reply to message #76963] Thu, 24 July 2008 13:12 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: phitron.gmx.net

Thanx, fixed the same problem for me (reading the details sometimes
helps...)
Re: Installing on Eclipse 3.4 [message #77232 is a reply to message #76963] Sun, 27 July 2008 10:04 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: afon.archlinux.org.ua

Thank you for this quick instruction. I've just install dltk from your
link and restart ganimede - error has disappeared.
Re: Installing on Eclipse 3.4 [message #77248 is a reply to message #77232] Sun, 27 July 2008 10:18 Go to previous messageGo to next message
Roy Ganor is currently offline Roy GanorFriend
Messages: 149
Registered: July 2009
Senior Member
thanks,
today's build is ready with an updated release:

http://download.eclipse.org/tools/pdt/downloads/release.php? release=N20080727





Andrey Afanasenko wrote:

> Thank you for this quick instruction. I've just install dltk from your
> link and restart ganimede - error has disappeared.
thanks, today's build is ready with the release you have mentioned:
http://download.eclipse.org/tools/pdt/downloads/release.php? release=N20080727
Re: Installing on Eclipse 3.4 [message #77478 is a reply to message #76429] Wed, 30 July 2008 14:01 Go to previous messageGo to next message
Sebastian is currently offline SebastianFriend
Messages: 1
Registered: July 2009
Junior Member
I've the same error, with a newly installed eclipse 3.4 and
org.eclipse.php_feature-I20080722.zip integration build.

Any help?
Re: Installing on Eclipse 3.4 [message #77559 is a reply to message #76245] Fri, 01 August 2008 12:25 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: quasar.ja.rosz.org

So, i have a question about this.

If i read here:
http://wiki.eclipse.org/PDT/Installation

it claims installation is very simple - just install the package.

However, based on some other information i've seen around, and what has
been said on this thread, it sounds like you actually have to install some
of the extras (all of them?) such as those listed on the page about the
specific build (ie,
http://download.eclipse.org/tools/pdt/downloads/release.php? release=I20080722).
Things like EMF, XSD, GEF, DLTK? This seems like a lot to install, but i
can give it a shot if it's needed.

I followed the wiki instructions and it kinda works, but gives the
"Selection Job title" error whenever i open a .php file.

Thanks for any input!

Quasar
Re: Installing on Eclipse 3.4 [message #77575 is a reply to message #77559] Fri, 01 August 2008 15:11 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dragen+eclipse.gmail.com

You can install PDT as an all-in-one package, or as an update.

However, version 2.0, which is the only one that works fully on Ganymede
is only available through download and install.

As it is still in development you will have to fix small things here and
there, such as the "Select Job Titile" error you are seeing.

To get rid of the above error you will need to download and install the
new DLTK version found at:

http://www.eclipse.org/downloads/download.php?file=/technolo gy/dltk/downloads/drops/R1.0/I-I200807181303-200807181303/dl tk-core-sdk-I-I200807181303-200807181303-incubation.zip

You will have to unzip and install via local.
Re: Installing on Eclipse 3.4 [message #77604 is a reply to message #77575] Sat, 02 August 2008 06:15 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: codeslave.ca.ibm.com

I've updated the PDT/Installation wiki article, and opened this bug re:
getting an update site for DLTK > 0.95.0.v20080623:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=242947

Nick

Adam Barrett wrote:
> You can install PDT as an all-in-one package, or as an update.
>
> However, version 2.0, which is the only one that works fully on Ganymede
> is only available through download and install.
>
> As it is still in development you will have to fix small things here and
> there, such as the "Select Job Titile" error you are seeing.
> To get rid of the above error you will need to download and install the
> new DLTK version found at:
>
> http://www.eclipse.org/downloads/download.php?file=/technolo gy/dltk/downloads/drops/R1.0/I-I200807181303-200807181303/dl tk-core-sdk-I-I200807181303-200807181303-incubation.zip
>
>
> You will have to unzip and install via local.
>

--
Nick Boldt :: Release Engineer, IBM Toronto Lab
Eclipse Modeling :: http://www.eclipse.org/modeling
http://wiki.eclipse.org/index.php/User:Nickb
Re: Installing on Eclipse 3.4 [message #77634 is a reply to message #77575] Sat, 02 August 2008 20:03 Go to previous message
Eclipse UserFriend
Originally posted by: tefl.ebcidiomas.com

Standard install Ganymede with PDT 2 gave me the section titile error.

I installed dltk-I-I200807211242-200807211242-incubation and it went away
(R1.0 Mon, 21 Jul 2008 -- 12:42 (UTC))

This version and later versions can be found at
http://download.eclipse.org/technology/dltk/downloads/ in the Integration
downloads section.

Windows install procedure: download and unzip the file then start eclipse,
then click help, software updates, add site, local then browse to the
directory where you unzipped the file. Click OK until the install starts.
If you get the message that the DLTK is already installed and that Eclipse
will update what you've got, click OK and continue until prompted to
restart. Do the restart and PDT should now work without the section titile
error.
Previous Topic:PHP language reference inhelp files
Next Topic:Auto-Complete takes too long
Goto Forum:
  


Current Time: Fri Mar 29 12:42:09 GMT 2024

Powered by FUDForum. Page generated in 0.03322 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top