question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't build using 1.5.0/1.6.0 version since repository 4.22-I does not exist

See original GitHub issue

I tried to build a JDT.ls plugin I wrote that is currently using 1.5.0 version. When I compile it with a fresh .m2 repository it can’t find the https://download.eclipse.org/eclipse/updates/4.22-I-builds/I20211010-1800/ repository and target-platform-configuration can’t be downloaded:

<plugin>
        <groupId>org.eclipse.tycho</groupId>
        <artifactId>target-platform-configuration</artifactId>
        <version>${tycho.version}</version>
        <configuration>
          <resolver>p2</resolver>
          <target>
            <artifact>
              <groupId>org.eclipse.jdt.ls</groupId>
              <artifactId>org.eclipse.jdt.ls.tp</artifactId>
              <version>${jdt.ls.version}</version>
            </artifact>
          </target>
          <resolver>p2</resolver>
          <pomDependencies>consider</pomDependencies>
          <ignoreTychoRepositories>true</ignoreTychoRepositories>
        </configuration>
      </plugin>

https://github.com/eclipse/eclipse.jdt.ls/blob/v1.5.0/org.eclipse.jdt.ls.target/org.eclipse.jdt.ls.tp.target#L34

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:7
  • Comments:13 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
rgrunbercommented, Jan 26, 2022

The issue should be resolved, and JDT-LS 1.8.0 has been properly released. Going forward we will migrate to https://jbosstools.github.io/m2e-apt/updates/1.5.4/ (Note that the folder is a 404, but the p2 repo does exist as things like https://jbosstools.github.io/m2e-apt/updates/1.5.4/artifacts.jar are there). Likely this can be configured with addition of main page if necessary.

1reaction
AlexXuChencommented, Jan 20, 2022

Update : Build job to upload artifacts to the server failed for me. Unrelated error but odd that this and the issue mentioned here would happen at same time.

I’m seeing the same issue when building: getting a 504 on my side

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found