Hello,

I don't know if this is obsolete due to the planned new PEAR runtime, but I think I found a minor bug in the InstallationController class: In the method verifyComponent() in the second else block I found this line

_verificationMsg = null;

that leads to an unusable error message in the client class (PackageInstaller). I think this line should be as follows:

_verificationMsg = status.message;


--

Matthias Mühlhausen
Jena University Language and Information Engineering (JULIE) Lab
Phone: +49-3641-944305
Fax:   +49-3641-944321
email: [EMAIL PROTECTED]
URL:   http://www.coling.uni-jena.de

Reply via email to