m-dhellin commented on PR #8251: URL: https://github.com/apache/cloudstack/pull/8251#issuecomment-3946329362
Hello there, we are working on experimental changes on other branches and then we merge on the PR’s branch. While I was testing the plugin, I faced an error. Before starting to dig into the issue, I thought that it could be better to be up-to-date with the main branch. So I updated the main branch and merged it into my working branch but it was no longer compiling. Then I tried to compile the main branch with `mvn install -f pom.xml -DskipTests -Dcheckstyle.skip=true` but it failed. Each time I launched the command the compilation went further and previously failing-to-compile projects were starting to compile. To understand better what was happening, I had a look at these pages : https://cloudstack.apache.org/developers/ https://cwiki.apache.org/confluence/display/CLOUDSTACK/Setting+up+CloudStack+Development+Environment+on+Linux So I tried `mvn clean` and then `mvn clean install -P developer,systemvm` but it kept failing on `cloud-framework-managed-context`. I ended up with two questions : - should the main branch compile ? - is there a tutorial on how to update from the main branch on a daily basis ? -- 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]
