Hayden, Its excellent that your bringing this forward now. Can you itemize the enhancements you've made over the original REST interface? Or alternatively, it would be part of the contribution process to complete the following:
For contribution, it would be ideal if you were to 1.) fork the original repository https://github.com/DSpace/dspace-rest 2.) layer your changes on top of it in a working branch and 3.) Provide a Pull Request back to the dspace rest repository master branch Then we can discuss the new features in context of codebase directly. Switch over to the dev list or JIRA issues if you want to advisement during this process. Best Regards, Mark On Tue, Jul 10, 2012 at 2:55 AM, Gary Browne <[email protected]> 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 -- Mark Diggory (Schedule a Meeting) 2888 Loker Avenue East, Suite 305, Carlsbad, CA. 92010 Esperantolaan 4, Heverlee 3001, Belgium http://www.atmire.com ------------------------------------------------------------------------------ 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

