All Downloads are FREE. Search and download functionalities are using the official Maven repository.

no.tsl2.nano.h5.2.5.6.source-code.compilejar.cmd Maven / Gradle / Ivy

Go to download

TSL2 Framework Html5 Extensions (WebServer, Html5Presentation, RuleCover, BeanConfigurator, LogicTable-Sheet, Expression-Descriptors for Actions, Rules, URLs, Queries)

The newest version!
#!/bin/bash
javac -g -cp "generated-bin:*" -d generated-bin  -sourcepath generated-src $(find generated-src -name *.java)
[[ "$?" == "0" ]] && jar cvf generated-model.jar -C generated-bin/ . && echo "jar CREATED SUCCESSFUL" || echo "ERRORS OCCURRED!"




© 2015 - 2025 Weber Informatics LLC | Privacy Policy