[Dspace-tech] Adding your own customizations into DSpace 1.5.1

2009-01-27 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Can someone give me the short answer about where to put our local customizations for DSpace 1.5.1 and exactly what procedures we need to do to have them end up in our application? Here is what I'm doing but it doesn't seem to be correct. 1. I have put our modules for jspui in

Re: [Dspace-tech] Adding your own customizations into DSpace 1.5.1

2009-01-27 Thread Anderson, Charles W
Hi, Sue. You need to run maven to rebuild the installation before running ant -- just do mvn package in your {dspace-source}/dspace directory, then do your ant build as usual. Your jsp customizations will end up in {dspace}/webapps/jspui/. At least, that's what we've been doing; and it seem to

Re: [Dspace-tech] Adding your own customizations into DSpace 1.5.1

2009-01-27 Thread Diggory Mark
As claudia says: if you want them in the jspui, place them into /dspace-source/dspace/modules/jspui/src/main/webapp /dspace-source/dspace/modules/jspui/src/main/java Likewise, if you want something to show up in the CLI lib or across more than one webapplication I can provide further detail

Re: [Dspace-tech] Adding your own customizations into DSpace 1.5.1

2009-01-27 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Mark [mailto:mdigg...@gmail.com] Sent: Tuesday, January 27, 2009 4:06 PM To: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Adding your own customizations into DSpace 1.5.1 As claudia says: if you want them

Re: [Dspace-tech] Adding your own customizations into DSpace 1.5.1

2009-01-27 Thread Larry Stone
Can someone give me the short answer about where to put our local customizations for DSpace 1.5.1 and exactly what procedures we need to do to have them end up in our application? This wiki page: http://wiki.dspace.org/index.php/BuildCookbook was intended to cover this question -- please

Re: [Dspace-tech] Adding your own customizations into DSpace 1.5.1

2009-01-27 Thread Diggory Mark
@lists.sourceforge.net Subject: Re: [Dspace-tech] Adding your own customizations into DSpace 1.5.1 As claudia says: if you want them in the jspui, place them into /dspace-source/dspace/modules/jspui/src/main/webapp /dspace-source/dspace/modules/jspui/src/main/java Likewise, if you want something

Re: [Dspace-tech] Adding your own customizations into DSpace 1.5.1

2009-01-27 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
, 2009 4:06 PM To: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Adding your own customizations into DSpace 1.5.1 As claudia says: if you want them in the jspui, place them into /dspace-source/dspace/modules/jspui

Re: [Dspace-tech] Adding your own customizations into DSpace 1.5.1

2009-01-27 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
From: Diggory Mark [mailto:mdigg...@gmail.com] Sent: Tuesday, January 27, 2009 5:47 PM To: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Adding your own customizations into DSpace 1.5.1