I compiled demo application without problems in the past and today i tried to compile again, but this compilation error occurs:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project spatial-demo: Compilation failure: Compilation failure:
[ERROR] /home/ondro/www/mapsof_ca/spatial-solr-sandbox/spatial-demo/src/main/java/com/spatial4j/demo/app/SearchPage.java:[353,31] error: cannot find symbol
[ERROR] variable grid of type SpatialPrefixTree
[ERROR] /home/ondro/www/mapsof_ca/spatial-solr-sandbox/spatial-demo/src/main/java/com/spatial4j/demo/app/SearchPage.java:[354,47] error: cannot find symbol
[ERROR] /home/ondro/www/mapsof_ca/spatial-solr-sandbox/spatial-demo/src/main/java/com/spatial4j/demo/KMLHelper.java:[83,26] error: cannot find symbol
[ERROR] variable grid of type SpatialPrefixTree
[ERROR] /home/ondro/www/mapsof_ca/spatial-solr-sandbox/spatial-demo/src/main/java/com/spatial4j/demo/KMLHelper.java:[112,66] error: cannot find symbol
[ERROR] /home/ondro/www/mapsof_ca/spatial-solr-sandbox/spatial-demo/src/main/java/com/spatial4j/demo/KMLHelper.java:[175,66] error: cannot find symbol
[ERROR] variable grid of type QuadPrefixTree
[ERROR] /home/ondro/www/mapsof_ca/spatial-solr-sandbox/spatial-demo/src/main/java/com/spatial4j/demo/servlet/GridInfoServlet.java:[146,27] error: cannot find symbol
[ERROR] variable grid of type SpatialPrefixTree
[ERROR] /home/ondro/www/mapsof_ca/spatial-solr-sandbox/spatial-demo/src/main/java/com/spatial4j/demo/servlet/GridInfoServlet.java:[155,41] error: cannot find symbol
I compiled demo application without problems in the past and today i tried to compile again, but this compilation error occurs:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project spatial-demo: Compilation failure: Compilation failure: [ERROR] /home/ondro/www/mapsof_ca/spatial-solr-sandbox/spatial-demo/src/main/java/com/spatial4j/demo/app/SearchPage.java:[353,31] error: cannot find symbol [ERROR] variable grid of type SpatialPrefixTree [ERROR] /home/ondro/www/mapsof_ca/spatial-solr-sandbox/spatial-demo/src/main/java/com/spatial4j/demo/app/SearchPage.java:[354,47] error: cannot find symbol [ERROR] /home/ondro/www/mapsof_ca/spatial-solr-sandbox/spatial-demo/src/main/java/com/spatial4j/demo/KMLHelper.java:[83,26] error: cannot find symbol [ERROR] variable grid of type SpatialPrefixTree [ERROR] /home/ondro/www/mapsof_ca/spatial-solr-sandbox/spatial-demo/src/main/java/com/spatial4j/demo/KMLHelper.java:[112,66] error: cannot find symbol [ERROR] /home/ondro/www/mapsof_ca/spatial-solr-sandbox/spatial-demo/src/main/java/com/spatial4j/demo/KMLHelper.java:[175,66] error: cannot find symbol [ERROR] variable grid of type QuadPrefixTree [ERROR] /home/ondro/www/mapsof_ca/spatial-solr-sandbox/spatial-demo/src/main/java/com/spatial4j/demo/servlet/GridInfoServlet.java:[146,27] error: cannot find symbol [ERROR] variable grid of type SpatialPrefixTree [ERROR] /home/ondro/www/mapsof_ca/spatial-solr-sandbox/spatial-demo/src/main/java/com/spatial4j/demo/servlet/GridInfoServlet.java:[155,41] error: cannot find symbol
Could you please help me with this?