Re: [jfern-users] Help!
Status: Beta
Brought to you by:
marni
|
From: Mariusz N. <ma...@ma...> - 2004-04-20 23:30:38
|
Bhaskaran Krishnan wrote: > I downloaded rakiura-jfern-3.0.0.zip and compiled the code under Eclipse > running on a Windows 2000 PC. I also included tools.jar from j2sdk > 1.4.0, ant.jar and junit 3.8.1. Eclipse appeared to be happy but when I > ran all testAll.java as a junit test, it failed for > TestXMLSerializer.java. The failure trace follows: [...] Thanks Bhaskaran for reporting this. This was a bug in NetGenerator. NetGenerator allowed to have multiple "imports" blocks in the generated Java source file, which is of course syntactically wrong as Java allows only top-level single import block. The bug is fixed and a new version is available from CVS. Net designers should not use "imports" declaration in theirs subnets. -- best regards Mariusz |