Skip to content

Commit

Permalink
Improve DEVELOPING formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-jts authored Aug 21, 2017
1 parent d0c0ab1 commit fd34b41
Showing 1 changed file with 19 additions and 11 deletions.
30 changes: 19 additions & 11 deletions DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,28 @@ The JTS build chain uses Maven. Build commands are executed at the project root

It is convenient to define the following Run Configurations:


* **JTS TestRunner** - for executing XML tests:
* **Type:** Java Application
* **Project:** `jts-tests`
* **Main class:** `org.locationtech.jtstest.testrunner.JTSTestRunnerCmd`
* **Program arguments:** `-files validate general`
* **Working directory:** `${workspace_loc:jts-tests/src/test/resources/testxml}`

Field | Value
------|------
Type | Java Application
Project | `jts-tests`
Main class | `org.locationtech.jtstest.testrunner.JTSTestRunnerCmd`
Program arguments | `-files validate general`
Working directory | `${workspace_loc:jts-tests/src/test/resources/testxml}`

* **JTS TestBuilder** - for viewing and processing geometry with JTS
* **Type:** Java Application
* **Project:** `jts-app`
* **Main class:** `org.locationtech.jtstest.testbuilder.JTSTestBuilder`
* **Optional Program arguments:** `-geomfunc <classname> ...`
* **VM args:** `-Xmx1000M`
* **Optional VM args (on Mac):** `-Dswing.defaultlaf=javax.swing.plaf.metal.MetalLookAndFeel` * Working directory: Default

Field | Value
------|------
Type | Java Application
Project | `jts-app`
Main class | `org.locationtech.jtstest.testbuilder.JTSTestBuilder`
Program arguments (optional) | `-geomfunc <classname> ...`
VM args | `-Xmx1000M`
VM args (optional, for Mac) | `-Dswing.defaultlaf=javax.swing.plaf.metal.MetalLookAndFeel`
Working directory | Default

## Testing

Expand Down

0 comments on commit fd34b41

Please sign in to comment.