In the class org.as2lib.env.log.XmlLogHandler there is
an error in this line:
throw new IllegalArgumentException("Argument 'port' ["
+ port "] must not be 'null' nor less than 1024.",
this, arguments);
There must be a '+' sign between the port and the
following " character. I know this compiles in MTASC
but it is illegal ECMAScript and will not compile in
any other compiler.
Cheers.
Logged In: YES
user_id=901744
Duplicate- already fixed in CVS
Logged In: YES
user_id=901744
Duplicate- already fixed in CVS
Logged In: YES
user_id=922171
As stated, this has been fixed in CVS and the fix will be
included in the next release.