platformlayer / platformlayer

Everything-as-a-service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build failure - CliException missing?

tdbit opened this issue · comments

commented

Maven build error when executing ./bin/install-build.sh

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project keystone-cli: Compilation failure: Compilation failure:
[ERROR] /Users/tomd/platformlayer/auth/keystone-cli/src/main/java/org/platformlayer/keystone/cli/KeystoneCliContext.java:[11,23] cannot find symbol
[ERROR] symbol : class CliException
[ERROR] location: package com.fathomdb.cli
[ERROR] /Users/tomd/platformlayer/auth/keystone-cli/src/main/java/org/platformlayer/keystone/cli/KeystoneCliContext.java:[34,13] cannot find symbol
[ERROR] symbol : class CliException
[ERROR] location: class org.platformlayer.keystone.cli.KeystoneCliContext
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :keystone-cli