Open malchmih opened 9 years ago
Actually, the problem is more serious. I've reproduced it here: https://github.com/malchmih/boot-garden-test. Run boot dev
(probably several times) and you will see the same exception. But there are no resources in the project.
Do you mean multiple times as in "at once"? There have been reports of a similar issue before: https://github.com/martinklepsch/boot-garden/issues/7.
@jeluard du you still experience this every now and then?
No, I mean successively
Does it work for you?
Yes I can still see it sporadically. Also it looks like it depends on other dependencies as when upgrading some of them I can se the exception more or less often.
I only ever saw this issue with boot-garden
so I suspect it's related to garden
itself.
If you set
:output-to
to the file, that's already there (in your resources, for example),(garden)
task fails with the exception like this:It'd be better to catch that case and fail with more user-friendly warning.