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? Yes; you changed the code - but not the version number in the MANIFEST.MF (which is how you tell OSGi that something is different).
So the new world order (now that we have version numbers) is when you modify a plugin we need to increase the version number; it is tough to sort out after the fact what plugins have changed. > 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 was not sure what you were doing here so I just bumped it up a small change. But yes I would like to update them to say 1.2.2. Note we are only updating things that have changed to say 1.2.2; the rest stays the same. > > 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). So can we update the original and have less code duplication? > > > 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 >
_______________________________________________ User-friendly Desktop Internet GIS (uDig) http://udig.refractions.net http://lists.refractions.net/mailman/listinfo/udig-devel
