Hi Gary Please try changing the following line in your pom.xml from:
<version>1.8.1</version> to: <version>1.8.2</version> and see if that solves your issue. Cheers Hayden On 10/07/12 09:55, Gary Browne wrote: > Hi Hayden, > > I'm keen to try this out, however I am unable to install it - should it run > ok on 1.8.2? > > On building (mvn package), I get the following error: > > [INFO] Unable to find resource 'org.dspace:dspace-rest:war:1.0' in repository > central (http://repo1.maven.org/maven2) > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Failed to resolve artifact. > > Missing: > ---------- > 1) org.dspace:dspace-rest:war:1.0 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.dspace -DartifactId=dspace-rest > -Dversion=1.0 -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-rest > -Dversion=1.0 -Dpackaging=war -Dfile=/path/to/file -Durl=[url] > -DrepositoryId=[id] > > Path to dependency: > 1) org.dspace.modules:rest:war:1.8.1 > 2) org.dspace:dspace-rest:war:1.0 > > ---------- > 1 required artifact is missing. > > for artifact: > org.dspace.modules:rest:war:1.8.1 > > from the specified remote repositories: > central (http://repo1.maven.org/maven2), > sonatype-nexus-snapshots > (https://oss.sonatype.org/content/repositories/snapshots) > > I'm not clear on what I should do next, are you able to help please? > > Thanks a lot, > Gary > >> -----Original Message----- >> From: Hayden Young [mailto:[email protected]] >> Sent: Tuesday, 10 July 2012 5:32 AM >> To: [email protected]; DSpace Developer List >> Subject: [Dspace-tech] DSpace REST API >> >> After several months of development, Wijiti is pleased to contribute this >> reworked version of the REST API for DSpace 1.8.x. >> >> Details and documentation are available at https://jspace.atlassian.net/ and >> all code is freely available via Github, the link of which is in the >> documentation. >> >> Enjoy. >> >> -- >> Hayden Young >> Managing Director >> Wijiti Pty Ltd >> p. +61 (0) 8 6398 5010 >> e. [email protected] >> w. www.wijiti.com >> vcard. www.wijiti.com/vcard/haydenyoung.vcf >> >> NOTICE >> This e-mail and any attachments are intended for the addressee(s) only and >> may be confidential. They may contain legally privileged or copyright >> material. You should not read, copy, use or disclose them without >> authorization. If you are not the intended recipient please contact the >> sender as soon as possible by return e-mail and then please delete both >> messages. This notice should not be removed. >> >> >> ------------------------------------------------------------------------------ >> Live Security Virtual Conference >> Exclusive live event will cover all the ways today's security and threat >> landscape has changed and how IT managers can respond. Discussions will >> include endpoint security, mobile security and the latest in malware threats. >> http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> _______________________________________________ >> DSpace-tech mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/dspace-tech > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech -- Hayden Young Managing Director Wijiti Pty Ltd p. +61 (0) 8 6398 5010 e. [email protected] w. www.wijiti.com vcard. www.wijiti.com/vcard/haydenyoung.vcf NOTICE This e-mail and any attachments are intended for the addressee(s) only and may be confidential. They may contain legally privileged or copyright material. You should not read, copy, use or disclose them without authorization. If you are not the intended recipient please contact the sender as soon as possible by return e-mail and then please delete both messages. This notice should not be removed. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

