[opencms-dev] encoding-conflict on mac os x

Ilja imhehenkamp at hotmail.com
Sat Oct 11 11:55:21 CEST 2003


Ah ok, thanks... Didn't know that

On Fri, 10 Oct 2003 13:16:30 -0600, "M Butcher"
<mbutcher at grcomputing.net> said:
> Ilja,
> 
> JAVA_OPTS works more like command line flags than shell variables, so
> you must separate arguments by spaces instead of colons.
> 
> On Fri, 2003-10-10 at 12:49, Ilja wrote:
> > JAVA_OPTS='-Dlog4j.debug=true'
> > JAVA_OPTS=${JAVA_OPTS}:'-Dfile.encoding=ISO-8859-1'
> 
> This should be:
> 
> JAVA_OPTS='-Dlog4j.debug=true -Dfile.encoding=ISO-8859-1'
> 
> (Note the space between the two arguments).
> 
> If you really want them on separate lines, use:
> 
> JAVA_OPTS='-Dlog4j.debug=true'
> JAVA_OPTS="${JAVA_OPTS} -Dfile.encoding=ISO-8859-1"
> (Note the space _and_ the double-quotes)
> 
> Matt
> 
> -- 
> M Butcher <mbutcher at grcomputing.net>
> _______________________________________________
> This mail is send to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please
> visit
> http://mail.opencms.org/mailman/listinfo/opencms-dev
> 



More information about the opencms-dev mailing list