f54e81d3011322f75f38ff8ce69997ad282dcd69
Before (Maven): http://pastie.org/1253428 After (Gradle): http://pastie.org/1253435 This new task: - may be run independently with `gradle generateSql` - is tied to the build lifecycle and will execute prior to 'compileJava' - writes output to build/generated-resources - is set up for incremental build -- will not run if the above dir exists - may be selectively cleaned with `gradle cleanGenerateSql`
TODO: complete
project distribution zip file can be built by executing
src/main/scripts/build-distribution.sh
licensing, changelog and other project information can be found under
src/main/resources
Description
Languages
Java
99%
XSLT
0.9%