You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Kathey Marsden (JIRA)" <ji...@apache.org> on 2009/05/07 19:07:30 UTC

[jira] Updated: (DERBY-1567) generateClientMessageTest.sh is broken

     [ https://issues.apache.org/jira/browse/DERBY-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kathey Marsden updated DERBY-1567:
----------------------------------

    Derby Categories: [Newcomer]

> generateClientMessageTest.sh is broken
> --------------------------------------
>
>                 Key: DERBY-1567
>                 URL: https://issues.apache.org/jira/browse/DERBY-1567
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.2.1.6
>         Environment: Solaris 10 x86, Sun JDK 1.4.2
>            Reporter: Dag H. Wanvik
>            Priority: Minor
>         Attachments: TestClientMessages.java
>
>
> The script used to generate tests/i18n/TestClientMessages.java seems broken.
> The bash script is located at ../tools/testing/i18nTestGenerator/generateClientMessageTest.sh
> * It first failed without explaining why because my enviroment did not have GNU sed available.
> * Compiling it, I got syntax errors, see also uploaded file:
> compile:
>      [javac] Compiling 1 source file to /home/dw136774/derby/trunk/classes
>      [javac] /home/dw136774/derby/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/i18n/TestClientMessages.java:2741: ')' expected
>      [javac]                                 SQLState.USE_EXECUTE_UPDATE_WITH_NO_RESULTS);
>      [javac]                                                                             ^
>      [javac] /home/dw136774/derby/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/i18n/TestClientMessages.java:2753: ')' expected
>      [javac]                         SQLState.LANG_INVALID_CALL_TO_EXECUTE_UPDATE);
>      [javac]                                                                      ^
>      [javac] /home/dw136774/derby/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/i18n/TestClientMessages.java:2809: ')' expected
>      [javac]                  "cursorName"_);
>      [javac]                              ^
>      [javac] 3 errors

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.