Matthias Muehlhausen wrote:
Michael Baessler wrote:
Matthias Muehlhausen wrote:
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;


Can you please provide some more details? Which case do you mean?

UIMA 2.1 released version, class org.apache.uima.pear.tools.InstallationController at line 2032

OK, now I got it. I don't think that a status message is available in this case. But maybe....

I will add this fix to the new pear runtime. Thanks!

-- Michael

Reply via email to