<snip/>

> Is there a particular reason (a) the translations are in a separate
> JAR file - i.e. not in catalina.jar and (b) they are separated by
> language? Perhaps the thought was that, knowing that you don't need
> e.g. Korean means you can remove the JAR file from some kind of
> bare-ones distribution.

Essentially, yes. The intention was to make it easy to use the default
English text if users didn't need / didn't want the translations.

> For SSI, at least, I think it makes sense to bundle all the i18n files
> together in the same JAR file. I'm using the <jarIt> macro to build my
> JAR file which explicitly <excludes> LocalStrings_*.properties from
> whatever JAR file is being built. I'd need to change the way that the
> SSI JAR file is built in order to achieve this. But before doing so, I
> wanted to get consensus on what to do with these files.

Have you removed all the other dependencies? FastHttpDateFormat,
StringManager, JULI, IOTools etc?

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to