Closed nobeh closed 9 years ago
We'd like to have a zip/jar distribution that when extracted would look like:
__ `__ lib/*.jar `__ bin/*.sh
and then I can use it as:
$ bin/jabsc *.abs -d /path/to/gen/java
We can already think of options like:
--compile-java
--generate-maven-module
We'd like to have a zip/jar distribution that when extracted would look like:
and then I can use it as:
We can already think of options like:
--compile-java
to compile the generated Java?--generate-maven-module
to generate a proper Maven module for the generated source?