-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compile error #142
Comments
try to recompile it with |
it's still like this. |
Same story using the latest code from master? |
Closing issue due to no response / feedback. Unable to reproduce. Please re-open if still exists and can document. |
git log
commit d2ab49a
Merge: 2815a83 1a5ee0d
Author: Alexander Garagatyi agaragatyi@codenvy.com
Date: Fri Dec 25 16:37:40 2015 +0200
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ assembly-ide-war ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/wu560130911/projects/che/assembly-ide-war/target/classes
warning: Supported source version 'RELEASE_6' from annotation processor 'org.jvnet.hudson.annotation_indexer.AnnotationProcessorImpl' less than -source '1.7'
/home/wu560130911/projects/che/assembly-ide-war/src/main/java/org/eclipse/che/api/deploy/ApiModule.java:116: error: cannot find symbol
bindConstant().annotatedWith(Names.named(DockerMachineExtServerLauncher.WS_AGENT_PROCESS_START_COMMAND))
^
symbol: variable WS_AGENT_PROCESS_START_COMMAND
location: class DockerMachineExtServerLauncher
1 error
1 warning
The text was updated successfully, but these errors were encountered: