Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 1.8 KB

File metadata and controls

56 lines (33 loc) · 1.8 KB

Contribute to ToolWrapper

Wrap preservation tools once, deploy them everywhere.

Develop

Build Status

Requirements

To build you require:

For using the recommended IDE you require:

Setup IDE

After you install eclipse and clone the repo, install the plugins listed above. To install a plugin click on Help > Eclipse Market Place and search them or just use the nice drag and drop feature and drag them from the links above.

As soon as you are ready import the maven modules by selecting File > Import > Maven > Existing Maven Projects. Maven will fetch the whole internet (this is normal) and will import the projects for you.

Build

To compile go to the sources folder and execute the command:

$ mvn clean install

Deploy

After building the necessary jars will be available on the target directories and the binaries on the bin/ directories will be able to run them.

Contribute

  1. Fork the GitHub project
  2. Change the code and push into the forked project
  3. Submit a pull request

To increase the chances of your changes being accepted and merged into the official source here's a checklist of things to go over before submitting a contribution. For example:

  • Has unit tests (that covers at least 80% of the code)
  • Has documentation (at least 80% of public API)
  • Agrees to contributor license agreement, certifying that any contributed code is original work and that the copyright is turned over to the project

Roadmap

TBA