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); })*




        

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


Reply via email to