Re: [Dspace-tech] Can't run ant update after merging from upstream master

2014-09-22 Thread Tim Donohue
Hi Elvi, After some further investigation, I'm seeing the same issue on Windows 8 64bit, Maven 3.0.5 and Oracle Java 1.7.0_65. It looks like some recent work on the master branch has accidentally broken the build process on Windows. I'll look into it. Just as an FYI, obviously the master

Re: [Dspace-tech] Can't run ant update after merging from upstream master

2014-09-22 Thread euler
Hello Tim, Thanks for confirming that it's not just my instance that's having the issue and for looking into this to get it fixed. I'm just so excited in testing new features for DSpace 5 that's why I'm using the master branch in my 'test' server. Thanks again and regards, Elvi On Mon, Sep 22,

Re: [Dspace-tech] Can't run ant update after merging from upstream master

2014-09-22 Thread Tim Donohue
Hi Elvi, As of a moment ago, this should now be fixed on the master branch. - Tim On 9/22/2014 10:53 AM, euler wrote: Hello Tim, Thanks for confirming that it's not just my instance that's having the issue and for looking into this to get it fixed. I'm just so excited in testing new

Re: [Dspace-tech] Can't run ant update after merging from upstream master

2014-09-20 Thread euler
I downloaded the master zip file of dspace from github and run mvn package. I don't have any modifications and running mvn package did not generate the dspace-installer. Can someone from the list confirm if you have the same issue? Or it's just my dspace environment running in windows 7 64bit,

Re: [Dspace-tech] Can't run ant update after merging from upstream master

2014-09-19 Thread Hilton Gibson
Hi Euler Which DSpace version are you using? Perhaps this will help: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Rebuild_DSpace Take note of the comments in red. Cheers hg *Hilton Gibson* Ubuntu Linux Systems Administrator JS Gericke Library Room 1025C Stellenbosch University Private Bag

Re: [Dspace-tech] Can't run ant update after merging from upstream master

2014-09-19 Thread Hilton Gibson
Ok. Perhaps the core developers can help you, this is beyond me. Sorry. *Hilton Gibson* Ubuntu Linux Systems Administrator JS Gericke Library Room 1025C Stellenbosch University Private Bag X5036 Stellenbosch 7599 South Africa Tel: +27 21 808 4100 | Cell: +27 84 646 4758 On 19 September 2014

Re: [Dspace-tech] Can't run ant update after merging from upstream master

2014-09-19 Thread Nemiz, Elvi
Dear Hilton, I am using the dspace master branch (DSpace 5.0-SNAPSHOT). After fetching from DSpace upstream, I saw that there are 6 commits. After merging and running mvn (mvn package build was successful though), I can't find the dspace-installer directory which I'm supposed to run ant update.

Re: [Dspace-tech] Can't run ant update after merging from upstream master

2014-09-19 Thread Tim Donohue
Elvi, All you should need to do is rebuild DSpace: mvn clean package This recreates the [src]/dspace/target/dspace-installer/ directory. After that, just run ant update from that folder. - Tim On 9/19/2014 2:29 AM, Nemiz, Elvi wrote: Dear Hilton, I am using the dspace master branch

Re: [Dspace-tech] Can't run ant update after merging from upstream master

2014-09-19 Thread euler
Dear all, Below is the output of my mvn clean package. I'm using Intellij in my testing and I also tried just using the command line. The result is still the same, there is no dspace-installer directory generated. [INFO] Scanning for projects... [INFO]