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 compilation error #21

Open
brentsun opened this issue Aug 15, 2018 · 1 comment
Open

mvn compilation error #21

brentsun opened this issue Aug 15, 2018 · 1 comment

Comments

@brentsun
Copy link

hi, I issued mvn install, and hit errors as following, could you help:
[ERROR] /v:/git_github/nem-apps-lib/src/main/java/io/nem/apps/api/NamespaceMosaicsApi.java:[37,88] cannot find symbol
[ERROR] symbol: variable NIS_REST_NAMESPACE_ROOT_PAGE
[ERROR] location: class org.nem.core.connect.client.NisApiId
[ERROR] /v:/git_github/nem-apps-lib/src/main/java/io/nem/apps/api/NamespaceMosaicsApi.java:[60,88] cannot find symbol
[ERROR] symbol: variable NIS_REST_NAMESPACE_MOSAIC_DEFINITION_PAGE
[ERROR] location: class org.nem.core.connect.client.NisApiId
[ERROR] /v:/git_github/nem-apps-lib/src/main/java/io/nem/apps/api/NamespaceMosaicsApi.java:[89,88] cannot find symbol
[ERROR] symbol: variable NIS_REST_NAMESPACE_ROOT_PAGE
[ERROR] location: class org.nem.core.connect.client.NisApiId
[ERROR] /v:/git_github/nem-apps-lib/src/main/java/io/nem/apps/api/NamespaceMosaicsApi.java:[113,41] cannot find symbol
[ERROR] symbol: variable NIS_REST_NAMESPACE_ROOT_PAGE
[ERROR] location: class org.nem.core.connect.client.NisApiId
[ERROR] /v:/git_github/nem-apps-lib/src/main/java/io/nem/apps/api/NamespaceMosaicsApi.java:[134,88] cannot find symbol
[ERROR] symbol: variable NIS_REST_NAMESPACE
[ERROR] location: class org.nem.core.connect.client.NisApiId
[ERROR] /v:/git_github/nem-apps-lib/src/main/java/io/nem/apps/api/NamespaceMosaicsApi.java:[160,41] cannot find symbol
[ERROR] symbol: variable NIS_REST_NAMESPACE_MOSAIC_DEFINITION_PAGE
[ERROR] location: class org.nem.core.connect.client.NisApiId
[ERROR] /v:/git_github/nem-apps-lib/src/main/java/io/nem/apps/api/NamespaceMosaicsApi.java:[209,41] cannot find symbol
[ERROR] symbol: variable NIS_REST_NAMESPACE_MOSAIC_DEFINITION_PAGE
[ERROR] location: class org.nem.core.connect.client.NisApiId
[ERROR] /v:/git_github/nem-apps-lib/src/main/java/io/nem/apps/api/NamespaceMosaicsApi.java:[236,88] cannot find symbol
[ERROR] symbol: variable NIS_REST_NAMESPACE_MOSAIC_DEFINITION_PAGE
[ERROR] location: class org.nem.core.connect.client.NisApiId

@czhiqi
Copy link

czhiqi commented Jan 23, 2019

Add below code to NisApiId.java

/**
 * The /namespace/root/page API
 */
NIS_REST_NAMESPACE_ROOT_PAGE("/namespace/root/page"),

/**
 * The /namespace API
 */
NIS_REST_NAMESPACE("/namespace"),

/**
 * The /namespace/mosaic/definition/page API
 */
NIS_REST_NAMESPACE_MOSAIC_DEFINITION_PAGE("/namespace/mosaic/definition/page"),

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