ant fresh_install build failed

1.2k Views Asked by At

I'm installing Dspace in Windows 7 and I got it working fine with me until I got this error message:

enter image description here

I tried doing what the link :build failed .. creation was not successful for an unknown reason has said, but still nothing's change. Does anyone know how to fix it?

2

There are 2 best solutions below

0
On BEST ANSWER

Check dspace.install.dir at build.properties, it seems to have a bad value. Change the value to the location you want to install and use "/" character to the directory. For example C:/Program Files/Dspace.

0
On

I had a similar problem when I tried running the command on Ubuntu 22.04. The problem was I didn't have root privilege so I ran:

sudo ant fresh_install

Then it worked.