Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Maven tool is unable to parse version ranges #28

Open
cdfa opened this issue Jun 12, 2019 · 1 comment
Open

Maven tool is unable to parse version ranges #28

cdfa opened this issue Jun 12, 2019 · 1 comment

Comments

@cdfa
Copy link

cdfa commented Jun 12, 2019

It seems the maven tool is unable to parse version ranges like [3.2.0,4.0.0).

Steps to reproduce

  1. Write a BUILD file with the following contents:
maven_jars(
    name="equinox_common",
    id="org.eclipse.platform:org.eclipse.equinox.app:1.4.100"
)
  1. plz build :equinox_common

Expected results

The build completes succesfully

Actual results

Build stopped after 1.17s. 1 target failed:
//third_party/java:_equinox_common#deps
Error building target //third_party/java:_equinox_common#deps: exit status 1
12:37:50.923 CRITICAL: Error downloading https://jcenter.bintray.com/org/eclipse/platform/org.eclipse.equinox.common/3.2.0,4.0.0)/org.eclipse.equinox.common-3.2.0,4.0.0).pom: Bad response code: 404
@N0K0
Copy link

N0K0 commented Nov 14, 2022

Just stumbled across Please and been fiddling around with it yesterday. Hit on the same issue, so not much has changed the last couple of years.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants