nmcl/sandbox

Check property file is actually used!

Closed this issue · 2 comments

nmcl commented

rorschach:v0.1.0 marklittle$ grep -r Arjuna.properties .
./etc/Makefile:install.local :: $(INSTALL_TOPDIR)/etc $(INSTALL_TOPDIR)/etc/Arjuna.properties
./etc/Makefile:$(INSTALL_TOPDIR)/etc/Arjuna.properties : Arjuna.properties_default
./etc/Makefile: @echo Copying Arjuna.properties_default to $(INSTALL_TOPDIR)/etc/Arjuna.properties
./etc/Makefile: @$(CP) Arjuna.properties_default $(INSTALL_TOPDIR)/etc/Arjuna.properties
./etc/Makefile: @$(CHMOD) u=rw,g=r,o=r $(INSTALL_TOPDIR)/etc/Arjuna.properties
./etc/Imakefile:InstallFileAs(etc,Arjuna.properties_default,Arjuna.properties)

nmcl commented

It is used when -DPROPERTIES_FILE is defined at runtime. Otherwise there is no loading by default?