> -----Original Message----- > From: helix84 > Sent: Wednesday, November 07, 2012 1:17 PM > Subject: Re: [Dspace-tech] Changing permissions for dspace.cfg > You could try setting the desired permissions on the [dspace- > source]/dspace/config/dspace.cfg file. This file is filtered and deployed by > ant in the last stage of the building process, so it might just keep the > permissions. Or maybe not (due to filtering), but it's worth a try.
I already did this and it works fine. [dspace-source]/dspace/config/dspace.cfg and [dspace]/config/dspace.cfg keep the rights. But as Maven always creates [dspace-source]/dspace/target/dspace-<version>-build/config/dspace.cfg as a new file (instead of just making a copy) the permissions on this one will always be reseted when I call mvn package. So three of four files (including build.protperties) have the right permissions. ;) > > Is there any other file except building.properties and dspace.cfg that > contains the password for the database connection? > > No, this is the only place. Thank you! Regards, Pascal ------------------------------------------------------------------------------ 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-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

