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

Asad Abbas updated UIMA-3910:
-----------------------------

    Description: 
Hi,

I am using following code and getting a compile error.

INT count1;
Document{COUNT(Type,count1)};
Document{->LOG(count1)};
Type{IF(count1 == 1)->MARK(Type2)};

In last two lines having compile time error on variable count1 . it says 

Multiple markers:
-Syntax error: count1
-Variable "" not defined in this script or block!
-Mismatched Input: Expecting "RPAREN" but found "count1".

Please look into it.

Thanks

  was:
Hi,

I am using following code and getting a compile error.

INT count1;
Document{COUNT(Type,count1)};
Document{->LOG(count1)};

In last two lines having compile time error on variable count1 . it says 

Multiple markers:
-Syntax error: count1
-Variable "" not defined in this script or block!
-Mismatched Input: Expecting "RPAREN" but found "count1".

Please look into it.

Thanks


> Compile time error in INT variable
> ----------------------------------
>
>                 Key: UIMA-3910
>                 URL: https://issues.apache.org/jira/browse/UIMA-3910
>             Project: UIMA
>          Issue Type: Bug
>          Components: ruta
>            Reporter: Asad Abbas
>
> Hi,
> I am using following code and getting a compile error.
> INT count1;
> Document{COUNT(Type,count1)};
> Document{->LOG(count1)};
> Type{IF(count1 == 1)->MARK(Type2)};
> In last two lines having compile time error on variable count1 . it says 
> Multiple markers:
> -Syntax error: count1
> -Variable "" not defined in this script or block!
> -Mismatched Input: Expecting "RPAREN" but found "count1".
> Please look into it.
> Thanks



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to