jd.bukkit.org down?

Discussion in 'Plugin Development' started by wristdirect, Oct 17, 2012.

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

    wristdirect

    Anyone else not able to access jd.bukkit.org? Just making sure it's nothing weird on my end.
     
  2. Offline

    Timr

  3. Offline

    wristdirect

    Yeah I guess I should have just done that... Thanks Timr :)

    Anyone know of a mirror anywhere? I've done a quick google search, but nothing so far. Just want to look a couple things up while developing here ><
     
  4. Offline

    CorrieKay

    Dunno, maybe one of the admins is messing around with it.
     
  5. Offline

    wristdirect

    Ah, thanks, glad to have some explanation :)
     
  6. Offline

    Karl Marx

    It seems to go down fairly regularly. I just assumed it was overloaded.

    It usually comes back pretty quick, though.
     
  7. Offline

    Timatooth

    I'm getting javadoc cravings again. This is pretty inconvenient. :oops:
     
  8. Offline

    cmptrzd1592

    Question:

    Is this why I was getting some stack errors when starting up my CB server? None of the traces pointed to any of the plugins I was using :S
     
  9. Offline

    ZeusAllMighty11


    Javadocs should have nothing to do with your plugins.
     
  10. Offline

    Njol

    I suggest to download the source code (you can do so from github) so you always have the Javadoc ready, whether you have connection to the internet/jd.bukkit.org or not. If you're using Maven it's even easier: rightclick the dependency -> download -> sources .

    The newest CB update seems to use an invalid date format, causing the built-in updater to crash and print a trace
     
  11. Offline

    desht

    Code:
    $ git clone http://github.com/Bukkit/Bukkit.git
    $ mvn javadoc:javadoc
    
    Then point your brower at file:///path-to-where-you-cloned-bukkit/target/site/apidocs/index.html
     
    Hoot215 and gregthegeek like this.
Thread Status:
Not open for further replies.

Share This Page