Re: [Dspace-tech] Local modifications to DSpace .java programs, in 1.5.1

2010-05-27 Thread Peter Dietz
Hi Susan, I hate to revive a really old email thread, but I was wondering if you've even been able to successfully module overlay your dspace-api changes? http://www.mail-archive.com/dspace-tech@lists.sourceforge.net/msg06770.html

Re: [Dspace-tech] Local modifications to DSpace .java programs, in 1.5.1

2009-02-04 Thread Kim Shepherd
place. Cheers, Kim. From: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] [mailto:susan.m.thorn...@nasa.gov] Sent: Thursday, 5 February 2009 12:47 p.m. To: Diggory Mark Cc: dspace-tech Subject: Re: [Dspace-tech] Local modifications to DSpace .java programs,in 1.5.1 I think

Re: [Dspace-tech] Local modifications to DSpace .java programs, in 1.5.1

2009-02-04 Thread Diggory Mark
hornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] Cc: dspace-tech Subject: Re: [Dspace-tech] Local modifications to DSpace .java programs, in 1.5.1 Or to be more explicit you add the pom at {dspace-source}/dspace/modules/custom-api/pom.xml and modify the following with custom-api {dspace-so

Re: [Dspace-tech] Local modifications to DSpace .java programs, in 1.5.1

2009-02-04 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
From: Diggory Mark [mailto:mdigg...@gmail.com] Sent: Tuesday, February 03, 2009 4:10 PM To: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] Cc: dspace-tech Subject: Re: [Dspace-tech] Local modifications to DSpace .java programs, in 1.5.1 Susan, The way to do it without altering the co

Re: [Dspace-tech] Local modifications to DSpace .java programs, in 1.5.1

2009-02-04 Thread Reuben Pasquini
I need to modify {dspace-source}/pom.xml ?? >> >> From: Diggory Mark [mailto:mdigg...@gmail.com] >> Sent: Tuesday, February 03, 2009 4:10 PM >> To: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] >> Cc: dspace-tech >> Subject: Re: [Dspace-tech] Local modif

Re: [Dspace-tech] Local modifications to DSpace .java programs, in 1.5.1

2009-02-03 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
to DSpace .java programs, in 1.5.1 Susan, The way to do it without altering the code in place requires creating a custom maven project within the dspace/modules/ directory, wiring it into the dspace/pom.xml and dspace/modules/pom.xml so that it compiles into the build process. At this

Re: [Dspace-tech] Local modifications to DSpace .java programs, in 1.5.1

2009-02-03 Thread Diggory Mark
] Cc: dspace-tech Subject: Re: [Dspace-tech] Local modifications to DSpace .java programs, in 1.5.1 Susan, The way to do it without altering the code in place requires creating a custom maven project within the dspace/modules/ directory, wiring it into the dspace/pom.xml and dspace/modules

Re: [Dspace-tech] Local modifications to DSpace .java programs, in 1.5.1

2009-02-03 Thread Diggory Mark
] Cc: dspace-tech Subject: Re: [Dspace-tech] Local modifications to DSpace .java programs, in 1.5.1 Susan, The way to do it without altering the code in place requires creating a custom maven project within the dspace/modules/ directory, wiring it into the dspace/pom.xml and dspace/modules

Re: [Dspace-tech] Local modifications to DSpace .java programs, in 1.5.1

2009-02-03 Thread Kim Shepherd
: dspace-tech Subject: Re: [Dspace-tech] Local modifications to DSpace .java programs,in 1.5.1 Susan, The way to do it without altering the code in place requires creating a custom maven project within the dspace/modules/ directory, wiring it into the dspace/pom.xml and dspace/modules/pom.xml

Re: [Dspace-tech] Local modifications to DSpace .java programs, in 1.5.1

2009-02-03 Thread Diggory Mark
From: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] [mailto:susan.m.thorn...@nasa.gov ] Sent: Wednesday, 4 February 2009 9:35 a.m. To: dspace-tech Subject: Re: [Dspace-tech] Local modifications to DSpace .java programs,in 1.5.1 Hi Kim, Thanks for the info! Aren’t I supposed to

Re: [Dspace-tech] Local modifications to DSpace .java programs, in 1.5.1

2009-02-03 Thread Diggory Mark
ce-api/src/main/java/org/dspace/app/mediafilter  ??Thanks again,Sue From: Kim Shepherd [mailto:k...@waikato.ac.nz] Sent: Tuesday, February 03, 2009 3:28 PMTo: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]Cc: dspace-techSubject: RE: [Dspace-tech] Local modifications to DSpace .java p

Re: [Dspace-tech] Local modifications to DSpace .java programs, in 1.5.1

2009-02-03 Thread Kim Shepherd
[NCI INFORMATION SYSTEMS] Cc: dspace-tech Subject: RE: [Dspace-tech] Local modifications to DSpace .java programs, in 1.5.1 Hi Sue, Java source code for JSPUI should be in [dspace-source]/dspace-jspui/dspace-jspui-api -- however, PDFFilter.java lives in the main API, at [dspace-source]/dspace

Re: [Dspace-tech] Local modifications to DSpace .java programs, in 1.5.1

2009-02-03 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
t: RE: [Dspace-tech] Local modifications to DSpace .java programs, in 1.5.1 Hi Sue, Java source code for JSPUI should be in [dspace-source]/dspace-jspui/dspace-jspui-api -- however, PDFFilter.java lives in the main API, at [dspace-source]/dspace-api/src/main/java/org/dspace/app/mediafilter/ so it&

Re: [Dspace-tech] Local modifications to DSpace .java programs, in 1.5.1

2009-02-03 Thread Kim Shepherd
Sent: Wednesday, 4 February 2009 9:02 a.m. To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech] Local modifications to DSpace .java programs, in 1.5.1 Where do I put .java programs that I’m going to make local modifications to, in DSpace 1.5.1? I am putting the .jsps in: /export/home/ds

[Dspace-tech] Local modifications to DSpace .java programs, in 1.5.1

2009-02-03 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Where do I put .java programs that I'm going to make local modifications to, in DSpace 1.5.1? I am putting the .jsps in: /export/home/dspace-1.5.1-src-release/dspace/modules/jspui/src/main/weba pp.. /image or /layoutetc. Where would I put our modified PDFFilter.java so that when I as