Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: JGrass on trunk from now on (was Re: [udig-devel] Re: [Geotools-devel] Converting java.net.URLs to java.io.Files)


Jody Garnett probaly wrote:
> Andrea Antonello wrote:
>> Adrian, Cory,
>> thanks for your replies and I'm glad you agree.
>>
>> I just moved to trunk and I have really few bug because of the port,
>> beautyfull job guys!! :)
>>
>> I don't dare to solve them however, since my problems of yesterday in
>> the udig source remain:
>> - missing org.geotools.referencing.FactoryFinder
>>   
> Opps that one is mine - ReferencingFactoryFinder now :-D
> - http://docs.codehaus.org/display/GEOTOOLS/Upgrade+to+2.4
>> - libs complains about org.apache.commons.lang.enum (right below there
>> is a enums)
>>   
> Apparently richard fixed this.
>> - 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   
>>   
> I don't have this error - but I am on Java 6 (bad jody).
>> Any idea on how to solve that so that I can complete my jump into trunk?

That we solved also yesterday. I'm also on java 1.6, but I guess it was
some strange eclipse limitation.

Collection<EStructuralFeature> had to get Collection<? extends
EStructuralFeature>

> Can you write back on the state of things today? Things look good from
> here...

Will be a funny day, I assume :)
(see my other mails)

Cheers
Andrea


> Jody
> 


Back to the top