Re: [Dspace-tech] DSpace 1.5 Upload issue - Internal System Error

2008-03-29 Thread Stuart Lewis
Hi Karen, Hello - I have just finished building Dspace 1.5 on ubuntu server 7.10 and all appears to be working nicely except for when I try to upload a file I get an Internal System Error and when I look in the logs (tomcat or dspace) there is nothing. I am having trouble with email from

Re: [Dspace-tech] [Dspace-general] Please Promote DSpace @ Google Summer of Code to your students and at OR08...

2008-03-29 Thread Mark Diggory
I'd also add that $4500.00 USD stipend paid by Google to the student is a nice incentive as well! ;-) On Mar 28, 2008, at 8:34 PM, Mark Diggory wrote: DSpace Community, While its not fully official yet, it really looks like we will have another week to accept student applications for GSoC.

[Dspace-tech] Alternative instructions for building SWORD

2008-03-29 Thread Scott Phillips
Everyone, There have been some build problems identified with the recent release of sword in dspace 1.5, below you will find a set of alternative build instructions to solve these problems. cd [dspace-source]/dspace-sword/ mvn -Ddspace.config=/path/to/dspace.cfg package cd

Re: [Dspace-tech] [Dspace-devel] Alternative instructions for building SWORD

2008-03-29 Thread Mark Diggory
Scott, You need to doublecheck that, dspace-sword-webapp should have the same excludes lib in its POM (which is not an error) I think the easiest solution will to direct people to edit the file or write a small patch, and/or ant build.xml file that will do an transform on the pom and

Re: [Dspace-tech] [Dspace-devel] Alternative instructions for building SWORD

2008-03-29 Thread Mark Diggory
On Mar 29, 2008, at 12:28 PM, Elliot Metsger wrote: Mark Diggory wrote: Elliot Metsger has started handling Continuous Integration on the 1.5.x branch... this includes producing interim builds of the releases... so another alternative could be to direct users to work with those as

Re: [Dspace-tech] [Dspace-devel] Alternative instructions for building SWORD

2008-03-29 Thread Scott Phillips
Mark, I double checked the instructions. They work. Using the instructions I was able to do a fresh install of sword. I believe you are referring to the .war file inside the target directory which can not be used. You have to used the expanded war directory as shown in the instructions.