Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pdt-dev] Testing I20080602 in Ubuntu 8.0.4 with no luck

Environments:
1. Ubuntu 8.0.4
2. java-6-sun-1.6.0.06
3. Traditional Chinese
4. All the packages mentioned in
http://download.eclipse.org/tools/pdt/downloads/release.php?release=I20080602
dltk-core-sdk-S-1.0RC1-200805211222-incubation.zip
dtp-sdk-1.6M7.zip
emf-runtime-2.4.0M7.zip
GEF-ALL-3.4.0M7.zip
org.eclipse.php_feature-I20080602.zip
wtp-sdk-S-3.0M7-20080506040630.zip
xsd-runtime-2.4.0M7.zip
eclipse-SDK-3.4M7-linux-gtk.tar.gz

Steps:
1. Extract all archives (*.zip) with the following scripts:
  for f in $(find . -maxdepth 1 -type f -name "*.zip"); do
    unzip -qq -o $f
  done
2. move eclipse/ to eclipse_p/
3. Extract eclipse-SDK-3.4M7-linux-gtk.tar.gz to eclipse/
4. Execute eclipse/eclipse
5. Add a update site and point it to the path of eclipse_p/

After a while, it returned the error message:
An internal error occurred during: "Install".
Node path "org.eclipse.equinox.p2.repository/file:\home\kiang\trunk\eclipse_p\plugins"
is not valid.

I had also tested with extracting all files to the same path and PDT
wasn't work, too. Before testing both way, I had remove all files
including the hidden ones in workspace folder.

-- 
Finjon Kiang


Back to the top