Fix compilation process and allow arbitrary install locations#73
Open
creator1creeper1 wants to merge 2 commits intodigama0:masterfrom
Open
Fix compilation process and allow arbitrary install locations#73creator1creeper1 wants to merge 2 commits intodigama0:masterfrom
creator1creeper1 wants to merge 2 commits intodigama0:masterfrom
Conversation
Owner
|
This seems fine to me, but as you can probably tell these batch files have not been used in years and I cannot maintain them as is. Do the existing build processes (using either Ant or Maven) not work for you? |
Author
|
I simply followed the INSTALL.md guide and that only mentioned the batch file. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I wanted to install
mmj2on my computer and I had to make these changes in order to make the compilation work. First of all, I had to update all the class lists, and second of all, I needed to allow arbitrary install locations in the install scripts.