
The branch, master has been updated via a264da16ea50b785c2dd97eef9362a903ef1aaa8 (commit) from 0d7abd22d429a86bf88f05ee5e04248df1d701d5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.qos.ch/gitweb/?p=cal10n.git;a=commit;h=a264da16ea50b785c2dd97eef9... http://github.com/ceki/cal10n/commit/a264da16ea50b785c2dd97eef9362a903ef1aaa... commit a264da16ea50b785c2dd97eef9362a903ef1aaa8 Author: Ceki Gulcu <ceki@qos.ch> Date: Wed Sep 2 23:14:01 2009 +0200 - editing diff --git a/cal10n-site/src/site/pages/manual.html b/cal10n-site/src/site/pages/manual.html index 913bb20..fa8f93b 100644 --- a/cal10n-site/src/site/pages/manual.html +++ b/cal10n-site/src/site/pages/manual.html @@ -146,12 +146,16 @@ String blue = mc.getMessage(Colors.BLUE); </pre> have been accustomed to, but adds compiler verification on top.</p> - <p>An astute reader will comment that even if the messages keys are now - verified by the compiler, it is still possible to have mismatching - message keys in the resources bundles. For this reason, CAL10N - comes with additional tooling support. + <p>An astute reader will comment that even if the messages keys are + now verified by the compiler, it is still possible to have + mismatching message keys in the resources bundles. For this reason, + CAL10N comes with additional tools, including <a + href="#verification" class="big greenBold" >support for writing Junit test cases</a> and a + <a href="#mavenPlugin">maven plugin</a>. </p> + + <h2><a name="simplifiedLookup" href="#simplifiedLookup">Simplified bundle look-up procedure</a></h2> @@ -199,6 +203,19 @@ colors_fr_FR.properties</pre> href="http://en.wikipedia.org/wiki/Principle_of_least_astonishment"> less surprise</a>.</p> + <h2><a name="reload" href="#reload">Automatic reloading of resource + bundles upon change</a></h2> + + <p>When a resource bundle for a given locale is changed on the file + system, <code>MessageConveyor</code> will automatically reload the + resource bundle. It may take at most 10 minutes for the change to be + detected.</p> + + <p>Automatic reloading applies if the resource bundle is a regular + file but not if nested within a jar file. + </p> + + <h2><a name="deferred" href="#deferred">Deferred localization</a></h2> @@ -223,7 +240,6 @@ colors_fr_FR.properties</pre> message. </p> - <h2><a name="verification" href="#verification">Verification as a test case</a></h2> @@ -330,6 +346,7 @@ public class MyAllInOneColorVerificationTest { } </pre> + <h2><a name="mavenPlugin" href="#mavenPlugin">Maven Plugin</a></h2> <p>The CAL10N project ships with a maven plugin designed to verify ----------------------------------------------------------------------- Summary of changes: cal10n-site/src/site/pages/manual.html | 27 ++++++++++++++++++++++----- 1 files changed, 22 insertions(+), 5 deletions(-) hooks/post-receive -- Compiler assisted localization library