atextor / owl-cli

Command line tool for ontology engineering
Apache License 2.0
14 stars 2 forks source link

make frequent binary releases #21

Open VladimirAlexiev opened 2 months ago

VladimirAlexiev commented 2 months ago

These haven't been updated since Mar:

Is it possible to build and release binaries on every source release? This way we can have a faster testing cycle. I'm ashamed to admit I can't build java, especially between two projects. It would be super great if owl-cli-snapshot.jar reflected the latest source release.

atextor commented 2 months ago

Hi @VladimirAlexiev, the page is actually up to date. The last owl-cli release was actually only in march: https://github.com/atextor/owl-cli/releases/tag/v1.2.5 There were no releases since then, because I've been busy working on #19 (which comes with lots of changes and refactorings).

Now that a new turtle-formatter version was released, I need to adapt owl-cli to use this new version and do a new release of this as well. Since this workflow is unnecessarily annoying, there's also #20 that I'm adressing together with #19. This will definitely improve the situation and make quicker releases possible.

VladimirAlexiev commented 2 months ago

https://atextor.de/owl-cli/main/snapshot/index.html#building-from-source are excellent instructions. So I'll stop being a lamer and will build it for myself.