[dspace-tech] How do I do mvn and ant a second time ?

2020-03-02 Thread Ashim Kapoor
Dear All, How can I clean up and run mvn and ant after I have run it once ? Suppose in my local.cfg I have to modify dspace.dir or the ip address in dspace.hostname. How do I re-run mvn and ant after modifying one or both of them ? Many thanks, Ashim -- All messages to this mailing list should

Re: [dspace-tech] How do I do mvn and ant a second time ?

2020-03-02 Thread Sean Carte
This may help: https://wiki.lyrasis.org/display/DSDOC6x/Upgrading+DSpace cd [dspace-source]/dspace/ mvn -U clean package cd [dspace-source]/dspace/target/dspace-installer ant update On Mon, 2 Mar 2020 at 18:54, Ashim Kapoor wrote: > Dear All, > > How can I clean up and run mvn and ant after I

Re: [dspace-tech] How do I do mvn and ant a second time ?

2020-03-04 Thread Ashim Kapoor
Dear Sean, Many thanks for your reply. I have another query. What if I have only run maven and not ant ? I ran mvn package. I got 3 warnings which I wanted to see again so I did :- mvn -U clean package I got the 3 warnings :- INFO] Scanning for projects... [WARNING] The project org.dspace:

Re: [dspace-tech] How do I do mvn and ant a second time ?

2020-03-04 Thread Mark H. Wood
On Wed, Mar 04, 2020 at 07:02:23PM +0530, Ashim Kapoor wrote: > I have another query. What if I have only run maven and not ant ? > > I ran mvn package. > > I got 3 warnings which I wanted to see again > > so I did :- > > mvn -U clean package > > I got the 3 warnings :- > > INFO] Scanning fo

Re: [dspace-tech] How do I do mvn and ant a second time ?

2020-03-06 Thread Ashim Kapoor
Dear Sean, I have a query. On Tue, 3 Mar 2020 at 11:57, Sean Carte wrote: > This may help: > https://wiki.lyrasis.org/display/DSDOC6x/Upgrading+DSpace > > cd [dspace-source]/dspace/ > mvn -U clean package > On this page :- https://wiki.lyrasis.org/display/DSDOC6x/Installing+DSpace cd [dspace-s

Re: [dspace-tech] How do I do mvn and ant a second time ?

2020-03-06 Thread Sean Carte
Do as the documentation instructs: run mvn package from the dspace-source directory. The ant update command should copy everything from your build directory to your tomcat directory. No need for manual copying. On Fri, 6 Mar 2020 at 11:01, Ashim Kapoor wrote: > Dear Sean, > > I have a query. >

Re: [dspace-tech] How do I do mvn and ant a second time ?

2021-08-10 Thread Ashim Kapoor
Dear Sean, I am a beginner with DSpace. Only now do I understand a little bit as to how to set it up. I was reading :- https://wiki.lyrasis.org/display/DSDOC6x/Ant+targets+and+options Can you please clarify if I understand the following correctly? On Fri, 6 Mar 2020 at 14:35, Sean Carte wrote: