Today I've been iterating on changes in a shared library, and I find it very frustrating that trivial compile errors in the library source just result in "ErrorCollector" stacktraces, with no useful information. For instance, I had some iterations that failed because I was missing an import statement for a class I was referencing. I simply added the import for the missing class, and the error went away. However, I had to realize what class I was missing the import for. I've managed to get Eclipse to tell me when I have basic Groovy syntax errors, but it doesn't tell me if I'm missing an import for a referenced class.
-- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/9ebe8956-4240-4449-a9c8-c00d203035f3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
