Justin Shapcott

Results 2 issues of Justin Shapcott

For GWT, we calculate an MD5 hash of the file contents of each asset to assist browsers with caching. The current implementation reads the file fully into a byte array,...

enhancement
gwt

AntScriptGenerator prefixes the `libsDir` path with `../`, preventing the libs directory from being specified as an absolute path (e.g. from the Gradle plugin as `libsDir = "${project.buildDir}/jnigen/libs"). For background, I'm...