-
Notifications
You must be signed in to change notification settings - Fork 0
Install guide
Bryan Hunt edited this page Aug 18, 2013
·
10 revisions
Create a new target file, add the p2 repository, and set as the current target platform.
- Select File -> New -> Target Definition http://bryanhunt.github.io/eUnit/web/install/target_definition_1.png
- Click Next
- Select the project to contain the target file, give the file a name.target, and click Finish
eUnit depends on JUnit and Hamcrest. You may use any p2 repository for those dependencies, or you may use my 3rd party library repository.
###Add the dependencies
- In the target editor, click Add...
- Select Software Site and click Next
- Work with: http://bryanhunt.github.com/3rd-party-libs and press Return
- Check Hamcrest and JUnit then click Finish
###Add the eUnit repository.
- In the target editor, click Add...
- Select Software Site then click Next
- Work with: http://bryanhunt.github.com/eUnit/releases/1.0.0/ (use the link for the appropriate relsease version) and press Return Check eUnit then click Finish
- Save the target definition file
- Click Set as Target Platform in the editor