Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] trunc checkout problem

Oh, alright, so the missing FactoryFinder comes from the same problem.
There are other two thing, that I report, since they do not seem to be
realated to geotools:
- libs complains about org.apache.commons.lang.enum (right below there
is a enums)
- Type mismatch: cannot convert from Collection<capture#2-of ? extends
EStructuralFeature> to Collection<EStructuralFeature>
net.refractions.udig.project.edit/src/net/refractions/udig/project/internal/provider
AbstractLazyLoadingItemProvider.java	line 43	
which I do not understand.

Alright, I will try my luck again tomorrow. :)

Cheers
Andrea





Richard Gould probaly wrote:
> Just deploying the trunk geotools jars now :P
> (sorry, only did 2.2.x for the 1.1.x branch earlier)
> 
> On Thu, 21 Jun 2007 00:40:43 +0200
> Andrea Antonello <andrea.antonello@xxxxxxxxx> wrote:
> 
>> I'm trying to prepare eclipse for the trunc code (following
>> http://udig.refractions.net/confluence/display/UDIG/Subversion+Command+Line+Import),
>> but I get an error about:
>>
>> DataUtilities.urlToFile(url);
>>
>> not existing. I would assume it is fishing the wrong geotools, but when
>> it downloads the jars I see 2.4 shapshot written, so I guess it is right.
>>
>> Any idea?
>> Andrea
>>
>> _______________________________________________
>> User-friendly Desktop Internet GIS (uDig)
>> http://udig.refractions.net
>> http://lists.refractions.net/mailman/listinfo/udig-devel
> 


Back to the top