Skip to content

Instantly share code, notes, and snippets.

@tschaub
Last active August 29, 2015 13:56
Show Gist options
  • Save tschaub/9260031 to your computer and use it in GitHub Desktop.
Save tschaub/9260031 to your computer and use it in GitHub Desktop.

Revisions

  1. tschaub revised this gist Feb 27, 2014. 3 changed files with 8 additions and 8 deletions.
    File renamed without changes.
    8 changes: 8 additions & 0 deletions 2-debug-configuration.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    **Main**

    * Project: `web-app`
    * Main class: `org.geoserver.web.Start`

    **Arguments**

    * VM arguments: `-DGEOSERVER_DATA_DIR=/Users/tschaub/projects/geoserver/data/release -Xmx1024m -XX:MaxPermSize=256m`
    8 changes: 0 additions & 8 deletions debug-configuration.md
    Original file line number Diff line number Diff line change
    @@ -1,8 +0,0 @@
    ## Main

    * Project: web-app
    * Main class: org.geoserver.web.Start

    ##Arguments

    * VM arguments: -DGEOSERVER_DATA_DIR=/Users/tschaub/projects/geoserver/data/release -Xmx1024m -XX:MaxPermSize=256m
  2. tschaub revised this gist Feb 27, 2014. 1 changed file with 8 additions and 0 deletions.
    8 changes: 8 additions & 0 deletions debug-configuration.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    ## Main

    * Project: web-app
    * Main class: org.geoserver.web.Start

    ##Arguments

    * VM arguments: -DGEOSERVER_DATA_DIR=/Users/tschaub/projects/geoserver/data/release -Xmx1024m -XX:MaxPermSize=256m
  3. tschaub created this gist Feb 27, 2014.
    12 changes: 12 additions & 0 deletions geoserver-scripting.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    Build GeoTools:

    cd ~/projects/geotools
    mvn clean install -DskipTests -T 4C

    (Skip the `-T 4C` for Maven 2.)

    Build GeoServer and prep Eclipse project:

    cd ~/projects/geoserver/src
    mvn clean install -DskipTests -T 4C
    mvn -P wps,script,script-js eclipse:eclipse