Giter Site home page Giter Site logo

Comments (12)

ajthemacboy avatar ajthemacboy commented on August 22, 2024

This was one of my first thoughts as well: #3

Still looking for a way to do this.

from hose.

softpak avatar softpak commented on August 22, 2024

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. :)

from hose.

ajthemacboy avatar ajthemacboy commented on August 22, 2024

@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?

from hose.

softpak avatar softpak commented on August 22, 2024

OH I know where your problem is.

  1. Put the src.patch file in Spigot-Server folder.
    Something looks like:
    nms-patches
    target
    src
    src.patch
  2. ~> cd src .
  3. Use the command "patch -p1 < ../src.patch" .

Done.

from hose.

ajthemacboy avatar ajthemacboy commented on August 22, 2024

Thanks I will try that. Do I need to use the spigot-app.patch as well?

Sent from my iPhone

On Mar 15, 2016, at 10:19 AM, softpak [email protected] wrote:

OH I know where your problem is.

Put the src.patch file in Spigot-Server folder.
Something looks like:
nms-patches
target
src
src.patch

~> cd src .

Use the command "patch -p1 < ../src.patch" .
Done.


You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#5 (comment)

from hose.

HeroCC avatar HeroCC commented on August 22, 2024

@ajthemacboy, I think you mean spigot-api.patch? Not spigot-app.patch? (Looks like iPhone Autocorrect)

from hose.

ajthemacboy avatar ajthemacboy commented on August 22, 2024

@HeroCC That's what I meant yes.

from hose.

softpak avatar softpak commented on August 22, 2024

Yes, you need to patch and build spigot-api as well.

from hose.

ajthemacboy avatar ajthemacboy commented on August 22, 2024

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!

from hose.

softpak avatar softpak commented on August 22, 2024

Oh my god...
Let me figure it out.

from hose.

softpak avatar softpak commented on August 22, 2024

Please change
<signature>
<groupId>org.codehaus.mojo.signature</groupId>
<artifactId>java16</artifactId>
<version>1.0</version>
</signature>

to

<signature>
<groupId>org.codehaus.mojo.signature</groupId>
<artifactId>java18</artifactId>
<version>1.0</version>
</signature>

in pom.xml and try again.

from hose.

ajthemacboy avatar ajthemacboy commented on August 22, 2024

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?

from hose.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.