Re: maplocalleader & vimclojure

2009-09-03 Thread Nik Kolev
not sure whether I am doing something wrong, but for a project with many jar artifacts [1] that have to be classpath-fed to nailgun I need to armwrestle vim(clojure) to start honoring the mappings and calling into vimclojure's (version 2.1.2) guts and onto nailgun... Here's what I mean by armwrest

Re: Lazy Exceptions

2009-08-27 Thread Nik Kolev
Apache's commons-lang library has a utility class that has a decent amount of functionality for dissecting exception stacks/traces (getRootCause() maybe what you want): http://commons.apache.org/lang/api/org/apache/commons/lang/exception/ExceptionUtils.html On Thu, Aug 27, 2009 at 10:03 AM, Tim Sny