I can reproduce the failure locally. It seems like the module did not get updated during the Java 11 code sprint.
Looking at Line 549 of Stage 3 of the planning document <https://docs.google.com/spreadsheets/d/1oE6mU4jp-ZL5PebgXf-fuhtf7MY5dzSwPqpMtrzdZ94/edit#gid=2055024842>, *org.geotools.data.complex.config.Types* in *gt-app-schema* was moved to *org.geotools.data.complex.feature.type.Types* in *gt-complex*. Since webservice module isn't included in any of the normal GeoTools builds, this breakage wasn't fixed or noticed. If you change the package name that should fix the issue. Torben On Wed, Feb 20, 2019 at 7:49 AM Imran Rajjad <raj...@gmail.com> wrote: > Hi, > I am trying to build geotools 22 Snapshot, using following command on > Windows 10,JDK8, Maven 3.2.5 > > mvn install -Dall -Pwebservice -DskipTests > > > the build + install fails with below stack > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-compiler-plugin:3.8.0:testCompile > (default-testCompile) on project gt-webservice: Compilation failure: > Compilation failure: > [ERROR] > /D:/git_ws/geotools/modules/unsupported/app-schema/webservice/src/test/java/org/geotools/data/complex/XmlDataStoreTest.java:[40,40] > cannot find symbol > [ERROR] symbol: class Types > [ERROR] location: package org.geotools.data.complex.config > [ERROR] > /D:/git_ws/geotools/modules/unsupported/app-schema/webservice/src/test/java/org/geotools/data/ws/AppSchemaWithBackendDataAccessIntegrationTest.java:[36,40] > cannot find symbol > [ERROR] symbol: class Types > [ERROR] location: package org.geotools.data.complex.config > [ERROR] > /D:/git_ws/geotools/modules/unsupported/app-schema/webservice/src/test/java/org/geotools/data/complex/XmlDataStoreTest.java:[93,20] > cannot find symbol > [ERROR] symbol: variable Types > [ERROR] location: class org.geotools.data.complex.XmlDataStoreTest > [ERROR] > /D:/git_ws/geotools/modules/unsupported/app-schema/webservice/src/test/java/org/geotools/data/ws/AppSchemaWithBackendDataAccessIntegrationTest.java:[74,20] > cannot find symbol > [ERROR] symbol: variable Types > [ERROR] location: class > org.geotools.data.ws.AppSchemaWithBackendDataAccessIntegrationTest > [ERROR] > /D:/git_ws/geotools/modules/unsupported/app-schema/webservice/src/test/java/org/geotools/data/ws/AppSchemaWithBackendDataAccessIntegrationTest.java:[106,37] > cannot find symbol > [ERROR] symbol: variable Types > [ERROR] location: class > org.geotools.data.ws.AppSchemaWithBackendDataAccessIntegrationTest > > regards, > Imran > _______________________________________________ > GeoTools-Devel mailing list > GeoTools-Devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geotools-devel >
_______________________________________________ GeoTools-Devel mailing list GeoTools-Devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geotools-devel