Makes sense here, think Jesse was looking into that though ... so we should check with him/let him know.
 
DZ

 
On 7/19/06, Alessio Fabiani <[EMAIL PROTECTED]> wrote:
Hi all,
in the GMLDataStoreFactory there is a calling to the method "toURI()" of the java.net.URL class. The problem is that this method doesn't exist in java 1.4.x but only in java 1.5.x

Can I fix this problem with the following solution:
url.toURI() -> new URI(file.getParent())

--
---------------------------------------------------------
Alessio Fabiani
Software Engineer

http://afabiani.wordpress.com

---------------------------------------------------------

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to