Open Chaka15205 opened 9 years ago
:+1:
:+1:
:+1: Edit: don't check the referenced issue!, idon't to wanted to reference this, only add the link. :cry:
supertassu/inchciworkerjavasupport
, working with this. Ready maybe on two weeks.
@supertassu Sounds great. :+1: We should discuss the prequisites before you pour too much work into it.
Two things are needed to support Java in Inch CI:
I can't do Number 1. (my Java-Fu is very weak these days), but I already did Number 2 for three languages (Ruby, JS and Elixir). We could easily split the workload that way.
Your thoughts?
I can't do Number 1.
I can on next week in the syntax that you described in php-theard.
Can you do Number 2? Then it suggests same things that other inch languages? @rrrene
(sorry for my bad English.)
@rrrene i forgot to say, but how i build/test Inch Ci worker on Linux?
Inch CI Worker is a Ruby project and only there to execute whatever command builds Inch for Language X.
What we would want to design is an executable that wraps JavaDoc and generates JSON output. If you are familar with JavaScript you can take a look at InchJS. It wraps JSDoc (JavaScript's equivalent of JavaDoc) and writes the result into a JSON file.
Integrating that into Inch CI Worker is trivial, the hard part (at least for me) would be to write a program that produces the JSON and formats it in the syntax described in the PHP-Thread. This program can exist on its own and the only requirement is that it does static analysis, i.e. does not require the analysed source code to be compiled.
Hmmm. Is it okhay if i clone Inchjs, and Modify it for using Javascript?
@rrrene
Sure!
:+1:
👍
👍
:+1: