Created
February 7, 2015 07:43
-
-
Save muga/b4126c40b40128c435a7 to your computer and use it in GitHub Desktop.
Compilation failed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ gradle compileJava | |
:compileJava | |
/Users/muga/works/workspace/embulk-plugin-s3/src/main/java/org/embulk/plugin/s3/S3FileInputPlugin.java:21: error: cannot find symbol | |
import org.embulk.config.ConfigDiff; | |
^ | |
symbol: class ConfigDiff | |
location: package org.embulk.config | |
/Users/muga/works/workspace/embulk-plugin-s3/src/main/java/org/embulk/plugin/s3/S3FileInputPlugin.java:54: error: cannot find symbol | |
import org.embulk.config.ConfigDiff; | |
^ | |
symbol: class ConfigDiff | |
location: package org.embulk.config | |
/Users/muga/works/workspace/embulk-plugin-s3/src/main/java/org/embulk/plugin/s3/S3FileInputPlugin.java:100: error: cannot find symbol | |
public ConfigDiff transaction(ConfigSource config, FileInputPlugin.Control control) | |
^ | |
symbol: class ConfigDiff | |
location: class S3FileInputPlugin | |
/Users/muga/works/workspace/embulk-plugin-s3/src/main/java/org/embulk/plugin/s3/S3FileInputPlugin.java:112: error: cannot find symbol | |
public ConfigDiff resume(TaskSource taskSource, | |
^ | |
symbol: class ConfigDiff | |
location: class S3FileInputPlugin | |
4 errors | |
:compileJava FAILED | |
FAILURE: Build failed with an exception. | |
* What went wrong: | |
Execution failed for task ':compileJava'. | |
> Compilation failed; see the compiler error output for details. | |
* Try: | |
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. | |
BUILD FAILED | |
Total time: 4.688 secs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment