Hello

I'm trying to setup the OAI Extended Addon v.2 with the 1.6.2 version of 
dspace
(http://projecto.rcaap.pt/index.php?option=com_remository&Itemid=2&func=fileinfo&id=321&lang=en
 
<http://projecto.rcaap.pt/index.php?option=com_remository&Itemid=2&func=fileinfo&id=321&lang=en>)
to deal with the DRIVER directives (http://www.driver-repository.eu 
<http://www.driver-repository.eu>).
In fact, I tried the setup with the previous version of both the dspace 
and the addon with similar results.

I have followed the install doc but when running maven I get the 
following error:

[INFO] 
------------------------------------------------------------------------
[INFO] Building DSpace OAI Extended :: Web Application
[INFO]    task-segment: [package]
[INFO] 
------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
Downloading: 
http://download.java.net/maven/2/org/dspace/dspace-oaiextended-webapp/1.6.2/dspace-oaiextended-webapp-1.6.2.pom
 
<http://download.java.net/maven/2/org/dspace/dspace-oaiextended-webapp/1.6.2/dspace-oaiextended-webapp-1.6.2.pom>
Downloading: 
http://repo1.maven.org/maven2/org/dspace/dspace-oaiextended-webapp/1.6.2/dspace-oaiextended-webapp-1.6.2.pom
 
<http://repo1.maven.org/maven2/org/dspace/dspace-oaiextended-webapp/1.6.2/dspace-oaiextended-webapp-1.6.2.pom>
Downloading: 
http://download.java.net/maven/2/org/dspace/dspace-oaiextended-api/1.6.2/dspace-oaiextended-api-1.6.2.pom
 
<http://download.java.net/maven/2/org/dspace/dspace-oaiextended-api/1.6.2/dspace-oaiextended-api-1.6.2.pom>
Downloading: 
http://repo1.maven.org/maven2/org/dspace/dspace-oaiextended-api/1.6.2/dspace-oaiextended-api-1.6.2.pom
 
<http://repo1.maven.org/maven2/org/dspace/dspace-oaiextended-api/1.6.2/dspace-oaiextended-api-1.6.2.pom>
Downloading: 
http://download.java.net/maven/2/org/dspace/dspace-oaiextended-webapp/1.6.2/dspace-oaiextended-webapp-1.6.2.war
 
<http://download.java.net/maven/2/org/dspace/dspace-oaiextended-webapp/1.6.2/dspace-oaiextended-webapp-1.6.2.war>
Downloading: 
http://repo1.maven.org/maven2/org/dspace/dspace-oaiextended-webapp/1.6.2/dspace-oaiextended-webapp-1.6.2.war
 
<http://repo1.maven.org/maven2/org/dspace/dspace-oaiextended-webapp/1.6.2/dspace-oaiextended-webapp-1.6.2.war>
Downloading: 
http://download.java.net/maven/2/org/dspace/dspace-oaiextended-api/1.6.2/dspace-oaiextended-api-1.6.2.jar
 
<http://download.java.net/maven/2/org/dspace/dspace-oaiextended-api/1.6.2/dspace-oaiextended-api-1.6.2.jar>
Downloading: 
http://repo1.maven.org/maven2/org/dspace/dspace-oaiextended-api/1.6.2/dspace-oaiextended-api-1.6.2.jar
 
<http://repo1.maven.org/maven2/org/dspace/dspace-oaiextended-api/1.6.2/dspace-oaiextended-api-1.6.2.jar>
[INFO] 
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] 
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.dspace:dspace-oaiextended-webapp:war:1.6.2

 Try downloading the file manually from the project website.

 Then, install it using the command:
     mvn install:install-file -DgroupId=org.dspace
-DartifactId=dspace-oaiextended-webapp -Dversion=1.6.2 -Dpackaging=war
-Dfile=/path/to/file

 Alternatively, if you host your own repository you can deploy the file 
there:
     mvn deploy:deploy-file -DgroupId=org.dspace
-DartifactId=dspace-oaiextended-webapp -Dversion=1.6.2 -Dpackaging=war
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

 Path to dependency:
       1) org.dspace.modules:oaiextended:war:1.6.2
       2) org.dspace:dspace-oaiextended-webapp:war:1.6.2

2) org.dspace:dspace-oaiextended-api:jar:1.6.2

 Try downloading the file manually from the project website.

 Then, install it using the command:
     mvn install:install-file -DgroupId=org.dspace
-DartifactId=dspace-oaiextended-api -Dversion=1.6.2 -Dpackaging=jar
-Dfile=/path/to/file

 Alternatively, if you host your own repository you can deploy the file 
there:
     mvn deploy:deploy-file -DgroupId=org.dspace
-DartifactId=dspace-oaiextended-api -Dversion=1.6.2 -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

 Path to dependency:
       1) org.dspace.modules:oaiextended:war:1.6.2
       2) org.dspace:dspace-oaiextended-api:jar:1.6.2

----------
2 required artifacts are missing.

for artifact:
 org.dspace.modules:oaiextended:war:1.6.2

from the specified remote repositories:
 central (http://repo1.maven.org/maven2),
 java.net <http://java.net> (http://download.java.net/maven/2 
<http://download.java.net/maven/2>),
 maven.dspace.org-snapshot (http://maven.dspace.org/snapshot 
<http://maven.dspace.org/snapshot>)

-----------------------------------------------------------------------


Any help would be appreciated.



---
Domingo Iglesias
Universitat de Barcelona
Area de Tecnologies

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to