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

Verify loaders exist at build. #12

Merged

Conversation

switchtrue
Copy link
Contributor

Implementation of #5. Supersedes #11

Added the new -verifyloaders flag that will validate that the Loader files references in the manifest can be found at build time.

@Palmr I'm not sure 100% on how you do your build. Our ScriptRunner.jar and ScriptRunner directory live inside the source directory so the Loaders should always be resolvable at build time. I'm not sure if this is true for you. As such I have only made it validate if you pass the new flag. However, I can make it always do a warning if you like and only error if you pass this flag - much like my implementation for -nounimplicatedfiles.

@switchtrue switchtrue changed the title Better verify loaders error logging Verify loaders exist at build. Mar 11, 2016
@AledLewis AledLewis merged commit 481741b into Fivium:master May 4, 2017
@AledLewis
Copy link
Contributor

Thanks Mike!

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