DaanHoogland commented on pull request #4774:
URL: https://github.com/apache/cloudstack/pull/4774#issuecomment-1068074449
@soreana you've got a build error:
```
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/jenkins/workspace/acs-centos7-pkg-builder/dist/rpmbuild/BUILD/cloudstack-4.17.0.0-SNAPSHOT/server/src/main/java/com/cloud/acl/DomainChecker.java:[128,39]
error: cannot find symbol
symbol: variable ACCOUNT_TYPE_NORMAL
location: interface Account
[ERROR]
/jenkins/workspace/acs-centos7-pkg-builder/dist/rpmbuild/BUILD/cloudstack-4.17.0.0-SNAPSHOT/server/src/main/java/com/cloud/acl/DomainChecker.java:[128,90]
error: cannot find symbol
symbol: variable ACCOUNT_TYPE_PROJECT
location: interface Account
[ERROR]
/jenkins/workspace/acs-centos7-pkg-builder/dist/rpmbuild/BUILD/cloudstack-4.17.0.0-SNAPSHOT/server/src/main/java/com/cloud/acl/DomainChecker.java:[130,46]
error: cannot find symbol
symbol: variable ACCOUNT_TYPE_DOMAIN_ADMIN
location: interface Account
[ERROR]
/jenkins/workspace/acs-centos7-pkg-builder/dist/rpmbuild/BUILD/cloudstack-4.17.0.0-SNAPSHOT/server/src/main/java/com/cloud/acl/DomainChecker.java:[130,103]
error: cannot find symbol
symbol: variable ACCOUNT_TYPE_RESOURCE_DOMAIN_ADMIN
location: interface Account
[ERROR]
/jenkins/workspace/acs-centos7-pkg-builder/dist/rpmbuild/BUILD/cloudstack-4.17.0.0-SNAPSHOT/server/src/main/java/com/cloud/acl/DomainChecker.java:[203,54]
error: cannot find symbol
symbol: variable ACCOUNT_TYPE_ADMIN
location: interface Account
[ERROR]
/jenkins/workspace/acs-centos7-pkg-builder/dist/rpmbuild/BUILD/cloudstack-4.17.0.0-SNAPSHOT/server/src/main/java/com/cloud/api/query/QueryManagerImpl.java:[3874,38]
error: cannot find symbol
symbol: variable ACCOUNT_TYPE_ADMIN
location: interface Account
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]