On Tue, Nov 25, 2008 at 12:06 PM, Perry Trolard <[EMAIL PROTECTED]> wrote:
>
> Sorry -- inadvertent send: the Ant task is the first case that's gotta
> work, so I think the best option is to catch the ClassNotFound
> exception, unless there's another alternative I'm not thinking of

I don't have any alternatives to provide, but one potential problem
with relying on a ClassNotFound exception is that there's a
possibility that the class does exist on the classpath but you are
expecting your new implementation to be found before that one. I don't
know if this is the expected behavior, but I just thought I'd throw
that out there for those working on this stuff.

- J.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to