A coworker of mine is having some weird trouble running the java server on OS X, and since I lack experience with that os I'd like to see if someone here could offer pointers:
After building the server from a clean svn checkout (rev 707829) and starting the server with mvn -Prun the sample container fails to render any gadget. The problem (judging from the stack trace) is that the features/features.txt file can't be found and thus initialization of the servlet fails. Now, the weird part of this is that the same version runs correctly on my machine. Also, another coworked built and packaged another (modified) version of the code, using a different servlet container, and that works on the OS X machine. Thus, I'm guessing this might be a jetty issue on OS X, but I'm at a loss on where to look for problems there. Any help would be appreciated.

