Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't install jQuerybundle for eclipse aptana studio 3 plugin installed

I have installed aptana studio 3 plugin to eclipse. But i can't install jQuerybundle.

When i select Command->Bundel Developemnt->Install Bundel->jQuery, message like below is shown:

****** ~/Aptana Rubles
$ git clone git://github.com/aptana/javascript-jquery.ruble.git
Cloning into javascript-jquery.ruble...
github.com[0: 207.97.227.239]: errno=No such file or directory
fatal: unable to connect a socket (No such file or directory)
like image 305
user1208205 Avatar asked Feb 14 '12 03:02

user1208205


1 Answers

Got it working by manually copying the files.So may be you could try this

1) Download the zip from https://github.com/aptana/javascript-jquery.ruble/downloads

2) Go to the folder C:\Documents and Settings\"your_username"\Aptana Rubles and unzip the contents to this folder.(Windows XP 32 bit).

3) Restart eclipse

4) Create any web project.Right click.Go to Preference -> Project Build Path and select the checkbox for either jQuery 1.4.2 or jQuery 1.6.2 as the case may be.

like image 56
user700284 Avatar answered Sep 25 '22 16:09

user700284