Re: [Dspace-tech] How to incorporate changes made in different files of dspace

2012-06-07 Thread Hilton Gibson
H Amjad I use Meld: http://meldmerge.org I unpack a vanilla DSpace, then copy my production version to my work computer. Then use Meld to check the differences and apply where needed. Time consuming but worth it to be able to do upgrades. Cheers hg On 7 June 2012 09:17, AMJAD USMAN wrote: >

Re: [Dspace-tech] How to incorporate changes made in different files of dspace

2012-06-07 Thread helix84
I don't know almost anything about Netbeans, but there's a complete document describing DSpace in Netbeans here: https://wiki.duraspace.org/display/DSPACE/IDE+Integration+-+DSpace+and+NetBeans Regards, ~~helix84 -- Live

Re: [Dspace-tech] How to incorporate changes made in different files of dspace

2012-06-07 Thread AMJAD USMAN
7 Jun 2012 09:32:50 +0200 > Subject: Re: [Dspace-tech] How to incorporate changes made in different files > of dspace > To: amjad...@hotmail.com > CC: dspace-tech@lists.sourceforge.net > > Hi Amjad, > > in all 4 cases you have to do mvn package and ant update as describe

Re: [Dspace-tech] How to incorporate changes made in different files of dspace

2012-06-07 Thread helix84
Hi Amjad, in all 4 cases you have to do mvn package and ant update as described at the bottom of this page: https://wiki.duraspace.org/display/DSDOC18/JSPUI+Configuration+and+Customization (While there are some steps to speed up the compilation, it has bitten me badly when I did so and I wasted m

[Dspace-tech] How to incorporate changes made in different files of dspace

2012-06-07 Thread AMJAD USMAN
Dear Community members I have few simple questions regarding DSpace development.As far i know the structure of dspace, it is comprised of four types of files:1. webpages having extension .jsp2. core programming files having extension .java3. configuration file having extension .cfg4. message p