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

mvn clean package throws an error #13

Open
abhideodhar opened this issue Jan 30, 2015 · 1 comment
Open

mvn clean package throws an error #13

abhideodhar opened this issue Jan 30, 2015 · 1 comment

Comments

@abhideodhar
Copy link

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

@chiaming2000
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants