[tools-issues] [Issue 53211] cwsquery missing perl mod ule not detected

2005-10-14 Thread hr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53211


User hr changed the following:

  What|Old value |New value

Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Oct 14 03:02:07 -0700 
2005 ---
Closing

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[tools-issues] [Issue 53211] cwsquery missing perl mod ule not detected

2005-10-13 Thread hr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53211


User hr changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Thu Oct 13 06:02:20 -0700 
2005 ---
Detection of Crypt::SSLeay is now forced for all https connections - for all CWS
tools that connect to EIS.

Please note: Checking for SOAP::Lite is already there (use SOAP::Lite in
Eis.pm), checking for XML::Parser would be wrong because if it's not available
SOAP::Lite uses its own parser XML::Parser::Lite.

Fixed on hr14

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[tools-issues] [Issue 53211] cwsquery missing perl mod ule not detected

2005-10-13 Thread hjs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53211


User hjs changed the following:

  What|Old value |New value

Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Thu Oct 13 07:40:40 -0700 
2005 ---
fine

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[tools-issues] [Issue 53211] cwsquery missing perl mod ule not detected

2005-08-11 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53211


User pjanik changed the following:

  What|Old value |New value

   Assigned to|mh|hr

  Target milestone|---   |DevTools





--- Additional comments from [EMAIL PROTECTED] Thu Aug 11 03:40:41 -0700 
2005 ---
reassign.



-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[tools-issues] [Issue 53211] cwsquery missing perl mod ule not detected

2005-08-11 Thread maxweber
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53211





--- Additional comments from [EMAIL PROTECTED] Thu Aug 11 12:56:34 -0700 
2005 ---
maybe this could give an idea for a patch..

sub report
{
my $label = shift;
$label = Checking $label...;
my $error = shift;
while (length ($label)  50) { $label .= ' ' }
if (defined $error and $error)
{
print $label;
print [\e[91mFAILED\e[0m]\n;
}
else
{
print $label;
print [\e[92mOK\e[0m]\n;
}
}

eval use Crypt::SSLeay;
report ('Crypt::SSLeay', $@);

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]