Hi Jody, > Okay here is where input is needed? What has changed? We need to mark new > modules with 1.2.2 GeoTools did introduce a change requiring us to use new > Range<Double>(Double.class, min, max ). > This effected the following: > - net.refractions.udig.libs: 1.2.2 -> 1.2.2 > - eu.udig.style.jgrass: 1.0.0 -> 1.0.1 > - eu.udig.style.advanced: 1.0.0 -> 1.0.1 > - net.refractions.udig.ui: 1.2.0 --> 1.2.2
I changed those already (the Range thing), did you fetch my latest changes from udig-platform? One question. Should the plugins not refer to the udig version? I.e. I would have brought eu.udig.style.jgrass to 1.2.2 > I notice above that the class Drawing appears in both eu.udig.style.jgrass > and net.refractions.udig.ui? Yes, I did this when I worked on style, because the original Drawing class did some things wrong and I didn't want to break anyone's code. In fact that class should be enhanced one day, in order to get glyphs working properly (the look quite ugly in the layer view if symbols are used). > Notes: > - we are doing this so any plugin that depends on the above notices that > stuff has changed and has to explicitly respond by changing what they accept > as a dependency (unless they are taking the easy way out and not specifying > a version number range). > - the revision is bumped up to the latest uDig release one (technically the > "feature containing the plugin") > _______________________________________________ > 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
