However I ran into my first encounter with bad error reporting today.
I would get java.exception.NullPointerException on the
Annoying that the part of the css that caused the error wasn't pointed to - the compiler I guess calls some other java css compiler and can't bubble the details into its context.
Oh well, still a pretty easy thing to fix, but I felt like I was back in javascript or php land, commenting out partial pieces of code to find the culprit breaking the build =)
No comments:
Post a Comment