Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] update from stable -> 1.2-M4

Hi,

I tried to make refresh plugin, and yes i can see geotools jar's
inside udig.lib, but
problem is that those geotools jars does not contain at least FeatureType and
FeatureTypeBuilder, and FeatureTypeFactory classes..

- Artsi

2009/5/28 Arto Pastinen <arto.pastinen@xxxxxxxxx>:
> Hi, actually no i havent try to make refresh build, just copy old rcp
> application, and updated
> dependencies to MANIFEST, but i also tried to grep FeatureTypeBuilder:
>
> ~/workspace-eclipse-3.4.2/udig-sdk-1.2-M4/plugins/net.refractions.udig.libs_1.2.0/lib$
> for i in `ls`; do jar tf $i | grep FeatureTypeBuilder; done
> org/geotools/feature/simple/SimpleFeatureTypeBuilder.class
> ~/workspace-eclipse-3.4.2/udig-sdk-1.2-M4/plugins/net.refractions.udig.libs_1.2.0/lib$
>
> I will try to do refresh application, but now i must go to do some
> sport, go to evening..
>
> c'ya, Artsi
>
> 2009/5/28 andrea antonello <andrea.antonello@xxxxxxxxx>:
>> Hi Artsi,
>>
>>> I just downloaded 1.2-M4, and set it to target platform and installed
>>> my appliction to new environment,
>>
>> I assume you mean the sdk, right?
>>
>>> but now i get some errors about missing classes.
>>> For example one is FeatureTypeBuilder.
>>> There is:
>>> org/geotools/feature/simple/SimpleFeatureTypeBuilder.class
>>> in gt-main-2.6-SNAPSHOT.jar, but there is also FeatureTypeBuilder in
>>> geotools 2.6 javadoc:
>>> http://javadoc.geotools.fr/2.6/org/geotools/feature/FeatureTypeBuilder.html
>>>
>>> What should i use? Also same kind problem with FeatureType etc.
>>
>> that is strange, it seems to not see the sdk's libs plugin of udig. I
>> tried the same a yesterday and didn't have issues.
>>
>> Did you already try to make a full rebuild through the clean entry
>> from the project menu?
>> Do you see the geotools libraries inside the udig libs plugin (from
>> the plugins view)?
>>
>> Andrea
>>
>>
>>
>>>
>>> Thanx, Artsi
>>> _______________________________________________
>>> 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