• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.server
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Ticket
  • Next Ticket →

Ticket #65 (closed story: fixed)

Opened 2 years ago

Last modified 2 years ago

Users are missing the updated *.properties.example files

Reported by: jmoore Owned by: jmoore
Priority: minor Milestone: 3.0-M2
Component: Deployment Version: 3.0-M1
Keywords: iteration2 Cc: callan, sfrank

Description

When changes go into the *.properties.example files (omero.properties.example, hibernate.properties.example, etc.), users don't know to update their files even after a "svn up".

Solutions:

  1. Offer a post-build message of the form: File X has been updated.
  2. rename *.properties.example etc/*.properties and use a single local (non-svn)

property file for all local values. Then only when a new property is added does the local file (build.properties?) need to be updated. ( A post-buld message like (1) would then also be useful. )

Originally : http://bugs.openmicroscopy.org.uk/show_bug.cgi?id=665

Change History

Changed 2 years ago by jmoore

  • cc callan, sfrank added
  • status changed from new to closed
  • resolution set to fixed

Closed by r689.

  1. Moved hibernate.properties and co. to /etc
  2. Added task to generate etc/local.properties
  3. Added etc/profiles for various (See #109)
  4. Added local.properties to all non-resurrect PropertyPlaceholderConfigurers. (Wasn't sure of the impact on resurrect).
  5. Cleaned up check-system. Now runs after configure when calling setup, which allows the database connection to be defined.
  6. Removed unneeded Spring configs from omeio-nio/test-resources (Those itests were moved to /server)

This is a fairly extensive change. Please test and open new tickets as needed.

Changed 2 years ago by jmoore

r690 includes usability updates (clearer messages and error handling)

Changed 2 years ago by jmoore

r718 updated README.txt

Note: See TracTickets for help on using tickets.

Download in other formats:

  • Comma-delimited Text
  • Tab-delimited Text
  • RSS Feed

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/