On Thu, Apr 25, 2013 at 03:21:29PM -0700, Kay Schenk wrote:
> For a few days now I have tried adding 2 new definitions to
> conn_shared_res.src a la the patches that were supplied in hsqldb CWS from
> a while back. I also applied the rest of the patches locally, so far
> without issue.
>
> No matter what I do, my build fails with the following types of error
> messages--
>
> {
> ^
> f4099: "conn_shared_res.src", line 642: Warning in the object (Type:
> String):
> Global resources should have an identifier >= 256.
>
> {
> ^
> f650: "conn_shared_res.src", line 642: Error in the object (Type: String):
> An identifier needs to be specified.
Wild guessing you are using an identifier without defining it; example:
String SOME_ID
{
Text [en-US] = "Some text for this string" ;
};
SOME_ID is usually defined in another file (.hrc), not in the resource
file (.src).
> So, is there some secret to the syntax for this file that I'm just not
> getting.
>
> Should my new string definitions be added elsewhere as well? And if so,
> where.
>
> I can provide more info if needed.
Please provide your modifications to that file in the form of a patch (use
svn diff).
Wild guessing, you might be using identifiers without defining them.
Regards
--
Ariel Constenla-Haile
La Plata, Argentina
pgpH5ZGZuNjIV.pgp
Description: PGP signature
