Opened 13 years ago

Last modified 12 years ago

#29305 closed defect

Can't build groovy 1.8.0 — at Version 6

Reported by: henri.gomez@… Owned by: breskeby@…
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc: zeph@…
Port: groovy

Description (last modified by ryandesign (Ryan Carsten Schmidt))

During build, i got the following error :

:info:build ----------
:info:build 1) biz.aQute:bnd:jar:0.0.401
:info:build
:info:build   Try downloading the file manually from the project website.
:info:build
:info:build   Then, install it using the command:
:info:build       mvn install:install-file -DgroupId=biz.aQute -DartifactId=bnd -Dversion=0.0.401 -Dpackaging=jar -Dfile=/path/to/file
:info:build
:info:build   Alternatively, if you host your own repository you can deploy the file there:
:info:build       mvn deploy:deploy-file -DgroupId=biz.aQute -DartifactId=bnd -Dversion=0.0.401 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

Maven artifact biz.aQute / bnd, version 0.0.401 is not available from central.

Latest version available there is 0.0.384:

http://repo1.maven.org/maven2/biz/aQute/bnd/

Change History (6)

comment:1 Changed 13 years ago by henri.gomez@…

Note, I'm using a Nexus proxy, may and the extra Maven repo, http://www.aQute.biz/repo, is not available from there :

repositories {
    // todo Some repos are needed only for some configs. Declare them just for the configuration once Gradle allows this.
    mavenRepo urls: ["http://repo1.maven.org/maven2"] // default, tools
    mavenRepo urls: ["http://www.aQute.biz/repo"] // examples
    mavenRepo urls: ["http://repository.jboss.org/maven2"] // examples, tools
}

comment:2 Changed 13 years ago by breskeby@…

Owner: changed from macports-tickets@… to breskeby@…
Status: newassigned

bnd is a moving target and we had this problems for earlier versions. I'll have a look into this.

comment:3 Changed 13 years ago by jmroot (Joshua Root)

Port: groovy added

comment:4 Changed 13 years ago by kylesm@…

There are 3 different dependencies that will cause this to fail.

Initially it fails on bnd. Manually installing 0.0.401 from Peter Kriens' site gets you past that, but then it fails on the version of jarjar available. Maven Central has 1.1 instead of 1.0. Once I manually installed 1.0 it finally failed on org.eclipse:osgi because 3.4.3.R34x_v20081215-1030 is no longer available from Maven Central. 3.5.0.v20090520 is now the preferred version.

comment:5 Changed 13 years ago by zeph@…

Cc: zeph@… added

Cc Me!

comment:6 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Note: See TracTickets for help on using tickets.