babisr at yahoo.com wrote:
> I believe that the latest adl_parser (SVN revision 21)
> does not load ontology definitions (term or
> constraints) in multiple languages.
>
> I think that the bug is in "adl.jj" file in lines 701
> and 702 where :
> ( definitions = definitions_body())+
> { list.add(definitions); }
>
> hould be replaced by:
> ( definitions = definitions_body()
> { list.add(definitions); })+
>
> Again I believe that similar changes should be made in
> lines 714 and 715 where the:
> ( definitions = definitions_body())*
> { list.add(definitions); }
>
> should be replaced by
> ( definitions = definitions_body()
> { list.add(definitions); })*
>
>   
Routis,

You are right. There are two more similar bugs in term/constraint binding. 
These are now fixed and will be soon committed into the source repository. 
Thanks for the report!!

Cheers,
Rong    

        
                
___________________________________________________________ 
????????
??
 Yahoo!; 
???
?????
 ?? 
????????? ???????? (spam); ?? Yahoo! Mail 
??????
? ??? ?????
?? ????? ?????? ???? ??? 
?????????? 
???????? http://login.yahoo.com/config/mail?.intl=gr 




Reply via email to