AccelerationNet / access2csv

Simple program to extract data from Access databases into CSV files.
MIT License
86 stars 24 forks source link

Rewrite to use Maven #7

Closed ansell closed 7 years ago

ansell commented 8 years ago

I rewrote the build system to use Maven and added some trivial tests. The eclipse files are removed, as Maven projects can be imported by Eclipse to regenerate those files.

If you are aware of any open source/public domain .accdb files that could be used to test, then the rest of the tests could be implemented, but currently it only performs trivial tests.

The .travis.yml file should be enough to run the tests automatically on Travis-CI.org and have the test coverage measured at coveralls.io after the tests complete, but accounts for both of those services need to be created by you to have those features activated.

bobbysmith007 commented 7 years ago

Hey thanks for this work. I am sorry I never noticed this pull request. The person who ran this project has moved on. I will try to merge this and push it up

bobbysmith007 commented 7 years ago

I think I got this merged in - sorry it took so long and thanks for you assistance