DaanHoogland commented on PR #7134: URL: https://github.com/apache/cloudstack/pull/7134#issuecomment-1404881469
before running ``` mvn -P developer -pl developer -Ddeploydb ``` did you run ``` mvn clean install -D simulator -Pdeveloper ``` Also you say you installed from a packages dir, but you should clone the repository and do the build command above first. > > btw, this question would be an exelent example to put on the dev list ;) > > what is dev list...?sweat_smile this one: > For generic questions the [maillist](mailto:[email protected]) is best. mailto:[email protected] > and these are the two ways i followed from development 101 in docs [one for linux setting up env](https://cwiki.apache.org/confluence/display/CLOUDSTACK/Setting+up+CloudStack+Development+Environment+on+Linux) and another [for build cloudstack](https://cwiki.apache.org/confluence/display/CLOUDSTACK/How+to+build+CloudStack#HowtobuildCloudStack-Dependencies) in this the links pointing out in dependencies are not leading me anywhere > You can forget about the dependencies for now. later if you want to support these you can include them. For this feature they are not needed. > and there was no step saying i have to manually download dependencies like [cloudutils](https://github.com/apache/cloudstack/packages/55879) and [cloudserver](https://github.com/apache/cloudstack/packages/55882) i am not sure if this is how it was intended to be or diff saying here for reference... if its not how it should be i am willing to help/try to change it a bit ig this is not true, I wonder where you read that. These packages are part of the project and should be build with the command above. i.e. `mvn clean install -D simulator -Pdeveloper` -- 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]
