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 at build #11

Closed
wants to merge 10 commits into from

Conversation

switchtrue
Copy link
Contributor

Implementation of #5.

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
Copy link
Contributor Author

Superseded by #12.

@switchtrue switchtrue closed this Mar 11, 2016
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.

1 participant