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

Provide a standalone version of the Dynamap code generator. #28

Open
nanreh opened this issue Mar 13, 2020 · 0 comments
Open

Provide a standalone version of the Dynamap code generator. #28

nanreh opened this issue Mar 13, 2020 · 0 comments

Comments

@nanreh
Copy link
Contributor

nanreh commented Mar 13, 2020

For various reasons, we want a workflow where we can run the Dynamap code generator from the commandline or called from a driver script. Currently, this is difficult because we need to build a classpath for the Dynamap code generator and that involves tracking down many jar files.

Ideally, the mvn artifact for Dynamap would include an application jar version of the code generator so we could simply:

java -jar dynamapcodegen.jar <args>

This would make it easy to integrate into the workflow we're adopting.
thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant