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

Reply via email to