-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken Logo in Report #149
Comments
Just noticed that the |
can you attach a zip of such a report, pls? |
great idea :-) I should have thought of it sooner... btw: I already tried to trace back the code which copies the ressources and there is nothing suspicious in there... |
hm. I just searched for the plugin jar on my machine, opened it up and tried to view the images. They seem to be already broken within the plugin... |
Still the same problem. My build fetches the plugin from and this jar already contains the broken images... |
It's this snippet in processResources {
inputs.property "version", project.version
filter(org.apache.tools.ant.filters.ReplaceTokens, tokens: [version: project.version])
println "after processResources, version= ${project.version}"
} It's processing the images as text files. I need to skip the filter for images. |
works - thanx! |
On my Win10 machine, I always get a broken logo rendered in the upper right corner of my reports.
I first thought that the logo is missing, but it is there and broken. Different tool complain differently when they are forced to open it.
The logo in the sources hier on github seems to be fine...
The text was updated successfully, but these errors were encountered: