Skip to content

Fix/grafana plugin error#11043

Merged
HTHou merged 9 commits intoapache:masterfrom
chrisdutz:fix/grafana-plugin-error
Sep 6, 2023
Merged

Fix/grafana plugin error#11043
HTHou merged 9 commits intoapache:masterfrom
chrisdutz:fix/grafana-plugin-error

Conversation

@chrisdutz
Copy link
Copy Markdown
Contributor

resolves #11042

Turns out that on some systems the GOROOT variable wrapps the path in double quotes, but some newer systems these are wrapped by single quotes. So I added a second sed-replace that simply strips the variable of all single quotes.

Besides that I told the tasks in the maven-antrun-plugin configuration to fail the build, if the execution fails, this way we shouldn't miss issues like this in the future.

@HTHou HTHou merged commit 6620646 into apache:master Sep 6, 2023
HTHou pushed a commit that referenced this pull request Sep 27, 2023
* fix: Hopefully fixed the build of the cpp-example on windows systems

* refactor: Made the MQTT Message take Object instead of just String types.

* fix: Made the grafana-plugin build fail, if the ant tasks for compiling fail.
@chrisdutz chrisdutz deleted the fix/grafana-plugin-error branch June 7, 2024 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Building the grafana plugin doesn't work on my machine (and others)

2 participants