can't install eclipse PDT with Ganymede [message #78521] |
Mon, 18 August 2008 21:01  |
Eclipse User |
|
|
|
Originally posted by: cuco2772.gmail.com
Hi, I've been having problems trying to get this to install.
I followed the directions here:
http://www.howtoforge.com/setting-up-eclipse-pdt2.0-on-eclip se3.4-ganymede
Everything worked fine (except for getting Subeclipse for subversion, but
I can wait on that) up to the point where I downloaded the latest
integration build.
Following the link, I downloaded this .zip file:
org.eclipse.php_feature-I20080722.zip
I unzipped it into a folder inside the eclipse folder called PDT
WHen it unzipped there were 2 additional folders, one called features and
one called plugins. Using the update manager and clicking AddSite->Local
as per the directions, then clicked the feature folder, and then selected
org.eclipse.php_feature_2.0.0.v2XXXXXXXXXXXXX, and I get the message 'no
repository found at ---------------' (that long thing)
Any ideas on what I should do ? Thanks
|
|
|
Re: can't install eclipse PDT with Ganymede [message #78540 is a reply to message #78521] |
Mon, 18 August 2008 23:11   |
Juan Felipe Alvarez Saldarriaga Messages: 23 Registered: July 2009 |
Junior Member |
|
|
Hum, remember that you need to unzip it like: <SOMEWHERE>/eclise_pdt then
inside this folder you will zip folders, wich are this:
eclipse
-- features
-- plugins
So when you add a site, make sure to add "<SOMEWHERE>/eclise_pdt".
Adam Posner wrote:
> Hi, I've been having problems trying to get this to install.
> I followed the directions here:
> http://www.howtoforge.com/setting-up-eclipse-pdt2.0-on-eclip se3.4-ganymede
> Everything worked fine (except for getting Subeclipse for subversion, but
> I can wait on that) up to the point where I downloaded the latest
> integration build.
> Following the link, I downloaded this .zip file:
> org.eclipse.php_feature-I20080722.zip
> I unzipped it into a folder inside the eclipse folder called PDT
> WHen it unzipped there were 2 additional folders, one called features and
> one called plugins. Using the update manager and clicking AddSite->Local
> as per the directions, then clicked the feature folder, and then selected
> org.eclipse.php_feature_2.0.0.v2XXXXXXXXXXXXX, and I get the message 'no
> repository found at ---------------' (that long thing)
> Any ideas on what I should do ? Thanks
|
|
|
Re: can't install eclipse PDT with Ganymede [message #78635 is a reply to message #78540] |
Tue, 19 August 2008 23:51   |
Eclipse User |
|
|
|
Originally posted by: cuco2772.gmail.com
Are you saying I should zip the contents of those folders into a zip file ?
The features directory has another another directory inside it called
org.eclipse.php_feature_2.0.0.v20080722-7H--E7QYGHNHEYY, which inside of
it just has a feature.properties, a feature.xml, a .jpg and a META-INF
directory.
The plugins directory has these:
-rw-r--r-- 1 cuco cuco 3759 2008-07-22 08:09
org.eclipse.php_2.0.0.v20080722.jar
drwxr-xr-x 6 cuco cuco 4096 2008-07-22 08:09
org.eclipse.php.core_2.0.0.v20080722
-rw-r--r-- 1 cuco cuco 396906 2008-07-22 08:08
org.eclipse.php.debug.core_2.0.0.v20080722.jar
-rw-r--r-- 1 cuco cuco 10950 2008-07-22 08:08
org.eclipse.php.debug.daemon_2.0.0.v20080722.jar
-rw-r--r-- 1 cuco cuco 299442 2008-07-22 08:08
org.eclipse.php.debug.ui_2.0.0.v20080722.jar
-rw-r--r-- 1 cuco cuco 3284750 2008-07-22 08:08
org.eclipse.php.help_2.0.0.v20080722.jar
-rw-r--r-- 1 cuco cuco 16229 2008-07-22 08:08
org.eclipse.php.server.core_2.0.0.v20080722.jar
-rw-r--r-- 1 cuco cuco 79683 2008-07-22 08:08
org.eclipse.php.server.ui_2.0.0.v20080722.jar
-rw-r--r-- 1 cuco cuco 1205156 2008-07-22 08:09
org.eclipse.php.ui_2.0.0.v20080722.jar
These look like the right things, but I downloaded the latest
integration build. Maybe I should have downloaded a 'stable' version ?
THanks
|
|
|
Re: can't install eclipse PDT with Ganymede [message #78682 is a reply to message #78635] |
Wed, 20 August 2008 04:55   |
Juan Felipe Alvarez Saldarriaga Messages: 23 Registered: July 2009 |
Junior Member |
|
|
Yep the file is fine but you need to add the folder where you decompress
the zip file, example:
$ cd /tmp
$ mkdir pdt_integration_build
$ cp /home/my_user/org.eclipse.php_feature-I20080722.zip
pdt_integration_build/
$ cd pdt_integration_build
$ unzip org.eclipse.php_feature-I20080722.zip
You decompress the zip in some folder, doesn't care wich folder, you just
need to decompress the zip and add it in Eclipse :D, example:
Help -> Software Updates -> Available Software -> Add Site -> Local
Go to /tmp/pdt_integration_build, press Ok or something and that's all.
Adam Posner wrote:
> Are you saying I should zip the contents of those folders into a zip file ?
> The features directory has another another directory inside it called
> org.eclipse.php_feature_2.0.0.v20080722-7H--E7QYGHNHEYY, which inside of
> it just has a feature.properties, a feature.xml, a .jpg and a META-INF
> directory.
> The plugins directory has these:
> -rw-r--r-- 1 cuco cuco 3759 2008-07-22 08:09
> org.eclipse.php_2.0.0.v20080722.jar
> drwxr-xr-x 6 cuco cuco 4096 2008-07-22 08:09
> org.eclipse.php.core_2.0.0.v20080722
> -rw-r--r-- 1 cuco cuco 396906 2008-07-22 08:08
> org.eclipse.php.debug.core_2.0.0.v20080722.jar
> -rw-r--r-- 1 cuco cuco 10950 2008-07-22 08:08
> org.eclipse.php.debug.daemon_2.0.0.v20080722.jar
> -rw-r--r-- 1 cuco cuco 299442 2008-07-22 08:08
> org.eclipse.php.debug.ui_2.0.0.v20080722.jar
> -rw-r--r-- 1 cuco cuco 3284750 2008-07-22 08:08
> org.eclipse.php.help_2.0.0.v20080722.jar
> -rw-r--r-- 1 cuco cuco 16229 2008-07-22 08:08
> org.eclipse.php.server.core_2.0.0.v20080722.jar
> -rw-r--r-- 1 cuco cuco 79683 2008-07-22 08:08
> org.eclipse.php.server.ui_2.0.0.v20080722.jar
> -rw-r--r-- 1 cuco cuco 1205156 2008-07-22 08:09
> org.eclipse.php.ui_2.0.0.v20080722.jar
> These look like the right things, but I downloaded the latest
> integration build. Maybe I should have downloaded a 'stable' version ?
> THanks
|
|
|
Re: can't install eclipse PDT with Ganymede [message #78929 is a reply to message #78521] |
Sat, 23 August 2008 02:03  |
|
Adam Posner wrote:
> I unzipped it into a folder inside the eclipse folder called PDT
> WHen it unzipped there were 2 additional folders, one called features
> and one called plugins. Using the update manager and clicking
> AddSite->Local as per the directions, then clicked the feature folder,
> and then selected
> org.eclipse.php_feature_2.0.0.v2XXXXXXXXXXXXX, and I get the message 'no
> repository found at ---------------' (that long thing)
> Any ideas on what I should do ? Thanks
Try setting the Local Site to the "eclipse" folder that unzipping
the file created, or to the file itself as an Archive.
--
---
Nitin Dahyabhai
Eclipse WTP Source Editing
IBM Rational
Nitin Dahyabhai
Eclipse Web Tools Platform
|
|
|
Powered by
FUDForum. Page generated in 0.02426 seconds