[SOLVED]APIDOCS: please fix

Discussion in 'Resources' started by DomovoiButler, Oct 15, 2011.

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

    DomovoiButler

    i'll just tell it straightaway...will someone fix the jd.bukkit.org/apidocs? its not updated to the latest
     
  2. Offline

    Sagacious_Zed Bukkit Docs

    Not the place for this, and I believe dinnerbone is aware of it. In the meantime, use Doxygen.
     
  3. Offline

    DomovoiButler

    of course it is...APIDOCS is a resource we need to make a plugin...duh
     
  4. Offline

    Sagacious_Zed Bukkit Docs

    Well In the mean time feel free to use this as a replacement.
    http://jd.bukkit.org/doxygen/
     
  5. Offline

    DomovoiButler

    i dont like doxygens...lots of buttons...i like it simple like apidocs
     
  6. Offline

    garbagemule

    DUH, @Sagacious_Zed - DUH, he likes it simple, DUH, like seriously, omg Sagacious_Zed, DUHHHH OMG DUHHHH!

    With all this mocking of the unjustified hostility aside, this actually isn't the place for this. You're not providing a resource for developing plugins, you're complaining about maintenance issues. Sagacious_Zed's post, however, could be classified as a resource :3

    Anyway, woooo!
     
    tips48, r3Fuze and ZNickq like this.
  7. Offline

    Sagacious_Zed Bukkit Docs

    Feel free to get an up to date copy yourself, duh... if you can follow this....

    Code:
    Generate javadoc from source, using netbeans IDE.
    
    1. Install netbeans.
    if already installed skip 1
    2. Install git plugin for netbeans.
    if already installed skip all of step 2
        2.1 goto tools > plugins > 
        2.2 In the dialog that pops up goto available plugins tab
        2.3 search for git plugin, and install.
        2.4 restart Netbeans.
    3. clone bukkit source
        3.1 goto team > git > clone
        3.2 fill in the repository URL git://github.com/Bukkit/Bukkit.git and press next
        3.3 select the master branch and press next
        3.4 then press finish
    4. Generate javadoc
        4.1 right click bukkit project > generate javadoc
        4.2 wait for it to finish
        4.3 look at the output window for where it has been placed. you should be able to click on it to go directly there in your browser.
    
    When the bukkit source has been updated, you will not be notified that it has been updated
    5 Update the source
        5.1 right click bukkit project > git > pull
        5.2 press next on the dialog that pops up
        5.3 select the master branch and press finish
    GOTO step four to regenerate the javadoc.
     
  8. Offline

    DomovoiButler

    faster way...
    add in <build> of pom.xml
    Code:
    <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-javadoc-plugin</artifactId>
        <version>2.8</version>
    </plugin>
    then
    mvn javadoc:javadoc
     
  9. Offline

    Sagacious_Zed Bukkit Docs

    Actually that was a very involved way of calling javadoc:javadoc
     
  10. Offline

    DomovoiButler

    very involved?whats that mean?
     
  11. Offline

    Sagacious_Zed Bukkit Docs

    Difficult to comprehend; complicated
     
  12. LOL
    This thread wins
     
  13. Offline

    DomovoiButler

    well i tend to make stuff easier to do
    in this, i only have to run a batch file to create the apidocs.
    and this batch only has 2 lines...xD
    pm me if u wanna know...lol or just post here if u wanna know how to do it
     
  14. Offline

    Sagacious_Zed Bukkit Docs

    you mean pretty much put a script that has mvn javadoc:javadoc....
     
  15. Offline

    DomovoiButler

    not just that... also the git pull
     
  16. Offline

    Sagacious_Zed Bukkit Docs

    that too.... X_X
     
  17. Offline

    DomovoiButler

    so my point is just 1 click...i dont like clicking git>pull and then make javadoc...and 1 more...i dont use NetBeans
    to INTELLIJ
     
  18. Offline

    iffa

    I take it this is "not" in the right section... would fit a lot better in plugin development / feedback.
     
  19. Offline

    DomovoiButler

    @iffa your right...xD...im just pissed off when the apidocs started bugging...so i post it right away without thinking
    feel free to move this or delete this as i already know how to deal with these
     
  20. Offline

    iffa

    Yes, you could report this thread with a reason of something like "wrong section". That's what I do.
     
  21. Offline

    Sagacious_Zed Bukkit Docs

    But the thread now has an actual resource. or two.
     
  22. Offline

    DomovoiButler

    xD...so that means this thread is passed on actual resource?
     
  23. Offline

    Aza24

    Can you just post or upload it on the main thread???
     
  24. Offline

    petteyg359

  25. Offline

    DomovoiButler

    yeah..im working on it, but currently this is only a part of my huge tutorial coming up...there will be lots of stuff in it not just the apidocs...xD
     
Thread Status:
Not open for further replies.

Share This Page