blob: 039fe28e46e103143c88321923d9883ee43340d2 (
plain)
1 Installation of Aptana Studio into Eclipse
2 ==========================================
3 :author: Aaron Ball
4 :email: nullspoon@iohq.net
5
6
7 == {doctitle}
8
9 Hello all, I recently attempted installing the Aptana (web dev functionality
10 based off of Eclipse) studio after messing up my stand-alone version (which was
11 outdated anyways). The installation process seemed relatively simple but upon
12 install, I received an ambiguous error message saying:
13
14 ----
15 An error occurred while installing the items
16 session context was:(profile=PlatformProfile, phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Install, operand=null --> [R]org.eclipse.ant.ui 3.4.1.v20090901_r351, action=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.InstallBundleAction).
17 The artifact file for osgi.bundle,org.eclipse.ant.ui,3.4.1.v20090901_r351 was not found.
18 ----
19
20 After searching this for a bit, I stumbled upon a bug report for Eclipse that
21 addressed this issue.
22
23 https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/477944
24
25 The simple solution, crack open a fresh new terminal window (or one you already
26 have open of course) and type in **sudo apt-get install eclipse-pde**.
27
28 Attempt reinstalling the Aptana plugin and all should go smoothly now.
29
30
31 Category:Aptana_Studio
32
33 Category:Eclipse
34
35
36 // vim: set syntax=asciidoc:
|