--- Dominique Devienne <[EMAIL PROTECTED]> wrote:

> > A URLResource could then be created using:
> > new URLResource( name, uri,
> handlerClassResourceName );
> >
> > The upside of this approach is the elimination of
> the entire subject of
> > system classloader mutation, and a framework for
> binding custom handlers
> > (which resolves some of the earlier issues raised
> in this thread).
> 
> I have no issue whatsoever with this Steve :-)  --DD

The problem with this approach--specifying the handler
classname to the URLResource constructor--is that it
fails to address the primary requirement that Ant have
a predictable way to resolve a string representation
of a Resource to a properly configured Resource
implementation.  :(

-Matt

> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to