"Bear, Shaun" wrote:

Hi,I have just downloaded Jonathan. When rebuilding the project I received several compiler errors in IdlParser.java . Specifically, all errors where related to try to access non static methods and variables from static methods. By setting all protected variables and protected methods static I was able to run the make successfully. I tested again with David/helloWorld example. It compiled and ran fine. However, I am not sure of the ramifications of the changes I made. Could I have the latest version of Idl.java or can you tell me if the changes I had to make are correct?thanks


Hi,

The IdlParser.java file you're using is obtained by compiling IdlParser.jj with JavaCC. Unfortunately, it seems that the version in the distribution you have has not been compiled with the -static flag, that would have caused the appropriate methods to be marked static. Sorry for that... To obtain the latest version of the file, use the CVS repository. The Jonathan version on the CVS repository is quite stable, and a number of problems have been corrected.

Best regards,

Bruno

PS : BTW, the list to send remarks about Jonathan is rather [EMAIL PROTECTED] than [EMAIL PROTECTED]
--
*******************************************************************
Bruno Dumant
DTL/ASR
france telecom R&D
38-40 rue du général Leclerc
92794 Issy Moulineaux Cedex 9
FRANCE

mailto:[EMAIL PROTECTED]
tel: +33 1 45 29 46 03
fax: +33 1 45 29 66 04
*******************************************************************
 

Reply via email to