Has anyone tried developing plovr in Eclipse? I notice there's a .project and .classpath file in the codebase, so I'm assuming at least someone does. They're a bit crufty in that they reference some older jar dependencies (some older version of junit, etc). However, it seems to at least compile in Eclipse. However, I run into a few issues while running.
Namely, it uses this ResourceReader utility which seems to expect things to all be packed into a jar. Is there a way to just make it reference the file system instead? I tried using the closure-compiler flag, but that seemed to cause other issues. Any ideas?