I thought I would write a quick note to future Ben (i.e. me) about configuring Eclipse and Subclipse on Ubuntu. Subclipse is a Subversion plugin for Eclipse (the alternative is Subversive, which I haven't tried).
Briefly my Eclipse install (for reference):
sudo apt-get install eclipse
(if using eclipse base install)- Install Aptana Studio 3 beta, either standalone or as Eclipse plugin
- Install Google plugin for Eclipse from within Eclipse (page with download sites)
- Configure Python 2.5 interpreter within Eclipse (assuming you have already installed Python 2.5)
- Create new Google App Engine project (under PyDev grouping)
- Configure Python Library Paths for Eclipse
sudo apt-get install subversion
sudo apt-get install libsvn-java
- install subclipse within Eclipse (download sites)
No comments:
Post a Comment