Open muffl0n opened 10 years ago
In #208 I proposed a change to let the build break if ignoreMissingResources is set to false. It ignoreMissingResources it still just outputs an error and let's the build succeed.
@muffl0n This issue has moved to a new repository: https://github.com/wro4j/wro4j/issues/901
I had the strange error that, though there were no hashes saved in "build.properties", no css files were generated. After some debugging I found that an exception was logged in ResourceChangeHandler. Unfortunately this error was logged in level debug. I created #206 to change this.
After looking at the exception I quickly found the error: My project directory contains ",". This is because the job in Jenkins is named like this: "Deploy webapp to preview, staging, live". This string is then splitted and produces this error:
I'm not exactly sure how to solve this. At least outputting the exception on level error would help others to see that there is something wrong.