Tom Makin

Results 16 comments of Tom Makin

putting the property in gradle.properties didn't work for me. Do you think it could be slotted into build.gradle somewhere?

Yeah, I found that. But I have no idea how to make the compiler pay attention to it. That's why I went with gradle.properties.

I can't find any references to `log4j` in ews-java-api. The only place it shows up is the pom.xml for commons-logging inside repackaged-dependencies.jar

Nice work. Thanks for checking it out.

I just ran into this, and solved it using the `options` param on both `src` and `dest`. For example: ``` gulp.task('app:build', function () { const options = { cwd: __dirname}...

Moe, I found this thread when looking for something to detect if control key is pressed after a GetObject operation. So in case it helps your problem this is what...