Re: [Dspace-tech] Building DSpace after bug fix (DS-2542)

2015-05-03 Thread Margaret Vail
Thank you so much Andrea! I did step two as a quick and dirty check, and it works now!! From: Andrea Schweer [mailto:schw...@waikato.ac.nz] Sent: Sunday, May 3, 2015 6:39 PM To: Margaret Vail; dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Building DSpace after bug fix (DS-2542

Re: [Dspace-tech] Building DSpace after bug fix (DS-2542)

2015-05-03 Thread Andrea Schweer
Hi Margaret, On 02/05/15 01:48, Margaret Vail wrote: I am trying to apply the suggested bug fix for DS-2542 (https://jira.duraspace.org/browse/DS-2542) to my DSpace 5.1 instance. However, the changes are not displaying

[Dspace-tech] Building DSpace after bug fix (DS-2542)

2015-05-01 Thread Margaret Vail
Hi, I am trying to apply the suggested bug fix for DS-2542 (https://jira.duraspace.org/browse/DS-2542) to my DSpace 5.1 instance. However, the changes are not displaying. Can someone please log through my build process and advise on any mistakes or anything I may be missing. Update lyncode/xoa

Re: [Dspace-tech] Building Dspace

2014-01-17 Thread Kostas Stamatis
Is Maven in your System PATH so as the mvn command to be recognized from any path like the "C:\dspace-4.0-src-release" one? Kostas From: Eric Martyns [mailto:martynse...@gmail.com] Sent: Friday, January 17, 2014 1:04 PM To: dspace-tech@lists.sourceforge.net Subject: [D

[Dspace-tech] Building Dspace

2014-01-17 Thread Eric Martyns
Thanks Bhavesh, I just tried this path C:\dspace-4.0-src-release\mvn package and i still got the same error message. "C:\dspace-4.0-src-release\mvn package" is not recognized as an internal or external command operable program or batch file Please i'll appreciate all response to this issue Th

Re: [Dspace-tech] Building Dspace

2014-01-17 Thread Bhavesh Patel
Dear Eric Martyns, You are executing the command on wrong path Your Path : C:\dspace-4.0-src-release\dspace mvn package Correct Path : C:\dspace-4.0-src-release\mvn package Please try with correct path. Thanks, Bhavesh Thanks & Regards, *Bhavesh R. Patel * bhavesh.bece...@gmail.com (Email) *

[Dspace-tech] Building Dspace

2014-01-17 Thread Eric Martyns
Hi, I'v been trying to build dspace and i keep getting an error message. postgresql is running and in the cmd prompt i entered C:\dspace-4.0-src-release\dspace mvn package but get this error message "C:\dspace-4.0-src-release\dspace" is not recognized as an internal or external command operable pro

[Dspace-tech] Building DSpace with NetBeans

2012-01-17 Thread Ben Ryan
Hi,I have built DSpace 1.8.1 with NetBeans IDE 7.1 but when I run the Ant task fresh install it does not appear to copy the Wars to the specified DSpace directory. All other files appear to be there.The Wars are built it the source directory.Any ideas? Thanks,Ben