* [ ] if we are in an Icaro project * [ ] compile the code: * [ ] read the `langVersion` from `deps.json` * [ ] launch `java -jar $ICARO_HOME/lang/<langVersion> <pathToSrcDir> <pathToBin>` and create the `.class (s)` inside the `.bin/classes`dir * [ ] inside the `.bin` dir [create](https://docs.oracle.com/javase/tutorial/deployment/jar/build.html) the `<projectName>.jar` file from the `.class (s)`
langVersionfromdeps.jsonjava -jar $ICARO_HOME/lang/<langVersion> <pathToSrcDir> <pathToBin>and create the.class (s)inside the.bin/classesdir.bindir create the<projectName>.jarfile from the.class (s)