[dspace-tech] 0 byte bitstreams SAF import

2017-07-15 Thread Justin Dalton
I'm using dspace 6 with S3 as a bitstore. When I import an item in SAF format, everything looks like it works fine. All the files and metadata entries are listed, but for some reason all of the files have a size of 0 bytes. The files are correctly identified as Tiff files. Has anyone else seen

[dspace-tech] Re: Dspace build hangs on XMLUI

2016-03-29 Thread Justin Dalton
This was my own stupid fault, I had a circular reference in my build properties pointing dspace.baseUrl = ${dspace.baseUrl}. Total NOOB mistake. Thanks On Monday, March 28, 2016 at 4:51:15 PM UTC-4, Justin Dalton wrote: > > When I attempt to build the new DSpace 5.5 release the build ha

[dspace-tech] Dspace build hangs on XMLUI

2016-03-28 Thread Justin Dalton
When I attempt to build the new DSpace 5.5 release the build hangs on XMLUI. Here is the output of the mvn -X package right where the build hangs. I have let it run for some time thinking that maybe it was just slow, but I can't see anything happening. I am running this on Ubuntu 14.04. Has