Tommy Chheng
Tommy Chheng
I'm on sierras ``` →$./buckw --version buck version 2221f806fe81b4b639d4e4b5d1eacc5ff5f9a6cc ```
``` java_library( name = 'apt_jar_debug', deps = [ '//.okbuck/cache:com.google.auto.auto-common-0.6.jar', '//.okbuck/cache:com.google.auto.service.auto-service-1.0-rc2.jar', '//.okbuck/cache:com.google.auto.value.auto-value-1.3.jar', '//.okbuck/cache:com.google.dagger.dagger-2.8.jar', '//.okbuck/cache:com.google.dagger.dagger-compiler-2.8.jar', '//.okbuck/cache:com.google.dagger.dagger-producers-2.8.jar', '//.okbuck/cache:com.google.guava.guava-20.0-rc1.jar', '//.okbuck/cache:com.ryanharter.auto.value.auto-value-parcel-0.2.5.jar', '//.okbuck/cache:com.ryanharter.auto.value.auto-value-parcel-adapter-0.2.5.jar', '//.okbuck/cache:com.squareup.javapoet-1.8.0.jar', '//.okbuck/cache:javax.inject.javax.inject-1.jar', '//.okbuck/cache:org.apache.commons.commons-lang3-3.4.jar', ], ) android_resource( name = 'res_main', package = 'com.github.piasy.bootstrap.base', resource_union...
I deleted all the BUCK files and the buck-out, .okbuck and .buckd; re-generated buck with ./gradlew :buckWrapper same error I did manually replace: ``` annotation_processors = [ 'dagger.internal.codegen.ComponentProcessor', ], ```...
So I forked this branch from AWS to make it run on Ruby 1.9. Can you check to see if the official one supports Ruby 1.9 and Ruby 2.0? If...
Is this report for the official EMR release or this fork?
You might want to post this ticket to their issue tracker then, alternatively, you can try this fork which is 1.9 comp. Hasn't been 2.0 tested yet.
hi, what parameters did you run with --create?
What is haarXml? It should be a string path.
can you post a failing unit test i can run easily?
Have you tried specifying the filename as a string instead of an inputstream? ``` Detector detector = new Detector("./file.xml"); ```