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)
link|improve this question
Same problem here... – user700284 Feb 16 at 13:15
feedback

1 Answer

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.

link|improve this answer
Thanks a lot - works like a charm. For me with Windows 7 64 Bit the Path is C:\Users\USERNAME\Aptana Rubles – rescueAnn Apr 17 at 6:16
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.