TheRoddyWMS / Roddy

The Roddy workflow development and management system.
http://roddy-documentation.readthedocs.io
MIT License
8 stars 3 forks source link

If compileplugin is used and there is no Roddy.jar in dist/bin/develop, compilation will not work and will not show an error. #206

Closed dankwart-de closed 6 years ago

vinjana commented 6 years ago

Solution: Execute compile roddy (gradlew build) before?

dankwart-de commented 6 years ago

I need to put in a check if the Roddy.jar ist available. Just compiling Roddy will not always work AND you might not have write access. So better check and fail and let the user react.

dankwart-de commented 6 years ago

See #216