Samo Dadela ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=712020%3Ac5ea42fd-4c28-4c3e-afee-02bd7c5c8c5f
 ) *created* an issue

GeoServer ( 
https://osgeo-org.atlassian.net/browse/GEOS?atlOrigin=eyJpIjoiMjNlYTc1OTNlMzRkNDQzYTk0YWMwZmE4NzA0YWM5ZmQiLCJwIjoiaiJ9
 ) / Bug ( 
https://osgeo-org.atlassian.net/browse/GEOS-11031?atlOrigin=eyJpIjoiMjNlYTc1OTNlMzRkNDQzYTk0YWMwZmE4NzA0YWM5ZmQiLCJwIjoiaiJ9
 ) GEOS-11031 ( 
https://osgeo-org.atlassian.net/browse/GEOS-11031?atlOrigin=eyJpIjoiMjNlYTc1OTNlMzRkNDQzYTk0YWMwZmE4NzA0YWM5ZmQiLCJwIjoiaiJ9
 ) Cannot compile/run geoserver from main ( 
https://osgeo-org.atlassian.net/browse/GEOS-11031?atlOrigin=eyJpIjoiMjNlYTc1OTNlMzRkNDQzYTk0YWMwZmE4NzA0YWM5ZmQiLCJwIjoiaiJ9
 )

Issue Type: Bug Assignee: Unassigned Created: 16/Jun/23 11:03 AM Priority: 
Medium Reporter: Samo Dadela ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=712020%3Ac5ea42fd-4c28-4c3e-afee-02bd7c5c8c5f
 )

I wanted to compile/run geoserver locally (on Linux in IntelliJ IDEA) to 
troubleshoot GEOS-11028 ( https://osgeo-org.atlassian.net/browse/GEOS-11028 ) 
Open. Followed the developer guide.

When I try to start the app, I get compilation errors in the wcs1_1 module.

First problem is a missing import for Node in AbstractContentNode.

Since AbstractContentNode doesn’t seem to be used anywhere i tried to delete 
it. But the I get errors in RangeSubsetKeyParser.java. All those imports are 
unknown.

import org.geoserver.wcs.kvp.rangesubset.ASTAxisId;

import org.geoserver.wcs.kvp.rangesubset.ASTAxisSubset;

import org.geoserver.wcs.kvp.rangesubset.ASTFieldId;

import org.geoserver.wcs.kvp.rangesubset.ASTFieldSubset;

import org.geoserver.wcs.kvp.rangesubset.ASTInterpolation;

import org.geoserver.wcs.kvp.rangesubset.ASTKey;

import org.geoserver.wcs.kvp.rangesubset.ASTRangeSubset;

import org.geoserver.wcs.kvp.rangesubset.Node;

import org.geoserver.wcs.kvp.rangesubset.RangeSubsetParser;

import org.geoserver.wcs.kvp.rangesubset.RangeSubsetParserVisitor;

import org.geoserver.wcs.kvp.rangesubset.SimpleNode;

Tried to unload wcs1_1 but it seems it is a required module.

I also tried to use branch 2.23.x but there are even more problems 😉

( 
https://osgeo-org.atlassian.net/browse/GEOS-11031#add-comment?atlOrigin=eyJpIjoiMjNlYTc1OTNlMzRkNDQzYTk0YWMwZmE4NzA0YWM5ZmQiLCJwIjoiaiJ9
 ) Add Comment ( 
https://osgeo-org.atlassian.net/browse/GEOS-11031#add-comment?atlOrigin=eyJpIjoiMjNlYTc1OTNlMzRkNDQzYTk0YWMwZmE4NzA0YWM5ZmQiLCJwIjoiaiJ9
 )

Get Jira notifications on your phone! Download the Jira Cloud app for Android ( 
https://play.google.com/store/apps/details?id=com.atlassian.android.jira.core&referrer=utm_source%3DNotificationLink%26utm_medium%3DEmail
 ) or iOS ( 
https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=EmailNotificationLink&mt=8
 ) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100227- 
sha1:5147d46 )
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to