Hi Domingo, Unfortunately, at this time, the OAI Extended Addon is unsupported by DSpace. You may need to get in touch with the group that built the Add-on and let them know you are having issues.
That being said, it looks like the problem is that whoever built the OAI Extended Addon didn't setup the Maven configurations properly. You might be able to get the normal DSpace install to work, if you first run 'mvn install' from the directory of this custom Add-on. That would tell Maven to first install this addon into your local computer's Maven cache, so that it wouldn't try to download it from the web. If that doesn't work, you may need to contact the group or developers that built the add-on to see if they can help you with the installation process. Good luck, - Tim On 1/3/2011 8:26 AM, Domingo Iglesias wrote: > 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 > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech ------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

