On Wed, Nov 07, 2012 at 04:03:14PM +0100, helix84 wrote: > Hi, I just noticed something while building DSpace master HEAD with > "mvn clean package license:check -Dmaven.test.skip=false" - the tests > are trying to load configuration from /home/dspace/config, but I > didn't specify that. I also didn't find where it is specified. I don't > think it causes tests to fail, but it's curious, so I thought I'll ask > about it here. > > ... > INFO Failed to load the modules properties since > (/home/dspace/config/modules): Does not exist [2012-11-07 > 15:43:58,793] (DSpaceConfigurationService.java:401) > INFO Failed to load config properties from file > (/home/dspace/config/dspace.cfg): Does not exist [2012-11-07 > 15:43:58,794] (DSpaceConfigurationService.java:530) > ...
The current user's home directory is one of the places that the configuration code looks for dspace.cfg. Your current user must have '/home/dspace' as his home directory. -- Mark H. Wood, Lead System Programmer [email protected] Asking whether markets are efficient is like asking whether people are smart.
pgpyDlpOZMJk1.pgp
Description: PGP signature
------------------------------------------------------------------------------ LogMeIn Central: Instant, anywhere, Remote PC access and management. Stay in control, update software, and manage PCs from one command center Diagnose problems and improve visibility into emerging IT issues Automate, monitor and manage. Do more in less time with Central http://p.sf.net/sfu/logmein12331_d2d
_______________________________________________ Dspace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-devel
