Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] Re: [Geotools-devel] Converting java.net.URLs to java.io.Files

Alright, I guess it is really time that I step back to use the source
code instead of that so nice and loved sdk :)
Can you make light on a doubt I have?
If I want to work with the latest geotools version, should I now pick up
trunc? i didn't understand exactly if trunc migration is now on gt2.4
and if it ihas finished. Is there somewhere a updated picture of what
the status is?

Andrea




Richard Gould probaly wrote:
> Oops. I forgot to re-deploy the GeoTools jars. They're being uploaded now. If you clean your libs plug-in in about 30 minutes, it should all work.
> 
> I made URLUtils in uDig redirect to DataUtilities in GeoTools so that this very important method is more likely to be stumbled upon this way :)
> 
> Richard
> 
> On Wed, 20 Jun 2007 10:50:58 +0200
> Andrea Antonello <andrea.antonello@xxxxxxxxx> wrote:
> 
>> I suppose I miss something:
>>
>> 1) http://docs.codehaus.org/display/GEOT/5.1.6+Converting+URLs+to+Files
>> uses DataUtilities of org.geotools.data, which does not have a urlToFile
>> method. At least not the udig 1.1.x version
>>
>> 2)
>> http://udig.refractions.net/confluence/display/DEV/5.1+Converting+URLs+to+Files
>> uses
>> File f = URLUtils.urlToFile(url);
>> Again, no urlToFile method. At least not the udig 1.1.x version
>>
>> I agree that this method would be very usefull.
>>
>> Andrea
>>
>>
>>
>> Richard Gould probaly wrote:
>>> I'm sticking it in DataUtilities and I will add this to the coding conventions. 
>>>
>>> On the GeoTools wiki: http://docs.codehaus.org/display/GEOT/5.1.6+Converting+URLs+to+Files
>>> And I created a section on the uDig Wiki for Coding Conventions:
>>> http://udig.refractions.net/confluence/display/DEV/5.+Coding+Conventions
>>>
>>> Richard
>>>
>>> On Mon, 18 Jun 2007 16:11:54 -0700
>>> Jody Garnett <jgarnett@xxxxxxxxxxxxxxx> wrote:
>>>
>>>> Nice catch Richard - you could add this method to DataUtilities :-)
>>>>
>>>> Jody
>>>>
>>>> -------------------------------------------------------------------------
>>>> This SF.net email is sponsored by DB2 Express
>>>> Download DB2 Express C - the FREE version of DB2 express and take
>>>> control of your XML. No limits. Just data. Click to get it now.
>>>> http://sourceforge.net/powerbar/db2/
>>>> _______________________________________________
>>>> Geotools-devel mailing list
>>>> Geotools-devel@xxxxxxxxxxxxxxxxxxxxx
>>>> https://lists.sourceforge.net/lists/listinfo/geotools-devel
>>> _______________________________________________
>>> User-friendly Desktop Internet GIS (uDig)
>>> http://udig.refractions.net
>>> http://lists.refractions.net/mailman/listinfo/udig-devel
>>>
>> _______________________________________________
>> User-friendly Desktop Internet GIS (uDig)
>> http://udig.refractions.net
>> http://lists.refractions.net/mailman/listinfo/udig-devel
> 


Back to the top