Backblaze / JavaReedSolomon

Backblaze Reed-Solomon Implementation in Java
https://www.backblaze.com/open-source-reed-solomon.html
MIT License
753 stars 152 forks source link

Simple build system to build jar & run tests would be nice #2

Closed bootstraponline closed 9 years ago

bootstraponline commented 9 years ago

Is the idea to just copy and paste the source files directly instead of using a build system like gradle?

bwbeach commented 9 years ago

Gradle would be an excellent plan. I'll add a gradle build file.

bwbeach commented 9 years ago

Just pushed. I had been working on one after adding the test files. I'm new to gradle, so let me know if there's a better way to do it.

bootstraponline commented 9 years ago

cool! I was able to successfully run gradle jar and gradle test. build.gradle looks good to me.

I think it'd be nice to:

If PRs won't be accepted then it's fine to skip travis and just state that in the readme.

bwbeach commented 9 years ago

Added a quick mention of Gradle. I'll think about Travis CI, especially if the change volume gets high.

bootstraponline commented 9 years ago

sounds good.