You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When cactus redirects output to the temporary folder log file, it loses important information. For example, the messages below should really go to both the log file and standard error (or standard out), because the invocation seems to succeed otherwise, when it actually did nothing.
[INFO] --- cactus-maven-plugin:1.5.24:git-pull-request (default-cli) @ telenav-build ---
[INFO] Ignoring matched checkout cactus for pull request - because we are matching the branch feature/testing but it is on the branch develop
[INFO] Ignoring matched checkout cactus-assets for pull request - because we are matching the branch feature/testing but it is on the branch publish
[INFO] Ignoring matched checkout kivakit for pull request - because we are matching the branch feature/testing but it is on the branch develop
[INFO] Ignoring matched checkout kivakit-assets for pull request - because we are matching the branch feature/testing but it is on the branch publish
[INFO] Ignoring matched checkout kivakit-examples for pull request - because we are matching the branch feature/testing but it is on the branch develop
[INFO] Ignoring matched checkout kivakit-extensions for pull request - because we are matching the branch feature/testing but it is on the branch develop
[INFO] Ignoring matched checkout kivakit-stuff for pull request - because we are matching the branch feature/testing but it is on the branch develop
[INFO] Ignoring matched checkout lexakai for pull request - because we are matching the branch feature/testing but it is on the branch develop
[INFO] Ignoring matched checkout lexakai-annotations for pull request - because we are matching the branch feature/testing but it is on the branch develop
[INFO] Ignoring matched checkout lexakai-assets for pull request - because we are matching the branch feature/testing but it is on the branch publish
[INFO] Ignoring matched checkout mesakit for pull request - because we are matching the branch feature/testing but it is on the branch develop
[INFO] Ignoring matched checkout mesakit-assets for pull request - because we are matching the branch feature/testing but it is on the branch publish
[INFO] Ignoring matched checkout mesakit-examples for pull request - because we are matching the branch feature/testing but it is on the branch develop
[INFO] Ignoring matched checkout mesakit-extensions for pull request - because we are matching the branch feature/testing but it is on the branch develop
[INFO] Ignoring matched checkout telenav-superpom for pull request - because we are matching the branch feature/testing but it is on the branch develop
[INFO] Will include telenav-build in the pull request set, on branch feature/testing
[WARNING] Every checkout matched already has an open, mergeable PR. Nothing to do.
The text was updated successfully, but these errors were encountered:
I cannot tell what changes in BuildLog, since it looks like the entire source file has had its class members sorted. Please don't do that on code that already has a git history.
sure fair enough, but we need to agree on how new files should be sorted initially then, don't you think? a random ordering makes classes pretty messy.
When cactus redirects output to the temporary folder log file, it loses important information. For example, the messages below should really go to both the log file and standard error (or standard out), because the invocation seems to succeed otherwise, when it actually did nothing.
The text was updated successfully, but these errors were encountered: