Skip to content
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

Closed
wu560130911 opened this issue Dec 26, 2015 · 4 comments
Closed

compile error #142

wu560130911 opened this issue Dec 26, 2015 · 4 comments
Labels
kind/question Questions that haven't been identified as being feature requests or bugs.

Comments

@wu560130911
Copy link

git log
commit d2ab49a
Merge: 2815a83 1a5ee0d
Author: Alexander Garagatyi agaragatyi@codenvy.com
Date: Fri Dec 25 16:37:40 2015 +0200

Merge pull request #141 from codenvy/IDEX-3726

IDEX-3726: adopt ws agent to run it as common machine process

[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

@garagatyi
Copy link

try to recompile it with mvn clean install -U

@wu560130911
Copy link
Author

it's still like this.
[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

@ghost
Copy link

ghost commented Jan 1, 2016

Same story using the latest code from master?

@ddementieva ddementieva added the kind/question Questions that haven't been identified as being feature requests or bugs. label Jan 26, 2016
@TylerJewell
Copy link

Closing issue due to no response / feedback. Unable to reproduce. Please re-open if still exists and can document.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/question Questions that haven't been identified as being feature requests or bugs.
Projects
None yet
Development

No branches or pull requests

4 participants