Re: [Geoserver-devel] Work with IDEA

2020-08-26 Thread Daniel Singh
I use the JettyRunner plugin with this config which has worked for what I’ve needed to do https://imgur.com/a/o2gXYrD From: Jody Garnett Sent: 26 August 2020 15:47 To: maven apache Cc: Geoserver-devel Subject: Re: [Geoserver-devel] Work with IDEA I have some notes from a foss4g workshop, bu

[Geoserver-devel] [JIRA] (GEOS-9721) I am trying to preview a spatial MySql layer but it throws a rendering error. code = "internalError" Rendering process failed

2020-08-26 Thread Ciro Martinez (JIRA)
Ciro Martinez ( https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=5f45de5dfcaf93003bfd3984 ) *created* an issue GeoServer ( https://osgeo-org.atlassian.net/browse/GEOS?atlOrigin=eyJpIjoiMmI3OGU2ODNlYmQ4NGY3Yzk0ZTA3OTZmMjYyMjMxMTYiLCJwIjoiaiJ9 ) / Bug ( https://osgeo-org.atlass

Re: [Geoserver-devel] Work with IDEA

2020-08-26 Thread Jody Garnett
I have some notes from a foss4g workshop, but have not had the time to add to the developer guide. Critical thing is to use Java 8, and then install the error prone plugin for compiling (against java 8). -- Jody Garnett On Wed, 26 Aug 2020 at 01:08, maven apache wrote: > I want to make some cus

[Geoserver-devel] Work with IDEA

2020-08-26 Thread maven apache
I want to make some customization to Geoserver, so I tried to build Geoserver from source at first by following the docs( https://docs.geoserver.org/latest/en/developer/quickstart/intellij.html) 1 First clone the codes, and run `mvn clean install -Dmaven.test.skip=true` in `/geoserver/src director