Read only archive ; use https://github.com/JacORB/JacORB/issues for new issues

Bug 624

Summary: the compiler error
Product: JacORB Reporter: lixiaohua <lxhjw2000>
Component: IDL compilerAssignee: Gerald Brose <gerald.brose>
Status: RESOLVED DUPLICATE    
Severity: major    
Priority: P2    
Version: 2.2.2   
Hardware: PC   
OS: Windows 2000   
Attachments: this is a sample idl file

Description lixiaohua 2005-08-15 17:15:11 UTC
when i compile the idl file with your IDL compiler (idl.bat) ,the 
RuntimeException is occured.But when i compile it with the idl-to-java
compiler(idlj.exe) ,it can be compiled normally.
  

the idl file is :

module demo{
		interface top{
				const string Class="top";
		};
		
		interface subnetwork : top{
				const string Class="subnetwork";
		};
};
Comment 1 lixiaohua 2005-08-15 17:19:51 UTC
Created attachment 170 [details]
this is a sample idl file
Comment 2 lixiaohua 2005-08-15 17:22:07 UTC
I hope to receive your view about the bug
Comment 3 Simon McQueen 2005-08-15 17:22:24 UTC

*** This bug has been marked as a duplicate of 517 ***