Read only archive ; use https://github.com/JacORB/JacORB/issues for new issues
Bug 624 - the compiler error
Summary: the compiler error
Status: RESOLVED DUPLICATE of bug 517
Alias: None
Product: JacORB
Classification: Unclassified
Component: IDL compiler (show other bugs)
Version: 2.2.2
Hardware: PC Windows 2000
: P2 major
Assignee: Gerald Brose
URL:
Depends on:
Blocks:
 
Reported: 2005-08-15 17:15 UTC by lixiaohua
Modified: 2005-08-15 17:22 UTC (History)
0 users

See Also:


Attachments
this is a sample idl file (150 bytes, text/plain)
2005-08-15 17:19 UTC, lixiaohua
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***