Leo Simons wrote:

>Steve (et al), 
>
>Merlin (2) depends on the java.net.URI class, which wasn't introduced
>until JDK 1.4. This means it will no longer compile against 1.3 (or
>earlier); I consider this a major problem as that means I cannot use it
>in our production environment. 
>
>I think things should be moved to use the java.net.URL class. I tried to
>do so simply by replacing all uses of URI with URL, which won't work
>because of the use of the resolve()/relativize() methods inside URI (see
>CVS). I'm not sure how to proceed here.......
>


Zutt ...
I was not aware the the URI class was linked to 1.4 - I'll look into 
this now.
Cheers, Steve.


>
>regards,
>
>Leo
>
>
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>  
>

-- 

Stephen J. McConnell

OSM SARL
digital products for a global economy
mailto:[EMAIL PROTECTED]
http://www.osm.net




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

Reply via email to