-
Notifications
You must be signed in to change notification settings - Fork 27
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
Non IDE Requiring Build Instructions #5
Comments
This was one of my first thoughts as well: #3 Still looking for a way to do this. |
The way to build this project without IDE tool is to patch it then run "mvn build" in the Spigot-Server folder that has the pom.xml file. You need to install maven3 first. The reason I use the IDE tool is hoping you can read the code no matter how many code you can read but just reading it god damn it. :) |
@softpak I think we know how to build the project without the IDE. We just don't know how to patch the source without the IDE. I'm on Linux so I have the "patch" command available. Edit: Or maybe we're supposed to put the src.patch file in a certain folder, and then build Spigot? |
OH I know where your problem is.
Done. |
Thanks I will try that. Do I need to use the spigot-app.patch as well? Sent from my iPhone
|
@ajthemacboy, I think you mean spigot-api.patch? Not spigot-app.patch? (Looks like iPhone Autocorrect) |
@HeroCC That's what I meant yes. |
Yes, you need to patch and build spigot-api as well. |
I successfully patched and built Spigot-API, but Spigot-Server fails to compile: https://gist.github.com/ajthemacboy/96e0f2e725c90fe17fd9 Thank you for all your help! |
Oh my god... |
Please change to
in pom.xml and try again. |
It failed again. Here's the log: https://www.dropbox.com/s/7c2ujnm2u98ffq1/log.txt?dl=0 (So large Chrome froze when I tried to paste it..) Here's the pom.xml: http://i.imgur.com/O5E79l3.png I believe I changed pom.xml correctly, didn't I? |
I want to script the build process to make it automatic, but you can't script the IDE to build it. Is there a way to build hose without using an IDE? I think the releases here aren't supposed to be distributed because of the DMCA a while back.
The text was updated successfully, but these errors were encountered: