Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing eclipse Web Tools Platform (WTP) - update site does not work?

I'm trying to install the WTP (web platform tools) to my Eclipse installation so I can get the XSL transformations working. The base Eclipse they installed for me here was the plain Java IDE (the splash screen says "Ganymede" if that means anything). Looking at this site, the URL to get the download should be here: http://download.eclipse.org/webtools/updates/ ...But when I give that URL to the Eclipse update manager, I get an error telling me: "No repository found at http://download.eclipse.org/webtools/updates/"

Anyone else had this problem? Anyone know what might be up? Anyone know how to get the xsl-transform plugin installed?

EDIT:

I should have mentioned before that I want to find a way to do this without installing any new instances of Eclipse. This process will eventually be sent to several other developers who already have Eclipse (same version that I'm testing with) and I'd rather just do an in-place upgrade rather than have everyone go and install a new product.

UPDATE:

I found another plugin, Xcarecrows 4 XML which can also do XSL transforms. The interface is ugly and seems more than a little quirky, but it's also a small download, and at least it runs and transforms. Unless I can find an easy way to get WTP working, I'll probably just stick with this.

like image 603
FrustratedWithFormsDesigner Avatar asked Feb 23 '10 17:02

FrustratedWithFormsDesigner


People also ask

How do I install Web Tools in Eclipse?

Install WTP using the Eclipse Ganymede Update Manager(p2)Launch Eclipse from <ECLIPSE_HOME>/eclipse . Select Help -> Software Updates.. from the menu. On the next screen select Available Software tab, and expand Ganymede. Expand Web and Java EE Development, select Java EE Developer Tools and Web Developer Tools.

Why is Eclipse not installing?

If you've "installed" Eclipse but are having trouble getting it to run, the most likely cause is that you have not correctly specified the JVM for it to run under. You may need to edit the eclipse. ini file. Another common mistake on Microsoft Windows is a mismatch between the "bittedness" of Eclipse and the JVM/JDK.

What is Eclipse WTP workbench?

The Eclipse Web Tools Platform (WTP) project extends the Eclipse platform with tools for developing Web and Java EE applications.


2 Answers

You can try and install WTP through the main Ganymede update site:

http://download.eclipse.org/releases/ganymede/

Or you can download the latest Java EE bundle and use that instead of your current Eclipse
(do NOT unpack it on top of your current Eclipse, but unpack it elsewhere, to test that second installation: it will come with WTP inside)
Note: check then "How do I start Eclipse" to point to your existing workspace in order to see all your previous project in your new Eclipse installation.


As mentioned in your link, XSL Tools is now part of WTP (for Eclipse 3.5 Galileo), and that may explain why your Eclipse Ganymede (3.4) might not interpret correctly the P2 update site for WTP (P2 being the new Eclipse provisioning mechanism introduced late in the 3.4 release cycle)

For Eclipse 3.5, you have an XSL Tools installation illustrated here:

link text

But Eclipse3.4 is more likely to be compatible with XSLT0.5 and you will need a separate installation, because "XSL Tools" wasn't yet part of WTP.
I am not sure, however, where to find such an installation package within the Eclipse projects.

like image 116
VonC Avatar answered Sep 24 '22 08:09

VonC


Use the following update site :

For Juno :

http://download.eclipse.org/webtools/repository/juno/

For Indigo :

http://download.eclipse.org/webtools/repository/indigo/
like image 22
Arunabh Das Avatar answered Sep 23 '22 08:09

Arunabh Das