Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite startup scripts #376

Open
vinjana opened this issue Feb 7, 2024 · 0 comments
Open

Rewrite startup scripts #376

vinjana opened this issue Feb 7, 2024 · 0 comments

Comments

@vinjana
Copy link
Contributor

vinjana commented Feb 7, 2024

The roddy.sh are a complete mess, without any structure, while at the same time they are also doing a lot of complicated stuff. Simplify.

  • Consider implementing with Python or even Groovy. Bash sucks.
  • Prepare that startup modes and Roddy options (--optionName) should be all case-insensitive and have the use prefixes discarded. Thus the old annoying --usexy parameters can continue to be used, but in general all documentation and everything ought to use brief camel-case values.
  • Remove compilation code from startup scripts. We have Gradle now. And Gradle should be used for everything (compile, test, release, version bumps; maybe even plugin building, testing, releasing).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant