Maven deploy, and upload to sourceforge complete
https://sourceforge.net/projects/geotools/files/GeoTools%2026%20Releases/26-RC/
Will continue with geowebcache tomorrow.
--
Jody Garnett
On Sun, 12 Sept 2021 at 17:10, Jody Garnett wrote:
> Okay I think I see the trouble:
>
> [INFO] org.geotools:
Okay I think I see the trouble:
[INFO] org.geotools:gt-release:pom:27-SNAPSHOT
[INFO] +- org.geotools:docs:jar:27-SNAPSHOT:compile
[INFO] | +- commons-io:commons-io:jar:2.10.0:compile
[INFO] | +- org.apache.xmlgraphics:batik-svggen:jar:1.14:compile
It is a direct dependency on gt-docs, so it do
FilenameUtils is used very simply by CSVDataStore:
import org.apache.commons.io.FilenameUtils;
>...
>String extension = FilenameUtils.getExtension(filename);
I do not see it in the release bin download:
cd release
mvn assembly:single
unzip -l target/geotools-27-SNAPSHOT-bin.zip | gre
One regression found working with the bin download:
*% *cd geotools-26-RC
*%* mkdir bin
*%* javac -cp "lib/*" -d bin
src/org/geotools/tutorial/quickstart/Quickstart.java
*%* java -cp "lib/*:bin" org.geotools.tutorial.quickstart.Quickstart
Sep 11, 2021 3:02:16 PM org.geotools.data.FileDataStoreFin