PhotonVision / photonvision

PhotonVision is the free, fast, and easy-to-use computer vision solution for the FIRST Robotics Competition.
https://photonvision.org
GNU General Public License v3.0
264 stars 183 forks source link

Vendor Library installation issue #1331

Closed LarryMoe11 closed 4 months ago

LarryMoe11 commented 4 months ago

Describe the bug When installing the vendor library, I believe it is being grabbed from the wrong source. When I got the correct vendor library link (https://maven.photonvision.org/releases/org/photonvision/photonlib-json/1.0/photonlib-json-1.0.json), it still tried downloading the java dependecies from the old repository, which no longer works

To Reproduce Steps to reproduce the behavior:

  1. Copy the installation link from the documentation at: https://docs.photonvision.org/en/latest/docs/programming/photonlib/adding-vendordep.html
  2. Install the link copied using "Manage Vendor Libraries" -> "Install new libraries (online)"

Platform:

Additional context Output from console after installing: FAILURE: Build failed with an exception.

BUILD FAILED in 47s

mcm001 commented 4 months ago

Hi! I was in the middle of transfering our Maven servers over to Reposilite and setting up redirects. I just tested with a blank robot project, and it seems to be working -- can you confirm?

LarryMoe11 commented 4 months ago

That worked, thank you!

mcm001 commented 4 months ago

For future reference, only v2024.3.1 has been transferred over at this point. Other versions can be backported if we need them.