Reputation: 15831
I have a javascript project that is still in development; Then I have another rails project that will use the javascript project;
I would like to have in "my-rails-project/public/javascript/" the link to the other javascript project. I would like to be able to make changes within the rails-project and affect the javascript-project.
Is this possible and how? thanks (:
Upvotes: 2
Views: 374
Reputation: 2907
This is general Eclipse thing and not related to Aptana in particular. Simply start creating a new Folder and on the wizard page click "Advanced>>>", then choose Linked Folder and Browse to location of your javascript project. That's it.
Cheers, Max
Upvotes: 2