In 1.5.x you should modify your configuration files directly in [dspace-source]/dspace/config. There is no longer any "install_configs" target, nor a templates directory.
In 1.5.2 the default behavior of the "update" will check the checksums/file sizes of the installation configuration files in "[dspace]/config" and will put a new configuration file example in "<filename>.new" if there is any difference. The end of the update process will list all the configuration files for which this happened, you should review those configuration files and merge each of them by hand to make sure you do not miss any new configuration requirements. Its recommended that you take the new file, place any changes you had made in the old file into it, delete the old and rename the new. If you prefer to maintain your configuration changes in [dspace-source]/config you can also use "ant -Doverwrite=true update" which will push existing config files that are different to be called "<filename>.old" and place the new file in its place in [dspace]/config under the original expected name. Developers will prefer the second option for running dev/staging/prod instances, while system administrators should be more familiar with the first as its standard configuration update behavior on many linux distros. Mark On Mon, Apr 27, 2009 at 10:25 AM, Philippos Kolovos <[email protected]> wrote: > Dear All, > > I am currently deploying the 1.5.2 version of the Dspace (JSPUI) > and I have noticed that the install-configs script from the [dspace]/bin/ > directory is missing. Has it been removed from the development process? > > Also, there is no longer a [dspace]/config/templates directory to host the > oaicat.properties and the log4j.properties files. Have they also been > removed in version 1.5.2? > > They are referenced in the manual however. > > Best Regards, > > -Fk > > Filippos Kolovos > > Software Systems Analyst & Engineer > M.Sc. (Eng.) in Data Communications > > Automation & Networking Department > University of Macedonia Library > Egnatia 156, P.O. Box 1591 > 540 06 Thessaloniki, Greece > > E-mail: [email protected], [email protected] > Profile: http://www.linkedin.com/in/filipposkolovos > _______________________________________________ > Dspace-general mailing list > [email protected] > http://mailman.mit.edu/mailman/listinfo/dspace-general > -- Mark R. Diggory @mire NV USA http://www.atmire.com ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensign option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

