Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tadayosi/timeandmoney
Fork from http://timeandmoney.sourceforge.net/
https://github.com/tadayosi/timeandmoney
Last synced: about 1 month ago
JSON representation
Fork from http://timeandmoney.sourceforge.net/
- Host: GitHub
- URL: https://github.com/tadayosi/timeandmoney
- Owner: tadayosi
- Created: 2013-10-18T01:39:23.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-18T01:50:07.000Z (about 11 years ago)
- Last Synced: 2024-10-17T03:57:47.779Z (3 months ago)
- Language: Java
- Size: 727 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme/configuring_eclipse_for_developers
Awesome Lists containing this project
README
To do timeandmoney development in Eclipse,
download the latest version of Eclipse and then
follow these step-by-step instructions to configure
plugins for Subversion and MavinInstalling the Subversion plugin (Subversive)
-----------------------------------------------
Help>Software Updates>Find And Install...
Search for new features to install
New Remote Site...
Bring in both of these::
Name: Subversive SVN Connectors update site
URL: http://www.polarion.org/projects/subversive/download/eclipse/2.0/update-site/
Name: Subversive
URL: http://download.eclipse.org/technology/subversive/0.7/update-site/Make sure both have a check mark
Click Finish
Now you have to select features to install: Select all except for Subversion Integration for the CSC project
Accept license
FinishWhen you see "Feature Verification" click "Install All"
Restart Eclipse
(Now Subversive is installed)Installing the Mavin plugin (Q4E)
-----------------------------------------------
Help>Software Updates>Find And Install...
Search for new features to install
New Remote Site...
Name: Q4E
URL: http://q4e.googlecode.com/svn/trunk/updatesite/
Select Q4E and click Finish
Select all features (Next)
Accept Licence (Next)
Finish
At "Feature Verification" Install All
Restart Eclipse
(Now Q4E is installed)Setting Up the Project
-----------------------------------------------
Window>Open Perspective>Other...
Select SVN Repository Exploring
Right click in panel
New>Repository Location
URL: https://timeandmoney.svn.sourceforge.net/svnroot/timeandmoney
User: your SourceForge login
Password: your SourceForge password
FinishNow right click on "trunk" and "Check Out"
In Package Explorer menu > "Enable Maven Dependency Management"
That's it. Everything should be working now. (You can check this by running the tests.)