Re: [Dspace-tech] Question about changing java code in DSpace 1.5.2

2009-07-07 Thread George Kozak
Mark: No, they are not in the classes directories. What do I need to do to get them there? Thanks! Mark Diggory wrote: Hi George, On Tue, Jul 7, 2009 at 7:30 AM, George Kozakg...@cornell.edu wrote: I went to [dspace-1.5.2-src-release]/dspace/modules/jspui/src/main/java/org/dspace/ I

Re: [Dspace-tech] Question about changing java code in DSpace 1.5.2

2009-07-07 Thread bill . anderson
You may want to wait for a more authoritative answer on this, since deleting stuff is always troublesome -- but when this happened to us, we deleted the contents of the target directories (dspace/target/dspace-1.5.0-build.dir/ and dspace/modules/jspui/target/jspui-1.5.0) and ran mvn package

Re: [Dspace-tech] Question about changing java code in DSpace 1.5.2

2009-07-07 Thread Mark Diggory
On Tue, Jul 7, 2009 at 9:31 AM, bill.ander...@library.gatech.edu wrote: You may want to wait for a more authoritative answer on this, since deleting stuff is always troublesome -- but when this happened to us, we deleted the contents of the target directories

Re: [Dspace-tech] Question about changing java code in DSpace 1.5.2

2009-07-07 Thread Mark Diggory
Ok, lets walk through your process and verify we are not missing details. place your Bitstream.java in [dspace-1.5.2-src-release]/dspace/modules/jspui/src/main/java/org/dspace/content/Bitstream.java cd [dspace-1.5.2-src-release]/dspace mvn clean package ls -a -l

Re: [Dspace-tech] Question about changing java code in DSpace 1.5.2

2009-07-07 Thread George Kozak
Thanks. Mark! I will give it a try. Mark Diggory wrote: Ok, lets walk through your process and verify we are not missing details. place your Bitstream.java in [dspace-1.5.2-src-release]/dspace/modules/jspui/src/main/java/org/dspace/content/Bitstream.java cd

Re: [Dspace-tech] Question about changing java code in DSpace 1.5.2

2009-07-07 Thread George Kozak
Thanks, Mark: It turns out that my compile of Bitstream. java is failing. Somehow, I missed the error messages the first time. Looks like the code I copied in has some problems. At least I know where things are supposed to go and where they are supposed to be after compiling. A big thank