powerflows / powerflows-dmn

Power Flows DMN - Powerful decisions and rules engine
Apache License 2.0
51 stars 6 forks source link

Added simple Kotlin DSL for configuring Powerflows. Resolved #213 #214

Closed stlhrt closed 5 years ago

mariuszkumor commented 5 years ago

Would be good to name commit like the issue: "Implemented Kotlin based DSL for decision configuration. Resolved #213"

mariuszkumor commented 5 years ago

After the last update of your commit I faced an error during a build (mvn install): [ERROR] error: source file or directory not found: C:\workspace\projects\powerflows\powerflows-dmn\dmn-kotlin-dsl\target\generated-sources\annotations

And next lots of warnings like followsing: [WARNING] No documentation for org.powerflows.kotlin.dsl.StaticMethod$name (api.kt:31)

stlhrt commented 5 years ago

Yeah dokka is pretty verbose on member w/o docs

stlhrt commented 5 years ago

Removed the warnings, but ERROR comes from some issue in the plugin, don't know how to fix this nicely atm.