unhuman / ManagerTools

MIT License
0 stars 0 forks source link

Manager Tools

Features

Scripts

Report Notes

Execution

Developer Setup

IntelliJ must add Ivy

  1. Project Structure / Modules
  2. Get Apache Ivy with dependencies
  3. Add both the Ivy binary and all the dependencies of Ivy (lib subfolder)
  4. Note the issues with unit tests and Grape Grab, below

Tests

  1. IntelliJ has problems: No suitable ClassLoader found for grab
    Adding -Dgroovy.grape.enable=false to the test configuration may help.
  2. Command Line, from the src/ directory:
    Run: groovy -Dgroovy.grape.report.downloads=true ../tests/com/unhuman/flexidb/FlexiDBTests.groovy

Developer Notes