Samita53 / ldspider

Automatically exported from code.google.com/p/ldspider
0 stars 0 forks source link

mvn verify fails, as aduna software repository has not been available for several months #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Check out clean copy of current ldspider trunk
2. Remove all cached maven packages on your system ("rm -fr ~/.m2" on Linux)
3. Run "mvn verify"

What is the expected output?

I expect the project to download all of the dependencies and build successfully.

What do you see instead?

The project fails to build because it cannot pull in dependencies that it 
believes are hosted only by Aduna, because the Aduna site has been down since 
April 2014.

[ERROR] Failed to execute goal on project ldspider: Could not resolve 
dependencies for project com.ontologycentral:ldspider:jar:1.2: Failed to 
collect dependencies at 
             org.deri.any23:any23-core:jar:0.6.1 -> org.openrdf.sesame:sesame-model:jar:2.4.0: Failed to read artifact descriptor for org.openrdf.sesame:sesame-model:jar:2.4.0: Could not transfer artifact 
             org.openrdf.sesame:sesame-model:pom:2.4.0 from/to aduna-software-release-repo (http://repo.aduna-software.org/maven2/releases): Connection to http://repo.aduna-software.org refused: Connection 
             timed out -> [Help 1]

What version of the product are you using? On what operating system?

SVN trunk as of 2014-06-02 on Fedora 20.

Please provide any additional information below.

https://groups.google.com/forum/#!msg/fedora-tech/JWAAkvp6mBk/DiCeaN1SN4EJ 
suggests that the Aduna repository has been down since at least April.

Original issue reported on code.google.com by deni...@gmail.com on 2 Jun 2014 at 4:35

GoogleCodeExporter commented 9 years ago
I'll also note that http://www.openrdf.org/download.jsp says "For older Sesame 
releases, Ontotext provide access to their mirror of the old aduna repository." 
-- that may or may not be useful.

Original comment by deni...@gmail.com on 2 Jun 2014 at 5:21

GoogleCodeExporter commented 9 years ago
Since r323, ldspider does not depend any more on any23-0.6.1.

Original comment by tob.kae...@gmail.com on 15 Jul 2014 at 8:52