|
From: Rogan D. <ro...@da...> - 2008-02-01 09:29:02
|
Andrius Šabanas wrote:
> Rogan Dawes wrote:
>> Not for me:
>>
>> java.lang.Error.description = \
>> A serious system failure occurred.\n\
>> \n\
>> The application is possibly in an inconsistent state.\n\
>> Reboot the application.\n\
>> \n\
>> The exact bug is:\n\
>> \{0\}\n\
>> \n\
>> Please report this bug.
>
> This example you pasted here looks like it has a quoted placeholder -
> please remove backslashes before { and }, like this:
>
> java.lang.Error.description = \
> ...
> The exact bug is:\n\
> {0}\n\
> ...
>
> hope this helps,
>
> Andrius
That makes sense. I actually copied that verbatim from the upgrading to
0.3 APT doc. I guess the braces need to be quoted in that context?
Rogan
|