Hello

I'm trying to setup the OAI Extended Addon
(http://projecto.rcaap.pt/index.php?option=com_remository&Itemid=2&func=fileinfo&id=71&lang=en)
to deal with the DRIVER directives (http://www.driver-repository.eu)

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://repo1.maven.org/maven2/org/dspace/dspace-oaiextended-webapp/1.5.2/dspace-oaiextended-webapp-1.5.2.pom
Downloading: 
http://repo1.maven.org/maven2/org/dspace/dspace-oaiextended-api/1.5.2/dspace-oaiextended-api-1.5.2.pom
Downloading: 
http://repo1.maven.org/maven2/org/dspace/dspace-oaiextended-webapp/1.5.2/dspace-oaiextended-webapp-1.5.2.war
Downloading: 
http://repo1.maven.org/maven2/org/dspace/dspace-oaiextended-api/1.5.2/dspace-oaiextended-api-1.5.2.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.dspace:dspace-oaiextended-webapp:war:1.5.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.5.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.5.2 -Dpackaging=war
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

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

2) org.dspace:dspace-oaiextended-api:jar:1.5.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.5.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.5.2 -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

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

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

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

from the specified remote repositories:
 central (http://repo1.maven.org/maven2),
 maven.dspace.org-snapshot (http://maven.dspace.org/snapshot)


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 45 seconds
[INFO] Finished at: Thu Jul 21 09:15:05 CEST 2010
[INFO] Final Memory: 31M/159M
[INFO] ------------------------------------------------------------------------

------


Any help would be appreciated.



---
Domingo Iglesias
Universitat de Barcelona
Area de Tecnologies

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to