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

Use environment variable VERTX_MODS if set. #21

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Use environment variable VERTX_MODS if set. #21

wants to merge 2 commits into from

Conversation

adrianluisgonzalez
Copy link

Set the system property vertx.mods from the environment variable VERTX_MODS if it exists.

@adrianluisgonzalez
Copy link
Author

Any feedback on this?

@purplefox
Copy link
Member

What's the motivation for this?

When running tests don't we always want the modules to be picked up from build/mods?

@adrianluisgonzalez
Copy link
Author

Should it use module.links too the same way runMod does? Also, I just added a commit to add platform_lib folders to the classpath.

It just feels inconsistent with the way runMod works....

@adrianluisgonzalez
Copy link
Author

Also, if testing a multi module project you will run into problems if you don't use a shared mods directory right?

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

Successfully merging this pull request may close these issues.

2 participants