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.
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
masterbranch w/ latest changes. Runningant, I get:It looks like the
gitblit.github.iosite has been removed, but I'm not sure where the correct URLs should be.