1.The following issue happened. Should I install ...
# all-things-deployment
c
1.The following issue happened. Should I install scala manually? Or the command " ./gradlew build" will install it automatically?
Copy code
Execution failed for task ':datahub-frontend:compileScala'.
> Compilation failed
2. After I install scala manually, it apprears the following info:
Copy code
[Error] /datahub/datahub-frontend/build/src/play/routes/router/Routes.scala:23: type CentralLogoutController is not a member of package controllers
[Error] /datahub/datahub-frontend/build/src/play/routes/router/Routes.scala:27: type TrackingController is not a member of package controllers
[Error] /datahub/datahub-frontend/build/src/play/routes/router/Routes.scala:40: type CentralLogoutController is not a member of package controllers
[Error] /datahub/datahub-frontend/build/src/play/routes/router/Routes.scala:44: type TrackingController is not a member of package controllers
b
hey! could you show the whole output when you get this error above:
Copy code
Execution failed for task ':datahub-frontend:compileScala'.
> Compilation failed