Holy Crap - Installing PDT In Ganymede Even Possible? [message #483166] |
Mon, 31 August 2009 08:42  |
Eclipse User |
|
|
|
Originally posted by: swiftsnowmane.earthlink.net
Oh. My. God.
So, I am a very new user to Eclipse. And I do certainly appreciate that as
a new user I have to learn the product, etc. But honestly - this is
getting outside the bounds of any reasonable expectation. I really would
like to get this to work, but at this point I am not sure if the hours of
time necessary is really worth it.
I am simply trying to install PDT into a fresh Ganymede install. (Ganymede
is the latest IPS package in the Solaris 2009.06 repo. It installs and
works fine by itself.) I have run into essentially endless package hell,
and I just don't see a way out.
If anyone can point me in the direction of some solution, it would be much
appreciated.
Below is a typical example of the circular unresolved dependencies I run
into, despite the repos which contain these items being enabled(!), etc.
Thank you for any input you can offer. This is extreme frustrating as a
new user - it makes me feel like this project has a long was to go, but I
truly do want to try it and have it work. I have used it on my home Suse
box and I do like it, and I am taking a class and would love to have this
work on my netbook - but having to use Ganymede is just looking like it is
not worth the hoops you have to jump through. I am amazed there is no how
to guide (that actually works) for installing PDT on Ganymede. I am
followed these to no avail:
http://www.howtoforge.com/setting-up-eclipse-pdt2.0-on-eclip se3.4-ganymede
http://wiki.eclipse.org/PDT/Installation
Cheers,
Vaga Blue
* * * * * *
Let's install PDT by adding the update repo for it (Ganymede). It goes a
bit like this . . .
Cannot complete the request. See the details.
Cannot find a solution satisfying the following requirements
org.eclipse.emf.edit.ui.feature.jar [2.4.2.v200902171115].
Searched for "EMF edit" in Eclipse install window, don't
know why it did not locate it by itself. Downloads a zillion things
for download.eclipse.org/tptp/updates/4.4.1/features
Try to install PDT again . . .
EMF Edit is already installed, so an update will be performed instead.
EMF Edit UI is already installed, so an update will be performed instead.
Cannot find a solution satisfying the following requirements
org.eclipse.emf.ecore.edit [2.4.1.v200808251517].
Okay, so install EMF Ecore . . . oh, no - wait . . .
Cannot complete the request. See the details.
EMF - Eclipse Modeling Framework Core Runtime is already installed, so an
update will be performed instead.
EMF Common is already installed, so an update will be performed instead.
EMF Ecore Edit is already installed, so an update will be performed
instead.
EMF Edit is already installed, so an update will be performed instead.
EMF Edit UI is already installed, so an update will be performed instead.
Cannot find a solution satisfying the following requirements
org.eclipse.xsd.edit.feature.jar [2.4.0.v200808251517].
Okay, so try to install the XSD editor, guess what . . .
Cannot complete the request. See the details.
Cannot find a solution satisfying the following requirements
org.eclipse.dltk.launching [0.95.1.v20080915-1703].
Okay, so install all remaining DLTK components . . . guess what?
Cannot complete the request. See the details.
Cannot find a solution satisfying the following requirements
org.eclipse.dltk.launching [0.95.1.v20080915-1703].
|
|
|
|
|
|
|
|
|
|
Re: Holy Crap - Installing PDT In Ganymede Even Possible? [message #518389 is a reply to message #518360] |
Wed, 03 March 2010 18:20   |
Eclipse User |
|
|
|
>just wanted to clarify a few things - you mention adding the path to the php executables to the Zend Server instances of php - yet when i open my list of executables it has two entries to the path to the zend debugger in the eclipse plugins directory - should i add the two instances you mention as well of, or instead of these entries?
From memory I think they were trashed so as to keep it clean.
> When i view my sites i too have virtual hosts set up, so i can cmd +r the site url and it looks as close to live as i can get. But you mention a php server entry for each site - i have not done this (which may be why debugging doesn't work!) - could you explain this more? I'm assuming it is setting the document root of the site in eclipse or something?
Yes, under debug configurations select server, then new button (next to php server) then add values there.
> Finally, is it possible to debug using ie or firefox instead of the built-in page viewer?
Yes, absolutely, I generally use chrome for debugging, never the internal browser. When you start debugging from eclipse your external browser starts flashing (have 'Break on first line' ticked in debug configuration for the project) then you can step through aok.
Good luck
Tom
p.s.
Just for others, IIS was actually fine in the end.
|
|
|
|
|
Re: Holy Crap - Installing PDT In Ganymede Even Possible? [message #518860 is a reply to message #518484] |
Fri, 05 March 2010 05:24  |
Eclipse User |
|
|
|
thanks for the help.
I done that, and the url is looking better (none of the project directory and document root in the url - will all those query parameters interfere with debugging a zend framework app?) but when i run it i get a prompt to download a temp file - it doesn't debug anything? The temp file says:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>200 OK</title>
</head><body>
<h1>OK</h1>
<p>The server is temporarily unable to service your
request due to maintenance downtime or capacity
problems. Please try again later.</p>
</body></html>
Under the advanced tab of Debug Configuration i have checked the box "Start from this page" with mydomain.com/index.php and continue debug from this page checked.
I've tried all manner of variations and am remembering why i gave up on using eclipse for debugging.
|
|
|
Powered by
FUDForum. Page generated in 0.03688 seconds