We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After downloading latest kinetic-java simulator, I am seeing this error on compilation in WIndows:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3. 0:compile (default-compile) on project kinetic-client: Compilation failure: Comp ilation failure: [ERROR] /C:/Users/dabhijit/git/kinetic-java/kinetic-client/src/main/java/kinetic /client/ClientConfiguration.java:[127,13] cannot find symbol [ERROR] symbol: class ConnectionListener [ERROR] location: class kinetic.client.ClientConfiguration [ERROR] /C:/Users/dabhijit/git/kinetic-java/kinetic-client/src/main/java/kinetic /client/ClientConfiguration.java:[564,39] cannot find symbol [ERROR] symbol: class ConnectionListener [ERROR] location: class kinetic.client.ClientConfiguration [ERROR] /C:/Users/dabhijit/git/kinetic-java/kinetic-client/src/main/java/kinetic /client/ClientConfiguration.java:[574,12] cannot find symbol [ERROR] symbol: class ConnectionListener [ERROR] location: class kinetic.client.ClientConfiguration
The text was updated successfully, but these errors were encountered:
Thanks for the feedback. Apologies for the mistake.
It is committed and fixed in the repo. Please do a pull and try again.
chiaming
On Fri, Jan 30, 2015 at 3:37 AM, abhideodhar notifications@github.com wrote:
After downloading latest kinetic-java simulator, I am seeing this error on compilation in WIndows: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3. 0:compile (default-compile) on project kinetic-client: Compilation failure: Comp ilation failure: [ERROR] /C:/Users/dabhijit/git/kinetic-java/kinetic-client/src/main/java/kinetic /client/ClientConfiguration.java:[127,13] cannot find symbol [ERROR] symbol: class ConnectionListener [ERROR] location: class kinetic.client.ClientConfiguration [ERROR] /C:/Users/dabhijit/git/kinetic-java/kinetic-client/src/main/java/kinetic /client/ClientConfiguration.java:[564,39] cannot find symbol [ERROR] symbol: class ConnectionListener [ERROR] location: class kinetic.client.ClientConfiguration [ERROR] /C:/Users/dabhijit/git/kinetic-java/kinetic-client/src/main/java/kinetic /client/ClientConfiguration.java:[574,12] cannot find symbol [ERROR] symbol: class ConnectionListener [ERROR] location: class kinetic.client.ClientConfiguration — Reply to this email directly or view it on GitHub #13.
— Reply to this email directly or view it on GitHub #13.
Sorry, something went wrong.
No branches or pull requests
After downloading latest kinetic-java simulator, I am seeing this error on compilation in WIndows:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.
0:compile (default-compile) on project kinetic-client: Compilation failure: Comp
ilation failure:
[ERROR] /C:/Users/dabhijit/git/kinetic-java/kinetic-client/src/main/java/kinetic
/client/ClientConfiguration.java:[127,13] cannot find symbol
[ERROR] symbol: class ConnectionListener
[ERROR] location: class kinetic.client.ClientConfiguration
[ERROR] /C:/Users/dabhijit/git/kinetic-java/kinetic-client/src/main/java/kinetic
/client/ClientConfiguration.java:[564,39] cannot find symbol
[ERROR] symbol: class ConnectionListener
[ERROR] location: class kinetic.client.ClientConfiguration
[ERROR] /C:/Users/dabhijit/git/kinetic-java/kinetic-client/src/main/java/kinetic
/client/ClientConfiguration.java:[574,12] cannot find symbol
[ERROR] symbol: class ConnectionListener
[ERROR] location: class kinetic.client.ClientConfiguration
The text was updated successfully, but these errors were encountered: