First of all, sorry for posting this here - it'd be better off in an email to the powers that be, but I can't seem to find any reasonable recipient to send it to (short of contact@interaktonline.com)
I've noticed a few issues with people trying to install JSEclipse via automatic updates in eclipse. Here's a workable solution, and a bigger picture solution for the Interakt folk...
The problem with features not being listed is a disparity between the version numbers in the update site site.xml and the version numbers on the feature/plugin jars. Specifically, the site.xml lists:
<feature url="features/com.interaktonline.jseclipse_1.5.2.2.jar" id="com.interaktonline.jseclipse" version="1.5.2">
where it should list
<feature url="features/com.interaktonline.jseclipse_1.5.2.2.jar" id="com.interaktonline.jseclipse" version="1.5.2.2">
(Note the version 1.5.2.2)
If you want to get this working on a local machine
- Download the following files:
-
- http://www.interaktonline.com/site.xml
- http://www.interaktonline.com/features/com.interaktonline.jseclipse_1.5.2.2.jar
- http://www.interaktonline.com/plugins/com.interaktonline.jseclipse_1.5.2.2.jar
- Create the same directory structure in a web server of your choice
- Fix up the version number in site.xml (as above)
- Mangle your hosts file to treat www.interaktonline.com to 127.0.0.1
Run the update, and hey-presto, you're up and running...
Interakt Folk - you might wanna fix up your site.xml.
Cheers,
Martin