Maven Not Installing "dhutils"

Discussion in 'Plugin Development' started by BurnerDiamond, Dec 15, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    BurnerDiamond

    I've been recently trying to install dhutils by @desht, but I've had no luck. It keeps failing and returning this error.

    Code:
    ERROR] Failed to execute goal on project dhutils-prerefactor: Could not resolve dependencies for project me.desht:dhutils-prerefactor:jar:pre: Failure to find org.bukkit:craftbukkit:jar:1.4.5-R0.2 in http://repo.bukkit.org/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of bukkit-repo has elapsed or updates are forced -> [Help 1]
    [ERROR]
    [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
    [ERROR] Re-run Maven using the -X switch to enable full debug logging.
    [ERROR]
    [ERROR] For more information about the errors and possible solutions, please read the following articles:
    [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
    
    Apparently it's not able to find it and this was because of the DMCA take down if I am correct.

    Is there any way to fix this?
     
  2. Offline

    Zombie_Striker

    @BurnerDiamond
    Well, you should ask the creator of the util, since this is a problem with his plugin, and not really bukkit.
     
  3. Offline

    mythbusterma

    @BurnerDiamond

    Has nothing to do with the takedown, it's just that the file isn't being hosted there anymore.
     
  4. Offline

    BurnerDiamond

    Would you have any idea where it is currently hosted?
     
  5. Offline

    mythbusterma

    @BurnerDiamond

    I would doubt it's hosted anywhere. Just build it from source.
     
  6. Offline

    BurnerDiamond

    Would I be able just to use my 1.7.10 version or would that get problems? I can't really retrieve anything due to the take down.
     
  7. Offline

    mythbusterma

    @BurnerDiamond

    Again, DHutils has nothing to do with the takedown. What even is that question?
     
  8. Offline

    BurnerDiamond

    You misunderstood the problem. I know that dhutils has nothing to do with it not being hosted on the website anymore. As you've seen on my first thread it tells me that it requires the 1.4.6 craftbukkit version. I have the 1.7.10 spigot version. Is there any problem with me using the 1.7.10 instead and editing the Pom.xml?

    Secondly would you have any tutorial on how to build it from source? This is my first time using maven so I'm new to this whole building from source thing.
     
  9. Offline

    mythbusterma

    @BurnerDiamond

    So what exactly are you doing? Are you building DHutils from source? Are you making your own plugin? I'm confused.
     
Thread Status:
Not open for further replies.

Share This Page