Re: [Geotools-devel] issue with adding imagemosaic-jdbc to supported

2008-09-23 Thread Jody Garnett
Martin Desruisseaux wrote: > Justin Deoliveira a écrit : > >> Doing the 2.5.0 release i ran into a minor issue with the newly added >> imagemosaic-jdbc module. It depends on gt-coverageio which is >> unsupported. So to include it in the release we would have to include >> coverageio... which

Re: [Geotools-devel] issue with adding imagemosaic-jdbc to supported

2008-09-23 Thread Martin Desruisseaux
Justin Deoliveira a écrit : > * remove references to coverageio in the javadocs ... (not sure how hard > this one will be) Adding "org.geotools.coverage.io:*org.geotools.image.io*" in the (or something similar) section of the javadoc configuration in pom.xml should be suffisient. I'm not sure

Re: [Geotools-devel] issue with adding imagemosaic-jdbc to supported

2008-09-23 Thread Justin Deoliveira
Good news! With the help of Simone it appears that the coverageio dependency is actually not needed. So simply removing it does the trick nicely. Justin Deoliveira wrote: > Hi Martin, > > Thanks for clarifying. So I think long term we should upgrade the parts > coverageio that are used to supp

Re: [Geotools-devel] issue with adding imagemosaic-jdbc to supported

2008-09-23 Thread Justin Deoliveira
Hi Martin, Thanks for clarifying. So I think long term we should upgrade the parts coverageio that are used to supported... given that they are relatively static. However I think for the short term relaxing our policy about including "private" modules in the build is a compromise for a few re

Re: [Geotools-devel] issue with adding imagemosaic-jdbc to supported

2008-09-23 Thread Martin Desruisseaux
Justin Deoliveira a écrit : > Doing the 2.5.0 release i ran into a minor issue with the newly added > imagemosaic-jdbc module. It depends on gt-coverageio which is > unsupported. So to include it in the release we would have to include > coverageio... which goes against our plan of excluding uns

[Geotools-devel] issue with adding imagemosaic-jdbc to supported

2008-09-23 Thread Justin Deoliveira
Hi all, Doing the 2.5.0 release i ran into a minor issue with the newly added imagemosaic-jdbc module. It depends on gt-coverageio which is unsupported. So to include it in the release we would have to include coverageio... which goes against our plan of excluding unsupported modules. So... tw