What is going on here. Egit

Discussion in 'Plugin Development' started by Butkicker12, Oct 12, 2011.

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

    Butkicker12

    My egit has been installing but stopping at 48% everytime. I reinstalled eclipse and even tried a different version. Reset my workplace and it still happens. Please don't say use intellij.

    Version of eclipse used in video:

    Eclipse Java EE IDE for Web Developers.

    Version: Indigo Service Release 1
    Build id: 20110916-0149

     
  2. Offline

    jcgurango

    This is not the place to post about things not pertaining to bukkit.
     
  3. Offline

    Zaros

  4. Offline

    Butkicker12

    Well I posted elsewhere with no respone.
     
  5. Offline

    TopGear93

    have you checked to see if all your trees are not broken? i had this issue once before and i had to delete EVERYTHING pertaining to eclipse and git, even the HIDDEN files! then it got fixed.
     
  6. Offline

    Jaker232

    My Java EE keeps pending. I need help.
     
  7. Offline

    Butkicker12

    @Zaros

    I got it installed now I'm on the part where you share your project. And got this error:

    Failed to initialize Git team provider.
    Failed to execute runnable (java.lang.IllegalArgumentException)

    I got this error when: team/shareproject/ticked off use or create repo in the parent folder of your project/ finish



    Stack trace:

    http://pastie.org/2702806

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 20, 2016
  8. Offline

    Nitnelave

    Same error here. Did you manage to solve your problem?
     
  9. Offline

    ZachBora

    Can't tell if trolling or legit... You should make your own thread.
     
  10. Offline

    Nitnelave

    It's ok, I figured it out, by using the https connection rather than ssh
     
  11. Ill prefer not to use Git and/or auto-publish/autopackager, they always spit out some error or wont do whatever you want.

    I would suggest you do the packaging manually, instead of using git/repos and such.

    You do this:
    Save the project. (or save&compile it if you have autocompile off)
    Now go to C:\Users\<YOUR LOGIN NAME>\workspace\<PROJECT NAME>\bin\

    Now put plugin.yml and config.yml there.

    hold CTRL and then select both files and the folder (folder is named like com, biz, se, org or something), then Send to, then Compressed folder.
    [​IMG]

    Now change name of your zip file to "PackageName.jar".
    You should get a confirmation
    "If you change the file extension, there is a risk that the file will become unuseable.
    Do you want to change it?"
    [​IMG]

    Answer YES.
    Now your plugin is ready for deploy and upload on BukkitDev.

    If you want to share the source, its simply as uploading "workspace/<PROJECT NAME>/src/classpath/PackageName.java" somewhere, like on a web server.
     
  12. Offline

    ZachBora

    @sebastiannielsen I use Eclipse as is and use the export feature. My plugin.yml is inside my projects.
    Never got a single error that wasn't something stupid I did (like make the code not compile).

    Regarding git, sometimes the best is to just backup your code, show hidden files, delete the folder. Put a new git folder on that location, get latest version. Overwrite with your files then commit and push.
     
  13. Offline

    ogedi

    Netbeans = much smoother interface
     
Thread Status:
Not open for further replies.

Share This Page