gitblit-org / gitblit

pure java git solution
http://gitblit.com
Apache License 2.0
2.27k stars 670 forks source link

Cannot build: gitblit.github.io site not found #1441

Closed glmdev closed 1 year ago

glmdev commented 1 year ago

Hi. I'm trying to set up and build GitBlit in Eclipse, and I'm unable to build it using Ant. I'm on the master branch w/ latest changes. Running ant, I get:

Buildfile: /home/gmills/Projects/gitblit/build.xml
      [get] Getting: http://gitblit.github.io/moxie/maven/com/gitblit/moxie/moxie-toolkit/0.9.4/moxie-toolkit-0.9.4.jar
      [get] To: /home/gmills/.moxie/moxie-toolkit-0.9.4.jar
      [get] Error opening connection java.io.FileNotFoundException: http://gitblit.github.io/moxie/maven/com/gitblit/moxie/moxie-toolkit/0.9.4/moxie-toolkit-0.9.4.jar
      [get] Error opening connection java.io.FileNotFoundException: http://gitblit.github.io/moxie/maven/com/gitblit/moxie/moxie-toolkit/0.9.4/moxie-toolkit-0.9.4.jar
      [get] Error opening connection java.io.FileNotFoundException: http://gitblit.github.io/moxie/maven/com/gitblit/moxie/moxie-toolkit/0.9.4/moxie-toolkit-0.9.4.jar
      [get] Can't get http://gitblit.github.io/moxie/maven/com/gitblit/moxie/moxie-toolkit/0.9.4/moxie-toolkit-0.9.4.jar to /home/gmills/.moxie/moxie-toolkit-0.9.4.jar

BUILD FAILED
/home/gmills/Projects/gitblit/build.xml:21: Can't get http://gitblit.github.io/moxie/maven/com/gitblit/moxie/moxie-toolkit/0.9.4/moxie-toolkit-0.9.4.jar to /home/gmills/.moxie/moxie-toolkit-0.9.4.jar

Total time: 0 seconds

It looks like the gitblit.github.io site has been removed, but I'm not sure where the correct URLs should be.

glmdev commented 1 year ago

Ah, the GitHub org was renamed at some point. The URL in build.xml needs to be github-org.github.io.